Cargo Features

[dependencies]
blueprint-client-tangle = { version = "0.1.0-alpha.16", default-features = false, features = ["std", "web", "tracing"] }
default = std, tracing

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

std default

Enables std of blueprint-client-core, blueprint-keystore, blueprint-runner, blueprint-std, serde, serde_json, sp-core ^34.0.0, and tangle-subxt ^0.19.0

blueprint-keystore:

Core features

web

Enables web of tangle-subxt ^0.19.0

tracing default

Enables tracing of blueprint-core

blueprint-client-tangle has 4 features without comments.