Cargo Features
cloudproof_fpe has no features set by default.
[dependencies]
cloudproof_fpe = { version = "0.2.2", features = ["ffi", "python", "wasm"] }
- ffi = cosmian_ffi_utils
-
Affects
cloudproof_fpe::ffi
… - python = pyo3
-
Affects
cloudproof_fpe::pyo3
… - wasm = wasm-bindgen
-
Affects
cloudproof_fpe::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
- pyo3 python?
-
Enables pyo3 ^0.20.0
- wasm-bindgen wasm?