Tools for managing Valkey deployments
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "anstream"
7version = "0.6.21"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
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.13"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
25
26[[package]]
27name = "anstyle-parse"
28version = "0.2.7"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
31dependencies = [
32 "utf8parse",
33]
34
35[[package]]
36name = "anstyle-query"
37version = "1.1.5"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
40dependencies = [
41 "windows-sys",
42]
43
44[[package]]
45name = "anstyle-wincon"
46version = "3.0.11"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
49dependencies = [
50 "anstyle",
51 "once_cell_polyfill",
52 "windows-sys",
53]
54
55[[package]]
56name = "anyhow"
57version = "1.0.100"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
60
61[[package]]
62name = "autocfg"
63version = "1.5.0"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
66
67[[package]]
68name = "bytes"
69version = "1.11.0"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
72
73[[package]]
74name = "clap"
75version = "4.5.53"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
78dependencies = [
79 "clap_builder",
80 "clap_derive",
81]
82
83[[package]]
84name = "clap_builder"
85version = "4.5.53"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
88dependencies = [
89 "anstream",
90 "anstyle",
91 "clap_lex",
92 "strsim",
93]
94
95[[package]]
96name = "clap_derive"
97version = "4.5.49"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
100dependencies = [
101 "heck",
102 "proc-macro2",
103 "quote",
104 "syn",
105]
106
107[[package]]
108name = "clap_lex"
109version = "0.7.6"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
112
113[[package]]
114name = "colorchoice"
115version = "1.0.4"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
118
119[[package]]
120name = "combine"
121version = "4.6.7"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
124dependencies = [
125 "bytes",
126 "memchr",
127]
128
129[[package]]
130name = "displaydoc"
131version = "0.2.5"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
134dependencies = [
135 "proc-macro2",
136 "quote",
137 "syn",
138]
139
140[[package]]
141name = "form_urlencoded"
142version = "1.2.2"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
145dependencies = [
146 "percent-encoding",
147]
148
149[[package]]
150name = "heck"
151version = "0.5.0"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
154
155[[package]]
156name = "icu_collections"
157version = "2.1.1"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
160dependencies = [
161 "displaydoc",
162 "potential_utf",
163 "yoke",
164 "zerofrom",
165 "zerovec",
166]
167
168[[package]]
169name = "icu_locale_core"
170version = "2.1.1"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
173dependencies = [
174 "displaydoc",
175 "litemap",
176 "tinystr",
177 "writeable",
178 "zerovec",
179]
180
181[[package]]
182name = "icu_normalizer"
183version = "2.1.1"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
186dependencies = [
187 "icu_collections",
188 "icu_normalizer_data",
189 "icu_properties",
190 "icu_provider",
191 "smallvec",
192 "zerovec",
193]
194
195[[package]]
196name = "icu_normalizer_data"
197version = "2.1.1"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
200
201[[package]]
202name = "icu_properties"
203version = "2.1.1"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
206dependencies = [
207 "icu_collections",
208 "icu_locale_core",
209 "icu_properties_data",
210 "icu_provider",
211 "zerotrie",
212 "zerovec",
213]
214
215[[package]]
216name = "icu_properties_data"
217version = "2.1.1"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
220
221[[package]]
222name = "icu_provider"
223version = "2.1.1"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
226dependencies = [
227 "displaydoc",
228 "icu_locale_core",
229 "writeable",
230 "yoke",
231 "zerofrom",
232 "zerotrie",
233 "zerovec",
234]
235
236[[package]]
237name = "idna"
238version = "1.1.0"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
241dependencies = [
242 "idna_adapter",
243 "smallvec",
244 "utf8_iter",
245]
246
247[[package]]
248name = "idna_adapter"
249version = "1.2.1"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
252dependencies = [
253 "icu_normalizer",
254 "icu_properties",
255]
256
257[[package]]
258name = "is_terminal_polyfill"
259version = "1.70.2"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
262
263[[package]]
264name = "itoa"
265version = "1.0.15"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
268
269[[package]]
270name = "libc"
271version = "0.2.177"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
274
275[[package]]
276name = "litemap"
277version = "0.8.1"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
280
281[[package]]
282name = "memchr"
283version = "2.7.6"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
286
287[[package]]
288name = "num-bigint"
289version = "0.4.6"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
292dependencies = [
293 "num-integer",
294 "num-traits",
295]
296
297[[package]]
298name = "num-integer"
299version = "0.1.46"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
302dependencies = [
303 "num-traits",
304]
305
306[[package]]
307name = "num-traits"
308version = "0.2.19"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
311dependencies = [
312 "autocfg",
313]
314
315[[package]]
316name = "once_cell_polyfill"
317version = "1.70.2"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
320
321[[package]]
322name = "percent-encoding"
323version = "2.3.2"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
326
327[[package]]
328name = "potential_utf"
329version = "0.1.4"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
332dependencies = [
333 "zerovec",
334]
335
336[[package]]
337name = "proc-macro2"
338version = "1.0.103"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
341dependencies = [
342 "unicode-ident",
343]
344
345[[package]]
346name = "quote"
347version = "1.0.42"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
350dependencies = [
351 "proc-macro2",
352]
353
354[[package]]
355name = "redis"
356version = "0.32.7"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "014cc767fefab6a3e798ca45112bccad9c6e0e218fbd49720042716c73cfef44"
359dependencies = [
360 "combine",
361 "itoa",
362 "num-bigint",
363 "percent-encoding",
364 "ryu",
365 "sha1_smol",
366 "socket2",
367 "url",
368]
369
370[[package]]
371name = "ryu"
372version = "1.0.20"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
375
376[[package]]
377name = "serde"
378version = "1.0.228"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
381dependencies = [
382 "serde_core",
383 "serde_derive",
384]
385
386[[package]]
387name = "serde_core"
388version = "1.0.228"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
391dependencies = [
392 "serde_derive",
393]
394
395[[package]]
396name = "serde_derive"
397version = "1.0.228"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
400dependencies = [
401 "proc-macro2",
402 "quote",
403 "syn",
404]
405
406[[package]]
407name = "sha1_smol"
408version = "1.0.1"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
411
412[[package]]
413name = "smallvec"
414version = "1.15.1"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
417
418[[package]]
419name = "socket2"
420version = "0.6.1"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
423dependencies = [
424 "libc",
425 "windows-sys",
426]
427
428[[package]]
429name = "stable_deref_trait"
430version = "1.2.1"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
433
434[[package]]
435name = "strsim"
436version = "0.11.1"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
439
440[[package]]
441name = "syn"
442version = "2.0.111"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
445dependencies = [
446 "proc-macro2",
447 "quote",
448 "unicode-ident",
449]
450
451[[package]]
452name = "synstructure"
453version = "0.13.2"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
456dependencies = [
457 "proc-macro2",
458 "quote",
459 "syn",
460]
461
462[[package]]
463name = "tabwriter"
464version = "1.4.1"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "fce91f2f0ec87dff7e6bcbbeb267439aa1188703003c6055193c821487400432"
467dependencies = [
468 "unicode-width",
469]
470
471[[package]]
472name = "thiserror"
473version = "2.0.17"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
476dependencies = [
477 "thiserror-impl",
478]
479
480[[package]]
481name = "thiserror-impl"
482version = "2.0.17"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
485dependencies = [
486 "proc-macro2",
487 "quote",
488 "syn",
489]
490
491[[package]]
492name = "tinystr"
493version = "0.8.2"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
496dependencies = [
497 "displaydoc",
498 "zerovec",
499]
500
501[[package]]
502name = "unicode-ident"
503version = "1.0.22"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
506
507[[package]]
508name = "unicode-width"
509version = "0.2.2"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
512
513[[package]]
514name = "url"
515version = "2.5.7"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
518dependencies = [
519 "form_urlencoded",
520 "idna",
521 "percent-encoding",
522 "serde",
523]
524
525[[package]]
526name = "utf8_iter"
527version = "1.0.4"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
530
531[[package]]
532name = "utf8parse"
533version = "0.2.2"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
536
537[[package]]
538name = "valkey-tools"
539version = "0.1.0"
540dependencies = [
541 "anyhow",
542 "clap",
543 "redis",
544 "tabwriter",
545 "thiserror",
546]
547
548[[package]]
549name = "windows-link"
550version = "0.2.1"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
553
554[[package]]
555name = "windows-sys"
556version = "0.60.2"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
559dependencies = [
560 "windows-targets",
561]
562
563[[package]]
564name = "windows-targets"
565version = "0.53.5"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
568dependencies = [
569 "windows-link",
570 "windows_aarch64_gnullvm",
571 "windows_aarch64_msvc",
572 "windows_i686_gnu",
573 "windows_i686_gnullvm",
574 "windows_i686_msvc",
575 "windows_x86_64_gnu",
576 "windows_x86_64_gnullvm",
577 "windows_x86_64_msvc",
578]
579
580[[package]]
581name = "windows_aarch64_gnullvm"
582version = "0.53.1"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
585
586[[package]]
587name = "windows_aarch64_msvc"
588version = "0.53.1"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
591
592[[package]]
593name = "windows_i686_gnu"
594version = "0.53.1"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
597
598[[package]]
599name = "windows_i686_gnullvm"
600version = "0.53.1"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
603
604[[package]]
605name = "windows_i686_msvc"
606version = "0.53.1"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
609
610[[package]]
611name = "windows_x86_64_gnu"
612version = "0.53.1"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
615
616[[package]]
617name = "windows_x86_64_gnullvm"
618version = "0.53.1"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
621
622[[package]]
623name = "windows_x86_64_msvc"
624version = "0.53.1"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
627
628[[package]]
629name = "writeable"
630version = "0.6.2"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
633
634[[package]]
635name = "yoke"
636version = "0.8.1"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
639dependencies = [
640 "stable_deref_trait",
641 "yoke-derive",
642 "zerofrom",
643]
644
645[[package]]
646name = "yoke-derive"
647version = "0.8.1"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
650dependencies = [
651 "proc-macro2",
652 "quote",
653 "syn",
654 "synstructure",
655]
656
657[[package]]
658name = "zerofrom"
659version = "0.1.6"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
662dependencies = [
663 "zerofrom-derive",
664]
665
666[[package]]
667name = "zerofrom-derive"
668version = "0.1.6"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
671dependencies = [
672 "proc-macro2",
673 "quote",
674 "syn",
675 "synstructure",
676]
677
678[[package]]
679name = "zerotrie"
680version = "0.2.3"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
683dependencies = [
684 "displaydoc",
685 "yoke",
686 "zerofrom",
687]
688
689[[package]]
690name = "zerovec"
691version = "0.11.5"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
694dependencies = [
695 "yoke",
696 "zerofrom",
697 "zerovec-derive",
698]
699
700[[package]]
701name = "zerovec-derive"
702version = "0.11.2"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
705dependencies = [
706 "proc-macro2",
707 "quote",
708 "syn",
709]