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 whenever blueprint-benchmarking is added without default-features = false somewhere in the dependency tree.

std default

Enables sysinfo, std of blueprint-std and full of tokio

tokio:

enable everything

blueprint-benchmarking has 2 features without comments.