Cargo Features

[dependencies]
arrpc-contract = { version = "0.2.0", default-features = false, features = ["http"] }
default = http

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

http default

Enables anyhow, async-trait, http, reqwest ^0.11.23, serde, and serde_json

reqwest:

Other

Affects arrpc-contract::http