• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "android-tzdata"
7version = "0.1.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
10
11[[package]]
12name = "android_system_properties"
13version = "0.1.5"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16dependencies = [
17 "libc",
18]
19
20[[package]]
21name = "anstream"
22version = "0.6.18"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
25dependencies = [
26 "anstyle",
27 "anstyle-parse",
28 "anstyle-query",
29 "anstyle-wincon",
30 "colorchoice",
31 "is_terminal_polyfill",
32 "utf8parse",
33]
34
35[[package]]
36name = "anstyle"
37version = "1.0.10"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
40
41[[package]]
42name = "anstyle-parse"
43version = "0.2.6"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
46dependencies = [
47 "utf8parse",
48]
49
50[[package]]
51name = "anstyle-query"
52version = "1.1.2"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
55dependencies = [
56 "windows-sys",
57]
58
59[[package]]
60name = "anstyle-wincon"
61version = "3.0.7"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
64dependencies = [
65 "anstyle",
66 "once_cell",
67 "windows-sys",
68]
69
70[[package]]
71name = "anyhow"
72version = "1.0.94"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
75
76[[package]]
77name = "autocfg"
78version = "1.4.0"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
81
82[[package]]
83name = "bumpalo"
84version = "3.16.0"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
87
88[[package]]
89name = "byteorder"
90version = "1.5.0"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
93
94[[package]]
95name = "cc"
96version = "1.2.4"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf"
99dependencies = [
100 "shlex",
101]
102
103[[package]]
104name = "cfg-if"
105version = "1.0.0"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
108
109[[package]]
110name = "chrono"
111version = "0.4.39"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
114dependencies = [
115 "android-tzdata",
116 "iana-time-zone",
117 "js-sys",
118 "num-traits",
119 "serde",
120 "wasm-bindgen",
121 "windows-targets",
122]
123
124[[package]]
125name = "clap"
126version = "4.5.26"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783"
129dependencies = [
130 "clap_builder",
131 "clap_derive",
132]
133
134[[package]]
135name = "clap_builder"
136version = "4.5.26"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121"
139dependencies = [
140 "anstream",
141 "anstyle",
142 "clap_lex",
143 "strsim",
144]
145
146[[package]]
147name = "clap_derive"
148version = "4.5.24"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
151dependencies = [
152 "heck",
153 "proc-macro2",
154 "quote",
155 "syn",
156]
157
158[[package]]
159name = "clap_lex"
160version = "0.7.4"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
163
164[[package]]
165name = "colorchoice"
166version = "1.0.3"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
169
170[[package]]
171name = "core-foundation-sys"
172version = "0.8.7"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
175
176[[package]]
177name = "crate-updater"
178version = "0.1.0"
179dependencies = [
180 "anyhow",
181 "chrono",
182 "clap",
183 "rand",
184 "serde",
185 "serde_json",
186]
187
188[[package]]
189name = "getrandom"
190version = "0.2.15"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
193dependencies = [
194 "cfg-if",
195 "libc",
196 "wasi",
197]
198
199[[package]]
200name = "heck"
201version = "0.5.0"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
204
205[[package]]
206name = "iana-time-zone"
207version = "0.1.61"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
210dependencies = [
211 "android_system_properties",
212 "core-foundation-sys",
213 "iana-time-zone-haiku",
214 "js-sys",
215 "wasm-bindgen",
216 "windows-core",
217]
218
219[[package]]
220name = "iana-time-zone-haiku"
221version = "0.1.2"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
224dependencies = [
225 "cc",
226]
227
228[[package]]
229name = "is_terminal_polyfill"
230version = "1.70.1"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
233
234[[package]]
235name = "itoa"
236version = "1.0.14"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
239
240[[package]]
241name = "js-sys"
242version = "0.3.76"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
245dependencies = [
246 "once_cell",
247 "wasm-bindgen",
248]
249
250[[package]]
251name = "libc"
252version = "0.2.168"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"
255
256[[package]]
257name = "log"
258version = "0.4.22"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
261
262[[package]]
263name = "memchr"
264version = "2.7.4"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
267
268[[package]]
269name = "num-traits"
270version = "0.2.19"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
273dependencies = [
274 "autocfg",
275]
276
277[[package]]
278name = "once_cell"
279version = "1.20.2"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
282
283[[package]]
284name = "ppv-lite86"
285version = "0.2.20"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
288dependencies = [
289 "zerocopy",
290]
291
292[[package]]
293name = "proc-macro2"
294version = "1.0.92"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
297dependencies = [
298 "unicode-ident",
299]
300
301[[package]]
302name = "quote"
303version = "1.0.37"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
306dependencies = [
307 "proc-macro2",
308]
309
310[[package]]
311name = "rand"
312version = "0.8.5"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
315dependencies = [
316 "libc",
317 "rand_chacha",
318 "rand_core",
319]
320
321[[package]]
322name = "rand_chacha"
323version = "0.3.1"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
326dependencies = [
327 "ppv-lite86",
328 "rand_core",
329]
330
331[[package]]
332name = "rand_core"
333version = "0.6.4"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
336dependencies = [
337 "getrandom",
338]
339
340[[package]]
341name = "ryu"
342version = "1.0.18"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
345
346[[package]]
347name = "serde"
348version = "1.0.210"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
351dependencies = [
352 "serde_derive",
353]
354
355[[package]]
356name = "serde_derive"
357version = "1.0.210"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
360dependencies = [
361 "proc-macro2",
362 "quote",
363 "syn",
364]
365
366[[package]]
367name = "serde_json"
368version = "1.0.133"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
371dependencies = [
372 "itoa",
373 "memchr",
374 "ryu",
375 "serde",
376]
377
378[[package]]
379name = "shlex"
380version = "1.3.0"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
383
384[[package]]
385name = "strsim"
386version = "0.11.1"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
389
390[[package]]
391name = "syn"
392version = "2.0.90"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
395dependencies = [
396 "proc-macro2",
397 "quote",
398 "unicode-ident",
399]
400
401[[package]]
402name = "unicode-ident"
403version = "1.0.14"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
406
407[[package]]
408name = "utf8parse"
409version = "0.2.2"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
412
413[[package]]
414name = "wasi"
415version = "0.11.0+wasi-snapshot-preview1"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
418
419[[package]]
420name = "wasm-bindgen"
421version = "0.2.99"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
424dependencies = [
425 "cfg-if",
426 "once_cell",
427 "wasm-bindgen-macro",
428]
429
430[[package]]
431name = "wasm-bindgen-backend"
432version = "0.2.99"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
435dependencies = [
436 "bumpalo",
437 "log",
438 "proc-macro2",
439 "quote",
440 "syn",
441 "wasm-bindgen-shared",
442]
443
444[[package]]
445name = "wasm-bindgen-macro"
446version = "0.2.99"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
449dependencies = [
450 "quote",
451 "wasm-bindgen-macro-support",
452]
453
454[[package]]
455name = "wasm-bindgen-macro-support"
456version = "0.2.99"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
459dependencies = [
460 "proc-macro2",
461 "quote",
462 "syn",
463 "wasm-bindgen-backend",
464 "wasm-bindgen-shared",
465]
466
467[[package]]
468name = "wasm-bindgen-shared"
469version = "0.2.99"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
472
473[[package]]
474name = "windows-core"
475version = "0.52.0"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
478dependencies = [
479 "windows-targets",
480]
481
482[[package]]
483name = "windows-sys"
484version = "0.59.0"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
487dependencies = [
488 "windows-targets",
489]
490
491[[package]]
492name = "windows-targets"
493version = "0.52.6"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
496dependencies = [
497 "windows_aarch64_gnullvm",
498 "windows_aarch64_msvc",
499 "windows_i686_gnu",
500 "windows_i686_gnullvm",
501 "windows_i686_msvc",
502 "windows_x86_64_gnu",
503 "windows_x86_64_gnullvm",
504 "windows_x86_64_msvc",
505]
506
507[[package]]
508name = "windows_aarch64_gnullvm"
509version = "0.52.6"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
512
513[[package]]
514name = "windows_aarch64_msvc"
515version = "0.52.6"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
518
519[[package]]
520name = "windows_i686_gnu"
521version = "0.52.6"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
524
525[[package]]
526name = "windows_i686_gnullvm"
527version = "0.52.6"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
530
531[[package]]
532name = "windows_i686_msvc"
533version = "0.52.6"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
536
537[[package]]
538name = "windows_x86_64_gnu"
539version = "0.52.6"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
542
543[[package]]
544name = "windows_x86_64_gnullvm"
545version = "0.52.6"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
548
549[[package]]
550name = "windows_x86_64_msvc"
551version = "0.52.6"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
554
555[[package]]
556name = "zerocopy"
557version = "0.7.35"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
560dependencies = [
561 "byteorder",
562 "zerocopy-derive",
563]
564
565[[package]]
566name = "zerocopy-derive"
567version = "0.7.35"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
570dependencies = [
571 "proc-macro2",
572 "quote",
573 "syn",
574]
575