Cargo Features

[dependencies]
pqcrypto-sphincsplus-wasi = { version = "0.6.5", default-features = false, features = ["std", "avx2", "serialization"] }
default = avx2, std

These default features are set whenever pqcrypto-sphincsplus-wasi is added without default-features = false somewhere in the dependency tree.

std default avx2

Enables std of pqcrypto-traits-wasi

avx2 default = std
serialization = serde, serde-big-array

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.

serde serialization?
serde-big-array serialization?

Enables serde-big-array ^0.3.2