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