Cargo Features

ethrpc has no features set by default.

[dependencies]
ethrpc = { version = "0.0.8", features = ["curl", "http"] }
curl

Enables curl

Affects ethrpc::curl

http

Enables futures, reqwest ^0.11, tokio, and tokio-stream

Affects ethrpc::http