Cargo Features
[dependencies]
pear_client = { version = "0.1.1", default-features = false, features = ["serde", "http"] }
- default = http
-
The
http
feature is set by default wheneverpear_client
is added without
somewhere in the dependency tree.default-features = false - 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.