Cargo Features

[dependencies]
formattable = { version = "0.1.0", default-features = false, features = ["clap", "json", "yaml", "toml"] }
default = json, toml, yaml

These default features are set whenever formattable is added without default-features = false somewhere in the dependency tree.

clap

Enables clap

json default

Enables serde_json

yaml default

Enables serde_yaml

toml default

Enables toml ^0.5

formattable has 5 features without comments.