Cargo Features

[dependencies]
blueprint-client-tangle = { version = "0.1.0-alpha.4", 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

blueprint-keystore:

Core features

web

Enables web of tangle-subxt

tracing default

Enables tracing of blueprint-core

blueprint-client-tangle has 4 features without comments.