Cargo Features
[dependencies]
blueprint-stores = { version = "0.1.0-alpha.1", default-features = false, features = ["std", "local"] }
- default = local, std
-
These default features are set whenever
blueprint-stores
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of optional blueprint-store-local-database
- local default
-
Enables blueprint-store-local-database
blueprint-stores has 3 features without comments.