diff --git a/Cargo.toml b/Cargo.toml index b13792d..14c1cf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,3 +38,6 @@ num-traits = { version = "~0.2", default-features = false } [dev-dependencies] env_logger = "0.11" + +[package.metadata.docs.rs] +all-features = true