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