Cargo Features

markov-chain has no features set by default.

[dependencies]
markov-chain = { version = "0.1.1", features = ["generator", "serde_cbor", "serde_yaml"] }
generator = clap

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_cbor implicit feature

Enables serde_cbor ^0.6.0

serde_cbor:

CBOR support for serde

serde_yaml implicit feature

Enables serde_yaml ^0.7.0

serde_yaml:

YAML data format for Serde

clap generator?

Enables clap ^2.24