1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "libsqlite3-sys"
16version = "0.20.1"
17authors = ["The rusqlite developers"]
18build = "build.rs"
19links = "sqlite3"
20description = "Native bindings to the libsqlite3 library"
21keywords = ["sqlite", "sqlcipher", "ffi"]
22categories = ["external-ffi-bindings"]
23license = "MIT"
24repository = "https://github.com/rusqlite/rusqlite"
25[build-dependencies.bindgen]
26version = "0.55"
27features = ["runtime"]
28optional = true
29default-features = false
30
31[build-dependencies.cc]
32version = "1.0"
33optional = true
34
35[build-dependencies.pkg-config]
36version = "0.3"
37optional = true
38
39[features]
40buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]
41bundled = ["cc", "bundled_bindings"]
42bundled-windows = ["cc", "bundled_bindings"]
43bundled_bindings = []
44default = ["min_sqlite_version_3_6_8"]
45in_gecko = []
46min_sqlite_version_3_6_23 = ["pkg-config", "vcpkg"]
47min_sqlite_version_3_6_8 = ["pkg-config", "vcpkg"]
48min_sqlite_version_3_7_16 = ["pkg-config", "vcpkg"]
49min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"]
50preupdate_hook = ["buildtime_bindgen"]
51session = ["preupdate_hook", "buildtime_bindgen"]
52sqlcipher = []
53unlock_notify = []
54wasm32-wasi-vfs = []
55winsqlite3 = ["min_sqlite_version_3_7_16"]
56with-asan = []
57[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
58version = "0.2"
59optional = true
60