Cargo Features

[dependencies]
ed25519-zebra = { version = "4.0.3", default-features = false, features = ["std", "nightly", "pem", "pkcs8", "serde"] }
default = serde, std

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

std default

Enables std of ed25519

nightly
pem = der

Enables pem of ed25519

pkcs8

Enables pkcs8

serde default

Enables serde, serde of ed25519

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

der pem?