1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "anyhow"
7version = "1.0.65"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
10
11[[package]]
12name = "autocfg"
13version = "1.1.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
16
17[[package]]
18name = "bitflags"
19version = "1.3.2"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
22
23[[package]]
24name = "block-buffer"
25version = "0.7.3"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
28dependencies = [
29 "block-padding",
30 "byte-tools",
31 "byteorder",
32 "generic-array 0.12.4",
33]
34
35[[package]]
36name = "block-buffer"
37version = "0.9.0"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
40dependencies = [
41 "generic-array 0.14.6",
42]
43
44[[package]]
45name = "block-padding"
46version = "0.1.5"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
49dependencies = [
50 "byte-tools",
51]
52
53[[package]]
54name = "bumpalo"
55version = "3.11.0"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
58
59[[package]]
60name = "byte-tools"
61version = "0.3.1"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
64
65[[package]]
66name = "byteorder"
67version = "1.4.3"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
70
71[[package]]
72name = "cfg-if"
73version = "1.0.0"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
76
77[[package]]
78name = "cpufeatures"
79version = "0.2.5"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
82dependencies = [
83 "libc",
84]
85
86[[package]]
87name = "crypto-mac"
88version = "0.7.0"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
91dependencies = [
92 "generic-array 0.12.4",
93 "subtle 1.0.0",
94]
95
96[[package]]
97name = "crypto-mac"
98version = "0.8.0"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
101dependencies = [
102 "generic-array 0.14.6",
103 "subtle 2.4.1",
104]
105
106[[package]]
107name = "ctor"
108version = "0.1.23"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
111dependencies = [
112 "quote",
113 "syn",
114]
115
116[[package]]
117name = "digest"
118version = "0.8.1"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
121dependencies = [
122 "generic-array 0.12.4",
123]
124
125[[package]]
126name = "digest"
127version = "0.9.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
130dependencies = [
131 "generic-array 0.14.6",
132]
133
134[[package]]
135name = "fake-simd"
136version = "0.1.2"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
139
140[[package]]
141name = "generic-array"
142version = "0.12.4"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
145dependencies = [
146 "typenum",
147]
148
149[[package]]
150name = "generic-array"
151version = "0.14.6"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
154dependencies = [
155 "typenum",
156 "version_check",
157]
158
159[[package]]
160name = "getrandom"
161version = "0.1.16"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
164dependencies = [
165 "cfg-if",
166 "js-sys",
167 "libc",
168 "wasi",
169 "wasm-bindgen",
170]
171
172[[package]]
173name = "ghost"
174version = "0.1.6"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "eb19fe8de3ea0920d282f7b77dd4227aea6b8b999b42cdf0ca41b2472b14443a"
177dependencies = [
178 "proc-macro2",
179 "quote",
180 "syn",
181]
182
183[[package]]
184name = "hmac"
185version = "0.7.1"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
188dependencies = [
189 "crypto-mac 0.7.0",
190 "digest 0.8.1",
191]
192
193[[package]]
194name = "hmac"
195version = "0.8.1"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
198dependencies = [
199 "crypto-mac 0.8.0",
200 "digest 0.9.0",
201]
202
203[[package]]
204name = "indoc"
205version = "0.3.6"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8"
208dependencies = [
209 "indoc-impl",
210 "proc-macro-hack",
211]
212
213[[package]]
214name = "indoc-impl"
215version = "0.3.6"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0"
218dependencies = [
219 "proc-macro-hack",
220 "proc-macro2",
221 "quote",
222 "syn",
223 "unindent",
224]
225
226[[package]]
227name = "instant"
228version = "0.1.12"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
231dependencies = [
232 "cfg-if",
233]
234
235[[package]]
236name = "inventory"
237version = "0.1.11"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "f0eb5160c60ba1e809707918ee329adb99d222888155835c6feedba19f6c3fd4"
240dependencies = [
241 "ctor",
242 "ghost",
243 "inventory-impl",
244]
245
246[[package]]
247name = "inventory-impl"
248version = "0.1.11"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "7e41b53715c6f0c4be49510bb82dee2c1e51c8586d885abe65396e82ed518548"
251dependencies = [
252 "proc-macro2",
253 "quote",
254 "syn",
255]
256
257[[package]]
258name = "js-sys"
259version = "0.3.60"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
262dependencies = [
263 "wasm-bindgen",
264]
265
266[[package]]
267name = "libc"
268version = "0.2.135"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
271
272[[package]]
273name = "lock_api"
274version = "0.4.9"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
277dependencies = [
278 "autocfg",
279 "scopeguard",
280]
281
282[[package]]
283name = "log"
284version = "0.4.17"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
287dependencies = [
288 "cfg-if",
289]
290
291[[package]]
292name = "once_cell"
293version = "1.15.0"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
296
297[[package]]
298name = "opaque-debug"
299version = "0.2.3"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
302
303[[package]]
304name = "opaque-debug"
305version = "0.3.0"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
308
309[[package]]
310name = "parking_lot"
311version = "0.11.2"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
314dependencies = [
315 "instant",
316 "lock_api",
317 "parking_lot_core",
318]
319
320[[package]]
321name = "parking_lot_core"
322version = "0.8.5"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
325dependencies = [
326 "cfg-if",
327 "instant",
328 "libc",
329 "redox_syscall",
330 "smallvec",
331 "winapi",
332]
333
334[[package]]
335name = "paste"
336version = "0.1.18"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
339dependencies = [
340 "paste-impl",
341 "proc-macro-hack",
342]
343
344[[package]]
345name = "paste-impl"
346version = "0.1.18"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
349dependencies = [
350 "proc-macro-hack",
351]
352
353[[package]]
354name = "pbkdf2"
355version = "0.3.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
358dependencies = [
359 "byteorder",
360 "crypto-mac 0.7.0",
361]
362
363[[package]]
364name = "pbkdf2"
365version = "0.4.0"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
368dependencies = [
369 "crypto-mac 0.8.0",
370]
371
372[[package]]
373name = "ppv-lite86"
374version = "0.2.16"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
377
378[[package]]
379name = "proc-macro-hack"
380version = "0.5.19"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
383
384[[package]]
385name = "proc-macro2"
386version = "1.0.46"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
389dependencies = [
390 "unicode-ident",
391]
392
393[[package]]
394name = "py-bip39-bindings"
395version = "0.1.10"
396dependencies = [
397 "hmac 0.7.1",
398 "pbkdf2 0.3.0",
399 "pyo3",
400 "sha2 0.8.2",
401 "tiny-bip39",
402]
403
404[[package]]
405name = "pyo3"
406version = "0.11.1"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "9ca8710ffa8211c9a62a8a3863c4267c710dc42a82a7fd29c97de465d7ea6b7d"
409dependencies = [
410 "ctor",
411 "indoc",
412 "inventory",
413 "libc",
414 "parking_lot",
415 "paste",
416 "pyo3cls",
417 "unindent",
418]
419
420[[package]]
421name = "pyo3-derive-backend"
422version = "0.11.1"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "58ad070bf6967b0d29ea74931ffcf9c6bbe8402a726e9afbeafadc0a287cc2b3"
425dependencies = [
426 "proc-macro2",
427 "quote",
428 "syn",
429]
430
431[[package]]
432name = "pyo3cls"
433version = "0.11.1"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "c3fa17e1ea569d0bf3b7c00f2a9eea831ca05e55dd76f1794c541abba1c64baa"
436dependencies = [
437 "pyo3-derive-backend",
438 "quote",
439 "syn",
440]
441
442[[package]]
443name = "quote"
444version = "1.0.21"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
447dependencies = [
448 "proc-macro2",
449]
450
451[[package]]
452name = "rand"
453version = "0.7.3"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
456dependencies = [
457 "getrandom",
458 "libc",
459 "rand_chacha",
460 "rand_core",
461 "rand_hc",
462]
463
464[[package]]
465name = "rand_chacha"
466version = "0.2.2"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
469dependencies = [
470 "ppv-lite86",
471 "rand_core",
472]
473
474[[package]]
475name = "rand_core"
476version = "0.5.1"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
479dependencies = [
480 "getrandom",
481]
482
483[[package]]
484name = "rand_hc"
485version = "0.2.0"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
488dependencies = [
489 "rand_core",
490]
491
492[[package]]
493name = "redox_syscall"
494version = "0.2.16"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
497dependencies = [
498 "bitflags",
499]
500
501[[package]]
502name = "rustc-hash"
503version = "1.1.0"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
506
507[[package]]
508name = "scopeguard"
509version = "1.1.0"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
512
513[[package]]
514name = "sha2"
515version = "0.8.2"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
518dependencies = [
519 "block-buffer 0.7.3",
520 "digest 0.8.1",
521 "fake-simd",
522 "opaque-debug 0.2.3",
523]
524
525[[package]]
526name = "sha2"
527version = "0.9.9"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
530dependencies = [
531 "block-buffer 0.9.0",
532 "cfg-if",
533 "cpufeatures",
534 "digest 0.9.0",
535 "opaque-debug 0.3.0",
536]
537
538[[package]]
539name = "smallvec"
540version = "1.10.0"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
543
544[[package]]
545name = "subtle"
546version = "1.0.0"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
549
550[[package]]
551name = "subtle"
552version = "2.4.1"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
555
556[[package]]
557name = "syn"
558version = "1.0.102"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
561dependencies = [
562 "proc-macro2",
563 "quote",
564 "unicode-ident",
565]
566
567[[package]]
568name = "synstructure"
569version = "0.12.6"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
572dependencies = [
573 "proc-macro2",
574 "quote",
575 "syn",
576 "unicode-xid",
577]
578
579[[package]]
580name = "thiserror"
581version = "1.0.37"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
584dependencies = [
585 "thiserror-impl",
586]
587
588[[package]]
589name = "thiserror-impl"
590version = "1.0.37"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
593dependencies = [
594 "proc-macro2",
595 "quote",
596 "syn",
597]
598
599[[package]]
600name = "tiny-bip39"
601version = "0.8.2"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
604dependencies = [
605 "anyhow",
606 "hmac 0.8.1",
607 "once_cell",
608 "pbkdf2 0.4.0",
609 "rand",
610 "rustc-hash",
611 "sha2 0.9.9",
612 "thiserror",
613 "unicode-normalization",
614 "wasm-bindgen",
615 "zeroize",
616]
617
618[[package]]
619name = "tinyvec"
620version = "1.6.0"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
623dependencies = [
624 "tinyvec_macros",
625]
626
627[[package]]
628name = "tinyvec_macros"
629version = "0.1.0"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
632
633[[package]]
634name = "typenum"
635version = "1.15.0"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
638
639[[package]]
640name = "unicode-ident"
641version = "1.0.5"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
644
645[[package]]
646name = "unicode-normalization"
647version = "0.1.22"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
650dependencies = [
651 "tinyvec",
652]
653
654[[package]]
655name = "unicode-xid"
656version = "0.2.4"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
659
660[[package]]
661name = "unindent"
662version = "0.1.10"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "58ee9362deb4a96cef4d437d1ad49cffc9b9e92d202b6995674e928ce684f112"
665
666[[package]]
667name = "version_check"
668version = "0.9.4"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
671
672[[package]]
673name = "wasi"
674version = "0.9.0+wasi-snapshot-preview1"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
677
678[[package]]
679name = "wasm-bindgen"
680version = "0.2.83"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
683dependencies = [
684 "cfg-if",
685 "wasm-bindgen-macro",
686]
687
688[[package]]
689name = "wasm-bindgen-backend"
690version = "0.2.83"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
693dependencies = [
694 "bumpalo",
695 "log",
696 "once_cell",
697 "proc-macro2",
698 "quote",
699 "syn",
700 "wasm-bindgen-shared",
701]
702
703[[package]]
704name = "wasm-bindgen-macro"
705version = "0.2.83"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
708dependencies = [
709 "quote",
710 "wasm-bindgen-macro-support",
711]
712
713[[package]]
714name = "wasm-bindgen-macro-support"
715version = "0.2.83"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
718dependencies = [
719 "proc-macro2",
720 "quote",
721 "syn",
722 "wasm-bindgen-backend",
723 "wasm-bindgen-shared",
724]
725
726[[package]]
727name = "wasm-bindgen-shared"
728version = "0.2.83"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
731
732[[package]]
733name = "winapi"
734version = "0.3.9"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
737dependencies = [
738 "winapi-i686-pc-windows-gnu",
739 "winapi-x86_64-pc-windows-gnu",
740]
741
742[[package]]
743name = "winapi-i686-pc-windows-gnu"
744version = "0.4.0"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
747
748[[package]]
749name = "winapi-x86_64-pc-windows-gnu"
750version = "0.4.0"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
753
754[[package]]
755name = "zeroize"
756version = "1.5.7"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
759dependencies = [
760 "zeroize_derive",
761]
762
763[[package]]
764name = "zeroize_derive"
765version = "1.3.2"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
768dependencies = [
769 "proc-macro2",
770 "quote",
771 "syn",
772 "synstructure",
773]