[package]
name = "libsqlite3-hotbundle"
version = "1.530400.0"
authors = [
"Kent Ross",
"The rusqlite developers",
]
edition = "2021"
repository = "https://github.com/mumbleskates/libsqlite3-hotbundle"
description = "bundled libsqlite3 library"
license = "MIT"
build = "build.rs"
keywords = ["sqlite", "ffi"]
[features]
default = []
double-quoted-string-literals = []
preupdate_hook = []
unlock_notify = []
session = []
wasm32-wasi-vfs = []
with-asan = []
[build-dependencies]
cc = { version = "1.4.0" }
[dev-dependencies]
rusqlite = "0.40.1"