Cargo Features

[dependencies]
gadget-common = { version = "0.1.0", default-features = false, features = ["std", "tangle-testnet", "tangle-mainnet", "substrate", "wasm", "testing"] }
default = std, substrate, tangle-testnet

These default features are set whenever gadget-common is added without default-features = false somewhere in the dependency tree.

std default = sqlx

Enables attributes and std of tracing and std of serde, sp-api ^27.0.1, sp-core ^29.0.0, sp-io ^31.0.0, sp-runtime ^32.0.0, and sp-tracing ^16.0.0

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

Affects keystore::SqliteBackend

tangle-testnet default
tangle-mainnet
substrate default = parity-scale-codec, substrate-prometheus-endpoint, subxt-signer, tangle-subxt

Enables gadget-io ^0.0.1, substrate of gadget-core, jsonrpsee and native of subxt

Affects client::PairSigner

wasm = parity-scale-codec

Enables substrate of gadget-core, wasm of gadget-io ^0.0.1, alloc of serde, disable_allocator, disable_oom and disable_panic_handler of sp-io ^31.0.0, serde of sp-runtime ^32.0.0, jsonrpsee and web of subxt, web of subxt-signer and js of getrandom

getrandom:

Feature to enable JavaScript bindings on wasm*-unknown-unknown

testing

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

sqlx std

Enables sqlx =0.7.3

tangle-subxt substrate

Enables tangle-subxt ^0.1.4

Substrate

subxt-signer substrate wasm?
subxt substrate wasm?
substrate-prometheus-endpoint substrate
parity-scale-codec substrate wasm?