xref: /aosp_15_r20/external/crosvm/tools/contrib/vcpu_blocker_analyzer/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.79"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
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 = "autocfg"
53version = "1.1.0"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
56
57[[package]]
58name = "bitflags"
59version = "2.4.2"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
62
63[[package]]
64name = "cfg-if"
65version = "1.0.0"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
68
69[[package]]
70name = "env_logger"
71version = "0.10.2"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
74dependencies = [
75 "humantime",
76 "is-terminal",
77 "log",
78 "regex",
79 "termcolor",
80]
81
82[[package]]
83name = "errno"
84version = "0.3.8"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
87dependencies = [
88 "libc",
89 "windows-sys",
90]
91
92[[package]]
93name = "futures"
94version = "0.3.30"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
97dependencies = [
98 "futures-channel",
99 "futures-core",
100 "futures-executor",
101 "futures-io",
102 "futures-sink",
103 "futures-task",
104 "futures-util",
105]
106
107[[package]]
108name = "futures-channel"
109version = "0.3.30"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
112dependencies = [
113 "futures-core",
114 "futures-sink",
115]
116
117[[package]]
118name = "futures-core"
119version = "0.3.30"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
122
123[[package]]
124name = "futures-executor"
125version = "0.3.30"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
128dependencies = [
129 "futures-core",
130 "futures-task",
131 "futures-util",
132]
133
134[[package]]
135name = "futures-io"
136version = "0.3.30"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
139
140[[package]]
141name = "futures-macro"
142version = "0.3.30"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
145dependencies = [
146 "proc-macro2",
147 "quote",
148 "syn",
149]
150
151[[package]]
152name = "futures-sink"
153version = "0.3.30"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
156
157[[package]]
158name = "futures-task"
159version = "0.3.30"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
162
163[[package]]
164name = "futures-timer"
165version = "3.0.2"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
168
169[[package]]
170name = "futures-util"
171version = "0.3.30"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
174dependencies = [
175 "futures-channel",
176 "futures-core",
177 "futures-io",
178 "futures-macro",
179 "futures-sink",
180 "futures-task",
181 "memchr",
182 "pin-project-lite",
183 "pin-utils",
184 "slab",
185]
186
187[[package]]
188name = "glob"
189version = "0.3.1"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
192
193[[package]]
194name = "hermit-abi"
195version = "0.3.4"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f"
198
199[[package]]
200name = "humantime"
201version = "2.1.0"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
204
205[[package]]
206name = "is-terminal"
207version = "0.4.10"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
210dependencies = [
211 "hermit-abi",
212 "rustix",
213 "windows-sys",
214]
215
216[[package]]
217name = "itoa"
218version = "1.0.10"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
221
222[[package]]
223name = "libc"
224version = "0.2.152"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
227
228[[package]]
229name = "linux-raw-sys"
230version = "0.4.13"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
233
234[[package]]
235name = "log"
236version = "0.4.20"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
239
240[[package]]
241name = "memchr"
242version = "2.7.1"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
245
246[[package]]
247name = "once_cell"
248version = "1.19.0"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
251
252[[package]]
253name = "pin-project-lite"
254version = "0.2.13"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
257
258[[package]]
259name = "pin-utils"
260version = "0.1.0"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
263
264[[package]]
265name = "proc-macro2"
266version = "1.0.78"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
269dependencies = [
270 "unicode-ident",
271]
272
273[[package]]
274name = "quote"
275version = "1.0.35"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
278dependencies = [
279 "proc-macro2",
280]
281
282[[package]]
283name = "regex"
284version = "1.10.3"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
287dependencies = [
288 "aho-corasick",
289 "memchr",
290 "regex-automata",
291 "regex-syntax",
292]
293
294[[package]]
295name = "regex-automata"
296version = "0.4.4"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a"
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 = "relative-path"
313version = "1.9.2"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc"
316
317[[package]]
318name = "rstest"
319version = "0.18.2"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
322dependencies = [
323 "futures",
324 "futures-timer",
325 "rstest_macros",
326 "rustc_version",
327]
328
329[[package]]
330name = "rstest_macros"
331version = "0.18.2"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
334dependencies = [
335 "cfg-if",
336 "glob",
337 "proc-macro2",
338 "quote",
339 "regex",
340 "relative-path",
341 "rustc_version",
342 "syn",
343 "unicode-ident",
344]
345
346[[package]]
347name = "rustc_version"
348version = "0.4.0"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
351dependencies = [
352 "semver",
353]
354
355[[package]]
356name = "rustix"
357version = "0.38.30"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
360dependencies = [
361 "bitflags",
362 "errno",
363 "libc",
364 "linux-raw-sys",
365 "windows-sys",
366]
367
368[[package]]
369name = "ryu"
370version = "1.0.16"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
373
374[[package]]
375name = "semver"
376version = "1.0.21"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
379
380[[package]]
381name = "serde"
382version = "1.0.195"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
385dependencies = [
386 "serde_derive",
387]
388
389[[package]]
390name = "serde_derive"
391version = "1.0.195"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
394dependencies = [
395 "proc-macro2",
396 "quote",
397 "syn",
398]
399
400[[package]]
401name = "serde_json"
402version = "1.0.111"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
405dependencies = [
406 "itoa",
407 "ryu",
408 "serde",
409]
410
411[[package]]
412name = "slab"
413version = "0.4.9"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
416dependencies = [
417 "autocfg",
418]
419
420[[package]]
421name = "syn"
422version = "2.0.48"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
425dependencies = [
426 "proc-macro2",
427 "quote",
428 "unicode-ident",
429]
430
431[[package]]
432name = "termcolor"
433version = "1.4.1"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
436dependencies = [
437 "winapi-util",
438]
439
440[[package]]
441name = "unicode-ident"
442version = "1.0.12"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
445
446[[package]]
447name = "vcpu_blocker_analyzer_rust"
448version = "0.1.0"
449dependencies = [
450 "anyhow",
451 "argh",
452 "env_logger",
453 "log",
454 "once_cell",
455 "regex",
456 "rstest",
457 "serde",
458 "serde_json",
459]
460
461[[package]]
462name = "winapi"
463version = "0.3.9"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
466dependencies = [
467 "winapi-i686-pc-windows-gnu",
468 "winapi-x86_64-pc-windows-gnu",
469]
470
471[[package]]
472name = "winapi-i686-pc-windows-gnu"
473version = "0.4.0"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
476
477[[package]]
478name = "winapi-util"
479version = "0.1.6"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
482dependencies = [
483 "winapi",
484]
485
486[[package]]
487name = "winapi-x86_64-pc-windows-gnu"
488version = "0.4.0"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
491
492[[package]]
493name = "windows-sys"
494version = "0.52.0"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
497dependencies = [
498 "windows-targets",
499]
500
501[[package]]
502name = "windows-targets"
503version = "0.52.0"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
506dependencies = [
507 "windows_aarch64_gnullvm",
508 "windows_aarch64_msvc",
509 "windows_i686_gnu",
510 "windows_i686_msvc",
511 "windows_x86_64_gnu",
512 "windows_x86_64_gnullvm",
513 "windows_x86_64_msvc",
514]
515
516[[package]]
517name = "windows_aarch64_gnullvm"
518version = "0.52.0"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
521
522[[package]]
523name = "windows_aarch64_msvc"
524version = "0.52.0"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
527
528[[package]]
529name = "windows_i686_gnu"
530version = "0.52.0"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
533
534[[package]]
535name = "windows_i686_msvc"
536version = "0.52.0"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
539
540[[package]]
541name = "windows_x86_64_gnu"
542version = "0.52.0"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
545
546[[package]]
547name = "windows_x86_64_gnullvm"
548version = "0.52.0"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
551
552[[package]]
553name = "windows_x86_64_msvc"
554version = "0.52.0"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
557