libsqlite3-sys 0.26.0

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

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

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

[build-dependencies.vcpkg]
optional = true
version = "0.2"
[dependencies.openssl-sys]
optional = true
version = "0.9"

[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 = []
min_sqlite_version_3_14_0 = ["pkg-config", "vcpkg"]
preupdate_hook = ["buildtime_bindgen"]
session = ["preupdate_hook", "buildtime_bindgen"]
sqlcipher = []
unlock_notify = []
wasm32-wasi-vfs = []
winsqlite3 = []
with-asan = []

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