Cargo Features
[dependencies]
mdbook-tera = { version = "0.5.1", default-features = false, features = ["json", "toml"] }
- default = json, toml
-
These default features are set whenever
mdbook-tera
is added without
somewhere in the dependency tree.default-features = false - json default = serde_json
-
Required by the binary
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- toml default
-
Enables toml ~0.5
Required by the binary
- serde_json json