• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "0.7.20"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "annotate-snippets"
16version = "0.9.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
19dependencies = [
20 "unicode-width",
21 "yansi-term",
22]
23
24[[package]]
25name = "bindgen"
26version = "0.69.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "a4c69fae65a523209d34240b60abe0c42d33d1045d445c0839d8a4894a736e2d"
29dependencies = [
30 "annotate-snippets",
31 "bitflags 2.2.1",
32 "cexpr",
33 "clang-sys",
34 "lazy_static",
35 "lazycell",
36 "log",
37 "peeking_take_while",
38 "proc-macro2",
39 "quote",
40 "regex",
41 "rustc-hash",
42 "shlex",
43 "syn 2.0.18",
44 "which",
45]
46
47[[package]]
48name = "bindgen-cli"
49version = "0.69.2"
50dependencies = [
51 "bindgen",
52 "clap",
53 "clap_complete",
54 "env_logger",
55 "log",
56 "shlex",
57]
58
59[[package]]
60name = "bitflags"
61version = "1.3.2"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
64
65[[package]]
66name = "bitflags"
67version = "2.2.1"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813"
70
71[[package]]
72name = "cc"
73version = "1.0.78"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
76
77[[package]]
78name = "cexpr"
79version = "0.6.0"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
82dependencies = [
83 "nom",
84]
85
86[[package]]
87name = "cfg-if"
88version = "1.0.0"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
91
92[[package]]
93name = "clang-sys"
94version = "1.4.0"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
97dependencies = [
98 "glob",
99 "libc",
100 "libloading",
101]
102
103[[package]]
104name = "clap"
105version = "4.1.4"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
108dependencies = [
109 "bitflags 1.3.2",
110 "clap_derive",
111 "clap_lex",
112 "is-terminal",
113 "once_cell",
114 "strsim",
115 "termcolor",
116]
117
118[[package]]
119name = "clap_complete"
120version = "4.2.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd"
123dependencies = [
124 "clap",
125]
126
127[[package]]
128name = "clap_derive"
129version = "4.1.0"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
132dependencies = [
133 "heck",
134 "proc-macro-error",
135 "proc-macro2",
136 "quote",
137 "syn 1.0.107",
138]
139
140[[package]]
141name = "clap_lex"
142version = "0.3.1"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
145dependencies = [
146 "os_str_bytes",
147]
148
149[[package]]
150name = "either"
151version = "1.8.1"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
154
155[[package]]
156name = "env_logger"
157version = "0.10.0"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
160dependencies = [
161 "humantime",
162 "is-terminal",
163 "log",
164 "regex",
165 "termcolor",
166]
167
168[[package]]
169name = "errno"
170version = "0.3.1"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
173dependencies = [
174 "errno-dragonfly",
175 "libc",
176 "windows-sys 0.48.0",
177]
178
179[[package]]
180name = "errno-dragonfly"
181version = "0.1.2"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
184dependencies = [
185 "cc",
186 "libc",
187]
188
189[[package]]
190name = "glob"
191version = "0.3.1"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
194
195[[package]]
196name = "heck"
197version = "0.4.0"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
200
201[[package]]
202name = "hermit-abi"
203version = "0.3.2"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
206
207[[package]]
208name = "humantime"
209version = "2.1.0"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
212
213[[package]]
214name = "io-lifetimes"
215version = "1.0.4"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
218dependencies = [
219 "libc",
220 "windows-sys 0.42.0",
221]
222
223[[package]]
224name = "is-terminal"
225version = "0.4.7"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
228dependencies = [
229 "hermit-abi",
230 "io-lifetimes",
231 "rustix",
232 "windows-sys 0.48.0",
233]
234
235[[package]]
236name = "lazy_static"
237version = "1.4.0"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
240
241[[package]]
242name = "lazycell"
243version = "1.3.0"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
246
247[[package]]
248name = "libc"
249version = "0.2.139"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
252
253[[package]]
254name = "libloading"
255version = "0.7.4"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
258dependencies = [
259 "cfg-if",
260 "winapi",
261]
262
263[[package]]
264name = "linux-raw-sys"
265version = "0.3.8"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
268
269[[package]]
270name = "log"
271version = "0.4.17"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
274dependencies = [
275 "cfg-if",
276]
277
278[[package]]
279name = "memchr"
280version = "2.5.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
283
284[[package]]
285name = "minimal-lexical"
286version = "0.2.1"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
289
290[[package]]
291name = "nom"
292version = "7.1.3"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
295dependencies = [
296 "memchr",
297 "minimal-lexical",
298]
299
300[[package]]
301name = "once_cell"
302version = "1.17.0"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
305
306[[package]]
307name = "os_str_bytes"
308version = "6.4.1"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
311
312[[package]]
313name = "peeking_take_while"
314version = "0.1.2"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
317
318[[package]]
319name = "proc-macro-error"
320version = "1.0.4"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
323dependencies = [
324 "proc-macro-error-attr",
325 "proc-macro2",
326 "quote",
327 "syn 1.0.107",
328 "version_check",
329]
330
331[[package]]
332name = "proc-macro-error-attr"
333version = "1.0.4"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
336dependencies = [
337 "proc-macro2",
338 "quote",
339 "version_check",
340]
341
342[[package]]
343name = "proc-macro2"
344version = "1.0.60"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
347dependencies = [
348 "unicode-ident",
349]
350
351[[package]]
352name = "quote"
353version = "1.0.28"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
356dependencies = [
357 "proc-macro2",
358]
359
360[[package]]
361name = "regex"
362version = "1.7.1"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
365dependencies = [
366 "aho-corasick",
367 "memchr",
368 "regex-syntax",
369]
370
371[[package]]
372name = "regex-syntax"
373version = "0.6.28"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
376
377[[package]]
378name = "rustc-hash"
379version = "1.1.0"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
382
383[[package]]
384name = "rustix"
385version = "0.37.3"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
388dependencies = [
389 "bitflags 1.3.2",
390 "errno",
391 "io-lifetimes",
392 "libc",
393 "linux-raw-sys",
394 "windows-sys 0.45.0",
395]
396
397[[package]]
398name = "shlex"
399version = "1.1.0"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
402
403[[package]]
404name = "strsim"
405version = "0.10.0"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
408
409[[package]]
410name = "syn"
411version = "1.0.107"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
414dependencies = [
415 "proc-macro2",
416 "quote",
417 "unicode-ident",
418]
419
420[[package]]
421name = "syn"
422version = "2.0.18"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
425dependencies = [
426 "proc-macro2",
427 "quote",
428 "unicode-ident",
429]
430
431[[package]]
432name = "termcolor"
433version = "1.2.0"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
436dependencies = [
437 "winapi-util",
438]
439
440[[package]]
441name = "unicode-ident"
442version = "1.0.6"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
445
446[[package]]
447name = "unicode-width"
448version = "0.1.10"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
451
452[[package]]
453name = "version_check"
454version = "0.9.4"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
457
458[[package]]
459name = "which"
460version = "4.4.0"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
463dependencies = [
464 "either",
465 "libc",
466 "once_cell",
467]
468
469[[package]]
470name = "winapi"
471version = "0.3.9"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
474dependencies = [
475 "winapi-i686-pc-windows-gnu",
476 "winapi-x86_64-pc-windows-gnu",
477]
478
479[[package]]
480name = "winapi-i686-pc-windows-gnu"
481version = "0.4.0"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
484
485[[package]]
486name = "winapi-util"
487version = "0.1.5"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
490dependencies = [
491 "winapi",
492]
493
494[[package]]
495name = "winapi-x86_64-pc-windows-gnu"
496version = "0.4.0"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
499
500[[package]]
501name = "windows-sys"
502version = "0.42.0"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
505dependencies = [
506 "windows_aarch64_gnullvm 0.42.2",
507 "windows_aarch64_msvc 0.42.2",
508 "windows_i686_gnu 0.42.2",
509 "windows_i686_msvc 0.42.2",
510 "windows_x86_64_gnu 0.42.2",
511 "windows_x86_64_gnullvm 0.42.2",
512 "windows_x86_64_msvc 0.42.2",
513]
514
515[[package]]
516name = "windows-sys"
517version = "0.45.0"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
520dependencies = [
521 "windows-targets 0.42.2",
522]
523
524[[package]]
525name = "windows-sys"
526version = "0.48.0"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
529dependencies = [
530 "windows-targets 0.48.1",
531]
532
533[[package]]
534name = "windows-targets"
535version = "0.42.2"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
538dependencies = [
539 "windows_aarch64_gnullvm 0.42.2",
540 "windows_aarch64_msvc 0.42.2",
541 "windows_i686_gnu 0.42.2",
542 "windows_i686_msvc 0.42.2",
543 "windows_x86_64_gnu 0.42.2",
544 "windows_x86_64_gnullvm 0.42.2",
545 "windows_x86_64_msvc 0.42.2",
546]
547
548[[package]]
549name = "windows-targets"
550version = "0.48.1"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
553dependencies = [
554 "windows_aarch64_gnullvm 0.48.0",
555 "windows_aarch64_msvc 0.48.0",
556 "windows_i686_gnu 0.48.0",
557 "windows_i686_msvc 0.48.0",
558 "windows_x86_64_gnu 0.48.0",
559 "windows_x86_64_gnullvm 0.48.0",
560 "windows_x86_64_msvc 0.48.0",
561]
562
563[[package]]
564name = "windows_aarch64_gnullvm"
565version = "0.42.2"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
568
569[[package]]
570name = "windows_aarch64_gnullvm"
571version = "0.48.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
574
575[[package]]
576name = "windows_aarch64_msvc"
577version = "0.42.2"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
580
581[[package]]
582name = "windows_aarch64_msvc"
583version = "0.48.0"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
586
587[[package]]
588name = "windows_i686_gnu"
589version = "0.42.2"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
592
593[[package]]
594name = "windows_i686_gnu"
595version = "0.48.0"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
598
599[[package]]
600name = "windows_i686_msvc"
601version = "0.42.2"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
604
605[[package]]
606name = "windows_i686_msvc"
607version = "0.48.0"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
610
611[[package]]
612name = "windows_x86_64_gnu"
613version = "0.42.2"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
616
617[[package]]
618name = "windows_x86_64_gnu"
619version = "0.48.0"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
622
623[[package]]
624name = "windows_x86_64_gnullvm"
625version = "0.42.2"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
628
629[[package]]
630name = "windows_x86_64_gnullvm"
631version = "0.48.0"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
634
635[[package]]
636name = "windows_x86_64_msvc"
637version = "0.42.2"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
640
641[[package]]
642name = "windows_x86_64_msvc"
643version = "0.48.0"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
646
647[[package]]
648name = "yansi-term"
649version = "0.1.2"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
652dependencies = [
653 "winapi",
654]
655