Cargo Features
[dependencies]
saa-custom = { version = "0.14.16", default-features = false, features = ["std", "solana", "substrate", "cosmwasm", "native", "injective", "replay", "storage"] }
- default = cosmwasm, std
-
These default features are set whenever
saa-custom
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of bech32, saa-common, saa-curves, saa-schema, optional parity-scale-codec, and optional scale-info
- solana
-
Enables borsh, solana of saa-common, saa-curves, and saa-schema
- substrate
-
Enables parity-scale-codec and scale-info, substrate of saa-common, saa-curves, and saa-schema
- cosmwasm default
-
Enables schemars, cosmwasm of saa-common, saa-curves, and saa-schema
- native
-
Enables native of saa-common and saa-curves
- injective
-
Enables injective of saa-common
- replay = storage
-
Enables replay of saa-common
- storage replay?
-
Enables storage of saa-common
saa-custom has 9 features without comments.