Cargo Features

cloudproof_ecies has no features set by default.

[dependencies]
cloudproof_ecies = { version = "0.1.4", features = ["ffi", "python", "wasm"] }
ffi = cosmian_ffi_utils

Affects cloudproof_ecies::ffi

python = pyo3

Affects cloudproof_ecies::pyo3

wasm = js-sys, wasm-bindgen

Affects cloudproof_ecies::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?
pyo3 python?

Enables pyo3 ^0.20.3

wasm-bindgen wasm?