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 default-features = false somewhere in the dependency tree.

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.