Cargo Features
[dependencies]
blueprint-test-utils = { version = "0.1.3", default-features = false, features = ["std", "wasm"] }
- default = std
-
The
std
feature is set by default wheneverblueprint-test-utils
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of gadget-io, gadget-sdk, and sp-core ^31.0.0
sp-core:
Substrate
Affects
sync::substrate_test_channel
… - wasm
-
Enables wasm-bindgen of gadget-io, wasm of gadget-sdk