Cargo Features

[dependencies]
pear_client = { version = "0.1.1", default-features = false, features = ["serde", "http"] }
default = http

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

serde http

Enables serde, serde of url, serde of bytes, chrono, and compact_str ^0.7.1

http default = serde

Enables http, http-body, http-body-util, and serde_json

pear_client has 3 features without comments.