Cargo Features

[dependencies]
saa-curves = { version = "0.24.2", default-features = false, features = ["std", "native", "solana", "substrate", "cosmwasm", "wasm"] }
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, optional parity-scale-codec, and optional scale-info

native

Enables native of saa-common

Affects secp256r1::implementation

solana

Enables borsh, solana of saa-common

substrate

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

cosmwasm = wasm

Enables cosmwasm of saa-common

wasm cosmwasm?