Cargo Features
[dependencies]
saa-auth = { version = "0.24.1", default-features = false, features = ["std", "native", "solana", "substrate", "cosmwasm", "injective", "wasm", "schemars"] }
- default = std
-
The
std
feature is set by default wheneversaa-auth
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of bech32, saa-curves, optional parity-scale-codec, and optional scale-info
- native
-
Enables native of saa-curves
- solana
-
Enables borsh, solana of saa-curves
- substrate
-
Enables parity-scale-codec and scale-info, substrate of saa-curves
- cosmwasm injective? = wasm
-
Enables cosmwasm of saa-curves
- injective = cosmwasm
-
Enables injective of saa-common
- wasm cosmwasm?