[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69257] [PATCH rust-team v2 019/117] gnu: Add rust-mas-tower-0.7.
From: |
Herman Rimm |
Subject: |
[bug#69257] [PATCH rust-team v2 019/117] gnu: Add rust-mas-tower-0.7. |
Date: |
Sun, 28 Apr 2024 20:54:45 +0200 |
* gnu/packages/crates-web.scm (rust-mas-tower-0.7): Add variable.
Change-Id: I2600701581145a089a9f2fa627eaf85dd9eea934
---
gnu/packages/crates-web.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 68178fdde1..582bfd05db 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -4143,6 +4143,36 @@ (define-public rust-jsonwebtoken-7
(description "Create and decode JWTs in a strongly typed way.")
(license license:expat)))
+(define-public rust-mas-tower-0.7
+ (package
+ (name "rust-mas-tower")
+ (version "0.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "mas-tower" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0gf55zyv2822xykc2az253a6n7nvjc129rl2nlwmax9yhjkypgpn"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-http" ,rust-http-0.2)
+ ("rust-opentelemetry" ,rust-opentelemetry-0.21)
+ ("rust-opentelemetry-http" ,rust-opentelemetry-http-0.10)
+ ("rust-opentelemetry-semantic-conventions"
+ ,rust-opentelemetry-semantic-conventions-0.13)
+ ("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
+ ("rust-tokio" ,rust-tokio-1)
+ ("rust-tower" ,rust-tower-0.4)
+ ("rust-tracing" ,rust-tracing-0.1)
+ ("rust-tracing-opentelemetry" ,rust-tracing-opentelemetry-0.22))))
+ (home-page "https://matrix-org.github.io/matrix-authentication-service/")
+ (synopsis "Tower layers used by the Matrix Authentication Service")
+ (description "This package provides the Tower layers used by the
+Matrix Authentication Service.")
+ (license license:asl2.0)))
+
(define-public rust-mockito-1
(package
(name "rust-mockito")
--
2.41.0
- [bug#69257] [PATCH rust-team v2 005/117] gnu: Add rust-opentelemetry-semantic-conventions-0.13., (continued)
- [bug#69257] [PATCH rust-team v2 005/117] gnu: Add rust-opentelemetry-semantic-conventions-0.13., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 008/117] gnu: rust-aead-0.5: Upgrade to 0.5.2., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 007/117] gnu: Add rust-tonic-0.9., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 012/117] gnu: Add rust-grpcio-sys-0.12., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 009/117] gnu: Add rust-opentelemetry-jaeger-0.20., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 013/117] gnu: Add rust-grpcio-0.12., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 017/117] gnu: Add rust-opentelemetry-stdout-0.2., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 014/117] gnu: Add rust-tonic-build-0.9., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 010/117] gnu: Add rust-prost-build-0.11., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 011/117] gnu: Add rust-grpcio-compiler-0.12., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 019/117] gnu: Add rust-mas-tower-0.7.,
Herman Rimm <=
- [bug#69257] [PATCH rust-team v2 021/117] gnu: Add rust-mas-http-0.7., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 023/117] gnu: Add rust-ordered-multimap-0.4., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 027/117] gnu: Add rust-konst-kernel-0.3., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 030/117] gnu: Add rust-ruma-identifiers-validation-0.9., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 028/117] gnu: Add rust-konst-0.3., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 035/117] gnu: Add rust-ruma-html-0.1., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 033/117] gnu: Add rust-ruma-common-0.12., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 034/117] gnu: Add rust-js-option-0.1., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 039/117] gnu: Add rust-ruma-identity-service-api-0.8., Herman Rimm, 2024/04/28
- [bug#69257] [PATCH rust-team v2 045/117] gnu: Add rust-macro-attr-0.2., Herman Rimm, 2024/04/28