Cargo Features
[dependencies]
mock-http-connector = { version = "0.5.0", default-features = false, features = ["json", "hyper_0_14", "hyper_1"] }
- default = hyper_0_14, json
-
These default features are set whenever
mock-http-connector
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables serde and serde_json
- hyper_0_14 default
-
Enables hyper ^0.14.24
- hyper_1
-
Enables http-body, http-body-util, hyper-util, and hyper
mock-http-connector has 4 features without comments.