Cargo Features
Changepoint has no features set by default.
[dependencies]
changepoint = { version = "0.14.2", features = ["serde1", "serde_derive"] }
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_derive implicit feature
-
Enables serde_derive
serde_derive:
Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
- serde serde1?