Cargo Features
[dependencies]
flawless-http = { version = "1.0.0-beta.1", default-features = false, features = ["json"] }
- default = json
-
The
json
feature is set by default wheneverflawless-http
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables serde and serde_json
flawless-http has 2 features without comments.