1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "autocfg"
7version = "1.1.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
10
11[[package]]
12name = "bitflags"
13version = "1.3.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
16
17[[package]]
18name = "bitvec"
19version = "0.22.3"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "5237f00a8c86130a0cc317830e558b966dd7850d48a953d998c813f01a41b527"
22dependencies = [
23 "funty",
24 "radium",
25 "tap",
26 "wyz",
27]
28
29[[package]]
30name = "block-buffer"
31version = "0.9.0"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
34dependencies = [
35 "generic-array",
36]
37
38[[package]]
39name = "bls12_381"
40version = "0.5.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "54757888b09a69be70b5ec303e382a74227392086ba808cb01eeca29233a2397"
43dependencies = [
44 "ff",
45 "group",
46 "pairing",
47 "rand_core",
48 "subtle",
49]
50
51[[package]]
52name = "bumpalo"
53version = "3.10.0"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
56
57[[package]]
58name = "byteorder"
59version = "1.4.3"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
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 = "chia"
71version = "0.1.5"
72dependencies = [
73 "clvmr",
74 "hex",
75 "num-traits",
76 "pyo3",
77 "serde",
78]
79
80[[package]]
81name = "chia_rs"
82version = "0.1.5"
83dependencies = [
84 "chia",
85 "clvmr",
86 "hex",
87 "py_streamable",
88 "pyo3",
89 "serde",
90 "sha2",
91]
92
93[[package]]
94name = "chia_wasm"
95version = "0.1.5"
96dependencies = [
97 "chia",
98 "wasm-bindgen",
99 "wasm-bindgen-test",
100]
101
102[[package]]
103name = "clvmr"
104version = "0.1.20"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "d18d68c7f9e8e08ea66a6673bec83100bd53103a9d504fe279147bd0a79b260c"
107dependencies = [
108 "bls12_381",
109 "hex",
110 "lazy_static",
111 "num-bigint",
112 "num-integer",
113 "num-traits",
114 "pyo3",
115 "sha2",
116 "wasm-bindgen",
117 "wasm-bindgen-test",
118]
119
120[[package]]
121name = "console_error_panic_hook"
122version = "0.1.7"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
125dependencies = [
126 "cfg-if",
127 "wasm-bindgen",
128]
129
130[[package]]
131name = "cpufeatures"
132version = "0.1.5"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"
135dependencies = [
136 "libc",
137]
138
139[[package]]
140name = "ctor"
141version = "0.1.22"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
144dependencies = [
145 "quote",
146 "syn",
147]
148
149[[package]]
150name = "digest"
151version = "0.9.0"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
154dependencies = [
155 "generic-array",
156]
157
158[[package]]
159name = "ff"
160version = "0.10.1"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "d0f40b2dcd8bc322217a5f6559ae5f9e9d1de202a2ecee2e9eafcbece7562a4f"
163dependencies = [
164 "bitvec",
165 "rand_core",
166 "subtle",
167]
168
169[[package]]
170name = "funty"
171version = "1.2.0"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e"
174
175[[package]]
176name = "generic-array"
177version = "0.14.5"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
180dependencies = [
181 "typenum",
182 "version_check",
183]
184
185[[package]]
186name = "ghost"
187version = "0.1.5"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "b93490550b1782c589a350f2211fff2e34682e25fed17ef53fc4fa8fe184975e"
190dependencies = [
191 "proc-macro2",
192 "quote",
193 "syn",
194]
195
196[[package]]
197name = "group"
198version = "0.10.0"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "1c363a5301b8f153d80747126a04b3c82073b9fe3130571a9d170cacdeaf7912"
201dependencies = [
202 "byteorder",
203 "ff",
204 "rand_core",
205 "subtle",
206]
207
208[[package]]
209name = "hex"
210version = "0.4.3"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
213
214[[package]]
215name = "indoc"
216version = "0.3.6"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8"
219dependencies = [
220 "indoc-impl",
221 "proc-macro-hack",
222]
223
224[[package]]
225name = "indoc-impl"
226version = "0.3.6"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0"
229dependencies = [
230 "proc-macro-hack",
231 "proc-macro2",
232 "quote",
233 "syn",
234 "unindent",
235]
236
237[[package]]
238name = "instant"
239version = "0.1.12"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
242dependencies = [
243 "cfg-if",
244]
245
246[[package]]
247name = "inventory"
248version = "0.1.11"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "f0eb5160c60ba1e809707918ee329adb99d222888155835c6feedba19f6c3fd4"
251dependencies = [
252 "ctor",
253 "ghost",
254 "inventory-impl",
255]
256
257[[package]]
258name = "inventory-impl"
259version = "0.1.11"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "7e41b53715c6f0c4be49510bb82dee2c1e51c8586d885abe65396e82ed518548"
262dependencies = [
263 "proc-macro2",
264 "quote",
265 "syn",
266]
267
268[[package]]
269name = "js-sys"
270version = "0.3.52"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "ce791b7ca6638aae45be056e068fc756d871eb3b3b10b8efa62d1c9cec616752"
273dependencies = [
274 "wasm-bindgen",
275]
276
277[[package]]
278name = "lazy_static"
279version = "1.4.0"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
282
283[[package]]
284name = "libc"
285version = "0.2.126"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
288
289[[package]]
290name = "lock_api"
291version = "0.4.7"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
294dependencies = [
295 "autocfg",
296 "scopeguard",
297]
298
299[[package]]
300name = "log"
301version = "0.4.17"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
304dependencies = [
305 "cfg-if",
306]
307
308[[package]]
309name = "num-bigint"
310version = "0.4.0"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512"
313dependencies = [
314 "autocfg",
315 "num-integer",
316 "num-traits",
317]
318
319[[package]]
320name = "num-integer"
321version = "0.1.44"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
324dependencies = [
325 "autocfg",
326 "num-traits",
327]
328
329[[package]]
330name = "num-traits"
331version = "0.2.14"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
334dependencies = [
335 "autocfg",
336]
337
338[[package]]
339name = "once_cell"
340version = "1.13.0"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
343
344[[package]]
345name = "opaque-debug"
346version = "0.3.0"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
349
350[[package]]
351name = "pairing"
352version = "0.20.0"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "7de9d09263c9966e8196fe0380c9dbbc7ea114b5cf371ba29004bc1f9c6db7f3"
355dependencies = [
356 "group",
357]
358
359[[package]]
360name = "parking_lot"
361version = "0.11.2"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
364dependencies = [
365 "instant",
366 "lock_api",
367 "parking_lot_core",
368]
369
370[[package]]
371name = "parking_lot_core"
372version = "0.8.5"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
375dependencies = [
376 "cfg-if",
377 "instant",
378 "libc",
379 "redox_syscall",
380 "smallvec",
381 "winapi",
382]
383
384[[package]]
385name = "paste"
386version = "0.1.18"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
389dependencies = [
390 "paste-impl",
391 "proc-macro-hack",
392]
393
394[[package]]
395name = "paste-impl"
396version = "0.1.18"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
399dependencies = [
400 "proc-macro-hack",
401]
402
403[[package]]
404name = "proc-macro-hack"
405version = "0.5.19"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
408
409[[package]]
410name = "proc-macro2"
411version = "1.0.42"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
414dependencies = [
415 "unicode-ident",
416]
417
418[[package]]
419name = "py_streamable"
420version = "0.1.0"
421dependencies = [
422 "quote",
423 "syn",
424]
425
426[[package]]
427name = "pyo3"
428version = "0.15.1"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "7cf01dbf1c05af0a14c7779ed6f3aa9deac9c3419606ac9de537a2d649005720"
431dependencies = [
432 "cfg-if",
433 "indoc",
434 "inventory",
435 "libc",
436 "parking_lot",
437 "paste",
438 "pyo3-build-config",
439 "pyo3-macros",
440 "unindent",
441]
442
443[[package]]
444name = "pyo3-build-config"
445version = "0.15.2"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "779239fc40b8e18bc8416d3a37d280ca9b9fb04bda54b98037bb6748595c2410"
448dependencies = [
449 "once_cell",
450]
451
452[[package]]
453name = "pyo3-macros"
454version = "0.15.1"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "67701eb32b1f9a9722b4bc54b548ff9d7ebfded011c12daece7b9063be1fd755"
457dependencies = [
458 "pyo3-macros-backend",
459 "quote",
460 "syn",
461]
462
463[[package]]
464name = "pyo3-macros-backend"
465version = "0.15.1"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "f44f09e825ee49a105f2c7b23ebee50886a9aee0746f4dd5a704138a64b0218a"
468dependencies = [
469 "proc-macro2",
470 "pyo3-build-config",
471 "quote",
472 "syn",
473]
474
475[[package]]
476name = "quote"
477version = "1.0.20"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
480dependencies = [
481 "proc-macro2",
482]
483
484[[package]]
485name = "radium"
486version = "0.6.2"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
489
490[[package]]
491name = "rand_core"
492version = "0.6.3"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
495
496[[package]]
497name = "redox_syscall"
498version = "0.2.16"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
501dependencies = [
502 "bitflags",
503]
504
505[[package]]
506name = "scoped-tls"
507version = "1.0.0"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
510
511[[package]]
512name = "scopeguard"
513version = "1.1.0"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
516
517[[package]]
518name = "serde"
519version = "1.0.140"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
522dependencies = [
523 "serde_derive",
524]
525
526[[package]]
527name = "serde_derive"
528version = "1.0.140"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
531dependencies = [
532 "proc-macro2",
533 "quote",
534 "syn",
535]
536
537[[package]]
538name = "sha2"
539version = "0.9.5"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
542dependencies = [
543 "block-buffer",
544 "cfg-if",
545 "cpufeatures",
546 "digest",
547 "opaque-debug",
548]
549
550[[package]]
551name = "smallvec"
552version = "1.9.0"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
555
556[[package]]
557name = "subtle"
558version = "2.4.1"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
561
562[[package]]
563name = "syn"
564version = "1.0.98"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
567dependencies = [
568 "proc-macro2",
569 "quote",
570 "unicode-ident",
571]
572
573[[package]]
574name = "tap"
575version = "1.0.1"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
578
579[[package]]
580name = "typenum"
581version = "1.15.0"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
584
585[[package]]
586name = "unicode-ident"
587version = "1.0.2"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
590
591[[package]]
592name = "unindent"
593version = "0.1.9"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "52fee519a3e570f7df377a06a1a7775cdbfb7aa460be7e08de2b1f0e69973a44"
596
597[[package]]
598name = "version_check"
599version = "0.9.4"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
602
603[[package]]
604name = "wasm-bindgen"
605version = "0.2.75"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586"
608dependencies = [
609 "cfg-if",
610 "wasm-bindgen-macro",
611]
612
613[[package]]
614name = "wasm-bindgen-backend"
615version = "0.2.75"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "580aa3a91a63d23aac5b6b267e2d13cb4f363e31dce6c352fca4752ae12e479f"
618dependencies = [
619 "bumpalo",
620 "lazy_static",
621 "log",
622 "proc-macro2",
623 "quote",
624 "syn",
625 "wasm-bindgen-shared",
626]
627
628[[package]]
629name = "wasm-bindgen-futures"
630version = "0.4.25"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "16646b21c3add8e13fdb8f20172f8a28c3dbf62f45406bcff0233188226cfe0c"
633dependencies = [
634 "cfg-if",
635 "js-sys",
636 "wasm-bindgen",
637 "web-sys",
638]
639
640[[package]]
641name = "wasm-bindgen-macro"
642version = "0.2.75"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "171ebf0ed9e1458810dfcb31f2e766ad6b3a89dbda42d8901f2b268277e5f09c"
645dependencies = [
646 "quote",
647 "wasm-bindgen-macro-support",
648]
649
650[[package]]
651name = "wasm-bindgen-macro-support"
652version = "0.2.75"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "6c2657dd393f03aa2a659c25c6ae18a13a4048cebd220e147933ea837efc589f"
655dependencies = [
656 "proc-macro2",
657 "quote",
658 "syn",
659 "wasm-bindgen-backend",
660 "wasm-bindgen-shared",
661]
662
663[[package]]
664name = "wasm-bindgen-shared"
665version = "0.2.75"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "2e0c4a743a309662d45f4ede961d7afa4ba4131a59a639f29b0069c3798bbcc2"
668
669[[package]]
670name = "wasm-bindgen-test"
671version = "0.3.25"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "ce783b6c3854292723f498b7bfcf65a782a320b6f1cb3012d08dfbc603fa62f5"
674dependencies = [
675 "console_error_panic_hook",
676 "js-sys",
677 "scoped-tls",
678 "wasm-bindgen",
679 "wasm-bindgen-futures",
680 "wasm-bindgen-test-macro",
681]
682
683[[package]]
684name = "wasm-bindgen-test-macro"
685version = "0.3.25"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "3859815cf8435b92f3a34381bef950daffc1403bbb77ef99e35422a7b0abb194"
688dependencies = [
689 "proc-macro2",
690 "quote",
691]
692
693[[package]]
694name = "web-sys"
695version = "0.3.52"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "01c70a82d842c9979078c772d4a1344685045f1a5628f677c2b2eab4dd7d2696"
698dependencies = [
699 "js-sys",
700 "wasm-bindgen",
701]
702
703[[package]]
704name = "winapi"
705version = "0.3.9"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
708dependencies = [
709 "winapi-i686-pc-windows-gnu",
710 "winapi-x86_64-pc-windows-gnu",
711]
712
713[[package]]
714name = "winapi-i686-pc-windows-gnu"
715version = "0.4.0"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
718
719[[package]]
720name = "winapi-x86_64-pc-windows-gnu"
721version = "0.4.0"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
724
725[[package]]
726name = "wyz"
727version = "0.4.0"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "129e027ad65ce1453680623c3fb5163cbf7107bfe1aa32257e7d0e63f9ced188"
730dependencies = [
731 "tap",
732]