This repository has no description
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.25.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "aho-corasick"
22version = "1.1.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "allocator-api2"
31version = "0.2.21"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
34
35[[package]]
36name = "android_system_properties"
37version = "0.1.5"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40dependencies = [
41 "libc",
42]
43
44[[package]]
45name = "annotate-snippets"
46version = "0.11.5"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4"
49dependencies = [
50 "anstyle",
51 "unicode-width 0.2.2",
52]
53
54[[package]]
55name = "anstream"
56version = "0.6.21"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
59dependencies = [
60 "anstyle",
61 "anstyle-parse",
62 "anstyle-query",
63 "anstyle-wincon",
64 "colorchoice",
65 "is_terminal_polyfill",
66 "utf8parse",
67]
68
69[[package]]
70name = "anstyle"
71version = "1.0.13"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
74
75[[package]]
76name = "anstyle-parse"
77version = "0.2.7"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
80dependencies = [
81 "utf8parse",
82]
83
84[[package]]
85name = "anstyle-query"
86version = "1.1.4"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
89dependencies = [
90 "windows-sys 0.60.2",
91]
92
93[[package]]
94name = "anstyle-wincon"
95version = "3.0.10"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
98dependencies = [
99 "anstyle",
100 "once_cell_polyfill",
101 "windows-sys 0.60.2",
102]
103
104[[package]]
105name = "anyhow"
106version = "1.0.100"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
109
110[[package]]
111name = "anymap3"
112version = "1.0.1"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "170433209e817da6aae2c51aa0dd443009a613425dd041ebfb2492d1c4c11a25"
115
116[[package]]
117name = "arc-swap"
118version = "1.7.1"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
121
122[[package]]
123name = "arrayref"
124version = "0.3.9"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
127
128[[package]]
129name = "arrayvec"
130version = "0.7.6"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
133
134[[package]]
135name = "assert_no_alloc"
136version = "1.1.2"
137source = "git+https://github.com/robbert-vdh/rust-assert-no-alloc.git?branch=feature%2Fnested-permit-forbid#a6fb4f62b9624715291e320ea5f0f70e73b035cf"
138dependencies = [
139 "backtrace",
140 "log",
141]
142
143[[package]]
144name = "async-priority-channel"
145version = "0.2.0"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "acde96f444d31031f760c5c43dc786b97d3e1cb2ee49dd06898383fe9a999758"
148dependencies = [
149 "event-listener",
150]
151
152[[package]]
153name = "atomic-take"
154version = "1.1.0"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"
157
158[[package]]
159name = "atomic-waker"
160version = "1.1.2"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
163
164[[package]]
165name = "atomic_float"
166version = "0.1.0"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "62af46d040ba9df09edc6528dae9d8e49f5f3e82f55b7d2ec31a733c38dbc49d"
169
170[[package]]
171name = "atomic_refcell"
172version = "0.1.13"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c"
175
176[[package]]
177name = "atty"
178version = "0.2.14"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
181dependencies = [
182 "hermit-abi",
183 "libc",
184 "winapi 0.3.9",
185]
186
187[[package]]
188name = "autocfg"
189version = "1.5.0"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
192
193[[package]]
194name = "axum"
195version = "0.8.6"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871"
198dependencies = [
199 "axum-core",
200 "bytes 1.10.1",
201 "form_urlencoded",
202 "futures-util",
203 "http",
204 "http-body",
205 "http-body-util",
206 "hyper",
207 "hyper-util",
208 "itoa",
209 "matchit",
210 "memchr",
211 "mime",
212 "percent-encoding",
213 "pin-project-lite",
214 "serde_core",
215 "serde_json",
216 "serde_path_to_error",
217 "serde_urlencoded",
218 "sync_wrapper",
219 "tokio",
220 "tower",
221 "tower-layer",
222 "tower-service",
223 "tracing",
224]
225
226[[package]]
227name = "axum-core"
228version = "0.5.5"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
231dependencies = [
232 "bytes 1.10.1",
233 "futures-core",
234 "http",
235 "http-body",
236 "http-body-util",
237 "mime",
238 "pin-project-lite",
239 "sync_wrapper",
240 "tower-layer",
241 "tower-service",
242 "tracing",
243]
244
245[[package]]
246name = "backtrace"
247version = "0.3.76"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
250dependencies = [
251 "addr2line",
252 "cfg-if 1.0.4",
253 "libc",
254 "miniz_oxide",
255 "object",
256 "rustc-demangle",
257 "windows-link 0.2.1",
258]
259
260[[package]]
261name = "base16ct"
262version = "0.2.0"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
265
266[[package]]
267name = "base64"
268version = "0.22.1"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
271
272[[package]]
273name = "base64ct"
274version = "1.8.0"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
277
278[[package]]
279name = "bitflags"
280version = "1.3.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
283
284[[package]]
285name = "bitflags"
286version = "2.10.0"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
289
290[[package]]
291name = "bitmaps"
292version = "2.1.0"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
295dependencies = [
296 "typenum",
297]
298
299[[package]]
300name = "blake3"
301version = "1.8.2"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
304dependencies = [
305 "arrayref",
306 "arrayvec",
307 "cc",
308 "cfg-if 1.0.4",
309 "constant_time_eq",
310]
311
312[[package]]
313name = "block-buffer"
314version = "0.7.3"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
317dependencies = [
318 "block-padding",
319 "byte-tools",
320 "byteorder",
321 "generic-array 0.12.4",
322]
323
324[[package]]
325name = "block-buffer"
326version = "0.10.4"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
329dependencies = [
330 "generic-array 0.14.9",
331]
332
333[[package]]
334name = "block-padding"
335version = "0.1.5"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
338dependencies = [
339 "byte-tools",
340]
341
342[[package]]
343name = "bstr"
344version = "1.12.0"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
347dependencies = [
348 "memchr",
349 "regex-automata",
350 "serde",
351]
352
353[[package]]
354name = "bumpalo"
355version = "3.19.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
358
359[[package]]
360name = "byte-tools"
361version = "0.3.1"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
364
365[[package]]
366name = "bytemuck"
367version = "1.24.0"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
370
371[[package]]
372name = "byteorder"
373version = "1.5.0"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
376
377[[package]]
378name = "byteorder-lite"
379version = "0.1.0"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
382
383[[package]]
384name = "bytes"
385version = "0.4.12"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
388dependencies = [
389 "byteorder",
390 "iovec",
391]
392
393[[package]]
394name = "bytes"
395version = "1.10.1"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
398
399[[package]]
400name = "camino"
401version = "1.2.1"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
404dependencies = [
405 "serde_core",
406]
407
408[[package]]
409name = "cargo"
410version = "0.91.0"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "0f46c7f53180bf46c220e2af1ceff951e2ce088184fa9009ad6915efee25915d"
413dependencies = [
414 "annotate-snippets",
415 "anstream",
416 "anstyle",
417 "anyhow",
418 "base64",
419 "blake3",
420 "cargo-credential",
421 "cargo-credential-libsecret",
422 "cargo-credential-macos-keychain",
423 "cargo-credential-wincred",
424 "cargo-platform 0.3.1",
425 "cargo-util",
426 "cargo-util-schemas",
427 "clap",
428 "clap_complete",
429 "color-print",
430 "crates-io",
431 "curl",
432 "curl-sys",
433 "filetime",
434 "flate2",
435 "git2",
436 "git2-curl",
437 "gix",
438 "glob",
439 "hex",
440 "hmac",
441 "home",
442 "http-auth",
443 "ignore",
444 "im-rc",
445 "indexmap",
446 "itertools 0.14.0",
447 "jiff",
448 "jobserver",
449 "lazycell",
450 "libc",
451 "libgit2-sys",
452 "memchr",
453 "opener",
454 "os_info",
455 "pasetors",
456 "pathdiff",
457 "rand 0.9.2",
458 "regex",
459 "rusqlite",
460 "rustc-hash",
461 "rustc-stable-hash",
462 "rustfix",
463 "same-file",
464 "semver",
465 "serde",
466 "serde-untagged",
467 "serde_ignored",
468 "serde_json",
469 "sha1",
470 "shell-escape",
471 "supports-hyperlinks",
472 "supports-unicode",
473 "tar",
474 "tempfile",
475 "thiserror 2.0.17",
476 "time",
477 "toml 0.9.8",
478 "toml_edit 0.23.7",
479 "tracing",
480 "tracing-chrome",
481 "tracing-subscriber",
482 "unicase",
483 "unicode-width 0.2.2",
484 "unicode-xid",
485 "url",
486 "walkdir",
487 "windows-sys 0.60.2",
488]
489
490[[package]]
491name = "cargo-credential"
492version = "0.4.9"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "e36f089041deadf16226478a7737a833864fbda09408c7af237b9d615eeb6d69"
495dependencies = [
496 "anyhow",
497 "libc",
498 "serde",
499 "serde_json",
500 "thiserror 2.0.17",
501 "time",
502 "windows-sys 0.60.2",
503]
504
505[[package]]
506name = "cargo-credential-libsecret"
507version = "0.5.1"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "2bad275302dfd55e54dcd555c7129cd76a4b4d7236c6a779370683014cba0a90"
510dependencies = [
511 "anyhow",
512 "cargo-credential",
513 "libloading",
514]
515
516[[package]]
517name = "cargo-credential-macos-keychain"
518version = "0.4.16"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "a9f95d842bd047476c65e1d4a5f681f1d158f8c784edfc4ae245a2430ca09f02"
521dependencies = [
522 "cargo-credential",
523 "security-framework",
524]
525
526[[package]]
527name = "cargo-credential-wincred"
528version = "0.4.16"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "1c238839b7d5e5b62836277b4c83c9ed17d9ca7334b298c814c223b2e691ff76"
531dependencies = [
532 "cargo-credential",
533 "windows-sys 0.60.2",
534]
535
536[[package]]
537name = "cargo-platform"
538version = "0.1.9"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
541dependencies = [
542 "serde",
543]
544
545[[package]]
546name = "cargo-platform"
547version = "0.3.1"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "122ec45a44b270afd1402f351b782c676b173e3c3fb28d86ff7ebfb4d86a4ee4"
550dependencies = [
551 "serde",
552]
553
554[[package]]
555name = "cargo-util"
556version = "0.2.23"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "5fbac95faac578313b0ba60f9a5594a97cae42692f23b133ecd17615dedca50e"
559dependencies = [
560 "anyhow",
561 "core-foundation 0.10.1",
562 "filetime",
563 "hex",
564 "ignore",
565 "jobserver",
566 "libc",
567 "miow 0.6.1",
568 "same-file",
569 "sha2",
570 "shell-escape",
571 "tempfile",
572 "tracing",
573 "walkdir",
574 "windows-sys 0.60.2",
575]
576
577[[package]]
578name = "cargo-util-schemas"
579version = "0.10.0"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "b45c9672203db3caf908423f25bc31f3b6a814a9d22f2380048236498a312e75"
582dependencies = [
583 "semver",
584 "serde",
585 "serde-untagged",
586 "serde-value",
587 "thiserror 2.0.17",
588 "toml 0.9.8",
589 "unicode-xid",
590 "url",
591]
592
593[[package]]
594name = "cargo_metadata"
595version = "0.18.1"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
598dependencies = [
599 "camino",
600 "cargo-platform 0.1.9",
601 "semver",
602 "serde",
603 "serde_json",
604 "thiserror 1.0.69",
605]
606
607[[package]]
608name = "cc"
609version = "1.2.41"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
612dependencies = [
613 "find-msvc-tools",
614 "jobserver",
615 "libc",
616 "shlex",
617]
618
619[[package]]
620name = "cfg-if"
621version = "0.1.10"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
624
625[[package]]
626name = "cfg-if"
627version = "1.0.4"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
630
631[[package]]
632name = "cfg_aliases"
633version = "0.2.1"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
636
637[[package]]
638name = "chrono"
639version = "0.4.42"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
642dependencies = [
643 "iana-time-zone",
644 "js-sys",
645 "num-traits",
646 "wasm-bindgen",
647 "windows-link 0.2.1",
648]
649
650[[package]]
651name = "clap"
652version = "4.5.50"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623"
655dependencies = [
656 "clap_builder",
657]
658
659[[package]]
660name = "clap-sys"
661version = "0.5.0"
662source = "git+https://github.com/micahrj/clap-sys.git?rev=25d7f53fdb6363ad63fbd80049cb7a42a97ac156#25d7f53fdb6363ad63fbd80049cb7a42a97ac156"
663
664[[package]]
665name = "clap_builder"
666version = "4.5.50"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0"
669dependencies = [
670 "anstream",
671 "anstyle",
672 "clap_lex",
673 "strsim 0.11.1",
674 "terminal_size",
675]
676
677[[package]]
678name = "clap_complete"
679version = "4.5.59"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
682dependencies = [
683 "clap",
684 "clap_lex",
685 "is_executable",
686 "shlex",
687]
688
689[[package]]
690name = "clap_lex"
691version = "0.7.6"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
694
695[[package]]
696name = "clru"
697version = "0.6.2"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
700
701[[package]]
702name = "color-print"
703version = "0.3.7"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4"
706dependencies = [
707 "color-print-proc-macro",
708]
709
710[[package]]
711name = "color-print-proc-macro"
712version = "0.3.7"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22"
715dependencies = [
716 "nom",
717 "proc-macro2",
718 "quote",
719 "syn 2.0.108",
720]
721
722[[package]]
723name = "color_quant"
724version = "1.1.0"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
727
728[[package]]
729name = "colorchoice"
730version = "1.0.4"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
733
734[[package]]
735name = "concurrent-queue"
736version = "2.5.0"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
739dependencies = [
740 "crossbeam-utils",
741]
742
743[[package]]
744name = "console"
745version = "0.15.11"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
748dependencies = [
749 "encode_unicode",
750 "libc",
751 "once_cell",
752 "windows-sys 0.59.0",
753]
754
755[[package]]
756name = "console"
757version = "0.16.1"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4"
760dependencies = [
761 "encode_unicode",
762 "libc",
763 "once_cell",
764 "unicode-width 0.2.2",
765 "windows-sys 0.61.2",
766]
767
768[[package]]
769name = "const-oid"
770version = "0.9.6"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
773
774[[package]]
775name = "constant_time_eq"
776version = "0.3.1"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
779
780[[package]]
781name = "core-foundation"
782version = "0.9.4"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
785dependencies = [
786 "core-foundation-sys",
787 "libc",
788]
789
790[[package]]
791name = "core-foundation"
792version = "0.10.1"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
795dependencies = [
796 "core-foundation-sys",
797 "libc",
798]
799
800[[package]]
801name = "core-foundation-sys"
802version = "0.8.7"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
805
806[[package]]
807name = "core_maths"
808version = "0.1.1"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
811dependencies = [
812 "libm",
813]
814
815[[package]]
816name = "cpufeatures"
817version = "0.2.17"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
820dependencies = [
821 "libc",
822]
823
824[[package]]
825name = "crates-io"
826version = "0.40.13"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "1986712716d18d860258fdbd03fd9d9e20f1ffb974d8a203816c58b68c6b9012"
829dependencies = [
830 "curl",
831 "percent-encoding",
832 "serde",
833 "serde_json",
834 "thiserror 2.0.17",
835 "url",
836]
837
838[[package]]
839name = "crc32fast"
840version = "1.5.0"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
843dependencies = [
844 "cfg-if 1.0.4",
845]
846
847[[package]]
848name = "crossbeam"
849version = "0.8.4"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
852dependencies = [
853 "crossbeam-channel",
854 "crossbeam-deque",
855 "crossbeam-epoch",
856 "crossbeam-queue",
857 "crossbeam-utils",
858]
859
860[[package]]
861name = "crossbeam-channel"
862version = "0.5.15"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
865dependencies = [
866 "crossbeam-utils",
867]
868
869[[package]]
870name = "crossbeam-deque"
871version = "0.8.6"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
874dependencies = [
875 "crossbeam-epoch",
876 "crossbeam-utils",
877]
878
879[[package]]
880name = "crossbeam-epoch"
881version = "0.9.18"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
884dependencies = [
885 "crossbeam-utils",
886]
887
888[[package]]
889name = "crossbeam-queue"
890version = "0.3.12"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
893dependencies = [
894 "crossbeam-utils",
895]
896
897[[package]]
898name = "crossbeam-utils"
899version = "0.8.21"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
902
903[[package]]
904name = "crypto-bigint"
905version = "0.5.5"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
908dependencies = [
909 "generic-array 0.14.9",
910 "rand_core 0.6.4",
911 "subtle",
912 "zeroize",
913]
914
915[[package]]
916name = "crypto-common"
917version = "0.1.6"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
920dependencies = [
921 "generic-array 0.14.9",
922 "typenum",
923]
924
925[[package]]
926name = "ct-codecs"
927version = "1.1.6"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "9b10589d1a5e400d61f9f38f12f884cfd080ff345de8f17efda36fe0e4a02aa8"
930
931[[package]]
932name = "curl"
933version = "0.4.49"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "79fc3b6dd0b87ba36e565715bf9a2ced221311db47bd18011676f24a6066edbc"
936dependencies = [
937 "curl-sys",
938 "libc",
939 "openssl-probe",
940 "openssl-sys",
941 "schannel",
942 "socket2",
943 "windows-sys 0.59.0",
944]
945
946[[package]]
947name = "curl-sys"
948version = "0.4.83+curl-8.15.0"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "5830daf304027db10c82632a464879d46a3f7c4ba17a31592657ad16c719b483"
951dependencies = [
952 "cc",
953 "libc",
954 "libnghttp2-sys",
955 "libz-sys",
956 "openssl-sys",
957 "pkg-config",
958 "vcpkg",
959 "windows-sys 0.59.0",
960]
961
962[[package]]
963name = "dashmap"
964version = "6.1.0"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
967dependencies = [
968 "cfg-if 1.0.4",
969 "crossbeam-utils",
970 "hashbrown 0.14.5",
971 "lock_api",
972 "once_cell",
973 "parking_lot_core",
974]
975
976[[package]]
977name = "data-encoding"
978version = "2.9.0"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
981
982[[package]]
983name = "data-url"
984version = "0.3.2"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
987
988[[package]]
989name = "der"
990version = "0.7.10"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
993dependencies = [
994 "const-oid",
995 "pem-rfc7468",
996 "zeroize",
997]
998
999[[package]]
1000name = "deranged"
1001version = "0.5.4"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
1004dependencies = [
1005 "powerfmt",
1006 "serde_core",
1007]
1008
1009[[package]]
1010name = "deunicode"
1011version = "1.6.2"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
1014
1015[[package]]
1016name = "digest"
1017version = "0.8.1"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
1020dependencies = [
1021 "generic-array 0.12.4",
1022]
1023
1024[[package]]
1025name = "digest"
1026version = "0.10.7"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1029dependencies = [
1030 "block-buffer 0.10.4",
1031 "const-oid",
1032 "crypto-common",
1033 "subtle",
1034]
1035
1036[[package]]
1037name = "displaydoc"
1038version = "0.2.5"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1041dependencies = [
1042 "proc-macro2",
1043 "quote",
1044 "syn 2.0.108",
1045]
1046
1047[[package]]
1048name = "dna-analysis-machine"
1049version = "0.1.0"
1050dependencies = [
1051 "insta",
1052 "itertools 0.12.1",
1053 "rand 0.9.2",
1054 "shapemaker",
1055]
1056
1057[[package]]
1058name = "docopt"
1059version = "1.1.1"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f"
1062dependencies = [
1063 "lazy_static",
1064 "regex",
1065 "serde",
1066 "strsim 0.10.0",
1067]
1068
1069[[package]]
1070name = "dunce"
1071version = "1.0.5"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1074
1075[[package]]
1076name = "ecdsa"
1077version = "0.16.9"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1080dependencies = [
1081 "der",
1082 "digest 0.10.7",
1083 "elliptic-curve",
1084 "rfc6979",
1085 "signature",
1086 "spki",
1087]
1088
1089[[package]]
1090name = "ed25519-compact"
1091version = "2.1.1"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f663789f6190"
1094dependencies = [
1095 "getrandom 0.2.16",
1096]
1097
1098[[package]]
1099name = "either"
1100version = "1.15.0"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1103
1104[[package]]
1105name = "elliptic-curve"
1106version = "0.13.8"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1109dependencies = [
1110 "base16ct",
1111 "crypto-bigint",
1112 "digest 0.10.7",
1113 "ff",
1114 "generic-array 0.14.9",
1115 "group",
1116 "hkdf",
1117 "pem-rfc7468",
1118 "pkcs8",
1119 "rand_core 0.6.4",
1120 "sec1",
1121 "subtle",
1122 "zeroize",
1123]
1124
1125[[package]]
1126name = "encode_unicode"
1127version = "1.0.0"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
1130
1131[[package]]
1132name = "encoding_rs"
1133version = "0.8.35"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1136dependencies = [
1137 "cfg-if 1.0.4",
1138]
1139
1140[[package]]
1141name = "env_filter"
1142version = "0.1.4"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
1145dependencies = [
1146 "log",
1147 "regex",
1148]
1149
1150[[package]]
1151name = "env_logger"
1152version = "0.11.8"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
1155dependencies = [
1156 "anstream",
1157 "anstyle",
1158 "env_filter",
1159 "jiff",
1160 "log",
1161]
1162
1163[[package]]
1164name = "equivalent"
1165version = "1.0.2"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1168
1169[[package]]
1170name = "erased-serde"
1171version = "0.4.8"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b"
1174dependencies = [
1175 "serde",
1176 "serde_core",
1177 "typeid",
1178]
1179
1180[[package]]
1181name = "errno"
1182version = "0.3.14"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1185dependencies = [
1186 "libc",
1187 "windows-sys 0.61.2",
1188]
1189
1190[[package]]
1191name = "euclid"
1192version = "0.22.11"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
1195dependencies = [
1196 "num-traits",
1197]
1198
1199[[package]]
1200name = "event-listener"
1201version = "4.0.3"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
1204dependencies = [
1205 "concurrent-queue",
1206 "parking",
1207 "pin-project-lite",
1208]
1209
1210[[package]]
1211name = "fake-simd"
1212version = "0.1.2"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1215
1216[[package]]
1217name = "fallible-iterator"
1218version = "0.3.0"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1221
1222[[package]]
1223name = "fallible-streaming-iterator"
1224version = "0.1.9"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
1227
1228[[package]]
1229name = "faster-hex"
1230version = "0.10.0"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
1233dependencies = [
1234 "heapless",
1235 "serde",
1236]
1237
1238[[package]]
1239name = "fastrand"
1240version = "2.3.0"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1243
1244[[package]]
1245name = "fdeflate"
1246version = "0.3.7"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1249dependencies = [
1250 "simd-adler32",
1251]
1252
1253[[package]]
1254name = "ff"
1255version = "0.13.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1258dependencies = [
1259 "rand_core 0.6.4",
1260 "subtle",
1261]
1262
1263[[package]]
1264name = "fiat-crypto"
1265version = "0.3.0"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24"
1268
1269[[package]]
1270name = "filetime"
1271version = "0.2.26"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
1274dependencies = [
1275 "cfg-if 1.0.4",
1276 "libc",
1277 "libredox",
1278 "windows-sys 0.60.2",
1279]
1280
1281[[package]]
1282name = "find-msvc-tools"
1283version = "0.1.4"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
1286
1287[[package]]
1288name = "flate2"
1289version = "1.1.4"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
1292dependencies = [
1293 "crc32fast",
1294 "libz-rs-sys",
1295 "miniz_oxide",
1296]
1297
1298[[package]]
1299name = "float-cmp"
1300version = "0.9.0"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
1303
1304[[package]]
1305name = "fnv"
1306version = "1.0.7"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1309
1310[[package]]
1311name = "foldhash"
1312version = "0.1.5"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1315
1316[[package]]
1317name = "fontconfig-parser"
1318version = "0.5.8"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
1321dependencies = [
1322 "roxmltree 0.20.0",
1323]
1324
1325[[package]]
1326name = "fontdb"
1327version = "0.23.0"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
1330dependencies = [
1331 "fontconfig-parser",
1332 "log",
1333 "memmap2",
1334 "slotmap",
1335 "tinyvec",
1336 "ttf-parser",
1337]
1338
1339[[package]]
1340name = "form_urlencoded"
1341version = "1.2.2"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1344dependencies = [
1345 "percent-encoding",
1346]
1347
1348[[package]]
1349name = "fsevent-sys"
1350version = "4.1.0"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
1353dependencies = [
1354 "libc",
1355]
1356
1357[[package]]
1358name = "fuchsia-zircon"
1359version = "0.3.3"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
1362dependencies = [
1363 "bitflags 1.3.2",
1364 "fuchsia-zircon-sys",
1365]
1366
1367[[package]]
1368name = "fuchsia-zircon-sys"
1369version = "0.3.3"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
1372
1373[[package]]
1374name = "futures"
1375version = "0.3.31"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1378dependencies = [
1379 "futures-channel",
1380 "futures-core",
1381 "futures-executor",
1382 "futures-io",
1383 "futures-sink",
1384 "futures-task",
1385 "futures-util",
1386]
1387
1388[[package]]
1389name = "futures-channel"
1390version = "0.3.31"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1393dependencies = [
1394 "futures-core",
1395 "futures-sink",
1396]
1397
1398[[package]]
1399name = "futures-core"
1400version = "0.3.31"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1403
1404[[package]]
1405name = "futures-executor"
1406version = "0.3.31"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1409dependencies = [
1410 "futures-core",
1411 "futures-task",
1412 "futures-util",
1413]
1414
1415[[package]]
1416name = "futures-io"
1417version = "0.3.31"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1420
1421[[package]]
1422name = "futures-macro"
1423version = "0.3.31"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1426dependencies = [
1427 "proc-macro2",
1428 "quote",
1429 "syn 2.0.108",
1430]
1431
1432[[package]]
1433name = "futures-sink"
1434version = "0.3.31"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1437
1438[[package]]
1439name = "futures-task"
1440version = "0.3.31"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1443
1444[[package]]
1445name = "futures-util"
1446version = "0.3.31"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1449dependencies = [
1450 "futures-channel",
1451 "futures-core",
1452 "futures-io",
1453 "futures-macro",
1454 "futures-sink",
1455 "futures-task",
1456 "memchr",
1457 "pin-project-lite",
1458 "pin-utils",
1459 "slab",
1460]
1461
1462[[package]]
1463name = "generic-array"
1464version = "0.12.4"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
1467dependencies = [
1468 "typenum",
1469]
1470
1471[[package]]
1472name = "generic-array"
1473version = "0.14.9"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1476dependencies = [
1477 "typenum",
1478 "version_check",
1479 "zeroize",
1480]
1481
1482[[package]]
1483name = "getrandom"
1484version = "0.1.16"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1487dependencies = [
1488 "cfg-if 1.0.4",
1489 "libc",
1490 "wasi 0.9.0+wasi-snapshot-preview1",
1491]
1492
1493[[package]]
1494name = "getrandom"
1495version = "0.2.16"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1498dependencies = [
1499 "cfg-if 1.0.4",
1500 "js-sys",
1501 "libc",
1502 "wasi 0.11.1+wasi-snapshot-preview1",
1503 "wasm-bindgen",
1504]
1505
1506[[package]]
1507name = "getrandom"
1508version = "0.3.4"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1511dependencies = [
1512 "cfg-if 1.0.4",
1513 "js-sys",
1514 "libc",
1515 "r-efi",
1516 "wasip2",
1517 "wasm-bindgen",
1518]
1519
1520[[package]]
1521name = "gif"
1522version = "0.13.3"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
1525dependencies = [
1526 "color_quant",
1527 "weezl",
1528]
1529
1530[[package]]
1531name = "gimli"
1532version = "0.32.3"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1535
1536[[package]]
1537name = "git2"
1538version = "0.20.2"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110"
1541dependencies = [
1542 "bitflags 2.10.0",
1543 "libc",
1544 "libgit2-sys",
1545 "log",
1546 "openssl-probe",
1547 "openssl-sys",
1548 "url",
1549]
1550
1551[[package]]
1552name = "git2-curl"
1553version = "0.21.0"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "be8dcabbc09ece4d30a9aa983d5804203b7e2f8054a171f792deff59b56d31fa"
1556dependencies = [
1557 "curl",
1558 "git2",
1559 "log",
1560 "url",
1561]
1562
1563[[package]]
1564name = "gix"
1565version = "0.73.0"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "514c29cc879bdc0286b0cbc205585a49b252809eb86c69df4ce4f855ee75f635"
1568dependencies = [
1569 "gix-actor",
1570 "gix-attributes",
1571 "gix-command",
1572 "gix-commitgraph",
1573 "gix-config",
1574 "gix-credentials",
1575 "gix-date",
1576 "gix-diff",
1577 "gix-dir",
1578 "gix-discover",
1579 "gix-features",
1580 "gix-filter",
1581 "gix-fs",
1582 "gix-glob",
1583 "gix-hash",
1584 "gix-hashtable",
1585 "gix-ignore",
1586 "gix-index",
1587 "gix-lock",
1588 "gix-negotiate",
1589 "gix-object",
1590 "gix-odb",
1591 "gix-pack",
1592 "gix-path",
1593 "gix-pathspec",
1594 "gix-prompt",
1595 "gix-protocol",
1596 "gix-ref",
1597 "gix-refspec",
1598 "gix-revision",
1599 "gix-revwalk",
1600 "gix-sec",
1601 "gix-shallow",
1602 "gix-status",
1603 "gix-submodule",
1604 "gix-tempfile",
1605 "gix-trace",
1606 "gix-transport",
1607 "gix-traverse",
1608 "gix-url",
1609 "gix-utils",
1610 "gix-validate",
1611 "gix-worktree",
1612 "once_cell",
1613 "prodash",
1614 "smallvec",
1615 "thiserror 2.0.17",
1616]
1617
1618[[package]]
1619name = "gix-actor"
1620version = "0.35.6"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "987a51a7e66db6ef4dc030418eb2a42af6b913a79edd8670766122d8af3ba59e"
1623dependencies = [
1624 "bstr",
1625 "gix-date",
1626 "gix-utils",
1627 "itoa",
1628 "thiserror 2.0.17",
1629 "winnow 0.7.13",
1630]
1631
1632[[package]]
1633name = "gix-attributes"
1634version = "0.27.0"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "45442188216d08a5959af195f659cb1f244a50d7d2d0c3873633b1cd7135f638"
1637dependencies = [
1638 "bstr",
1639 "gix-glob",
1640 "gix-path",
1641 "gix-quote",
1642 "gix-trace",
1643 "kstring",
1644 "smallvec",
1645 "thiserror 2.0.17",
1646 "unicode-bom",
1647]
1648
1649[[package]]
1650name = "gix-bitmap"
1651version = "0.2.15"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "5e150161b8a75b5860521cb876b506879a3376d3adc857ec7a9d35e7c6a5e531"
1654dependencies = [
1655 "thiserror 2.0.17",
1656]
1657
1658[[package]]
1659name = "gix-chunk"
1660version = "0.4.12"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "5c356b3825677cb6ff579551bb8311a81821e184453cbd105e2fc5311b288eeb"
1663dependencies = [
1664 "thiserror 2.0.17",
1665]
1666
1667[[package]]
1668name = "gix-command"
1669version = "0.6.3"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "095c8367c9dc4872a7706fbc39c7f34271b88b541120a4365ff0e36366f66e62"
1672dependencies = [
1673 "bstr",
1674 "gix-path",
1675 "gix-quote",
1676 "gix-trace",
1677 "shell-words",
1678]
1679
1680[[package]]
1681name = "gix-commitgraph"
1682version = "0.29.0"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "6bb23121e952f43a5b07e3e80890336cb847297467a410475036242732980d06"
1685dependencies = [
1686 "bstr",
1687 "gix-chunk",
1688 "gix-hash",
1689 "memmap2",
1690 "thiserror 2.0.17",
1691]
1692
1693[[package]]
1694name = "gix-config"
1695version = "0.46.0"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "5dfb898c5b695fd4acfc3c0ab638525a65545d47706064dcf7b5ead6cdb136c0"
1698dependencies = [
1699 "bstr",
1700 "gix-config-value",
1701 "gix-features",
1702 "gix-glob",
1703 "gix-path",
1704 "gix-ref",
1705 "gix-sec",
1706 "memchr",
1707 "once_cell",
1708 "smallvec",
1709 "thiserror 2.0.17",
1710 "unicode-bom",
1711 "winnow 0.7.13",
1712]
1713
1714[[package]]
1715name = "gix-config-value"
1716version = "0.15.3"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "2c489abb061c74b0c3ad790e24a606ef968cebab48ec673d6a891ece7d5aef64"
1719dependencies = [
1720 "bitflags 2.10.0",
1721 "bstr",
1722 "gix-path",
1723 "libc",
1724 "thiserror 2.0.17",
1725]
1726
1727[[package]]
1728name = "gix-credentials"
1729version = "0.30.0"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "0039dd3ac606dd80b16353a41b61fc237ca5cb8b612f67a9f880adfad4be4e05"
1732dependencies = [
1733 "bstr",
1734 "gix-command",
1735 "gix-config-value",
1736 "gix-date",
1737 "gix-path",
1738 "gix-prompt",
1739 "gix-sec",
1740 "gix-trace",
1741 "gix-url",
1742 "thiserror 2.0.17",
1743]
1744
1745[[package]]
1746name = "gix-date"
1747version = "0.10.7"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "661245d045aa7c16ba4244daaabd823c562c3e45f1f25b816be2c57ee09f2171"
1750dependencies = [
1751 "bstr",
1752 "itoa",
1753 "jiff",
1754 "smallvec",
1755 "thiserror 2.0.17",
1756]
1757
1758[[package]]
1759name = "gix-diff"
1760version = "0.53.0"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "de854852010d44a317f30c92d67a983e691c9478c8a3fb4117c1f48626bcdea8"
1763dependencies = [
1764 "bstr",
1765 "gix-attributes",
1766 "gix-command",
1767 "gix-filter",
1768 "gix-fs",
1769 "gix-hash",
1770 "gix-index",
1771 "gix-object",
1772 "gix-path",
1773 "gix-pathspec",
1774 "gix-tempfile",
1775 "gix-trace",
1776 "gix-traverse",
1777 "gix-worktree",
1778 "imara-diff",
1779 "thiserror 2.0.17",
1780]
1781
1782[[package]]
1783name = "gix-dir"
1784version = "0.15.0"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "dad34e4f373f94902df1ba1d2a1df3a1b29eacd15e316ac5972d842e31422dd7"
1787dependencies = [
1788 "bstr",
1789 "gix-discover",
1790 "gix-fs",
1791 "gix-ignore",
1792 "gix-index",
1793 "gix-object",
1794 "gix-path",
1795 "gix-pathspec",
1796 "gix-trace",
1797 "gix-utils",
1798 "gix-worktree",
1799 "thiserror 2.0.17",
1800]
1801
1802[[package]]
1803name = "gix-discover"
1804version = "0.41.0"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "ffb180c91ca1a2cf53e828bb63d8d8f8fa7526f49b83b33d7f46cbeb5d79d30a"
1807dependencies = [
1808 "bstr",
1809 "dunce",
1810 "gix-fs",
1811 "gix-hash",
1812 "gix-path",
1813 "gix-ref",
1814 "gix-sec",
1815 "thiserror 2.0.17",
1816]
1817
1818[[package]]
1819name = "gix-features"
1820version = "0.43.1"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "cd1543cd9b8abcbcebaa1a666a5c168ee2cda4dea50d3961ee0e6d1c42f81e5b"
1823dependencies = [
1824 "bytes 1.10.1",
1825 "crc32fast",
1826 "crossbeam-channel",
1827 "flate2",
1828 "gix-path",
1829 "gix-trace",
1830 "gix-utils",
1831 "libc",
1832 "once_cell",
1833 "parking_lot",
1834 "prodash",
1835 "thiserror 2.0.17",
1836 "walkdir",
1837]
1838
1839[[package]]
1840name = "gix-filter"
1841version = "0.20.0"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "aa6571a3927e7ab10f64279a088e0dae08e8da05547771796d7389bbe28ad9ff"
1844dependencies = [
1845 "bstr",
1846 "encoding_rs",
1847 "gix-attributes",
1848 "gix-command",
1849 "gix-hash",
1850 "gix-object",
1851 "gix-packetline-blocking",
1852 "gix-path",
1853 "gix-quote",
1854 "gix-trace",
1855 "gix-utils",
1856 "smallvec",
1857 "thiserror 2.0.17",
1858]
1859
1860[[package]]
1861name = "gix-fs"
1862version = "0.16.1"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "9a4d90307d064fa7230e0f87b03231be28f8ba63b913fc15346f489519d0c304"
1865dependencies = [
1866 "bstr",
1867 "fastrand",
1868 "gix-features",
1869 "gix-path",
1870 "gix-utils",
1871 "thiserror 2.0.17",
1872]
1873
1874[[package]]
1875name = "gix-glob"
1876version = "0.21.0"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "b947db8366823e7a750c254f6bb29e27e17f27e457bf336ba79b32423db62cd5"
1879dependencies = [
1880 "bitflags 2.10.0",
1881 "bstr",
1882 "gix-features",
1883 "gix-path",
1884]
1885
1886[[package]]
1887name = "gix-hash"
1888version = "0.19.0"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "251fad79796a731a2a7664d9ea95ee29a9e99474de2769e152238d4fdb69d50e"
1891dependencies = [
1892 "faster-hex",
1893 "gix-features",
1894 "sha1-checked",
1895 "thiserror 2.0.17",
1896]
1897
1898[[package]]
1899name = "gix-hashtable"
1900version = "0.9.0"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "c35300b54896153e55d53f4180460931ccd69b7e8d2f6b9d6401122cdedc4f07"
1903dependencies = [
1904 "gix-hash",
1905 "hashbrown 0.15.5",
1906 "parking_lot",
1907]
1908
1909[[package]]
1910name = "gix-ignore"
1911version = "0.16.0"
1912source = "registry+https://github.com/rust-lang/crates.io-index"
1913checksum = "564d6fddf46e2c981f571b23d6ad40cb08bddcaf6fc7458b1d49727ad23c2870"
1914dependencies = [
1915 "bstr",
1916 "gix-glob",
1917 "gix-path",
1918 "gix-trace",
1919 "unicode-bom",
1920]
1921
1922[[package]]
1923name = "gix-index"
1924version = "0.41.0"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "2af39fde3ce4ce11371d9ce826f2936ec347318f2d1972fe98c2e7134e267e25"
1927dependencies = [
1928 "bitflags 2.10.0",
1929 "bstr",
1930 "filetime",
1931 "fnv",
1932 "gix-bitmap",
1933 "gix-features",
1934 "gix-fs",
1935 "gix-hash",
1936 "gix-lock",
1937 "gix-object",
1938 "gix-traverse",
1939 "gix-utils",
1940 "gix-validate",
1941 "hashbrown 0.15.5",
1942 "itoa",
1943 "libc",
1944 "memmap2",
1945 "rustix",
1946 "smallvec",
1947 "thiserror 2.0.17",
1948]
1949
1950[[package]]
1951name = "gix-lock"
1952version = "18.0.0"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "b9fa71da90365668a621e184eb5b979904471af1b3b09b943a84bc50e8ad42ed"
1955dependencies = [
1956 "gix-tempfile",
1957 "gix-utils",
1958 "thiserror 2.0.17",
1959]
1960
1961[[package]]
1962name = "gix-negotiate"
1963version = "0.21.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "1d58d4c9118885233be971e0d7a589f5cfb1a8bd6cb6e2ecfb0fc6b1b293c83b"
1966dependencies = [
1967 "bitflags 2.10.0",
1968 "gix-commitgraph",
1969 "gix-date",
1970 "gix-hash",
1971 "gix-object",
1972 "gix-revwalk",
1973 "smallvec",
1974 "thiserror 2.0.17",
1975]
1976
1977[[package]]
1978name = "gix-object"
1979version = "0.50.2"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "d69ce108ab67b65fbd4fb7e1331502429d78baeb2eee10008bdef55765397c07"
1982dependencies = [
1983 "bstr",
1984 "gix-actor",
1985 "gix-date",
1986 "gix-features",
1987 "gix-hash",
1988 "gix-hashtable",
1989 "gix-path",
1990 "gix-utils",
1991 "gix-validate",
1992 "itoa",
1993 "smallvec",
1994 "thiserror 2.0.17",
1995 "winnow 0.7.13",
1996]
1997
1998[[package]]
1999name = "gix-odb"
2000version = "0.70.0"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "9c9d7af10fda9df0bb4f7f9bd507963560b3c66cb15a5b825caf752e0eb109ac"
2003dependencies = [
2004 "arc-swap",
2005 "gix-date",
2006 "gix-features",
2007 "gix-fs",
2008 "gix-hash",
2009 "gix-hashtable",
2010 "gix-object",
2011 "gix-pack",
2012 "gix-path",
2013 "gix-quote",
2014 "parking_lot",
2015 "tempfile",
2016 "thiserror 2.0.17",
2017]
2018
2019[[package]]
2020name = "gix-pack"
2021version = "0.60.0"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "d8571df89bfca5abb49c3e3372393f7af7e6f8b8dbe2b96303593cef5b263019"
2024dependencies = [
2025 "clru",
2026 "gix-chunk",
2027 "gix-features",
2028 "gix-hash",
2029 "gix-hashtable",
2030 "gix-object",
2031 "gix-path",
2032 "gix-tempfile",
2033 "memmap2",
2034 "parking_lot",
2035 "smallvec",
2036 "thiserror 2.0.17",
2037]
2038
2039[[package]]
2040name = "gix-packetline"
2041version = "0.19.3"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "64286a8b5148e76ab80932e72762dd27ccf6169dd7a134b027c8a262a8262fcf"
2044dependencies = [
2045 "bstr",
2046 "faster-hex",
2047 "gix-trace",
2048 "thiserror 2.0.17",
2049]
2050
2051[[package]]
2052name = "gix-packetline-blocking"
2053version = "0.19.3"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "89c59c3ad41e68cb38547d849e9ef5ccfc0d00f282244ba1441ae856be54d001"
2056dependencies = [
2057 "bstr",
2058 "faster-hex",
2059 "gix-trace",
2060 "thiserror 2.0.17",
2061]
2062
2063[[package]]
2064name = "gix-path"
2065version = "0.10.21"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "0416b41cd00ff292af9b94b0660880c44bd2ed66828ddca9a2b333535cbb71b8"
2068dependencies = [
2069 "bstr",
2070 "gix-trace",
2071 "gix-validate",
2072 "home",
2073 "thiserror 2.0.17",
2074]
2075
2076[[package]]
2077name = "gix-pathspec"
2078version = "0.12.0"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "daedead611c9bd1f3640dc90a9012b45f790201788af4d659f28d94071da7fba"
2081dependencies = [
2082 "bitflags 2.10.0",
2083 "bstr",
2084 "gix-attributes",
2085 "gix-config-value",
2086 "gix-glob",
2087 "gix-path",
2088 "thiserror 2.0.17",
2089]
2090
2091[[package]]
2092name = "gix-prompt"
2093version = "0.11.2"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "868e6516dfa16fdcbc5f8c935167d085f2ae65ccd4c9476a4319579d12a69d8d"
2096dependencies = [
2097 "gix-command",
2098 "gix-config-value",
2099 "parking_lot",
2100 "rustix",
2101 "thiserror 2.0.17",
2102]
2103
2104[[package]]
2105name = "gix-protocol"
2106version = "0.51.0"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "12b4b807c47ffcf7c1e5b8119585368a56449f3493da93b931e1d4239364e922"
2109dependencies = [
2110 "bstr",
2111 "gix-credentials",
2112 "gix-date",
2113 "gix-features",
2114 "gix-hash",
2115 "gix-lock",
2116 "gix-negotiate",
2117 "gix-object",
2118 "gix-ref",
2119 "gix-refspec",
2120 "gix-revwalk",
2121 "gix-shallow",
2122 "gix-trace",
2123 "gix-transport",
2124 "gix-utils",
2125 "maybe-async",
2126 "thiserror 2.0.17",
2127 "winnow 0.7.13",
2128]
2129
2130[[package]]
2131name = "gix-quote"
2132version = "0.6.1"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "e912ec04b7b1566a85ad486db0cab6b9955e3e32bcd3c3a734542ab3af084c5b"
2135dependencies = [
2136 "bstr",
2137 "gix-utils",
2138 "thiserror 2.0.17",
2139]
2140
2141[[package]]
2142name = "gix-ref"
2143version = "0.53.1"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "b966f578079a42f4a51413b17bce476544cca1cf605753466669082f94721758"
2146dependencies = [
2147 "gix-actor",
2148 "gix-features",
2149 "gix-fs",
2150 "gix-hash",
2151 "gix-lock",
2152 "gix-object",
2153 "gix-path",
2154 "gix-tempfile",
2155 "gix-utils",
2156 "gix-validate",
2157 "memmap2",
2158 "thiserror 2.0.17",
2159 "winnow 0.7.13",
2160]
2161
2162[[package]]
2163name = "gix-refspec"
2164version = "0.31.0"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "7d29cae1ae31108826e7156a5e60bffacab405f4413f5bc0375e19772cce0055"
2167dependencies = [
2168 "bstr",
2169 "gix-hash",
2170 "gix-revision",
2171 "gix-validate",
2172 "smallvec",
2173 "thiserror 2.0.17",
2174]
2175
2176[[package]]
2177name = "gix-revision"
2178version = "0.35.0"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "f651f2b1742f760bb8161d6743229206e962b73d9c33c41f4e4aefa6586cbd3d"
2181dependencies = [
2182 "bstr",
2183 "gix-commitgraph",
2184 "gix-date",
2185 "gix-hash",
2186 "gix-object",
2187 "gix-revwalk",
2188 "thiserror 2.0.17",
2189]
2190
2191[[package]]
2192name = "gix-revwalk"
2193version = "0.21.0"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "06e74f91709729e099af6721bd0fa7d62f243f2005085152301ca5cdd86ec02c"
2196dependencies = [
2197 "gix-commitgraph",
2198 "gix-date",
2199 "gix-hash",
2200 "gix-hashtable",
2201 "gix-object",
2202 "smallvec",
2203 "thiserror 2.0.17",
2204]
2205
2206[[package]]
2207name = "gix-sec"
2208version = "0.12.2"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "ea9962ed6d9114f7f100efe038752f41283c225bb507a2888903ac593dffa6be"
2211dependencies = [
2212 "bitflags 2.10.0",
2213 "gix-path",
2214 "libc",
2215 "windows-sys 0.61.2",
2216]
2217
2218[[package]]
2219name = "gix-shallow"
2220version = "0.5.0"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "d936745103243ae4c510f19e0760ce73fb0f08096588fdbe0f0d7fb7ce8944b7"
2223dependencies = [
2224 "bstr",
2225 "gix-hash",
2226 "gix-lock",
2227 "thiserror 2.0.17",
2228]
2229
2230[[package]]
2231name = "gix-status"
2232version = "0.20.0"
2233source = "registry+https://github.com/rust-lang/crates.io-index"
2234checksum = "2a4afff9b34eeececa8bdc32b42fb318434b6b1391d9f8d45fe455af08dc2d35"
2235dependencies = [
2236 "bstr",
2237 "filetime",
2238 "gix-diff",
2239 "gix-dir",
2240 "gix-features",
2241 "gix-filter",
2242 "gix-fs",
2243 "gix-hash",
2244 "gix-index",
2245 "gix-object",
2246 "gix-path",
2247 "gix-pathspec",
2248 "gix-worktree",
2249 "portable-atomic",
2250 "thiserror 2.0.17",
2251]
2252
2253[[package]]
2254name = "gix-submodule"
2255version = "0.20.0"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "657cc5dd43cbc7a14d9c5aaf02cfbe9c2a15d077cded3f304adb30ef78852d3e"
2258dependencies = [
2259 "bstr",
2260 "gix-config",
2261 "gix-path",
2262 "gix-pathspec",
2263 "gix-refspec",
2264 "gix-url",
2265 "thiserror 2.0.17",
2266]
2267
2268[[package]]
2269name = "gix-tempfile"
2270version = "18.0.0"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "666c0041bcdedf5fa05e9bef663c897debab24b7dc1741605742412d1d47da57"
2273dependencies = [
2274 "dashmap",
2275 "gix-fs",
2276 "libc",
2277 "once_cell",
2278 "parking_lot",
2279 "tempfile",
2280]
2281
2282[[package]]
2283name = "gix-trace"
2284version = "0.1.15"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "1d3f59a8de2934f6391b6b3a1a7654eae18961fcb9f9c843533fed34ad0f3457"
2287
2288[[package]]
2289name = "gix-transport"
2290version = "0.48.0"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "12f7cc0179fc89d53c54e1f9ce51229494864ab4bf136132d69db1b011741ca3"
2293dependencies = [
2294 "base64",
2295 "bstr",
2296 "curl",
2297 "gix-command",
2298 "gix-credentials",
2299 "gix-features",
2300 "gix-packetline",
2301 "gix-quote",
2302 "gix-sec",
2303 "gix-url",
2304 "thiserror 2.0.17",
2305]
2306
2307[[package]]
2308name = "gix-traverse"
2309version = "0.47.0"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "c7cdc82509d792ba0ad815f86f6b469c7afe10f94362e96c4494525a6601bdd5"
2312dependencies = [
2313 "bitflags 2.10.0",
2314 "gix-commitgraph",
2315 "gix-date",
2316 "gix-hash",
2317 "gix-hashtable",
2318 "gix-object",
2319 "gix-revwalk",
2320 "smallvec",
2321 "thiserror 2.0.17",
2322]
2323
2324[[package]]
2325name = "gix-url"
2326version = "0.32.0"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "1b76a9d266254ad287ffd44467cd88e7868799b08f4d52e02d942b93e514d16f"
2329dependencies = [
2330 "bstr",
2331 "gix-features",
2332 "gix-path",
2333 "percent-encoding",
2334 "thiserror 2.0.17",
2335 "url",
2336]
2337
2338[[package]]
2339name = "gix-utils"
2340version = "0.3.1"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "befcdbdfb1238d2854591f760a48711bed85e72d80a10e8f2f93f656746ef7c5"
2343dependencies = [
2344 "bstr",
2345 "fastrand",
2346 "unicode-normalization",
2347]
2348
2349[[package]]
2350name = "gix-validate"
2351version = "0.10.1"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "5b1e63a5b516e970a594f870ed4571a8fdcb8a344e7bd407a20db8bd61dbfde4"
2354dependencies = [
2355 "bstr",
2356 "thiserror 2.0.17",
2357]
2358
2359[[package]]
2360name = "gix-worktree"
2361version = "0.42.0"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "55f625ac9126c19bef06dbc6d2703cdd7987e21e35b497bb265ac37d383877b1"
2364dependencies = [
2365 "bstr",
2366 "gix-attributes",
2367 "gix-features",
2368 "gix-fs",
2369 "gix-glob",
2370 "gix-hash",
2371 "gix-ignore",
2372 "gix-index",
2373 "gix-object",
2374 "gix-path",
2375 "gix-validate",
2376]
2377
2378[[package]]
2379name = "glob"
2380version = "0.3.3"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
2383
2384[[package]]
2385name = "globset"
2386version = "0.4.18"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
2389dependencies = [
2390 "aho-corasick",
2391 "bstr",
2392 "log",
2393 "regex-automata",
2394 "regex-syntax",
2395]
2396
2397[[package]]
2398name = "goblin"
2399version = "0.6.1"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68"
2402dependencies = [
2403 "log",
2404 "plain",
2405 "scroll",
2406]
2407
2408[[package]]
2409name = "group"
2410version = "0.13.0"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2413dependencies = [
2414 "ff",
2415 "rand_core 0.6.4",
2416 "subtle",
2417]
2418
2419[[package]]
2420name = "half"
2421version = "1.8.3"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
2424
2425[[package]]
2426name = "hash32"
2427version = "0.3.1"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
2430dependencies = [
2431 "byteorder",
2432]
2433
2434[[package]]
2435name = "hashbrown"
2436version = "0.14.5"
2437source = "registry+https://github.com/rust-lang/crates.io-index"
2438checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2439
2440[[package]]
2441name = "hashbrown"
2442version = "0.15.5"
2443source = "registry+https://github.com/rust-lang/crates.io-index"
2444checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
2445dependencies = [
2446 "allocator-api2",
2447 "equivalent",
2448 "foldhash",
2449]
2450
2451[[package]]
2452name = "hashbrown"
2453version = "0.16.0"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
2456
2457[[package]]
2458name = "hashlink"
2459version = "0.10.0"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
2462dependencies = [
2463 "hashbrown 0.15.5",
2464]
2465
2466[[package]]
2467name = "heapless"
2468version = "0.8.0"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
2471dependencies = [
2472 "hash32",
2473 "stable_deref_trait",
2474]
2475
2476[[package]]
2477name = "heck"
2478version = "0.5.0"
2479source = "registry+https://github.com/rust-lang/crates.io-index"
2480checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2481
2482[[package]]
2483name = "hermit-abi"
2484version = "0.1.19"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2487dependencies = [
2488 "libc",
2489]
2490
2491[[package]]
2492name = "hex"
2493version = "0.4.3"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2496
2497[[package]]
2498name = "hkdf"
2499version = "0.12.4"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2502dependencies = [
2503 "hmac",
2504]
2505
2506[[package]]
2507name = "hmac"
2508version = "0.12.1"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2511dependencies = [
2512 "digest 0.10.7",
2513]
2514
2515[[package]]
2516name = "home"
2517version = "0.5.11"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
2520dependencies = [
2521 "windows-sys 0.59.0",
2522]
2523
2524[[package]]
2525name = "http"
2526version = "1.3.1"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
2529dependencies = [
2530 "bytes 1.10.1",
2531 "fnv",
2532 "itoa",
2533]
2534
2535[[package]]
2536name = "http-auth"
2537version = "0.1.10"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "150fa4a9462ef926824cf4519c84ed652ca8f4fbae34cb8af045b5cbcaf98822"
2540dependencies = [
2541 "memchr",
2542]
2543
2544[[package]]
2545name = "http-body"
2546version = "1.0.1"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2549dependencies = [
2550 "bytes 1.10.1",
2551 "http",
2552]
2553
2554[[package]]
2555name = "http-body-util"
2556version = "0.1.3"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2559dependencies = [
2560 "bytes 1.10.1",
2561 "futures-core",
2562 "http",
2563 "http-body",
2564 "pin-project-lite",
2565]
2566
2567[[package]]
2568name = "httparse"
2569version = "1.10.1"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2572
2573[[package]]
2574name = "httpdate"
2575version = "1.0.3"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2578
2579[[package]]
2580name = "hyper"
2581version = "1.7.0"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
2584dependencies = [
2585 "atomic-waker",
2586 "bytes 1.10.1",
2587 "futures-channel",
2588 "futures-core",
2589 "http",
2590 "http-body",
2591 "httparse",
2592 "httpdate",
2593 "itoa",
2594 "pin-project-lite",
2595 "pin-utils",
2596 "smallvec",
2597 "tokio",
2598]
2599
2600[[package]]
2601name = "hyper-util"
2602version = "0.1.17"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
2605dependencies = [
2606 "bytes 1.10.1",
2607 "futures-core",
2608 "http",
2609 "http-body",
2610 "hyper",
2611 "pin-project-lite",
2612 "tokio",
2613 "tower-service",
2614]
2615
2616[[package]]
2617name = "iana-time-zone"
2618version = "0.1.64"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
2621dependencies = [
2622 "android_system_properties",
2623 "core-foundation-sys",
2624 "iana-time-zone-haiku",
2625 "js-sys",
2626 "log",
2627 "wasm-bindgen",
2628 "windows-core 0.62.2",
2629]
2630
2631[[package]]
2632name = "iana-time-zone-haiku"
2633version = "0.1.2"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2636dependencies = [
2637 "cc",
2638]
2639
2640[[package]]
2641name = "icu_collections"
2642version = "2.0.0"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
2645dependencies = [
2646 "displaydoc",
2647 "potential_utf",
2648 "yoke",
2649 "zerofrom",
2650 "zerovec",
2651]
2652
2653[[package]]
2654name = "icu_locale_core"
2655version = "2.0.0"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
2658dependencies = [
2659 "displaydoc",
2660 "litemap",
2661 "tinystr",
2662 "writeable",
2663 "zerovec",
2664]
2665
2666[[package]]
2667name = "icu_normalizer"
2668version = "2.0.0"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
2671dependencies = [
2672 "displaydoc",
2673 "icu_collections",
2674 "icu_normalizer_data",
2675 "icu_properties",
2676 "icu_provider",
2677 "smallvec",
2678 "zerovec",
2679]
2680
2681[[package]]
2682name = "icu_normalizer_data"
2683version = "2.0.0"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
2686
2687[[package]]
2688name = "icu_properties"
2689version = "2.0.1"
2690source = "registry+https://github.com/rust-lang/crates.io-index"
2691checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
2692dependencies = [
2693 "displaydoc",
2694 "icu_collections",
2695 "icu_locale_core",
2696 "icu_properties_data",
2697 "icu_provider",
2698 "potential_utf",
2699 "zerotrie",
2700 "zerovec",
2701]
2702
2703[[package]]
2704name = "icu_properties_data"
2705version = "2.0.1"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
2708
2709[[package]]
2710name = "icu_provider"
2711version = "2.0.0"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
2714dependencies = [
2715 "displaydoc",
2716 "icu_locale_core",
2717 "stable_deref_trait",
2718 "tinystr",
2719 "writeable",
2720 "yoke",
2721 "zerofrom",
2722 "zerotrie",
2723 "zerovec",
2724]
2725
2726[[package]]
2727name = "idna"
2728version = "1.1.0"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2731dependencies = [
2732 "idna_adapter",
2733 "smallvec",
2734 "utf8_iter",
2735]
2736
2737[[package]]
2738name = "idna_adapter"
2739version = "1.2.1"
2740source = "registry+https://github.com/rust-lang/crates.io-index"
2741checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2742dependencies = [
2743 "icu_normalizer",
2744 "icu_properties",
2745]
2746
2747[[package]]
2748name = "ignore"
2749version = "0.4.24"
2750source = "registry+https://github.com/rust-lang/crates.io-index"
2751checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
2752dependencies = [
2753 "crossbeam-deque",
2754 "globset",
2755 "log",
2756 "memchr",
2757 "regex-automata",
2758 "same-file",
2759 "walkdir",
2760 "winapi-util",
2761]
2762
2763[[package]]
2764name = "im-rc"
2765version = "15.1.0"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
2768dependencies = [
2769 "bitmaps",
2770 "rand_core 0.6.4",
2771 "rand_xoshiro",
2772 "sized-chunks",
2773 "typenum",
2774 "version_check",
2775]
2776
2777[[package]]
2778name = "image-webp"
2779version = "0.2.4"
2780source = "registry+https://github.com/rust-lang/crates.io-index"
2781checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
2782dependencies = [
2783 "byteorder-lite",
2784 "quick-error",
2785]
2786
2787[[package]]
2788name = "imagesize"
2789version = "0.13.0"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
2792
2793[[package]]
2794name = "imara-diff"
2795version = "0.1.8"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
2798dependencies = [
2799 "hashbrown 0.15.5",
2800]
2801
2802[[package]]
2803name = "indexmap"
2804version = "2.12.0"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
2807dependencies = [
2808 "equivalent",
2809 "hashbrown 0.16.0",
2810]
2811
2812[[package]]
2813name = "indicatif"
2814version = "0.18.1"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "e2e0ddd45fe8e09ee1a607920b12271f8a5528a41ecaf6e1d1440d6493315b6b"
2817dependencies = [
2818 "console 0.16.1",
2819 "portable-atomic",
2820 "unicode-width 0.2.2",
2821 "unit-prefix",
2822 "web-time",
2823]
2824
2825[[package]]
2826name = "inotify"
2827version = "0.11.0"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
2830dependencies = [
2831 "bitflags 2.10.0",
2832 "inotify-sys",
2833 "libc",
2834]
2835
2836[[package]]
2837name = "inotify-sys"
2838version = "0.1.5"
2839source = "registry+https://github.com/rust-lang/crates.io-index"
2840checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2841dependencies = [
2842 "libc",
2843]
2844
2845[[package]]
2846name = "insta"
2847version = "1.43.2"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0"
2850dependencies = [
2851 "console 0.15.11",
2852 "once_cell",
2853 "similar",
2854]
2855
2856[[package]]
2857name = "iovec"
2858version = "0.1.4"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2861dependencies = [
2862 "libc",
2863]
2864
2865[[package]]
2866name = "is_executable"
2867version = "1.0.5"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
2870dependencies = [
2871 "windows-sys 0.60.2",
2872]
2873
2874[[package]]
2875name = "is_terminal_polyfill"
2876version = "1.70.2"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
2879
2880[[package]]
2881name = "itertools"
2882version = "0.12.1"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2885dependencies = [
2886 "either",
2887]
2888
2889[[package]]
2890name = "itertools"
2891version = "0.14.0"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
2894dependencies = [
2895 "either",
2896]
2897
2898[[package]]
2899name = "itoa"
2900version = "1.0.15"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2903
2904[[package]]
2905name = "jiff"
2906version = "0.2.15"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
2909dependencies = [
2910 "jiff-static",
2911 "jiff-tzdb-platform",
2912 "log",
2913 "portable-atomic",
2914 "portable-atomic-util",
2915 "serde",
2916 "windows-sys 0.59.0",
2917]
2918
2919[[package]]
2920name = "jiff-static"
2921version = "0.2.15"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
2924dependencies = [
2925 "proc-macro2",
2926 "quote",
2927 "syn 2.0.108",
2928]
2929
2930[[package]]
2931name = "jiff-tzdb"
2932version = "0.1.4"
2933source = "registry+https://github.com/rust-lang/crates.io-index"
2934checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
2935
2936[[package]]
2937name = "jiff-tzdb-platform"
2938version = "0.1.3"
2939source = "registry+https://github.com/rust-lang/crates.io-index"
2940checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
2941dependencies = [
2942 "jiff-tzdb",
2943]
2944
2945[[package]]
2946name = "jobserver"
2947version = "0.1.34"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2950dependencies = [
2951 "getrandom 0.3.4",
2952 "libc",
2953]
2954
2955[[package]]
2956name = "js-sys"
2957version = "0.3.81"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
2960dependencies = [
2961 "once_cell",
2962 "wasm-bindgen",
2963]
2964
2965[[package]]
2966name = "kernel32-sys"
2967version = "0.2.2"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2970dependencies = [
2971 "winapi 0.2.8",
2972 "winapi-build",
2973]
2974
2975[[package]]
2976name = "kqueue"
2977version = "1.1.1"
2978source = "registry+https://github.com/rust-lang/crates.io-index"
2979checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
2980dependencies = [
2981 "kqueue-sys",
2982 "libc",
2983]
2984
2985[[package]]
2986name = "kqueue-sys"
2987version = "1.0.4"
2988source = "registry+https://github.com/rust-lang/crates.io-index"
2989checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
2990dependencies = [
2991 "bitflags 1.3.2",
2992 "libc",
2993]
2994
2995[[package]]
2996name = "kstring"
2997version = "2.0.2"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
3000dependencies = [
3001 "static_assertions",
3002]
3003
3004[[package]]
3005name = "kurbo"
3006version = "0.11.3"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
3009dependencies = [
3010 "arrayvec",
3011 "euclid",
3012 "smallvec",
3013]
3014
3015[[package]]
3016name = "lazy_static"
3017version = "1.5.0"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3020
3021[[package]]
3022name = "lazycell"
3023version = "1.3.0"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
3026
3027[[package]]
3028name = "libc"
3029version = "0.2.177"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
3032
3033[[package]]
3034name = "libgit2-sys"
3035version = "0.18.2+1.9.1"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
3037checksum = "1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222"
3038dependencies = [
3039 "cc",
3040 "libc",
3041 "libssh2-sys",
3042 "libz-sys",
3043 "openssl-sys",
3044 "pkg-config",
3045]
3046
3047[[package]]
3048name = "libloading"
3049version = "0.8.9"
3050source = "registry+https://github.com/rust-lang/crates.io-index"
3051checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
3052dependencies = [
3053 "cfg-if 1.0.4",
3054 "windows-link 0.2.1",
3055]
3056
3057[[package]]
3058name = "libm"
3059version = "0.2.15"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
3062
3063[[package]]
3064name = "libnghttp2-sys"
3065version = "0.1.11+1.64.0"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "1b6c24e48a7167cffa7119da39d577fa482e66c688a4aac016bee862e1a713c4"
3068dependencies = [
3069 "cc",
3070 "libc",
3071]
3072
3073[[package]]
3074name = "libredox"
3075version = "0.1.10"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
3078dependencies = [
3079 "bitflags 2.10.0",
3080 "libc",
3081 "redox_syscall",
3082]
3083
3084[[package]]
3085name = "libsqlite3-sys"
3086version = "0.34.0"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "91632f3b4fb6bd1d72aa3d78f41ffecfcf2b1a6648d8c241dbe7dbfaf4875e15"
3089dependencies = [
3090 "cc",
3091 "pkg-config",
3092 "vcpkg",
3093]
3094
3095[[package]]
3096name = "libssh2-sys"
3097version = "0.3.1"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9"
3100dependencies = [
3101 "cc",
3102 "libc",
3103 "libz-sys",
3104 "openssl-sys",
3105 "pkg-config",
3106 "vcpkg",
3107]
3108
3109[[package]]
3110name = "libz-rs-sys"
3111version = "0.5.2"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd"
3114dependencies = [
3115 "zlib-rs",
3116]
3117
3118[[package]]
3119name = "libz-sys"
3120version = "1.1.22"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
3123dependencies = [
3124 "cc",
3125 "libc",
3126 "pkg-config",
3127 "vcpkg",
3128]
3129
3130[[package]]
3131name = "linux-raw-sys"
3132version = "0.11.0"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
3135
3136[[package]]
3137name = "litemap"
3138version = "0.8.0"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
3141
3142[[package]]
3143name = "lock_api"
3144version = "0.4.14"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
3147dependencies = [
3148 "scopeguard",
3149]
3150
3151[[package]]
3152name = "log"
3153version = "0.4.28"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
3156
3157[[package]]
3158name = "malloc_buf"
3159version = "0.0.6"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
3162dependencies = [
3163 "libc",
3164]
3165
3166[[package]]
3167name = "matchers"
3168version = "0.2.0"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
3171dependencies = [
3172 "regex-automata",
3173]
3174
3175[[package]]
3176name = "matchit"
3177version = "0.8.4"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
3180
3181[[package]]
3182name = "matrixmultiply"
3183version = "0.3.10"
3184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
3186dependencies = [
3187 "autocfg",
3188 "rawpointer",
3189]
3190
3191[[package]]
3192name = "maybe-async"
3193version = "0.2.10"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
3196dependencies = [
3197 "proc-macro2",
3198 "quote",
3199 "syn 2.0.108",
3200]
3201
3202[[package]]
3203name = "measure_time"
3204version = "0.9.0"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "51c55d61e72fc3ab704396c5fa16f4c184db37978ae4e94ca8959693a235fc0e"
3207dependencies = [
3208 "log",
3209]
3210
3211[[package]]
3212name = "memchr"
3213version = "2.7.6"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
3216
3217[[package]]
3218name = "memmap2"
3219version = "0.9.9"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
3222dependencies = [
3223 "libc",
3224]
3225
3226[[package]]
3227name = "midi-consts"
3228version = "0.1.0"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "6f2dd5c7f8aaf48a76e389068ab25ed80bdbc226b887f9013844c415698c9952"
3231
3232[[package]]
3233name = "midly"
3234version = "0.5.3"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "207d755f4cb882d20c4da58d707ca9130a0c9bc5061f657a4f299b8e36362b7a"
3237dependencies = [
3238 "rayon",
3239]
3240
3241[[package]]
3242name = "miette"
3243version = "7.6.0"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
3246dependencies = [
3247 "cfg-if 1.0.4",
3248 "miette-derive",
3249 "unicode-width 0.1.14",
3250]
3251
3252[[package]]
3253name = "miette-derive"
3254version = "7.6.0"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
3257dependencies = [
3258 "proc-macro2",
3259 "quote",
3260 "syn 2.0.108",
3261]
3262
3263[[package]]
3264name = "mime"
3265version = "0.3.17"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3268
3269[[package]]
3270name = "minimal-lexical"
3271version = "0.2.1"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3274
3275[[package]]
3276name = "miniz_oxide"
3277version = "0.8.9"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3280dependencies = [
3281 "adler2",
3282 "simd-adler32",
3283]
3284
3285[[package]]
3286name = "mio"
3287version = "0.6.23"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
3290dependencies = [
3291 "cfg-if 0.1.10",
3292 "fuchsia-zircon",
3293 "fuchsia-zircon-sys",
3294 "iovec",
3295 "kernel32-sys",
3296 "libc",
3297 "log",
3298 "miow 0.2.2",
3299 "net2",
3300 "slab",
3301 "winapi 0.2.8",
3302]
3303
3304[[package]]
3305name = "mio"
3306version = "1.1.0"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
3309dependencies = [
3310 "libc",
3311 "log",
3312 "wasi 0.11.1+wasi-snapshot-preview1",
3313 "windows-sys 0.61.2",
3314]
3315
3316[[package]]
3317name = "mio-extras"
3318version = "2.0.6"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
3321dependencies = [
3322 "lazycell",
3323 "log",
3324 "mio 0.6.23",
3325 "slab",
3326]
3327
3328[[package]]
3329name = "miow"
3330version = "0.2.2"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
3333dependencies = [
3334 "kernel32-sys",
3335 "net2",
3336 "winapi 0.2.8",
3337 "ws2_32-sys",
3338]
3339
3340[[package]]
3341name = "miow"
3342version = "0.6.1"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
3345dependencies = [
3346 "windows-sys 0.61.2",
3347]
3348
3349[[package]]
3350name = "nanoid"
3351version = "0.4.0"
3352source = "registry+https://github.com/rust-lang/crates.io-index"
3353checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
3354dependencies = [
3355 "rand 0.8.5",
3356]
3357
3358[[package]]
3359name = "ndarray"
3360version = "0.16.1"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
3362checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
3363dependencies = [
3364 "matrixmultiply",
3365 "num-complex",
3366 "num-integer",
3367 "num-traits",
3368 "portable-atomic",
3369 "portable-atomic-util",
3370 "rawpointer",
3371]
3372
3373[[package]]
3374name = "net2"
3375version = "0.2.39"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
3378dependencies = [
3379 "cfg-if 0.1.10",
3380 "libc",
3381 "winapi 0.3.9",
3382]
3383
3384[[package]]
3385name = "nih_log"
3386version = "0.3.1"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "d0cdb52ef79af48ae110401c883bdb9c15e0306a99ab6ecf18bc52068b668e54"
3389dependencies = [
3390 "atty",
3391 "log",
3392 "once_cell",
3393 "termcolor",
3394 "time",
3395 "windows 0.44.0",
3396]
3397
3398[[package]]
3399name = "nih_plug"
3400version = "0.0.0"
3401source = "git+https://github.com/robbert-vdh/nih-plug.git#28b149ec4d62757d0b448809148a0c3ca6e09a95"
3402dependencies = [
3403 "anyhow",
3404 "anymap3",
3405 "assert_no_alloc",
3406 "atomic_float",
3407 "atomic_refcell",
3408 "backtrace",
3409 "bitflags 1.3.2",
3410 "cfg-if 1.0.4",
3411 "clap-sys",
3412 "core-foundation 0.9.4",
3413 "crossbeam",
3414 "libc",
3415 "log",
3416 "midi-consts",
3417 "nih_log",
3418 "nih_plug_derive",
3419 "objc",
3420 "parking_lot",
3421 "raw-window-handle",
3422 "serde",
3423 "serde_json",
3424 "vst3-sys",
3425 "widestring",
3426 "windows 0.44.0",
3427]
3428
3429[[package]]
3430name = "nih_plug_derive"
3431version = "0.1.0"
3432source = "git+https://github.com/robbert-vdh/nih-plug.git#28b149ec4d62757d0b448809148a0c3ca6e09a95"
3433dependencies = [
3434 "proc-macro2",
3435 "quote",
3436 "syn 1.0.109",
3437]
3438
3439[[package]]
3440name = "nih_plug_xtask"
3441version = "0.1.0"
3442source = "git+https://github.com/robbert-vdh/nih-plug.git#28b149ec4d62757d0b448809148a0c3ca6e09a95"
3443dependencies = [
3444 "anyhow",
3445 "cargo_metadata",
3446 "goblin",
3447 "reflink",
3448 "serde",
3449 "toml 0.7.8",
3450]
3451
3452[[package]]
3453name = "nix"
3454version = "0.30.1"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
3457dependencies = [
3458 "bitflags 2.10.0",
3459 "cfg-if 1.0.4",
3460 "cfg_aliases",
3461 "libc",
3462]
3463
3464[[package]]
3465name = "nom"
3466version = "7.1.3"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3469dependencies = [
3470 "memchr",
3471 "minimal-lexical",
3472]
3473
3474[[package]]
3475name = "normalize-path"
3476version = "0.2.1"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "f5438dd2b2ff4c6df6e1ce22d825ed2fa93ee2922235cc45186991717f0a892d"
3479
3480[[package]]
3481name = "normpath"
3482version = "1.5.0"
3483source = "registry+https://github.com/rust-lang/crates.io-index"
3484checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
3485dependencies = [
3486 "windows-sys 0.61.2",
3487]
3488
3489[[package]]
3490name = "notify"
3491version = "8.2.0"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3"
3494dependencies = [
3495 "bitflags 2.10.0",
3496 "fsevent-sys",
3497 "inotify",
3498 "kqueue",
3499 "libc",
3500 "log",
3501 "mio 1.1.0",
3502 "notify-types",
3503 "walkdir",
3504 "windows-sys 0.60.2",
3505]
3506
3507[[package]]
3508name = "notify-types"
3509version = "2.0.0"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
3512
3513[[package]]
3514name = "nu-ansi-term"
3515version = "0.50.3"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3518dependencies = [
3519 "windows-sys 0.61.2",
3520]
3521
3522[[package]]
3523name = "num-complex"
3524version = "0.4.6"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
3527dependencies = [
3528 "num-traits",
3529]
3530
3531[[package]]
3532name = "num-conv"
3533version = "0.1.0"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3536
3537[[package]]
3538name = "num-integer"
3539version = "0.1.46"
3540source = "registry+https://github.com/rust-lang/crates.io-index"
3541checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3542dependencies = [
3543 "num-traits",
3544]
3545
3546[[package]]
3547name = "num-traits"
3548version = "0.2.19"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3551dependencies = [
3552 "autocfg",
3553]
3554
3555[[package]]
3556name = "num_threads"
3557version = "0.1.7"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
3560dependencies = [
3561 "libc",
3562]
3563
3564[[package]]
3565name = "objc"
3566version = "0.2.7"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
3569dependencies = [
3570 "malloc_buf",
3571]
3572
3573[[package]]
3574name = "object"
3575version = "0.37.3"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
3578dependencies = [
3579 "memchr",
3580]
3581
3582[[package]]
3583name = "once_cell"
3584version = "1.21.3"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3587
3588[[package]]
3589name = "once_cell_polyfill"
3590version = "1.70.2"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
3593
3594[[package]]
3595name = "opaque-debug"
3596version = "0.2.3"
3597source = "registry+https://github.com/rust-lang/crates.io-index"
3598checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
3599
3600[[package]]
3601name = "opener"
3602version = "0.8.3"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "cb9024962ab91e00c89d2a14352a8d0fc1a64346bf96f1839b45c09149564e47"
3605dependencies = [
3606 "bstr",
3607 "normpath",
3608 "windows-sys 0.60.2",
3609]
3610
3611[[package]]
3612name = "openssl-probe"
3613version = "0.1.6"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3616
3617[[package]]
3618name = "openssl-sys"
3619version = "0.9.110"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
3622dependencies = [
3623 "cc",
3624 "libc",
3625 "pkg-config",
3626 "vcpkg",
3627]
3628
3629[[package]]
3630name = "ordered-float"
3631version = "2.10.1"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
3634dependencies = [
3635 "num-traits",
3636]
3637
3638[[package]]
3639name = "orion"
3640version = "0.17.11"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "21b3da83b2b4cdc74ab6a556b2e7b473da046d5aa4008c0a7a3ae96b1b4aabb4"
3643dependencies = [
3644 "fiat-crypto",
3645 "subtle",
3646 "zeroize",
3647]
3648
3649[[package]]
3650name = "os_info"
3651version = "3.12.0"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "d0e1ac5fde8d43c34139135df8ea9ee9465394b2d8d20f032d38998f64afffc3"
3654dependencies = [
3655 "log",
3656 "plist",
3657 "windows-sys 0.52.0",
3658]
3659
3660[[package]]
3661name = "p384"
3662version = "0.13.1"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
3665dependencies = [
3666 "ecdsa",
3667 "elliptic-curve",
3668 "primeorder",
3669 "sha2",
3670]
3671
3672[[package]]
3673name = "parking"
3674version = "2.2.1"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3677
3678[[package]]
3679name = "parking_lot"
3680version = "0.12.5"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3683dependencies = [
3684 "lock_api",
3685 "parking_lot_core",
3686]
3687
3688[[package]]
3689name = "parking_lot_core"
3690version = "0.9.12"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3693dependencies = [
3694 "cfg-if 1.0.4",
3695 "libc",
3696 "redox_syscall",
3697 "smallvec",
3698 "windows-link 0.2.1",
3699]
3700
3701[[package]]
3702name = "pasetors"
3703version = "0.7.7"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "03e1ed71dcdf863d9f66d9de86de714db38aedc2fcabc1a60207d1fde603e2d5"
3706dependencies = [
3707 "ct-codecs",
3708 "ed25519-compact",
3709 "getrandom 0.3.4",
3710 "orion",
3711 "p384",
3712 "rand_core 0.6.4",
3713 "regex",
3714 "serde",
3715 "serde_derive",
3716 "serde_json",
3717 "sha2",
3718 "subtle",
3719 "time",
3720 "zeroize",
3721]
3722
3723[[package]]
3724name = "pathdiff"
3725version = "0.2.3"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
3728
3729[[package]]
3730name = "pem-rfc7468"
3731version = "0.7.0"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3734dependencies = [
3735 "base64ct",
3736]
3737
3738[[package]]
3739name = "percent-encoding"
3740version = "2.3.2"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3743
3744[[package]]
3745name = "pico-args"
3746version = "0.5.0"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
3749
3750[[package]]
3751name = "pin-project-lite"
3752version = "0.2.16"
3753source = "registry+https://github.com/rust-lang/crates.io-index"
3754checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3755
3756[[package]]
3757name = "pin-utils"
3758version = "0.1.0"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3761
3762[[package]]
3763name = "pkcs8"
3764version = "0.10.2"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3767dependencies = [
3768 "der",
3769 "spki",
3770]
3771
3772[[package]]
3773name = "pkg-config"
3774version = "0.3.32"
3775source = "registry+https://github.com/rust-lang/crates.io-index"
3776checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3777
3778[[package]]
3779name = "plain"
3780version = "0.2.3"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
3783
3784[[package]]
3785name = "plist"
3786version = "1.8.0"
3787source = "registry+https://github.com/rust-lang/crates.io-index"
3788checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
3789dependencies = [
3790 "base64",
3791 "indexmap",
3792 "quick-xml",
3793 "serde",
3794 "time",
3795]
3796
3797[[package]]
3798name = "png"
3799version = "0.17.16"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
3802dependencies = [
3803 "bitflags 1.3.2",
3804 "crc32fast",
3805 "fdeflate",
3806 "flate2",
3807 "miniz_oxide",
3808]
3809
3810[[package]]
3811name = "portable-atomic"
3812version = "1.11.1"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
3815
3816[[package]]
3817name = "portable-atomic-util"
3818version = "0.2.4"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
3821dependencies = [
3822 "portable-atomic",
3823]
3824
3825[[package]]
3826name = "potential_utf"
3827version = "0.1.3"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
3830dependencies = [
3831 "zerovec",
3832]
3833
3834[[package]]
3835name = "powerfmt"
3836version = "0.2.0"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3839
3840[[package]]
3841name = "ppv-lite86"
3842version = "0.2.21"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3845dependencies = [
3846 "zerocopy",
3847]
3848
3849[[package]]
3850name = "primeorder"
3851version = "0.13.6"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3854dependencies = [
3855 "elliptic-curve",
3856]
3857
3858[[package]]
3859name = "proc-macro2"
3860version = "1.0.102"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "8e0f6df8eaa422d97d72edcd152e1451618fed47fabbdbd5a8864167b1d4aff7"
3863dependencies = [
3864 "unicode-ident",
3865]
3866
3867[[package]]
3868name = "process-wrap"
3869version = "8.2.1"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "a3ef4f2f0422f23a82ec9f628ea2acd12871c81a9362b02c43c1aa86acfc3ba1"
3872dependencies = [
3873 "futures",
3874 "indexmap",
3875 "nix",
3876 "tokio",
3877 "tracing",
3878 "windows 0.61.3",
3879]
3880
3881[[package]]
3882name = "prodash"
3883version = "30.0.1"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "5a6efc566849d3d9d737c5cb06cc50e48950ebe3d3f9d70631490fff3a07b139"
3886dependencies = [
3887 "parking_lot",
3888]
3889
3890[[package]]
3891name = "quick-error"
3892version = "2.0.1"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
3895
3896[[package]]
3897name = "quick-xml"
3898version = "0.38.3"
3899source = "registry+https://github.com/rust-lang/crates.io-index"
3900checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
3901dependencies = [
3902 "memchr",
3903]
3904
3905[[package]]
3906name = "quote"
3907version = "1.0.41"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
3910dependencies = [
3911 "proc-macro2",
3912]
3913
3914[[package]]
3915name = "r-efi"
3916version = "5.3.0"
3917source = "registry+https://github.com/rust-lang/crates.io-index"
3918checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3919
3920[[package]]
3921name = "rand"
3922version = "0.7.3"
3923source = "registry+https://github.com/rust-lang/crates.io-index"
3924checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
3925dependencies = [
3926 "getrandom 0.1.16",
3927 "libc",
3928 "rand_chacha 0.2.2",
3929 "rand_core 0.5.1",
3930 "rand_hc",
3931]
3932
3933[[package]]
3934name = "rand"
3935version = "0.8.5"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3938dependencies = [
3939 "libc",
3940 "rand_chacha 0.3.1",
3941 "rand_core 0.6.4",
3942]
3943
3944[[package]]
3945name = "rand"
3946version = "0.9.2"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
3949dependencies = [
3950 "rand_chacha 0.9.0",
3951 "rand_core 0.9.3",
3952]
3953
3954[[package]]
3955name = "rand_chacha"
3956version = "0.2.2"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3959dependencies = [
3960 "ppv-lite86",
3961 "rand_core 0.5.1",
3962]
3963
3964[[package]]
3965name = "rand_chacha"
3966version = "0.3.1"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3969dependencies = [
3970 "ppv-lite86",
3971 "rand_core 0.6.4",
3972]
3973
3974[[package]]
3975name = "rand_chacha"
3976version = "0.9.0"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3979dependencies = [
3980 "ppv-lite86",
3981 "rand_core 0.9.3",
3982]
3983
3984[[package]]
3985name = "rand_core"
3986version = "0.5.1"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3989dependencies = [
3990 "getrandom 0.1.16",
3991]
3992
3993[[package]]
3994name = "rand_core"
3995version = "0.6.4"
3996source = "registry+https://github.com/rust-lang/crates.io-index"
3997checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3998dependencies = [
3999 "getrandom 0.2.16",
4000]
4001
4002[[package]]
4003name = "rand_core"
4004version = "0.9.3"
4005source = "registry+https://github.com/rust-lang/crates.io-index"
4006checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
4007dependencies = [
4008 "getrandom 0.3.4",
4009]
4010
4011[[package]]
4012name = "rand_hc"
4013version = "0.2.0"
4014source = "registry+https://github.com/rust-lang/crates.io-index"
4015checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
4016dependencies = [
4017 "rand_core 0.5.1",
4018]
4019
4020[[package]]
4021name = "rand_xoshiro"
4022version = "0.6.0"
4023source = "registry+https://github.com/rust-lang/crates.io-index"
4024checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
4025dependencies = [
4026 "rand_core 0.6.4",
4027]
4028
4029[[package]]
4030name = "raw-window-handle"
4031version = "0.5.2"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
4034
4035[[package]]
4036name = "rawpointer"
4037version = "0.2.1"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
4040
4041[[package]]
4042name = "rayon"
4043version = "1.11.0"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
4046dependencies = [
4047 "either",
4048 "rayon-core",
4049]
4050
4051[[package]]
4052name = "rayon-core"
4053version = "1.13.0"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
4056dependencies = [
4057 "crossbeam-deque",
4058 "crossbeam-utils",
4059]
4060
4061[[package]]
4062name = "redox_syscall"
4063version = "0.5.18"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
4066dependencies = [
4067 "bitflags 2.10.0",
4068]
4069
4070[[package]]
4071name = "reflink"
4072version = "0.1.3"
4073source = "git+https://github.com/nicokoch/reflink.git?rev=e8d93b465f5d9ad340cd052b64bbc77b8ee107e2#e8d93b465f5d9ad340cd052b64bbc77b8ee107e2"
4074dependencies = [
4075 "libc",
4076 "winapi 0.3.9",
4077]
4078
4079[[package]]
4080name = "regex"
4081version = "1.12.2"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
4084dependencies = [
4085 "aho-corasick",
4086 "memchr",
4087 "regex-automata",
4088 "regex-syntax",
4089]
4090
4091[[package]]
4092name = "regex-automata"
4093version = "0.4.13"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
4096dependencies = [
4097 "aho-corasick",
4098 "memchr",
4099 "regex-syntax",
4100]
4101
4102[[package]]
4103name = "regex-syntax"
4104version = "0.8.8"
4105source = "registry+https://github.com/rust-lang/crates.io-index"
4106checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
4107
4108[[package]]
4109name = "resvg"
4110version = "0.45.1"
4111source = "registry+https://github.com/rust-lang/crates.io-index"
4112checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
4113dependencies = [
4114 "gif",
4115 "image-webp",
4116 "log",
4117 "pico-args",
4118 "rgb",
4119 "svgtypes",
4120 "tiny-skia",
4121 "usvg",
4122 "zune-jpeg",
4123]
4124
4125[[package]]
4126name = "rfc6979"
4127version = "0.4.0"
4128source = "registry+https://github.com/rust-lang/crates.io-index"
4129checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
4130dependencies = [
4131 "hmac",
4132 "subtle",
4133]
4134
4135[[package]]
4136name = "rgb"
4137version = "0.8.52"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
4140dependencies = [
4141 "bytemuck",
4142]
4143
4144[[package]]
4145name = "roxmltree"
4146version = "0.20.0"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
4149
4150[[package]]
4151name = "roxmltree"
4152version = "0.21.1"
4153source = "registry+https://github.com/rust-lang/crates.io-index"
4154checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
4155dependencies = [
4156 "memchr",
4157]
4158
4159[[package]]
4160name = "rusqlite"
4161version = "0.36.0"
4162source = "registry+https://github.com/rust-lang/crates.io-index"
4163checksum = "3de23c3319433716cf134eed225fe9986bc24f63bed9be9f20c329029e672dc7"
4164dependencies = [
4165 "bitflags 2.10.0",
4166 "fallible-iterator",
4167 "fallible-streaming-iterator",
4168 "hashlink",
4169 "libsqlite3-sys",
4170 "smallvec",
4171]
4172
4173[[package]]
4174name = "rust-analyzer"
4175version = "0.0.1"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "11707871ffa56ce568d4f15dd34c2f891a2aa5e4b3435b99b8f99938492525c3"
4178
4179[[package]]
4180name = "rustc-demangle"
4181version = "0.1.26"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
4184
4185[[package]]
4186name = "rustc-hash"
4187version = "2.1.1"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
4190
4191[[package]]
4192name = "rustc-stable-hash"
4193version = "0.1.2"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08"
4196
4197[[package]]
4198name = "rustfix"
4199version = "0.9.2"
4200source = "registry+https://github.com/rust-lang/crates.io-index"
4201checksum = "662decac6b0486a3bfb3723a0621eb12f5ae199488ddf87582d09f8c7b3e9889"
4202dependencies = [
4203 "serde",
4204 "serde_json",
4205 "thiserror 2.0.17",
4206 "tracing",
4207]
4208
4209[[package]]
4210name = "rustix"
4211version = "1.1.2"
4212source = "registry+https://github.com/rust-lang/crates.io-index"
4213checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
4214dependencies = [
4215 "bitflags 2.10.0",
4216 "errno",
4217 "libc",
4218 "linux-raw-sys",
4219 "windows-sys 0.61.2",
4220]
4221
4222[[package]]
4223name = "rustversion"
4224version = "1.0.22"
4225source = "registry+https://github.com/rust-lang/crates.io-index"
4226checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
4227
4228[[package]]
4229name = "rustybuzz"
4230version = "0.20.1"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
4233dependencies = [
4234 "bitflags 2.10.0",
4235 "bytemuck",
4236 "core_maths",
4237 "log",
4238 "smallvec",
4239 "ttf-parser",
4240 "unicode-bidi-mirroring",
4241 "unicode-ccc",
4242 "unicode-properties",
4243 "unicode-script",
4244]
4245
4246[[package]]
4247name = "ryu"
4248version = "1.0.20"
4249source = "registry+https://github.com/rust-lang/crates.io-index"
4250checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
4251
4252[[package]]
4253name = "same-file"
4254version = "1.0.6"
4255source = "registry+https://github.com/rust-lang/crates.io-index"
4256checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4257dependencies = [
4258 "winapi-util",
4259]
4260
4261[[package]]
4262name = "schannel"
4263version = "0.1.28"
4264source = "registry+https://github.com/rust-lang/crates.io-index"
4265checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
4266dependencies = [
4267 "windows-sys 0.61.2",
4268]
4269
4270[[package]]
4271name = "schedule-hell"
4272version = "0.1.0"
4273dependencies = [
4274 "anyhow",
4275 "itertools 0.14.0",
4276 "pico-args",
4277 "rand 0.9.2",
4278 "shapemaker",
4279 "tokio",
4280]
4281
4282[[package]]
4283name = "schedule-hell-backbone"
4284version = "0.1.0"
4285dependencies = [
4286 "env_logger",
4287 "rand 0.9.2",
4288 "shapemaker",
4289]
4290
4291[[package]]
4292name = "schedule-hell-bicolor"
4293version = "0.1.0"
4294dependencies = [
4295 "rand 0.9.2",
4296 "shapemaker",
4297]
4298
4299[[package]]
4300name = "schedule-hell-starry-sky"
4301version = "0.1.0"
4302dependencies = [
4303 "rand 0.9.2",
4304 "shapemaker",
4305]
4306
4307[[package]]
4308name = "scopeguard"
4309version = "1.2.0"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4312
4313[[package]]
4314name = "scroll"
4315version = "0.11.0"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
4318dependencies = [
4319 "scroll_derive",
4320]
4321
4322[[package]]
4323name = "scroll_derive"
4324version = "0.11.1"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
4327dependencies = [
4328 "proc-macro2",
4329 "quote",
4330 "syn 2.0.108",
4331]
4332
4333[[package]]
4334name = "sec1"
4335version = "0.7.3"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
4338dependencies = [
4339 "base16ct",
4340 "der",
4341 "generic-array 0.14.9",
4342 "pkcs8",
4343 "subtle",
4344 "zeroize",
4345]
4346
4347[[package]]
4348name = "security-framework"
4349version = "3.5.1"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
4352dependencies = [
4353 "bitflags 2.10.0",
4354 "core-foundation 0.10.1",
4355 "core-foundation-sys",
4356 "libc",
4357 "security-framework-sys",
4358]
4359
4360[[package]]
4361name = "security-framework-sys"
4362version = "2.15.0"
4363source = "registry+https://github.com/rust-lang/crates.io-index"
4364checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
4365dependencies = [
4366 "core-foundation-sys",
4367 "libc",
4368]
4369
4370[[package]]
4371name = "semver"
4372version = "1.0.27"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
4375dependencies = [
4376 "serde",
4377 "serde_core",
4378]
4379
4380[[package]]
4381name = "serde"
4382version = "1.0.228"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
4385dependencies = [
4386 "serde_core",
4387 "serde_derive",
4388]
4389
4390[[package]]
4391name = "serde-untagged"
4392version = "0.1.9"
4393source = "registry+https://github.com/rust-lang/crates.io-index"
4394checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058"
4395dependencies = [
4396 "erased-serde",
4397 "serde",
4398 "serde_core",
4399 "typeid",
4400]
4401
4402[[package]]
4403name = "serde-value"
4404version = "0.7.0"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
4407dependencies = [
4408 "ordered-float",
4409 "serde",
4410]
4411
4412[[package]]
4413name = "serde_cbor"
4414version = "0.11.2"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
4417dependencies = [
4418 "half",
4419 "serde",
4420]
4421
4422[[package]]
4423name = "serde_core"
4424version = "1.0.228"
4425source = "registry+https://github.com/rust-lang/crates.io-index"
4426checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
4427dependencies = [
4428 "serde_derive",
4429]
4430
4431[[package]]
4432name = "serde_derive"
4433version = "1.0.228"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
4436dependencies = [
4437 "proc-macro2",
4438 "quote",
4439 "syn 2.0.108",
4440]
4441
4442[[package]]
4443name = "serde_ignored"
4444version = "0.1.14"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "115dffd5f3853e06e746965a20dcbae6ee747ae30b543d91b0e089668bb07798"
4447dependencies = [
4448 "serde",
4449 "serde_core",
4450]
4451
4452[[package]]
4453name = "serde_json"
4454version = "1.0.145"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
4457dependencies = [
4458 "itoa",
4459 "memchr",
4460 "ryu",
4461 "serde",
4462 "serde_core",
4463]
4464
4465[[package]]
4466name = "serde_path_to_error"
4467version = "0.1.20"
4468source = "registry+https://github.com/rust-lang/crates.io-index"
4469checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
4470dependencies = [
4471 "itoa",
4472 "serde",
4473 "serde_core",
4474]
4475
4476[[package]]
4477name = "serde_spanned"
4478version = "0.6.9"
4479source = "registry+https://github.com/rust-lang/crates.io-index"
4480checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
4481dependencies = [
4482 "serde",
4483]
4484
4485[[package]]
4486name = "serde_spanned"
4487version = "1.0.3"
4488source = "registry+https://github.com/rust-lang/crates.io-index"
4489checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
4490dependencies = [
4491 "serde_core",
4492]
4493
4494[[package]]
4495name = "serde_urlencoded"
4496version = "0.7.1"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4499dependencies = [
4500 "form_urlencoded",
4501 "itoa",
4502 "ryu",
4503 "serde",
4504]
4505
4506[[package]]
4507name = "sha-1"
4508version = "0.8.2"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4511dependencies = [
4512 "block-buffer 0.7.3",
4513 "digest 0.8.1",
4514 "fake-simd",
4515 "opaque-debug",
4516]
4517
4518[[package]]
4519name = "sha1"
4520version = "0.10.6"
4521source = "registry+https://github.com/rust-lang/crates.io-index"
4522checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4523dependencies = [
4524 "cfg-if 1.0.4",
4525 "cpufeatures",
4526 "digest 0.10.7",
4527]
4528
4529[[package]]
4530name = "sha1-checked"
4531version = "0.10.0"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
4534dependencies = [
4535 "digest 0.10.7",
4536 "sha1",
4537]
4538
4539[[package]]
4540name = "sha2"
4541version = "0.10.9"
4542source = "registry+https://github.com/rust-lang/crates.io-index"
4543checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
4544dependencies = [
4545 "cfg-if 1.0.4",
4546 "cpufeatures",
4547 "digest 0.10.7",
4548]
4549
4550[[package]]
4551name = "shapemaker"
4552version = "1.2.2"
4553dependencies = [
4554 "anyhow",
4555 "axum",
4556 "backtrace",
4557 "cargo",
4558 "chrono",
4559 "console 0.16.1",
4560 "docopt",
4561 "env_logger",
4562 "futures-util",
4563 "getrandom 0.2.16",
4564 "indexmap",
4565 "indicatif",
4566 "insta",
4567 "itertools 0.14.0",
4568 "log",
4569 "measure_time",
4570 "midly",
4571 "miette",
4572 "nanoid",
4573 "ndarray",
4574 "nih_plug",
4575 "once_cell",
4576 "quick-xml",
4577 "rand 0.9.2",
4578 "rayon",
4579 "resvg",
4580 "roxmltree 0.21.1",
4581 "rust-analyzer",
4582 "serde",
4583 "serde_cbor",
4584 "serde_json",
4585 "slug",
4586 "strum",
4587 "strum_macros",
4588 "tiny-skia",
4589 "tokio",
4590 "toml 0.9.8",
4591 "tungstenite",
4592 "url",
4593 "wasm-bindgen",
4594 "watchexec",
4595 "watchexec-events",
4596 "watchexec-signals",
4597 "web-sys",
4598 "ws",
4599]
4600
4601[[package]]
4602name = "sharded-slab"
4603version = "0.1.7"
4604source = "registry+https://github.com/rust-lang/crates.io-index"
4605checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4606dependencies = [
4607 "lazy_static",
4608]
4609
4610[[package]]
4611name = "shell-escape"
4612version = "0.1.5"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
4615
4616[[package]]
4617name = "shell-words"
4618version = "1.1.0"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
4621
4622[[package]]
4623name = "shlex"
4624version = "1.3.0"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4627
4628[[package]]
4629name = "signal-hook-registry"
4630version = "1.4.6"
4631source = "registry+https://github.com/rust-lang/crates.io-index"
4632checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
4633dependencies = [
4634 "libc",
4635]
4636
4637[[package]]
4638name = "signature"
4639version = "2.2.0"
4640source = "registry+https://github.com/rust-lang/crates.io-index"
4641checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
4642dependencies = [
4643 "digest 0.10.7",
4644 "rand_core 0.6.4",
4645]
4646
4647[[package]]
4648name = "simd-adler32"
4649version = "0.3.7"
4650source = "registry+https://github.com/rust-lang/crates.io-index"
4651checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
4652
4653[[package]]
4654name = "similar"
4655version = "2.7.0"
4656source = "registry+https://github.com/rust-lang/crates.io-index"
4657checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
4658
4659[[package]]
4660name = "simplecss"
4661version = "0.2.2"
4662source = "registry+https://github.com/rust-lang/crates.io-index"
4663checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
4664dependencies = [
4665 "log",
4666]
4667
4668[[package]]
4669name = "siphasher"
4670version = "1.0.1"
4671source = "registry+https://github.com/rust-lang/crates.io-index"
4672checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
4673
4674[[package]]
4675name = "sized-chunks"
4676version = "0.6.5"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
4679dependencies = [
4680 "bitmaps",
4681 "typenum",
4682]
4683
4684[[package]]
4685name = "slab"
4686version = "0.4.11"
4687source = "registry+https://github.com/rust-lang/crates.io-index"
4688checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
4689
4690[[package]]
4691name = "slotmap"
4692version = "1.0.7"
4693source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
4695dependencies = [
4696 "version_check",
4697]
4698
4699[[package]]
4700name = "slug"
4701version = "0.1.6"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
4704dependencies = [
4705 "deunicode",
4706 "wasm-bindgen",
4707]
4708
4709[[package]]
4710name = "smallvec"
4711version = "1.15.1"
4712source = "registry+https://github.com/rust-lang/crates.io-index"
4713checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
4714
4715[[package]]
4716name = "socket2"
4717version = "0.6.1"
4718source = "registry+https://github.com/rust-lang/crates.io-index"
4719checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
4720dependencies = [
4721 "libc",
4722 "windows-sys 0.60.2",
4723]
4724
4725[[package]]
4726name = "specimen"
4727version = "0.1.0"
4728dependencies = [
4729 "insta",
4730 "rand 0.9.2",
4731 "shapemaker",
4732]
4733
4734[[package]]
4735name = "spki"
4736version = "0.7.3"
4737source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
4739dependencies = [
4740 "base64ct",
4741 "der",
4742]
4743
4744[[package]]
4745name = "stable_deref_trait"
4746version = "1.2.1"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
4749
4750[[package]]
4751name = "static_assertions"
4752version = "1.1.0"
4753source = "registry+https://github.com/rust-lang/crates.io-index"
4754checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4755
4756[[package]]
4757name = "strict-num"
4758version = "0.1.1"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
4761dependencies = [
4762 "float-cmp",
4763]
4764
4765[[package]]
4766name = "strsim"
4767version = "0.10.0"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
4770
4771[[package]]
4772name = "strsim"
4773version = "0.11.1"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4776
4777[[package]]
4778name = "strum"
4779version = "0.27.2"
4780source = "registry+https://github.com/rust-lang/crates.io-index"
4781checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
4782dependencies = [
4783 "strum_macros",
4784]
4785
4786[[package]]
4787name = "strum_macros"
4788version = "0.27.2"
4789source = "registry+https://github.com/rust-lang/crates.io-index"
4790checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
4791dependencies = [
4792 "heck",
4793 "proc-macro2",
4794 "quote",
4795 "syn 2.0.108",
4796]
4797
4798[[package]]
4799name = "subtle"
4800version = "2.6.1"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4803
4804[[package]]
4805name = "supports-hyperlinks"
4806version = "3.1.0"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b"
4809
4810[[package]]
4811name = "supports-unicode"
4812version = "3.0.0"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
4815
4816[[package]]
4817name = "svgtypes"
4818version = "0.15.3"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
4821dependencies = [
4822 "kurbo",
4823 "siphasher",
4824]
4825
4826[[package]]
4827name = "syn"
4828version = "1.0.109"
4829source = "registry+https://github.com/rust-lang/crates.io-index"
4830checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
4831dependencies = [
4832 "proc-macro2",
4833 "quote",
4834 "unicode-ident",
4835]
4836
4837[[package]]
4838name = "syn"
4839version = "2.0.108"
4840source = "registry+https://github.com/rust-lang/crates.io-index"
4841checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
4842dependencies = [
4843 "proc-macro2",
4844 "quote",
4845 "unicode-ident",
4846]
4847
4848[[package]]
4849name = "sync_wrapper"
4850version = "1.0.2"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4853
4854[[package]]
4855name = "synstructure"
4856version = "0.13.2"
4857source = "registry+https://github.com/rust-lang/crates.io-index"
4858checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4859dependencies = [
4860 "proc-macro2",
4861 "quote",
4862 "syn 2.0.108",
4863]
4864
4865[[package]]
4866name = "tar"
4867version = "0.4.44"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
4870dependencies = [
4871 "filetime",
4872 "libc",
4873]
4874
4875[[package]]
4876name = "tempfile"
4877version = "3.23.0"
4878source = "registry+https://github.com/rust-lang/crates.io-index"
4879checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
4880dependencies = [
4881 "fastrand",
4882 "getrandom 0.3.4",
4883 "once_cell",
4884 "rustix",
4885 "windows-sys 0.61.2",
4886]
4887
4888[[package]]
4889name = "termcolor"
4890version = "1.4.1"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
4893dependencies = [
4894 "winapi-util",
4895]
4896
4897[[package]]
4898name = "terminal_size"
4899version = "0.4.3"
4900source = "registry+https://github.com/rust-lang/crates.io-index"
4901checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
4902dependencies = [
4903 "rustix",
4904 "windows-sys 0.60.2",
4905]
4906
4907[[package]]
4908name = "thiserror"
4909version = "1.0.69"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4912dependencies = [
4913 "thiserror-impl 1.0.69",
4914]
4915
4916[[package]]
4917name = "thiserror"
4918version = "2.0.17"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
4921dependencies = [
4922 "thiserror-impl 2.0.17",
4923]
4924
4925[[package]]
4926name = "thiserror-impl"
4927version = "1.0.69"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4930dependencies = [
4931 "proc-macro2",
4932 "quote",
4933 "syn 2.0.108",
4934]
4935
4936[[package]]
4937name = "thiserror-impl"
4938version = "2.0.17"
4939source = "registry+https://github.com/rust-lang/crates.io-index"
4940checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
4941dependencies = [
4942 "proc-macro2",
4943 "quote",
4944 "syn 2.0.108",
4945]
4946
4947[[package]]
4948name = "thread_local"
4949version = "1.1.9"
4950source = "registry+https://github.com/rust-lang/crates.io-index"
4951checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
4952dependencies = [
4953 "cfg-if 1.0.4",
4954]
4955
4956[[package]]
4957name = "time"
4958version = "0.3.44"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
4961dependencies = [
4962 "deranged",
4963 "itoa",
4964 "libc",
4965 "num-conv",
4966 "num_threads",
4967 "powerfmt",
4968 "serde",
4969 "time-core",
4970 "time-macros",
4971]
4972
4973[[package]]
4974name = "time-core"
4975version = "0.1.6"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
4978
4979[[package]]
4980name = "time-macros"
4981version = "0.2.24"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
4984dependencies = [
4985 "num-conv",
4986 "time-core",
4987]
4988
4989[[package]]
4990name = "tiny-skia"
4991version = "0.11.4"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
4994dependencies = [
4995 "arrayref",
4996 "arrayvec",
4997 "bytemuck",
4998 "cfg-if 1.0.4",
4999 "log",
5000 "png",
5001 "tiny-skia-path",
5002]
5003
5004[[package]]
5005name = "tiny-skia-path"
5006version = "0.11.4"
5007source = "registry+https://github.com/rust-lang/crates.io-index"
5008checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
5009dependencies = [
5010 "arrayref",
5011 "bytemuck",
5012 "strict-num",
5013]
5014
5015[[package]]
5016name = "tinystr"
5017version = "0.8.1"
5018source = "registry+https://github.com/rust-lang/crates.io-index"
5019checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
5020dependencies = [
5021 "displaydoc",
5022 "zerovec",
5023]
5024
5025[[package]]
5026name = "tinyvec"
5027version = "1.10.0"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
5030dependencies = [
5031 "tinyvec_macros",
5032]
5033
5034[[package]]
5035name = "tinyvec_macros"
5036version = "0.1.1"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5039
5040[[package]]
5041name = "tokio"
5042version = "1.48.0"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
5045dependencies = [
5046 "bytes 1.10.1",
5047 "libc",
5048 "mio 1.1.0",
5049 "pin-project-lite",
5050 "signal-hook-registry",
5051 "socket2",
5052 "tokio-macros",
5053 "windows-sys 0.61.2",
5054]
5055
5056[[package]]
5057name = "tokio-macros"
5058version = "2.6.0"
5059source = "registry+https://github.com/rust-lang/crates.io-index"
5060checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
5061dependencies = [
5062 "proc-macro2",
5063 "quote",
5064 "syn 2.0.108",
5065]
5066
5067[[package]]
5068name = "toml"
5069version = "0.7.8"
5070source = "registry+https://github.com/rust-lang/crates.io-index"
5071checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
5072dependencies = [
5073 "serde",
5074 "serde_spanned 0.6.9",
5075 "toml_datetime 0.6.11",
5076 "toml_edit 0.19.15",
5077]
5078
5079[[package]]
5080name = "toml"
5081version = "0.9.8"
5082source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
5084dependencies = [
5085 "indexmap",
5086 "serde_core",
5087 "serde_spanned 1.0.3",
5088 "toml_datetime 0.7.3",
5089 "toml_parser",
5090 "toml_writer",
5091 "winnow 0.7.13",
5092]
5093
5094[[package]]
5095name = "toml_datetime"
5096version = "0.6.11"
5097source = "registry+https://github.com/rust-lang/crates.io-index"
5098checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
5099dependencies = [
5100 "serde",
5101]
5102
5103[[package]]
5104name = "toml_datetime"
5105version = "0.7.3"
5106source = "registry+https://github.com/rust-lang/crates.io-index"
5107checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
5108dependencies = [
5109 "serde_core",
5110]
5111
5112[[package]]
5113name = "toml_edit"
5114version = "0.19.15"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
5117dependencies = [
5118 "indexmap",
5119 "serde",
5120 "serde_spanned 0.6.9",
5121 "toml_datetime 0.6.11",
5122 "winnow 0.5.40",
5123]
5124
5125[[package]]
5126name = "toml_edit"
5127version = "0.23.7"
5128source = "registry+https://github.com/rust-lang/crates.io-index"
5129checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
5130dependencies = [
5131 "indexmap",
5132 "serde_core",
5133 "serde_spanned 1.0.3",
5134 "toml_datetime 0.7.3",
5135 "toml_parser",
5136 "toml_writer",
5137 "winnow 0.7.13",
5138]
5139
5140[[package]]
5141name = "toml_parser"
5142version = "1.0.4"
5143source = "registry+https://github.com/rust-lang/crates.io-index"
5144checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
5145dependencies = [
5146 "winnow 0.7.13",
5147]
5148
5149[[package]]
5150name = "toml_writer"
5151version = "1.0.4"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
5154
5155[[package]]
5156name = "tower"
5157version = "0.5.2"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
5160dependencies = [
5161 "futures-core",
5162 "futures-util",
5163 "pin-project-lite",
5164 "sync_wrapper",
5165 "tokio",
5166 "tower-layer",
5167 "tower-service",
5168 "tracing",
5169]
5170
5171[[package]]
5172name = "tower-layer"
5173version = "0.3.3"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
5176
5177[[package]]
5178name = "tower-service"
5179version = "0.3.3"
5180source = "registry+https://github.com/rust-lang/crates.io-index"
5181checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
5182
5183[[package]]
5184name = "tracing"
5185version = "0.1.41"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
5188dependencies = [
5189 "log",
5190 "pin-project-lite",
5191 "tracing-attributes",
5192 "tracing-core",
5193]
5194
5195[[package]]
5196name = "tracing-attributes"
5197version = "0.1.30"
5198source = "registry+https://github.com/rust-lang/crates.io-index"
5199checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
5200dependencies = [
5201 "proc-macro2",
5202 "quote",
5203 "syn 2.0.108",
5204]
5205
5206[[package]]
5207name = "tracing-chrome"
5208version = "0.7.2"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724"
5211dependencies = [
5212 "serde_json",
5213 "tracing-core",
5214 "tracing-subscriber",
5215]
5216
5217[[package]]
5218name = "tracing-core"
5219version = "0.1.34"
5220source = "registry+https://github.com/rust-lang/crates.io-index"
5221checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
5222dependencies = [
5223 "once_cell",
5224 "valuable",
5225]
5226
5227[[package]]
5228name = "tracing-log"
5229version = "0.2.0"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5232dependencies = [
5233 "log",
5234 "once_cell",
5235 "tracing-core",
5236]
5237
5238[[package]]
5239name = "tracing-subscriber"
5240version = "0.3.20"
5241source = "registry+https://github.com/rust-lang/crates.io-index"
5242checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
5243dependencies = [
5244 "matchers",
5245 "nu-ansi-term",
5246 "once_cell",
5247 "regex-automata",
5248 "sharded-slab",
5249 "smallvec",
5250 "thread_local",
5251 "tracing",
5252 "tracing-core",
5253 "tracing-log",
5254]
5255
5256[[package]]
5257name = "ttf-parser"
5258version = "0.25.1"
5259source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
5261dependencies = [
5262 "core_maths",
5263]
5264
5265[[package]]
5266name = "tungstenite"
5267version = "0.28.0"
5268source = "registry+https://github.com/rust-lang/crates.io-index"
5269checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
5270dependencies = [
5271 "bytes 1.10.1",
5272 "data-encoding",
5273 "http",
5274 "httparse",
5275 "log",
5276 "rand 0.9.2",
5277 "sha1",
5278 "thiserror 2.0.17",
5279 "utf-8",
5280]
5281
5282[[package]]
5283name = "typeid"
5284version = "1.0.3"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
5287
5288[[package]]
5289name = "typenum"
5290version = "1.19.0"
5291source = "registry+https://github.com/rust-lang/crates.io-index"
5292checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
5293
5294[[package]]
5295name = "unicase"
5296version = "2.8.1"
5297source = "registry+https://github.com/rust-lang/crates.io-index"
5298checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
5299
5300[[package]]
5301name = "unicode-bidi"
5302version = "0.3.18"
5303source = "registry+https://github.com/rust-lang/crates.io-index"
5304checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
5305
5306[[package]]
5307name = "unicode-bidi-mirroring"
5308version = "0.4.0"
5309source = "registry+https://github.com/rust-lang/crates.io-index"
5310checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
5311
5312[[package]]
5313name = "unicode-bom"
5314version = "2.0.3"
5315source = "registry+https://github.com/rust-lang/crates.io-index"
5316checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
5317
5318[[package]]
5319name = "unicode-ccc"
5320version = "0.4.0"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
5322checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
5323
5324[[package]]
5325name = "unicode-ident"
5326version = "1.0.20"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06"
5329
5330[[package]]
5331name = "unicode-normalization"
5332version = "0.1.24"
5333source = "registry+https://github.com/rust-lang/crates.io-index"
5334checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
5335dependencies = [
5336 "tinyvec",
5337]
5338
5339[[package]]
5340name = "unicode-properties"
5341version = "0.1.3"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
5344
5345[[package]]
5346name = "unicode-script"
5347version = "0.5.7"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
5350
5351[[package]]
5352name = "unicode-vo"
5353version = "0.1.0"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
5356
5357[[package]]
5358name = "unicode-width"
5359version = "0.1.14"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
5362
5363[[package]]
5364name = "unicode-width"
5365version = "0.2.2"
5366source = "registry+https://github.com/rust-lang/crates.io-index"
5367checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
5368
5369[[package]]
5370name = "unicode-xid"
5371version = "0.2.6"
5372source = "registry+https://github.com/rust-lang/crates.io-index"
5373checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
5374
5375[[package]]
5376name = "unit-prefix"
5377version = "0.5.1"
5378source = "registry+https://github.com/rust-lang/crates.io-index"
5379checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817"
5380
5381[[package]]
5382name = "url"
5383version = "2.5.7"
5384source = "registry+https://github.com/rust-lang/crates.io-index"
5385checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
5386dependencies = [
5387 "form_urlencoded",
5388 "idna",
5389 "percent-encoding",
5390 "serde",
5391]
5392
5393[[package]]
5394name = "usvg"
5395version = "0.45.1"
5396source = "registry+https://github.com/rust-lang/crates.io-index"
5397checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
5398dependencies = [
5399 "base64",
5400 "data-url",
5401 "flate2",
5402 "fontdb",
5403 "imagesize",
5404 "kurbo",
5405 "log",
5406 "pico-args",
5407 "roxmltree 0.20.0",
5408 "rustybuzz",
5409 "simplecss",
5410 "siphasher",
5411 "strict-num",
5412 "svgtypes",
5413 "tiny-skia-path",
5414 "unicode-bidi",
5415 "unicode-script",
5416 "unicode-vo",
5417 "xmlwriter",
5418]
5419
5420[[package]]
5421name = "utf-8"
5422version = "0.7.6"
5423source = "registry+https://github.com/rust-lang/crates.io-index"
5424checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
5425
5426[[package]]
5427name = "utf8_iter"
5428version = "1.0.4"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5431
5432[[package]]
5433name = "utf8parse"
5434version = "0.2.2"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
5437
5438[[package]]
5439name = "valuable"
5440version = "0.1.1"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
5443
5444[[package]]
5445name = "vcpkg"
5446version = "0.2.15"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
5449
5450[[package]]
5451name = "version_check"
5452version = "0.9.5"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
5455
5456[[package]]
5457name = "vst3-com"
5458version = "0.1.0"
5459source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
5460dependencies = [
5461 "vst3-com-macros",
5462]
5463
5464[[package]]
5465name = "vst3-com-macros"
5466version = "0.2.0"
5467source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
5468dependencies = [
5469 "proc-macro2",
5470 "quote",
5471 "syn 1.0.109",
5472 "vst3-com-macros-support",
5473]
5474
5475[[package]]
5476name = "vst3-com-macros-support"
5477version = "0.2.0"
5478source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
5479dependencies = [
5480 "proc-macro2",
5481 "quote",
5482 "syn 1.0.109",
5483]
5484
5485[[package]]
5486name = "vst3-sys"
5487version = "0.1.0"
5488source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
5489dependencies = [
5490 "vst3-com",
5491]
5492
5493[[package]]
5494name = "walkdir"
5495version = "2.5.0"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
5498dependencies = [
5499 "same-file",
5500 "winapi-util",
5501]
5502
5503[[package]]
5504name = "wasi"
5505version = "0.9.0+wasi-snapshot-preview1"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
5508
5509[[package]]
5510name = "wasi"
5511version = "0.11.1+wasi-snapshot-preview1"
5512source = "registry+https://github.com/rust-lang/crates.io-index"
5513checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
5514
5515[[package]]
5516name = "wasip2"
5517version = "1.0.1+wasi-0.2.4"
5518source = "registry+https://github.com/rust-lang/crates.io-index"
5519checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
5520dependencies = [
5521 "wit-bindgen",
5522]
5523
5524[[package]]
5525name = "wasm-bindgen"
5526version = "0.2.104"
5527source = "registry+https://github.com/rust-lang/crates.io-index"
5528checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
5529dependencies = [
5530 "cfg-if 1.0.4",
5531 "once_cell",
5532 "rustversion",
5533 "wasm-bindgen-macro",
5534 "wasm-bindgen-shared",
5535]
5536
5537[[package]]
5538name = "wasm-bindgen-backend"
5539version = "0.2.104"
5540source = "registry+https://github.com/rust-lang/crates.io-index"
5541checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
5542dependencies = [
5543 "bumpalo",
5544 "log",
5545 "proc-macro2",
5546 "quote",
5547 "syn 2.0.108",
5548 "wasm-bindgen-shared",
5549]
5550
5551[[package]]
5552name = "wasm-bindgen-macro"
5553version = "0.2.104"
5554source = "registry+https://github.com/rust-lang/crates.io-index"
5555checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
5556dependencies = [
5557 "quote",
5558 "wasm-bindgen-macro-support",
5559]
5560
5561[[package]]
5562name = "wasm-bindgen-macro-support"
5563version = "0.2.104"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
5566dependencies = [
5567 "proc-macro2",
5568 "quote",
5569 "syn 2.0.108",
5570 "wasm-bindgen-backend",
5571 "wasm-bindgen-shared",
5572]
5573
5574[[package]]
5575name = "wasm-bindgen-shared"
5576version = "0.2.104"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
5579dependencies = [
5580 "unicode-ident",
5581]
5582
5583[[package]]
5584name = "watchexec"
5585version = "8.0.1"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "bc35794a21139060aca512393e9b1a225fe48fc11edee65c84d6d76b25a53331"
5588dependencies = [
5589 "async-priority-channel",
5590 "atomic-take",
5591 "futures",
5592 "miette",
5593 "normalize-path",
5594 "notify",
5595 "thiserror 2.0.17",
5596 "tokio",
5597 "tracing",
5598 "watchexec-events",
5599 "watchexec-signals",
5600 "watchexec-supervisor",
5601]
5602
5603[[package]]
5604name = "watchexec-events"
5605version = "6.0.0"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "9c4a8973a20c7d30198a12272519163168a9ba8b687693ec9d1f027b75b860d1"
5608dependencies = [
5609 "notify-types",
5610 "watchexec-signals",
5611]
5612
5613[[package]]
5614name = "watchexec-signals"
5615version = "5.0.0"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "377729679262964c27e6a28f360a84b7aedb172b59841301c1c77922305dfd83"
5618dependencies = [
5619 "miette",
5620 "nix",
5621 "thiserror 2.0.17",
5622]
5623
5624[[package]]
5625name = "watchexec-supervisor"
5626version = "5.0.1"
5627source = "registry+https://github.com/rust-lang/crates.io-index"
5628checksum = "92a45c50ea6b2795f3d070ad621618c8737bb98f6bc2eb4847e8e8e2ce2f446c"
5629dependencies = [
5630 "futures",
5631 "process-wrap",
5632 "tokio",
5633 "tracing",
5634 "watchexec-events",
5635 "watchexec-signals",
5636]
5637
5638[[package]]
5639name = "web-sys"
5640version = "0.3.81"
5641source = "registry+https://github.com/rust-lang/crates.io-index"
5642checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
5643dependencies = [
5644 "js-sys",
5645 "wasm-bindgen",
5646]
5647
5648[[package]]
5649name = "web-time"
5650version = "1.1.0"
5651source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
5653dependencies = [
5654 "js-sys",
5655 "wasm-bindgen",
5656]
5657
5658[[package]]
5659name = "weezl"
5660version = "0.1.10"
5661source = "registry+https://github.com/rust-lang/crates.io-index"
5662checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
5663
5664[[package]]
5665name = "widestring"
5666version = "1.2.1"
5667source = "registry+https://github.com/rust-lang/crates.io-index"
5668checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
5669
5670[[package]]
5671name = "winapi"
5672version = "0.2.8"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
5675
5676[[package]]
5677name = "winapi"
5678version = "0.3.9"
5679source = "registry+https://github.com/rust-lang/crates.io-index"
5680checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5681dependencies = [
5682 "winapi-i686-pc-windows-gnu",
5683 "winapi-x86_64-pc-windows-gnu",
5684]
5685
5686[[package]]
5687name = "winapi-build"
5688version = "0.1.1"
5689source = "registry+https://github.com/rust-lang/crates.io-index"
5690checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
5691
5692[[package]]
5693name = "winapi-i686-pc-windows-gnu"
5694version = "0.4.0"
5695source = "registry+https://github.com/rust-lang/crates.io-index"
5696checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5697
5698[[package]]
5699name = "winapi-util"
5700version = "0.1.11"
5701source = "registry+https://github.com/rust-lang/crates.io-index"
5702checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
5703dependencies = [
5704 "windows-sys 0.61.2",
5705]
5706
5707[[package]]
5708name = "winapi-x86_64-pc-windows-gnu"
5709version = "0.4.0"
5710source = "registry+https://github.com/rust-lang/crates.io-index"
5711checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5712
5713[[package]]
5714name = "windows"
5715version = "0.44.0"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
5718dependencies = [
5719 "windows-targets 0.42.2",
5720]
5721
5722[[package]]
5723name = "windows"
5724version = "0.61.3"
5725source = "registry+https://github.com/rust-lang/crates.io-index"
5726checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
5727dependencies = [
5728 "windows-collections",
5729 "windows-core 0.61.2",
5730 "windows-future",
5731 "windows-link 0.1.3",
5732 "windows-numerics",
5733]
5734
5735[[package]]
5736name = "windows-collections"
5737version = "0.2.0"
5738source = "registry+https://github.com/rust-lang/crates.io-index"
5739checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
5740dependencies = [
5741 "windows-core 0.61.2",
5742]
5743
5744[[package]]
5745name = "windows-core"
5746version = "0.61.2"
5747source = "registry+https://github.com/rust-lang/crates.io-index"
5748checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
5749dependencies = [
5750 "windows-implement",
5751 "windows-interface",
5752 "windows-link 0.1.3",
5753 "windows-result 0.3.4",
5754 "windows-strings 0.4.2",
5755]
5756
5757[[package]]
5758name = "windows-core"
5759version = "0.62.2"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
5761checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
5762dependencies = [
5763 "windows-implement",
5764 "windows-interface",
5765 "windows-link 0.2.1",
5766 "windows-result 0.4.1",
5767 "windows-strings 0.5.1",
5768]
5769
5770[[package]]
5771name = "windows-future"
5772version = "0.2.1"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
5775dependencies = [
5776 "windows-core 0.61.2",
5777 "windows-link 0.1.3",
5778 "windows-threading",
5779]
5780
5781[[package]]
5782name = "windows-implement"
5783version = "0.60.2"
5784source = "registry+https://github.com/rust-lang/crates.io-index"
5785checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
5786dependencies = [
5787 "proc-macro2",
5788 "quote",
5789 "syn 2.0.108",
5790]
5791
5792[[package]]
5793name = "windows-interface"
5794version = "0.59.3"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
5796checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
5797dependencies = [
5798 "proc-macro2",
5799 "quote",
5800 "syn 2.0.108",
5801]
5802
5803[[package]]
5804name = "windows-link"
5805version = "0.1.3"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
5808
5809[[package]]
5810name = "windows-link"
5811version = "0.2.1"
5812source = "registry+https://github.com/rust-lang/crates.io-index"
5813checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
5814
5815[[package]]
5816name = "windows-numerics"
5817version = "0.2.0"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
5820dependencies = [
5821 "windows-core 0.61.2",
5822 "windows-link 0.1.3",
5823]
5824
5825[[package]]
5826name = "windows-result"
5827version = "0.3.4"
5828source = "registry+https://github.com/rust-lang/crates.io-index"
5829checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
5830dependencies = [
5831 "windows-link 0.1.3",
5832]
5833
5834[[package]]
5835name = "windows-result"
5836version = "0.4.1"
5837source = "registry+https://github.com/rust-lang/crates.io-index"
5838checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
5839dependencies = [
5840 "windows-link 0.2.1",
5841]
5842
5843[[package]]
5844name = "windows-strings"
5845version = "0.4.2"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
5848dependencies = [
5849 "windows-link 0.1.3",
5850]
5851
5852[[package]]
5853name = "windows-strings"
5854version = "0.5.1"
5855source = "registry+https://github.com/rust-lang/crates.io-index"
5856checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
5857dependencies = [
5858 "windows-link 0.2.1",
5859]
5860
5861[[package]]
5862name = "windows-sys"
5863version = "0.52.0"
5864source = "registry+https://github.com/rust-lang/crates.io-index"
5865checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5866dependencies = [
5867 "windows-targets 0.52.6",
5868]
5869
5870[[package]]
5871name = "windows-sys"
5872version = "0.59.0"
5873source = "registry+https://github.com/rust-lang/crates.io-index"
5874checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
5875dependencies = [
5876 "windows-targets 0.52.6",
5877]
5878
5879[[package]]
5880name = "windows-sys"
5881version = "0.60.2"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
5884dependencies = [
5885 "windows-targets 0.53.5",
5886]
5887
5888[[package]]
5889name = "windows-sys"
5890version = "0.61.2"
5891source = "registry+https://github.com/rust-lang/crates.io-index"
5892checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5893dependencies = [
5894 "windows-link 0.2.1",
5895]
5896
5897[[package]]
5898name = "windows-targets"
5899version = "0.42.2"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5902dependencies = [
5903 "windows_aarch64_gnullvm 0.42.2",
5904 "windows_aarch64_msvc 0.42.2",
5905 "windows_i686_gnu 0.42.2",
5906 "windows_i686_msvc 0.42.2",
5907 "windows_x86_64_gnu 0.42.2",
5908 "windows_x86_64_gnullvm 0.42.2",
5909 "windows_x86_64_msvc 0.42.2",
5910]
5911
5912[[package]]
5913name = "windows-targets"
5914version = "0.52.6"
5915source = "registry+https://github.com/rust-lang/crates.io-index"
5916checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5917dependencies = [
5918 "windows_aarch64_gnullvm 0.52.6",
5919 "windows_aarch64_msvc 0.52.6",
5920 "windows_i686_gnu 0.52.6",
5921 "windows_i686_gnullvm 0.52.6",
5922 "windows_i686_msvc 0.52.6",
5923 "windows_x86_64_gnu 0.52.6",
5924 "windows_x86_64_gnullvm 0.52.6",
5925 "windows_x86_64_msvc 0.52.6",
5926]
5927
5928[[package]]
5929name = "windows-targets"
5930version = "0.53.5"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
5933dependencies = [
5934 "windows-link 0.2.1",
5935 "windows_aarch64_gnullvm 0.53.1",
5936 "windows_aarch64_msvc 0.53.1",
5937 "windows_i686_gnu 0.53.1",
5938 "windows_i686_gnullvm 0.53.1",
5939 "windows_i686_msvc 0.53.1",
5940 "windows_x86_64_gnu 0.53.1",
5941 "windows_x86_64_gnullvm 0.53.1",
5942 "windows_x86_64_msvc 0.53.1",
5943]
5944
5945[[package]]
5946name = "windows-threading"
5947version = "0.1.0"
5948source = "registry+https://github.com/rust-lang/crates.io-index"
5949checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
5950dependencies = [
5951 "windows-link 0.1.3",
5952]
5953
5954[[package]]
5955name = "windows_aarch64_gnullvm"
5956version = "0.42.2"
5957source = "registry+https://github.com/rust-lang/crates.io-index"
5958checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5959
5960[[package]]
5961name = "windows_aarch64_gnullvm"
5962version = "0.52.6"
5963source = "registry+https://github.com/rust-lang/crates.io-index"
5964checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5965
5966[[package]]
5967name = "windows_aarch64_gnullvm"
5968version = "0.53.1"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
5971
5972[[package]]
5973name = "windows_aarch64_msvc"
5974version = "0.42.2"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5977
5978[[package]]
5979name = "windows_aarch64_msvc"
5980version = "0.52.6"
5981source = "registry+https://github.com/rust-lang/crates.io-index"
5982checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5983
5984[[package]]
5985name = "windows_aarch64_msvc"
5986version = "0.53.1"
5987source = "registry+https://github.com/rust-lang/crates.io-index"
5988checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
5989
5990[[package]]
5991name = "windows_i686_gnu"
5992version = "0.42.2"
5993source = "registry+https://github.com/rust-lang/crates.io-index"
5994checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5995
5996[[package]]
5997name = "windows_i686_gnu"
5998version = "0.52.6"
5999source = "registry+https://github.com/rust-lang/crates.io-index"
6000checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
6001
6002[[package]]
6003name = "windows_i686_gnu"
6004version = "0.53.1"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
6007
6008[[package]]
6009name = "windows_i686_gnullvm"
6010version = "0.52.6"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
6013
6014[[package]]
6015name = "windows_i686_gnullvm"
6016version = "0.53.1"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
6019
6020[[package]]
6021name = "windows_i686_msvc"
6022version = "0.42.2"
6023source = "registry+https://github.com/rust-lang/crates.io-index"
6024checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
6025
6026[[package]]
6027name = "windows_i686_msvc"
6028version = "0.52.6"
6029source = "registry+https://github.com/rust-lang/crates.io-index"
6030checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
6031
6032[[package]]
6033name = "windows_i686_msvc"
6034version = "0.53.1"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
6037
6038[[package]]
6039name = "windows_x86_64_gnu"
6040version = "0.42.2"
6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
6043
6044[[package]]
6045name = "windows_x86_64_gnu"
6046version = "0.52.6"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
6049
6050[[package]]
6051name = "windows_x86_64_gnu"
6052version = "0.53.1"
6053source = "registry+https://github.com/rust-lang/crates.io-index"
6054checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
6055
6056[[package]]
6057name = "windows_x86_64_gnullvm"
6058version = "0.42.2"
6059source = "registry+https://github.com/rust-lang/crates.io-index"
6060checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
6061
6062[[package]]
6063name = "windows_x86_64_gnullvm"
6064version = "0.52.6"
6065source = "registry+https://github.com/rust-lang/crates.io-index"
6066checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
6067
6068[[package]]
6069name = "windows_x86_64_gnullvm"
6070version = "0.53.1"
6071source = "registry+https://github.com/rust-lang/crates.io-index"
6072checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
6073
6074[[package]]
6075name = "windows_x86_64_msvc"
6076version = "0.42.2"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
6079
6080[[package]]
6081name = "windows_x86_64_msvc"
6082version = "0.52.6"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
6085
6086[[package]]
6087name = "windows_x86_64_msvc"
6088version = "0.53.1"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
6091
6092[[package]]
6093name = "winnow"
6094version = "0.5.40"
6095source = "registry+https://github.com/rust-lang/crates.io-index"
6096checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
6097dependencies = [
6098 "memchr",
6099]
6100
6101[[package]]
6102name = "winnow"
6103version = "0.7.13"
6104source = "registry+https://github.com/rust-lang/crates.io-index"
6105checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
6106dependencies = [
6107 "memchr",
6108]
6109
6110[[package]]
6111name = "wit-bindgen"
6112version = "0.46.0"
6113source = "registry+https://github.com/rust-lang/crates.io-index"
6114checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
6115
6116[[package]]
6117name = "writeable"
6118version = "0.6.1"
6119source = "registry+https://github.com/rust-lang/crates.io-index"
6120checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
6121
6122[[package]]
6123name = "ws"
6124version = "0.9.2"
6125source = "registry+https://github.com/rust-lang/crates.io-index"
6126checksum = "25fe90c75f236a0a00247d5900226aea4f2d7b05ccc34da9e7a8880ff59b5848"
6127dependencies = [
6128 "byteorder",
6129 "bytes 0.4.12",
6130 "httparse",
6131 "log",
6132 "mio 0.6.23",
6133 "mio-extras",
6134 "rand 0.7.3",
6135 "sha-1",
6136 "slab",
6137 "url",
6138]
6139
6140[[package]]
6141name = "ws2_32-sys"
6142version = "0.2.1"
6143source = "registry+https://github.com/rust-lang/crates.io-index"
6144checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
6145dependencies = [
6146 "winapi 0.2.8",
6147 "winapi-build",
6148]
6149
6150[[package]]
6151name = "xmlwriter"
6152version = "0.1.0"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
6155
6156[[package]]
6157name = "xtask"
6158version = "0.1.0"
6159dependencies = [
6160 "nih_plug_xtask",
6161]
6162
6163[[package]]
6164name = "yoke"
6165version = "0.8.0"
6166source = "registry+https://github.com/rust-lang/crates.io-index"
6167checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
6168dependencies = [
6169 "serde",
6170 "stable_deref_trait",
6171 "yoke-derive",
6172 "zerofrom",
6173]
6174
6175[[package]]
6176name = "yoke-derive"
6177version = "0.8.0"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
6180dependencies = [
6181 "proc-macro2",
6182 "quote",
6183 "syn 2.0.108",
6184 "synstructure",
6185]
6186
6187[[package]]
6188name = "zerocopy"
6189version = "0.8.27"
6190source = "registry+https://github.com/rust-lang/crates.io-index"
6191checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
6192dependencies = [
6193 "zerocopy-derive",
6194]
6195
6196[[package]]
6197name = "zerocopy-derive"
6198version = "0.8.27"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
6201dependencies = [
6202 "proc-macro2",
6203 "quote",
6204 "syn 2.0.108",
6205]
6206
6207[[package]]
6208name = "zerofrom"
6209version = "0.1.6"
6210source = "registry+https://github.com/rust-lang/crates.io-index"
6211checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
6212dependencies = [
6213 "zerofrom-derive",
6214]
6215
6216[[package]]
6217name = "zerofrom-derive"
6218version = "0.1.6"
6219source = "registry+https://github.com/rust-lang/crates.io-index"
6220checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
6221dependencies = [
6222 "proc-macro2",
6223 "quote",
6224 "syn 2.0.108",
6225 "synstructure",
6226]
6227
6228[[package]]
6229name = "zeroize"
6230version = "1.8.2"
6231source = "registry+https://github.com/rust-lang/crates.io-index"
6232checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
6233
6234[[package]]
6235name = "zerotrie"
6236version = "0.2.2"
6237source = "registry+https://github.com/rust-lang/crates.io-index"
6238checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
6239dependencies = [
6240 "displaydoc",
6241 "yoke",
6242 "zerofrom",
6243]
6244
6245[[package]]
6246name = "zerovec"
6247version = "0.11.4"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
6250dependencies = [
6251 "yoke",
6252 "zerofrom",
6253 "zerovec-derive",
6254]
6255
6256[[package]]
6257name = "zerovec-derive"
6258version = "0.11.1"
6259source = "registry+https://github.com/rust-lang/crates.io-index"
6260checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
6261dependencies = [
6262 "proc-macro2",
6263 "quote",
6264 "syn 2.0.108",
6265]
6266
6267[[package]]
6268name = "zlib-rs"
6269version = "0.5.2"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2"
6272
6273[[package]]
6274name = "zune-core"
6275version = "0.4.12"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
6278
6279[[package]]
6280name = "zune-jpeg"
6281version = "0.4.21"
6282source = "registry+https://github.com/rust-lang/crates.io-index"
6283checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
6284dependencies = [
6285 "zune-core",
6286]