Cargo Features

lebai_sdk has no features set by default.

[dependencies]
lebai_sdk = { version = "0.2.14", features = ["ffi_lua", "ffi_py", "ffi_py_asyncio", "ffi_wasm", "mdns"] }
ffi_lua = mlua

Enables ffi_lua of cmod

ffi_py ffi_py_asyncio? = pyo3

Enables ffi_py of cmod

ffi_py_asyncio = ffi_py, pyo3

Enables ffi_py_asyncio of cmod

ffi_wasm = wasm-bindgen, wasm-bindgen-futures

Enables ffi_wasm of cmod, 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?

Enables mdns-sd ^0.10

mlua ffi_lua?
pyo3 ffi_py? ffi_py_asyncio?

Enables pyo3 ^0.20

wasm-bindgen ffi_wasm?
wasm-bindgen-futures ffi_wasm?