Cargo Features
lebai_sdk has no features set by default.
[dependencies]
lebai_sdk = { version = "0.2.18", features = ["ffi_lua", "ffi_py", "ffi_py_asyncio", "ffi_wasm", "mdns"] }
- ffi_lua = mlua
- ffi_py ffi_py_asyncio? = pyo3
- ffi_py_asyncio = ffi_py, pyo3
-
Enables ffi_py_asyncio of cmod ^0.3
- ffi_wasm = wasm-bindgen, wasm-bindgen-futures
-
Enables ffi_wasm of cmod ^0.3, wasm-bindgen of futures-timer
- mdns = mdns-sd
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.
- mdns-sd mdns?
- mlua ffi_lua?
-
Enables mlua ^0.9
- pyo3 ffi_py? ffi_py_asyncio?
-
Enables pyo3 ^0.20
- wasm-bindgen ffi_wasm?
- wasm-bindgen-futures ffi_wasm?