xref: /aosp_15_r20/external/bazelbuild-rules_rust/bindgen/3rdparty/Cargo.Bazel.lock (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
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 = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
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 = "anstream"
26version = "0.3.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
29dependencies = [
30 "anstyle",
31 "anstyle-parse",
32 "anstyle-query",
33 "anstyle-wincon",
34 "colorchoice",
35 "is-terminal",
36 "utf8parse",
37]
38
39[[package]]
40name = "anstyle"
41version = "1.0.0"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
44
45[[package]]
46name = "anstyle-parse"
47version = "0.2.0"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
50dependencies = [
51 "utf8parse",
52]
53
54[[package]]
55name = "anstyle-query"
56version = "1.0.0"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
59dependencies = [
60 "windows-sys",
61]
62
63[[package]]
64name = "anstyle-wincon"
65version = "1.0.1"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
68dependencies = [
69 "anstyle",
70 "windows-sys",
71]
72
73[[package]]
74name = "bindgen"
75version = "0.69.1"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2"
78dependencies = [
79 "annotate-snippets",
80 "bitflags 2.4.1",
81 "cexpr",
82 "clang-sys",
83 "lazy_static",
84 "lazycell",
85 "peeking_take_while",
86 "proc-macro2",
87 "quote",
88 "regex",
89 "rustc-hash",
90 "shlex",
91 "syn",
92]
93
94[[package]]
95name = "bindgen-cli"
96version = "0.69.1"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "88565ee09110a99e78299897fbfed503b9aa03065386ee8c18197fcaf228b501"
99dependencies = [
100 "bindgen",
101 "clap",
102 "clap_complete",
103 "shlex",
104]
105
106[[package]]
107name = "bitflags"
108version = "1.3.2"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
111
112[[package]]
113name = "bitflags"
114version = "2.4.1"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
117
118[[package]]
119name = "cc"
120version = "1.0.79"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
123
124[[package]]
125name = "cexpr"
126version = "0.6.0"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
129dependencies = [
130 "nom",
131]
132
133[[package]]
134name = "cfg-if"
135version = "1.0.0"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
138
139[[package]]
140name = "clang-sys"
141version = "1.6.1"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
144dependencies = [
145 "glob",
146 "libc",
147 "libloading",
148]
149
150[[package]]
151name = "clap"
152version = "4.3.3"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "ca8f255e4b8027970e78db75e78831229c9815fdbfa67eb1a1b777a62e24b4a0"
155dependencies = [
156 "clap_builder",
157 "clap_derive",
158 "once_cell",
159]
160
161[[package]]
162name = "clap_builder"
163version = "4.3.3"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "acd4f3c17c83b0ba34ffbc4f8bbd74f079413f747f84a6f89292f138057e36ab"
166dependencies = [
167 "anstream",
168 "anstyle",
169 "bitflags 1.3.2",
170 "clap_lex",
171 "strsim",
172]
173
174[[package]]
175name = "clap_complete"
176version = "4.3.1"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
179dependencies = [
180 "clap",
181]
182
183[[package]]
184name = "clap_derive"
185version = "4.3.2"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
188dependencies = [
189 "heck",
190 "proc-macro2",
191 "quote",
192 "syn",
193]
194
195[[package]]
196name = "clap_lex"
197version = "0.5.0"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
200
201[[package]]
202name = "colorchoice"
203version = "1.0.0"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
206
207[[package]]
208name = "direct-cargo-bazel-deps"
209version = "0.0.1"
210dependencies = [
211 "bindgen",
212 "bindgen-cli",
213 "clang-sys",
214 "clap",
215 "clap_complete",
216 "env_logger",
217]
218
219[[package]]
220name = "env_logger"
221version = "0.10.0"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
224dependencies = [
225 "humantime",
226 "is-terminal",
227 "log",
228 "regex",
229 "termcolor",
230]
231
232[[package]]
233name = "errno"
234version = "0.3.1"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
237dependencies = [
238 "errno-dragonfly",
239 "libc",
240 "windows-sys",
241]
242
243[[package]]
244name = "errno-dragonfly"
245version = "0.1.2"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
248dependencies = [
249 "cc",
250 "libc",
251]
252
253[[package]]
254name = "glob"
255version = "0.3.1"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
258
259[[package]]
260name = "heck"
261version = "0.4.1"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
264
265[[package]]
266name = "hermit-abi"
267version = "0.3.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
270
271[[package]]
272name = "humantime"
273version = "2.1.0"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
276
277[[package]]
278name = "io-lifetimes"
279version = "1.0.11"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
282dependencies = [
283 "hermit-abi",
284 "libc",
285 "windows-sys",
286]
287
288[[package]]
289name = "is-terminal"
290version = "0.4.7"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
293dependencies = [
294 "hermit-abi",
295 "io-lifetimes",
296 "rustix",
297 "windows-sys",
298]
299
300[[package]]
301name = "lazy_static"
302version = "1.4.0"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
305
306[[package]]
307name = "lazycell"
308version = "1.3.0"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
311
312[[package]]
313name = "libc"
314version = "0.2.146"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
317
318[[package]]
319name = "libloading"
320version = "0.7.4"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
323dependencies = [
324 "cfg-if",
325 "winapi",
326]
327
328[[package]]
329name = "linux-raw-sys"
330version = "0.3.8"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
333
334[[package]]
335name = "log"
336version = "0.4.19"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
339
340[[package]]
341name = "memchr"
342version = "2.5.0"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
345
346[[package]]
347name = "minimal-lexical"
348version = "0.2.1"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
351
352[[package]]
353name = "nom"
354version = "7.1.3"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
357dependencies = [
358 "memchr",
359 "minimal-lexical",
360]
361
362[[package]]
363name = "once_cell"
364version = "1.18.0"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
367
368[[package]]
369name = "peeking_take_while"
370version = "0.1.2"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
373
374[[package]]
375name = "proc-macro2"
376version = "1.0.60"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
379dependencies = [
380 "unicode-ident",
381]
382
383[[package]]
384name = "quote"
385version = "1.0.28"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
388dependencies = [
389 "proc-macro2",
390]
391
392[[package]]
393name = "regex"
394version = "1.8.4"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
397dependencies = [
398 "aho-corasick",
399 "memchr",
400 "regex-syntax",
401]
402
403[[package]]
404name = "regex-syntax"
405version = "0.7.2"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
408
409[[package]]
410name = "rustc-hash"
411version = "1.1.0"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
414
415[[package]]
416name = "rustix"
417version = "0.37.20"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
420dependencies = [
421 "bitflags 1.3.2",
422 "errno",
423 "io-lifetimes",
424 "libc",
425 "linux-raw-sys",
426 "windows-sys",
427]
428
429[[package]]
430name = "shlex"
431version = "1.1.0"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
434
435[[package]]
436name = "strsim"
437version = "0.10.0"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
440
441[[package]]
442name = "syn"
443version = "2.0.18"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
446dependencies = [
447 "proc-macro2",
448 "quote",
449 "unicode-ident",
450]
451
452[[package]]
453name = "termcolor"
454version = "1.2.0"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
457dependencies = [
458 "winapi-util",
459]
460
461[[package]]
462name = "unicode-ident"
463version = "1.0.9"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
466
467[[package]]
468name = "unicode-width"
469version = "0.1.10"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
472
473[[package]]
474name = "utf8parse"
475version = "0.2.1"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
478
479[[package]]
480name = "winapi"
481version = "0.3.9"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
484dependencies = [
485 "winapi-i686-pc-windows-gnu",
486 "winapi-x86_64-pc-windows-gnu",
487]
488
489[[package]]
490name = "winapi-i686-pc-windows-gnu"
491version = "0.4.0"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
494
495[[package]]
496name = "winapi-util"
497version = "0.1.5"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
500dependencies = [
501 "winapi",
502]
503
504[[package]]
505name = "winapi-x86_64-pc-windows-gnu"
506version = "0.4.0"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
509
510[[package]]
511name = "windows-sys"
512version = "0.48.0"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
515dependencies = [
516 "windows-targets",
517]
518
519[[package]]
520name = "windows-targets"
521version = "0.48.0"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
524dependencies = [
525 "windows_aarch64_gnullvm",
526 "windows_aarch64_msvc",
527 "windows_i686_gnu",
528 "windows_i686_msvc",
529 "windows_x86_64_gnu",
530 "windows_x86_64_gnullvm",
531 "windows_x86_64_msvc",
532]
533
534[[package]]
535name = "windows_aarch64_gnullvm"
536version = "0.48.0"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
539
540[[package]]
541name = "windows_aarch64_msvc"
542version = "0.48.0"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
545
546[[package]]
547name = "windows_i686_gnu"
548version = "0.48.0"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
551
552[[package]]
553name = "windows_i686_msvc"
554version = "0.48.0"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
557
558[[package]]
559name = "windows_x86_64_gnu"
560version = "0.48.0"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
563
564[[package]]
565name = "windows_x86_64_gnullvm"
566version = "0.48.0"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
569
570[[package]]
571name = "windows_x86_64_msvc"
572version = "0.48.0"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
575
576[[package]]
577name = "yansi-term"
578version = "0.1.2"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
581dependencies = [
582 "winapi",
583]
584