Cargo Features

[dependencies]
tangle-subxt = { version = "0.3.0", default-features = false, features = ["std", "web"] }
default = std

The std feature is set by default whenever tangle-subxt is added without default-features = false somewhere in the dependency tree.

std default

Enables std of subxt-core and subxt-signer and native of subxt

subxt:

Enable this for native (ie non web/wasm builds).
Exactly 1 of "web" and "native" is expected.

web

Enables web of subxt and subxt-signer

subxt:

Enable this for web/wasm builds.
Exactly 1 of "web" and "native" is expected.

Tangle-Subxt has 3 features without comments.