Cargo Features
[dependencies]
feather = { version = "0.1.1", default-features = false, features = ["tera", "json"] }
- default = json
-
The
json
feature is set by default wheneverfeather
is added without
somewhere in the dependency tree.default-features = false - tera
- json default
-
Enables serde and serde_json
Feather has 3 features without comments.