Cargo Features

[dependencies]
atlas-signature = { version = "3.1.0", default-features = false, features = ["std", "alloc", "bytemuck", "frozen-abi", "rand", "serde", "verify"] }
default = alloc, std

These default features are set whenever atlas-signature is added without default-features = false somewhere in the dependency tree.

std default frozen-abi? = alloc
alloc default std
bytemuck

Enables bytemuck and bytemuck_derive

frozen-abi = std

Enables atlas-frozen-abi and atlas-frozen-abi-macro

rand

Enables rand ^0.8.5

serde

Enables serde, serde-big-array, and serde_derive

verify

Enables ed25519-dalek

atlas-signature has 8 features without comments.