[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 083/150] gnu: Add rust-rustls-pemfile-0.2.
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 083/150] gnu: Add rust-rustls-pemfile-0.2. |
Date: |
Mon, 17 Jan 2022 13:27:47 +0000 |
* gnu/packages/crates-io.scm (rust-rustls-pemfile-0.2): New variable.
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 22ffd79ce7..e90abdd4c2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47427,6 +47427,29 @@ (define-public rust-rustls-native-certs-0.4
("rust-webpki" ,rust-webpki-0.21)
("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
(package
(name "rust-rusttype")
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 072/150] gnu: Add rust-expectest-0.12., (continued)
- [bug#53315] [PATCH 072/150] gnu: Add rust-expectest-0.12., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 073/150] gnu: rust-expectest-0.9: Inherit from rust-expectest-0.12., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 076/150] gnu: rust-cookie-store-0.12: Inherit from rust-cookie-store-0.15., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 077/150] gnu: Add rust-sct-0.7., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 074/150] gnu: rust-rspec-1: Update to 1.0.0., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 075/150] gnu: Add rust-cookie-store-0.15., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 078/150] gnu: rust-sct-0.6: Inherit from rust-sct-0.7., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 079/150] gnu: Add rust-webpki-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 080/150] gnu: rust-webpki-0.21: Inherit from rust-webpki-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 081/150] gnu: Add rust-webpki-roots-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 083/150] gnu: Add rust-rustls-pemfile-0.2.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 082/150] gnu: rust-webpki-roots-0.21: Inherit from rust-webpki-roots-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 084/150] gnu: Add rust-rustls-0.20., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 088/150] gnu: rust-tap-1: Update to 1.0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 087/150] gnu: rust-radium-0.5: Inherit from rust-radium-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 089/150] gnu: Add rust-wyz-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 086/150] gnu: Add rust-radium-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 085/150] gnu: rust-rustls-0.19: Inherit from rust-rustls-0.20., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 090/150] gnu: Add rust-funty-1.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 093/150] gnu: rust-bitvec-0.19: Inherit from rust-bitvec-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 092/150] gnu: Add rust-bitvec-0.22., Aleksandr Vityazev, 2022/01/17