Bug 1906930 - Fix SrcRepository.get_files when the SrcRepository is given a path...
[gecko.git] / third_party / rust / libsqlite3-sys / Cargo.toml
blob378255f6ea4fd2dd1988df1413455d02f31b627d
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 = "2021"
14 name = "libsqlite3-sys"
15 version = "0.28.0"
16 authors = ["The rusqlite developers"]
17 build = "build.rs"
18 links = "sqlite3"
19 description = "Native bindings to the libsqlite3 library"
20 readme = "README.md"
21 keywords = [
22     "sqlite",
23     "sqlcipher",
24     "ffi",
26 categories = ["external-ffi-bindings"]
27 license = "MIT"
28 repository = "https://github.com/rusqlite/rusqlite"
30 [dependencies.openssl-sys]
31 version = "0.9"
32 optional = true
34 [build-dependencies.bindgen]
35 version = "0.69"
36 features = ["runtime"]
37 optional = true
38 default-features = false
40 [build-dependencies.cc]
41 version = "1.0"
42 optional = true
44 [build-dependencies.pkg-config]
45 version = "0.3.19"
46 optional = true
48 [build-dependencies.prettyplease]
49 version = "0.2"
50 optional = true
52 [build-dependencies.quote]
53 version = "1"
54 optional = true
55 default-features = false
57 [build-dependencies.syn]
58 version = "2.0"
59 features = [
60     "full",
61     "extra-traits",
62     "visit-mut",
64 optional = true
66 [build-dependencies.vcpkg]
67 version = "0.2"
68 optional = true
70 [features]
71 buildtime_bindgen = [
72     "bindgen",
73     "pkg-config",
74     "vcpkg",
76 bundled = [
77     "cc",
78     "bundled_bindings",
80 bundled-sqlcipher = ["bundled"]
81 bundled-sqlcipher-vendored-openssl = [
82     "bundled-sqlcipher",
83     "openssl-sys/vendored",
85 bundled-windows = [
86     "cc",
87     "bundled_bindings",
89 bundled_bindings = []
90 default = ["min_sqlite_version_3_14_0"]
91 in_gecko = []
92 loadable_extension = [
93     "prettyplease",
94     "quote",
95     "syn",
97 min_sqlite_version_3_14_0 = [
98     "pkg-config",
99     "vcpkg",
101 preupdate_hook = ["buildtime_bindgen"]
102 session = [
103     "preupdate_hook",
104     "buildtime_bindgen",
106 sqlcipher = []
107 unlock_notify = []
108 wasm32-wasi-vfs = []
109 with-asan = []