diff --git a/Cargo.toml b/Cargo.toml index 2a8c2ab..579bdd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,9 @@ readme = "README.md" license = "Apache-2.0 OR BSD-3-Clause" edition = "2018" +[package.metadata.docs.rs] +all-features = true + [features] default = [] vhost-vsock = []