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.3"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "anes"
16version = "0.1.6"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
19
20[[package]]
21name = "anstyle"
22version = "1.0.6"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
25
26[[package]]
27name = "anyhow"
28version = "1.0.82"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
31
32[[package]]
33name = "autocfg"
34version = "1.2.0"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
37
38[[package]]
39name = "bitstream-io"
40version = "2.2.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "06c9989a51171e2e81038ab168b6ae22886fe9ded214430dbb4f41c28cf176da"
43
44[[package]]
45name = "bitvec"
46version = "1.0.1"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
49dependencies = [
50 "funty",
51 "radium",
52 "tap",
53 "wyz",
54]
55
56[[package]]
57name = "bitvec_helpers"
58version = "3.1.4"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "c810ea0801e8aabb86ded7f207b0d5a7f23c804cd1b7719aba2b4970899c099a"
61dependencies = [
62 "bitstream-io",
63]
64
65[[package]]
66name = "bumpalo"
67version = "3.16.0"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
70
71[[package]]
72name = "cast"
73version = "0.3.0"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
76
77[[package]]
78name = "cfg-if"
79version = "1.0.0"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
82
83[[package]]
84name = "ciborium"
85version = "0.2.2"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
88dependencies = [
89 "ciborium-io",
90 "ciborium-ll",
91 "serde",
92]
93
94[[package]]
95name = "ciborium-io"
96version = "0.2.2"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
99
100[[package]]
101name = "ciborium-ll"
102version = "0.2.2"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
105dependencies = [
106 "ciborium-io",
107 "half",
108]
109
110[[package]]
111name = "clap"
112version = "4.5.4"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
115dependencies = [
116 "clap_builder",
117]
118
119[[package]]
120name = "clap_builder"
121version = "4.5.2"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
124dependencies = [
125 "anstyle",
126 "clap_lex",
127]
128
129[[package]]
130name = "clap_lex"
131version = "0.7.0"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
134
135[[package]]
136name = "crc"
137version = "3.2.1"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
140dependencies = [
141 "crc-catalog",
142]
143
144[[package]]
145name = "crc-catalog"
146version = "2.4.0"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
149
150[[package]]
151name = "criterion"
152version = "0.5.1"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
155dependencies = [
156 "anes",
157 "cast",
158 "ciborium",
159 "clap",
160 "criterion-plot",
161 "is-terminal",
162 "itertools",
163 "num-traits",
164 "once_cell",
165 "oorandom",
166 "plotters",
167 "rayon",
168 "regex",
169 "serde",
170 "serde_derive",
171 "serde_json",
172 "tinytemplate",
173 "walkdir",
174]
175
176[[package]]
177name = "criterion-plot"
178version = "0.5.0"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
181dependencies = [
182 "cast",
183 "itertools",
184]
185
186[[package]]
187name = "crossbeam-deque"
188version = "0.8.5"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
191dependencies = [
192 "crossbeam-epoch",
193 "crossbeam-utils",
194]
195
196[[package]]
197name = "crossbeam-epoch"
198version = "0.9.18"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
201dependencies = [
202 "crossbeam-utils",
203]
204
205[[package]]
206name = "crossbeam-utils"
207version = "0.8.19"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
210
211[[package]]
212name = "crunchy"
213version = "0.2.2"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
216
217[[package]]
218name = "dolby_vision"
219version = "3.3.0"
220dependencies = [
221 "anyhow",
222 "bitvec",
223 "bitvec_helpers",
224 "crc",
225 "criterion",
226 "libc",
227 "roxmltree",
228 "serde",
229 "serde_json",
230]
231
232[[package]]
233name = "either"
234version = "1.11.0"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
237
238[[package]]
239name = "equivalent"
240version = "1.0.1"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
243
244[[package]]
245name = "funty"
246version = "2.0.0"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
249
250[[package]]
251name = "half"
252version = "2.4.1"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
255dependencies = [
256 "cfg-if",
257 "crunchy",
258]
259
260[[package]]
261name = "hashbrown"
262version = "0.14.5"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
265
266[[package]]
267name = "hermit-abi"
268version = "0.3.9"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
271
272[[package]]
273name = "indexmap"
274version = "2.2.6"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
277dependencies = [
278 "equivalent",
279 "hashbrown",
280]
281
282[[package]]
283name = "is-terminal"
284version = "0.4.12"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
287dependencies = [
288 "hermit-abi",
289 "libc",
290 "windows-sys",
291]
292
293[[package]]
294name = "itertools"
295version = "0.10.5"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
298dependencies = [
299 "either",
300]
301
302[[package]]
303name = "itoa"
304version = "1.0.11"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
307
308[[package]]
309name = "js-sys"
310version = "0.3.69"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
313dependencies = [
314 "wasm-bindgen",
315]
316
317[[package]]
318name = "libc"
319version = "0.2.154"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
322
323[[package]]
324name = "log"
325version = "0.4.21"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
328
329[[package]]
330name = "memchr"
331version = "2.7.2"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
334
335[[package]]
336name = "num-traits"
337version = "0.2.18"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
340dependencies = [
341 "autocfg",
342]
343
344[[package]]
345name = "once_cell"
346version = "1.19.0"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
349
350[[package]]
351name = "oorandom"
352version = "11.1.3"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
355
356[[package]]
357name = "plotters"
358version = "0.3.5"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
361dependencies = [
362 "num-traits",
363 "plotters-backend",
364 "plotters-svg",
365 "wasm-bindgen",
366 "web-sys",
367]
368
369[[package]]
370name = "plotters-backend"
371version = "0.3.5"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
374
375[[package]]
376name = "plotters-svg"
377version = "0.3.5"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
380dependencies = [
381 "plotters-backend",
382]
383
384[[package]]
385name = "proc-macro2"
386version = "1.0.81"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
389dependencies = [
390 "unicode-ident",
391]
392
393[[package]]
394name = "quote"
395version = "1.0.36"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
398dependencies = [
399 "proc-macro2",
400]
401
402[[package]]
403name = "radium"
404version = "0.7.0"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
407
408[[package]]
409name = "rayon"
410version = "1.10.0"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
413dependencies = [
414 "either",
415 "rayon-core",
416]
417
418[[package]]
419name = "rayon-core"
420version = "1.12.1"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
423dependencies = [
424 "crossbeam-deque",
425 "crossbeam-utils",
426]
427
428[[package]]
429name = "regex"
430version = "1.10.4"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
433dependencies = [
434 "aho-corasick",
435 "memchr",
436 "regex-automata",
437 "regex-syntax",
438]
439
440[[package]]
441name = "regex-automata"
442version = "0.4.6"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
445dependencies = [
446 "aho-corasick",
447 "memchr",
448 "regex-syntax",
449]
450
451[[package]]
452name = "regex-syntax"
453version = "0.8.3"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
456
457[[package]]
458name = "roxmltree"
459version = "0.19.0"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
462
463[[package]]
464name = "ryu"
465version = "1.0.17"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
468
469[[package]]
470name = "same-file"
471version = "1.0.6"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
474dependencies = [
475 "winapi-util",
476]
477
478[[package]]
479name = "serde"
480version = "1.0.199"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "0c9f6e76df036c77cd94996771fb40db98187f096dd0b9af39c6c6e452ba966a"
483dependencies = [
484 "serde_derive",
485]
486
487[[package]]
488name = "serde_derive"
489version = "1.0.199"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "11bd257a6541e141e42ca6d24ae26f7714887b47e89aa739099104c7e4d3b7fc"
492dependencies = [
493 "proc-macro2",
494 "quote",
495 "syn",
496]
497
498[[package]]
499name = "serde_json"
500version = "1.0.116"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
503dependencies = [
504 "indexmap",
505 "itoa",
506 "ryu",
507 "serde",
508]
509
510[[package]]
511name = "syn"
512version = "2.0.60"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
515dependencies = [
516 "proc-macro2",
517 "quote",
518 "unicode-ident",
519]
520
521[[package]]
522name = "tap"
523version = "1.0.1"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
526
527[[package]]
528name = "tinytemplate"
529version = "1.2.1"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
532dependencies = [
533 "serde",
534 "serde_json",
535]
536
537[[package]]
538name = "unicode-ident"
539version = "1.0.12"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
542
543[[package]]
544name = "walkdir"
545version = "2.5.0"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
548dependencies = [
549 "same-file",
550 "winapi-util",
551]
552
553[[package]]
554name = "wasm-bindgen"
555version = "0.2.92"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
558dependencies = [
559 "cfg-if",
560 "wasm-bindgen-macro",
561]
562
563[[package]]
564name = "wasm-bindgen-backend"
565version = "0.2.92"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
568dependencies = [
569 "bumpalo",
570 "log",
571 "once_cell",
572 "proc-macro2",
573 "quote",
574 "syn",
575 "wasm-bindgen-shared",
576]
577
578[[package]]
579name = "wasm-bindgen-macro"
580version = "0.2.92"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
583dependencies = [
584 "quote",
585 "wasm-bindgen-macro-support",
586]
587
588[[package]]
589name = "wasm-bindgen-macro-support"
590version = "0.2.92"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
593dependencies = [
594 "proc-macro2",
595 "quote",
596 "syn",
597 "wasm-bindgen-backend",
598 "wasm-bindgen-shared",
599]
600
601[[package]]
602name = "wasm-bindgen-shared"
603version = "0.2.92"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
606
607[[package]]
608name = "web-sys"
609version = "0.3.69"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
612dependencies = [
613 "js-sys",
614 "wasm-bindgen",
615]
616
617[[package]]
618name = "winapi-util"
619version = "0.1.8"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
622dependencies = [
623 "windows-sys",
624]
625
626[[package]]
627name = "windows-sys"
628version = "0.52.0"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
631dependencies = [
632 "windows-targets",
633]
634
635[[package]]
636name = "windows-targets"
637version = "0.52.5"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
640dependencies = [
641 "windows_aarch64_gnullvm",
642 "windows_aarch64_msvc",
643 "windows_i686_gnu",
644 "windows_i686_gnullvm",
645 "windows_i686_msvc",
646 "windows_x86_64_gnu",
647 "windows_x86_64_gnullvm",
648 "windows_x86_64_msvc",
649]
650
651[[package]]
652name = "windows_aarch64_gnullvm"
653version = "0.52.5"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
656
657[[package]]
658name = "windows_aarch64_msvc"
659version = "0.52.5"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
662
663[[package]]
664name = "windows_i686_gnu"
665version = "0.52.5"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
668
669[[package]]
670name = "windows_i686_gnullvm"
671version = "0.52.5"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
674
675[[package]]
676name = "windows_i686_msvc"
677version = "0.52.5"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
680
681[[package]]
682name = "windows_x86_64_gnu"
683version = "0.52.5"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
686
687[[package]]
688name = "windows_x86_64_gnullvm"
689version = "0.52.5"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
692
693[[package]]
694name = "windows_x86_64_msvc"
695version = "0.52.5"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
698
699[[package]]
700name = "wyz"
701version = "0.5.1"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
704dependencies = [
705 "tap",
706]