Cargo Features

[dependencies]
strois = { version = "0.0.4", default-features = false, features = ["json"] }
default = json

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

json default

Enables json of ureq

Strois has 2 features without comments.