Cargo Features

[dependencies]
webchain-rs = { version = "0.22.1", default-features = false, features = ["http", "dev", "fs-storage", "emerald-rocksdb"] }
default = emerald-rocksdb, http

These default features are set whenever webchain-rs 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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

emerald-rocksdb default

Enables emerald-rocksdb ^0.10.3

optional dependencies

hyper http

Enables hyper ^0.11

reqwest http

Enables reqwest ^0.6

clippy dev?