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 = "rusqlite"
16version = "0.24.2"
17authors = ["The rusqlite developers"]
18description = "Ergonomic wrapper for SQLite"
19documentation = "http://docs.rs/rusqlite/"
20readme = "README.md"
21keywords = ["sqlite", "database", "ffi"]
22categories = ["database"]
23license = "MIT"
24repository = "https://github.com/rusqlite/rusqlite"
25[package.metadata.docs.rs]
26all-features = false
27default-target = "x86_64-unknown-linux-gnu"
28features = ["array", "backup", "blob", "chrono", "collation", "functions", "limits", "load_extension", "serde_json", "time", "trace", "url", "vtab", "window", "modern_sqlite", "column_decltype"]
29no-default-features = true
30
31[package.metadata.playground]
32all-features = false
33features = ["bundled-full"]
34
35[lib]
36name = "rusqlite"
37
38[[test]]
39name = "config_log"
40harness = false
41
42[[test]]
43name = "deny_single_threaded_sqlite_config"
44
45[[test]]
46name = "vtab"
47
48[[bench]]
49name = "cache"
50harness = false
51
52[[bench]]
53name = "exec"
54harness = false
55[dependencies.bitflags]
56version = "1.2"
57
58[dependencies.byteorder]
59version = "1.3"
60features = ["i128"]
61optional = true
62
63[dependencies.chrono]
64version = "0.4"
65optional = true
66
67[dependencies.csv]
68version = "1.1"
69optional = true
70
71[dependencies.fallible-iterator]
72version = "0.2"
73
74[dependencies.fallible-streaming-iterator]
75version = "0.1"
76
77[dependencies.hashlink]
78version = "0.6"
79
80[dependencies.lazy_static]
81version = "1.4"
82optional = true
83
84[dependencies.libsqlite3-sys]
85version = "0.20.1"
86
87[dependencies.memchr]
88version = "2.3"
89
90[dependencies.serde_json]
91version = "1.0"
92optional = true
93
94[dependencies.smallvec]
95version = "1.0"
96
97[dependencies.time]
98version = "0.2"
99optional = true
100
101[dependencies.url]
102version = "2.1"
103optional = true
104
105[dependencies.uuid]
106version = "0.8"
107optional = true
108[dev-dependencies.bencher]
109version = "0.1"
110
111[dev-dependencies.doc-comment]
112version = "0.3"
113
114[dev-dependencies.lazy_static]
115version = "1.4"
116
117[dev-dependencies.regex]
118version = "1.3"
119
120[dev-dependencies.tempfile]
121version = "3.1.0"
122
123[dev-dependencies.unicase]
124version = "2.6.0"
125
126[dev-dependencies.uuid]
127version = "0.8"
128features = ["v4"]
129
130[features]
131array = ["vtab"]
132backup = ["libsqlite3-sys/min_sqlite_version_3_6_23"]
133blob = ["libsqlite3-sys/min_sqlite_version_3_7_7"]
134buildtime_bindgen = ["libsqlite3-sys/buildtime_bindgen"]
135bundled = ["libsqlite3-sys/bundled", "modern_sqlite"]
136bundled-full = ["array", "backup", "blob", "bundled", "chrono", "collation", "column_decltype", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "limits", "load_extension", "serde_json", "series", "trace", "unlock_notify", "url", "uuid", "vtab", "window"]
137bundled-windows = ["libsqlite3-sys/bundled-windows"]
138collation = []
139column_decltype = []
140csvtab = ["csv", "vtab"]
141extra_check = []
142functions = ["libsqlite3-sys/min_sqlite_version_3_7_7"]
143hooks = []
144i128_blob = ["byteorder"]
145in_gecko = ["modern_sqlite", "libsqlite3-sys/in_gecko"]
146limits = []
147load_extension = []
148modern_sqlite = ["libsqlite3-sys/bundled_bindings"]
149series = ["vtab"]
150session = ["libsqlite3-sys/session", "hooks"]
151sqlcipher = ["libsqlite3-sys/sqlcipher"]
152trace = ["libsqlite3-sys/min_sqlite_version_3_6_23"]
153unlock_notify = ["libsqlite3-sys/unlock_notify"]
154vtab = ["libsqlite3-sys/min_sqlite_version_3_7_7", "lazy_static"]
155wasm32-wasi-vfs = ["libsqlite3-sys/wasm32-wasi-vfs"]
156window = ["functions"]
157winsqlite3 = ["libsqlite3-sys/winsqlite3"]
158with-asan = ["libsqlite3-sys/with-asan"]
159[badges.appveyor]
160repository = "rusqlite/rusqlite"
161
162[badges.codecov]
163repository = "rusqlite/rusqlite"
164
165[badges.maintenance]
166status = "actively-developed"
167
168[badges.travis-ci]
169repository = "rusqlite/rusqlite"
170