diff --git a/Cargo.toml b/Cargo.toml index 318af27..b096b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ futures-io = "0.3" [dependencies.futures-util] version = "0.3" default-features = false +features = ["io"] [dev-dependencies] criterion = "0.3"