gnu: Add rust-trust-dns-rustls-0.19.

* gnu/packages/crates-io.scm (rust-trust-dns-rustls-0.19): New variable.
This commit is contained in:
Arun Isaac 2020-09-20 12:14:47 +05:30
parent deb267ff73
commit 93b0dabd07
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -28557,6 +28557,37 @@ (define-public rust-trust-dns-proto-0.19
(sha256
(base32
"12wdd4ja7047sd3rx70hv2056hyc8gcdllcx3a41g1rnw64kng98"))))
(define-public rust-trust-dns-rustls-0.19
(package
(name "rust-trust-dns-rustls")
(version "0.19.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "trust-dns-rustls" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1hj4fx2x4ncj7v8pf6bbn7634zq76hjigm1s2h6b6yjzzmz4yprn"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-futures" ,rust-futures-0.3)
("rust-log" ,rust-log-0.4)
("rust-rustls" ,rust-rustls-0.17)
("rust-tokio" ,rust-tokio-0.2)
("rust-tokio-rustls" ,rust-tokio-rustls-0.13)
("rust-trust-dns-proto" ,rust-trust-dns-proto-0.19)
("rust-webpki" ,rust-webpki-0.21))
#:cargo-development-inputs
(("rust-openssl" ,rust-openssl-0.10))))
(home-page "http://www.trust-dns.org/index.html")
(synopsis "rustls extension for the Trust-DNS client")
(description "Trust-DNS is a safe and secure DNS library. This is an
extension for the Trust-DNS client to use rustls for TLS.")
(license (list license:expat license:asl2.0))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs