Cargo Features

[dependencies]
mock-http-connector = { version = "0.3.1", default-features = false, features = ["json"] }
default = json

The json feature is set by default whenever mock-http-connector is added without default-features = false somewhere in the dependency tree.

json default

Enables serde and serde_json

mock-http-connector has 2 features without comments.