Cargo Features

[dependencies]
lcax_models = { version = "2.6.1", default-features = false, features = ["pybindings", "jsbindings", "wee_alloc"] }
default = wee_alloc

The wee_alloc feature is set by default whenever lcax_models is added without default-features = false somewhere in the dependency tree.

pybindings = pyo3

Enables extension-module of pyo3

Python Bindings

jsbindings = console_error_panic_hook, tsify, 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.

pyo3 pybindings?
wee_alloc default

Enables wee_alloc

JS Bindings

wasm-bindgen jsbindings?
console_error_panic_hook jsbindings?
tsify jsbindings?