Cargo Features
cosmian_abe_gpsw has no features set by default.
[dependencies]
cosmian_abe_gpsw = { version = "2.0.3", features = ["interfaces", "ffi", "python", "wasm_bindgen"] }
The cdylib is only interesting if the
--features ffi
flag is set on build This does not seem to be actionable conditionally https://github.com/rust-lang/cargo/issues/4881
- interfaces ffi? python? wasm_bindgen? = cosmian_crypto_base
-
Affects
cosmian_abe_gpsw::interfaces
… - ffi = interfaces
-
Affects
interfaces::ffi
… - python = interfaces, pyo3
-
Affects
interfaces::pyo3
… - wasm_bindgen = interfaces, js-sys, wasm-bindgen
-
Affects
interfaces::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_crypto_base interfaces?
-
Enables cosmian_crypto_base
Optional ones
- pyo3 python?
-
Enables pyo3 ^0.16
- js-sys wasm_bindgen?
- wasm-bindgen wasm_bindgen?