Skip to content

Commit 8452691

Browse files
committed
feat(pool): add a Cache pooling service
1 parent 99e0932 commit 8452691

File tree

3 files changed

+419
-2
lines changed

3 files changed

+419
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ system-configuration = { version = "0.6.1", optional = true }
5555
windows-registry = { version = "0.5", optional = true }
5656

5757
[features]
58-
default = []
58+
default = ["client", "client-pool"]
5959

6060
# Shorthand to enable everything
6161
full = [
@@ -76,7 +76,7 @@ full = [
7676

7777
client = ["hyper/client", "tokio/net", "dep:tracing", "dep:futures-channel", "dep:tower-service"]
7878
client-legacy = ["client", "dep:socket2", "tokio/sync", "dep:libc", "dep:futures-util"]
79-
client-pool = []
79+
client-pool = ["dep:futures-util"]
8080
client-proxy = ["client", "dep:base64", "dep:ipnet", "dep:percent-encoding"]
8181
client-proxy-system = ["dep:system-configuration", "dep:windows-registry"]
8282

0 commit comments

Comments
 (0)