Cargo Features

[dependencies]
fabric-benchmarking-cli = { version = "2.0.1", default-features = false, features = ["db"] }
default = db

The db feature is set by default whenever fabric-benchmarking-cli is added without default-features = false somewhere in the dependency tree.

db default

Enables with-tetsy-db and with-tetsy-kvdb-rocksdb of tc-client-db

fabric-benchmarking-cli has 2 features without comments.