Cargo Features

[dependencies]
feather = { version = "0.1.0", default-features = false, features = ["tera", "async", "json"] }
default = json

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

tera
async

Enables hyper and tokio

json default

Enables serde and serde_json

Feather has 4 features without comments.