We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1aaf37 commit dc381cfCopy full SHA for dc381cf
Cargo.toml
@@ -54,3 +54,7 @@ stdweb = { version = "0.4", optional = true }
54
# This is for testing serde, unfortunately we can't specify feature-gated dev
55
# deps yet, see: https://github.com/rust-lang/cargo/issues/1596
56
bincode = "1.0"
57
+
58
+[package.metadata.docs.rs]
59
+all-features = true
60
+rustdoc-args = [ "--all" ] # also document rand_core
0 commit comments