diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 2f4ed17fc5..38e011405c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -39268,6 +39268,26 @@ in html5ever/xml5ever") (("rust-rustc-test" ,rust-rustc-test-0.3) ("rust-serde-json" ,rust-serde-json-1)))))) +(define-public rust-matchit-0.7 + (package + (name "rust-matchit") + (version "0.7.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "matchit" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "156bgdmmlv4crib31qhgg49nsjk88dxkdqp80ha2pk2rk6n6ax0f")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t)) ; Cut the dependency tree. + (home-page "https://github.com/ibraheemdev/matchit") + (synopsis "High performance, zero-copy URL router") + (description + "This package provides a high performance, zero-copy URL router.") + (license (list license:expat license:bsd-3)))) + (define-public rust-match-cfg-0.1 (package (name "rust-match-cfg")