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

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