diff --git a/Cargo.toml b/Cargo.toml index a927888..fc78b63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,6 @@ tokio = { version = "1.38.1", features = ["full"]} [features] default = [] async_closure = ["dep:futures"] + +[package.metadata.docs.rs] +all-features = true