[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 129/150] gnu: Add rust-actix-test-server-0.2.
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 129/150] gnu: Add rust-actix-test-server-0.2. |
Date: |
Mon, 17 Jan 2022 15:14:13 +0000 |
* gnu/packages/crates-io.scm (rust-actix-test-server-0.2): New variable.
---
gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0c6e7b9069..1e4b79eb5c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -841,6 +841,41 @@ (define-public rust-actix-testing-1
(description "This package provides Actix testing utils.")
(license (list license:expat license:asl2.0))))
+(define-public rust-actix-test-server-0.2
+ (package
+ (name "rust-actix-test-server")
+ (version "0.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "actix-test-server" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0lqx8adsl3nlhbnvvjrmy9mkfa0d8wmwyy4gdz5ik8xhbwibxnn2"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-actix-rt" ,rust-actix-rt-0.2)
+ ("rust-actix-server" ,rust-actix-server-0.5)
+ ("rust-actix-server-config" ,rust-actix-server-config-0.1)
+ ("rust-futures" ,rust-futures-0.1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-native-tls" ,rust-native-tls-0.2)
+ ("rust-net2" ,rust-net2-0.2)
+ ("rust-openssl" ,rust-openssl-0.10)
+ ("rust-rustls" ,rust-rustls-0.15)
+ ("rust-tokio-reactor" ,rust-tokio-reactor-0.1)
+ ("rust-tokio-rustls" ,rust-tokio-rustls-0.9)
+ ("rust-tokio-tcp" ,rust-tokio-tcp-0.1)
+ ("rust-webpki" ,rust-webpki-0.19)
+ ("rust-webpki-roots" ,rust-webpki-roots-0.16))
+ #:cargo-development-inputs
+ (("rust-actix-service" ,rust-actix-service-0.4))))
+ (home-page "https://actix.rs")
+ (synopsis "Actix test server")
+ (description "Actix test server.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-actix-threadpool-0.3
(package
(name "rust-actix-threadpool")
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 119/150] gnu: Add rust-webview-sys-0.6., (continued)
- [bug#53315] [PATCH 119/150] gnu: Add rust-webview-sys-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 121/150] gnu: Add rust-actix-threadpool-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 122/150] gnu: Add rust-actix-rt-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 126/150] gnu: Add rust-actix-server-config-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 125/150] gnu: Add rust-actix-utils-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 123/150] gnu: Add rust-actix-codec-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 124/150] gnu: Add rust-actix-service-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 127/150] gnu: Add rust-actix-server-0.5., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 130/150] gnu: Add rust-actix-connect-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 132/150] gnu: Add rust-hashbrown-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 129/150] gnu: Add rust-actix-test-server-0.2.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 128/150] gnu: Add rust-actix-server-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 134/150] gnu: Add rust-hashbrown-0.3., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 135/150] gnu: Add rust-derive-more-0.14., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 133/150] gnu: Add rust-actix-web-codegen-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 138/150] gnu: Add rust-actix-router-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 131/150] gnu: Add rust-ahash-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 140/150] gnu: Add rust-awc-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 136/150] gnu: Add rust-actix-testing-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 139/150] gnu: Add rust-actix-http-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 137/150] gnu: Add rust-actix-derive-0.4., Aleksandr Vityazev, 2022/01/17