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
somewhere in the dependency tree.default-features = false - std default
-
Enables std of futures-util
- tracing default
blueprint-core has 3 features without comments.