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 whenever prophet is added without default-features = false somewhere in the dependency tree.

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

serde serde_support
serde_derive serde_support