Cargo Features

[dependencies]
altius-benchtools = { version = "0.1.0", default-features = false, features = ["profiler", "generator"] }
default = profiler

The profiler feature is set by default whenever altius-benchtools is added without default-features = false somewhere in the dependency tree.

profiler default = once_cell, zip
generator = clap, ethers, tokio

Affects altius-benchtools::transaction_generator

Required by the generate binary

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.

once_cell profiler
zip profiler
clap generator?
ethers generator?
tokio generator?