1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "annotate-snippets"
7version = "0.9.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e"
10dependencies = [
11 "unicode-width",
12 "yansi-term",
13]
14
15[[package]]
16name = "bindgen"
17version = "0.65.1"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
20dependencies = [
21 "annotate-snippets",
22 "bitflags 1.3.2",
23 "cexpr",
24 "clang-sys",
25 "lazy_static",
26 "lazycell",
27 "log",
28 "peeking_take_while",
29 "prettyplease",
30 "proc-macro2",
31 "quote",
32 "regex",
33 "rustc-hash",
34 "shlex",
35 "syn",
36 "which",
37]
38
39[[package]]
40name = "bitflags"
41version = "1.3.2"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
44
45[[package]]
46name = "bitflags"
47version = "2.4.1"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
50
51[[package]]
52name = "bssl-sys"
53version = "0.1.0"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "312d12393c060384f2e6ed14c7b4be37b3dd90249857485613c1a91b9a1abb5c"
56
57[[package]]
58name = "cc"
59version = "1.0.83"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
62dependencies = [
63 "libc",
64]
65
66[[package]]
67name = "cexpr"
68version = "0.6.0"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
71dependencies = [
72 "nom",
73]
74
75[[package]]
76name = "cfg-if"
77version = "1.0.0"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
80
81[[package]]
82name = "clang-sys"
83version = "1.6.1"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
86dependencies = [
87 "glob",
88 "libc",
89 "libloading",
90]
91
92[[package]]
93name = "either"
94version = "1.9.0"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
97
98[[package]]
99name = "foreign-types"
100version = "0.3.2"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
103dependencies = [
104 "foreign-types-shared",
105]
106
107[[package]]
108name = "foreign-types-shared"
109version = "0.1.1"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
112
113[[package]]
114name = "glob"
115version = "0.3.1"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
118
119[[package]]
120name = "hex"
121version = "0.3.2"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
124
125[[package]]
126name = "lazy_static"
127version = "1.4.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
130
131[[package]]
132name = "lazycell"
133version = "1.3.0"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
136
137[[package]]
138name = "libc"
139version = "0.2.150"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
142
143[[package]]
144name = "libloading"
145version = "0.7.4"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
148dependencies = [
149 "cfg-if",
150 "winapi",
151]
152
153[[package]]
154name = "log"
155version = "0.4.20"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
158
159[[package]]
160name = "memchr"
161version = "2.5.0"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
164
165[[package]]
166name = "minimal-lexical"
167version = "0.2.1"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
170
171[[package]]
172name = "nom"
173version = "7.1.3"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
176dependencies = [
177 "memchr",
178 "minimal-lexical",
179]
180
181[[package]]
182name = "once_cell"
183version = "1.17.2"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
186
187[[package]]
188name = "openssl"
189version = "0.10.64"
190dependencies = [
191 "bitflags 2.4.1",
192 "cfg-if",
193 "foreign-types",
194 "hex",
195 "libc",
196 "once_cell",
197 "openssl-macros",
198 "openssl-sys",
199]
200
201[[package]]
202name = "openssl-macros"
203version = "0.1.1"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
206dependencies = [
207 "proc-macro2",
208 "quote",
209 "syn",
210]
211
212[[package]]
213name = "openssl-src"
214version = "300.1.6+3.1.4"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085"
217dependencies = [
218 "cc",
219]
220
221[[package]]
222name = "openssl-sys"
223version = "0.9.100"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "ae94056a791d0e1217d18b6cbdccb02c61e3054fc69893607f4067e3bb0b1fd1"
226dependencies = [
227 "bindgen",
228 "bssl-sys",
229 "cc",
230 "libc",
231 "openssl-src",
232 "pkg-config",
233 "vcpkg",
234]
235
236[[package]]
237name = "peeking_take_while"
238version = "0.1.2"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
241
242[[package]]
243name = "pkg-config"
244version = "0.3.27"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
247
248[[package]]
249name = "prettyplease"
250version = "0.2.15"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
253dependencies = [
254 "proc-macro2",
255 "syn",
256]
257
258[[package]]
259name = "proc-macro2"
260version = "1.0.70"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
263dependencies = [
264 "unicode-ident",
265]
266
267[[package]]
268name = "quote"
269version = "1.0.33"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
272dependencies = [
273 "proc-macro2",
274]
275
276[[package]]
277name = "regex"
278version = "1.8.4"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
281dependencies = [
282 "regex-syntax",
283]
284
285[[package]]
286name = "regex-syntax"
287version = "0.7.2"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
290
291[[package]]
292name = "rustc-hash"
293version = "1.1.0"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
296
297[[package]]
298name = "shlex"
299version = "1.2.0"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
302
303[[package]]
304name = "syn"
305version = "2.0.39"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
308dependencies = [
309 "proc-macro2",
310 "quote",
311 "unicode-ident",
312]
313
314[[package]]
315name = "unicode-ident"
316version = "1.0.12"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
319
320[[package]]
321name = "unicode-width"
322version = "0.1.11"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
325
326[[package]]
327name = "vcpkg"
328version = "0.2.15"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
331
332[[package]]
333name = "which"
334version = "4.4.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
337dependencies = [
338 "either",
339 "libc",
340 "once_cell",
341]
342
343[[package]]
344name = "winapi"
345version = "0.3.9"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
348dependencies = [
349 "winapi-i686-pc-windows-gnu",
350 "winapi-x86_64-pc-windows-gnu",
351]
352
353[[package]]
354name = "winapi-i686-pc-windows-gnu"
355version = "0.4.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
358
359[[package]]
360name = "winapi-x86_64-pc-windows-gnu"
361version = "0.4.0"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
364
365[[package]]
366name = "yansi-term"
367version = "0.1.2"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
370dependencies = [
371 "winapi",
372]
373