Cargo Features

[dependencies]
wasi-crypto = { version = "0.1.14", default-features = false, features = ["pqcrypto", "wasmtime"] }
default = pqcrypto

The pqcrypto feature is set by default whenever wasi-crypto is added without default-features = false somewhere in the dependency tree.

pqcrypto default = pqcrypto-kyber, pqcrypto-traits
wasmtime = wiggle

Affects wasi-crypto::wasmtime_interfaces

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.

pqcrypto-traits pqcrypto
pqcrypto-kyber pqcrypto

Enables pqcrypto-kyber ^0.7.6

wiggle wasmtime?

Enables wiggle ^12.0.2