libsqlite3-sys 0.30.1

Native bindings to the libsqlite3 library
Documentation
[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
optional = true
version = "0.69"

[build-dependencies.cc]
optional = true
version = "1.1.6"

[build-dependencies.pkg-config]
optional = true
version = "0.3.19"

[build-dependencies.prettyplease]
optional = true
version = "0.2.20"

[build-dependencies.quote]
default-features = false
optional = true
version = "1.0.36"

[build-dependencies.syn]
features = ["full", "extra-traits", "visit-mut"]
optional = true
version = "2.0.72"

[build-dependencies.vcpkg]
optional = true
version = "0.2.15"

[dependencies.openssl-sys]
optional = true
version = "0.9.103"

[features]
buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]
bundled = ["cc", "bundled_bindings"]
bundled-sqlcipher = ["bundled"]
bundled-sqlcipher-vendored-openssl = ["bundled-sqlcipher", "openssl-sys/vendored"]
bundled-windows = ["cc", "bundled_bindings"]
bundled_bindings = []
default = ["min_sqlite_version_3_14_0"]
in_gecko = []
loadable_extension = ["prettyplease", "quote", "syn"]
min_sqlite_version_3_14_0 = ["pkg-config", "vcpkg"]
preupdate_hook = ["buildtime_bindgen"]
session = ["preupdate_hook", "buildtime_bindgen"]
sqlcipher = []
unlock_notify = []
wasm32-wasi-vfs = []
with-asan = []

[lib]
name = "libsqlite3_sys"
path = "src/lib.rs"

[package]
authors = ["The rusqlite developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Native bindings to the libsqlite3 library"
edition = "2021"
keywords = ["sqlite", "sqlcipher", "ffi"]
license = "MIT"
links = "sqlite3"
name = "libsqlite3-sys"
readme = "README.md"
repository = "https://github.com/rusqlite/rusqlite"
version = "0.30.1"