Cargo Features

[dependencies]
saa-auth = { version = "0.24.1", default-features = false, features = ["std", "native", "solana", "substrate", "cosmwasm", "injective", "wasm", "schemars"] }
default = std

The std feature is set by default whenever saa-auth is added without default-features = false somewhere in the dependency tree.

std default

Enables std of bech32, saa-curves, optional parity-scale-codec, and optional scale-info

native

Enables native of saa-curves

solana

Enables borsh, solana of saa-curves

substrate

Enables parity-scale-codec and scale-info, substrate of saa-curves

cosmwasm injective? = wasm

Enables cosmwasm of saa-curves

injective = cosmwasm

Enables injective of saa-common

wasm cosmwasm?

Features from optional dependencies

schemars implicit feature

Enables schemars

schemars:

Generate JSON Schemas from Rust code