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.4"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "android_system_properties"
31version = "0.1.5"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
34dependencies = [
35 "libc",
36]
37
38[[package]]
39name = "anstream"
40version = "0.6.21"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
43dependencies = [
44 "anstyle",
45 "anstyle-parse",
46 "anstyle-query",
47 "anstyle-wincon",
48 "colorchoice",
49 "is_terminal_polyfill",
50 "utf8parse",
51]
52
53[[package]]
54name = "anstyle"
55version = "1.0.13"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
58
59[[package]]
60name = "anstyle-parse"
61version = "0.2.7"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
64dependencies = [
65 "utf8parse",
66]
67
68[[package]]
69name = "anstyle-query"
70version = "1.1.5"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
73dependencies = [
74 "windows-sys 0.61.2",
75]
76
77[[package]]
78name = "anstyle-wincon"
79version = "3.0.11"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
82dependencies = [
83 "anstyle",
84 "once_cell_polyfill",
85 "windows-sys 0.61.2",
86]
87
88[[package]]
89name = "anyhow"
90version = "1.0.100"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
93
94[[package]]
95name = "anymap3"
96version = "1.0.1"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "170433209e817da6aae2c51aa0dd443009a613425dd041ebfb2492d1c4c11a25"
99
100[[package]]
101name = "arc-swap"
102version = "1.7.1"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
105
106[[package]]
107name = "arrayref"
108version = "0.3.9"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
111
112[[package]]
113name = "arrayvec"
114version = "0.7.6"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
117
118[[package]]
119name = "ascii"
120version = "1.1.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
123
124[[package]]
125name = "assert_no_alloc"
126version = "1.1.2"
127source = "git+https://github.com/robbert-vdh/rust-assert-no-alloc.git?branch=feature%2Fnested-permit-forbid#a6fb4f62b9624715291e320ea5f0f70e73b035cf"
128dependencies = [
129 "backtrace",
130 "log",
131]
132
133[[package]]
134name = "async-broadcast"
135version = "0.7.2"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
138dependencies = [
139 "event-listener",
140 "event-listener-strategy",
141 "futures-core",
142 "pin-project-lite",
143]
144
145[[package]]
146name = "async-channel"
147version = "2.5.0"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
150dependencies = [
151 "concurrent-queue",
152 "event-listener-strategy",
153 "futures-core",
154 "pin-project-lite",
155]
156
157[[package]]
158name = "async-executor"
159version = "1.13.3"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
162dependencies = [
163 "async-task",
164 "concurrent-queue",
165 "fastrand",
166 "futures-lite",
167 "pin-project-lite",
168 "slab",
169]
170
171[[package]]
172name = "async-io"
173version = "2.6.0"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
176dependencies = [
177 "autocfg",
178 "cfg-if 1.0.4",
179 "concurrent-queue",
180 "futures-io",
181 "futures-lite",
182 "parking",
183 "polling",
184 "rustix",
185 "slab",
186 "windows-sys 0.61.2",
187]
188
189[[package]]
190name = "async-lock"
191version = "3.4.1"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
194dependencies = [
195 "event-listener",
196 "event-listener-strategy",
197 "pin-project-lite",
198]
199
200[[package]]
201name = "async-process"
202version = "2.5.0"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
205dependencies = [
206 "async-channel",
207 "async-io",
208 "async-lock",
209 "async-signal",
210 "async-task",
211 "blocking",
212 "cfg-if 1.0.4",
213 "event-listener",
214 "futures-lite",
215 "rustix",
216]
217
218[[package]]
219name = "async-recursion"
220version = "1.1.1"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
223dependencies = [
224 "proc-macro2",
225 "quote",
226 "syn 2.0.111",
227]
228
229[[package]]
230name = "async-signal"
231version = "0.2.13"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
234dependencies = [
235 "async-io",
236 "async-lock",
237 "atomic-waker",
238 "cfg-if 1.0.4",
239 "futures-core",
240 "futures-io",
241 "rustix",
242 "signal-hook-registry",
243 "slab",
244 "windows-sys 0.61.2",
245]
246
247[[package]]
248name = "async-task"
249version = "4.7.1"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
252
253[[package]]
254name = "async-trait"
255version = "0.1.89"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
258dependencies = [
259 "proc-macro2",
260 "quote",
261 "syn 2.0.111",
262]
263
264[[package]]
265name = "atomic-waker"
266version = "1.1.2"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
269
270[[package]]
271name = "atomic_float"
272version = "0.1.0"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "62af46d040ba9df09edc6528dae9d8e49f5f3e82f55b7d2ec31a733c38dbc49d"
275
276[[package]]
277name = "atomic_refcell"
278version = "0.1.13"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c"
281
282[[package]]
283name = "atty"
284version = "0.2.14"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
287dependencies = [
288 "hermit-abi 0.1.19",
289 "libc",
290 "winapi 0.3.9",
291]
292
293[[package]]
294name = "autocfg"
295version = "1.5.0"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
298
299[[package]]
300name = "axum"
301version = "0.8.7"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
304dependencies = [
305 "axum-core",
306 "bytes 1.11.0",
307 "form_urlencoded",
308 "futures-util",
309 "http",
310 "http-body",
311 "http-body-util",
312 "hyper",
313 "hyper-util",
314 "itoa",
315 "matchit",
316 "memchr",
317 "mime",
318 "percent-encoding",
319 "pin-project-lite",
320 "serde_core",
321 "serde_json",
322 "serde_path_to_error",
323 "serde_urlencoded",
324 "sync_wrapper",
325 "tokio",
326 "tower",
327 "tower-layer",
328 "tower-service",
329 "tracing",
330]
331
332[[package]]
333name = "axum-core"
334version = "0.5.5"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
337dependencies = [
338 "bytes 1.11.0",
339 "futures-core",
340 "http",
341 "http-body",
342 "http-body-util",
343 "mime",
344 "pin-project-lite",
345 "sync_wrapper",
346 "tower-layer",
347 "tower-service",
348 "tracing",
349]
350
351[[package]]
352name = "backtrace"
353version = "0.3.76"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
356dependencies = [
357 "addr2line",
358 "cfg-if 1.0.4",
359 "libc",
360 "miniz_oxide",
361 "object",
362 "rustc-demangle",
363 "windows-link 0.2.1",
364]
365
366[[package]]
367name = "base64"
368version = "0.22.1"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
371
372[[package]]
373name = "bitflags"
374version = "1.3.2"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
377
378[[package]]
379name = "bitflags"
380version = "2.10.0"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
383
384[[package]]
385name = "block-buffer"
386version = "0.7.3"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
389dependencies = [
390 "block-padding",
391 "byte-tools",
392 "byteorder",
393 "generic-array 0.12.4",
394]
395
396[[package]]
397name = "block-buffer"
398version = "0.10.4"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
401dependencies = [
402 "generic-array 0.14.7",
403]
404
405[[package]]
406name = "block-padding"
407version = "0.1.5"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
410dependencies = [
411 "byte-tools",
412]
413
414[[package]]
415name = "block2"
416version = "0.6.2"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
419dependencies = [
420 "objc2",
421]
422
423[[package]]
424name = "blocking"
425version = "1.6.2"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
428dependencies = [
429 "async-channel",
430 "async-task",
431 "futures-io",
432 "futures-lite",
433 "piper",
434]
435
436[[package]]
437name = "bumpalo"
438version = "3.19.0"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
441
442[[package]]
443name = "byte-tools"
444version = "0.3.1"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
447
448[[package]]
449name = "bytemuck"
450version = "1.24.0"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
453
454[[package]]
455name = "byteorder"
456version = "1.5.0"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
459
460[[package]]
461name = "byteorder-lite"
462version = "0.1.0"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
465
466[[package]]
467name = "bytes"
468version = "0.4.12"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
471dependencies = [
472 "byteorder",
473 "iovec",
474]
475
476[[package]]
477name = "bytes"
478version = "1.11.0"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
481
482[[package]]
483name = "camino"
484version = "1.2.1"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
487dependencies = [
488 "serde_core",
489]
490
491[[package]]
492name = "cargo-platform"
493version = "0.1.9"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
496dependencies = [
497 "serde",
498]
499
500[[package]]
501name = "cargo_metadata"
502version = "0.18.1"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
505dependencies = [
506 "camino",
507 "cargo-platform",
508 "semver",
509 "serde",
510 "serde_json",
511 "thiserror 1.0.69",
512]
513
514[[package]]
515name = "cc"
516version = "1.2.49"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
519dependencies = [
520 "find-msvc-tools",
521 "shlex",
522]
523
524[[package]]
525name = "cfg-if"
526version = "0.1.10"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
529
530[[package]]
531name = "cfg-if"
532version = "1.0.4"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
535
536[[package]]
537name = "cfg_aliases"
538version = "0.2.1"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
541
542[[package]]
543name = "chrono"
544version = "0.4.42"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
547dependencies = [
548 "iana-time-zone",
549 "js-sys",
550 "num-traits",
551 "wasm-bindgen",
552 "windows-link 0.2.1",
553]
554
555[[package]]
556name = "chunked_transfer"
557version = "1.5.0"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
560
561[[package]]
562name = "clap"
563version = "4.5.53"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
566dependencies = [
567 "clap_builder",
568 "clap_derive",
569]
570
571[[package]]
572name = "clap-sys"
573version = "0.5.0"
574source = "git+https://github.com/micahrj/clap-sys.git?rev=25d7f53fdb6363ad63fbd80049cb7a42a97ac156#25d7f53fdb6363ad63fbd80049cb7a42a97ac156"
575
576[[package]]
577name = "clap_builder"
578version = "4.5.53"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
581dependencies = [
582 "anstream",
583 "anstyle",
584 "clap_lex",
585 "strsim",
586]
587
588[[package]]
589name = "clap_derive"
590version = "4.5.49"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
593dependencies = [
594 "heck",
595 "proc-macro2",
596 "quote",
597 "syn 2.0.111",
598]
599
600[[package]]
601name = "clap_lex"
602version = "0.7.6"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
605
606[[package]]
607name = "color_quant"
608version = "1.1.0"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
611
612[[package]]
613name = "colorchoice"
614version = "1.0.4"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
617
618[[package]]
619name = "colored"
620version = "3.0.0"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
623dependencies = [
624 "windows-sys 0.59.0",
625]
626
627[[package]]
628name = "concurrent-queue"
629version = "2.5.0"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
632dependencies = [
633 "crossbeam-utils",
634]
635
636[[package]]
637name = "console"
638version = "0.15.11"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
641dependencies = [
642 "encode_unicode",
643 "libc",
644 "once_cell",
645 "windows-sys 0.59.0",
646]
647
648[[package]]
649name = "console"
650version = "0.16.1"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4"
653dependencies = [
654 "encode_unicode",
655 "libc",
656 "once_cell",
657 "unicode-width 0.2.2",
658 "windows-sys 0.61.2",
659]
660
661[[package]]
662name = "core-foundation"
663version = "0.9.4"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
666dependencies = [
667 "core-foundation-sys",
668 "libc",
669]
670
671[[package]]
672name = "core-foundation-sys"
673version = "0.8.7"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
676
677[[package]]
678name = "core_maths"
679version = "0.1.1"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
682dependencies = [
683 "libm",
684]
685
686[[package]]
687name = "cpufeatures"
688version = "0.2.17"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
691dependencies = [
692 "libc",
693]
694
695[[package]]
696name = "crc32fast"
697version = "1.5.0"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
700dependencies = [
701 "cfg-if 1.0.4",
702]
703
704[[package]]
705name = "crossbeam"
706version = "0.8.4"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
709dependencies = [
710 "crossbeam-channel",
711 "crossbeam-deque",
712 "crossbeam-epoch",
713 "crossbeam-queue",
714 "crossbeam-utils",
715]
716
717[[package]]
718name = "crossbeam-channel"
719version = "0.5.15"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
722dependencies = [
723 "crossbeam-utils",
724]
725
726[[package]]
727name = "crossbeam-deque"
728version = "0.8.6"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
731dependencies = [
732 "crossbeam-epoch",
733 "crossbeam-utils",
734]
735
736[[package]]
737name = "crossbeam-epoch"
738version = "0.9.18"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
741dependencies = [
742 "crossbeam-utils",
743]
744
745[[package]]
746name = "crossbeam-queue"
747version = "0.3.12"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
750dependencies = [
751 "crossbeam-utils",
752]
753
754[[package]]
755name = "crossbeam-utils"
756version = "0.8.21"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
759
760[[package]]
761name = "crypto-common"
762version = "0.1.7"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
765dependencies = [
766 "generic-array 0.14.7",
767 "typenum",
768]
769
770[[package]]
771name = "data-encoding"
772version = "2.9.0"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
775
776[[package]]
777name = "data-url"
778version = "0.3.2"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
781
782[[package]]
783name = "deranged"
784version = "0.5.5"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
787dependencies = [
788 "powerfmt",
789]
790
791[[package]]
792name = "deunicode"
793version = "1.6.2"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
796
797[[package]]
798name = "diff-match-patch-rs"
799version = "0.5.1"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "f1e836eb966678daed8789e698dbdb1016a260c3cdaca6172585e13580c4e4be"
802dependencies = [
803 "chrono",
804 "percent-encoding",
805]
806
807[[package]]
808name = "digest"
809version = "0.8.1"
810source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
812dependencies = [
813 "generic-array 0.12.4",
814]
815
816[[package]]
817name = "digest"
818version = "0.10.7"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
821dependencies = [
822 "block-buffer 0.10.4",
823 "crypto-common",
824]
825
826[[package]]
827name = "dirs-next"
828version = "2.0.0"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
831dependencies = [
832 "cfg-if 1.0.4",
833 "dirs-sys-next",
834]
835
836[[package]]
837name = "dirs-sys-next"
838version = "0.1.2"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
841dependencies = [
842 "libc",
843 "redox_users",
844 "winapi 0.3.9",
845]
846
847[[package]]
848name = "dispatch2"
849version = "0.3.0"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
852dependencies = [
853 "bitflags 2.10.0",
854 "objc2",
855]
856
857[[package]]
858name = "displaydoc"
859version = "0.2.5"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
862dependencies = [
863 "proc-macro2",
864 "quote",
865 "syn 2.0.111",
866]
867
868[[package]]
869name = "dna-analysis-machine"
870version = "0.1.0"
871dependencies = [
872 "insta",
873 "itertools 0.12.1",
874 "rand 0.9.2",
875 "shapemaker",
876]
877
878[[package]]
879name = "easing-function"
880version = "0.1.1"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "1ff18235504129e34c411871066cfa4ad108ed6a28d5fb2417057aff7f99bee4"
883
884[[package]]
885name = "either"
886version = "1.15.0"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
889
890[[package]]
891name = "encode_unicode"
892version = "1.0.0"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
895
896[[package]]
897name = "endi"
898version = "1.1.1"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
901
902[[package]]
903name = "enumflags2"
904version = "0.7.12"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
907dependencies = [
908 "enumflags2_derive",
909 "serde",
910]
911
912[[package]]
913name = "enumflags2_derive"
914version = "0.7.12"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
917dependencies = [
918 "proc-macro2",
919 "quote",
920 "syn 2.0.111",
921]
922
923[[package]]
924name = "env_filter"
925version = "0.1.4"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
928dependencies = [
929 "log",
930 "regex",
931]
932
933[[package]]
934name = "env_logger"
935version = "0.11.8"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
938dependencies = [
939 "anstream",
940 "anstyle",
941 "env_filter",
942 "jiff",
943 "log",
944]
945
946[[package]]
947name = "equivalent"
948version = "1.0.2"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
951
952[[package]]
953name = "errno"
954version = "0.3.14"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
957dependencies = [
958 "libc",
959 "windows-sys 0.61.2",
960]
961
962[[package]]
963name = "euclid"
964version = "0.22.11"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
967dependencies = [
968 "num-traits",
969]
970
971[[package]]
972name = "event-listener"
973version = "5.4.1"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
976dependencies = [
977 "concurrent-queue",
978 "parking",
979 "pin-project-lite",
980]
981
982[[package]]
983name = "event-listener-strategy"
984version = "0.5.4"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
987dependencies = [
988 "event-listener",
989 "pin-project-lite",
990]
991
992[[package]]
993name = "eyre"
994version = "0.6.12"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
997dependencies = [
998 "indenter",
999 "once_cell",
1000]
1001
1002[[package]]
1003name = "fake-simd"
1004version = "0.1.2"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1007
1008[[package]]
1009name = "fastrand"
1010version = "2.3.0"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1013
1014[[package]]
1015name = "fdeflate"
1016version = "0.3.7"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1019dependencies = [
1020 "simd-adler32",
1021]
1022
1023[[package]]
1024name = "find-msvc-tools"
1025version = "0.1.5"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
1028
1029[[package]]
1030name = "flate2"
1031version = "1.1.5"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
1034dependencies = [
1035 "crc32fast",
1036 "miniz_oxide",
1037]
1038
1039[[package]]
1040name = "float-cmp"
1041version = "0.9.0"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
1044
1045[[package]]
1046name = "fontconfig-parser"
1047version = "0.5.8"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
1050dependencies = [
1051 "roxmltree 0.20.0",
1052]
1053
1054[[package]]
1055name = "fontdb"
1056version = "0.23.0"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
1059dependencies = [
1060 "fontconfig-parser",
1061 "log",
1062 "memmap2",
1063 "slotmap",
1064 "tinyvec",
1065 "ttf-parser",
1066]
1067
1068[[package]]
1069name = "form_urlencoded"
1070version = "1.2.2"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1073dependencies = [
1074 "percent-encoding",
1075]
1076
1077[[package]]
1078name = "fuchsia-zircon"
1079version = "0.3.3"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
1082dependencies = [
1083 "bitflags 1.3.2",
1084 "fuchsia-zircon-sys",
1085]
1086
1087[[package]]
1088name = "fuchsia-zircon-sys"
1089version = "0.3.3"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
1092
1093[[package]]
1094name = "futures-channel"
1095version = "0.3.31"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1098dependencies = [
1099 "futures-core",
1100]
1101
1102[[package]]
1103name = "futures-core"
1104version = "0.3.31"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1107
1108[[package]]
1109name = "futures-io"
1110version = "0.3.31"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1113
1114[[package]]
1115name = "futures-lite"
1116version = "2.6.1"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1119dependencies = [
1120 "fastrand",
1121 "futures-core",
1122 "futures-io",
1123 "parking",
1124 "pin-project-lite",
1125]
1126
1127[[package]]
1128name = "futures-macro"
1129version = "0.3.31"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1132dependencies = [
1133 "proc-macro2",
1134 "quote",
1135 "syn 2.0.111",
1136]
1137
1138[[package]]
1139name = "futures-sink"
1140version = "0.3.31"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1143
1144[[package]]
1145name = "futures-task"
1146version = "0.3.31"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1149
1150[[package]]
1151name = "futures-util"
1152version = "0.3.31"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1155dependencies = [
1156 "futures-core",
1157 "futures-macro",
1158 "futures-sink",
1159 "futures-task",
1160 "pin-project-lite",
1161 "pin-utils",
1162 "slab",
1163]
1164
1165[[package]]
1166name = "generic-array"
1167version = "0.12.4"
1168source = "registry+https://github.com/rust-lang/crates.io-index"
1169checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
1170dependencies = [
1171 "typenum",
1172]
1173
1174[[package]]
1175name = "generic-array"
1176version = "0.14.7"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1179dependencies = [
1180 "typenum",
1181 "version_check",
1182]
1183
1184[[package]]
1185name = "getrandom"
1186version = "0.1.16"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1189dependencies = [
1190 "cfg-if 1.0.4",
1191 "libc",
1192 "wasi 0.9.0+wasi-snapshot-preview1",
1193]
1194
1195[[package]]
1196name = "getrandom"
1197version = "0.2.16"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1200dependencies = [
1201 "cfg-if 1.0.4",
1202 "js-sys",
1203 "libc",
1204 "wasi 0.11.1+wasi-snapshot-preview1",
1205 "wasm-bindgen",
1206]
1207
1208[[package]]
1209name = "getrandom"
1210version = "0.3.4"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1213dependencies = [
1214 "cfg-if 1.0.4",
1215 "libc",
1216 "r-efi",
1217 "wasip2",
1218]
1219
1220[[package]]
1221name = "gif"
1222version = "0.13.3"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
1225dependencies = [
1226 "color_quant",
1227 "weezl",
1228]
1229
1230[[package]]
1231name = "gimli"
1232version = "0.32.3"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1235
1236[[package]]
1237name = "goblin"
1238version = "0.6.1"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68"
1241dependencies = [
1242 "log",
1243 "plain",
1244 "scroll",
1245]
1246
1247[[package]]
1248name = "half"
1249version = "1.8.3"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
1252
1253[[package]]
1254name = "hashbrown"
1255version = "0.16.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1258
1259[[package]]
1260name = "hdrhistogram"
1261version = "7.5.4"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
1264dependencies = [
1265 "byteorder",
1266 "num-traits",
1267]
1268
1269[[package]]
1270name = "heck"
1271version = "0.5.0"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1274
1275[[package]]
1276name = "hermit-abi"
1277version = "0.1.19"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1280dependencies = [
1281 "libc",
1282]
1283
1284[[package]]
1285name = "hermit-abi"
1286version = "0.5.2"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1289
1290[[package]]
1291name = "hex"
1292version = "0.4.3"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1295
1296[[package]]
1297name = "hotpath"
1298version = "0.9.0"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "1bff4650da2df45a71a2f5c2c51fdcd5bea79270e0cc2a9984942d57fc77c0d7"
1301dependencies = [
1302 "arc-swap",
1303 "base64",
1304 "cfg-if 1.0.4",
1305 "clap",
1306 "colored",
1307 "crossbeam-channel",
1308 "eyre",
1309 "futures-util",
1310 "hdrhistogram",
1311 "hotpath-macros",
1312 "libc",
1313 "mach2",
1314 "pin-project-lite",
1315 "prettytable-rs",
1316 "quanta",
1317 "regex",
1318 "serde",
1319 "serde_json",
1320 "tiny_http",
1321 "tokio",
1322]
1323
1324[[package]]
1325name = "hotpath-macros"
1326version = "0.9.0"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "9a8d87ff506da0e93bac1a7ba104aa79fac048edab9d8ef922e75ba54106ee3d"
1329dependencies = [
1330 "proc-macro2",
1331 "quote",
1332 "syn 2.0.111",
1333]
1334
1335[[package]]
1336name = "http"
1337version = "1.4.0"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1340dependencies = [
1341 "bytes 1.11.0",
1342 "itoa",
1343]
1344
1345[[package]]
1346name = "http-body"
1347version = "1.0.1"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1350dependencies = [
1351 "bytes 1.11.0",
1352 "http",
1353]
1354
1355[[package]]
1356name = "http-body-util"
1357version = "0.1.3"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1360dependencies = [
1361 "bytes 1.11.0",
1362 "futures-core",
1363 "http",
1364 "http-body",
1365 "pin-project-lite",
1366]
1367
1368[[package]]
1369name = "httparse"
1370version = "1.10.1"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1373
1374[[package]]
1375name = "httpdate"
1376version = "1.0.3"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1379
1380[[package]]
1381name = "hyper"
1382version = "1.8.1"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1385dependencies = [
1386 "atomic-waker",
1387 "bytes 1.11.0",
1388 "futures-channel",
1389 "futures-core",
1390 "http",
1391 "http-body",
1392 "httparse",
1393 "httpdate",
1394 "itoa",
1395 "pin-project-lite",
1396 "pin-utils",
1397 "smallvec",
1398 "tokio",
1399]
1400
1401[[package]]
1402name = "hyper-util"
1403version = "0.1.19"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
1406dependencies = [
1407 "bytes 1.11.0",
1408 "futures-core",
1409 "http",
1410 "http-body",
1411 "hyper",
1412 "pin-project-lite",
1413 "tokio",
1414 "tower-service",
1415]
1416
1417[[package]]
1418name = "iana-time-zone"
1419version = "0.1.64"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
1422dependencies = [
1423 "android_system_properties",
1424 "core-foundation-sys",
1425 "iana-time-zone-haiku",
1426 "js-sys",
1427 "log",
1428 "wasm-bindgen",
1429 "windows-core 0.62.2",
1430]
1431
1432[[package]]
1433name = "iana-time-zone-haiku"
1434version = "0.1.2"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1437dependencies = [
1438 "cc",
1439]
1440
1441[[package]]
1442name = "icu_collections"
1443version = "2.1.1"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1446dependencies = [
1447 "displaydoc",
1448 "potential_utf",
1449 "yoke",
1450 "zerofrom",
1451 "zerovec",
1452]
1453
1454[[package]]
1455name = "icu_locale_core"
1456version = "2.1.1"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1459dependencies = [
1460 "displaydoc",
1461 "litemap",
1462 "tinystr",
1463 "writeable",
1464 "zerovec",
1465]
1466
1467[[package]]
1468name = "icu_normalizer"
1469version = "2.1.1"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1472dependencies = [
1473 "icu_collections",
1474 "icu_normalizer_data",
1475 "icu_properties",
1476 "icu_provider",
1477 "smallvec",
1478 "zerovec",
1479]
1480
1481[[package]]
1482name = "icu_normalizer_data"
1483version = "2.1.1"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1486
1487[[package]]
1488name = "icu_properties"
1489version = "2.1.2"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1492dependencies = [
1493 "icu_collections",
1494 "icu_locale_core",
1495 "icu_properties_data",
1496 "icu_provider",
1497 "zerotrie",
1498 "zerovec",
1499]
1500
1501[[package]]
1502name = "icu_properties_data"
1503version = "2.1.2"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1506
1507[[package]]
1508name = "icu_provider"
1509version = "2.1.1"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1512dependencies = [
1513 "displaydoc",
1514 "icu_locale_core",
1515 "writeable",
1516 "yoke",
1517 "zerofrom",
1518 "zerotrie",
1519 "zerovec",
1520]
1521
1522[[package]]
1523name = "idna"
1524version = "1.1.0"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1527dependencies = [
1528 "idna_adapter",
1529 "smallvec",
1530 "utf8_iter",
1531]
1532
1533[[package]]
1534name = "idna_adapter"
1535version = "1.2.1"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1538dependencies = [
1539 "icu_normalizer",
1540 "icu_properties",
1541]
1542
1543[[package]]
1544name = "image-webp"
1545version = "0.2.4"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
1548dependencies = [
1549 "byteorder-lite",
1550 "quick-error",
1551]
1552
1553[[package]]
1554name = "imagesize"
1555version = "0.13.0"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
1558
1559[[package]]
1560name = "indenter"
1561version = "0.3.4"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
1564
1565[[package]]
1566name = "indexmap"
1567version = "2.12.1"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
1570dependencies = [
1571 "equivalent",
1572 "hashbrown",
1573]
1574
1575[[package]]
1576name = "indicatif"
1577version = "0.18.3"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
1580dependencies = [
1581 "console 0.16.1",
1582 "portable-atomic",
1583 "unicode-width 0.2.2",
1584 "unit-prefix",
1585 "web-time",
1586]
1587
1588[[package]]
1589name = "insta"
1590version = "1.44.3"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "b5c943d4415edd8153251b6f197de5eb1640e56d84e8d9159bea190421c73698"
1593dependencies = [
1594 "console 0.15.11",
1595 "once_cell",
1596 "similar",
1597]
1598
1599[[package]]
1600name = "iovec"
1601version = "0.1.4"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1604dependencies = [
1605 "libc",
1606]
1607
1608[[package]]
1609name = "is-terminal"
1610version = "0.4.17"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
1613dependencies = [
1614 "hermit-abi 0.5.2",
1615 "libc",
1616 "windows-sys 0.61.2",
1617]
1618
1619[[package]]
1620name = "is_terminal_polyfill"
1621version = "1.70.2"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1624
1625[[package]]
1626name = "itertools"
1627version = "0.12.1"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1630dependencies = [
1631 "either",
1632]
1633
1634[[package]]
1635name = "itertools"
1636version = "0.14.0"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1639dependencies = [
1640 "either",
1641]
1642
1643[[package]]
1644name = "itoa"
1645version = "1.0.15"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1648
1649[[package]]
1650name = "jiff"
1651version = "0.2.16"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35"
1654dependencies = [
1655 "jiff-static",
1656 "log",
1657 "portable-atomic",
1658 "portable-atomic-util",
1659 "serde_core",
1660]
1661
1662[[package]]
1663name = "jiff-static"
1664version = "0.2.16"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69"
1667dependencies = [
1668 "proc-macro2",
1669 "quote",
1670 "syn 2.0.111",
1671]
1672
1673[[package]]
1674name = "js-sys"
1675version = "0.3.83"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
1678dependencies = [
1679 "once_cell",
1680 "wasm-bindgen",
1681]
1682
1683[[package]]
1684name = "kernel32-sys"
1685version = "0.2.2"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1688dependencies = [
1689 "winapi 0.2.8",
1690 "winapi-build",
1691]
1692
1693[[package]]
1694name = "kurbo"
1695version = "0.11.3"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
1698dependencies = [
1699 "arrayvec",
1700 "euclid",
1701 "smallvec",
1702]
1703
1704[[package]]
1705name = "lazy_static"
1706version = "1.5.0"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1709
1710[[package]]
1711name = "lazycell"
1712version = "1.3.0"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1715
1716[[package]]
1717name = "libc"
1718version = "0.2.178"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
1721
1722[[package]]
1723name = "libm"
1724version = "0.2.15"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1727
1728[[package]]
1729name = "libredox"
1730version = "0.1.10"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
1733dependencies = [
1734 "bitflags 2.10.0",
1735 "libc",
1736]
1737
1738[[package]]
1739name = "linux-raw-sys"
1740version = "0.11.0"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1743
1744[[package]]
1745name = "litemap"
1746version = "0.8.1"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1749
1750[[package]]
1751name = "lock_api"
1752version = "0.4.14"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1755dependencies = [
1756 "scopeguard",
1757]
1758
1759[[package]]
1760name = "log"
1761version = "0.4.29"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1764
1765[[package]]
1766name = "mac-notification-sys"
1767version = "0.6.9"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "65fd3f75411f4725061682ed91f131946e912859d0044d39c4ec0aac818d7621"
1770dependencies = [
1771 "cc",
1772 "objc2",
1773 "objc2-foundation",
1774 "time",
1775]
1776
1777[[package]]
1778name = "mach2"
1779version = "0.6.0"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b"
1782
1783[[package]]
1784name = "malloc_buf"
1785version = "0.0.6"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1788dependencies = [
1789 "libc",
1790]
1791
1792[[package]]
1793name = "matchit"
1794version = "0.8.4"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1797
1798[[package]]
1799name = "measure_time"
1800version = "0.9.0"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "51c55d61e72fc3ab704396c5fa16f4c184db37978ae4e94ca8959693a235fc0e"
1803dependencies = [
1804 "log",
1805]
1806
1807[[package]]
1808name = "memchr"
1809version = "2.7.6"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1812
1813[[package]]
1814name = "memmap2"
1815version = "0.9.9"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
1818dependencies = [
1819 "libc",
1820]
1821
1822[[package]]
1823name = "memoffset"
1824version = "0.9.1"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1827dependencies = [
1828 "autocfg",
1829]
1830
1831[[package]]
1832name = "midi-consts"
1833version = "0.1.0"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "6f2dd5c7f8aaf48a76e389068ab25ed80bdbc226b887f9013844c415698c9952"
1836
1837[[package]]
1838name = "midly"
1839version = "0.5.3"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "207d755f4cb882d20c4da58d707ca9130a0c9bc5061f657a4f299b8e36362b7a"
1842dependencies = [
1843 "rayon",
1844]
1845
1846[[package]]
1847name = "mime"
1848version = "0.3.17"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1851
1852[[package]]
1853name = "miniz_oxide"
1854version = "0.8.9"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1857dependencies = [
1858 "adler2",
1859 "simd-adler32",
1860]
1861
1862[[package]]
1863name = "mio"
1864version = "0.6.23"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
1867dependencies = [
1868 "cfg-if 0.1.10",
1869 "fuchsia-zircon",
1870 "fuchsia-zircon-sys",
1871 "iovec",
1872 "kernel32-sys",
1873 "libc",
1874 "log",
1875 "miow",
1876 "net2",
1877 "slab",
1878 "winapi 0.2.8",
1879]
1880
1881[[package]]
1882name = "mio"
1883version = "1.1.1"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1886dependencies = [
1887 "libc",
1888 "wasi 0.11.1+wasi-snapshot-preview1",
1889 "windows-sys 0.61.2",
1890]
1891
1892[[package]]
1893name = "mio-extras"
1894version = "2.0.6"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
1897dependencies = [
1898 "lazycell",
1899 "log",
1900 "mio 0.6.23",
1901 "slab",
1902]
1903
1904[[package]]
1905name = "miow"
1906version = "0.2.2"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1909dependencies = [
1910 "kernel32-sys",
1911 "net2",
1912 "winapi 0.2.8",
1913 "ws2_32-sys",
1914]
1915
1916[[package]]
1917name = "nanoid"
1918version = "0.4.0"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
1921dependencies = [
1922 "rand 0.8.5",
1923]
1924
1925[[package]]
1926name = "net2"
1927version = "0.2.39"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
1930dependencies = [
1931 "cfg-if 0.1.10",
1932 "libc",
1933 "winapi 0.3.9",
1934]
1935
1936[[package]]
1937name = "nih_log"
1938version = "0.3.1"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "d0cdb52ef79af48ae110401c883bdb9c15e0306a99ab6ecf18bc52068b668e54"
1941dependencies = [
1942 "atty",
1943 "log",
1944 "once_cell",
1945 "termcolor",
1946 "time",
1947 "windows 0.44.0",
1948]
1949
1950[[package]]
1951name = "nih_plug"
1952version = "0.0.0"
1953source = "git+https://github.com/robbert-vdh/nih-plug.git#28b149ec4d62757d0b448809148a0c3ca6e09a95"
1954dependencies = [
1955 "anyhow",
1956 "anymap3",
1957 "assert_no_alloc",
1958 "atomic_float",
1959 "atomic_refcell",
1960 "backtrace",
1961 "bitflags 1.3.2",
1962 "cfg-if 1.0.4",
1963 "clap-sys",
1964 "core-foundation",
1965 "crossbeam",
1966 "libc",
1967 "log",
1968 "midi-consts",
1969 "nih_log",
1970 "nih_plug_derive",
1971 "objc",
1972 "parking_lot",
1973 "raw-window-handle",
1974 "serde",
1975 "serde_json",
1976 "vst3-sys",
1977 "widestring",
1978 "windows 0.44.0",
1979]
1980
1981[[package]]
1982name = "nih_plug_derive"
1983version = "0.1.0"
1984source = "git+https://github.com/robbert-vdh/nih-plug.git#28b149ec4d62757d0b448809148a0c3ca6e09a95"
1985dependencies = [
1986 "proc-macro2",
1987 "quote",
1988 "syn 1.0.109",
1989]
1990
1991[[package]]
1992name = "nih_plug_xtask"
1993version = "0.1.0"
1994source = "git+https://github.com/robbert-vdh/nih-plug.git#28b149ec4d62757d0b448809148a0c3ca6e09a95"
1995dependencies = [
1996 "anyhow",
1997 "cargo_metadata",
1998 "goblin",
1999 "reflink",
2000 "serde",
2001 "toml 0.7.8",
2002]
2003
2004[[package]]
2005name = "nix"
2006version = "0.30.1"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
2009dependencies = [
2010 "bitflags 2.10.0",
2011 "cfg-if 1.0.4",
2012 "cfg_aliases",
2013 "libc",
2014 "memoffset",
2015]
2016
2017[[package]]
2018name = "notify-rust"
2019version = "4.11.7"
2020source = "registry+https://github.com/rust-lang/crates.io-index"
2021checksum = "6442248665a5aa2514e794af3b39661a8e73033b1cc5e59899e1276117ee4400"
2022dependencies = [
2023 "futures-lite",
2024 "log",
2025 "mac-notification-sys",
2026 "serde",
2027 "tauri-winrt-notification",
2028 "zbus",
2029]
2030
2031[[package]]
2032name = "num"
2033version = "0.4.3"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2036dependencies = [
2037 "num-bigint",
2038 "num-complex",
2039 "num-integer",
2040 "num-iter",
2041 "num-rational",
2042 "num-traits",
2043]
2044
2045[[package]]
2046name = "num-bigint"
2047version = "0.4.6"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2050dependencies = [
2051 "num-integer",
2052 "num-traits",
2053]
2054
2055[[package]]
2056name = "num-complex"
2057version = "0.4.6"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2060dependencies = [
2061 "num-traits",
2062]
2063
2064[[package]]
2065name = "num-conv"
2066version = "0.1.0"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2069
2070[[package]]
2071name = "num-integer"
2072version = "0.1.46"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2075dependencies = [
2076 "num-traits",
2077]
2078
2079[[package]]
2080name = "num-iter"
2081version = "0.1.45"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2084dependencies = [
2085 "autocfg",
2086 "num-integer",
2087 "num-traits",
2088]
2089
2090[[package]]
2091name = "num-rational"
2092version = "0.4.2"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2095dependencies = [
2096 "num-bigint",
2097 "num-integer",
2098 "num-traits",
2099]
2100
2101[[package]]
2102name = "num-traits"
2103version = "0.2.19"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2106dependencies = [
2107 "autocfg",
2108]
2109
2110[[package]]
2111name = "num_threads"
2112version = "0.1.7"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2115dependencies = [
2116 "libc",
2117]
2118
2119[[package]]
2120name = "objc"
2121version = "0.2.7"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2124dependencies = [
2125 "malloc_buf",
2126]
2127
2128[[package]]
2129name = "objc2"
2130version = "0.6.3"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
2133dependencies = [
2134 "objc2-encode",
2135]
2136
2137[[package]]
2138name = "objc2-core-foundation"
2139version = "0.3.2"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
2142dependencies = [
2143 "bitflags 2.10.0",
2144 "dispatch2",
2145 "objc2",
2146]
2147
2148[[package]]
2149name = "objc2-encode"
2150version = "4.1.0"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2153
2154[[package]]
2155name = "objc2-foundation"
2156version = "0.3.2"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
2159dependencies = [
2160 "bitflags 2.10.0",
2161 "block2",
2162 "libc",
2163 "objc2",
2164 "objc2-core-foundation",
2165]
2166
2167[[package]]
2168name = "object"
2169version = "0.37.3"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
2172dependencies = [
2173 "memchr",
2174]
2175
2176[[package]]
2177name = "once_cell"
2178version = "1.21.3"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2181
2182[[package]]
2183name = "once_cell_polyfill"
2184version = "1.70.2"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2187
2188[[package]]
2189name = "opaque-debug"
2190version = "0.2.3"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2193
2194[[package]]
2195name = "ordered-float"
2196version = "2.10.1"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2199dependencies = [
2200 "num-traits",
2201]
2202
2203[[package]]
2204name = "ordered-stream"
2205version = "0.2.0"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2208dependencies = [
2209 "futures-core",
2210 "pin-project-lite",
2211]
2212
2213[[package]]
2214name = "parking"
2215version = "2.2.1"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2218
2219[[package]]
2220name = "parking_lot"
2221version = "0.12.5"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2224dependencies = [
2225 "lock_api",
2226 "parking_lot_core",
2227]
2228
2229[[package]]
2230name = "parking_lot_core"
2231version = "0.9.12"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2234dependencies = [
2235 "cfg-if 1.0.4",
2236 "libc",
2237 "redox_syscall",
2238 "smallvec",
2239 "windows-link 0.2.1",
2240]
2241
2242[[package]]
2243name = "percent-encoding"
2244version = "2.3.2"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2247
2248[[package]]
2249name = "pico-args"
2250version = "0.5.0"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
2253
2254[[package]]
2255name = "pin-project-lite"
2256version = "0.2.16"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2259
2260[[package]]
2261name = "pin-utils"
2262version = "0.1.0"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2265
2266[[package]]
2267name = "piper"
2268version = "0.2.4"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2271dependencies = [
2272 "atomic-waker",
2273 "fastrand",
2274 "futures-io",
2275]
2276
2277[[package]]
2278name = "plain"
2279version = "0.2.3"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2282
2283[[package]]
2284name = "playground"
2285version = "0.1.0"
2286dependencies = [
2287 "itertools 0.14.0",
2288 "rand 0.9.2",
2289 "schedule-hell",
2290 "shapemaker",
2291]
2292
2293[[package]]
2294name = "png"
2295version = "0.17.16"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2298dependencies = [
2299 "bitflags 1.3.2",
2300 "crc32fast",
2301 "fdeflate",
2302 "flate2",
2303 "miniz_oxide",
2304]
2305
2306[[package]]
2307name = "polling"
2308version = "3.11.0"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
2311dependencies = [
2312 "cfg-if 1.0.4",
2313 "concurrent-queue",
2314 "hermit-abi 0.5.2",
2315 "pin-project-lite",
2316 "rustix",
2317 "windows-sys 0.61.2",
2318]
2319
2320[[package]]
2321name = "portable-atomic"
2322version = "1.11.1"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
2325
2326[[package]]
2327name = "portable-atomic-util"
2328version = "0.2.4"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
2331dependencies = [
2332 "portable-atomic",
2333]
2334
2335[[package]]
2336name = "potential_utf"
2337version = "0.1.4"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2340dependencies = [
2341 "zerovec",
2342]
2343
2344[[package]]
2345name = "powerfmt"
2346version = "0.2.0"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2349
2350[[package]]
2351name = "ppv-lite86"
2352version = "0.2.21"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2355dependencies = [
2356 "zerocopy",
2357]
2358
2359[[package]]
2360name = "prettytable-rs"
2361version = "0.10.0"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a"
2364dependencies = [
2365 "encode_unicode",
2366 "is-terminal",
2367 "lazy_static",
2368 "term",
2369 "unicode-width 0.1.14",
2370]
2371
2372[[package]]
2373name = "proc-macro-crate"
2374version = "3.4.0"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
2377dependencies = [
2378 "toml_edit 0.23.9",
2379]
2380
2381[[package]]
2382name = "proc-macro2"
2383version = "1.0.103"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
2386dependencies = [
2387 "unicode-ident",
2388]
2389
2390[[package]]
2391name = "quanta"
2392version = "0.12.6"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
2395dependencies = [
2396 "crossbeam-utils",
2397 "libc",
2398 "once_cell",
2399 "raw-cpuid",
2400 "wasi 0.11.1+wasi-snapshot-preview1",
2401 "web-sys",
2402 "winapi 0.3.9",
2403]
2404
2405[[package]]
2406name = "quick-error"
2407version = "2.0.1"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2410
2411[[package]]
2412name = "quick-xml"
2413version = "0.37.5"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
2416dependencies = [
2417 "memchr",
2418]
2419
2420[[package]]
2421name = "quick-xml"
2422version = "0.38.4"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
2425dependencies = [
2426 "memchr",
2427]
2428
2429[[package]]
2430name = "quote"
2431version = "1.0.42"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
2434dependencies = [
2435 "proc-macro2",
2436]
2437
2438[[package]]
2439name = "r-efi"
2440version = "5.3.0"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2443
2444[[package]]
2445name = "rand"
2446version = "0.7.3"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2449dependencies = [
2450 "getrandom 0.1.16",
2451 "libc",
2452 "rand_chacha 0.2.2",
2453 "rand_core 0.5.1",
2454 "rand_hc",
2455]
2456
2457[[package]]
2458name = "rand"
2459version = "0.8.5"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2462dependencies = [
2463 "libc",
2464 "rand_chacha 0.3.1",
2465 "rand_core 0.6.4",
2466]
2467
2468[[package]]
2469name = "rand"
2470version = "0.9.2"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2473dependencies = [
2474 "rand_chacha 0.9.0",
2475 "rand_core 0.9.3",
2476]
2477
2478[[package]]
2479name = "rand_chacha"
2480version = "0.2.2"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2483dependencies = [
2484 "ppv-lite86",
2485 "rand_core 0.5.1",
2486]
2487
2488[[package]]
2489name = "rand_chacha"
2490version = "0.3.1"
2491source = "registry+https://github.com/rust-lang/crates.io-index"
2492checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2493dependencies = [
2494 "ppv-lite86",
2495 "rand_core 0.6.4",
2496]
2497
2498[[package]]
2499name = "rand_chacha"
2500version = "0.9.0"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
2502checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2503dependencies = [
2504 "ppv-lite86",
2505 "rand_core 0.9.3",
2506]
2507
2508[[package]]
2509name = "rand_core"
2510version = "0.5.1"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2513dependencies = [
2514 "getrandom 0.1.16",
2515]
2516
2517[[package]]
2518name = "rand_core"
2519version = "0.6.4"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2522dependencies = [
2523 "getrandom 0.2.16",
2524]
2525
2526[[package]]
2527name = "rand_core"
2528version = "0.9.3"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2531dependencies = [
2532 "getrandom 0.3.4",
2533]
2534
2535[[package]]
2536name = "rand_hc"
2537version = "0.2.0"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2540dependencies = [
2541 "rand_core 0.5.1",
2542]
2543
2544[[package]]
2545name = "raw-cpuid"
2546version = "11.6.0"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
2549dependencies = [
2550 "bitflags 2.10.0",
2551]
2552
2553[[package]]
2554name = "raw-window-handle"
2555version = "0.5.2"
2556source = "registry+https://github.com/rust-lang/crates.io-index"
2557checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2558
2559[[package]]
2560name = "rayon"
2561version = "1.11.0"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
2564dependencies = [
2565 "either",
2566 "rayon-core",
2567]
2568
2569[[package]]
2570name = "rayon-core"
2571version = "1.13.0"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
2574dependencies = [
2575 "crossbeam-deque",
2576 "crossbeam-utils",
2577]
2578
2579[[package]]
2580name = "redox_syscall"
2581version = "0.5.18"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2584dependencies = [
2585 "bitflags 2.10.0",
2586]
2587
2588[[package]]
2589name = "redox_users"
2590version = "0.4.6"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2593dependencies = [
2594 "getrandom 0.2.16",
2595 "libredox",
2596 "thiserror 1.0.69",
2597]
2598
2599[[package]]
2600name = "reflink"
2601version = "0.1.3"
2602source = "git+https://github.com/nicokoch/reflink.git?rev=e8d93b465f5d9ad340cd052b64bbc77b8ee107e2#e8d93b465f5d9ad340cd052b64bbc77b8ee107e2"
2603dependencies = [
2604 "libc",
2605 "winapi 0.3.9",
2606]
2607
2608[[package]]
2609name = "regex"
2610version = "1.12.2"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
2613dependencies = [
2614 "aho-corasick",
2615 "memchr",
2616 "regex-automata",
2617 "regex-syntax",
2618]
2619
2620[[package]]
2621name = "regex-automata"
2622version = "0.4.13"
2623source = "registry+https://github.com/rust-lang/crates.io-index"
2624checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
2625dependencies = [
2626 "aho-corasick",
2627 "memchr",
2628 "regex-syntax",
2629]
2630
2631[[package]]
2632name = "regex-syntax"
2633version = "0.8.8"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
2636
2637[[package]]
2638name = "resvg"
2639version = "0.45.1"
2640source = "registry+https://github.com/rust-lang/crates.io-index"
2641checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
2642dependencies = [
2643 "gif",
2644 "image-webp",
2645 "log",
2646 "pico-args",
2647 "rgb",
2648 "svgtypes",
2649 "tiny-skia",
2650 "usvg",
2651 "zune-jpeg",
2652]
2653
2654[[package]]
2655name = "rgb"
2656version = "0.8.52"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
2659dependencies = [
2660 "bytemuck",
2661]
2662
2663[[package]]
2664name = "roxmltree"
2665version = "0.20.0"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
2668
2669[[package]]
2670name = "roxmltree"
2671version = "0.21.1"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
2674dependencies = [
2675 "memchr",
2676]
2677
2678[[package]]
2679name = "rust-analyzer"
2680version = "0.0.1"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "11707871ffa56ce568d4f15dd34c2f891a2aa5e4b3435b99b8f99938492525c3"
2683
2684[[package]]
2685name = "rustc-demangle"
2686version = "0.1.26"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
2689
2690[[package]]
2691name = "rustix"
2692version = "1.1.2"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
2695dependencies = [
2696 "bitflags 2.10.0",
2697 "errno",
2698 "libc",
2699 "linux-raw-sys",
2700 "windows-sys 0.61.2",
2701]
2702
2703[[package]]
2704name = "rustversion"
2705version = "1.0.22"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2708
2709[[package]]
2710name = "rustybuzz"
2711version = "0.20.1"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
2714dependencies = [
2715 "bitflags 2.10.0",
2716 "bytemuck",
2717 "core_maths",
2718 "log",
2719 "smallvec",
2720 "ttf-parser",
2721 "unicode-bidi-mirroring",
2722 "unicode-ccc",
2723 "unicode-properties",
2724 "unicode-script",
2725]
2726
2727[[package]]
2728name = "ryu"
2729version = "1.0.20"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2732
2733[[package]]
2734name = "schedule-hell"
2735version = "0.1.0"
2736dependencies = [
2737 "anyhow",
2738 "itertools 0.14.0",
2739 "notify-rust",
2740 "pico-args",
2741 "rand 0.9.2",
2742 "serde-aux",
2743 "shapemaker",
2744 "tokio",
2745]
2746
2747[[package]]
2748name = "scopeguard"
2749version = "1.2.0"
2750source = "registry+https://github.com/rust-lang/crates.io-index"
2751checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2752
2753[[package]]
2754name = "scroll"
2755version = "0.11.0"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
2758dependencies = [
2759 "scroll_derive",
2760]
2761
2762[[package]]
2763name = "scroll_derive"
2764version = "0.11.1"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
2767dependencies = [
2768 "proc-macro2",
2769 "quote",
2770 "syn 2.0.111",
2771]
2772
2773[[package]]
2774name = "semver"
2775version = "1.0.27"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2778dependencies = [
2779 "serde",
2780 "serde_core",
2781]
2782
2783[[package]]
2784name = "serde"
2785version = "1.0.228"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2788dependencies = [
2789 "serde_core",
2790 "serde_derive",
2791]
2792
2793[[package]]
2794name = "serde-aux"
2795version = "4.7.0"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "207f67b28fe90fb596503a9bf0bf1ea5e831e21307658e177c5dfcdfc3ab8a0a"
2798dependencies = [
2799 "chrono",
2800 "serde",
2801 "serde-value",
2802 "serde_json",
2803]
2804
2805[[package]]
2806name = "serde-value"
2807version = "0.7.0"
2808source = "registry+https://github.com/rust-lang/crates.io-index"
2809checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
2810dependencies = [
2811 "ordered-float",
2812 "serde",
2813]
2814
2815[[package]]
2816name = "serde-wasm-bindgen"
2817version = "0.6.5"
2818source = "registry+https://github.com/rust-lang/crates.io-index"
2819checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
2820dependencies = [
2821 "js-sys",
2822 "serde",
2823 "wasm-bindgen",
2824]
2825
2826[[package]]
2827name = "serde_cbor"
2828version = "0.11.2"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
2831dependencies = [
2832 "half",
2833 "serde",
2834]
2835
2836[[package]]
2837name = "serde_core"
2838version = "1.0.228"
2839source = "registry+https://github.com/rust-lang/crates.io-index"
2840checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2841dependencies = [
2842 "serde_derive",
2843]
2844
2845[[package]]
2846name = "serde_derive"
2847version = "1.0.228"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2850dependencies = [
2851 "proc-macro2",
2852 "quote",
2853 "syn 2.0.111",
2854]
2855
2856[[package]]
2857name = "serde_json"
2858version = "1.0.145"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
2861dependencies = [
2862 "itoa",
2863 "memchr",
2864 "ryu",
2865 "serde",
2866 "serde_core",
2867]
2868
2869[[package]]
2870name = "serde_path_to_error"
2871version = "0.1.20"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2874dependencies = [
2875 "itoa",
2876 "serde",
2877 "serde_core",
2878]
2879
2880[[package]]
2881name = "serde_repr"
2882version = "0.1.20"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2885dependencies = [
2886 "proc-macro2",
2887 "quote",
2888 "syn 2.0.111",
2889]
2890
2891[[package]]
2892name = "serde_spanned"
2893version = "0.6.9"
2894source = "registry+https://github.com/rust-lang/crates.io-index"
2895checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2896dependencies = [
2897 "serde",
2898]
2899
2900[[package]]
2901name = "serde_spanned"
2902version = "1.0.3"
2903source = "registry+https://github.com/rust-lang/crates.io-index"
2904checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
2905dependencies = [
2906 "serde_core",
2907]
2908
2909[[package]]
2910name = "serde_urlencoded"
2911version = "0.7.1"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2914dependencies = [
2915 "form_urlencoded",
2916 "itoa",
2917 "ryu",
2918 "serde",
2919]
2920
2921[[package]]
2922name = "sha-1"
2923version = "0.8.2"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
2926dependencies = [
2927 "block-buffer 0.7.3",
2928 "digest 0.8.1",
2929 "fake-simd",
2930 "opaque-debug",
2931]
2932
2933[[package]]
2934name = "sha1"
2935version = "0.10.6"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2938dependencies = [
2939 "cfg-if 1.0.4",
2940 "cpufeatures",
2941 "digest 0.10.7",
2942]
2943
2944[[package]]
2945name = "shapemaker"
2946version = "1.2.2"
2947dependencies = [
2948 "anyhow",
2949 "axum",
2950 "backtrace",
2951 "chrono",
2952 "console 0.16.1",
2953 "easing-function",
2954 "env_logger",
2955 "getrandom 0.2.16",
2956 "hotpath",
2957 "indicatif",
2958 "insta",
2959 "itertools 0.14.0",
2960 "log",
2961 "measure_time",
2962 "midly",
2963 "nanoid",
2964 "nih_plug",
2965 "notify-rust",
2966 "num",
2967 "once_cell",
2968 "quick-xml 0.38.4",
2969 "rand 0.9.2",
2970 "rayon",
2971 "resvg",
2972 "roxmltree 0.21.1",
2973 "rust-analyzer",
2974 "serde",
2975 "serde-aux",
2976 "serde-wasm-bindgen",
2977 "serde_cbor",
2978 "serde_json",
2979 "slug",
2980 "strum",
2981 "strum_macros",
2982 "tiny-skia",
2983 "tokio",
2984 "toml 0.9.8",
2985 "tungstenite",
2986 "url",
2987 "vgv",
2988 "wasm-bindgen",
2989 "web-sys",
2990 "ws",
2991]
2992
2993[[package]]
2994name = "shlex"
2995version = "1.3.0"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2998
2999[[package]]
3000name = "signal-hook-registry"
3001version = "1.4.7"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
3004dependencies = [
3005 "libc",
3006]
3007
3008[[package]]
3009name = "simd-adler32"
3010version = "0.3.8"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
3013
3014[[package]]
3015name = "similar"
3016version = "2.7.0"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
3019
3020[[package]]
3021name = "simplecss"
3022version = "0.2.2"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
3025dependencies = [
3026 "log",
3027]
3028
3029[[package]]
3030name = "siphasher"
3031version = "1.0.1"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3034
3035[[package]]
3036name = "slab"
3037version = "0.4.11"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3040
3041[[package]]
3042name = "slotmap"
3043version = "1.1.1"
3044source = "registry+https://github.com/rust-lang/crates.io-index"
3045checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
3046dependencies = [
3047 "version_check",
3048]
3049
3050[[package]]
3051name = "slug"
3052version = "0.1.6"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
3055dependencies = [
3056 "deunicode",
3057 "wasm-bindgen",
3058]
3059
3060[[package]]
3061name = "smallvec"
3062version = "1.15.1"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3065
3066[[package]]
3067name = "socket2"
3068version = "0.6.1"
3069source = "registry+https://github.com/rust-lang/crates.io-index"
3070checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
3071dependencies = [
3072 "libc",
3073 "windows-sys 0.60.2",
3074]
3075
3076[[package]]
3077name = "specimen"
3078version = "0.1.0"
3079dependencies = [
3080 "insta",
3081 "rand 0.9.2",
3082 "shapemaker",
3083]
3084
3085[[package]]
3086name = "stable_deref_trait"
3087version = "1.2.1"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3090
3091[[package]]
3092name = "static_assertions"
3093version = "1.1.0"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3096
3097[[package]]
3098name = "strict-num"
3099version = "0.1.1"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
3102dependencies = [
3103 "float-cmp",
3104]
3105
3106[[package]]
3107name = "strsim"
3108version = "0.11.1"
3109source = "registry+https://github.com/rust-lang/crates.io-index"
3110checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3111
3112[[package]]
3113name = "strum"
3114version = "0.27.2"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
3117dependencies = [
3118 "strum_macros",
3119]
3120
3121[[package]]
3122name = "strum_macros"
3123version = "0.27.2"
3124source = "registry+https://github.com/rust-lang/crates.io-index"
3125checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
3126dependencies = [
3127 "heck",
3128 "proc-macro2",
3129 "quote",
3130 "syn 2.0.111",
3131]
3132
3133[[package]]
3134name = "svgtypes"
3135version = "0.15.3"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
3138dependencies = [
3139 "kurbo",
3140 "siphasher",
3141]
3142
3143[[package]]
3144name = "syn"
3145version = "1.0.109"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3148dependencies = [
3149 "proc-macro2",
3150 "quote",
3151 "unicode-ident",
3152]
3153
3154[[package]]
3155name = "syn"
3156version = "2.0.111"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
3159dependencies = [
3160 "proc-macro2",
3161 "quote",
3162 "unicode-ident",
3163]
3164
3165[[package]]
3166name = "sync_wrapper"
3167version = "1.0.2"
3168source = "registry+https://github.com/rust-lang/crates.io-index"
3169checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3170
3171[[package]]
3172name = "synstructure"
3173version = "0.13.2"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3176dependencies = [
3177 "proc-macro2",
3178 "quote",
3179 "syn 2.0.111",
3180]
3181
3182[[package]]
3183name = "tauri-winrt-notification"
3184version = "0.7.2"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "0b1e66e07de489fe43a46678dd0b8df65e0c973909df1b60ba33874e297ba9b9"
3187dependencies = [
3188 "quick-xml 0.37.5",
3189 "thiserror 2.0.17",
3190 "windows 0.61.3",
3191 "windows-version",
3192]
3193
3194[[package]]
3195name = "tempfile"
3196version = "3.23.0"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
3199dependencies = [
3200 "fastrand",
3201 "getrandom 0.3.4",
3202 "once_cell",
3203 "rustix",
3204 "windows-sys 0.61.2",
3205]
3206
3207[[package]]
3208name = "term"
3209version = "0.7.0"
3210source = "registry+https://github.com/rust-lang/crates.io-index"
3211checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
3212dependencies = [
3213 "dirs-next",
3214 "rustversion",
3215 "winapi 0.3.9",
3216]
3217
3218[[package]]
3219name = "termcolor"
3220version = "1.4.1"
3221source = "registry+https://github.com/rust-lang/crates.io-index"
3222checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
3223dependencies = [
3224 "winapi-util",
3225]
3226
3227[[package]]
3228name = "thiserror"
3229version = "1.0.69"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3232dependencies = [
3233 "thiserror-impl 1.0.69",
3234]
3235
3236[[package]]
3237name = "thiserror"
3238version = "2.0.17"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
3241dependencies = [
3242 "thiserror-impl 2.0.17",
3243]
3244
3245[[package]]
3246name = "thiserror-impl"
3247version = "1.0.69"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3250dependencies = [
3251 "proc-macro2",
3252 "quote",
3253 "syn 2.0.111",
3254]
3255
3256[[package]]
3257name = "thiserror-impl"
3258version = "2.0.17"
3259source = "registry+https://github.com/rust-lang/crates.io-index"
3260checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
3261dependencies = [
3262 "proc-macro2",
3263 "quote",
3264 "syn 2.0.111",
3265]
3266
3267[[package]]
3268name = "time"
3269version = "0.3.44"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
3272dependencies = [
3273 "deranged",
3274 "itoa",
3275 "libc",
3276 "num-conv",
3277 "num_threads",
3278 "powerfmt",
3279 "serde",
3280 "time-core",
3281 "time-macros",
3282]
3283
3284[[package]]
3285name = "time-core"
3286version = "0.1.6"
3287source = "registry+https://github.com/rust-lang/crates.io-index"
3288checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
3289
3290[[package]]
3291name = "time-macros"
3292version = "0.2.24"
3293source = "registry+https://github.com/rust-lang/crates.io-index"
3294checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
3295dependencies = [
3296 "num-conv",
3297 "time-core",
3298]
3299
3300[[package]]
3301name = "tiny-skia"
3302version = "0.11.4"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
3305dependencies = [
3306 "arrayref",
3307 "arrayvec",
3308 "bytemuck",
3309 "cfg-if 1.0.4",
3310 "log",
3311 "png",
3312 "tiny-skia-path",
3313]
3314
3315[[package]]
3316name = "tiny-skia-path"
3317version = "0.11.4"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
3320dependencies = [
3321 "arrayref",
3322 "bytemuck",
3323 "strict-num",
3324]
3325
3326[[package]]
3327name = "tiny_http"
3328version = "0.12.0"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
3331dependencies = [
3332 "ascii",
3333 "chunked_transfer",
3334 "httpdate",
3335 "log",
3336]
3337
3338[[package]]
3339name = "tinystr"
3340version = "0.8.2"
3341source = "registry+https://github.com/rust-lang/crates.io-index"
3342checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3343dependencies = [
3344 "displaydoc",
3345 "zerovec",
3346]
3347
3348[[package]]
3349name = "tinyvec"
3350version = "1.10.0"
3351source = "registry+https://github.com/rust-lang/crates.io-index"
3352checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
3353dependencies = [
3354 "tinyvec_macros",
3355]
3356
3357[[package]]
3358name = "tinyvec_macros"
3359version = "0.1.1"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3362
3363[[package]]
3364name = "tokio"
3365version = "1.48.0"
3366source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
3368dependencies = [
3369 "libc",
3370 "mio 1.1.1",
3371 "pin-project-lite",
3372 "socket2",
3373 "tokio-macros",
3374 "windows-sys 0.61.2",
3375]
3376
3377[[package]]
3378name = "tokio-macros"
3379version = "2.6.0"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
3382dependencies = [
3383 "proc-macro2",
3384 "quote",
3385 "syn 2.0.111",
3386]
3387
3388[[package]]
3389name = "toml"
3390version = "0.7.8"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
3393dependencies = [
3394 "serde",
3395 "serde_spanned 0.6.9",
3396 "toml_datetime 0.6.11",
3397 "toml_edit 0.19.15",
3398]
3399
3400[[package]]
3401name = "toml"
3402version = "0.9.8"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
3405dependencies = [
3406 "indexmap",
3407 "serde_core",
3408 "serde_spanned 1.0.3",
3409 "toml_datetime 0.7.3",
3410 "toml_parser",
3411 "toml_writer",
3412 "winnow 0.7.14",
3413]
3414
3415[[package]]
3416name = "toml_datetime"
3417version = "0.6.11"
3418source = "registry+https://github.com/rust-lang/crates.io-index"
3419checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
3420dependencies = [
3421 "serde",
3422]
3423
3424[[package]]
3425name = "toml_datetime"
3426version = "0.7.3"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
3429dependencies = [
3430 "serde_core",
3431]
3432
3433[[package]]
3434name = "toml_edit"
3435version = "0.19.15"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
3438dependencies = [
3439 "indexmap",
3440 "serde",
3441 "serde_spanned 0.6.9",
3442 "toml_datetime 0.6.11",
3443 "winnow 0.5.40",
3444]
3445
3446[[package]]
3447name = "toml_edit"
3448version = "0.23.9"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "5d7cbc3b4b49633d57a0509303158ca50de80ae32c265093b24c414705807832"
3451dependencies = [
3452 "indexmap",
3453 "toml_datetime 0.7.3",
3454 "toml_parser",
3455 "winnow 0.7.14",
3456]
3457
3458[[package]]
3459name = "toml_parser"
3460version = "1.0.4"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
3463dependencies = [
3464 "winnow 0.7.14",
3465]
3466
3467[[package]]
3468name = "toml_writer"
3469version = "1.0.4"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
3472
3473[[package]]
3474name = "tower"
3475version = "0.5.2"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
3478dependencies = [
3479 "futures-core",
3480 "futures-util",
3481 "pin-project-lite",
3482 "sync_wrapper",
3483 "tokio",
3484 "tower-layer",
3485 "tower-service",
3486 "tracing",
3487]
3488
3489[[package]]
3490name = "tower-layer"
3491version = "0.3.3"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3494
3495[[package]]
3496name = "tower-service"
3497version = "0.3.3"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3500
3501[[package]]
3502name = "tracing"
3503version = "0.1.43"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
3506dependencies = [
3507 "log",
3508 "pin-project-lite",
3509 "tracing-attributes",
3510 "tracing-core",
3511]
3512
3513[[package]]
3514name = "tracing-attributes"
3515version = "0.1.31"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3518dependencies = [
3519 "proc-macro2",
3520 "quote",
3521 "syn 2.0.111",
3522]
3523
3524[[package]]
3525name = "tracing-core"
3526version = "0.1.35"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
3529dependencies = [
3530 "once_cell",
3531]
3532
3533[[package]]
3534name = "ttf-parser"
3535version = "0.25.1"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
3538dependencies = [
3539 "core_maths",
3540]
3541
3542[[package]]
3543name = "tungstenite"
3544version = "0.28.0"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
3547dependencies = [
3548 "bytes 1.11.0",
3549 "data-encoding",
3550 "http",
3551 "httparse",
3552 "log",
3553 "rand 0.9.2",
3554 "sha1",
3555 "thiserror 2.0.17",
3556 "utf-8",
3557]
3558
3559[[package]]
3560name = "typenum"
3561version = "1.19.0"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3564
3565[[package]]
3566name = "uds_windows"
3567version = "1.1.0"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
3570dependencies = [
3571 "memoffset",
3572 "tempfile",
3573 "winapi 0.3.9",
3574]
3575
3576[[package]]
3577name = "unicode-bidi"
3578version = "0.3.18"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3581
3582[[package]]
3583name = "unicode-bidi-mirroring"
3584version = "0.4.0"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
3587
3588[[package]]
3589name = "unicode-ccc"
3590version = "0.4.0"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
3593
3594[[package]]
3595name = "unicode-ident"
3596version = "1.0.22"
3597source = "registry+https://github.com/rust-lang/crates.io-index"
3598checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
3599
3600[[package]]
3601name = "unicode-properties"
3602version = "0.1.4"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
3605
3606[[package]]
3607name = "unicode-script"
3608version = "0.5.8"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
3611
3612[[package]]
3613name = "unicode-vo"
3614version = "0.1.0"
3615source = "registry+https://github.com/rust-lang/crates.io-index"
3616checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
3617
3618[[package]]
3619name = "unicode-width"
3620version = "0.1.14"
3621source = "registry+https://github.com/rust-lang/crates.io-index"
3622checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3623
3624[[package]]
3625name = "unicode-width"
3626version = "0.2.2"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3629
3630[[package]]
3631name = "unit-prefix"
3632version = "0.5.2"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
3635
3636[[package]]
3637name = "url"
3638version = "2.5.7"
3639source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
3641dependencies = [
3642 "form_urlencoded",
3643 "idna",
3644 "percent-encoding",
3645 "serde",
3646]
3647
3648[[package]]
3649name = "usvg"
3650version = "0.45.1"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
3653dependencies = [
3654 "base64",
3655 "data-url",
3656 "flate2",
3657 "fontdb",
3658 "imagesize",
3659 "kurbo",
3660 "log",
3661 "pico-args",
3662 "roxmltree 0.20.0",
3663 "rustybuzz",
3664 "simplecss",
3665 "siphasher",
3666 "strict-num",
3667 "svgtypes",
3668 "tiny-skia-path",
3669 "unicode-bidi",
3670 "unicode-script",
3671 "unicode-vo",
3672 "xmlwriter",
3673]
3674
3675[[package]]
3676name = "utf-8"
3677version = "0.7.6"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3680
3681[[package]]
3682name = "utf8_iter"
3683version = "1.0.4"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3686
3687[[package]]
3688name = "utf8parse"
3689version = "0.2.2"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3692
3693[[package]]
3694name = "uuid"
3695version = "1.19.0"
3696source = "registry+https://github.com/rust-lang/crates.io-index"
3697checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
3698dependencies = [
3699 "js-sys",
3700 "serde_core",
3701 "wasm-bindgen",
3702]
3703
3704[[package]]
3705name = "version_check"
3706version = "0.9.5"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3709
3710[[package]]
3711name = "vgv"
3712version = "0.1.0"
3713source = "git+https://github.com/gwennlbh/vgvf#96288225b98109f59ce5356edbd9024d6e74ed2b"
3714dependencies = [
3715 "anyhow",
3716 "base64",
3717 "diff-match-patch-rs",
3718 "pico-args",
3719 "resvg",
3720 "serde",
3721 "serde_json",
3722 "tiny-skia",
3723 "usvg",
3724]
3725
3726[[package]]
3727name = "vst3-com"
3728version = "0.1.0"
3729source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
3730dependencies = [
3731 "vst3-com-macros",
3732]
3733
3734[[package]]
3735name = "vst3-com-macros"
3736version = "0.2.0"
3737source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
3738dependencies = [
3739 "proc-macro2",
3740 "quote",
3741 "syn 1.0.109",
3742 "vst3-com-macros-support",
3743]
3744
3745[[package]]
3746name = "vst3-com-macros-support"
3747version = "0.2.0"
3748source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
3749dependencies = [
3750 "proc-macro2",
3751 "quote",
3752 "syn 1.0.109",
3753]
3754
3755[[package]]
3756name = "vst3-sys"
3757version = "0.1.0"
3758source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
3759dependencies = [
3760 "vst3-com",
3761]
3762
3763[[package]]
3764name = "wasi"
3765version = "0.9.0+wasi-snapshot-preview1"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
3768
3769[[package]]
3770name = "wasi"
3771version = "0.11.1+wasi-snapshot-preview1"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3774
3775[[package]]
3776name = "wasip2"
3777version = "1.0.1+wasi-0.2.4"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
3780dependencies = [
3781 "wit-bindgen",
3782]
3783
3784[[package]]
3785name = "wasm-bindgen"
3786version = "0.2.106"
3787source = "registry+https://github.com/rust-lang/crates.io-index"
3788checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
3789dependencies = [
3790 "cfg-if 1.0.4",
3791 "once_cell",
3792 "rustversion",
3793 "wasm-bindgen-macro",
3794 "wasm-bindgen-shared",
3795]
3796
3797[[package]]
3798name = "wasm-bindgen-macro"
3799version = "0.2.106"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
3802dependencies = [
3803 "quote",
3804 "wasm-bindgen-macro-support",
3805]
3806
3807[[package]]
3808name = "wasm-bindgen-macro-support"
3809version = "0.2.106"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
3812dependencies = [
3813 "bumpalo",
3814 "proc-macro2",
3815 "quote",
3816 "syn 2.0.111",
3817 "wasm-bindgen-shared",
3818]
3819
3820[[package]]
3821name = "wasm-bindgen-shared"
3822version = "0.2.106"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
3825dependencies = [
3826 "unicode-ident",
3827]
3828
3829[[package]]
3830name = "web-sys"
3831version = "0.3.83"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
3834dependencies = [
3835 "js-sys",
3836 "wasm-bindgen",
3837]
3838
3839[[package]]
3840name = "web-time"
3841version = "1.1.0"
3842source = "registry+https://github.com/rust-lang/crates.io-index"
3843checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3844dependencies = [
3845 "js-sys",
3846 "wasm-bindgen",
3847]
3848
3849[[package]]
3850name = "weezl"
3851version = "0.1.12"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
3854
3855[[package]]
3856name = "widestring"
3857version = "1.2.1"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
3860
3861[[package]]
3862name = "winapi"
3863version = "0.2.8"
3864source = "registry+https://github.com/rust-lang/crates.io-index"
3865checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
3866
3867[[package]]
3868name = "winapi"
3869version = "0.3.9"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3872dependencies = [
3873 "winapi-i686-pc-windows-gnu",
3874 "winapi-x86_64-pc-windows-gnu",
3875]
3876
3877[[package]]
3878name = "winapi-build"
3879version = "0.1.1"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
3882
3883[[package]]
3884name = "winapi-i686-pc-windows-gnu"
3885version = "0.4.0"
3886source = "registry+https://github.com/rust-lang/crates.io-index"
3887checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3888
3889[[package]]
3890name = "winapi-util"
3891version = "0.1.11"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3894dependencies = [
3895 "windows-sys 0.61.2",
3896]
3897
3898[[package]]
3899name = "winapi-x86_64-pc-windows-gnu"
3900version = "0.4.0"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3903
3904[[package]]
3905name = "windows"
3906version = "0.44.0"
3907source = "registry+https://github.com/rust-lang/crates.io-index"
3908checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
3909dependencies = [
3910 "windows-targets 0.42.2",
3911]
3912
3913[[package]]
3914name = "windows"
3915version = "0.61.3"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
3918dependencies = [
3919 "windows-collections",
3920 "windows-core 0.61.2",
3921 "windows-future",
3922 "windows-link 0.1.3",
3923 "windows-numerics",
3924]
3925
3926[[package]]
3927name = "windows-collections"
3928version = "0.2.0"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
3931dependencies = [
3932 "windows-core 0.61.2",
3933]
3934
3935[[package]]
3936name = "windows-core"
3937version = "0.61.2"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
3940dependencies = [
3941 "windows-implement",
3942 "windows-interface",
3943 "windows-link 0.1.3",
3944 "windows-result 0.3.4",
3945 "windows-strings 0.4.2",
3946]
3947
3948[[package]]
3949name = "windows-core"
3950version = "0.62.2"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3953dependencies = [
3954 "windows-implement",
3955 "windows-interface",
3956 "windows-link 0.2.1",
3957 "windows-result 0.4.1",
3958 "windows-strings 0.5.1",
3959]
3960
3961[[package]]
3962name = "windows-future"
3963version = "0.2.1"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
3966dependencies = [
3967 "windows-core 0.61.2",
3968 "windows-link 0.1.3",
3969 "windows-threading",
3970]
3971
3972[[package]]
3973name = "windows-implement"
3974version = "0.60.2"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3977dependencies = [
3978 "proc-macro2",
3979 "quote",
3980 "syn 2.0.111",
3981]
3982
3983[[package]]
3984name = "windows-interface"
3985version = "0.59.3"
3986source = "registry+https://github.com/rust-lang/crates.io-index"
3987checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3988dependencies = [
3989 "proc-macro2",
3990 "quote",
3991 "syn 2.0.111",
3992]
3993
3994[[package]]
3995name = "windows-link"
3996version = "0.1.3"
3997source = "registry+https://github.com/rust-lang/crates.io-index"
3998checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
3999
4000[[package]]
4001name = "windows-link"
4002version = "0.2.1"
4003source = "registry+https://github.com/rust-lang/crates.io-index"
4004checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4005
4006[[package]]
4007name = "windows-numerics"
4008version = "0.2.0"
4009source = "registry+https://github.com/rust-lang/crates.io-index"
4010checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
4011dependencies = [
4012 "windows-core 0.61.2",
4013 "windows-link 0.1.3",
4014]
4015
4016[[package]]
4017name = "windows-result"
4018version = "0.3.4"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4021dependencies = [
4022 "windows-link 0.1.3",
4023]
4024
4025[[package]]
4026name = "windows-result"
4027version = "0.4.1"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4030dependencies = [
4031 "windows-link 0.2.1",
4032]
4033
4034[[package]]
4035name = "windows-strings"
4036version = "0.4.2"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4039dependencies = [
4040 "windows-link 0.1.3",
4041]
4042
4043[[package]]
4044name = "windows-strings"
4045version = "0.5.1"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4048dependencies = [
4049 "windows-link 0.2.1",
4050]
4051
4052[[package]]
4053name = "windows-sys"
4054version = "0.59.0"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4057dependencies = [
4058 "windows-targets 0.52.6",
4059]
4060
4061[[package]]
4062name = "windows-sys"
4063version = "0.60.2"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4066dependencies = [
4067 "windows-targets 0.53.5",
4068]
4069
4070[[package]]
4071name = "windows-sys"
4072version = "0.61.2"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4075dependencies = [
4076 "windows-link 0.2.1",
4077]
4078
4079[[package]]
4080name = "windows-targets"
4081version = "0.42.2"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
4084dependencies = [
4085 "windows_aarch64_gnullvm 0.42.2",
4086 "windows_aarch64_msvc 0.42.2",
4087 "windows_i686_gnu 0.42.2",
4088 "windows_i686_msvc 0.42.2",
4089 "windows_x86_64_gnu 0.42.2",
4090 "windows_x86_64_gnullvm 0.42.2",
4091 "windows_x86_64_msvc 0.42.2",
4092]
4093
4094[[package]]
4095name = "windows-targets"
4096version = "0.52.6"
4097source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4099dependencies = [
4100 "windows_aarch64_gnullvm 0.52.6",
4101 "windows_aarch64_msvc 0.52.6",
4102 "windows_i686_gnu 0.52.6",
4103 "windows_i686_gnullvm 0.52.6",
4104 "windows_i686_msvc 0.52.6",
4105 "windows_x86_64_gnu 0.52.6",
4106 "windows_x86_64_gnullvm 0.52.6",
4107 "windows_x86_64_msvc 0.52.6",
4108]
4109
4110[[package]]
4111name = "windows-targets"
4112version = "0.53.5"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
4115dependencies = [
4116 "windows-link 0.2.1",
4117 "windows_aarch64_gnullvm 0.53.1",
4118 "windows_aarch64_msvc 0.53.1",
4119 "windows_i686_gnu 0.53.1",
4120 "windows_i686_gnullvm 0.53.1",
4121 "windows_i686_msvc 0.53.1",
4122 "windows_x86_64_gnu 0.53.1",
4123 "windows_x86_64_gnullvm 0.53.1",
4124 "windows_x86_64_msvc 0.53.1",
4125]
4126
4127[[package]]
4128name = "windows-threading"
4129version = "0.1.0"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
4132dependencies = [
4133 "windows-link 0.1.3",
4134]
4135
4136[[package]]
4137name = "windows-version"
4138version = "0.1.7"
4139source = "registry+https://github.com/rust-lang/crates.io-index"
4140checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
4141dependencies = [
4142 "windows-link 0.2.1",
4143]
4144
4145[[package]]
4146name = "windows_aarch64_gnullvm"
4147version = "0.42.2"
4148source = "registry+https://github.com/rust-lang/crates.io-index"
4149checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4150
4151[[package]]
4152name = "windows_aarch64_gnullvm"
4153version = "0.52.6"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4156
4157[[package]]
4158name = "windows_aarch64_gnullvm"
4159version = "0.53.1"
4160source = "registry+https://github.com/rust-lang/crates.io-index"
4161checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
4162
4163[[package]]
4164name = "windows_aarch64_msvc"
4165version = "0.42.2"
4166source = "registry+https://github.com/rust-lang/crates.io-index"
4167checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4168
4169[[package]]
4170name = "windows_aarch64_msvc"
4171version = "0.52.6"
4172source = "registry+https://github.com/rust-lang/crates.io-index"
4173checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4174
4175[[package]]
4176name = "windows_aarch64_msvc"
4177version = "0.53.1"
4178source = "registry+https://github.com/rust-lang/crates.io-index"
4179checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
4180
4181[[package]]
4182name = "windows_i686_gnu"
4183version = "0.42.2"
4184source = "registry+https://github.com/rust-lang/crates.io-index"
4185checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4186
4187[[package]]
4188name = "windows_i686_gnu"
4189version = "0.52.6"
4190source = "registry+https://github.com/rust-lang/crates.io-index"
4191checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4192
4193[[package]]
4194name = "windows_i686_gnu"
4195version = "0.53.1"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
4198
4199[[package]]
4200name = "windows_i686_gnullvm"
4201version = "0.52.6"
4202source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4204
4205[[package]]
4206name = "windows_i686_gnullvm"
4207version = "0.53.1"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
4210
4211[[package]]
4212name = "windows_i686_msvc"
4213version = "0.42.2"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4216
4217[[package]]
4218name = "windows_i686_msvc"
4219version = "0.52.6"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4222
4223[[package]]
4224name = "windows_i686_msvc"
4225version = "0.53.1"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
4228
4229[[package]]
4230name = "windows_x86_64_gnu"
4231version = "0.42.2"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4234
4235[[package]]
4236name = "windows_x86_64_gnu"
4237version = "0.52.6"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4240
4241[[package]]
4242name = "windows_x86_64_gnu"
4243version = "0.53.1"
4244source = "registry+https://github.com/rust-lang/crates.io-index"
4245checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
4246
4247[[package]]
4248name = "windows_x86_64_gnullvm"
4249version = "0.42.2"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4252
4253[[package]]
4254name = "windows_x86_64_gnullvm"
4255version = "0.52.6"
4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4258
4259[[package]]
4260name = "windows_x86_64_gnullvm"
4261version = "0.53.1"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
4264
4265[[package]]
4266name = "windows_x86_64_msvc"
4267version = "0.42.2"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4270
4271[[package]]
4272name = "windows_x86_64_msvc"
4273version = "0.52.6"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4276
4277[[package]]
4278name = "windows_x86_64_msvc"
4279version = "0.53.1"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4282
4283[[package]]
4284name = "winnow"
4285version = "0.5.40"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
4288dependencies = [
4289 "memchr",
4290]
4291
4292[[package]]
4293name = "winnow"
4294version = "0.7.14"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
4297dependencies = [
4298 "memchr",
4299]
4300
4301[[package]]
4302name = "wit-bindgen"
4303version = "0.46.0"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
4306
4307[[package]]
4308name = "writeable"
4309version = "0.6.2"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4312
4313[[package]]
4314name = "ws"
4315version = "0.9.2"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "25fe90c75f236a0a00247d5900226aea4f2d7b05ccc34da9e7a8880ff59b5848"
4318dependencies = [
4319 "byteorder",
4320 "bytes 0.4.12",
4321 "httparse",
4322 "log",
4323 "mio 0.6.23",
4324 "mio-extras",
4325 "rand 0.7.3",
4326 "sha-1",
4327 "slab",
4328 "url",
4329]
4330
4331[[package]]
4332name = "ws2_32-sys"
4333version = "0.2.1"
4334source = "registry+https://github.com/rust-lang/crates.io-index"
4335checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
4336dependencies = [
4337 "winapi 0.2.8",
4338 "winapi-build",
4339]
4340
4341[[package]]
4342name = "xmlwriter"
4343version = "0.1.0"
4344source = "registry+https://github.com/rust-lang/crates.io-index"
4345checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
4346
4347[[package]]
4348name = "xtask"
4349version = "0.1.0"
4350dependencies = [
4351 "nih_plug_xtask",
4352]
4353
4354[[package]]
4355name = "yoke"
4356version = "0.8.1"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4359dependencies = [
4360 "stable_deref_trait",
4361 "yoke-derive",
4362 "zerofrom",
4363]
4364
4365[[package]]
4366name = "yoke-derive"
4367version = "0.8.1"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4370dependencies = [
4371 "proc-macro2",
4372 "quote",
4373 "syn 2.0.111",
4374 "synstructure",
4375]
4376
4377[[package]]
4378name = "zbus"
4379version = "5.12.0"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "b622b18155f7a93d1cd2dc8c01d2d6a44e08fb9ebb7b3f9e6ed101488bad6c91"
4382dependencies = [
4383 "async-broadcast",
4384 "async-executor",
4385 "async-io",
4386 "async-lock",
4387 "async-process",
4388 "async-recursion",
4389 "async-task",
4390 "async-trait",
4391 "blocking",
4392 "enumflags2",
4393 "event-listener",
4394 "futures-core",
4395 "futures-lite",
4396 "hex",
4397 "nix",
4398 "ordered-stream",
4399 "serde",
4400 "serde_repr",
4401 "tracing",
4402 "uds_windows",
4403 "uuid",
4404 "windows-sys 0.61.2",
4405 "winnow 0.7.14",
4406 "zbus_macros",
4407 "zbus_names",
4408 "zvariant",
4409]
4410
4411[[package]]
4412name = "zbus_macros"
4413version = "5.12.0"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "1cdb94821ca8a87ca9c298b5d1cbd80e2a8b67115d99f6e4551ac49e42b6a314"
4416dependencies = [
4417 "proc-macro-crate",
4418 "proc-macro2",
4419 "quote",
4420 "syn 2.0.111",
4421 "zbus_names",
4422 "zvariant",
4423 "zvariant_utils",
4424]
4425
4426[[package]]
4427name = "zbus_names"
4428version = "4.2.0"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
4431dependencies = [
4432 "serde",
4433 "static_assertions",
4434 "winnow 0.7.14",
4435 "zvariant",
4436]
4437
4438[[package]]
4439name = "zerocopy"
4440version = "0.8.31"
4441source = "registry+https://github.com/rust-lang/crates.io-index"
4442checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
4443dependencies = [
4444 "zerocopy-derive",
4445]
4446
4447[[package]]
4448name = "zerocopy-derive"
4449version = "0.8.31"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
4452dependencies = [
4453 "proc-macro2",
4454 "quote",
4455 "syn 2.0.111",
4456]
4457
4458[[package]]
4459name = "zerofrom"
4460version = "0.1.6"
4461source = "registry+https://github.com/rust-lang/crates.io-index"
4462checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4463dependencies = [
4464 "zerofrom-derive",
4465]
4466
4467[[package]]
4468name = "zerofrom-derive"
4469version = "0.1.6"
4470source = "registry+https://github.com/rust-lang/crates.io-index"
4471checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4472dependencies = [
4473 "proc-macro2",
4474 "quote",
4475 "syn 2.0.111",
4476 "synstructure",
4477]
4478
4479[[package]]
4480name = "zerotrie"
4481version = "0.2.3"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
4484dependencies = [
4485 "displaydoc",
4486 "yoke",
4487 "zerofrom",
4488]
4489
4490[[package]]
4491name = "zerovec"
4492version = "0.11.5"
4493source = "registry+https://github.com/rust-lang/crates.io-index"
4494checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
4495dependencies = [
4496 "yoke",
4497 "zerofrom",
4498 "zerovec-derive",
4499]
4500
4501[[package]]
4502name = "zerovec-derive"
4503version = "0.11.2"
4504source = "registry+https://github.com/rust-lang/crates.io-index"
4505checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
4506dependencies = [
4507 "proc-macro2",
4508 "quote",
4509 "syn 2.0.111",
4510]
4511
4512[[package]]
4513name = "zune-core"
4514version = "0.4.12"
4515source = "registry+https://github.com/rust-lang/crates.io-index"
4516checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
4517
4518[[package]]
4519name = "zune-jpeg"
4520version = "0.4.21"
4521source = "registry+https://github.com/rust-lang/crates.io-index"
4522checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
4523dependencies = [
4524 "zune-core",
4525]
4526
4527[[package]]
4528name = "zvariant"
4529version = "5.8.0"
4530source = "registry+https://github.com/rust-lang/crates.io-index"
4531checksum = "2be61892e4f2b1772727be11630a62664a1826b62efa43a6fe7449521cb8744c"
4532dependencies = [
4533 "endi",
4534 "enumflags2",
4535 "serde",
4536 "winnow 0.7.14",
4537 "zvariant_derive",
4538 "zvariant_utils",
4539]
4540
4541[[package]]
4542name = "zvariant_derive"
4543version = "5.8.0"
4544source = "registry+https://github.com/rust-lang/crates.io-index"
4545checksum = "da58575a1b2b20766513b1ec59d8e2e68db2745379f961f86650655e862d2006"
4546dependencies = [
4547 "proc-macro-crate",
4548 "proc-macro2",
4549 "quote",
4550 "syn 2.0.111",
4551 "zvariant_utils",
4552]
4553
4554[[package]]
4555name = "zvariant_utils"
4556version = "3.2.1"
4557source = "registry+https://github.com/rust-lang/crates.io-index"
4558checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599"
4559dependencies = [
4560 "proc-macro2",
4561 "quote",
4562 "serde",
4563 "syn 2.0.111",
4564 "winnow 0.7.14",
4565]