Cargo Features
[dependencies]
markdown-parser = { version = "0.1.2", default-features = false, features = ["adapt"] }
- default = adapt
-
The
adapt
feature is set by default whenevermarkdown-parser
is added without
somewhere in the dependency tree.default-features = false - adapt default = serde, serde_json, serde_yaml, toml
-
Affects
markdown-parser::adapt
…
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.
- serde adapt
- serde_json adapt
- serde_yaml adapt
-
Enables serde_yaml ^0.8
- toml adapt
-
Enables toml ^0.5.8