mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add rust-metrics-0.14.
* gnu/packages/crates-io.scm (rust-metrics-0.14): New variable.
This commit is contained in:
parent
90cc8a0752
commit
d8f2e958dd
1 changed files with 24 additions and 0 deletions
|
@ -35232,6 +35232,30 @@ (define-public rust-metrics-macros-0.2
|
||||||
(description "This package provides macros for the metrics crate.")
|
(description "This package provides macros for the metrics crate.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-metrics-0.14
|
||||||
|
(package
|
||||||
|
(name "rust-metrics")
|
||||||
|
(version "0.14.2")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "metrics" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0lf80vznlh0p06nchj08nlqgf3bajnwr6w3syflg7ffg3mh8bqjq"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-metrics-macros" ,rust-metrics-macros-0.2)
|
||||||
|
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-criterion" ,rust-criterion-0.3)
|
||||||
|
("rust-trybuild" ,rust-trybuild-1))))
|
||||||
|
(home-page "https://github.com/metrics-rs/metrics")
|
||||||
|
(synopsis "Lightweight metrics facade")
|
||||||
|
(description "This package provides a lightweight metrics facade.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-metrohash-1
|
(define-public rust-metrohash-1
|
||||||
(package
|
(package
|
||||||
(name "rust-metrohash")
|
(name "rust-metrohash")
|
||||||
|
|
Loading…
Reference in a new issue