blob: d72e1b6b931a09a34160fccb025dd6daa19959bb [file] [log] [blame]
Joel Galenson610a7512020-07-28 13:41:38 -07001# 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"
Joel Galenson7837fda2021-05-19 15:53:50 -070016version = "0.22.2"
Joel Galenson610a7512020-07-28 13:41:38 -070017authors = ["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]
Joel Galenson7837fda2021-05-19 15:53:50 -070026version = "0.58"
Joel Galenson610a7512020-07-28 13:41:38 -070027features = ["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"]
Chih-Hung Hsiehcc6e6352020-10-26 19:08:21 -070050preupdate_hook = ["buildtime_bindgen"]
51session = ["preupdate_hook", "buildtime_bindgen"]
Joel Galenson610a7512020-07-28 13:41:38 -070052sqlcipher = []
53unlock_notify = []
Chih-Hung Hsiehcc6e6352020-10-26 19:08:21 -070054wasm32-wasi-vfs = []
55winsqlite3 = ["min_sqlite_version_3_7_16"]
Joel Galenson610a7512020-07-28 13:41:38 -070056with-asan = []
57[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
58version = "0.2"
59optional = true