xref: /aosp_15_r20/external/crosvm/tools/contrib/cros_tracing_analyser/Cargo.lock (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
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.1.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "anyhow"
16version = "1.0.75"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
19
20[[package]]
21name = "argh"
22version = "0.1.12"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "7af5ba06967ff7214ce4c7419c7d185be7ecd6cc4965a8f6e1d8ce0398aad219"
25dependencies = [
26 "argh_derive",
27 "argh_shared",
28]
29
30[[package]]
31name = "argh_derive"
32version = "0.1.12"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a"
35dependencies = [
36 "argh_shared",
37 "proc-macro2",
38 "quote",
39 "syn",
40]
41
42[[package]]
43name = "argh_shared"
44version = "0.1.12"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531"
47dependencies = [
48 "serde",
49]
50
51[[package]]
52name = "bindgen"
53version = "0.65.1"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
56dependencies = [
57 "bitflags 1.3.2",
58 "cexpr",
59 "clang-sys",
60 "lazy_static",
61 "lazycell",
62 "log",
63 "peeking_take_while",
64 "prettyplease",
65 "proc-macro2",
66 "quote",
67 "regex",
68 "rustc-hash",
69 "shlex",
70 "syn",
71 "which",
72]
73
74[[package]]
75name = "bitflags"
76version = "1.3.2"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
79
80[[package]]
81name = "bitflags"
82version = "2.4.1"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
85
86[[package]]
87name = "cexpr"
88version = "0.6.0"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
91dependencies = [
92 "nom",
93]
94
95[[package]]
96name = "cfg-if"
97version = "1.0.0"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
100
101[[package]]
102name = "clang-sys"
103version = "1.6.1"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
106dependencies = [
107 "glob",
108 "libc",
109 "libloading",
110]
111
112[[package]]
113name = "cros_tracing_analyser"
114version = "0.1.0"
115dependencies = [
116 "anyhow",
117 "argh",
118 "libtracecmd",
119 "log",
120 "once_cell",
121 "serde",
122 "serde_json",
123]
124
125[[package]]
126name = "either"
127version = "1.9.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
130
131[[package]]
132name = "errno"
133version = "0.3.5"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
136dependencies = [
137 "libc",
138 "windows-sys",
139]
140
141[[package]]
142name = "glob"
143version = "0.3.1"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
146
147[[package]]
148name = "home"
149version = "0.5.5"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
152dependencies = [
153 "windows-sys",
154]
155
156[[package]]
157name = "itoa"
158version = "1.0.9"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
161
162[[package]]
163name = "lazy_static"
164version = "1.4.0"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
167
168[[package]]
169name = "lazycell"
170version = "1.3.0"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
173
174[[package]]
175name = "libc"
176version = "0.2.149"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
179
180[[package]]
181name = "libloading"
182version = "0.7.4"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
185dependencies = [
186 "cfg-if",
187 "winapi",
188]
189
190[[package]]
191name = "libtracecmd"
192version = "0.2.1"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "607a526f92ff1c8a64cef68c8d4b87ec3c58dbe0edab5f0f80b7f2f64c4910fb"
195dependencies = [
196 "anyhow",
197 "bindgen",
198 "pkg-config",
199 "thiserror",
200]
201
202[[package]]
203name = "linux-raw-sys"
204version = "0.4.10"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
207
208[[package]]
209name = "log"
210version = "0.4.20"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
213
214[[package]]
215name = "memchr"
216version = "2.6.4"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
219
220[[package]]
221name = "minimal-lexical"
222version = "0.2.1"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
225
226[[package]]
227name = "nom"
228version = "7.1.3"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
231dependencies = [
232 "memchr",
233 "minimal-lexical",
234]
235
236[[package]]
237name = "once_cell"
238version = "1.18.0"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
241
242[[package]]
243name = "peeking_take_while"
244version = "0.1.2"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
247
248[[package]]
249name = "pkg-config"
250version = "0.3.27"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
253
254[[package]]
255name = "prettyplease"
256version = "0.2.15"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
259dependencies = [
260 "proc-macro2",
261 "syn",
262]
263
264[[package]]
265name = "proc-macro2"
266version = "1.0.69"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
269dependencies = [
270 "unicode-ident",
271]
272
273[[package]]
274name = "quote"
275version = "1.0.33"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
278dependencies = [
279 "proc-macro2",
280]
281
282[[package]]
283name = "regex"
284version = "1.10.2"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
287dependencies = [
288 "aho-corasick",
289 "memchr",
290 "regex-automata",
291 "regex-syntax",
292]
293
294[[package]]
295name = "regex-automata"
296version = "0.4.3"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
299dependencies = [
300 "aho-corasick",
301 "memchr",
302 "regex-syntax",
303]
304
305[[package]]
306name = "regex-syntax"
307version = "0.8.2"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
310
311[[package]]
312name = "rustc-hash"
313version = "1.1.0"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
316
317[[package]]
318name = "rustix"
319version = "0.38.21"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
322dependencies = [
323 "bitflags 2.4.1",
324 "errno",
325 "libc",
326 "linux-raw-sys",
327 "windows-sys",
328]
329
330[[package]]
331name = "ryu"
332version = "1.0.15"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
335
336[[package]]
337name = "serde"
338version = "1.0.190"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
341dependencies = [
342 "serde_derive",
343]
344
345[[package]]
346name = "serde_derive"
347version = "1.0.190"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
350dependencies = [
351 "proc-macro2",
352 "quote",
353 "syn",
354]
355
356[[package]]
357name = "serde_json"
358version = "1.0.108"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
361dependencies = [
362 "itoa",
363 "ryu",
364 "serde",
365]
366
367[[package]]
368name = "shlex"
369version = "1.3.0"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
372
373[[package]]
374name = "syn"
375version = "2.0.38"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
378dependencies = [
379 "proc-macro2",
380 "quote",
381 "unicode-ident",
382]
383
384[[package]]
385name = "thiserror"
386version = "1.0.50"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
389dependencies = [
390 "thiserror-impl",
391]
392
393[[package]]
394name = "thiserror-impl"
395version = "1.0.50"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
398dependencies = [
399 "proc-macro2",
400 "quote",
401 "syn",
402]
403
404[[package]]
405name = "unicode-ident"
406version = "1.0.12"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
409
410[[package]]
411name = "which"
412version = "4.4.2"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
415dependencies = [
416 "either",
417 "home",
418 "once_cell",
419 "rustix",
420]
421
422[[package]]
423name = "winapi"
424version = "0.3.9"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
427dependencies = [
428 "winapi-i686-pc-windows-gnu",
429 "winapi-x86_64-pc-windows-gnu",
430]
431
432[[package]]
433name = "winapi-i686-pc-windows-gnu"
434version = "0.4.0"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
437
438[[package]]
439name = "winapi-x86_64-pc-windows-gnu"
440version = "0.4.0"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
443
444[[package]]
445name = "windows-sys"
446version = "0.48.0"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
449dependencies = [
450 "windows-targets",
451]
452
453[[package]]
454name = "windows-targets"
455version = "0.48.5"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
458dependencies = [
459 "windows_aarch64_gnullvm",
460 "windows_aarch64_msvc",
461 "windows_i686_gnu",
462 "windows_i686_msvc",
463 "windows_x86_64_gnu",
464 "windows_x86_64_gnullvm",
465 "windows_x86_64_msvc",
466]
467
468[[package]]
469name = "windows_aarch64_gnullvm"
470version = "0.48.5"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
473
474[[package]]
475name = "windows_aarch64_msvc"
476version = "0.48.5"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
479
480[[package]]
481name = "windows_i686_gnu"
482version = "0.48.5"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
485
486[[package]]
487name = "windows_i686_msvc"
488version = "0.48.5"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
491
492[[package]]
493name = "windows_x86_64_gnu"
494version = "0.48.5"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
497
498[[package]]
499name = "windows_x86_64_gnullvm"
500version = "0.48.5"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
503
504[[package]]
505name = "windows_x86_64_msvc"
506version = "0.48.5"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
509