Cargo Features

[dependencies]
ethereum-rust-utils = { version = "0.0.2", default-features = false, features = ["http", "dev", "fs-storage", "emerald-rocksdb"] }
default = emerald-rocksdb, http

These default features are set whenever ethereum-rust-utils is added without default-features = false somewhere in the dependency tree.

http default = hyper, reqwest
dev = clippy
fs-storage

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

emerald-rocksdb default

Enables emerald-rocksdb ^0.10.3

hyper http

Enables hyper ^0.12

reqwest http

Enables reqwest ^0.9

clippy dev?