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