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