[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66579] [PATCH 08/13] gnu: Add rust-shannon
From: |
Steve George |
Subject: |
[bug#66579] [PATCH 08/13] gnu: Add rust-shannon |
Date: |
Mon, 16 Oct 2023 17:54:10 +0100 |
* gnu/packages/crates-io.scm (rust-shannon): New variable.
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 83e6f11b05..9aa975cf42 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61586,6 +61586,28 @@ (define-public rust-shadow-rs-0.8
exactly where a binary came from and how it was built.")
(license (list license:expat license:asl2.0))))
+(define-public rust-shannon-0.2
+ (package
+ (name "rust-shannon")
+ (version "0.2.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "shannon" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0qa52zs4y1i87ysr11g9p6shpdagl14bb340gfm6rd97jhfb99by"))))
+ (build-system cargo-build-system)
+ (arguments
+ (list #:skip-build? #f
+ #:cargo-inputs `(("rust-byteorder" ,rust-byteorder-1))))
+ (home-page "https://docs.rs/shannon/0.2.0/shannon/")
+ (synopsis "Shannon cipher implementation")
+ (description
+ "A Shannon cipher implementation, that encrypts a message using a
+shared secret key.")
+ (license license:expat)))
+
(define-public rust-sharded-slab-0.1
(package
(name "rust-sharded-slab")
--
2.41.0
- [bug#66579] [PATCH 01/13] gnu: Add rust-hyper-proxy, (continued)
- [bug#66579] [PATCH 01/13] gnu: Add rust-hyper-proxy, Steve George, 2023/10/16
- [bug#66579] [PATCH 03/13] gnu: rust-protobuf-codegen & rust-protobuf-codegen-pure: Update to 2.28.0., Steve George, 2023/10/16
- [bug#66579] [PATCH 05/13] gnu: Add rust-password-hash-0.2, Steve George, 2023/10/16
- [bug#66579] [PATCH 04/13] gnu: Add rust-librespot-protocol., Steve George, 2023/10/16
- [bug#66579] [PATCH 02/13] gnu: rust-protobuf-2: Update to 2.28.0., Steve George, 2023/10/16
- [bug#66579] [PATCH 06/13] gnu: Add rust-pbkdf2-0.8., Steve George, 2023/10/16
- [bug#66579] [PATCH 07/13] gnu: Add rust-priority-queue-1, Steve George, 2023/10/16
- [bug#66579] [PATCH 10/13] gnu: Add rust-librespot-audio., Steve George, 2023/10/16
- [bug#66579] [PATCH 08/13] gnu: Add rust-shannon,
Steve George <=
- [bug#66579] [PATCH 11/13] gnu: rust-if-addrs: Update to 0.7.0, Steve George, 2023/10/16
- [bug#66579] [PATCH 13/13] gnu: Add rust-librespot-discovery., Steve George, 2023/10/16
- [bug#66579] [PATCH 12/13] gnu: rust-libmdns: Update to 0.7.5., Steve George, 2023/10/16
- [bug#66579] [PATCH 09/13] gnu: Add rust-librespot-core., Steve George, 2023/10/16
- [bug#66579] [PATCH v2 00/15] Series to add rust-librespot-core, audio and discovery, Steve George, 2023/10/20
- [bug#66579] [PATCH v2 01/15] gnu: Add rust-hyper-proxy, Steve George, 2023/10/20
- [bug#66579] [PATCH v2 02/15] gnu: rust-protobuf-2: Update to 2.28.0., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 03/15] gnu: rust-protobuf-codegen & rust-protobuf-codegen-pure: Update to 2.28.0., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 13/15] gnu: rust-libmdns: Update to 0.7.5., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 05/15] gnu: Add rust-password-hash-0.2, Steve George, 2023/10/20