[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68312] [PATCH 024/156] gnu: Add rust-borsh-1.
|
From: |
Wilko Meyer |
|
Subject: |
[bug#68312] [PATCH 024/156] gnu: Add rust-borsh-1. |
|
Date: |
Mon, 8 Jan 2024 02:52:01 +0100 |
* gnu/packages/crates-io.scm (rust-borsh-1): New variable.
(rust-borsh-0.10): Inherit from rust-borsh-1.
Change-Id: Ib0e5abc5ba652bfddd42147b05688c730eb111eb
---
gnu/packages/crates-io.scm | 32 ++++++++++++++++++++++++++++++--
1 file changed, 30 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1370abd8ca8..424aa46f49c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8135,8 +8135,37 @@ (define-public rust-blowfish-0.9
(description "Blowfish block cipher")
(license (list license:expat license:asl2.0))))
+(define-public rust-borsh-1
+ (package
+ (name "rust-borsh")
+ (version "1.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "borsh" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0a1hic4kj1rcy86qkmappi4ckch7iwap52akhx3bafqszkdddm16"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-ascii" ,rust-ascii-1)
+ ("rust-borsh-derive" ,rust-borsh-derive-1)
+ ("rust-bson" ,rust-bson-2)
+ ("rust-bytes" ,rust-bytes-1)
+ ("rust-cfg-aliases" ,rust-cfg-aliases-0.1)
+ ("rust-hashbrown" ,rust-hashbrown-0.14))))
+ (home-page "https://borsh.io")
+ (synopsis "Borsch is the binary object representation serializer for
hashing")
+ (description "This crate implements @code{borsh}, the binary object
+representation serializer for hasing. It is meant to be used in
+security-critical projects as it prioritizes consistency, safety, speed, and
+comes with a strict specification.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-borsh-0.10
(package
+ (inherit rust-borsh-1)
(name "rust-borsh")
(version "0.10.3")
(source
@@ -8146,7 +8175,6 @@ (define-public rust-borsh-0.10
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0sq4l9jfik5dmpy1islcj40bing1jkji2q1qbrkvq1d02n92f521"))))
- (build-system cargo-build-system)
(arguments
`(#:tests? #f ; the trait bound `BytesMut: BorshSerialize` is not
satisfied
#:cargo-inputs
@@ -8154,7 +8182,7 @@ (define-public rust-borsh-0.10
("rust-bytes" ,rust-bytes-1)
("rust-hashbrown" ,rust-hashbrown-0.13))
#:cargo-development-inputs
- (("rust-bytes" ,rust-bytes-1))))
+ (("rust-bytes" ,rust-bytes-1))))))
(home-page "https://borsh.io")
(synopsis "Borsch is the binary object representation serializer for
hashing")
(description "This crate implements @code{borsh}, the binary object
--
2.41.0
- [bug#68312] [PATCH 048/156] gnu: Add rust-dlv-list-0.3., (continued)
- [bug#68312] [PATCH 048/156] gnu: Add rust-dlv-list-0.3., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 041/156] gnu: Add rust-devise-0.4., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 049/156] gnu: Add rust-ecdsa-0.14., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 019/156] gnu: Add rust-axum-macros-0.3., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 050/156] gnu: Add rust-ed25519-2., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 029/156] gnu: Add rust-config-0.13., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 056/156] gnu: Add rust-fiat-crypto-0.2., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 031/156] gnu: Add rust-ubyte-0.10., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 021/156] gnu: Add rust-bigdecimal-0.4., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 053/156] gnu: Add rust-ff-derive-0.12., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 024/156] gnu: Add rust-borsh-1.,
Wilko Meyer <=
- [bug#68312] [PATCH 055/156] gnu: Add rust-figment-0.10., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 025/156] gnu: Add rust-borsh-derive-1., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 057/156] gnu: Add rust-finl-unicode-1., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 033/156] gnu: Add rust-crypto-bigint-0.4., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 061/156] gnu: Add rust-http-range-header-0.3., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 067/156] gnu: Add rust-ipnetwork-0.20., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 027/156] gnu: Add rust-cint-0.3., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 052/156] gnu: Add rust-elliptic-curve-0.12., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 059/156] gnu: Add rust-futures-intrusive-0.5., Wilko Meyer, 2024/01/07
- [bug#68312] [PATCH 063/156] gnu: Add rust-iri-string-0.7., Wilko Meyer, 2024/01/07