Cargo Features

[dependencies]
blueprint-core = { version = "0.1.0-alpha.1", default-features = false, features = ["std", "tracing"] }
default = std, tracing

These default features are set whenever blueprint-core is added without default-features = false somewhere in the dependency tree.

std default

Enables std of futures-util

tracing default

blueprint-core has 3 features without comments.