[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68481] [PATCH 04/32] gnu: Add rust-aws-lc-rs-1.
|
From: |
VÖRÖSKŐI András |
|
Subject: |
[bug#68481] [PATCH 04/32] gnu: Add rust-aws-lc-rs-1. |
|
Date: |
Mon, 15 Jan 2024 20:28:31 +0100 |
* gnu/packages/crates-io.scm (rust-aws-lc-rs): New variable.
Change-Id: Ic1f8485ef8524b68b0791eb35c8e47bdea0f637c
---
gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a536866c41..0dc0e6c267 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5381,6 +5381,37 @@ (define-public rust-aws-lc-fips-sys-0.11
version of AWS-LC.")
(license (list license:isc license:asl2.0))))
+(define-public rust-aws-lc-rs-1
+ (package
+ (name "rust-aws-lc-rs")
+ (version "1.5.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "aws-lc-rs" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1dxsyspw79sxrrdpyq0sxk9ww659cx6zfsbsl3ypqgd56l5amhkv"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-aws-lc-fips-sys" ,rust-aws-lc-fips-sys-0.11)
+ ("rust-aws-lc-sys" ,rust-aws-lc-sys-0.12)
+ ("rust-mirai-annotations" ,rust-mirai-annotations-1)
+ ("rust-untrusted" ,rust-untrusted-0.7)
+ ("rust-zeroize" ,rust-zeroize-1))
+ #:cargo-development-inputs (("rust-clap" ,rust-clap-4)
+ ("rust-hex" ,rust-hex-0.4)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-paste" ,rust-paste-1)
+ ("rust-regex" ,rust-regex-1))))
+ (home-page "https://github.com/awslabs/aws-lc-rs")
+ (synopsis "cryptographic library using AWS-LC for its cryptographic
operations.")
+ (description
+ "A cryptographic library using AWS-LC for its cryptographic
+operations. This library strives to be API-compatible with the popular Rust
+library named ring.")
+ (license (list license:isc license:asl2.0))))
+
(define-public rust-aws-lc-sys-0.12
(package
(name "rust-aws-lc-sys")
--
2.41.0
- [bug#68481] Update rbw to 1.9, András Vöröskői, 2024/01/15
- [bug#68481] [PATCH 01/32] gnu: rust-anstream: Update to 0.6.7., VÖRÖSKŐI András, 2024/01/15
- [bug#68481] [PATCH 04/32] gnu: Add rust-aws-lc-rs-1.,
VÖRÖSKŐI András <=
- [bug#68481] [PATCH 11/32] gnu: rust-is-terminal: Update to 0.4.10., VÖRÖSKŐI András, 2024/01/15
- [bug#68481] [PATCH 12/32] gnu: rust-mio: Update to 0.8.10., VÖRÖSKŐI András, 2024/01/15
- [bug#68481] [PATCH 16/32] gnu: rust-serde-repr: Update to 0.1.18., VÖRÖSKŐI András, 2024/01/15
- [bug#68481] [PATCH 07/32] gnu: rust-clap-complete: Update to 4.4.6., VÖRÖSKŐI András, 2024/01/15
- [bug#68481] [PATCH 05/32] gnu: rust-clap-builder: Update to 4.4.16., VÖRÖSKŐI András, 2024/01/15
- [bug#68481] [PATCH 10/32] gnu: rust-hkdf: Update to 0.12.4., VÖRÖSKŐI András, 2024/01/15
- [bug#68481] [PATCH 13/32] gnu: Add rust-mirai-annotations-1., VÖRÖSKŐI András, 2024/01/15
- [bug#68481] [PATCH 23/32] gnu: Add rust-rustls-webpki-0.102., VÖRÖSKŐI András, 2024/01/15
- [bug#68481] [PATCH 24/32] gnu: Add rust-rustls-native-certs-0.7., VÖRÖSKŐI András, 2024/01/15
- [bug#68481] [PATCH 06/32] gnu: rust-clap: Update to 4.4.16., VÖRÖSKŐI András, 2024/01/15