• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "anstream"
7version = "0.6.18"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
10dependencies = [
11 "anstyle",
12 "anstyle-parse",
13 "anstyle-query",
14 "anstyle-wincon",
15 "colorchoice",
16 "is_terminal_polyfill",
17 "utf8parse",
18]
19
20[[package]]
21name = "anstyle"
22version = "1.0.10"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
25
26[[package]]
27name = "anstyle-parse"
28version = "0.2.6"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
31dependencies = [
32 "utf8parse",
33]
34
35[[package]]
36name = "anstyle-query"
37version = "1.1.2"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
40dependencies = [
41 "windows-sys",
42]
43
44[[package]]
45name = "anstyle-wincon"
46version = "3.0.6"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
49dependencies = [
50 "anstyle",
51 "windows-sys",
52]
53
54[[package]]
55name = "anyhow"
56version = "1.0.95"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
59
60[[package]]
61name = "autocfg"
62version = "1.4.0"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
65
66[[package]]
67name = "bare-metal"
68version = "0.2.5"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
71dependencies = [
72 "rustc_version",
73]
74
75[[package]]
76name = "bitfield"
77version = "0.13.2"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
80
81[[package]]
82name = "bitflags"
83version = "2.8.0"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
86
87[[package]]
88name = "bumpalo"
89version = "3.16.0"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
92
93[[package]]
94name = "cfg-if"
95version = "1.0.0"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
98
99[[package]]
100name = "cfg_aliases"
101version = "0.2.1"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
104
105[[package]]
106name = "clap"
107version = "4.5.23"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
110dependencies = [
111 "clap_builder",
112 "clap_derive",
113]
114
115[[package]]
116name = "clap_builder"
117version = "4.5.23"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
120dependencies = [
121 "anstream",
122 "anstyle",
123 "clap_lex",
124 "strsim",
125]
126
127[[package]]
128name = "clap_derive"
129version = "4.5.18"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
132dependencies = [
133 "heck",
134 "proc-macro2",
135 "quote",
136 "syn",
137]
138
139[[package]]
140name = "clap_lex"
141version = "0.7.4"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
144
145[[package]]
146name = "cliclack"
147version = "0.3.5"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "6a80570d35684e725e9d2d4aaaf32bc0cbfcfb8539898f9afea3da0d2e5189e4"
150dependencies = [
151 "console",
152 "indicatif",
153 "once_cell",
154 "strsim",
155 "textwrap",
156 "zeroize",
157]
158
159[[package]]
160name = "colorchoice"
161version = "1.0.3"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
164
165[[package]]
166name = "compiler_builtins"
167version = "0.1.142"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "78013b42e2946a76d348a858fa5a06ca7d6b5cccdfccd660ea7a0aa4a44d40ca"
170
171[[package]]
172name = "console"
173version = "0.15.10"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b"
176dependencies = [
177 "encode_unicode",
178 "libc",
179 "once_cell",
180 "unicode-width 0.2.0",
181 "windows-sys",
182]
183
184[[package]]
185name = "cortex-m"
186version = "0.7.7"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "8ec610d8f49840a5b376c69663b6369e71f4b34484b9b2eb29fb918d92516cb9"
189dependencies = [
190 "bare-metal",
191 "bitfield",
192 "embedded-hal",
193 "volatile-register",
194]
195
196[[package]]
197name = "cortex-m-rt"
198version = "0.7.5"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "801d4dec46b34c299ccf6b036717ae0fce602faa4f4fe816d9013b9a7c9f5ba6"
201dependencies = [
202 "cortex-m-rt-macros",
203]
204
205[[package]]
206name = "cortex-m-rt-macros"
207version = "0.7.5"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "e37549a379a9e0e6e576fd208ee60394ccb8be963889eebba3ffe0980364f472"
210dependencies = [
211 "proc-macro2",
212 "quote",
213 "syn",
214]
215
216[[package]]
217name = "cortex-m-semihosting"
218version = "0.5.0"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "c23234600452033cc77e4b761e740e02d2c4168e11dbf36ab14a0f58973592b0"
221dependencies = [
222 "cortex-m",
223]
224
225[[package]]
226name = "crates_std"
227version = "0.1.0"
228dependencies = [
229 "anyhow",
230 "clap",
231 "cliclack",
232 "compiler_builtins",
233 "cortex-m",
234 "cortex-m-rt",
235 "cortex-m-semihosting",
236 "embedded-io",
237 "intrusive-collections",
238 "libc",
239 "nix",
240 "nom",
241 "panic-halt",
242 "paste",
243 "proc-macro2",
244 "quote",
245 "serde",
246 "serde_json",
247 "syn",
248]
249
250[[package]]
251name = "embedded-hal"
252version = "0.2.7"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "35949884794ad573cf46071e41c9b60efb0cb311e3ca01f7af807af1debc66ff"
255dependencies = [
256 "nb 0.1.3",
257 "void",
258]
259
260[[package]]
261name = "embedded-io"
262version = "0.6.1"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
265
266[[package]]
267name = "encode_unicode"
268version = "1.0.0"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
271
272[[package]]
273name = "heck"
274version = "0.5.0"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
277
278[[package]]
279name = "indicatif"
280version = "0.17.9"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281"
283dependencies = [
284 "console",
285 "number_prefix",
286 "portable-atomic",
287 "unicode-width 0.2.0",
288 "web-time",
289]
290
291[[package]]
292name = "intrusive-collections"
293version = "0.9.7"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86"
296dependencies = [
297 "memoffset",
298]
299
300[[package]]
301name = "is_terminal_polyfill"
302version = "1.70.1"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
305
306[[package]]
307name = "itoa"
308version = "1.0.14"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
311
312[[package]]
313name = "js-sys"
314version = "0.3.76"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
317dependencies = [
318 "once_cell",
319 "wasm-bindgen",
320]
321
322[[package]]
323name = "libc"
324version = "0.2.169"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
327
328[[package]]
329name = "log"
330version = "0.4.22"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
333
334[[package]]
335name = "memchr"
336version = "2.7.4"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
339
340[[package]]
341name = "memoffset"
342version = "0.9.1"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
345dependencies = [
346 "autocfg",
347]
348
349[[package]]
350name = "minimal-lexical"
351version = "0.2.1"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
354
355[[package]]
356name = "nb"
357version = "0.1.3"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f"
360dependencies = [
361 "nb 1.1.0",
362]
363
364[[package]]
365name = "nb"
366version = "1.1.0"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d"
369
370[[package]]
371name = "nix"
372version = "0.29.0"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
375dependencies = [
376 "bitflags",
377 "cfg-if",
378 "cfg_aliases",
379 "libc",
380]
381
382[[package]]
383name = "nom"
384version = "7.1.3"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
387dependencies = [
388 "memchr",
389 "minimal-lexical",
390]
391
392[[package]]
393name = "number_prefix"
394version = "0.4.0"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
397
398[[package]]
399name = "once_cell"
400version = "1.20.2"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
403
404[[package]]
405name = "panic-halt"
406version = "1.0.0"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "a513e167849a384b7f9b746e517604398518590a9142f4846a32e3c2a4de7b11"
409
410[[package]]
411name = "paste"
412version = "1.0.15"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
415
416[[package]]
417name = "portable-atomic"
418version = "1.10.0"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
421
422[[package]]
423name = "proc-macro2"
424version = "1.0.92"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
427dependencies = [
428 "unicode-ident",
429]
430
431[[package]]
432name = "quote"
433version = "1.0.37"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
436dependencies = [
437 "proc-macro2",
438]
439
440[[package]]
441name = "rustc_version"
442version = "0.2.3"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
445dependencies = [
446 "semver",
447]
448
449[[package]]
450name = "ryu"
451version = "1.0.18"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
454
455[[package]]
456name = "semver"
457version = "0.9.0"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
460dependencies = [
461 "semver-parser",
462]
463
464[[package]]
465name = "semver-parser"
466version = "0.7.0"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
469
470[[package]]
471name = "serde"
472version = "1.0.216"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
475dependencies = [
476 "serde_derive",
477]
478
479[[package]]
480name = "serde_derive"
481version = "1.0.216"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
484dependencies = [
485 "proc-macro2",
486 "quote",
487 "syn",
488]
489
490[[package]]
491name = "serde_json"
492version = "1.0.134"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
495dependencies = [
496 "itoa",
497 "memchr",
498 "ryu",
499 "serde",
500]
501
502[[package]]
503name = "smawk"
504version = "0.3.2"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
507
508[[package]]
509name = "strsim"
510version = "0.11.1"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
513
514[[package]]
515name = "syn"
516version = "2.0.90"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
519dependencies = [
520 "proc-macro2",
521 "quote",
522 "unicode-ident",
523]
524
525[[package]]
526name = "textwrap"
527version = "0.16.1"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
530dependencies = [
531 "smawk",
532 "unicode-linebreak",
533 "unicode-width 0.1.14",
534]
535
536[[package]]
537name = "unicode-ident"
538version = "1.0.14"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
541
542[[package]]
543name = "unicode-linebreak"
544version = "0.1.5"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
547
548[[package]]
549name = "unicode-width"
550version = "0.1.14"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
553
554[[package]]
555name = "unicode-width"
556version = "0.2.0"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
559
560[[package]]
561name = "utf8parse"
562version = "0.2.2"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
565
566[[package]]
567name = "vcell"
568version = "0.1.3"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
571
572[[package]]
573name = "void"
574version = "1.0.2"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
577
578[[package]]
579name = "volatile-register"
580version = "0.2.2"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "de437e2a6208b014ab52972a27e59b33fa2920d3e00fe05026167a1c509d19cc"
583dependencies = [
584 "vcell",
585]
586
587[[package]]
588name = "wasm-bindgen"
589version = "0.2.99"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
592dependencies = [
593 "cfg-if",
594 "once_cell",
595 "wasm-bindgen-macro",
596]
597
598[[package]]
599name = "wasm-bindgen-backend"
600version = "0.2.99"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
603dependencies = [
604 "bumpalo",
605 "log",
606 "proc-macro2",
607 "quote",
608 "syn",
609 "wasm-bindgen-shared",
610]
611
612[[package]]
613name = "wasm-bindgen-macro"
614version = "0.2.99"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
617dependencies = [
618 "quote",
619 "wasm-bindgen-macro-support",
620]
621
622[[package]]
623name = "wasm-bindgen-macro-support"
624version = "0.2.99"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
627dependencies = [
628 "proc-macro2",
629 "quote",
630 "syn",
631 "wasm-bindgen-backend",
632 "wasm-bindgen-shared",
633]
634
635[[package]]
636name = "wasm-bindgen-shared"
637version = "0.2.99"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
640
641[[package]]
642name = "web-time"
643version = "1.1.0"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
646dependencies = [
647 "js-sys",
648 "wasm-bindgen",
649]
650
651[[package]]
652name = "windows-sys"
653version = "0.59.0"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
656dependencies = [
657 "windows-targets",
658]
659
660[[package]]
661name = "windows-targets"
662version = "0.52.6"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
665dependencies = [
666 "windows_aarch64_gnullvm",
667 "windows_aarch64_msvc",
668 "windows_i686_gnu",
669 "windows_i686_gnullvm",
670 "windows_i686_msvc",
671 "windows_x86_64_gnu",
672 "windows_x86_64_gnullvm",
673 "windows_x86_64_msvc",
674]
675
676[[package]]
677name = "windows_aarch64_gnullvm"
678version = "0.52.6"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
681
682[[package]]
683name = "windows_aarch64_msvc"
684version = "0.52.6"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
687
688[[package]]
689name = "windows_i686_gnu"
690version = "0.52.6"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
693
694[[package]]
695name = "windows_i686_gnullvm"
696version = "0.52.6"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
699
700[[package]]
701name = "windows_i686_msvc"
702version = "0.52.6"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
705
706[[package]]
707name = "windows_x86_64_gnu"
708version = "0.52.6"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
711
712[[package]]
713name = "windows_x86_64_gnullvm"
714version = "0.52.6"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
717
718[[package]]
719name = "windows_x86_64_msvc"
720version = "0.52.6"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
723
724[[package]]
725name = "zeroize"
726version = "1.8.1"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
729dependencies = [
730 "zeroize_derive",
731]
732
733[[package]]
734name = "zeroize_derive"
735version = "1.4.2"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
738dependencies = [
739 "proc-macro2",
740 "quote",
741 "syn",
742]
743