[badges.appveyor]
repository = "rusqlite/rusqlite"
[badges.codecov]
repository = "rusqlite/rusqlite"
[badges.maintenance]
status = "actively-developed"
[[bench]]
harness = false
name = "cache"
path = "benches/cache.rs"
[[bench]]
harness = false
name = "exec"
path = "benches/exec.rs"
[dependencies.bitflags]
version = "2.6.0"
[dependencies.chrono]
default-features = false
features = ["clock"]
optional = true
version = "0.4.38"
[dependencies.csv]
optional = true
version = "1.1"
[dependencies.fallible-iterator]
version = "0.3"
[dependencies.fallible-streaming-iterator]
version = "0.1"
[dependencies.hashlink]
version = "0.9"
[dependencies.libsqlite3-sys]
version = "0.30.1"
[dependencies.rusqlite-macros]
optional = true
version = "0.3.0"
[dependencies.serde_json]
optional = true
version = "1.0"
[dependencies.smallvec]
version = "1.6.1"
[dependencies.time]
features = ["formatting", "macros", "parsing"]
optional = true
version = "0.3.36"
[dependencies.url]
optional = true
version = "2.1"
[dependencies.uuid]
optional = true
version = "1.0"
[dev-dependencies.bencher]
version = "0.1"
[dev-dependencies.doc-comment]
version = "0.3"
[dev-dependencies.lazy_static]
version = "1.4"
[dev-dependencies.regex]
version = "1.5.5"
[dev-dependencies.tempfile]
version = "3.1.0"
[dev-dependencies.unicase]
version = "2.6.0"
[dev-dependencies.uuid]
features = ["v4"]
version = "1.0"
[[example]]
name = "load_extension"
path = "examples/load_extension.rs"
required-features = ["load_extension", "bundled", "functions", "trace"]
[[example]]
crate-type = ["cdylib"]
name = "loadable_extension"
path = "examples/loadable_extension.rs"
required-features = ["loadable_extension", "functions", "trace"]
[[example]]
name = "persons"
path = "examples/persons/main.rs"
[features]
array = ["vtab"]
backup = []
blob = []
buildtime_bindgen = ["libsqlite3-sys/buildtime_bindgen"]
bundled = ["libsqlite3-sys/bundled", "modern_sqlite"]
bundled-full = ["modern-full", "bundled"]
bundled-sqlcipher = ["libsqlite3-sys/bundled-sqlcipher", "bundled"]
bundled-sqlcipher-vendored-openssl = ["libsqlite3-sys/bundled-sqlcipher-vendored-openssl", "bundled-sqlcipher"]
bundled-windows = ["libsqlite3-sys/bundled-windows"]
collation = []
column_decltype = []
csvtab = ["csv", "vtab"]
extra_check = []
functions = []
hooks = []
i128_blob = []
in_gecko = ["modern_sqlite", "libsqlite3-sys/in_gecko"]
limits = []
load_extension = []
loadable_extension = ["libsqlite3-sys/loadable_extension"]
modern-full = ["array", "backup", "blob", "modern_sqlite", "chrono", "collation", "column_decltype", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "limits", "load_extension", "serde_json", "series", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "window"]
modern_sqlite = ["libsqlite3-sys/bundled_bindings"]
preupdate_hook = ["libsqlite3-sys/preupdate_hook", "hooks"]
release_memory = []
serialize = ["modern_sqlite"]
series = ["vtab"]
session = ["libsqlite3-sys/session", "hooks"]
sqlcipher = ["libsqlite3-sys/sqlcipher"]
trace = []
unlock_notify = ["libsqlite3-sys/unlock_notify"]
vtab = []
wasm32-wasi-vfs = ["libsqlite3-sys/wasm32-wasi-vfs"]
window = ["functions"]
with-asan = ["libsqlite3-sys/with-asan"]
[lib]
name = "rusqlite"
path = "src/lib.rs"
[package]
authors = ["The rusqlite developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database"]
description = "Ergonomic wrapper for SQLite"
documentation = "https://docs.rs/rusqlite/"
edition = "2021"
exclude = ["/.github/*", "/.gitattributes", "/appveyor.yml", "/Changelog.md", "/clippy.toml", "/codecov.yml"]
keywords = ["sqlite", "database", "ffi"]
license = "MIT"
name = "rusqlite"
readme = "README.md"
repository = "https://github.com/rusqlite/rusqlite"
version = "0.32.1"
[package.metadata.docs.rs]
all-features = false
default-target = "x86_64-unknown-linux-gnu"
features = ["modern-full", "rusqlite-macros"]
no-default-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]
all-features = false
features = ["bundled-full"]
[[test]]
name = "auto_ext"
path = "tests/auto_ext.rs"
[[test]]
harness = false
name = "config_log"
path = "tests/config_log.rs"
[[test]]
name = "deny_single_threaded_sqlite_config"
path = "tests/deny_single_threaded_sqlite_config.rs"
[[test]]
name = "vtab"
path = "tests/vtab.rs"