Cargo Features
[dependencies]
sqlite-wasm-rs = { version = "0.3.4", default-features = false, features = ["bundled", "buildtime-bindgen", "precompiled", "custom-libc", "sqlite3mc"] }
- default = bundled
-
The
bundled
feature is set by default wheneversqlite-wasm-rs
is added without
somewhere in the dependency tree.default-features = false - bundled default sqlite3mc?
- buildtime-bindgen = bindgen
- precompiled
- custom-libc = sqlite-wasm-libc
- sqlite3mc = bundled
-
SQLite3MultipleCiphers https://github.com/utelle/SQLite3MultipleCiphers https://utelle.github.io/SQLite3MultipleCiphers
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.