diff --git a/Cargo.toml b/Cargo.toml index 45b1c25..84bf230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,6 +60,7 @@ use-25519 = ["x25519-dalek"] # docs.rs-specific configuration [package.metadata.docs.rs] +all-features = true # defines the configuration attribute `docsrs` rustdoc-args = ["--cfg", "docsrs"]