Cargo Features

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

These default features are set whenever emerald-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.

emerald-rocksdb default

Enables emerald-rocksdb ^0.10.3

optional dependencies

hyper http

Enables hyper ^0.12

reqwest http

Enables reqwest ^0.9

clippy dev?