mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: Add rust-rustls-pemfile-0.2.
* gnu/packages/crates-io.scm (rust-rustls-pemfile-0.2): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
7dd2d3029c
commit
48d69ad1c0
1 changed files with 23 additions and 0 deletions
|
@ -48408,6 +48408,29 @@ (define-public rust-rustls-native-certs-0.4
|
||||||
("rust-webpki" ,rust-webpki-0.21)
|
("rust-webpki" ,rust-webpki-0.21)
|
||||||
("rust-webpki-roots" ,rust-webpki-roots-0.20))))))
|
("rust-webpki-roots" ,rust-webpki-roots-0.20))))))
|
||||||
|
|
||||||
|
(define-public rust-rustls-pemfile-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-rustls-pemfile")
|
||||||
|
(version "0.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "rustls-pemfile" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1jfi97lqnnnnxhmfy6ygrsp0x70m8wsdpaw45svvz1qc6vmymssy"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-base64" ,rust-base64-0.13))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-criterion" ,rust-criterion-0.3))))
|
||||||
|
(home-page "https://github.com/rustls/pemfile")
|
||||||
|
(synopsis "Basic parser for PEM formatted keys and certificates")
|
||||||
|
(description "This package provides a very basic parser for the
|
||||||
|
PEM-encodings commonly used to store keys and certificates at rest.")
|
||||||
|
(license (list license:asl2.0 license:isc license:expat))))
|
||||||
|
|
||||||
(define-public rust-rusttype-0.9
|
(define-public rust-rusttype-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-rusttype")
|
(name "rust-rusttype")
|
||||||
|
|
Loading…
Reference in a new issue