diff --git a/tower/Cargo.toml b/tower/Cargo.toml index b4d9ed5..52b3a66 100644 --- a/tower/Cargo.toml +++ b/tower/Cargo.toml @@ -24,7 +24,7 @@ keywords = ["io", "async", "non-blocking", "futures", "service"] edition = "2018" [features] -default = ["log", "buffer"] +default = ["log"] log = ["tracing/log"] balance = ["discover", "load", "ready-cache", "make", "rand", "slab", "tokio/stream"] buffer = ["tokio/sync", "tokio/rt", "tokio/stream"]