[build-dependencies.bindgen]
optional = true
version = "^0.72"
[build-dependencies.pkg-config]
optional = true
version = "^0.3.32"
[build-dependencies.prettyplease]
optional = true
version = "^0.2"
[build-dependencies.proc-macro2]
optional = true
version = "^1.0"
[build-dependencies.quote]
optional = true
version = "^1.0"
[build-dependencies.sqlite]
optional = true
package = "squire-sqlite3-src"
version = "3.50.4-alpha.1"
[build-dependencies.syn]
features = ["full", "parsing", "printing"]
optional = true
version = "^2.0"
[features]
armor = []
auto-vacuum = []
bindgen = ["dep:bindgen", "dep:syn", "dep:prettyplease", "dep:proc-macro2", "dep:quote"]
bundled = ["dep:sqlite", "bindgen", "static"]
column-metadata = []
common = ["fts", "geo", "json", "metadata", "serialize", "snapshot", "stat4", "stat-vtab"]
decltype = []
default = ["linked", "common", "multi-thread"]
extensions = []
fts = ["fts3", "fts5"]
fts3 = []
fts5 = []
full = ["common", "extensions", "memory-status", "normalize-sql", "preupdate-hook", "progress-callback", "session", "soundex", "trace"]
geo = ["geopoly", "rtree"]
geopoly = []
json = []
linked = ["bindgen"]
memory-status = []
metadata = ["column-metadata", "decltype"]
multi-thread = []
normalize-sql = []
page-vtab = []
preupdate-hook = []
progress-callback = []
rtree = []
serialize = []
serialized = []
session = ["preupdate-hook"]
shared-cache = ["multi-thread"]
single-thread = []
snapshot = []
soundex = []
stat-vtab = []
stat4 = []
static = []
trace = []
[lib]
name = "squire_sqlite3_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "External FFI bindings for the SQLite C API"
edition = "2024"
keywords = ["sqlite", "ffi"]
license = "Apache-2.0"
links = "sqlite3"
name = "squire-sqlite3-sys"
readme = "Readme.md"
repository = "https://github.com/silverlyra/squire"
version = "0.0.1-alpha.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]