Cargo Features
cmod-core has no features set by default.
[dependencies]
cmod-core = { version = "0.4.4", features = ["ffi_lua", "ffi_py", "ffi_py_asyncio", "ffi_wasm", "module"] }
- ffi_lua = mlua
-
Affects
ffi::lua
… - ffi_py ffi_py_asyncio? = pyo3, pyo3-asyncio, pythonize, tokio
-
Affects
ffi::py
… - ffi_py_asyncio = ffi_py
-
Affects
py::block_on
… - ffi_wasm = serde-wasm-bindgen, wasm-bindgen
-
Affects
ffi::wasm
… - module
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.
- mlua ffi_lua?
- pyo3 ffi_py?
-
Enables pyo3 ^0.20
- pyo3-asyncio ffi_py?
- pythonize ffi_py?
-
Enables pythonize ^0.20
- serde-wasm-bindgen ffi_wasm?
- tokio ffi_py?
- wasm-bindgen ffi_wasm?