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.69"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
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.12.0"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
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 = "digest"
108version = "0.8.1"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
111dependencies = [
112 "generic-array 0.12.4",
113]
114
115[[package]]
116name = "digest"
117version = "0.9.0"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
120dependencies = [
121 "generic-array 0.14.6",
122]
123
124[[package]]
125name = "fake-simd"
126version = "0.1.2"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
129
130[[package]]
131name = "generic-array"
132version = "0.12.4"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
135dependencies = [
136 "typenum",
137]
138
139[[package]]
140name = "generic-array"
141version = "0.14.6"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
144dependencies = [
145 "typenum",
146 "version_check",
147]
148
149[[package]]
150name = "getrandom"
151version = "0.1.16"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
154dependencies = [
155 "cfg-if",
156 "js-sys",
157 "libc",
158 "wasi",
159 "wasm-bindgen",
160]
161
162[[package]]
163name = "hmac"
164version = "0.7.1"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
167dependencies = [
168 "crypto-mac 0.7.0",
169 "digest 0.8.1",
170]
171
172[[package]]
173name = "hmac"
174version = "0.8.1"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
177dependencies = [
178 "crypto-mac 0.8.0",
179 "digest 0.9.0",
180]
181
182[[package]]
183name = "indoc"
184version = "1.0.9"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
187
188[[package]]
189name = "js-sys"
190version = "0.3.61"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
193dependencies = [
194 "wasm-bindgen",
195]
196
197[[package]]
198name = "libc"
199version = "0.2.139"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
202
203[[package]]
204name = "lock_api"
205version = "0.4.9"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
208dependencies = [
209 "autocfg",
210 "scopeguard",
211]
212
213[[package]]
214name = "log"
215version = "0.4.17"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
218dependencies = [
219 "cfg-if",
220]
221
222[[package]]
223name = "memoffset"
224version = "0.8.0"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
227dependencies = [
228 "autocfg",
229]
230
231[[package]]
232name = "once_cell"
233version = "1.17.1"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
236
237[[package]]
238name = "opaque-debug"
239version = "0.2.3"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
242
243[[package]]
244name = "opaque-debug"
245version = "0.3.0"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
248
249[[package]]
250name = "parking_lot"
251version = "0.12.1"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
254dependencies = [
255 "lock_api",
256 "parking_lot_core",
257]
258
259[[package]]
260name = "parking_lot_core"
261version = "0.9.7"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
264dependencies = [
265 "cfg-if",
266 "libc",
267 "redox_syscall",
268 "smallvec",
269 "windows-sys",
270]
271
272[[package]]
273name = "pbkdf2"
274version = "0.3.0"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
277dependencies = [
278 "byteorder",
279 "crypto-mac 0.7.0",
280]
281
282[[package]]
283name = "pbkdf2"
284version = "0.4.0"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
287dependencies = [
288 "crypto-mac 0.8.0",
289]
290
291[[package]]
292name = "ppv-lite86"
293version = "0.2.17"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
296
297[[package]]
298name = "proc-macro2"
299version = "1.0.51"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
302dependencies = [
303 "unicode-ident",
304]
305
306[[package]]
307name = "py-bip39-bindings"
308version = "0.1.11"
309dependencies = [
310 "hmac 0.7.1",
311 "pbkdf2 0.3.0",
312 "pyo3",
313 "sha2 0.8.2",
314 "tiny-bip39",
315]
316
317[[package]]
318name = "pyo3"
319version = "0.18.1"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "06a3d8e8a46ab2738109347433cb7b96dffda2e4a218b03ef27090238886b147"
322dependencies = [
323 "cfg-if",
324 "indoc",
325 "libc",
326 "memoffset",
327 "parking_lot",
328 "pyo3-build-config",
329 "pyo3-ffi",
330 "pyo3-macros",
331 "unindent",
332]
333
334[[package]]
335name = "pyo3-build-config"
336version = "0.18.1"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "75439f995d07ddfad42b192dfcf3bc66a7ecfd8b4a1f5f6f046aa5c2c5d7677d"
339dependencies = [
340 "once_cell",
341 "target-lexicon",
342]
343
344[[package]]
345name = "pyo3-ffi"
346version = "0.18.1"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "839526a5c07a17ff44823679b68add4a58004de00512a95b6c1c98a6dcac0ee5"
349dependencies = [
350 "libc",
351 "pyo3-build-config",
352]
353
354[[package]]
355name = "pyo3-macros"
356version = "0.18.1"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "bd44cf207476c6a9760c4653559be4f206efafb924d3e4cbf2721475fc0d6cc5"
359dependencies = [
360 "proc-macro2",
361 "pyo3-macros-backend",
362 "quote",
363 "syn",
364]
365
366[[package]]
367name = "pyo3-macros-backend"
368version = "0.18.1"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "dc1f43d8e30460f36350d18631ccf85ded64c059829208fe680904c65bcd0a4c"
371dependencies = [
372 "proc-macro2",
373 "quote",
374 "syn",
375]
376
377[[package]]
378name = "quote"
379version = "1.0.23"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
382dependencies = [
383 "proc-macro2",
384]
385
386[[package]]
387name = "rand"
388version = "0.7.3"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
391dependencies = [
392 "getrandom",
393 "libc",
394 "rand_chacha",
395 "rand_core",
396 "rand_hc",
397]
398
399[[package]]
400name = "rand_chacha"
401version = "0.2.2"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
404dependencies = [
405 "ppv-lite86",
406 "rand_core",
407]
408
409[[package]]
410name = "rand_core"
411version = "0.5.1"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
414dependencies = [
415 "getrandom",
416]
417
418[[package]]
419name = "rand_hc"
420version = "0.2.0"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
423dependencies = [
424 "rand_core",
425]
426
427[[package]]
428name = "redox_syscall"
429version = "0.2.16"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
432dependencies = [
433 "bitflags",
434]
435
436[[package]]
437name = "rustc-hash"
438version = "1.1.0"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
441
442[[package]]
443name = "scopeguard"
444version = "1.1.0"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
447
448[[package]]
449name = "sha2"
450version = "0.8.2"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
453dependencies = [
454 "block-buffer 0.7.3",
455 "digest 0.8.1",
456 "fake-simd",
457 "opaque-debug 0.2.3",
458]
459
460[[package]]
461name = "sha2"
462version = "0.9.9"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
465dependencies = [
466 "block-buffer 0.9.0",
467 "cfg-if",
468 "cpufeatures",
469 "digest 0.9.0",
470 "opaque-debug 0.3.0",
471]
472
473[[package]]
474name = "smallvec"
475version = "1.10.0"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
478
479[[package]]
480name = "subtle"
481version = "1.0.0"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
484
485[[package]]
486name = "subtle"
487version = "2.4.1"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
490
491[[package]]
492name = "syn"
493version = "1.0.109"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
496dependencies = [
497 "proc-macro2",
498 "quote",
499 "unicode-ident",
500]
501
502[[package]]
503name = "synstructure"
504version = "0.12.6"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
507dependencies = [
508 "proc-macro2",
509 "quote",
510 "syn",
511 "unicode-xid",
512]
513
514[[package]]
515name = "target-lexicon"
516version = "0.12.6"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5"
519
520[[package]]
521name = "thiserror"
522version = "1.0.38"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
525dependencies = [
526 "thiserror-impl",
527]
528
529[[package]]
530name = "thiserror-impl"
531version = "1.0.38"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
534dependencies = [
535 "proc-macro2",
536 "quote",
537 "syn",
538]
539
540[[package]]
541name = "tiny-bip39"
542version = "0.8.2"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
545dependencies = [
546 "anyhow",
547 "hmac 0.8.1",
548 "once_cell",
549 "pbkdf2 0.4.0",
550 "rand",
551 "rustc-hash",
552 "sha2 0.9.9",
553 "thiserror",
554 "unicode-normalization",
555 "wasm-bindgen",
556 "zeroize",
557]
558
559[[package]]
560name = "tinyvec"
561version = "1.6.0"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
564dependencies = [
565 "tinyvec_macros",
566]
567
568[[package]]
569name = "tinyvec_macros"
570version = "0.1.1"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
573
574[[package]]
575name = "typenum"
576version = "1.16.0"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
579
580[[package]]
581name = "unicode-ident"
582version = "1.0.6"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
585
586[[package]]
587name = "unicode-normalization"
588version = "0.1.22"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
591dependencies = [
592 "tinyvec",
593]
594
595[[package]]
596name = "unicode-xid"
597version = "0.2.4"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
600
601[[package]]
602name = "unindent"
603version = "0.1.11"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
606
607[[package]]
608name = "version_check"
609version = "0.9.4"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
612
613[[package]]
614name = "wasi"
615version = "0.9.0+wasi-snapshot-preview1"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
618
619[[package]]
620name = "wasm-bindgen"
621version = "0.2.84"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
624dependencies = [
625 "cfg-if",
626 "wasm-bindgen-macro",
627]
628
629[[package]]
630name = "wasm-bindgen-backend"
631version = "0.2.84"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
634dependencies = [
635 "bumpalo",
636 "log",
637 "once_cell",
638 "proc-macro2",
639 "quote",
640 "syn",
641 "wasm-bindgen-shared",
642]
643
644[[package]]
645name = "wasm-bindgen-macro"
646version = "0.2.84"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
649dependencies = [
650 "quote",
651 "wasm-bindgen-macro-support",
652]
653
654[[package]]
655name = "wasm-bindgen-macro-support"
656version = "0.2.84"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
659dependencies = [
660 "proc-macro2",
661 "quote",
662 "syn",
663 "wasm-bindgen-backend",
664 "wasm-bindgen-shared",
665]
666
667[[package]]
668name = "wasm-bindgen-shared"
669version = "0.2.84"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
672
673[[package]]
674name = "windows-sys"
675version = "0.45.0"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
678dependencies = [
679 "windows-targets",
680]
681
682[[package]]
683name = "windows-targets"
684version = "0.42.1"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
687dependencies = [
688 "windows_aarch64_gnullvm",
689 "windows_aarch64_msvc",
690 "windows_i686_gnu",
691 "windows_i686_msvc",
692 "windows_x86_64_gnu",
693 "windows_x86_64_gnullvm",
694 "windows_x86_64_msvc",
695]
696
697[[package]]
698name = "windows_aarch64_gnullvm"
699version = "0.42.1"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
702
703[[package]]
704name = "windows_aarch64_msvc"
705version = "0.42.1"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
708
709[[package]]
710name = "windows_i686_gnu"
711version = "0.42.1"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
714
715[[package]]
716name = "windows_i686_msvc"
717version = "0.42.1"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
720
721[[package]]
722name = "windows_x86_64_gnu"
723version = "0.42.1"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
726
727[[package]]
728name = "windows_x86_64_gnullvm"
729version = "0.42.1"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
732
733[[package]]
734name = "windows_x86_64_msvc"
735version = "0.42.1"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
738
739[[package]]
740name = "zeroize"
741version = "1.5.7"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
744dependencies = [
745 "zeroize_derive",
746]
747
748[[package]]
749name = "zeroize_derive"
750version = "1.3.3"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"
753dependencies = [
754 "proc-macro2",
755 "quote",
756 "syn",
757 "synstructure",
758]