mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add rust-opentelemetry-0.21.
* gnu/packages/crates-io.scm (rust-opentelemetry-0.21): Add variable. Change-Id: I0a95270da9a585a74718dd7e6f8e4691ab022389 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0447eafe43
commit
3c387cf546
1 changed files with 28 additions and 0 deletions
|
@ -45928,6 +45928,34 @@ (define-public rust-openssl-sys-extras-0.7
|
|||
"Extra FFI bindings to OpenSSL that require a C shim.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-opentelemetry-0.21
|
||||
(package
|
||||
(name "rust-opentelemetry")
|
||||
(version "0.21.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "opentelemetry" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "12jfmyx8k9q2sjlx4wp76ddzaf94i7lnkliv1c9mj164bnd36chy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-futures-core" ,rust-futures-core-0.3)
|
||||
("rust-futures-sink" ,rust-futures-sink-0.3)
|
||||
("rust-indexmap" ,rust-indexmap-2)
|
||||
("rust-js-sys" ,rust-js-sys-0.3)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-urlencoding" ,rust-urlencoding-2))))
|
||||
(home-page "https://github.com/open-telemetry/opentelemetry-rust")
|
||||
(synopsis "Metrics collection and distributed tracing framework")
|
||||
(description
|
||||
"This package provides a metrics collection and distributed tracing
|
||||
framework.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-opml-1
|
||||
(package
|
||||
(name "rust-opml")
|
||||
|
|
Loading…
Reference in a new issue