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

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?

Features from optional dependencies

schemars implicit feature

Enables schemars

schemars:

Generate JSON Schemas from Rust code