This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

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