Cargo Features
[dependencies]
blueprint-benchmarking = { version = "0.1.0-alpha.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverblueprint-benchmarking
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables sysinfo, std of blueprint-std and full of tokio
tokio:
enable everything
blueprint-benchmarking has 2 features without comments.