Cargo Features
[dependencies]
wasi-crypto = { version = "0.1.14", default-features = false, features = ["pqcrypto", "wasmtime"] }
- default = pqcrypto
-
The
pqcrypto
feature is set by default wheneverwasi-crypto
is added without
somewhere in the dependency tree.default-features = false - 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