Cargo Features
[dependencies]
tangle-subxt = { version = "0.5.0", default-features = false, features = ["std", "web"] }
- default = std
-
The
std
feature is set by default whenevertangle-subxt
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of subxt-core ^0.37.0 and subxt-signer ^0.37.0 and native of subxt ^0.37.0
subxt:
Enable this for native (ie non web/wasm builds).
Exactly 1 of "web" and "native" is expected. - web
-
Enables web of subxt ^0.37.0 and subxt-signer ^0.37.0
subxt:
Enable this for web/wasm builds.
Exactly 1 of "web" and "native" is expected.
Tangle-Subxt has 3 features without comments.