Cargo Features

sqlite-mumu has no features set by default.

[dependencies]
sqlite-mumu = { version = "0.2.0-rc.4", features = ["host", "web"] }
default

Host-only plugin by design (rusqlite is native). Keep default lean.

host

Host toggles optional libloading (parity with other plugins).

Enables libloading ^0.7

Optional dynamic loading parity with other plugins

web

Marker only; this crate is not intended to compile for wasm.