Cargo Features

[dependencies]
saa-curves = { version = "0.14.16", default-features = false, features = ["std", "solana", "substrate", "cosmwasm", "native"] }
default = std

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

std default

Enables std of saa-common, saa-schema, optional parity-scale-codec, and optional scale-info

solana

Enables borsh, solana of saa-common and saa-schema

substrate

Enables parity-scale-codec and scale-info, substrate of saa-common and saa-schema

cosmwasm

Enables cosmwasm-std ^1.5.8, schemars and serde, cosmwasm of saa-common and saa-schema

native

Enables native of saa-common

saa-curves has 6 features without comments.