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 whenever saa-schema is added without default-features = false somewhere in the dependency tree.

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