1
1
[package ]
2
- name = " hyper-util"
2
+ name = " hyper-util-spider "
3
3
version = " 0.1.11"
4
4
description = " hyper utilities"
5
5
readme = " README.md"
@@ -13,12 +13,15 @@ categories = ["network-programming", "web-programming::http-client", "web-progra
13
13
edition = " 2021"
14
14
rust-version = " 1.63"
15
15
16
+ [lib ]
17
+ name = " hyper_util"
18
+
16
19
[package .metadata .docs .rs ]
17
20
features = [" full" ]
18
21
rustdoc-args = [" --cfg" , " docsrs" ]
19
22
20
23
[dependencies ]
21
- hyper = " 1.6.0"
24
+ hyper-spider = " 1.6.0"
22
25
futures-util = { version = " 0.3.16" , default-features = false }
23
26
http = " 1.0"
24
27
http-body = " 1.0.0"
@@ -32,7 +35,7 @@ tower-service = { version = "0.3", optional = true }
32
35
libc = { version = " 0.2" , optional = true }
33
36
34
37
[dev-dependencies ]
35
- hyper = { version = " 1.4 .0" , features = [" full" ] }
38
+ hyper-spider = { version = " 1.6 .0" , features = [" full" ] }
36
39
bytes = " 1"
37
40
http-body-util = " 0.1.0"
38
41
tokio = { version = " 1" , features = [" macros" , " test-util" , " signal" ] }
@@ -59,17 +62,17 @@ full = [
59
62
" tracing" ,
60
63
]
61
64
62
- client = [" hyper/client" , " dep:tracing" , " dep:futures-channel" , " dep:tower-service" ]
65
+ client = [" hyper-spider /client" , " dep:tracing" , " dep:futures-channel" , " dep:tower-service" ]
63
66
client-legacy = [" client" , " dep:socket2" , " tokio/sync" , " dep:libc" ]
64
67
65
- server = [" hyper/server" ]
68
+ server = [" hyper-spider /server" ]
66
69
server-auto = [" server" , " http1" , " http2" ]
67
70
server-graceful = [" server" , " tokio/sync" , " futures-util/alloc" ]
68
71
69
72
service = [" dep:tower-service" ]
70
73
71
- http1 = [" hyper/http1" ]
72
- http2 = [" hyper/http2" ]
74
+ http1 = [" hyper-spider /http1" ]
75
+ http2 = [" hyper-spider /http2" ]
73
76
74
77
tokio = [" dep:tokio" , " tokio/net" , " tokio/rt" , " tokio/time" ]
75
78
0 commit comments