libsqlite3-sys 0.24.2

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

[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_6_8"]
in_gecko = []
min_sqlite_version_3_6_23 = ["pkg-config", "vcpkg"]
min_sqlite_version_3_6_8 = ["pkg-config", "vcpkg"]
min_sqlite_version_3_7_16 = ["pkg-config", "vcpkg"]
min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"]
preupdate_hook = ["buildtime_bindgen"]
session = ["preupdate_hook", "buildtime_bindgen"]
sqlcipher = []
unlock_notify = []
wasm32-wasi-vfs = []
winsqlite3 = ["min_sqlite_version_3_7_16", "buildtime_bindgen"]
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"
repository = "https://github.com/rusqlite/rusqlite"
version = "0.24.2"