gnu: Add rust-metrics-macros-0.2.

* gnu/packages/crates-io.scm (rust-metrics-macros-0.2): New variable.
This commit is contained in:
Ricardo Wurmus 2022-09-21 12:13:13 +02:00
parent fe8de9c700
commit 90cc8a0752
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -35207,6 +35207,31 @@ (define-public rust-twox-hash-1
and XXH3 algorithms.")
(license license:expat)))
(define-public rust-metrics-macros-0.2
(package
(name "rust-metrics-macros")
(version "0.2.0")
(source (origin
(method url-fetch)
(uri (crate-uri "metrics-macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0yy2dc9g3m1h8df6bmnqh1sngyvrgznz1fjpkp9rz1is9p6n1b0i"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-regex" ,rust-regex-1)
("rust-syn" ,rust-syn-1))))
(home-page "https://github.com/metrics-rs/metrics")
(synopsis "Macros for the metrics crate")
(description "This package provides macros for the metrics crate.")
(license license:expat)))
(define-public rust-metrohash-1
(package
(name "rust-metrohash")