Cargo Features

devolutions-crypto has no features set by default.

[dependencies]
devolutions-crypto = { version = "0.9.0", features = ["ffi", "python", "wbindgen", "fuzz"] }
ffi

Affects devolutions-crypto::ffi

python = pyo3

Affects devolutions-crypto::python

wbindgen = js-sys, serde-wasm-bindgen, wasm-bindgen

Affects devolutions-crypto::wasm

fuzz = arbitrary

Enables fuzzing of sharks

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.

pyo3 python?

Enables pyo3 ^0.19

js-sys wasm32 wbindgen?
serde-wasm-bindgen wasm32 wbindgen?

Enables serde-wasm-bindgen ^0.5

wasm-bindgen wasm32 wbindgen?
arbitrary fuzz?

Enables arbitrary ^0.4.7

used for fuzzing
Version is pinned because newer version requires lifetime annotations that isn't compatible with the header trait