[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 130/150] gnu: Add rust-actix-connect-0.2.
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 130/150] gnu: Add rust-actix-connect-0.2. |
Date: |
Mon, 17 Jan 2022 15:14:20 +0000 |
* gnu/packages/crates-io.scm (rust-actix-connect-0.2): New variable.
---
gnu/packages/crates-io.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1e4b79eb5c..048879bd37 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -331,6 +331,43 @@ (define-public rust-actix-connect-1
,(package-version rust-trust-dns-proto-0.18)))
#t)))))))
+(define-public rust-actix-connect-0.2
+ (package
+ (inherit rust-actix-connect-2)
+ (name "rust-actix-connect")
+ (version "0.2.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "actix-connect" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "187whz05gjkp9pcza4i714v0a8yxlg3jdrzii7gaqsxl9fyykbcz"))))
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-actix-codec" ,rust-actix-codec-0.1)
+ ("rust-actix-rt" ,rust-actix-rt-0.2)
+ ("rust-actix-service" ,rust-actix-service-0.4)
+ ("rust-actix-utils" ,rust-actix-utils-0.4)
+ ("rust-derive-more" ,rust-derive-more-0.15)
+ ("rust-either" ,rust-either-1)
+ ("rust-futures" ,rust-futures-0.1)
+ ("rust-http" ,rust-http-0.1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-openssl" ,rust-openssl-0.10)
+ ("rust-rustls" ,rust-rustls-0.15)
+ ("rust-tokio-current-thread" ,rust-tokio-current-thread-0.1)
+ ("rust-tokio-openssl" ,rust-tokio-openssl-0.3)
+ ("rust-tokio-rustls" ,rust-tokio-rustls-0.9)
+ ("rust-tokio-tcp" ,rust-tokio-tcp-0.1)
+ ("rust-trust-dns-resolver" ,rust-trust-dns-resolver-0.11)
+ ("rust-webpki" ,rust-webpki-0.19))
+ #:cargo-development-inputs
+ (("rust-actix-server-config" ,rust-actix-server-config-0.1)
+ ("rust-actix-test-server" ,rust-actix-test-server-0.2)
+ ("rust-bytes" ,rust-bytes-0.4))))))
+
(define-public rust-actix-derive-0.5
(package
(name "rust-actix-derive")
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 120/150] gnu: Add rust-derive-more-0.15., (continued)
- [bug#53315] [PATCH 120/150] gnu: Add rust-derive-more-0.15., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 115/150] gnu: Add rust-gtk-sys-0.10., Aleksandr Vityazev, 2022/01/17
- [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 <=
- [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, 2022/01/17
- [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