Cargo Features
[dependencies]
parse-changelog = { version = "0.6.10", default-features = false, features = ["serde", "anyhow", "lexopt", "serde_json"] }
- default = anyhow, lexopt, serde, serde_json
-
When using this crate as a library, we recommend disabling the default features.
Required by the binary
- serde default
-
Implements serde::Serialize trait for parse-changelog types.
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.
Note: indexmap and serde are public dependencies.
- anyhow default
- lexopt default
- serde_json default