Cargo Features
[dependencies]
libset = { version = "0.1.6", default-features = false, features = ["toml", "json", "ron"] }
- default = json
-
The
json
feature is set by default wheneverlibset
is added without
somewhere in the dependency tree.default-features = false - toml
-
Enables toml
- json default
-
Enables serde_json
- ron
-
Enables ron
Libset has 4 features without comments.