Cargo Features

[dependencies]
libset = { version = "0.1.6", default-features = false, features = ["toml", "json", "ron"] }
default = json

The json feature is set by default whenever libset is added without default-features = false somewhere in the dependency tree.

toml

Enables toml

json default

Enables serde_json

ron

Enables ron

Libset has 4 features without comments.