Cargo Features

[dependencies]
binconf = { version = "0.2.700", default-features = false, features = ["full", "binary-conf", "toml-conf", "json-conf", "yaml-conf", "ron-conf"] }
default = binary-conf

The binary-conf feature is set by default whenever binconf is added without default-features = false somewhere in the dependency tree.

full = binary-conf, json-conf, ron-conf, toml-conf, yaml-conf
binary-conf default full?

Enables bincode and xxhash-rust

toml-conf full?

Enables toml

json-conf full?

Enables serde_json

yaml-conf full?

Enables serde_yaml

ron-conf full?

Enables ron

binconf has 7 features without comments.