File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ futures-util = { version = "0.3", default-features = false }
26
26
http = " 0.2"
27
27
http-body = " =1.0.0-rc.2"
28
28
http-body-util = { version = " =0.1.0-rc.3" , optional = true }
29
- httpdate = " 1.0"
30
29
httparse = " 1.8"
31
30
h2 = { version = " 0.3.9" , optional = true }
32
31
itoa = " 1"
33
32
tracing = { version = " 0.1" , default-features = false , features = [" std" ] }
34
33
pin-project-lite = " 0.2.4"
35
34
tokio = { version = " 1" , features = [" sync" ] }
36
- want = " 0.3"
37
35
38
36
# Optional
39
37
38
+ httpdate = { version = " 1.0" , optional = true }
40
39
libc = { version = " 0.2" , optional = true }
40
+ want = { version = " 0.3" , optional = true }
41
41
42
42
[dev-dependencies ]
43
43
futures-util = { version = " 0.3" , default-features = false , features = [" alloc" ] }
@@ -78,8 +78,8 @@ http1 = []
78
78
http2 = [" dep:h2" ]
79
79
80
80
# Client/Server
81
- client = []
82
- server = []
81
+ client = [" dep:want " ]
82
+ server = [" dep:httpdate " ]
83
83
84
84
# C-API support (currently unstable (no semver))
85
85
ffi = [" dep:libc" , " dep:http-body-util" ]
You can’t perform that action at this time.
0 commit comments