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