[package]
edition = "2018"
name = "libsqlite3-sys"
version = "0.14.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
build = "build.rs"
links = "sqlite3"
description = "Native bindings to the libsqlite3 library"
keywords = ["sqlite", "sqlcipher", "ffi"]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/jgallagher/rusqlite"
[build-dependencies.bindgen]
version = "0.48"
optional = true
[build-dependencies.cc]
version = "1.0"
optional = true
[build-dependencies.pkg-config]
version = "0.3"
optional = true
[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_16 = ["pkg-config", "vcpkg"]
min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"]
preupdate_hook = []
session = ["preupdate_hook"]
sqlcipher = []
unlock_notify = []
[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
version = "0.2"
optional = true