me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-rustls-pki-types-1.

* gnu/packages/crates-io.scm (rust-rustls-pki-types-1): New variable.

Change-Id: I8c963030aa73d2163ac9d2c9a5c589617b32226e
master
Efraim Flashner 2023-12-24 10:07:47 +02:00
parent 9bd5c8f685
commit 9551b51c2c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 17 additions and 0 deletions

View File

@ -67483,6 +67483,23 @@ PEM-encodings commonly used to store keys and certificates at rest.")
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.3))))))
(define-public rust-rustls-pki-types-1
(package
(name "rust-rustls-pki-types")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "rustls-pki-types" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "16rkx6gn5l2zximxy8fx9h2vzks1hfxi5z5cd9y97r0fl853wrz7"))))
(build-system cargo-build-system)
(home-page "https://github.com/rustls/pki-types")
(synopsis "Shared types for the rustls PKI ecosystem")
(description "Shared types for the rustls PKI ecosystem.")
(license (list license:expat license:asl2.0))))
(define-public rust-rustls-webpki-0.101
(package
(name "rust-rustls-webpki")