@@ -33,6 +33,7 @@ pin-project-lite = "0.2.4"
3333socket2 = { version = " >=0.5.9, <0.7" , optional = true , features = [" all" ] }
3434tracing = { version = " 0.1" , default-features = false , features = [" std" ], optional = true }
3535tokio = { version = " 1" , optional = true , default-features = false }
36+ tower-layer = { version = " 0.3" , optional = true }
3637tower-service = { version = " 0.3" , optional = true }
3738
3839[dev-dependencies ]
@@ -55,7 +56,7 @@ system-configuration = { version = "0.6.1", optional = true }
5556windows-registry = { version = " 0.5" , optional = true }
5657
5758[features ]
58- default = []
59+ default = [" client " , " client-pool " ]
5960
6061# Shorthand to enable everything
6162full = [
@@ -76,7 +77,7 @@ full = [
7677
7778client = [" hyper/client" , " tokio/net" , " dep:tracing" , " dep:futures-channel" , " dep:tower-service" ]
7879client-legacy = [" client" , " dep:socket2" , " tokio/sync" , " dep:libc" , " dep:futures-util" ]
79- client-pool = [" dep:futures-util" ]
80+ client-pool = [" dep:futures-util" , " dep:tower-layer " ]
8081client-proxy = [" client" , " dep:base64" , " dep:ipnet" , " dep:percent-encoding" ]
8182client-proxy-system = [" dep:system-configuration" , " dep:windows-registry" ]
8283
0 commit comments