We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27a6ff commit 28fddd1Copy full SHA for 28fddd1
Cargo.toml
@@ -43,6 +43,7 @@ nightly = [] # for building with unstable Rust features (currently none)
43
lints = ["clippy"] # Requires nightly Rust
44
debug = [] # Enables debug messages
45
no_cargo = [] # Enable if you're not using Cargo, disables Cargo-env-var-dependent macros
46
+doc = ["yaml"] # All the features which add to documentation
47
48
[profile.release]
49
opt-level = 3
@@ -82,3 +83,6 @@ rpath = false
82
83
lto = false
84
debug-assertions = true
85
codegen-units = 4
86
+
87
+[package.metadata.docs.rs]
88
+features = ["doc"]
0 commit comments