Cargo Features

cloudproof_cover_crypt has no features set by default.

[dependencies]
cloudproof_cover_crypt = { version = "14.0.0", features = ["ffi", "python", "wasm"] }
ffi = cosmian_ffi_utils, lazy_static

Affects cloudproof_cover_crypt::ffi

python = pyo3

Affects cloudproof_cover_crypt::pyo3

wasm = js-sys, wasm-bindgen

Affects cloudproof_cover_crypt::wasm_bindgen

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.

cosmian_ffi_utils ffi?

Enables cosmian_ffi_utils

Optional dependencies

js-sys wasm?
lazy_static ffi?
pyo3 python?

Enables pyo3 ^0.20.3

wasm-bindgen wasm?