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.2"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
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.8"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
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.1"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
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.2"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48"
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.50"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c"
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.2"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "03e45a4a8926227e4197636ba97a9fc9b00477e9f4bd711395687c5f0734bec4"
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.1"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "daa7e73e5b9dd467b2cbe7cc50ba224cd43bfcc0a618fd75f4adc32cf3a95d66"
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.1"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "4aca1659ca1e70edc8f96de48530a104bec11a267f663625098137bfd072d601"
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.2",
1582 "portable-atomic",
1583 "unicode-width 0.2.2",
1584 "unit-prefix",
1585 "web-time",
1586]
1587
1588[[package]]
1589name = "insta"
1590version = "1.45.0"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "b76866be74d68b1595eb8060cb9191dca9c021db2316558e52ddc5d55d41b66c"
1593dependencies = [
1594 "console 0.15.11",
1595 "once_cell",
1596 "similar",
1597 "tempfile",
1598]
1599
1600[[package]]
1601name = "iovec"
1602version = "0.1.4"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1605dependencies = [
1606 "libc",
1607]
1608
1609[[package]]
1610name = "is-terminal"
1611version = "0.4.17"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
1614dependencies = [
1615 "hermit-abi 0.5.2",
1616 "libc",
1617 "windows-sys 0.61.2",
1618]
1619
1620[[package]]
1621name = "is_terminal_polyfill"
1622version = "1.70.2"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1625
1626[[package]]
1627name = "itertools"
1628version = "0.12.1"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1631dependencies = [
1632 "either",
1633]
1634
1635[[package]]
1636name = "itertools"
1637version = "0.14.0"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1640dependencies = [
1641 "either",
1642]
1643
1644[[package]]
1645name = "itoa"
1646version = "1.0.16"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010"
1649
1650[[package]]
1651name = "jiff"
1652version = "0.2.16"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35"
1655dependencies = [
1656 "jiff-static",
1657 "log",
1658 "portable-atomic",
1659 "portable-atomic-util",
1660 "serde_core",
1661]
1662
1663[[package]]
1664name = "jiff-static"
1665version = "0.2.16"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69"
1668dependencies = [
1669 "proc-macro2",
1670 "quote",
1671 "syn 2.0.111",
1672]
1673
1674[[package]]
1675name = "js-sys"
1676version = "0.3.83"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
1679dependencies = [
1680 "once_cell",
1681 "wasm-bindgen",
1682]
1683
1684[[package]]
1685name = "kernel32-sys"
1686version = "0.2.2"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1689dependencies = [
1690 "winapi 0.2.8",
1691 "winapi-build",
1692]
1693
1694[[package]]
1695name = "kurbo"
1696version = "0.11.3"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
1699dependencies = [
1700 "arrayvec",
1701 "euclid",
1702 "smallvec",
1703]
1704
1705[[package]]
1706name = "lazy_static"
1707version = "1.5.0"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1710
1711[[package]]
1712name = "lazycell"
1713version = "1.3.0"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1716
1717[[package]]
1718name = "libc"
1719version = "0.2.178"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
1722
1723[[package]]
1724name = "libm"
1725version = "0.2.15"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1728
1729[[package]]
1730name = "libredox"
1731version = "0.1.11"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50"
1734dependencies = [
1735 "bitflags 2.10.0",
1736 "libc",
1737]
1738
1739[[package]]
1740name = "linux-raw-sys"
1741version = "0.11.0"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1744
1745[[package]]
1746name = "litemap"
1747version = "0.8.1"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1750
1751[[package]]
1752name = "lock_api"
1753version = "0.4.14"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1756dependencies = [
1757 "scopeguard",
1758]
1759
1760[[package]]
1761name = "log"
1762version = "0.4.29"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1765
1766[[package]]
1767name = "mac-notification-sys"
1768version = "0.6.9"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "65fd3f75411f4725061682ed91f131946e912859d0044d39c4ec0aac818d7621"
1771dependencies = [
1772 "cc",
1773 "objc2",
1774 "objc2-foundation",
1775 "time",
1776]
1777
1778[[package]]
1779name = "mach2"
1780version = "0.6.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b"
1783
1784[[package]]
1785name = "malloc_buf"
1786version = "0.0.6"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1789dependencies = [
1790 "libc",
1791]
1792
1793[[package]]
1794name = "matchit"
1795version = "0.8.4"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1798
1799[[package]]
1800name = "measure_time"
1801version = "0.9.0"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "51c55d61e72fc3ab704396c5fa16f4c184db37978ae4e94ca8959693a235fc0e"
1804dependencies = [
1805 "log",
1806]
1807
1808[[package]]
1809name = "memchr"
1810version = "2.7.6"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1813
1814[[package]]
1815name = "memmap2"
1816version = "0.9.9"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
1819dependencies = [
1820 "libc",
1821]
1822
1823[[package]]
1824name = "memoffset"
1825version = "0.9.1"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1828dependencies = [
1829 "autocfg",
1830]
1831
1832[[package]]
1833name = "midi-consts"
1834version = "0.1.0"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "6f2dd5c7f8aaf48a76e389068ab25ed80bdbc226b887f9013844c415698c9952"
1837
1838[[package]]
1839name = "midly"
1840version = "0.5.3"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "207d755f4cb882d20c4da58d707ca9130a0c9bc5061f657a4f299b8e36362b7a"
1843dependencies = [
1844 "rayon",
1845]
1846
1847[[package]]
1848name = "mime"
1849version = "0.3.17"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1852
1853[[package]]
1854name = "miniz_oxide"
1855version = "0.8.9"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1858dependencies = [
1859 "adler2",
1860 "simd-adler32",
1861]
1862
1863[[package]]
1864name = "mio"
1865version = "0.6.23"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
1868dependencies = [
1869 "cfg-if 0.1.10",
1870 "fuchsia-zircon",
1871 "fuchsia-zircon-sys",
1872 "iovec",
1873 "kernel32-sys",
1874 "libc",
1875 "log",
1876 "miow",
1877 "net2",
1878 "slab",
1879 "winapi 0.2.8",
1880]
1881
1882[[package]]
1883name = "mio"
1884version = "1.1.1"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1887dependencies = [
1888 "libc",
1889 "wasi 0.11.1+wasi-snapshot-preview1",
1890 "windows-sys 0.61.2",
1891]
1892
1893[[package]]
1894name = "mio-extras"
1895version = "2.0.6"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
1898dependencies = [
1899 "lazycell",
1900 "log",
1901 "mio 0.6.23",
1902 "slab",
1903]
1904
1905[[package]]
1906name = "miow"
1907version = "0.2.2"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1910dependencies = [
1911 "kernel32-sys",
1912 "net2",
1913 "winapi 0.2.8",
1914 "ws2_32-sys",
1915]
1916
1917[[package]]
1918name = "nanoid"
1919version = "0.4.0"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
1922dependencies = [
1923 "rand 0.8.5",
1924]
1925
1926[[package]]
1927name = "net2"
1928version = "0.2.39"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
1931dependencies = [
1932 "cfg-if 0.1.10",
1933 "libc",
1934 "winapi 0.3.9",
1935]
1936
1937[[package]]
1938name = "nih_log"
1939version = "0.3.1"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "d0cdb52ef79af48ae110401c883bdb9c15e0306a99ab6ecf18bc52068b668e54"
1942dependencies = [
1943 "atty",
1944 "log",
1945 "once_cell",
1946 "termcolor",
1947 "time",
1948 "windows 0.44.0",
1949]
1950
1951[[package]]
1952name = "nih_plug"
1953version = "0.0.0"
1954source = "git+https://github.com/robbert-vdh/nih-plug.git#28b149ec4d62757d0b448809148a0c3ca6e09a95"
1955dependencies = [
1956 "anyhow",
1957 "anymap3",
1958 "assert_no_alloc",
1959 "atomic_float",
1960 "atomic_refcell",
1961 "backtrace",
1962 "bitflags 1.3.2",
1963 "cfg-if 1.0.4",
1964 "clap-sys",
1965 "core-foundation",
1966 "crossbeam",
1967 "libc",
1968 "log",
1969 "midi-consts",
1970 "nih_log",
1971 "nih_plug_derive",
1972 "objc",
1973 "parking_lot",
1974 "raw-window-handle",
1975 "serde",
1976 "serde_json",
1977 "vst3-sys",
1978 "widestring",
1979 "windows 0.44.0",
1980]
1981
1982[[package]]
1983name = "nih_plug_derive"
1984version = "0.1.0"
1985source = "git+https://github.com/robbert-vdh/nih-plug.git#28b149ec4d62757d0b448809148a0c3ca6e09a95"
1986dependencies = [
1987 "proc-macro2",
1988 "quote",
1989 "syn 1.0.109",
1990]
1991
1992[[package]]
1993name = "nih_plug_xtask"
1994version = "0.1.0"
1995source = "git+https://github.com/robbert-vdh/nih-plug.git#28b149ec4d62757d0b448809148a0c3ca6e09a95"
1996dependencies = [
1997 "anyhow",
1998 "cargo_metadata",
1999 "goblin",
2000 "reflink",
2001 "serde",
2002 "toml 0.7.8",
2003]
2004
2005[[package]]
2006name = "nix"
2007version = "0.30.1"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
2010dependencies = [
2011 "bitflags 2.10.0",
2012 "cfg-if 1.0.4",
2013 "cfg_aliases",
2014 "libc",
2015 "memoffset",
2016]
2017
2018[[package]]
2019name = "notify-rust"
2020version = "4.11.7"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "6442248665a5aa2514e794af3b39661a8e73033b1cc5e59899e1276117ee4400"
2023dependencies = [
2024 "futures-lite",
2025 "log",
2026 "mac-notification-sys",
2027 "serde",
2028 "tauri-winrt-notification",
2029 "zbus",
2030]
2031
2032[[package]]
2033name = "num"
2034version = "0.4.3"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2037dependencies = [
2038 "num-bigint",
2039 "num-complex",
2040 "num-integer",
2041 "num-iter",
2042 "num-rational",
2043 "num-traits",
2044]
2045
2046[[package]]
2047name = "num-bigint"
2048version = "0.4.6"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2051dependencies = [
2052 "num-integer",
2053 "num-traits",
2054]
2055
2056[[package]]
2057name = "num-complex"
2058version = "0.4.6"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2061dependencies = [
2062 "num-traits",
2063]
2064
2065[[package]]
2066name = "num-conv"
2067version = "0.1.0"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2070
2071[[package]]
2072name = "num-integer"
2073version = "0.1.46"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2076dependencies = [
2077 "num-traits",
2078]
2079
2080[[package]]
2081name = "num-iter"
2082version = "0.1.45"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2085dependencies = [
2086 "autocfg",
2087 "num-integer",
2088 "num-traits",
2089]
2090
2091[[package]]
2092name = "num-rational"
2093version = "0.4.2"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2096dependencies = [
2097 "num-bigint",
2098 "num-integer",
2099 "num-traits",
2100]
2101
2102[[package]]
2103name = "num-traits"
2104version = "0.2.19"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2107dependencies = [
2108 "autocfg",
2109]
2110
2111[[package]]
2112name = "num_threads"
2113version = "0.1.7"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2116dependencies = [
2117 "libc",
2118]
2119
2120[[package]]
2121name = "objc"
2122version = "0.2.7"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2125dependencies = [
2126 "malloc_buf",
2127]
2128
2129[[package]]
2130name = "objc2"
2131version = "0.6.3"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
2134dependencies = [
2135 "objc2-encode",
2136]
2137
2138[[package]]
2139name = "objc2-core-foundation"
2140version = "0.3.2"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
2143dependencies = [
2144 "bitflags 2.10.0",
2145 "dispatch2",
2146 "objc2",
2147]
2148
2149[[package]]
2150name = "objc2-encode"
2151version = "4.1.0"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2154
2155[[package]]
2156name = "objc2-foundation"
2157version = "0.3.2"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
2160dependencies = [
2161 "bitflags 2.10.0",
2162 "block2",
2163 "libc",
2164 "objc2",
2165 "objc2-core-foundation",
2166]
2167
2168[[package]]
2169name = "object"
2170version = "0.37.3"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
2173dependencies = [
2174 "memchr",
2175]
2176
2177[[package]]
2178name = "once_cell"
2179version = "1.21.3"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2182
2183[[package]]
2184name = "once_cell_polyfill"
2185version = "1.70.2"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2188
2189[[package]]
2190name = "opaque-debug"
2191version = "0.2.3"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2194
2195[[package]]
2196name = "ordered-float"
2197version = "2.10.1"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2200dependencies = [
2201 "num-traits",
2202]
2203
2204[[package]]
2205name = "ordered-stream"
2206version = "0.2.0"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2209dependencies = [
2210 "futures-core",
2211 "pin-project-lite",
2212]
2213
2214[[package]]
2215name = "parking"
2216version = "2.2.1"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2219
2220[[package]]
2221name = "parking_lot"
2222version = "0.12.5"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2225dependencies = [
2226 "lock_api",
2227 "parking_lot_core",
2228]
2229
2230[[package]]
2231name = "parking_lot_core"
2232version = "0.9.12"
2233source = "registry+https://github.com/rust-lang/crates.io-index"
2234checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2235dependencies = [
2236 "cfg-if 1.0.4",
2237 "libc",
2238 "redox_syscall",
2239 "smallvec",
2240 "windows-link 0.2.1",
2241]
2242
2243[[package]]
2244name = "percent-encoding"
2245version = "2.3.2"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2248
2249[[package]]
2250name = "pico-args"
2251version = "0.5.0"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
2254
2255[[package]]
2256name = "pin-project-lite"
2257version = "0.2.16"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2260
2261[[package]]
2262name = "pin-utils"
2263version = "0.1.0"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2266
2267[[package]]
2268name = "piper"
2269version = "0.2.4"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2272dependencies = [
2273 "atomic-waker",
2274 "fastrand",
2275 "futures-io",
2276]
2277
2278[[package]]
2279name = "plain"
2280version = "0.2.3"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2283
2284[[package]]
2285name = "playground"
2286version = "0.1.0"
2287dependencies = [
2288 "itertools 0.14.0",
2289 "rand 0.9.2",
2290 "schedule-hell",
2291 "shapemaker",
2292]
2293
2294[[package]]
2295name = "png"
2296version = "0.17.16"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2299dependencies = [
2300 "bitflags 1.3.2",
2301 "crc32fast",
2302 "fdeflate",
2303 "flate2",
2304 "miniz_oxide",
2305]
2306
2307[[package]]
2308name = "polling"
2309version = "3.11.0"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
2312dependencies = [
2313 "cfg-if 1.0.4",
2314 "concurrent-queue",
2315 "hermit-abi 0.5.2",
2316 "pin-project-lite",
2317 "rustix",
2318 "windows-sys 0.61.2",
2319]
2320
2321[[package]]
2322name = "portable-atomic"
2323version = "1.12.0"
2324source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "f59e70c4aef1e55797c2e8fd94a4f2a973fc972cfde0e0b05f683667b0cd39dd"
2326
2327[[package]]
2328name = "portable-atomic-util"
2329version = "0.2.4"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
2332dependencies = [
2333 "portable-atomic",
2334]
2335
2336[[package]]
2337name = "potential_utf"
2338version = "0.1.4"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2341dependencies = [
2342 "zerovec",
2343]
2344
2345[[package]]
2346name = "powerfmt"
2347version = "0.2.0"
2348source = "registry+https://github.com/rust-lang/crates.io-index"
2349checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2350
2351[[package]]
2352name = "ppv-lite86"
2353version = "0.2.21"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2356dependencies = [
2357 "zerocopy",
2358]
2359
2360[[package]]
2361name = "prettytable-rs"
2362version = "0.10.0"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a"
2365dependencies = [
2366 "encode_unicode",
2367 "is-terminal",
2368 "lazy_static",
2369 "term",
2370 "unicode-width 0.1.14",
2371]
2372
2373[[package]]
2374name = "proc-macro-crate"
2375version = "3.4.0"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
2378dependencies = [
2379 "toml_edit 0.23.10+spec-1.0.0",
2380]
2381
2382[[package]]
2383name = "proc-macro2"
2384version = "1.0.103"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
2387dependencies = [
2388 "unicode-ident",
2389]
2390
2391[[package]]
2392name = "quanta"
2393version = "0.12.6"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
2396dependencies = [
2397 "crossbeam-utils",
2398 "libc",
2399 "once_cell",
2400 "raw-cpuid",
2401 "wasi 0.11.1+wasi-snapshot-preview1",
2402 "web-sys",
2403 "winapi 0.3.9",
2404]
2405
2406[[package]]
2407name = "quick-error"
2408version = "2.0.1"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2411
2412[[package]]
2413name = "quick-xml"
2414version = "0.37.5"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
2417dependencies = [
2418 "memchr",
2419]
2420
2421[[package]]
2422name = "quick-xml"
2423version = "0.38.4"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
2426dependencies = [
2427 "memchr",
2428]
2429
2430[[package]]
2431name = "quote"
2432version = "1.0.42"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
2435dependencies = [
2436 "proc-macro2",
2437]
2438
2439[[package]]
2440name = "r-efi"
2441version = "5.3.0"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2444
2445[[package]]
2446name = "rand"
2447version = "0.7.3"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2450dependencies = [
2451 "getrandom 0.1.16",
2452 "libc",
2453 "rand_chacha 0.2.2",
2454 "rand_core 0.5.1",
2455 "rand_hc",
2456]
2457
2458[[package]]
2459name = "rand"
2460version = "0.8.5"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2463dependencies = [
2464 "libc",
2465 "rand_chacha 0.3.1",
2466 "rand_core 0.6.4",
2467]
2468
2469[[package]]
2470name = "rand"
2471version = "0.9.2"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2474dependencies = [
2475 "rand_chacha 0.9.0",
2476 "rand_core 0.9.3",
2477]
2478
2479[[package]]
2480name = "rand_chacha"
2481version = "0.2.2"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2484dependencies = [
2485 "ppv-lite86",
2486 "rand_core 0.5.1",
2487]
2488
2489[[package]]
2490name = "rand_chacha"
2491version = "0.3.1"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2494dependencies = [
2495 "ppv-lite86",
2496 "rand_core 0.6.4",
2497]
2498
2499[[package]]
2500name = "rand_chacha"
2501version = "0.9.0"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2504dependencies = [
2505 "ppv-lite86",
2506 "rand_core 0.9.3",
2507]
2508
2509[[package]]
2510name = "rand_core"
2511version = "0.5.1"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2514dependencies = [
2515 "getrandom 0.1.16",
2516]
2517
2518[[package]]
2519name = "rand_core"
2520version = "0.6.4"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2523dependencies = [
2524 "getrandom 0.2.16",
2525]
2526
2527[[package]]
2528name = "rand_core"
2529version = "0.9.3"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2532dependencies = [
2533 "getrandom 0.3.4",
2534]
2535
2536[[package]]
2537name = "rand_hc"
2538version = "0.2.0"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2541dependencies = [
2542 "rand_core 0.5.1",
2543]
2544
2545[[package]]
2546name = "raw-cpuid"
2547version = "11.6.0"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
2550dependencies = [
2551 "bitflags 2.10.0",
2552]
2553
2554[[package]]
2555name = "raw-window-handle"
2556version = "0.5.2"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2559
2560[[package]]
2561name = "rayon"
2562version = "1.11.0"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
2565dependencies = [
2566 "either",
2567 "rayon-core",
2568]
2569
2570[[package]]
2571name = "rayon-core"
2572version = "1.13.0"
2573source = "registry+https://github.com/rust-lang/crates.io-index"
2574checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
2575dependencies = [
2576 "crossbeam-deque",
2577 "crossbeam-utils",
2578]
2579
2580[[package]]
2581name = "redox_syscall"
2582version = "0.5.18"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2585dependencies = [
2586 "bitflags 2.10.0",
2587]
2588
2589[[package]]
2590name = "redox_users"
2591version = "0.4.6"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2594dependencies = [
2595 "getrandom 0.2.16",
2596 "libredox",
2597 "thiserror 1.0.69",
2598]
2599
2600[[package]]
2601name = "reflink"
2602version = "0.1.3"
2603source = "git+https://github.com/nicokoch/reflink.git?rev=e8d93b465f5d9ad340cd052b64bbc77b8ee107e2#e8d93b465f5d9ad340cd052b64bbc77b8ee107e2"
2604dependencies = [
2605 "libc",
2606 "winapi 0.3.9",
2607]
2608
2609[[package]]
2610name = "regex"
2611version = "1.12.2"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
2614dependencies = [
2615 "aho-corasick",
2616 "memchr",
2617 "regex-automata",
2618 "regex-syntax",
2619]
2620
2621[[package]]
2622name = "regex-automata"
2623version = "0.4.13"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
2626dependencies = [
2627 "aho-corasick",
2628 "memchr",
2629 "regex-syntax",
2630]
2631
2632[[package]]
2633name = "regex-syntax"
2634version = "0.8.8"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
2637
2638[[package]]
2639name = "resvg"
2640version = "0.45.1"
2641source = "registry+https://github.com/rust-lang/crates.io-index"
2642checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
2643dependencies = [
2644 "gif",
2645 "image-webp",
2646 "log",
2647 "pico-args",
2648 "rgb",
2649 "svgtypes",
2650 "tiny-skia",
2651 "usvg",
2652 "zune-jpeg",
2653]
2654
2655[[package]]
2656name = "rgb"
2657version = "0.8.52"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
2660dependencies = [
2661 "bytemuck",
2662]
2663
2664[[package]]
2665name = "roxmltree"
2666version = "0.20.0"
2667source = "registry+https://github.com/rust-lang/crates.io-index"
2668checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
2669
2670[[package]]
2671name = "roxmltree"
2672version = "0.21.1"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
2675dependencies = [
2676 "memchr",
2677]
2678
2679[[package]]
2680name = "rust-analyzer"
2681version = "0.0.1"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "11707871ffa56ce568d4f15dd34c2f891a2aa5e4b3435b99b8f99938492525c3"
2684
2685[[package]]
2686name = "rustc-demangle"
2687version = "0.1.26"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
2690
2691[[package]]
2692name = "rustix"
2693version = "1.1.2"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
2696dependencies = [
2697 "bitflags 2.10.0",
2698 "errno",
2699 "libc",
2700 "linux-raw-sys",
2701 "windows-sys 0.61.2",
2702]
2703
2704[[package]]
2705name = "rustversion"
2706version = "1.0.22"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2709
2710[[package]]
2711name = "rustybuzz"
2712version = "0.20.1"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
2715dependencies = [
2716 "bitflags 2.10.0",
2717 "bytemuck",
2718 "core_maths",
2719 "log",
2720 "smallvec",
2721 "ttf-parser",
2722 "unicode-bidi-mirroring",
2723 "unicode-ccc",
2724 "unicode-properties",
2725 "unicode-script",
2726]
2727
2728[[package]]
2729name = "ryu"
2730version = "1.0.21"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "62049b2877bf12821e8f9ad256ee38fdc31db7387ec2d3b3f403024de2034aea"
2733
2734[[package]]
2735name = "schedule-hell"
2736version = "0.1.0"
2737dependencies = [
2738 "anyhow",
2739 "itertools 0.14.0",
2740 "notify-rust",
2741 "pico-args",
2742 "rand 0.9.2",
2743 "serde-aux",
2744 "shapemaker",
2745 "tokio",
2746]
2747
2748[[package]]
2749name = "scopeguard"
2750version = "1.2.0"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2753
2754[[package]]
2755name = "scroll"
2756version = "0.11.0"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
2759dependencies = [
2760 "scroll_derive",
2761]
2762
2763[[package]]
2764name = "scroll_derive"
2765version = "0.11.1"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
2768dependencies = [
2769 "proc-macro2",
2770 "quote",
2771 "syn 2.0.111",
2772]
2773
2774[[package]]
2775name = "semver"
2776version = "1.0.27"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2779dependencies = [
2780 "serde",
2781 "serde_core",
2782]
2783
2784[[package]]
2785name = "serde"
2786version = "1.0.228"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2789dependencies = [
2790 "serde_core",
2791 "serde_derive",
2792]
2793
2794[[package]]
2795name = "serde-aux"
2796version = "4.7.0"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "207f67b28fe90fb596503a9bf0bf1ea5e831e21307658e177c5dfcdfc3ab8a0a"
2799dependencies = [
2800 "chrono",
2801 "serde",
2802 "serde-value",
2803 "serde_json",
2804]
2805
2806[[package]]
2807name = "serde-value"
2808version = "0.7.0"
2809source = "registry+https://github.com/rust-lang/crates.io-index"
2810checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
2811dependencies = [
2812 "ordered-float",
2813 "serde",
2814]
2815
2816[[package]]
2817name = "serde-wasm-bindgen"
2818version = "0.6.5"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
2821dependencies = [
2822 "js-sys",
2823 "serde",
2824 "wasm-bindgen",
2825]
2826
2827[[package]]
2828name = "serde_cbor"
2829version = "0.11.2"
2830source = "registry+https://github.com/rust-lang/crates.io-index"
2831checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
2832dependencies = [
2833 "half",
2834 "serde",
2835]
2836
2837[[package]]
2838name = "serde_core"
2839version = "1.0.228"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2842dependencies = [
2843 "serde_derive",
2844]
2845
2846[[package]]
2847name = "serde_derive"
2848version = "1.0.228"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2851dependencies = [
2852 "proc-macro2",
2853 "quote",
2854 "syn 2.0.111",
2855]
2856
2857[[package]]
2858name = "serde_json"
2859version = "1.0.146"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
2862dependencies = [
2863 "itoa",
2864 "memchr",
2865 "ryu",
2866 "serde",
2867 "serde_core",
2868]
2869
2870[[package]]
2871name = "serde_path_to_error"
2872version = "0.1.20"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2875dependencies = [
2876 "itoa",
2877 "serde",
2878 "serde_core",
2879]
2880
2881[[package]]
2882name = "serde_repr"
2883version = "0.1.20"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2886dependencies = [
2887 "proc-macro2",
2888 "quote",
2889 "syn 2.0.111",
2890]
2891
2892[[package]]
2893name = "serde_spanned"
2894version = "0.6.9"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2897dependencies = [
2898 "serde",
2899]
2900
2901[[package]]
2902name = "serde_spanned"
2903version = "1.0.4"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
2906dependencies = [
2907 "serde_core",
2908]
2909
2910[[package]]
2911name = "serde_urlencoded"
2912version = "0.7.1"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2915dependencies = [
2916 "form_urlencoded",
2917 "itoa",
2918 "ryu",
2919 "serde",
2920]
2921
2922[[package]]
2923name = "sha-1"
2924version = "0.8.2"
2925source = "registry+https://github.com/rust-lang/crates.io-index"
2926checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
2927dependencies = [
2928 "block-buffer 0.7.3",
2929 "digest 0.8.1",
2930 "fake-simd",
2931 "opaque-debug",
2932]
2933
2934[[package]]
2935name = "sha1"
2936version = "0.10.6"
2937source = "registry+https://github.com/rust-lang/crates.io-index"
2938checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2939dependencies = [
2940 "cfg-if 1.0.4",
2941 "cpufeatures",
2942 "digest 0.10.7",
2943]
2944
2945[[package]]
2946name = "shapemaker"
2947version = "1.2.2"
2948dependencies = [
2949 "anyhow",
2950 "axum",
2951 "backtrace",
2952 "chrono",
2953 "console 0.16.2",
2954 "easing-function",
2955 "env_logger",
2956 "getrandom 0.2.16",
2957 "hotpath",
2958 "indicatif",
2959 "insta",
2960 "itertools 0.14.0",
2961 "log",
2962 "measure_time",
2963 "midly",
2964 "nanoid",
2965 "nih_plug",
2966 "notify-rust",
2967 "num",
2968 "once_cell",
2969 "quick-xml 0.38.4",
2970 "rand 0.9.2",
2971 "rayon",
2972 "resvg",
2973 "roxmltree 0.21.1",
2974 "rust-analyzer",
2975 "serde",
2976 "serde-aux",
2977 "serde-wasm-bindgen",
2978 "serde_cbor",
2979 "serde_json",
2980 "slug",
2981 "strum",
2982 "strum_macros",
2983 "tiny-skia",
2984 "tokio",
2985 "toml 0.9.10+spec-1.1.0",
2986 "tungstenite",
2987 "url",
2988 "vgv",
2989 "wasm-bindgen",
2990 "web-sys",
2991 "ws",
2992]
2993
2994[[package]]
2995name = "shlex"
2996version = "1.3.0"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2999
3000[[package]]
3001name = "signal-hook-registry"
3002version = "1.4.7"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
3005dependencies = [
3006 "libc",
3007]
3008
3009[[package]]
3010name = "simd-adler32"
3011version = "0.3.8"
3012source = "registry+https://github.com/rust-lang/crates.io-index"
3013checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
3014
3015[[package]]
3016name = "similar"
3017version = "2.7.0"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
3020
3021[[package]]
3022name = "simplecss"
3023version = "0.2.2"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
3026dependencies = [
3027 "log",
3028]
3029
3030[[package]]
3031name = "siphasher"
3032version = "1.0.1"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3035
3036[[package]]
3037name = "slab"
3038version = "0.4.11"
3039source = "registry+https://github.com/rust-lang/crates.io-index"
3040checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3041
3042[[package]]
3043name = "slotmap"
3044version = "1.1.1"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
3047dependencies = [
3048 "version_check",
3049]
3050
3051[[package]]
3052name = "slug"
3053version = "0.1.6"
3054source = "registry+https://github.com/rust-lang/crates.io-index"
3055checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
3056dependencies = [
3057 "deunicode",
3058 "wasm-bindgen",
3059]
3060
3061[[package]]
3062name = "smallvec"
3063version = "1.15.1"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3066
3067[[package]]
3068name = "socket2"
3069version = "0.6.1"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
3072dependencies = [
3073 "libc",
3074 "windows-sys 0.60.2",
3075]
3076
3077[[package]]
3078name = "specimen"
3079version = "0.1.0"
3080dependencies = [
3081 "insta",
3082 "rand 0.9.2",
3083 "shapemaker",
3084]
3085
3086[[package]]
3087name = "stable_deref_trait"
3088version = "1.2.1"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3091
3092[[package]]
3093name = "static_assertions"
3094version = "1.1.0"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3097
3098[[package]]
3099name = "strict-num"
3100version = "0.1.1"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
3103dependencies = [
3104 "float-cmp",
3105]
3106
3107[[package]]
3108name = "strsim"
3109version = "0.11.1"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3112
3113[[package]]
3114name = "strum"
3115version = "0.27.2"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
3118dependencies = [
3119 "strum_macros",
3120]
3121
3122[[package]]
3123name = "strum_macros"
3124version = "0.27.2"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
3127dependencies = [
3128 "heck",
3129 "proc-macro2",
3130 "quote",
3131 "syn 2.0.111",
3132]
3133
3134[[package]]
3135name = "svgtypes"
3136version = "0.15.3"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
3139dependencies = [
3140 "kurbo",
3141 "siphasher",
3142]
3143
3144[[package]]
3145name = "syn"
3146version = "1.0.109"
3147source = "registry+https://github.com/rust-lang/crates.io-index"
3148checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3149dependencies = [
3150 "proc-macro2",
3151 "quote",
3152 "unicode-ident",
3153]
3154
3155[[package]]
3156name = "syn"
3157version = "2.0.111"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
3160dependencies = [
3161 "proc-macro2",
3162 "quote",
3163 "unicode-ident",
3164]
3165
3166[[package]]
3167name = "sync_wrapper"
3168version = "1.0.2"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3171
3172[[package]]
3173name = "synstructure"
3174version = "0.13.2"
3175source = "registry+https://github.com/rust-lang/crates.io-index"
3176checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3177dependencies = [
3178 "proc-macro2",
3179 "quote",
3180 "syn 2.0.111",
3181]
3182
3183[[package]]
3184name = "tauri-winrt-notification"
3185version = "0.7.2"
3186source = "registry+https://github.com/rust-lang/crates.io-index"
3187checksum = "0b1e66e07de489fe43a46678dd0b8df65e0c973909df1b60ba33874e297ba9b9"
3188dependencies = [
3189 "quick-xml 0.37.5",
3190 "thiserror 2.0.17",
3191 "windows 0.61.3",
3192 "windows-version",
3193]
3194
3195[[package]]
3196name = "tempfile"
3197version = "3.23.0"
3198source = "registry+https://github.com/rust-lang/crates.io-index"
3199checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
3200dependencies = [
3201 "fastrand",
3202 "getrandom 0.3.4",
3203 "once_cell",
3204 "rustix",
3205 "windows-sys 0.61.2",
3206]
3207
3208[[package]]
3209name = "term"
3210version = "0.7.0"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
3213dependencies = [
3214 "dirs-next",
3215 "rustversion",
3216 "winapi 0.3.9",
3217]
3218
3219[[package]]
3220name = "termcolor"
3221version = "1.4.1"
3222source = "registry+https://github.com/rust-lang/crates.io-index"
3223checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
3224dependencies = [
3225 "winapi-util",
3226]
3227
3228[[package]]
3229name = "thiserror"
3230version = "1.0.69"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3233dependencies = [
3234 "thiserror-impl 1.0.69",
3235]
3236
3237[[package]]
3238name = "thiserror"
3239version = "2.0.17"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
3242dependencies = [
3243 "thiserror-impl 2.0.17",
3244]
3245
3246[[package]]
3247name = "thiserror-impl"
3248version = "1.0.69"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3251dependencies = [
3252 "proc-macro2",
3253 "quote",
3254 "syn 2.0.111",
3255]
3256
3257[[package]]
3258name = "thiserror-impl"
3259version = "2.0.17"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
3262dependencies = [
3263 "proc-macro2",
3264 "quote",
3265 "syn 2.0.111",
3266]
3267
3268[[package]]
3269name = "time"
3270version = "0.3.44"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
3273dependencies = [
3274 "deranged",
3275 "itoa",
3276 "libc",
3277 "num-conv",
3278 "num_threads",
3279 "powerfmt",
3280 "serde",
3281 "time-core",
3282 "time-macros",
3283]
3284
3285[[package]]
3286name = "time-core"
3287version = "0.1.6"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
3290
3291[[package]]
3292name = "time-macros"
3293version = "0.2.24"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
3296dependencies = [
3297 "num-conv",
3298 "time-core",
3299]
3300
3301[[package]]
3302name = "tiny-skia"
3303version = "0.11.4"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
3306dependencies = [
3307 "arrayref",
3308 "arrayvec",
3309 "bytemuck",
3310 "cfg-if 1.0.4",
3311 "log",
3312 "png",
3313 "tiny-skia-path",
3314]
3315
3316[[package]]
3317name = "tiny-skia-path"
3318version = "0.11.4"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
3321dependencies = [
3322 "arrayref",
3323 "bytemuck",
3324 "strict-num",
3325]
3326
3327[[package]]
3328name = "tiny_http"
3329version = "0.12.0"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
3332dependencies = [
3333 "ascii",
3334 "chunked_transfer",
3335 "httpdate",
3336 "log",
3337]
3338
3339[[package]]
3340name = "tinystr"
3341version = "0.8.2"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3344dependencies = [
3345 "displaydoc",
3346 "zerovec",
3347]
3348
3349[[package]]
3350name = "tinyvec"
3351version = "1.10.0"
3352source = "registry+https://github.com/rust-lang/crates.io-index"
3353checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
3354dependencies = [
3355 "tinyvec_macros",
3356]
3357
3358[[package]]
3359name = "tinyvec_macros"
3360version = "0.1.1"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
3362checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3363
3364[[package]]
3365name = "tokio"
3366version = "1.48.0"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
3369dependencies = [
3370 "libc",
3371 "mio 1.1.1",
3372 "pin-project-lite",
3373 "socket2",
3374 "tokio-macros",
3375 "windows-sys 0.61.2",
3376]
3377
3378[[package]]
3379name = "tokio-macros"
3380version = "2.6.0"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
3383dependencies = [
3384 "proc-macro2",
3385 "quote",
3386 "syn 2.0.111",
3387]
3388
3389[[package]]
3390name = "toml"
3391version = "0.7.8"
3392source = "registry+https://github.com/rust-lang/crates.io-index"
3393checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
3394dependencies = [
3395 "serde",
3396 "serde_spanned 0.6.9",
3397 "toml_datetime 0.6.11",
3398 "toml_edit 0.19.15",
3399]
3400
3401[[package]]
3402name = "toml"
3403version = "0.9.10+spec-1.1.0"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48"
3406dependencies = [
3407 "indexmap",
3408 "serde_core",
3409 "serde_spanned 1.0.4",
3410 "toml_datetime 0.7.5+spec-1.1.0",
3411 "toml_parser",
3412 "toml_writer",
3413 "winnow 0.7.14",
3414]
3415
3416[[package]]
3417name = "toml_datetime"
3418version = "0.6.11"
3419source = "registry+https://github.com/rust-lang/crates.io-index"
3420checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
3421dependencies = [
3422 "serde",
3423]
3424
3425[[package]]
3426name = "toml_datetime"
3427version = "0.7.5+spec-1.1.0"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
3430dependencies = [
3431 "serde_core",
3432]
3433
3434[[package]]
3435name = "toml_edit"
3436version = "0.19.15"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
3439dependencies = [
3440 "indexmap",
3441 "serde",
3442 "serde_spanned 0.6.9",
3443 "toml_datetime 0.6.11",
3444 "winnow 0.5.40",
3445]
3446
3447[[package]]
3448name = "toml_edit"
3449version = "0.23.10+spec-1.0.0"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
3452dependencies = [
3453 "indexmap",
3454 "toml_datetime 0.7.5+spec-1.1.0",
3455 "toml_parser",
3456 "winnow 0.7.14",
3457]
3458
3459[[package]]
3460name = "toml_parser"
3461version = "1.0.6+spec-1.1.0"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
3464dependencies = [
3465 "winnow 0.7.14",
3466]
3467
3468[[package]]
3469name = "toml_writer"
3470version = "1.0.6+spec-1.1.0"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
3473
3474[[package]]
3475name = "tower"
3476version = "0.5.2"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
3479dependencies = [
3480 "futures-core",
3481 "futures-util",
3482 "pin-project-lite",
3483 "sync_wrapper",
3484 "tokio",
3485 "tower-layer",
3486 "tower-service",
3487 "tracing",
3488]
3489
3490[[package]]
3491name = "tower-layer"
3492version = "0.3.3"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3495
3496[[package]]
3497name = "tower-service"
3498version = "0.3.3"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3501
3502[[package]]
3503name = "tracing"
3504version = "0.1.44"
3505source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3507dependencies = [
3508 "log",
3509 "pin-project-lite",
3510 "tracing-attributes",
3511 "tracing-core",
3512]
3513
3514[[package]]
3515name = "tracing-attributes"
3516version = "0.1.31"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3519dependencies = [
3520 "proc-macro2",
3521 "quote",
3522 "syn 2.0.111",
3523]
3524
3525[[package]]
3526name = "tracing-core"
3527version = "0.1.36"
3528source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3530dependencies = [
3531 "once_cell",
3532]
3533
3534[[package]]
3535name = "ttf-parser"
3536version = "0.25.1"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
3539dependencies = [
3540 "core_maths",
3541]
3542
3543[[package]]
3544name = "tungstenite"
3545version = "0.28.0"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
3548dependencies = [
3549 "bytes 1.11.0",
3550 "data-encoding",
3551 "http",
3552 "httparse",
3553 "log",
3554 "rand 0.9.2",
3555 "sha1",
3556 "thiserror 2.0.17",
3557 "utf-8",
3558]
3559
3560[[package]]
3561name = "typenum"
3562version = "1.19.0"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3565
3566[[package]]
3567name = "uds_windows"
3568version = "1.1.0"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
3571dependencies = [
3572 "memoffset",
3573 "tempfile",
3574 "winapi 0.3.9",
3575]
3576
3577[[package]]
3578name = "unicode-bidi"
3579version = "0.3.18"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3582
3583[[package]]
3584name = "unicode-bidi-mirroring"
3585version = "0.4.0"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
3588
3589[[package]]
3590name = "unicode-ccc"
3591version = "0.4.0"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
3594
3595[[package]]
3596name = "unicode-ident"
3597version = "1.0.22"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
3600
3601[[package]]
3602name = "unicode-properties"
3603version = "0.1.4"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
3606
3607[[package]]
3608name = "unicode-script"
3609version = "0.5.8"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
3612
3613[[package]]
3614name = "unicode-vo"
3615version = "0.1.0"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
3618
3619[[package]]
3620name = "unicode-width"
3621version = "0.1.14"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3624
3625[[package]]
3626name = "unicode-width"
3627version = "0.2.2"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3630
3631[[package]]
3632name = "unit-prefix"
3633version = "0.5.2"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
3636
3637[[package]]
3638name = "url"
3639version = "2.5.7"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
3642dependencies = [
3643 "form_urlencoded",
3644 "idna",
3645 "percent-encoding",
3646 "serde",
3647]
3648
3649[[package]]
3650name = "usvg"
3651version = "0.45.1"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
3654dependencies = [
3655 "base64",
3656 "data-url",
3657 "flate2",
3658 "fontdb",
3659 "imagesize",
3660 "kurbo",
3661 "log",
3662 "pico-args",
3663 "roxmltree 0.20.0",
3664 "rustybuzz",
3665 "simplecss",
3666 "siphasher",
3667 "strict-num",
3668 "svgtypes",
3669 "tiny-skia-path",
3670 "unicode-bidi",
3671 "unicode-script",
3672 "unicode-vo",
3673 "xmlwriter",
3674]
3675
3676[[package]]
3677name = "utf-8"
3678version = "0.7.6"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3681
3682[[package]]
3683name = "utf8_iter"
3684version = "1.0.4"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3687
3688[[package]]
3689name = "utf8parse"
3690version = "0.2.2"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3693
3694[[package]]
3695name = "uuid"
3696version = "1.19.0"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
3699dependencies = [
3700 "js-sys",
3701 "serde_core",
3702 "wasm-bindgen",
3703]
3704
3705[[package]]
3706name = "version_check"
3707version = "0.9.5"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3710
3711[[package]]
3712name = "vgv"
3713version = "0.1.0"
3714source = "git+https://github.com/gwennlbh/vgvf#96288225b98109f59ce5356edbd9024d6e74ed2b"
3715dependencies = [
3716 "anyhow",
3717 "base64",
3718 "diff-match-patch-rs",
3719 "pico-args",
3720 "resvg",
3721 "serde",
3722 "serde_json",
3723 "tiny-skia",
3724 "usvg",
3725]
3726
3727[[package]]
3728name = "vst3-com"
3729version = "0.1.0"
3730source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
3731dependencies = [
3732 "vst3-com-macros",
3733]
3734
3735[[package]]
3736name = "vst3-com-macros"
3737version = "0.2.0"
3738source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
3739dependencies = [
3740 "proc-macro2",
3741 "quote",
3742 "syn 1.0.109",
3743 "vst3-com-macros-support",
3744]
3745
3746[[package]]
3747name = "vst3-com-macros-support"
3748version = "0.2.0"
3749source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
3750dependencies = [
3751 "proc-macro2",
3752 "quote",
3753 "syn 1.0.109",
3754]
3755
3756[[package]]
3757name = "vst3-sys"
3758version = "0.1.0"
3759source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
3760dependencies = [
3761 "vst3-com",
3762]
3763
3764[[package]]
3765name = "wasi"
3766version = "0.9.0+wasi-snapshot-preview1"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
3769
3770[[package]]
3771name = "wasi"
3772version = "0.11.1+wasi-snapshot-preview1"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3775
3776[[package]]
3777name = "wasip2"
3778version = "1.0.1+wasi-0.2.4"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
3781dependencies = [
3782 "wit-bindgen",
3783]
3784
3785[[package]]
3786name = "wasm-bindgen"
3787version = "0.2.106"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
3790dependencies = [
3791 "cfg-if 1.0.4",
3792 "once_cell",
3793 "rustversion",
3794 "wasm-bindgen-macro",
3795 "wasm-bindgen-shared",
3796]
3797
3798[[package]]
3799name = "wasm-bindgen-macro"
3800version = "0.2.106"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
3803dependencies = [
3804 "quote",
3805 "wasm-bindgen-macro-support",
3806]
3807
3808[[package]]
3809name = "wasm-bindgen-macro-support"
3810version = "0.2.106"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
3813dependencies = [
3814 "bumpalo",
3815 "proc-macro2",
3816 "quote",
3817 "syn 2.0.111",
3818 "wasm-bindgen-shared",
3819]
3820
3821[[package]]
3822name = "wasm-bindgen-shared"
3823version = "0.2.106"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
3826dependencies = [
3827 "unicode-ident",
3828]
3829
3830[[package]]
3831name = "web-sys"
3832version = "0.3.83"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
3835dependencies = [
3836 "js-sys",
3837 "wasm-bindgen",
3838]
3839
3840[[package]]
3841name = "web-time"
3842version = "1.1.0"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3845dependencies = [
3846 "js-sys",
3847 "wasm-bindgen",
3848]
3849
3850[[package]]
3851name = "weezl"
3852version = "0.1.12"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
3855
3856[[package]]
3857name = "widestring"
3858version = "1.2.1"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
3861
3862[[package]]
3863name = "winapi"
3864version = "0.2.8"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
3867
3868[[package]]
3869name = "winapi"
3870version = "0.3.9"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3873dependencies = [
3874 "winapi-i686-pc-windows-gnu",
3875 "winapi-x86_64-pc-windows-gnu",
3876]
3877
3878[[package]]
3879name = "winapi-build"
3880version = "0.1.1"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
3883
3884[[package]]
3885name = "winapi-i686-pc-windows-gnu"
3886version = "0.4.0"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3889
3890[[package]]
3891name = "winapi-util"
3892version = "0.1.11"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3895dependencies = [
3896 "windows-sys 0.61.2",
3897]
3898
3899[[package]]
3900name = "winapi-x86_64-pc-windows-gnu"
3901version = "0.4.0"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3904
3905[[package]]
3906name = "windows"
3907version = "0.44.0"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
3910dependencies = [
3911 "windows-targets 0.42.2",
3912]
3913
3914[[package]]
3915name = "windows"
3916version = "0.61.3"
3917source = "registry+https://github.com/rust-lang/crates.io-index"
3918checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
3919dependencies = [
3920 "windows-collections",
3921 "windows-core 0.61.2",
3922 "windows-future",
3923 "windows-link 0.1.3",
3924 "windows-numerics",
3925]
3926
3927[[package]]
3928name = "windows-collections"
3929version = "0.2.0"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
3932dependencies = [
3933 "windows-core 0.61.2",
3934]
3935
3936[[package]]
3937name = "windows-core"
3938version = "0.61.2"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
3941dependencies = [
3942 "windows-implement",
3943 "windows-interface",
3944 "windows-link 0.1.3",
3945 "windows-result 0.3.4",
3946 "windows-strings 0.4.2",
3947]
3948
3949[[package]]
3950name = "windows-core"
3951version = "0.62.2"
3952source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3954dependencies = [
3955 "windows-implement",
3956 "windows-interface",
3957 "windows-link 0.2.1",
3958 "windows-result 0.4.1",
3959 "windows-strings 0.5.1",
3960]
3961
3962[[package]]
3963name = "windows-future"
3964version = "0.2.1"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
3967dependencies = [
3968 "windows-core 0.61.2",
3969 "windows-link 0.1.3",
3970 "windows-threading",
3971]
3972
3973[[package]]
3974name = "windows-implement"
3975version = "0.60.2"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3978dependencies = [
3979 "proc-macro2",
3980 "quote",
3981 "syn 2.0.111",
3982]
3983
3984[[package]]
3985name = "windows-interface"
3986version = "0.59.3"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3989dependencies = [
3990 "proc-macro2",
3991 "quote",
3992 "syn 2.0.111",
3993]
3994
3995[[package]]
3996name = "windows-link"
3997version = "0.1.3"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4000
4001[[package]]
4002name = "windows-link"
4003version = "0.2.1"
4004source = "registry+https://github.com/rust-lang/crates.io-index"
4005checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4006
4007[[package]]
4008name = "windows-numerics"
4009version = "0.2.0"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
4012dependencies = [
4013 "windows-core 0.61.2",
4014 "windows-link 0.1.3",
4015]
4016
4017[[package]]
4018name = "windows-result"
4019version = "0.3.4"
4020source = "registry+https://github.com/rust-lang/crates.io-index"
4021checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4022dependencies = [
4023 "windows-link 0.1.3",
4024]
4025
4026[[package]]
4027name = "windows-result"
4028version = "0.4.1"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4031dependencies = [
4032 "windows-link 0.2.1",
4033]
4034
4035[[package]]
4036name = "windows-strings"
4037version = "0.4.2"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4040dependencies = [
4041 "windows-link 0.1.3",
4042]
4043
4044[[package]]
4045name = "windows-strings"
4046version = "0.5.1"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4049dependencies = [
4050 "windows-link 0.2.1",
4051]
4052
4053[[package]]
4054name = "windows-sys"
4055version = "0.59.0"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4058dependencies = [
4059 "windows-targets 0.52.6",
4060]
4061
4062[[package]]
4063name = "windows-sys"
4064version = "0.60.2"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4067dependencies = [
4068 "windows-targets 0.53.5",
4069]
4070
4071[[package]]
4072name = "windows-sys"
4073version = "0.61.2"
4074source = "registry+https://github.com/rust-lang/crates.io-index"
4075checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4076dependencies = [
4077 "windows-link 0.2.1",
4078]
4079
4080[[package]]
4081name = "windows-targets"
4082version = "0.42.2"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
4085dependencies = [
4086 "windows_aarch64_gnullvm 0.42.2",
4087 "windows_aarch64_msvc 0.42.2",
4088 "windows_i686_gnu 0.42.2",
4089 "windows_i686_msvc 0.42.2",
4090 "windows_x86_64_gnu 0.42.2",
4091 "windows_x86_64_gnullvm 0.42.2",
4092 "windows_x86_64_msvc 0.42.2",
4093]
4094
4095[[package]]
4096name = "windows-targets"
4097version = "0.52.6"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4100dependencies = [
4101 "windows_aarch64_gnullvm 0.52.6",
4102 "windows_aarch64_msvc 0.52.6",
4103 "windows_i686_gnu 0.52.6",
4104 "windows_i686_gnullvm 0.52.6",
4105 "windows_i686_msvc 0.52.6",
4106 "windows_x86_64_gnu 0.52.6",
4107 "windows_x86_64_gnullvm 0.52.6",
4108 "windows_x86_64_msvc 0.52.6",
4109]
4110
4111[[package]]
4112name = "windows-targets"
4113version = "0.53.5"
4114source = "registry+https://github.com/rust-lang/crates.io-index"
4115checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
4116dependencies = [
4117 "windows-link 0.2.1",
4118 "windows_aarch64_gnullvm 0.53.1",
4119 "windows_aarch64_msvc 0.53.1",
4120 "windows_i686_gnu 0.53.1",
4121 "windows_i686_gnullvm 0.53.1",
4122 "windows_i686_msvc 0.53.1",
4123 "windows_x86_64_gnu 0.53.1",
4124 "windows_x86_64_gnullvm 0.53.1",
4125 "windows_x86_64_msvc 0.53.1",
4126]
4127
4128[[package]]
4129name = "windows-threading"
4130version = "0.1.0"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
4133dependencies = [
4134 "windows-link 0.1.3",
4135]
4136
4137[[package]]
4138name = "windows-version"
4139version = "0.1.7"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
4142dependencies = [
4143 "windows-link 0.2.1",
4144]
4145
4146[[package]]
4147name = "windows_aarch64_gnullvm"
4148version = "0.42.2"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4151
4152[[package]]
4153name = "windows_aarch64_gnullvm"
4154version = "0.52.6"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4157
4158[[package]]
4159name = "windows_aarch64_gnullvm"
4160version = "0.53.1"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
4163
4164[[package]]
4165name = "windows_aarch64_msvc"
4166version = "0.42.2"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4169
4170[[package]]
4171name = "windows_aarch64_msvc"
4172version = "0.52.6"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4175
4176[[package]]
4177name = "windows_aarch64_msvc"
4178version = "0.53.1"
4179source = "registry+https://github.com/rust-lang/crates.io-index"
4180checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
4181
4182[[package]]
4183name = "windows_i686_gnu"
4184version = "0.42.2"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4187
4188[[package]]
4189name = "windows_i686_gnu"
4190version = "0.52.6"
4191source = "registry+https://github.com/rust-lang/crates.io-index"
4192checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4193
4194[[package]]
4195name = "windows_i686_gnu"
4196version = "0.53.1"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
4199
4200[[package]]
4201name = "windows_i686_gnullvm"
4202version = "0.52.6"
4203source = "registry+https://github.com/rust-lang/crates.io-index"
4204checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4205
4206[[package]]
4207name = "windows_i686_gnullvm"
4208version = "0.53.1"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
4211
4212[[package]]
4213name = "windows_i686_msvc"
4214version = "0.42.2"
4215source = "registry+https://github.com/rust-lang/crates.io-index"
4216checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4217
4218[[package]]
4219name = "windows_i686_msvc"
4220version = "0.52.6"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4223
4224[[package]]
4225name = "windows_i686_msvc"
4226version = "0.53.1"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
4229
4230[[package]]
4231name = "windows_x86_64_gnu"
4232version = "0.42.2"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4235
4236[[package]]
4237name = "windows_x86_64_gnu"
4238version = "0.52.6"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4241
4242[[package]]
4243name = "windows_x86_64_gnu"
4244version = "0.53.1"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
4247
4248[[package]]
4249name = "windows_x86_64_gnullvm"
4250version = "0.42.2"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4253
4254[[package]]
4255name = "windows_x86_64_gnullvm"
4256version = "0.52.6"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4259
4260[[package]]
4261name = "windows_x86_64_gnullvm"
4262version = "0.53.1"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
4265
4266[[package]]
4267name = "windows_x86_64_msvc"
4268version = "0.42.2"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4271
4272[[package]]
4273name = "windows_x86_64_msvc"
4274version = "0.52.6"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4277
4278[[package]]
4279name = "windows_x86_64_msvc"
4280version = "0.53.1"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4283
4284[[package]]
4285name = "winnow"
4286version = "0.5.40"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
4289dependencies = [
4290 "memchr",
4291]
4292
4293[[package]]
4294name = "winnow"
4295version = "0.7.14"
4296source = "registry+https://github.com/rust-lang/crates.io-index"
4297checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
4298dependencies = [
4299 "memchr",
4300]
4301
4302[[package]]
4303name = "wit-bindgen"
4304version = "0.46.0"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
4307
4308[[package]]
4309name = "writeable"
4310version = "0.6.2"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4313
4314[[package]]
4315name = "ws"
4316version = "0.9.2"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "25fe90c75f236a0a00247d5900226aea4f2d7b05ccc34da9e7a8880ff59b5848"
4319dependencies = [
4320 "byteorder",
4321 "bytes 0.4.12",
4322 "httparse",
4323 "log",
4324 "mio 0.6.23",
4325 "mio-extras",
4326 "rand 0.7.3",
4327 "sha-1",
4328 "slab",
4329 "url",
4330]
4331
4332[[package]]
4333name = "ws2_32-sys"
4334version = "0.2.1"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
4337dependencies = [
4338 "winapi 0.2.8",
4339 "winapi-build",
4340]
4341
4342[[package]]
4343name = "xmlwriter"
4344version = "0.1.0"
4345source = "registry+https://github.com/rust-lang/crates.io-index"
4346checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
4347
4348[[package]]
4349name = "xtask"
4350version = "0.1.0"
4351dependencies = [
4352 "nih_plug_xtask",
4353]
4354
4355[[package]]
4356name = "yoke"
4357version = "0.8.1"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4360dependencies = [
4361 "stable_deref_trait",
4362 "yoke-derive",
4363 "zerofrom",
4364]
4365
4366[[package]]
4367name = "yoke-derive"
4368version = "0.8.1"
4369source = "registry+https://github.com/rust-lang/crates.io-index"
4370checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4371dependencies = [
4372 "proc-macro2",
4373 "quote",
4374 "syn 2.0.111",
4375 "synstructure",
4376]
4377
4378[[package]]
4379name = "zbus"
4380version = "5.12.0"
4381source = "registry+https://github.com/rust-lang/crates.io-index"
4382checksum = "b622b18155f7a93d1cd2dc8c01d2d6a44e08fb9ebb7b3f9e6ed101488bad6c91"
4383dependencies = [
4384 "async-broadcast",
4385 "async-executor",
4386 "async-io",
4387 "async-lock",
4388 "async-process",
4389 "async-recursion",
4390 "async-task",
4391 "async-trait",
4392 "blocking",
4393 "enumflags2",
4394 "event-listener",
4395 "futures-core",
4396 "futures-lite",
4397 "hex",
4398 "nix",
4399 "ordered-stream",
4400 "serde",
4401 "serde_repr",
4402 "tracing",
4403 "uds_windows",
4404 "uuid",
4405 "windows-sys 0.61.2",
4406 "winnow 0.7.14",
4407 "zbus_macros",
4408 "zbus_names",
4409 "zvariant",
4410]
4411
4412[[package]]
4413name = "zbus_macros"
4414version = "5.12.0"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "1cdb94821ca8a87ca9c298b5d1cbd80e2a8b67115d99f6e4551ac49e42b6a314"
4417dependencies = [
4418 "proc-macro-crate",
4419 "proc-macro2",
4420 "quote",
4421 "syn 2.0.111",
4422 "zbus_names",
4423 "zvariant",
4424 "zvariant_utils",
4425]
4426
4427[[package]]
4428name = "zbus_names"
4429version = "4.2.0"
4430source = "registry+https://github.com/rust-lang/crates.io-index"
4431checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
4432dependencies = [
4433 "serde",
4434 "static_assertions",
4435 "winnow 0.7.14",
4436 "zvariant",
4437]
4438
4439[[package]]
4440name = "zerocopy"
4441version = "0.8.31"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
4444dependencies = [
4445 "zerocopy-derive",
4446]
4447
4448[[package]]
4449name = "zerocopy-derive"
4450version = "0.8.31"
4451source = "registry+https://github.com/rust-lang/crates.io-index"
4452checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
4453dependencies = [
4454 "proc-macro2",
4455 "quote",
4456 "syn 2.0.111",
4457]
4458
4459[[package]]
4460name = "zerofrom"
4461version = "0.1.6"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4464dependencies = [
4465 "zerofrom-derive",
4466]
4467
4468[[package]]
4469name = "zerofrom-derive"
4470version = "0.1.6"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4473dependencies = [
4474 "proc-macro2",
4475 "quote",
4476 "syn 2.0.111",
4477 "synstructure",
4478]
4479
4480[[package]]
4481name = "zerotrie"
4482version = "0.2.3"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
4485dependencies = [
4486 "displaydoc",
4487 "yoke",
4488 "zerofrom",
4489]
4490
4491[[package]]
4492name = "zerovec"
4493version = "0.11.5"
4494source = "registry+https://github.com/rust-lang/crates.io-index"
4495checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
4496dependencies = [
4497 "yoke",
4498 "zerofrom",
4499 "zerovec-derive",
4500]
4501
4502[[package]]
4503name = "zerovec-derive"
4504version = "0.11.2"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
4507dependencies = [
4508 "proc-macro2",
4509 "quote",
4510 "syn 2.0.111",
4511]
4512
4513[[package]]
4514name = "zune-core"
4515version = "0.4.12"
4516source = "registry+https://github.com/rust-lang/crates.io-index"
4517checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
4518
4519[[package]]
4520name = "zune-jpeg"
4521version = "0.4.21"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
4524dependencies = [
4525 "zune-core",
4526]
4527
4528[[package]]
4529name = "zvariant"
4530version = "5.8.0"
4531source = "registry+https://github.com/rust-lang/crates.io-index"
4532checksum = "2be61892e4f2b1772727be11630a62664a1826b62efa43a6fe7449521cb8744c"
4533dependencies = [
4534 "endi",
4535 "enumflags2",
4536 "serde",
4537 "winnow 0.7.14",
4538 "zvariant_derive",
4539 "zvariant_utils",
4540]
4541
4542[[package]]
4543name = "zvariant_derive"
4544version = "5.8.0"
4545source = "registry+https://github.com/rust-lang/crates.io-index"
4546checksum = "da58575a1b2b20766513b1ec59d8e2e68db2745379f961f86650655e862d2006"
4547dependencies = [
4548 "proc-macro-crate",
4549 "proc-macro2",
4550 "quote",
4551 "syn 2.0.111",
4552 "zvariant_utils",
4553]
4554
4555[[package]]
4556name = "zvariant_utils"
4557version = "3.2.1"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599"
4560dependencies = [
4561 "proc-macro2",
4562 "quote",
4563 "serde",
4564 "syn 2.0.111",
4565 "winnow 0.7.14",
4566]