libsqlite3-sys 0.10.0

Native bindings to the libsqlite3 library
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.42.1"

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

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

[features]
buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]
bundled = ["cc"]
default = ["min_sqlite_version_3_6_8"]
min_sqlite_version_3_6_23 = ["pkg-config", "vcpkg"]
min_sqlite_version_3_6_8 = ["pkg-config", "vcpkg"]
min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"]
sqlcipher = []
unlock_notify = []

[package]
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Native bindings to the libsqlite3 library"
keywords = ["sqlite", "sqlcipher", "ffi"]
license = "MIT"
links = "sqlite3"
name = "libsqlite3-sys"
repository = "https://github.com/jgallagher/rusqlite"
version = "0.10.0"
[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
optional = true
version = "0.2"