microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
73d2a3db90de22437bdc295856d103900b5d6b4b

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Cargo.lock

1113lines · modecode

1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.19.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "ahash"
22version = "0.7.6"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
25dependencies = [
26 "getrandom",
27 "once_cell",
28 "version_check",
29]
30
31[[package]]
32name = "aho-corasick"
33version = "0.7.20"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
36dependencies = [
37 "memchr",
38]
39
40[[package]]
41name = "anes"
42version = "0.1.6"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
45
46[[package]]
47name = "atty"
48version = "0.2.14"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
51dependencies = [
52 "hermit-abi 0.1.19",
53 "libc",
54 "winapi",
55]
56
57[[package]]
58name = "autocfg"
59version = "1.1.0"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
62
63[[package]]
64name = "backtrace"
65version = "0.3.67"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
68dependencies = [
69 "addr2line",
70 "cc",
71 "cfg-if",
72 "libc",
73 "miniz_oxide",
74 "object",
75 "rustc-demangle",
76]
77
78[[package]]
79name = "bitflags"
80version = "1.3.2"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
83
84[[package]]
85name = "bitvec"
86version = "1.0.1"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
89dependencies = [
90 "funty",
91 "radium",
92 "tap",
93 "wyz",
94]
95
96[[package]]
97name = "cast"
98version = "0.3.0"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
101
102[[package]]
103name = "cc"
104version = "1.0.79"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
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 = "ciborium"
116version = "0.2.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f"
119dependencies = [
120 "ciborium-io",
121 "ciborium-ll",
122 "serde",
123]
124
125[[package]]
126name = "ciborium-io"
127version = "0.2.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369"
130
131[[package]]
132name = "ciborium-ll"
133version = "0.2.0"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b"
136dependencies = [
137 "ciborium-io",
138 "half",
139]
140
141[[package]]
142name = "clap"
143version = "3.2.23"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
146dependencies = [
147 "bitflags",
148 "clap_lex 0.2.4",
149 "indexmap",
150 "textwrap 0.16.0",
151]
152
153[[package]]
154name = "clap"
155version = "4.1.8"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5"
158dependencies = [
159 "bitflags",
160 "clap_derive",
161 "clap_lex 0.3.2",
162 "is-terminal",
163 "once_cell",
164 "strsim",
165 "termcolor",
166]
167
168[[package]]
169name = "clap_derive"
170version = "4.1.8"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0"
173dependencies = [
174 "heck",
175 "proc-macro-error",
176 "proc-macro2",
177 "quote",
178 "syn",
179]
180
181[[package]]
182name = "clap_lex"
183version = "0.2.4"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
186dependencies = [
187 "os_str_bytes",
188]
189
190[[package]]
191name = "clap_lex"
192version = "0.3.2"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"
195dependencies = [
196 "os_str_bytes",
197]
198
199[[package]]
200name = "criterion"
201version = "0.4.0"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb"
204dependencies = [
205 "anes",
206 "atty",
207 "cast",
208 "ciborium",
209 "clap 3.2.23",
210 "criterion-plot",
211 "itertools",
212 "lazy_static",
213 "num-traits",
214 "oorandom",
215 "regex",
216 "serde",
217 "serde_derive",
218 "serde_json",
219 "tinytemplate",
220 "walkdir",
221]
222
223[[package]]
224name = "criterion-plot"
225version = "0.5.0"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
228dependencies = [
229 "cast",
230 "itertools",
231]
232
233[[package]]
234name = "dissimilar"
235version = "1.0.6"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e"
238
239[[package]]
240name = "either"
241version = "1.8.1"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
244
245[[package]]
246name = "enum-iterator"
247version = "1.4.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "706d9e7cf1c7664859d79cd524e4e53ea2b67ea03c98cc2870c5e539695d597e"
250dependencies = [
251 "enum-iterator-derive",
252]
253
254[[package]]
255name = "enum-iterator-derive"
256version = "1.2.0"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "355f93763ef7b0ae1c43c4d8eccc9d5848d84ad1a1d8ce61c421d1ac85a19d05"
259dependencies = [
260 "proc-macro2",
261 "quote",
262 "syn",
263]
264
265[[package]]
266name = "errno"
267version = "0.2.8"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
270dependencies = [
271 "errno-dragonfly",
272 "libc",
273 "winapi",
274]
275
276[[package]]
277name = "errno-dragonfly"
278version = "0.1.2"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
281dependencies = [
282 "cc",
283 "libc",
284]
285
286[[package]]
287name = "expect-test"
288version = "1.4.0"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3"
291dependencies = [
292 "dissimilar",
293 "once_cell",
294]
295
296[[package]]
297name = "funty"
298version = "2.0.0"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
301
302[[package]]
303name = "getrandom"
304version = "0.2.8"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
307dependencies = [
308 "cfg-if",
309 "libc",
310 "wasi",
311]
312
313[[package]]
314name = "gimli"
315version = "0.27.2"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
318
319[[package]]
320name = "half"
321version = "1.8.2"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
324
325[[package]]
326name = "hashbrown"
327version = "0.12.3"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
330dependencies = [
331 "ahash",
332]
333
334[[package]]
335name = "heck"
336version = "0.4.1"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
339
340[[package]]
341name = "hermit-abi"
342version = "0.1.19"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
345dependencies = [
346 "libc",
347]
348
349[[package]]
350name = "hermit-abi"
351version = "0.3.1"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
354
355[[package]]
356name = "indexmap"
357version = "1.9.2"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
360dependencies = [
361 "autocfg",
362 "hashbrown",
363]
364
365[[package]]
366name = "indoc"
367version = "2.0.0"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "6fe2b9d82064e8a0226fddb3547f37f28eaa46d0fc210e275d835f08cf3b76a7"
370
371[[package]]
372name = "io-lifetimes"
373version = "1.0.5"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
376dependencies = [
377 "libc",
378 "windows-sys",
379]
380
381[[package]]
382name = "is-terminal"
383version = "0.4.4"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
386dependencies = [
387 "hermit-abi 0.3.1",
388 "io-lifetimes",
389 "rustix",
390 "windows-sys",
391]
392
393[[package]]
394name = "is_ci"
395version = "1.1.1"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
398
399[[package]]
400name = "itertools"
401version = "0.10.5"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
404dependencies = [
405 "either",
406]
407
408[[package]]
409name = "itoa"
410version = "1.0.5"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
413
414[[package]]
415name = "lazy_static"
416version = "1.4.0"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
419
420[[package]]
421name = "libc"
422version = "0.2.139"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
425
426[[package]]
427name = "linux-raw-sys"
428version = "0.1.4"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
431
432[[package]]
433name = "matrixmultiply"
434version = "0.3.2"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"
437dependencies = [
438 "rawpointer",
439]
440
441[[package]]
442name = "memchr"
443version = "2.5.0"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
446
447[[package]]
448name = "miette"
449version = "5.6.0"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "07749fb52853e739208049fb513287c6f448de9103dfa78b05ae01f2fc5809bb"
452dependencies = [
453 "backtrace",
454 "is-terminal",
455 "miette-derive",
456 "once_cell",
457 "owo-colors",
458 "supports-color",
459 "supports-hyperlinks",
460 "supports-unicode",
461 "terminal_size",
462 "textwrap 0.15.2",
463 "thiserror",
464 "unicode-width",
465]
466
467[[package]]
468name = "miette-derive"
469version = "5.6.0"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "2a07ad93a80d1b92bb44cb42d7c49b49c9aab1778befefad49cceb5e4c5bf460"
472dependencies = [
473 "proc-macro2",
474 "quote",
475 "syn",
476]
477
478[[package]]
479name = "miniz_oxide"
480version = "0.6.2"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
483dependencies = [
484 "adler",
485]
486
487[[package]]
488name = "ndarray"
489version = "0.15.6"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
492dependencies = [
493 "matrixmultiply",
494 "num-complex",
495 "num-integer",
496 "num-traits",
497 "rawpointer",
498]
499
500[[package]]
501name = "num-bigint"
502version = "0.4.3"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
505dependencies = [
506 "autocfg",
507 "num-integer",
508 "num-traits",
509]
510
511[[package]]
512name = "num-complex"
513version = "0.4.3"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
516dependencies = [
517 "num-traits",
518]
519
520[[package]]
521name = "num-integer"
522version = "0.1.45"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
525dependencies = [
526 "autocfg",
527 "num-traits",
528]
529
530[[package]]
531name = "num-traits"
532version = "0.2.15"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
535dependencies = [
536 "autocfg",
537]
538
539[[package]]
540name = "object"
541version = "0.30.3"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
544dependencies = [
545 "memchr",
546]
547
548[[package]]
549name = "once_cell"
550version = "1.17.1"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
553
554[[package]]
555name = "oorandom"
556version = "11.1.3"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
559
560[[package]]
561name = "os_str_bytes"
562version = "6.4.1"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
565
566[[package]]
567name = "owo-colors"
568version = "3.5.0"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
571
572[[package]]
573name = "ppv-lite86"
574version = "0.2.17"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
577
578[[package]]
579name = "proc-macro-error"
580version = "1.0.4"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
583dependencies = [
584 "proc-macro-error-attr",
585 "proc-macro2",
586 "quote",
587 "syn",
588 "version_check",
589]
590
591[[package]]
592name = "proc-macro-error-attr"
593version = "1.0.4"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
596dependencies = [
597 "proc-macro2",
598 "quote",
599 "version_check",
600]
601
602[[package]]
603name = "proc-macro2"
604version = "1.0.51"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
607dependencies = [
608 "unicode-ident",
609]
610
611[[package]]
612name = "qir-backend"
613version = "0.1.0"
614source = "git+https://github.com/qir-alliance/qir-runner?tag=v0.1.0#1c2ed04e968b4aedc4eb9f27a99c807201279ec9"
615dependencies = [
616 "bitvec",
617 "ndarray",
618 "num-bigint",
619 "num-complex",
620 "num-traits",
621 "qir-stdlib",
622 "rand",
623 "rustc-hash",
624]
625
626[[package]]
627name = "qir-stdlib"
628version = "0.1.0"
629source = "git+https://github.com/qir-alliance/qir-runner?tag=v0.1.0#1c2ed04e968b4aedc4eb9f27a99c807201279ec9"
630dependencies = [
631 "num-bigint",
632 "rand",
633]
634
635[[package]]
636name = "qsc"
637version = "0.0.0"
638dependencies = [
639 "clap 4.1.8",
640 "criterion",
641 "miette",
642 "qsc_ast",
643 "qsc_codegen",
644 "qsc_eval",
645 "qsc_frontend",
646 "qsc_passes",
647 "thiserror",
648]
649
650[[package]]
651name = "qsc_ast"
652version = "0.0.0"
653dependencies = [
654 "miette",
655 "num-bigint",
656]
657
658[[package]]
659name = "qsc_codegen"
660version = "0.0.0"
661dependencies = [
662 "qsc_ast",
663 "qsc_frontend",
664]
665
666[[package]]
667name = "qsc_eval"
668version = "0.0.0"
669dependencies = [
670 "expect-test",
671 "indoc",
672 "num-bigint",
673 "qir-backend",
674 "qir-stdlib",
675 "qsc_ast",
676 "qsc_frontend",
677]
678
679[[package]]
680name = "qsc_frontend"
681version = "0.0.0"
682dependencies = [
683 "enum-iterator",
684 "expect-test",
685 "indoc",
686 "miette",
687 "num-bigint",
688 "num-traits",
689 "qsc_ast",
690 "thiserror",
691]
692
693[[package]]
694name = "qsc_passes"
695version = "0.0.0"
696dependencies = [
697 "qsc_ast",
698 "qsc_frontend",
699]
700
701[[package]]
702name = "quote"
703version = "1.0.23"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
706dependencies = [
707 "proc-macro2",
708]
709
710[[package]]
711name = "radium"
712version = "0.7.0"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
715
716[[package]]
717name = "rand"
718version = "0.8.5"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
721dependencies = [
722 "libc",
723 "rand_chacha",
724 "rand_core",
725]
726
727[[package]]
728name = "rand_chacha"
729version = "0.3.1"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
732dependencies = [
733 "ppv-lite86",
734 "rand_core",
735]
736
737[[package]]
738name = "rand_core"
739version = "0.6.4"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
742dependencies = [
743 "getrandom",
744]
745
746[[package]]
747name = "rawpointer"
748version = "0.2.1"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
751
752[[package]]
753name = "regex"
754version = "1.7.1"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
757dependencies = [
758 "aho-corasick",
759 "memchr",
760 "regex-syntax",
761]
762
763[[package]]
764name = "regex-syntax"
765version = "0.6.28"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
768
769[[package]]
770name = "rustc-demangle"
771version = "0.1.21"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
774
775[[package]]
776name = "rustc-hash"
777version = "1.1.0"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
780
781[[package]]
782name = "rustix"
783version = "0.36.8"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
786dependencies = [
787 "bitflags",
788 "errno",
789 "io-lifetimes",
790 "libc",
791 "linux-raw-sys",
792 "windows-sys",
793]
794
795[[package]]
796name = "ryu"
797version = "1.0.12"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
800
801[[package]]
802name = "same-file"
803version = "1.0.6"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
806dependencies = [
807 "winapi-util",
808]
809
810[[package]]
811name = "serde"
812version = "1.0.152"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
815dependencies = [
816 "serde_derive",
817]
818
819[[package]]
820name = "serde_derive"
821version = "1.0.152"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
824dependencies = [
825 "proc-macro2",
826 "quote",
827 "syn",
828]
829
830[[package]]
831name = "serde_json"
832version = "1.0.93"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
835dependencies = [
836 "itoa",
837 "ryu",
838 "serde",
839]
840
841[[package]]
842name = "smawk"
843version = "0.3.1"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
846
847[[package]]
848name = "strsim"
849version = "0.10.0"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
852
853[[package]]
854name = "supports-color"
855version = "2.0.0"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354"
858dependencies = [
859 "is-terminal",
860 "is_ci",
861]
862
863[[package]]
864name = "supports-hyperlinks"
865version = "2.0.0"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "4b4806e0b03b9906e76b018a5d821ebf198c8e9dc0829ed3328eeeb5094aed60"
868dependencies = [
869 "is-terminal",
870]
871
872[[package]]
873name = "supports-unicode"
874version = "2.0.0"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7"
877dependencies = [
878 "is-terminal",
879]
880
881[[package]]
882name = "syn"
883version = "1.0.109"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
886dependencies = [
887 "proc-macro2",
888 "quote",
889 "unicode-ident",
890]
891
892[[package]]
893name = "tap"
894version = "1.0.1"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
897
898[[package]]
899name = "termcolor"
900version = "1.2.0"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
903dependencies = [
904 "winapi-util",
905]
906
907[[package]]
908name = "terminal_size"
909version = "0.1.17"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
912dependencies = [
913 "libc",
914 "winapi",
915]
916
917[[package]]
918name = "textwrap"
919version = "0.15.2"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
922dependencies = [
923 "smawk",
924 "unicode-linebreak",
925 "unicode-width",
926]
927
928[[package]]
929name = "textwrap"
930version = "0.16.0"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
933
934[[package]]
935name = "thiserror"
936version = "1.0.38"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
939dependencies = [
940 "thiserror-impl",
941]
942
943[[package]]
944name = "thiserror-impl"
945version = "1.0.38"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
948dependencies = [
949 "proc-macro2",
950 "quote",
951 "syn",
952]
953
954[[package]]
955name = "tinytemplate"
956version = "1.2.1"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
959dependencies = [
960 "serde",
961 "serde_json",
962]
963
964[[package]]
965name = "unicode-ident"
966version = "1.0.6"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
969
970[[package]]
971name = "unicode-linebreak"
972version = "0.1.4"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
975dependencies = [
976 "hashbrown",
977 "regex",
978]
979
980[[package]]
981name = "unicode-width"
982version = "0.1.10"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
985
986[[package]]
987name = "version_check"
988version = "0.9.4"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
991
992[[package]]
993name = "walkdir"
994version = "2.3.2"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
997dependencies = [
998 "same-file",
999 "winapi",
1000 "winapi-util",
1001]
1002
1003[[package]]
1004name = "wasi"
1005version = "0.11.0+wasi-snapshot-preview1"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1008
1009[[package]]
1010name = "winapi"
1011version = "0.3.9"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1014dependencies = [
1015 "winapi-i686-pc-windows-gnu",
1016 "winapi-x86_64-pc-windows-gnu",
1017]
1018
1019[[package]]
1020name = "winapi-i686-pc-windows-gnu"
1021version = "0.4.0"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1024
1025[[package]]
1026name = "winapi-util"
1027version = "0.1.5"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1030dependencies = [
1031 "winapi",
1032]
1033
1034[[package]]
1035name = "winapi-x86_64-pc-windows-gnu"
1036version = "0.4.0"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1039
1040[[package]]
1041name = "windows-sys"
1042version = "0.45.0"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1045dependencies = [
1046 "windows-targets",
1047]
1048
1049[[package]]
1050name = "windows-targets"
1051version = "0.42.1"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
1054dependencies = [
1055 "windows_aarch64_gnullvm",
1056 "windows_aarch64_msvc",
1057 "windows_i686_gnu",
1058 "windows_i686_msvc",
1059 "windows_x86_64_gnu",
1060 "windows_x86_64_gnullvm",
1061 "windows_x86_64_msvc",
1062]
1063
1064[[package]]
1065name = "windows_aarch64_gnullvm"
1066version = "0.42.1"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
1069
1070[[package]]
1071name = "windows_aarch64_msvc"
1072version = "0.42.1"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
1075
1076[[package]]
1077name = "windows_i686_gnu"
1078version = "0.42.1"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
1081
1082[[package]]
1083name = "windows_i686_msvc"
1084version = "0.42.1"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
1087
1088[[package]]
1089name = "windows_x86_64_gnu"
1090version = "0.42.1"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
1093
1094[[package]]
1095name = "windows_x86_64_gnullvm"
1096version = "0.42.1"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
1099
1100[[package]]
1101name = "windows_x86_64_msvc"
1102version = "0.42.1"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
1105
1106[[package]]
1107name = "wyz"
1108version = "0.5.1"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
1111dependencies = [
1112 "tap",
1113]
1114