Cargo Features
[dependencies]
saa-schema = { version = "0.14.16", default-features = false, features = ["std", "solana", "substrate", "cosmwasm"] }
- default = std
-
The
std
feature is set by default wheneversaa-schema
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of optional parity-scale-codec and optional scale-info
parity-scale-codec:
Substrate
- solana
-
Enables solana of saa-macros-proto and borsh
Solana
- substrate
-
Enables parity-scale-codec and scale-info, substrate of saa-macros-proto
- cosmwasm
-
Enables cosmwasm of saa-macros-proto and schemars and serde
serde:
CosmWasm