Cargo Features
[dependencies]
prophet = { version = "0.4.2", default-features = false, features = ["benches", "serde_support"] }
- default = serde_support
-
The
serde_support
feature is set by default wheneverprophet
is added without
somewhere in the dependency tree.default-features = false - benches
- serde_support default = serde, serde_derive
-
Enables serde-1 of ndarray ^0.10
ndarray:
Old name for the serde feature
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.