Cargo Features

[dependencies]
ed448-goldilocks-plus = { version = "0.13.3", default-features = false, features = ["std", "alloc", "serde", "zeroize"] }
default = std

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

std default

Enables serdect and zeroize

alloc

Enables alloc of serdect and zeroize

serde

Enables serdect

zeroize alloc? std

Enables zeroize

ed448-goldilocks-plus has 5 features without comments.