mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add rust-trust-dns-proto-0.19.
* gnu/packages/crates-io.scm (rust-trust-dns-proto-0.19): New variable.
This commit is contained in:
parent
4a40a6e6f4
commit
deb267ff73
1 changed files with 44 additions and 0 deletions
|
@ -28505,6 +28505,50 @@ automatically instrumenting functions.")
|
|||
(package
|
||||
(name "rust-try-from")
|
||||
(version "0.3.2")
|
||||
(define-public rust-trust-dns-proto-0.19
|
||||
(package
|
||||
(name "rust-trust-dns-proto")
|
||||
(version "0.19.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "trust-dns-proto" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a4zlv60kkbg1nvy3zh18fdg681z83yzppzy39rdkm7llqdhdmyd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-async-trait" ,rust-async-trait-0.1)
|
||||
("rust-backtrace" ,rust-backtrace-0.3)
|
||||
("rust-data-encoding" ,rust-data-encoding-2)
|
||||
("rust-enum-as-inner" ,rust-enum-as-inner-0.3)
|
||||
("rust-futures" ,rust-futures-0.3)
|
||||
("rust-idna" ,rust-idna-0.2)
|
||||
("rust-js-sys" ,rust-js-sys-0.3)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-openssl" ,rust-openssl-0.10)
|
||||
("rust-rand" ,rust-rand-0.7)
|
||||
("rust-ring" ,rust-ring-0.16)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-socket2" ,rust-socket2-0.3)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-tokio" ,rust-tokio-0.2)
|
||||
("rust-url" ,rust-url-2)
|
||||
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-env-logger" ,rust-env-logger-0.7)
|
||||
("rust-futures" ,rust-futures-0.3)
|
||||
("rust-tokio" ,rust-tokio-0.2))))
|
||||
(home-page "http://www.trust-dns.org/index.html")
|
||||
(synopsis "Safe and secure DNS library")
|
||||
(description "Trust-DNS is a safe and secure DNS library. This is the
|
||||
foundational DNS protocol library for all Trust-DNS projects.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Add table
Reference in a new issue