Cargo Features
[dependencies]
arrpc-contract = { version = "0.2.0", default-features = false, features = ["http"] }
- default = http
-
The
http
feature is set by default wheneverarrpc-contract
is added without
somewhere in the dependency tree.default-features = false - http default
-
Enables anyhow, async-trait, http, reqwest ^0.11.23, serde, and serde_json
reqwest:
Other
Affects
arrpc-contract::http
…