nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "ahash"
13version = "0.8.7"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
16dependencies = [
17 "cfg-if",
18 "getrandom",
19 "once_cell",
20 "version_check",
21 "zerocopy",
22]
23
24[[package]]
25name = "aho-corasick"
26version = "1.1.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
29dependencies = [
30 "memchr",
31]
32
33[[package]]
34name = "analyzeme"
35version = "9.2.0"
36source = "git+https://github.com/rust-lang/measureme?tag=9.2.0#9f51cde2e5dd3ef0392f0f6a7201f4946502ef41"
37dependencies = [
38 "byteorder",
39 "measureme 9.2.0",
40 "memchr",
41 "rustc-hash",
42 "serde",
43 "serde_json",
44]
45
46[[package]]
47name = "analyzeme"
48version = "11.0.1"
49dependencies = [
50 "analyzeme 9.2.0",
51 "decodeme 10.1.2",
52 "decodeme 11.0.1",
53 "flate2",
54 "measureme 10.1.2",
55 "measureme 11.0.1",
56 "memchr",
57 "rustc-hash",
58 "serde",
59]
60
61[[package]]
62name = "arrayvec"
63version = "0.7.4"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
66
67[[package]]
68name = "atty"
69version = "0.2.14"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
72dependencies = [
73 "hermit-abi 0.1.19",
74 "libc",
75 "winapi",
76]
77
78[[package]]
79name = "autocfg"
80version = "1.1.0"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
83
84[[package]]
85name = "bitflags"
86version = "1.3.2"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
89
90[[package]]
91name = "bitflags"
92version = "2.4.1"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
95
96[[package]]
97name = "bytemuck"
98version = "1.14.0"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
101
102[[package]]
103name = "byteorder"
104version = "1.5.0"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
107
108[[package]]
109name = "cfg-if"
110version = "1.0.0"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
113
114[[package]]
115name = "clap"
116version = "3.2.25"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
119dependencies = [
120 "atty",
121 "bitflags 1.3.2",
122 "clap_derive",
123 "clap_lex",
124 "indexmap",
125 "once_cell",
126 "strsim",
127 "termcolor",
128 "textwrap",
129]
130
131[[package]]
132name = "clap_derive"
133version = "3.2.25"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
136dependencies = [
137 "heck",
138 "proc-macro-error",
139 "proc-macro2",
140 "quote",
141 "syn 1.0.109",
142]
143
144[[package]]
145name = "clap_lex"
146version = "0.2.4"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
149dependencies = [
150 "os_str_bytes",
151]
152
153[[package]]
154name = "crc32fast"
155version = "1.3.2"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
158dependencies = [
159 "cfg-if",
160]
161
162[[package]]
163name = "crox"
164version = "11.0.1"
165dependencies = [
166 "analyzeme 11.0.1",
167 "clap",
168 "measureme 11.0.1",
169 "rustc-hash",
170 "serde",
171 "serde_json",
172]
173
174[[package]]
175name = "csv"
176version = "1.3.0"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
179dependencies = [
180 "csv-core",
181 "itoa",
182 "ryu",
183 "serde",
184]
185
186[[package]]
187name = "csv-core"
188version = "0.1.11"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
191dependencies = [
192 "memchr",
193]
194
195[[package]]
196name = "decodeme"
197version = "10.1.2"
198source = "git+https://github.com/rust-lang/measureme?tag=10.1.2#f9f84d1a79c46e9927926c177c33eb3ea3c72979"
199dependencies = [
200 "measureme 10.1.2",
201 "memchr",
202 "rustc-hash",
203 "serde",
204 "serde_json",
205]
206
207[[package]]
208name = "decodeme"
209version = "11.0.1"
210dependencies = [
211 "measureme 11.0.1",
212 "memchr",
213 "rustc-hash",
214 "serde",
215 "serde_json",
216]
217
218[[package]]
219name = "dirs-next"
220version = "2.0.0"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
223dependencies = [
224 "cfg-if",
225 "dirs-sys-next",
226]
227
228[[package]]
229name = "dirs-sys-next"
230version = "0.1.2"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
233dependencies = [
234 "libc",
235 "redox_users",
236 "winapi",
237]
238
239[[package]]
240name = "encode_unicode"
241version = "1.0.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
244
245[[package]]
246name = "errno"
247version = "0.3.8"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
250dependencies = [
251 "libc",
252 "windows-sys 0.52.0",
253]
254
255[[package]]
256name = "flamegraph"
257version = "11.0.1"
258dependencies = [
259 "analyzeme 11.0.1",
260 "clap",
261 "inferno",
262 "measureme 11.0.1",
263]
264
265[[package]]
266name = "flate2"
267version = "1.0.28"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
270dependencies = [
271 "crc32fast",
272 "miniz_oxide",
273]
274
275[[package]]
276name = "getrandom"
277version = "0.2.11"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
280dependencies = [
281 "cfg-if",
282 "libc",
283 "wasi",
284]
285
286[[package]]
287name = "glob"
288version = "0.3.1"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
291
292[[package]]
293name = "hashbrown"
294version = "0.12.3"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
297
298[[package]]
299name = "heck"
300version = "0.4.1"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
303
304[[package]]
305name = "hermit-abi"
306version = "0.1.19"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
309dependencies = [
310 "libc",
311]
312
313[[package]]
314name = "hermit-abi"
315version = "0.3.3"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
318
319[[package]]
320name = "indexmap"
321version = "1.9.3"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
324dependencies = [
325 "autocfg",
326 "hashbrown",
327]
328
329[[package]]
330name = "inferno"
331version = "0.11.19"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "321f0f839cd44a4686e9504b0a62b4d69a50b62072144c71c68f5873c167b8d9"
334dependencies = [
335 "ahash",
336 "is-terminal",
337 "itoa",
338 "log",
339 "num-format",
340 "once_cell",
341 "quick-xml",
342 "rgb",
343 "str_stack",
344]
345
346[[package]]
347name = "instant"
348version = "0.1.12"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
351dependencies = [
352 "cfg-if",
353]
354
355[[package]]
356name = "is-terminal"
357version = "0.4.9"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
360dependencies = [
361 "hermit-abi 0.3.3",
362 "rustix",
363 "windows-sys 0.48.0",
364]
365
366[[package]]
367name = "itoa"
368version = "1.0.10"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
371
372[[package]]
373name = "lazy_static"
374version = "1.4.0"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
377
378[[package]]
379name = "libc"
380version = "0.2.151"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
383
384[[package]]
385name = "libredox"
386version = "0.0.1"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
389dependencies = [
390 "bitflags 2.4.1",
391 "libc",
392 "redox_syscall 0.4.1",
393]
394
395[[package]]
396name = "linux-raw-sys"
397version = "0.4.12"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
400
401[[package]]
402name = "lock_api"
403version = "0.4.11"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
406dependencies = [
407 "autocfg",
408 "scopeguard",
409]
410
411[[package]]
412name = "log"
413version = "0.4.20"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
416
417[[package]]
418name = "measureme"
419version = "9.2.0"
420source = "git+https://github.com/rust-lang/measureme?tag=9.2.0#9f51cde2e5dd3ef0392f0f6a7201f4946502ef41"
421dependencies = [
422 "log",
423 "memmap2",
424 "parking_lot 0.11.2",
425 "perf-event-open-sys 1.0.1",
426 "rustc-hash",
427 "smallvec",
428]
429
430[[package]]
431name = "measureme"
432version = "10.1.2"
433source = "git+https://github.com/rust-lang/measureme?tag=10.1.2#f9f84d1a79c46e9927926c177c33eb3ea3c72979"
434dependencies = [
435 "log",
436 "memmap2",
437 "parking_lot 0.12.1",
438 "perf-event-open-sys 3.0.0",
439 "rustc-hash",
440 "smallvec",
441]
442
443[[package]]
444name = "measureme"
445version = "11.0.1"
446dependencies = [
447 "log",
448 "memmap2",
449 "parking_lot 0.12.1",
450 "perf-event-open-sys 3.0.0",
451 "rustc-hash",
452 "smallvec",
453]
454
455[[package]]
456name = "memchr"
457version = "2.6.4"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
460
461[[package]]
462name = "memmap2"
463version = "0.2.3"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
466dependencies = [
467 "libc",
468]
469
470[[package]]
471name = "miniz_oxide"
472version = "0.7.1"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
475dependencies = [
476 "adler",
477]
478
479[[package]]
480name = "mmedit"
481version = "11.0.1"
482dependencies = [
483 "clap",
484 "decodeme 11.0.1",
485 "measureme 11.0.1",
486]
487
488[[package]]
489name = "mmview"
490version = "11.0.1"
491dependencies = [
492 "analyzeme 11.0.1",
493 "clap",
494 "measureme 11.0.1",
495]
496
497[[package]]
498name = "num-format"
499version = "0.4.4"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
502dependencies = [
503 "arrayvec",
504 "itoa",
505]
506
507[[package]]
508name = "once_cell"
509version = "1.19.0"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
512
513[[package]]
514name = "os_str_bytes"
515version = "6.6.1"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
518
519[[package]]
520name = "parking_lot"
521version = "0.11.2"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
524dependencies = [
525 "instant",
526 "lock_api",
527 "parking_lot_core 0.8.6",
528]
529
530[[package]]
531name = "parking_lot"
532version = "0.12.1"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
535dependencies = [
536 "lock_api",
537 "parking_lot_core 0.9.9",
538]
539
540[[package]]
541name = "parking_lot_core"
542version = "0.8.6"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
545dependencies = [
546 "cfg-if",
547 "instant",
548 "libc",
549 "redox_syscall 0.2.16",
550 "smallvec",
551 "winapi",
552]
553
554[[package]]
555name = "parking_lot_core"
556version = "0.9.9"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
559dependencies = [
560 "cfg-if",
561 "libc",
562 "redox_syscall 0.4.1",
563 "smallvec",
564 "windows-targets 0.48.5",
565]
566
567[[package]]
568name = "perf-event-open-sys"
569version = "1.0.1"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
572dependencies = [
573 "libc",
574]
575
576[[package]]
577name = "perf-event-open-sys"
578version = "3.0.0"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
581dependencies = [
582 "libc",
583]
584
585[[package]]
586name = "prettytable-rs"
587version = "0.10.0"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a"
590dependencies = [
591 "csv",
592 "encode_unicode",
593 "is-terminal",
594 "lazy_static",
595 "term",
596 "unicode-width",
597]
598
599[[package]]
600name = "proc-macro-error"
601version = "1.0.4"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
604dependencies = [
605 "proc-macro-error-attr",
606 "proc-macro2",
607 "quote",
608 "syn 1.0.109",
609 "version_check",
610]
611
612[[package]]
613name = "proc-macro-error-attr"
614version = "1.0.4"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
617dependencies = [
618 "proc-macro2",
619 "quote",
620 "version_check",
621]
622
623[[package]]
624name = "proc-macro2"
625version = "1.0.71"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8"
628dependencies = [
629 "unicode-ident",
630]
631
632[[package]]
633name = "quick-xml"
634version = "0.26.0"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
637dependencies = [
638 "memchr",
639]
640
641[[package]]
642name = "quote"
643version = "1.0.33"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
646dependencies = [
647 "proc-macro2",
648]
649
650[[package]]
651name = "redox_syscall"
652version = "0.2.16"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
655dependencies = [
656 "bitflags 1.3.2",
657]
658
659[[package]]
660name = "redox_syscall"
661version = "0.4.1"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
664dependencies = [
665 "bitflags 1.3.2",
666]
667
668[[package]]
669name = "redox_users"
670version = "0.4.4"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
673dependencies = [
674 "getrandom",
675 "libredox",
676 "thiserror",
677]
678
679[[package]]
680name = "regex"
681version = "1.10.2"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
684dependencies = [
685 "aho-corasick",
686 "memchr",
687 "regex-automata",
688 "regex-syntax",
689]
690
691[[package]]
692name = "regex-automata"
693version = "0.4.3"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
696dependencies = [
697 "aho-corasick",
698 "memchr",
699 "regex-syntax",
700]
701
702[[package]]
703name = "regex-syntax"
704version = "0.8.2"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
707
708[[package]]
709name = "rgb"
710version = "0.8.37"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
713dependencies = [
714 "bytemuck",
715]
716
717[[package]]
718name = "rustc-hash"
719version = "1.1.0"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
722
723[[package]]
724name = "rustix"
725version = "0.38.28"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
728dependencies = [
729 "bitflags 2.4.1",
730 "errno",
731 "libc",
732 "linux-raw-sys",
733 "windows-sys 0.52.0",
734]
735
736[[package]]
737name = "rustversion"
738version = "1.0.14"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
741
742[[package]]
743name = "ryu"
744version = "1.0.16"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
747
748[[package]]
749name = "scopeguard"
750version = "1.2.0"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
753
754[[package]]
755name = "serde"
756version = "1.0.193"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
759dependencies = [
760 "serde_derive",
761]
762
763[[package]]
764name = "serde_derive"
765version = "1.0.193"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
768dependencies = [
769 "proc-macro2",
770 "quote",
771 "syn 2.0.43",
772]
773
774[[package]]
775name = "serde_json"
776version = "1.0.108"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
779dependencies = [
780 "itoa",
781 "ryu",
782 "serde",
783]
784
785[[package]]
786name = "smallvec"
787version = "1.11.2"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
790
791[[package]]
792name = "stack_collapse"
793version = "11.0.1"
794dependencies = [
795 "analyzeme 11.0.1",
796 "clap",
797 "measureme 11.0.1",
798]
799
800[[package]]
801name = "str_stack"
802version = "0.1.0"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb"
805
806[[package]]
807name = "strsim"
808version = "0.10.0"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
811
812[[package]]
813name = "summarize"
814version = "11.0.1"
815dependencies = [
816 "analyzeme 11.0.1",
817 "clap",
818 "measureme 11.0.1",
819 "prettytable-rs",
820 "rustc-hash",
821 "serde",
822 "serde_json",
823]
824
825[[package]]
826name = "syn"
827version = "1.0.109"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
830dependencies = [
831 "proc-macro2",
832 "quote",
833 "unicode-ident",
834]
835
836[[package]]
837name = "syn"
838version = "2.0.43"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
841dependencies = [
842 "proc-macro2",
843 "quote",
844 "unicode-ident",
845]
846
847[[package]]
848name = "term"
849version = "0.7.0"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
852dependencies = [
853 "dirs-next",
854 "rustversion",
855 "winapi",
856]
857
858[[package]]
859name = "termcolor"
860version = "1.4.0"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
863dependencies = [
864 "winapi-util",
865]
866
867[[package]]
868name = "textwrap"
869version = "0.16.0"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
872
873[[package]]
874name = "thiserror"
875version = "1.0.52"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d"
878dependencies = [
879 "thiserror-impl",
880]
881
882[[package]]
883name = "thiserror-impl"
884version = "1.0.52"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3"
887dependencies = [
888 "proc-macro2",
889 "quote",
890 "syn 2.0.43",
891]
892
893[[package]]
894name = "unicode-ident"
895version = "1.0.12"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
898
899[[package]]
900name = "unicode-width"
901version = "0.1.11"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
904
905[[package]]
906name = "version_check"
907version = "0.9.4"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
910
911[[package]]
912name = "version_checker"
913version = "11.0.1"
914dependencies = [
915 "glob",
916 "regex",
917]
918
919[[package]]
920name = "wasi"
921version = "0.11.0+wasi-snapshot-preview1"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
924
925[[package]]
926name = "winapi"
927version = "0.3.9"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
930dependencies = [
931 "winapi-i686-pc-windows-gnu",
932 "winapi-x86_64-pc-windows-gnu",
933]
934
935[[package]]
936name = "winapi-i686-pc-windows-gnu"
937version = "0.4.0"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
940
941[[package]]
942name = "winapi-util"
943version = "0.1.6"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
946dependencies = [
947 "winapi",
948]
949
950[[package]]
951name = "winapi-x86_64-pc-windows-gnu"
952version = "0.4.0"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
955
956[[package]]
957name = "windows-sys"
958version = "0.48.0"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
961dependencies = [
962 "windows-targets 0.48.5",
963]
964
965[[package]]
966name = "windows-sys"
967version = "0.52.0"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
970dependencies = [
971 "windows-targets 0.52.0",
972]
973
974[[package]]
975name = "windows-targets"
976version = "0.48.5"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
979dependencies = [
980 "windows_aarch64_gnullvm 0.48.5",
981 "windows_aarch64_msvc 0.48.5",
982 "windows_i686_gnu 0.48.5",
983 "windows_i686_msvc 0.48.5",
984 "windows_x86_64_gnu 0.48.5",
985 "windows_x86_64_gnullvm 0.48.5",
986 "windows_x86_64_msvc 0.48.5",
987]
988
989[[package]]
990name = "windows-targets"
991version = "0.52.0"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
994dependencies = [
995 "windows_aarch64_gnullvm 0.52.0",
996 "windows_aarch64_msvc 0.52.0",
997 "windows_i686_gnu 0.52.0",
998 "windows_i686_msvc 0.52.0",
999 "windows_x86_64_gnu 0.52.0",
1000 "windows_x86_64_gnullvm 0.52.0",
1001 "windows_x86_64_msvc 0.52.0",
1002]
1003
1004[[package]]
1005name = "windows_aarch64_gnullvm"
1006version = "0.48.5"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1009
1010[[package]]
1011name = "windows_aarch64_gnullvm"
1012version = "0.52.0"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
1015
1016[[package]]
1017name = "windows_aarch64_msvc"
1018version = "0.48.5"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1021
1022[[package]]
1023name = "windows_aarch64_msvc"
1024version = "0.52.0"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
1027
1028[[package]]
1029name = "windows_i686_gnu"
1030version = "0.48.5"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1033
1034[[package]]
1035name = "windows_i686_gnu"
1036version = "0.52.0"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
1039
1040[[package]]
1041name = "windows_i686_msvc"
1042version = "0.48.5"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1045
1046[[package]]
1047name = "windows_i686_msvc"
1048version = "0.52.0"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
1051
1052[[package]]
1053name = "windows_x86_64_gnu"
1054version = "0.48.5"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1057
1058[[package]]
1059name = "windows_x86_64_gnu"
1060version = "0.52.0"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
1063
1064[[package]]
1065name = "windows_x86_64_gnullvm"
1066version = "0.48.5"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1069
1070[[package]]
1071name = "windows_x86_64_gnullvm"
1072version = "0.52.0"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
1075
1076[[package]]
1077name = "windows_x86_64_msvc"
1078version = "0.48.5"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1081
1082[[package]]
1083name = "windows_x86_64_msvc"
1084version = "0.52.0"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
1087
1088[[package]]
1089name = "zerocopy"
1090version = "0.7.32"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
1093dependencies = [
1094 "zerocopy-derive",
1095]
1096
1097[[package]]
1098name = "zerocopy-derive"
1099version = "0.7.32"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
1102dependencies = [
1103 "proc-macro2",
1104 "quote",
1105 "syn 2.0.43",
1106]