me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-trust-dns-https-0.19): New variable.
master
Arun Isaac 2020-09-21 00:34:24 +05:30
parent 69cc75561e
commit 77a0536bfd
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 50 additions and 10 deletions

View File

@ -29086,10 +29086,45 @@ automatically instrumenting functions.")
"This package provides a library for visualizing tree structured data.")
(license license:expat)))
(define-public rust-try-from-0.3
(define-public rust-trust-dns-https-0.19
(package
(name "rust-try-from")
(version "0.3.2")
(name "rust-trust-dns-https")
(version "0.19.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "trust-dns-https" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0s6yiqy98wddc2vid0dypj4cdnvycd4vrrj6l9s7yymq0iqpky5g"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-backtrace" ,rust-backtrace-0.3)
("rust-bytes" ,rust-bytes-0.5)
("rust-data-encoding" ,rust-data-encoding-2)
("rust-futures" ,rust-futures-0.3)
("rust-h2" ,rust-h2-0.2)
("rust-http" ,rust-http-0.2)
("rust-log" ,rust-log-0.4)
("rust-rustls" ,rust-rustls-0.17)
("rust-thiserror" ,rust-thiserror-1)
("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-trust-dns-rustls" ,rust-trust-dns-rustls-0.19)
("rust-typed-headers" ,rust-typed-headers-0.2)
("rust-webpki" ,rust-webpki-0.21)
("rust-webpki-roots" ,rust-webpki-roots-0.19))
#:cargo-development-inputs
(("rust-env-logger" ,rust-env-logger-0.7)
("rust-futures" ,rust-futures-0.3))))
(home-page "http://www.trust-dns.org/index.html")
(synopsis "DNS over HTTPS 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 DNS over HTTPS.")
(license (list license:expat license:asl2.0))))
(define-public rust-trust-dns-native-tls-0.19
(package
@ -29191,13 +29226,6 @@ foundational DNS protocol library for all Trust-DNS projects.")
(license (list license:expat license:asl2.0))))
(source
(origin
(method url-fetch)
(uri (crate-uri "try_from" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"12wdd4ja7047sd3rx70hv2056hyc8gcdllcx3a41g1rnw64kng98"))))
(define-public rust-trust-dns-rustls-0.19
(package
@ -29229,6 +29257,18 @@ foundational DNS protocol library for all Trust-DNS projects.")
extension for the Trust-DNS client to use rustls for TLS.")
(license (list license:expat license:asl2.0))))
(define-public rust-try-from-0.3
(package
(name "rust-try-from")
(version "0.3.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "try_from" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"12wdd4ja7047sd3rx70hv2056hyc8gcdllcx3a41g1rnw64kng98"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs