gnu: Add rust-aws-lc-sys@0.29.0.

* gnu/packages/crates-tls.scm (rust-aws-lc-sys-0.29): New variable.

Change-Id: I88a71b13c66cd49e20ecd7452dfd208aaf8e1810
This commit is contained in:
Danny Milosavljevic 2025-05-19 02:17:28 +02:00
parent 9ffd573607
commit aca8831418
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -517,6 +517,33 @@ cryptographic operations. This library strives to be API-compatible with the
popular Rust library named ring.")
(license (list license:isc license:openssl license:asl2.0))))
(define-public rust-aws-lc-sys-0.29
(package
(name "rust-aws-lc-sys")
(version "0.29.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "aws-lc-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0yfhmn3vcbfyg07ic2mn43i187pssi0sp6sn3fzf3vq5fxpdicb1"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.69)
("rust-cc" ,rust-cc-1)
("rust-cmake" ,rust-cmake-0.1)
("rust-dunce" ,rust-dunce-1)
("rust-fs-extra" ,rust-fs-extra-1))))
(home-page "https://github.com/aws/aws-lc-rs")
(synopsis "AWS-LC is a general-purpose cryptographic library")
(description
"AWS-LC is a general-purpose cryptographic library maintained by the AWS
Cryptography team for AWS and their customers. It is based on code from the
Google @code{BoringSSL} project and the @code{OpenSSL} project.")
(license (list license:isc license:openssl license:asl2.0))))
(define-public rust-aws-lc-sys-0.23
(package
(name "rust-aws-lc-sys")