Cargo Features

Chainlist has no features set by default.

[dependencies]
chainlist = { version = "0.1.3", features = ["std", "online"] }
std

Enables std of alloy-chains and serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

online

Enables reqwest

online feature flag