Bug 1797755 - Part 5: Use a single initial mark stack size regardless of whether...
[gecko.git] / third_party / rust / libsqlite3-sys / Cargo.toml
blob37f287b1678cc952f8f89adf2a9f302cc4bc6d6d
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2018"
14 name = "libsqlite3-sys"
15 version = "0.24.2"
16 authors = ["The rusqlite developers"]
17 build = "build.rs"
18 links = "sqlite3"
19 description = "Native bindings to the libsqlite3 library"
20 keywords = [
21     "sqlite",
22     "sqlcipher",
23     "ffi",
25 categories = ["external-ffi-bindings"]
26 license = "MIT"
27 repository = "https://github.com/rusqlite/rusqlite"
29 [dependencies.openssl-sys]
30 version = "0.9"
31 optional = true
33 [build-dependencies.bindgen]
34 version = "0.59"
35 features = ["runtime"]
36 optional = true
37 default-features = false
39 [build-dependencies.cc]
40 version = "1.0"
41 optional = true
43 [build-dependencies.pkg-config]
44 version = "0.3.19"
45 optional = true
47 [build-dependencies.vcpkg]
48 version = "0.2"
49 optional = true
51 [features]
52 buildtime_bindgen = [
53     "bindgen",
54     "pkg-config",
55     "vcpkg",
57 bundled = [
58     "cc",
59     "bundled_bindings",
61 bundled-sqlcipher = ["bundled"]
62 bundled-sqlcipher-vendored-openssl = [
63     "bundled-sqlcipher",
64     "openssl-sys/vendored",
66 bundled-windows = [
67     "cc",
68     "bundled_bindings",
70 bundled_bindings = []
71 default = ["min_sqlite_version_3_6_8"]
72 in_gecko = []
73 min_sqlite_version_3_6_23 = [
74     "pkg-config",
75     "vcpkg",
77 min_sqlite_version_3_6_8 = [
78     "pkg-config",
79     "vcpkg",
81 min_sqlite_version_3_7_16 = [
82     "pkg-config",
83     "vcpkg",
85 min_sqlite_version_3_7_7 = [
86     "pkg-config",
87     "vcpkg",
89 preupdate_hook = ["buildtime_bindgen"]
90 session = [
91     "preupdate_hook",
92     "buildtime_bindgen",
94 sqlcipher = []
95 unlock_notify = []
96 wasm32-wasi-vfs = []
97 winsqlite3 = [
98     "min_sqlite_version_3_7_16",
99     "buildtime_bindgen",
101 with-asan = []