Cargo Features
[dependencies]
strois = { version = "0.0.4", default-features = false, features = ["json"] }
- default = json
-
The
json
feature is set by default wheneverstrois
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables json of ureq ^2.7.1
Strois has 2 features without comments.