[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
323/330: gnu: Add rust-csrf-0.4.
From: |
guix-commits |
Subject: |
323/330: gnu: Add rust-csrf-0.4. |
Date: |
Mon, 18 Mar 2024 07:16:50 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 1e96a9b12b9f328c5e919eb8b61c6492d4c8c331
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 18 12:01:41 2024 +0200
gnu: Add rust-csrf-0.4.
* gnu/packages/crates-crypto.scm (rust-csrf-0.4): New variable.
Change-Id: I8fe9c82b65e24d5bc1a08efa2518baf6052722bc
---
gnu/packages/crates-crypto.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 7bef14b16d..3c6383b66e 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -1642,6 +1642,36 @@ algorithms.")
hash functions.")
(license license:expat)))
+(define-public rust-csrf-0.4
+ (package
+ (name "rust-csrf")
+ (version "0.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "csrf" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1q7ixhshj6a7x2vgsr4d4iqa5mgp4fwkr4lx2hgvnj9xcy1py9dh"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-aead" ,rust-aead-0.4)
+ ("rust-aes-gcm" ,rust-aes-gcm-0.9)
+ ("rust-byteorder" ,rust-byteorder-1)
+ ("rust-chacha20poly1305" ,rust-chacha20poly1305-0.8)
+ ("rust-chrono" ,rust-chrono-0.4)
+ ("rust-data-encoding" ,rust-data-encoding-2)
+ ("rust-generic-array" ,rust-generic-array-0.14)
+ ("rust-hmac" ,rust-hmac-0.11)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-sha2" ,rust-sha2-0.9)
+ ("rust-typemap" ,rust-typemap-0.3))))
+ (home-page "https://github.com/heartsucker/rust-csrf")
+ (synopsis "CSRF protection primitives")
+ (description "This package provides CSRF protection primitives.")
+ (license license:expat)))
+
(define-public rust-ctr-0.9
(package
(name "rust-ctr")
- 291/330: gnu: Add rust-rfc7239-0.1., (continued)
- 291/330: gnu: Add rust-rfc7239-0.1., guix-commits, 2024/03/18
- 294/330: gnu: Add rust-wildmatch-2., guix-commits, 2024/03/18
- 293/330: gnu: Add rust-axum-macros-0.4., guix-commits, 2024/03/18
- 295/330: gnu: Add rust-tokio-tungstenite-0.16., guix-commits, 2024/03/18
- 300/330: gnu: Add rust-symbolic-common-9., guix-commits, 2024/03/18
- 306/330: gnu: Add rust-prost-0.10., guix-commits, 2024/03/18
- 308/330: gnu: Add rust-pprof-0.10., guix-commits, 2024/03/18
- 305/330: gnu: Add rust-prost-build-0.10., guix-commits, 2024/03/18
- 314/330: gnu: Add rust-figment-0.10., guix-commits, 2024/03/18
- 319/330: gnu: Add rust-afl-0.11., guix-commits, 2024/03/18
- 323/330: gnu: Add rust-csrf-0.4.,
guix-commits <=
- 330/330: gnu: Add rust-salvo-0.16., guix-commits, 2024/03/18
- 313/330: gnu: Add rust-handlebars-4., guix-commits, 2024/03/18
- 213/330: gnu: Add rust-libtest-mimic-0.7., guix-commits, 2024/03/18
- 207/330: gnu: rust-mockall-derive-0.11: Update to 0.11.4., guix-commits, 2024/03/18
- 206/330: gnu: Add rust-fragile-2., guix-commits, 2024/03/18
- 210/330: gnu: rust-snapbox-macros-0.3: Update to 0.3.8., guix-commits, 2024/03/18
- 212/330: gnu: Add rust-anstyle-svg-0.1., guix-commits, 2024/03/18
- 217/330: gnu: Add rust-toml-edit-0.22., guix-commits, 2024/03/18
- 205/330: gnu: Add rust-chacha20poly1305-0.10., guix-commits, 2024/03/18
- 202/330: gnu: Add rust-isahc-1., guix-commits, 2024/03/18