Cargo Features
[dependencies]
chemical_elements = { version = "0.4.0", default-features = false, features = ["serde", "mzpeaks"] }
- default = mzpeaks, serde
-
These default features are set whenever
chemical_elements
is added without
somewhere in the dependency tree.default-features = false - serde default
-
Enables serde and serde_with
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.
- mzpeaks default