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