PC Music Generator - a Virtual Modular Synthesizer
at main 5435 lines 136 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "ab_glyph" 7version = "0.2.32" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" 10dependencies = [ 11 "ab_glyph_rasterizer", 12 "owned_ttf_parser", 13] 14 15[[package]] 16name = "ab_glyph_rasterizer" 17version = "0.1.10" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" 20 21[[package]] 22name = "accesskit" 23version = "0.12.3" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "74a4b14f3d99c1255dcba8f45621ab1a2e7540a0009652d33989005a4d0bfc6b" 26dependencies = [ 27 "enumn", 28 "serde", 29] 30 31[[package]] 32name = "accesskit_consumer" 33version = "0.16.1" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "8c17cca53c09fbd7288667b22a201274b9becaa27f0b91bf52a526db95de45e6" 36dependencies = [ 37 "accesskit", 38] 39 40[[package]] 41name = "accesskit_macos" 42version = "0.10.1" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "cd3b6ae1eabbfbced10e840fd3fce8a93ae84f174b3e4ba892ab7bcb42e477a7" 45dependencies = [ 46 "accesskit", 47 "accesskit_consumer", 48 "objc2 0.3.0-beta.3.patch-leaks.3", 49 "once_cell", 50] 51 52[[package]] 53name = "accesskit_unix" 54version = "0.6.2" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "09f46c18d99ba61ad7123dd13eeb0c104436ab6af1df6a1cd8c11054ed394a08" 57dependencies = [ 58 "accesskit", 59 "accesskit_consumer", 60 "async-channel", 61 "async-once-cell", 62 "atspi", 63 "futures-lite 1.13.0", 64 "once_cell", 65 "serde", 66 "zbus", 67] 68 69[[package]] 70name = "accesskit_windows" 71version = "0.15.1" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "afcae27ec0974fc7c3b0b318783be89fd1b2e66dd702179fe600166a38ff4a0b" 74dependencies = [ 75 "accesskit", 76 "accesskit_consumer", 77 "once_cell", 78 "paste", 79 "static_assertions", 80 "windows 0.48.0", 81] 82 83[[package]] 84name = "accesskit_winit" 85version = "0.16.1" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "5284218aca17d9e150164428a0ebc7b955f70e3a9a78b4c20894513aabf98a67" 88dependencies = [ 89 "accesskit", 90 "accesskit_macos", 91 "accesskit_unix", 92 "accesskit_windows", 93 "winit", 94] 95 96[[package]] 97name = "adler2" 98version = "2.0.1" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 101 102[[package]] 103name = "ahash" 104version = "0.8.12" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 107dependencies = [ 108 "cfg-if", 109 "getrandom 0.3.4", 110 "once_cell", 111 "serde", 112 "version_check", 113 "zerocopy", 114] 115 116[[package]] 117name = "aho-corasick" 118version = "1.1.4" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 121dependencies = [ 122 "memchr", 123] 124 125[[package]] 126name = "allocator-api2" 127version = "0.2.21" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 130 131[[package]] 132name = "alsa" 133version = "0.7.1" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "e2562ad8dcf0f789f65c6fdaad8a8a9708ed6b488e649da28c01656ad66b8b47" 136dependencies = [ 137 "alsa-sys", 138 "bitflags 1.3.2", 139 "libc", 140 "nix 0.24.3", 141] 142 143[[package]] 144name = "alsa" 145version = "0.9.1" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43" 148dependencies = [ 149 "alsa-sys", 150 "bitflags 2.11.0", 151 "cfg-if", 152 "libc", 153] 154 155[[package]] 156name = "alsa-sys" 157version = "0.3.1" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" 160dependencies = [ 161 "libc", 162 "pkg-config", 163] 164 165[[package]] 166name = "android-activity" 167version = "0.5.2" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289" 170dependencies = [ 171 "android-properties", 172 "bitflags 2.11.0", 173 "cc", 174 "cesu8", 175 "jni", 176 "jni-sys", 177 "libc", 178 "log", 179 "ndk", 180 "ndk-context", 181 "ndk-sys", 182 "num_enum", 183 "thiserror 1.0.69", 184] 185 186[[package]] 187name = "android-properties" 188version = "0.2.2" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 191 192[[package]] 193name = "android_system_properties" 194version = "0.1.5" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 197dependencies = [ 198 "libc", 199] 200 201[[package]] 202name = "anyhow" 203version = "1.0.101" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" 206 207[[package]] 208name = "arboard" 209version = "3.6.1" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf" 212dependencies = [ 213 "clipboard-win", 214 "log", 215 "objc2 0.6.3", 216 "objc2-app-kit", 217 "objc2-foundation", 218 "parking_lot", 219 "percent-encoding", 220 "windows-sys 0.60.2", 221 "x11rb", 222] 223 224[[package]] 225name = "arrayref" 226version = "0.3.9" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 229 230[[package]] 231name = "arrayvec" 232version = "0.7.6" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 235 236[[package]] 237name = "as-raw-xcb-connection" 238version = "1.0.1" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 241 242[[package]] 243name = "ash" 244version = "0.37.3+1.3.251" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" 247dependencies = [ 248 "libloading 0.7.4", 249] 250 251[[package]] 252name = "ashpd" 253version = "0.6.8" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "4ac22eda5891cc086690cb6fa10121c0390de0e3b04eb269f2d766b00d3f2d81" 256dependencies = [ 257 "async-fs 2.2.0", 258 "async-net", 259 "enumflags2", 260 "futures-channel", 261 "futures-util", 262 "once_cell", 263 "rand", 264 "serde", 265 "serde_repr", 266 "url", 267 "zbus", 268] 269 270[[package]] 271name = "async-broadcast" 272version = "0.5.1" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" 275dependencies = [ 276 "event-listener 2.5.3", 277 "futures-core", 278] 279 280[[package]] 281name = "async-channel" 282version = "2.5.0" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 285dependencies = [ 286 "concurrent-queue", 287 "event-listener-strategy", 288 "futures-core", 289 "pin-project-lite", 290] 291 292[[package]] 293name = "async-executor" 294version = "1.14.0" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" 297dependencies = [ 298 "async-task", 299 "concurrent-queue", 300 "fastrand 2.3.0", 301 "futures-lite 2.6.1", 302 "pin-project-lite", 303 "slab", 304] 305 306[[package]] 307name = "async-fs" 308version = "1.6.0" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" 311dependencies = [ 312 "async-lock 2.8.0", 313 "autocfg", 314 "blocking", 315 "futures-lite 1.13.0", 316] 317 318[[package]] 319name = "async-fs" 320version = "2.2.0" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" 323dependencies = [ 324 "async-lock 3.4.2", 325 "blocking", 326 "futures-lite 2.6.1", 327] 328 329[[package]] 330name = "async-io" 331version = "1.13.0" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 334dependencies = [ 335 "async-lock 2.8.0", 336 "autocfg", 337 "cfg-if", 338 "concurrent-queue", 339 "futures-lite 1.13.0", 340 "log", 341 "parking", 342 "polling 2.8.0", 343 "rustix 0.37.28", 344 "slab", 345 "socket2", 346 "waker-fn", 347] 348 349[[package]] 350name = "async-io" 351version = "2.6.0" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 354dependencies = [ 355 "autocfg", 356 "cfg-if", 357 "concurrent-queue", 358 "futures-io", 359 "futures-lite 2.6.1", 360 "parking", 361 "polling 3.11.0", 362 "rustix 1.1.3", 363 "slab", 364 "windows-sys 0.61.2", 365] 366 367[[package]] 368name = "async-lock" 369version = "2.8.0" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 372dependencies = [ 373 "event-listener 2.5.3", 374] 375 376[[package]] 377name = "async-lock" 378version = "3.4.2" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" 381dependencies = [ 382 "event-listener 5.4.1", 383 "event-listener-strategy", 384 "pin-project-lite", 385] 386 387[[package]] 388name = "async-net" 389version = "2.0.0" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 392dependencies = [ 393 "async-io 2.6.0", 394 "blocking", 395 "futures-lite 2.6.1", 396] 397 398[[package]] 399name = "async-once-cell" 400version = "0.5.4" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "4288f83726785267c6f2ef073a3d83dc3f9b81464e9f99898240cced85fce35a" 403 404[[package]] 405name = "async-process" 406version = "1.8.1" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" 409dependencies = [ 410 "async-io 1.13.0", 411 "async-lock 2.8.0", 412 "async-signal", 413 "blocking", 414 "cfg-if", 415 "event-listener 3.1.0", 416 "futures-lite 1.13.0", 417 "rustix 0.38.44", 418 "windows-sys 0.48.0", 419] 420 421[[package]] 422name = "async-recursion" 423version = "1.1.1" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 426dependencies = [ 427 "proc-macro2 1.0.106", 428 "quote 1.0.44", 429 "syn 2.0.116", 430] 431 432[[package]] 433name = "async-signal" 434version = "0.2.13" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" 437dependencies = [ 438 "async-io 2.6.0", 439 "async-lock 3.4.2", 440 "atomic-waker", 441 "cfg-if", 442 "futures-core", 443 "futures-io", 444 "rustix 1.1.3", 445 "signal-hook-registry", 446 "slab", 447 "windows-sys 0.61.2", 448] 449 450[[package]] 451name = "async-task" 452version = "4.7.1" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 455 456[[package]] 457name = "async-trait" 458version = "0.1.89" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 461dependencies = [ 462 "proc-macro2 1.0.106", 463 "quote 1.0.44", 464 "syn 2.0.116", 465] 466 467[[package]] 468name = "atomic-waker" 469version = "1.1.2" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 472 473[[package]] 474name = "atspi" 475version = "0.19.0" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "6059f350ab6f593ea00727b334265c4dfc7fd442ee32d264794bd9bdc68e87ca" 478dependencies = [ 479 "atspi-common", 480 "atspi-connection", 481 "atspi-proxies", 482] 483 484[[package]] 485name = "atspi-common" 486version = "0.3.0" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "92af95f966d2431f962bc632c2e68eda7777330158bf640c4af4249349b2cdf5" 489dependencies = [ 490 "enumflags2", 491 "serde", 492 "static_assertions", 493 "zbus", 494 "zbus_names", 495 "zvariant", 496] 497 498[[package]] 499name = "atspi-connection" 500version = "0.3.0" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "a0c65e7d70f86d4c0e3b2d585d9bf3f979f0b19d635a336725a88d279f76b939" 503dependencies = [ 504 "atspi-common", 505 "atspi-proxies", 506 "futures-lite 1.13.0", 507 "zbus", 508] 509 510[[package]] 511name = "atspi-proxies" 512version = "0.3.0" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52" 515dependencies = [ 516 "atspi-common", 517 "serde", 518 "zbus", 519] 520 521[[package]] 522name = "autocfg" 523version = "1.5.0" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 526 527[[package]] 528name = "base64" 529version = "0.21.7" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 532 533[[package]] 534name = "bindgen" 535version = "0.72.1" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" 538dependencies = [ 539 "bitflags 2.11.0", 540 "cexpr", 541 "clang-sys", 542 "itertools 0.13.0", 543 "proc-macro2 1.0.106", 544 "quote 1.0.44", 545 "regex", 546 "rustc-hash 2.1.1", 547 "shlex", 548 "syn 2.0.116", 549] 550 551[[package]] 552name = "bit-set" 553version = "0.5.3" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 556dependencies = [ 557 "bit-vec", 558] 559 560[[package]] 561name = "bit-vec" 562version = "0.6.3" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 565 566[[package]] 567name = "bitflags" 568version = "1.3.2" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 571 572[[package]] 573name = "bitflags" 574version = "2.11.0" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 577 578[[package]] 579name = "block" 580version = "0.1.6" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 583 584[[package]] 585name = "block-buffer" 586version = "0.10.4" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 589dependencies = [ 590 "generic-array", 591] 592 593[[package]] 594name = "block-sys" 595version = "0.1.0-beta.1" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146" 598dependencies = [ 599 "objc-sys 0.2.0-beta.2", 600] 601 602[[package]] 603name = "block-sys" 604version = "0.2.1" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7" 607dependencies = [ 608 "objc-sys 0.3.5", 609] 610 611[[package]] 612name = "block2" 613version = "0.2.0-alpha.6" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42" 616dependencies = [ 617 "block-sys 0.1.0-beta.1", 618 "objc2-encode 2.0.0-pre.2", 619] 620 621[[package]] 622name = "block2" 623version = "0.3.0" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68" 626dependencies = [ 627 "block-sys 0.2.1", 628 "objc2 0.4.1", 629] 630 631[[package]] 632name = "blocking" 633version = "1.6.2" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 636dependencies = [ 637 "async-channel", 638 "async-task", 639 "futures-io", 640 "futures-lite 2.6.1", 641 "piper", 642] 643 644[[package]] 645name = "bumpalo" 646version = "3.19.1" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 649 650[[package]] 651name = "bytemuck" 652version = "1.25.0" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 655dependencies = [ 656 "bytemuck_derive", 657] 658 659[[package]] 660name = "bytemuck_derive" 661version = "1.10.2" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" 664dependencies = [ 665 "proc-macro2 1.0.106", 666 "quote 1.0.44", 667 "syn 2.0.116", 668] 669 670[[package]] 671name = "byteorder" 672version = "1.5.0" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 675 676[[package]] 677name = "bytes" 678version = "1.11.1" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 681 682[[package]] 683name = "calloop" 684version = "0.12.4" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298" 687dependencies = [ 688 "bitflags 2.11.0", 689 "log", 690 "polling 3.11.0", 691 "rustix 0.38.44", 692 "slab", 693 "thiserror 1.0.69", 694] 695 696[[package]] 697name = "calloop" 698version = "0.14.4" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7" 701dependencies = [ 702 "bitflags 2.11.0", 703 "polling 3.11.0", 704 "rustix 1.1.3", 705 "slab", 706 "tracing", 707] 708 709[[package]] 710name = "calloop-wayland-source" 711version = "0.2.0" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" 714dependencies = [ 715 "calloop 0.12.4", 716 "rustix 0.38.44", 717 "wayland-backend", 718 "wayland-client", 719] 720 721[[package]] 722name = "calloop-wayland-source" 723version = "0.4.1" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa" 726dependencies = [ 727 "calloop 0.14.4", 728 "rustix 1.1.3", 729 "wayland-backend", 730 "wayland-client", 731] 732 733[[package]] 734name = "cc" 735version = "1.2.56" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 738dependencies = [ 739 "find-msvc-tools", 740 "jobserver", 741 "libc", 742 "shlex", 743] 744 745[[package]] 746name = "cesu8" 747version = "1.1.0" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 750 751[[package]] 752name = "cexpr" 753version = "0.6.0" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 756dependencies = [ 757 "nom", 758] 759 760[[package]] 761name = "cfg-if" 762version = "1.0.4" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 765 766[[package]] 767name = "cfg_aliases" 768version = "0.1.1" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 771 772[[package]] 773name = "cgl" 774version = "0.3.2" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 777dependencies = [ 778 "libc", 779] 780 781[[package]] 782name = "clang-sys" 783version = "1.8.1" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 786dependencies = [ 787 "glob", 788 "libc", 789 "libloading 0.8.9", 790] 791 792[[package]] 793name = "clipboard-win" 794version = "5.4.1" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" 797dependencies = [ 798 "error-code", 799] 800 801[[package]] 802name = "cocoa" 803version = "0.25.0" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" 806dependencies = [ 807 "bitflags 1.3.2", 808 "block", 809 "cocoa-foundation", 810 "core-foundation", 811 "core-graphics", 812 "foreign-types", 813 "libc", 814 "objc", 815] 816 817[[package]] 818name = "cocoa-foundation" 819version = "0.1.2" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 822dependencies = [ 823 "bitflags 1.3.2", 824 "block", 825 "core-foundation", 826 "core-graphics-types", 827 "libc", 828 "objc", 829] 830 831[[package]] 832name = "codespan-reporting" 833version = "0.11.1" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 836dependencies = [ 837 "termcolor", 838 "unicode-width", 839] 840 841[[package]] 842name = "color_quant" 843version = "1.1.0" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 846 847[[package]] 848name = "colored" 849version = "2.2.0" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" 852dependencies = [ 853 "lazy_static", 854 "windows-sys 0.59.0", 855] 856 857[[package]] 858name = "com" 859version = "0.6.0" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6" 862dependencies = [ 863 "com_macros", 864] 865 866[[package]] 867name = "com_macros" 868version = "0.6.0" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5" 871dependencies = [ 872 "com_macros_support", 873 "proc-macro2 1.0.106", 874 "syn 1.0.109", 875] 876 877[[package]] 878name = "com_macros_support" 879version = "0.6.0" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c" 882dependencies = [ 883 "proc-macro2 1.0.106", 884 "quote 1.0.44", 885 "syn 1.0.109", 886] 887 888[[package]] 889name = "combine" 890version = "4.6.7" 891source = "registry+https://github.com/rust-lang/crates.io-index" 892checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 893dependencies = [ 894 "bytes", 895 "memchr", 896] 897 898[[package]] 899name = "concurrent-queue" 900version = "2.5.0" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 903dependencies = [ 904 "crossbeam-utils", 905] 906 907[[package]] 908name = "console_log" 909version = "1.0.0" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f" 912dependencies = [ 913 "log", 914 "web-sys", 915] 916 917[[package]] 918name = "core-foundation" 919version = "0.9.4" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 922dependencies = [ 923 "core-foundation-sys", 924 "libc", 925] 926 927[[package]] 928name = "core-foundation-sys" 929version = "0.8.7" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 932 933[[package]] 934name = "core-graphics" 935version = "0.23.2" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 938dependencies = [ 939 "bitflags 1.3.2", 940 "core-foundation", 941 "core-graphics-types", 942 "foreign-types", 943 "libc", 944] 945 946[[package]] 947name = "core-graphics-types" 948version = "0.1.3" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 951dependencies = [ 952 "bitflags 1.3.2", 953 "core-foundation", 954 "libc", 955] 956 957[[package]] 958name = "coreaudio-rs" 959version = "0.11.3" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace" 962dependencies = [ 963 "bitflags 1.3.2", 964 "core-foundation-sys", 965 "coreaudio-sys", 966] 967 968[[package]] 969name = "coreaudio-sys" 970version = "0.2.17" 971source = "registry+https://github.com/rust-lang/crates.io-index" 972checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6" 973dependencies = [ 974 "bindgen", 975] 976 977[[package]] 978name = "coremidi" 979version = "0.6.0" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "1a7847ca018a67204508b77cb9e6de670125075f7464fff5f673023378fa34f5" 982dependencies = [ 983 "core-foundation", 984 "core-foundation-sys", 985 "coremidi-sys", 986] 987 988[[package]] 989name = "coremidi-sys" 990version = "3.2.0" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "cc9504310988d938e49fff1b5f1e56e3dafe39bb1bae580c19660b58b83a191e" 993dependencies = [ 994 "core-foundation-sys", 995] 996 997[[package]] 998name = "cpal" 999version = "0.15.3" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779" 1002dependencies = [ 1003 "alsa 0.9.1", 1004 "core-foundation-sys", 1005 "coreaudio-rs", 1006 "dasp_sample", 1007 "jni", 1008 "js-sys", 1009 "libc", 1010 "mach2", 1011 "ndk", 1012 "ndk-context", 1013 "num-traits", 1014 "oboe", 1015 "wasm-bindgen", 1016 "wasm-bindgen-futures", 1017 "web-sys", 1018 "windows 0.54.0", 1019] 1020 1021[[package]] 1022name = "cpufeatures" 1023version = "0.2.17" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 1026dependencies = [ 1027 "libc", 1028] 1029 1030[[package]] 1031name = "crc32fast" 1032version = "1.5.0" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 1035dependencies = [ 1036 "cfg-if", 1037] 1038 1039[[package]] 1040name = "crossbeam-utils" 1041version = "0.8.21" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 1044 1045[[package]] 1046name = "crypto-common" 1047version = "0.1.7" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 1050dependencies = [ 1051 "generic-array", 1052 "typenum", 1053] 1054 1055[[package]] 1056name = "cursor-icon" 1057version = "1.2.0" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" 1060 1061[[package]] 1062name = "darling" 1063version = "0.9.0" 1064source = "registry+https://github.com/rust-lang/crates.io-index" 1065checksum = "fcfbcb0c5961907597a7d1148e3af036268f2b773886b8bb3eeb1e1281d3d3d6" 1066dependencies = [ 1067 "darling_core", 1068 "darling_macro", 1069] 1070 1071[[package]] 1072name = "darling_core" 1073version = "0.9.0" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "6afc018370c3bff3eb51f89256a6bdb18b4fdcda72d577982a14954a7a0b402c" 1076dependencies = [ 1077 "fnv", 1078 "ident_case", 1079 "proc-macro2 0.4.30", 1080 "quote 0.6.13", 1081 "strsim", 1082 "syn 0.15.44", 1083] 1084 1085[[package]] 1086name = "darling_macro" 1087version = "0.9.0" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "c6d8dac1c6f1d29a41c4712b4400f878cb4fcc4c7628f298dd75038e024998d1" 1090dependencies = [ 1091 "darling_core", 1092 "quote 0.6.13", 1093 "syn 0.15.44", 1094] 1095 1096[[package]] 1097name = "dasp_sample" 1098version = "0.11.0" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" 1101 1102[[package]] 1103name = "deranged" 1104version = "0.5.6" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4" 1107dependencies = [ 1108 "powerfmt", 1109] 1110 1111[[package]] 1112name = "derivative" 1113version = "2.2.0" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 1116dependencies = [ 1117 "proc-macro2 1.0.106", 1118 "quote 1.0.44", 1119 "syn 1.0.109", 1120] 1121 1122[[package]] 1123name = "derive_builder" 1124version = "0.7.2" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "3ac53fa6a3cda160df823a9346442525dcaf1e171999a1cf23e67067e4fd64d4" 1127dependencies = [ 1128 "darling", 1129 "derive_builder_core", 1130 "proc-macro2 0.4.30", 1131 "quote 0.6.13", 1132 "syn 0.15.44", 1133] 1134 1135[[package]] 1136name = "derive_builder_core" 1137version = "0.5.0" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "0288a23da9333c246bb18c143426074a6ae96747995c5819d2947b64cd942b37" 1140dependencies = [ 1141 "darling", 1142 "proc-macro2 0.4.30", 1143 "quote 0.6.13", 1144 "syn 0.15.44", 1145] 1146 1147[[package]] 1148name = "digest" 1149version = "0.10.7" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1152dependencies = [ 1153 "block-buffer", 1154 "crypto-common", 1155] 1156 1157[[package]] 1158name = "dispatch" 1159version = "0.2.0" 1160source = "registry+https://github.com/rust-lang/crates.io-index" 1161checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1162 1163[[package]] 1164name = "dispatch2" 1165version = "0.3.0" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 1168dependencies = [ 1169 "bitflags 2.11.0", 1170 "objc2 0.6.3", 1171] 1172 1173[[package]] 1174name = "displaydoc" 1175version = "0.2.5" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1178dependencies = [ 1179 "proc-macro2 1.0.106", 1180 "quote 1.0.44", 1181 "syn 2.0.116", 1182] 1183 1184[[package]] 1185name = "dlib" 1186version = "0.5.2" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1189dependencies = [ 1190 "libloading 0.8.9", 1191] 1192 1193[[package]] 1194name = "document-features" 1195version = "0.2.12" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 1198dependencies = [ 1199 "litrs", 1200] 1201 1202[[package]] 1203name = "downcast-rs" 1204version = "1.2.1" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1207 1208[[package]] 1209name = "ecolor" 1210version = "0.27.2" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "20930a432bbd57a6d55e07976089708d4893f3d556cf42a0d79e9e321fa73b10" 1213dependencies = [ 1214 "bytemuck", 1215 "serde", 1216] 1217 1218[[package]] 1219name = "eframe" 1220version = "0.27.2" 1221source = "registry+https://github.com/rust-lang/crates.io-index" 1222checksum = "020e2ccef6bbcec71dbc542f7eed64a5846fc3076727f5746da8fd307c91bab2" 1223dependencies = [ 1224 "bytemuck", 1225 "cocoa", 1226 "document-features", 1227 "egui", 1228 "egui-wgpu", 1229 "egui-winit", 1230 "egui_glow", 1231 "glow", 1232 "glutin", 1233 "glutin-winit", 1234 "image", 1235 "js-sys", 1236 "log", 1237 "objc", 1238 "parking_lot", 1239 "percent-encoding", 1240 "raw-window-handle 0.5.2", 1241 "raw-window-handle 0.6.2", 1242 "serde", 1243 "static_assertions", 1244 "thiserror 1.0.69", 1245 "wasm-bindgen", 1246 "wasm-bindgen-futures", 1247 "web-sys", 1248 "web-time", 1249 "winapi", 1250 "winit", 1251] 1252 1253[[package]] 1254name = "egui" 1255version = "0.27.2" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "584c5d1bf9a67b25778a3323af222dbe1a1feb532190e103901187f92c7fe29a" 1258dependencies = [ 1259 "accesskit", 1260 "ahash", 1261 "epaint", 1262 "log", 1263 "nohash-hasher", 1264 "serde", 1265] 1266 1267[[package]] 1268name = "egui-wgpu" 1269version = "0.27.2" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "469ff65843f88a702b731a1532b7d03b0e8e96d283e70f3a22b0e06c46cb9b37" 1272dependencies = [ 1273 "bytemuck", 1274 "document-features", 1275 "egui", 1276 "epaint", 1277 "log", 1278 "thiserror 1.0.69", 1279 "type-map", 1280 "web-time", 1281 "wgpu", 1282 "winit", 1283] 1284 1285[[package]] 1286name = "egui-winit" 1287version = "0.27.2" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "2e3da0cbe020f341450c599b35b92de4af7b00abde85624fd16f09c885573609" 1290dependencies = [ 1291 "accesskit_winit", 1292 "arboard", 1293 "egui", 1294 "log", 1295 "raw-window-handle 0.6.2", 1296 "smithay-clipboard", 1297 "web-time", 1298 "webbrowser", 1299 "winit", 1300] 1301 1302[[package]] 1303name = "egui_glow" 1304version = "0.27.2" 1305source = "registry+https://github.com/rust-lang/crates.io-index" 1306checksum = "e0e5d975f3c86edc3d35b1db88bb27c15dde7c55d3b5af164968ab5ede3f44ca" 1307dependencies = [ 1308 "bytemuck", 1309 "egui", 1310 "glow", 1311 "log", 1312 "memoffset 0.9.1", 1313 "wasm-bindgen", 1314 "web-sys", 1315 "winit", 1316] 1317 1318[[package]] 1319name = "egui_plot" 1320version = "0.27.2" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "a7854b86dc1c2d352c5270db3d600011daa913d6b554141a03939761323288a1" 1323dependencies = [ 1324 "egui", 1325] 1326 1327[[package]] 1328name = "either" 1329version = "1.15.0" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1332 1333[[package]] 1334name = "emath" 1335version = "0.27.2" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "e4c3a552cfca14630702449d35f41c84a0d15963273771c6059175a803620f3f" 1338dependencies = [ 1339 "bytemuck", 1340 "serde", 1341] 1342 1343[[package]] 1344name = "enumflags2" 1345version = "0.7.12" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" 1348dependencies = [ 1349 "enumflags2_derive", 1350 "serde", 1351] 1352 1353[[package]] 1354name = "enumflags2_derive" 1355version = "0.7.12" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" 1358dependencies = [ 1359 "proc-macro2 1.0.106", 1360 "quote 1.0.44", 1361 "syn 2.0.116", 1362] 1363 1364[[package]] 1365name = "enumn" 1366version = "0.1.14" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" 1369dependencies = [ 1370 "proc-macro2 1.0.106", 1371 "quote 1.0.44", 1372 "syn 2.0.116", 1373] 1374 1375[[package]] 1376name = "epaint" 1377version = "0.27.2" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "b381f8b149657a4acf837095351839f32cd5c4aec1817fc4df84e18d76334176" 1380dependencies = [ 1381 "ab_glyph", 1382 "ahash", 1383 "bytemuck", 1384 "ecolor", 1385 "emath", 1386 "log", 1387 "nohash-hasher", 1388 "parking_lot", 1389 "serde", 1390] 1391 1392[[package]] 1393name = "equivalent" 1394version = "1.0.2" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1397 1398[[package]] 1399name = "errno" 1400version = "0.3.14" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1403dependencies = [ 1404 "libc", 1405 "windows-sys 0.61.2", 1406] 1407 1408[[package]] 1409name = "error-code" 1410version = "3.3.2" 1411source = "registry+https://github.com/rust-lang/crates.io-index" 1412checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" 1413 1414[[package]] 1415name = "event-listener" 1416version = "2.5.3" 1417source = "registry+https://github.com/rust-lang/crates.io-index" 1418checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1419 1420[[package]] 1421name = "event-listener" 1422version = "3.1.0" 1423source = "registry+https://github.com/rust-lang/crates.io-index" 1424checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" 1425dependencies = [ 1426 "concurrent-queue", 1427 "parking", 1428 "pin-project-lite", 1429] 1430 1431[[package]] 1432name = "event-listener" 1433version = "5.4.1" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1436dependencies = [ 1437 "concurrent-queue", 1438 "parking", 1439 "pin-project-lite", 1440] 1441 1442[[package]] 1443name = "event-listener-strategy" 1444version = "0.5.4" 1445source = "registry+https://github.com/rust-lang/crates.io-index" 1446checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1447dependencies = [ 1448 "event-listener 5.4.1", 1449 "pin-project-lite", 1450] 1451 1452[[package]] 1453name = "fastrand" 1454version = "1.9.0" 1455source = "registry+https://github.com/rust-lang/crates.io-index" 1456checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1457dependencies = [ 1458 "instant", 1459] 1460 1461[[package]] 1462name = "fastrand" 1463version = "2.3.0" 1464source = "registry+https://github.com/rust-lang/crates.io-index" 1465checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1466 1467[[package]] 1468name = "fdeflate" 1469version = "0.3.7" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1472dependencies = [ 1473 "simd-adler32", 1474] 1475 1476[[package]] 1477name = "find-msvc-tools" 1478version = "0.1.9" 1479source = "registry+https://github.com/rust-lang/crates.io-index" 1480checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1481 1482[[package]] 1483name = "flate2" 1484version = "1.1.9" 1485source = "registry+https://github.com/rust-lang/crates.io-index" 1486checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1487dependencies = [ 1488 "crc32fast", 1489 "miniz_oxide", 1490] 1491 1492[[package]] 1493name = "fnv" 1494version = "1.0.7" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1497 1498[[package]] 1499name = "foldhash" 1500version = "0.1.5" 1501source = "registry+https://github.com/rust-lang/crates.io-index" 1502checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1503 1504[[package]] 1505name = "foreign-types" 1506version = "0.5.0" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1509dependencies = [ 1510 "foreign-types-macros", 1511 "foreign-types-shared", 1512] 1513 1514[[package]] 1515name = "foreign-types-macros" 1516version = "0.2.3" 1517source = "registry+https://github.com/rust-lang/crates.io-index" 1518checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1519dependencies = [ 1520 "proc-macro2 1.0.106", 1521 "quote 1.0.44", 1522 "syn 2.0.116", 1523] 1524 1525[[package]] 1526name = "foreign-types-shared" 1527version = "0.3.1" 1528source = "registry+https://github.com/rust-lang/crates.io-index" 1529checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1530 1531[[package]] 1532name = "form_urlencoded" 1533version = "1.2.2" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1536dependencies = [ 1537 "percent-encoding", 1538] 1539 1540[[package]] 1541name = "futures" 1542version = "0.3.32" 1543source = "registry+https://github.com/rust-lang/crates.io-index" 1544checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 1545dependencies = [ 1546 "futures-channel", 1547 "futures-core", 1548 "futures-executor", 1549 "futures-io", 1550 "futures-sink", 1551 "futures-task", 1552 "futures-util", 1553] 1554 1555[[package]] 1556name = "futures-channel" 1557version = "0.3.32" 1558source = "registry+https://github.com/rust-lang/crates.io-index" 1559checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 1560dependencies = [ 1561 "futures-core", 1562 "futures-sink", 1563] 1564 1565[[package]] 1566name = "futures-core" 1567version = "0.3.32" 1568source = "registry+https://github.com/rust-lang/crates.io-index" 1569checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1570 1571[[package]] 1572name = "futures-executor" 1573version = "0.3.32" 1574source = "registry+https://github.com/rust-lang/crates.io-index" 1575checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 1576dependencies = [ 1577 "futures-core", 1578 "futures-task", 1579 "futures-util", 1580] 1581 1582[[package]] 1583name = "futures-io" 1584version = "0.3.32" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1587 1588[[package]] 1589name = "futures-lite" 1590version = "1.13.0" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1593dependencies = [ 1594 "fastrand 1.9.0", 1595 "futures-core", 1596 "futures-io", 1597 "memchr", 1598 "parking", 1599 "pin-project-lite", 1600 "waker-fn", 1601] 1602 1603[[package]] 1604name = "futures-lite" 1605version = "2.6.1" 1606source = "registry+https://github.com/rust-lang/crates.io-index" 1607checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1608dependencies = [ 1609 "fastrand 2.3.0", 1610 "futures-core", 1611 "futures-io", 1612 "parking", 1613 "pin-project-lite", 1614] 1615 1616[[package]] 1617name = "futures-macro" 1618version = "0.3.32" 1619source = "registry+https://github.com/rust-lang/crates.io-index" 1620checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1621dependencies = [ 1622 "proc-macro2 1.0.106", 1623 "quote 1.0.44", 1624 "syn 2.0.116", 1625] 1626 1627[[package]] 1628name = "futures-sink" 1629version = "0.3.32" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 1632 1633[[package]] 1634name = "futures-task" 1635version = "0.3.32" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1638 1639[[package]] 1640name = "futures-util" 1641version = "0.3.32" 1642source = "registry+https://github.com/rust-lang/crates.io-index" 1643checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 1644dependencies = [ 1645 "futures-channel", 1646 "futures-core", 1647 "futures-io", 1648 "futures-macro", 1649 "futures-sink", 1650 "futures-task", 1651 "memchr", 1652 "pin-project-lite", 1653 "slab", 1654] 1655 1656[[package]] 1657name = "generic-array" 1658version = "0.14.7" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1661dependencies = [ 1662 "typenum", 1663 "version_check", 1664] 1665 1666[[package]] 1667name = "gethostname" 1668version = "1.1.0" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" 1671dependencies = [ 1672 "rustix 1.1.3", 1673 "windows-link", 1674] 1675 1676[[package]] 1677name = "getrandom" 1678version = "0.2.17" 1679source = "registry+https://github.com/rust-lang/crates.io-index" 1680checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1681dependencies = [ 1682 "cfg-if", 1683 "js-sys", 1684 "libc", 1685 "wasi", 1686 "wasm-bindgen", 1687] 1688 1689[[package]] 1690name = "getrandom" 1691version = "0.3.4" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1694dependencies = [ 1695 "cfg-if", 1696 "libc", 1697 "r-efi", 1698 "wasip2", 1699] 1700 1701[[package]] 1702name = "getrandom" 1703version = "0.4.1" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" 1706dependencies = [ 1707 "cfg-if", 1708 "libc", 1709 "r-efi", 1710 "wasip2", 1711 "wasip3", 1712] 1713 1714[[package]] 1715name = "gl_generator" 1716version = "0.14.0" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1719dependencies = [ 1720 "khronos_api", 1721 "log", 1722 "xml-rs", 1723] 1724 1725[[package]] 1726name = "glob" 1727version = "0.3.3" 1728source = "registry+https://github.com/rust-lang/crates.io-index" 1729checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1730 1731[[package]] 1732name = "glow" 1733version = "0.13.1" 1734source = "registry+https://github.com/rust-lang/crates.io-index" 1735checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" 1736dependencies = [ 1737 "js-sys", 1738 "slotmap", 1739 "wasm-bindgen", 1740 "web-sys", 1741] 1742 1743[[package]] 1744name = "glutin" 1745version = "0.31.3" 1746source = "registry+https://github.com/rust-lang/crates.io-index" 1747checksum = "18fcd4ae4e86d991ad1300b8f57166e5be0c95ef1f63f3f5b827f8a164548746" 1748dependencies = [ 1749 "bitflags 2.11.0", 1750 "cfg_aliases", 1751 "cgl", 1752 "core-foundation", 1753 "dispatch", 1754 "glutin_egl_sys", 1755 "glutin_glx_sys", 1756 "glutin_wgl_sys", 1757 "icrate", 1758 "libloading 0.8.9", 1759 "objc2 0.4.1", 1760 "once_cell", 1761 "raw-window-handle 0.5.2", 1762 "wayland-sys", 1763 "windows-sys 0.48.0", 1764 "x11-dl", 1765] 1766 1767[[package]] 1768name = "glutin-winit" 1769version = "0.4.2" 1770source = "registry+https://github.com/rust-lang/crates.io-index" 1771checksum = "1ebcdfba24f73b8412c5181e56f092b5eff16671c514ce896b258a0a64bd7735" 1772dependencies = [ 1773 "cfg_aliases", 1774 "glutin", 1775 "raw-window-handle 0.5.2", 1776 "winit", 1777] 1778 1779[[package]] 1780name = "glutin_egl_sys" 1781version = "0.6.0" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "77cc5623f5309ef433c3dd4ca1223195347fe62c413da8e2fdd0eb76db2d9bcd" 1784dependencies = [ 1785 "gl_generator", 1786 "windows-sys 0.48.0", 1787] 1788 1789[[package]] 1790name = "glutin_glx_sys" 1791version = "0.5.0" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "a165fd686c10dcc2d45380b35796e577eacfd43d4660ee741ec8ebe2201b3b4f" 1794dependencies = [ 1795 "gl_generator", 1796 "x11-dl", 1797] 1798 1799[[package]] 1800name = "glutin_wgl_sys" 1801version = "0.5.0" 1802source = "registry+https://github.com/rust-lang/crates.io-index" 1803checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead" 1804dependencies = [ 1805 "gl_generator", 1806] 1807 1808[[package]] 1809name = "gpu-alloc" 1810version = "0.6.0" 1811source = "registry+https://github.com/rust-lang/crates.io-index" 1812checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 1813dependencies = [ 1814 "bitflags 2.11.0", 1815 "gpu-alloc-types", 1816] 1817 1818[[package]] 1819name = "gpu-alloc-types" 1820version = "0.3.0" 1821source = "registry+https://github.com/rust-lang/crates.io-index" 1822checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 1823dependencies = [ 1824 "bitflags 2.11.0", 1825] 1826 1827[[package]] 1828name = "gpu-allocator" 1829version = "0.25.0" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884" 1832dependencies = [ 1833 "log", 1834 "presser", 1835 "thiserror 1.0.69", 1836 "winapi", 1837 "windows 0.52.0", 1838] 1839 1840[[package]] 1841name = "gpu-descriptor" 1842version = "0.2.4" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c" 1845dependencies = [ 1846 "bitflags 2.11.0", 1847 "gpu-descriptor-types", 1848 "hashbrown 0.14.5", 1849] 1850 1851[[package]] 1852name = "gpu-descriptor-types" 1853version = "0.1.2" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c" 1856dependencies = [ 1857 "bitflags 2.11.0", 1858] 1859 1860[[package]] 1861name = "hashbrown" 1862version = "0.14.5" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1865dependencies = [ 1866 "ahash", 1867 "allocator-api2", 1868] 1869 1870[[package]] 1871name = "hashbrown" 1872version = "0.15.5" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1875dependencies = [ 1876 "foldhash", 1877] 1878 1879[[package]] 1880name = "hashbrown" 1881version = "0.16.1" 1882source = "registry+https://github.com/rust-lang/crates.io-index" 1883checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1884 1885[[package]] 1886name = "hassle-rs" 1887version = "0.11.0" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" 1890dependencies = [ 1891 "bitflags 2.11.0", 1892 "com", 1893 "libc", 1894 "libloading 0.8.9", 1895 "thiserror 1.0.69", 1896 "widestring", 1897 "winapi", 1898] 1899 1900[[package]] 1901name = "heck" 1902version = "0.5.0" 1903source = "registry+https://github.com/rust-lang/crates.io-index" 1904checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1905 1906[[package]] 1907name = "hermit-abi" 1908version = "0.3.9" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1911 1912[[package]] 1913name = "hermit-abi" 1914version = "0.5.2" 1915source = "registry+https://github.com/rust-lang/crates.io-index" 1916checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1917 1918[[package]] 1919name = "hex" 1920version = "0.4.3" 1921source = "registry+https://github.com/rust-lang/crates.io-index" 1922checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1923 1924[[package]] 1925name = "hexf-parse" 1926version = "0.2.1" 1927source = "registry+https://github.com/rust-lang/crates.io-index" 1928checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1929 1930[[package]] 1931name = "home" 1932version = "0.5.12" 1933source = "registry+https://github.com/rust-lang/crates.io-index" 1934checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 1935dependencies = [ 1936 "windows-sys 0.61.2", 1937] 1938 1939[[package]] 1940name = "icrate" 1941version = "0.0.4" 1942source = "registry+https://github.com/rust-lang/crates.io-index" 1943checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319" 1944dependencies = [ 1945 "block2 0.3.0", 1946 "dispatch", 1947 "objc2 0.4.1", 1948] 1949 1950[[package]] 1951name = "icu_collections" 1952version = "2.1.1" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1955dependencies = [ 1956 "displaydoc", 1957 "potential_utf", 1958 "yoke", 1959 "zerofrom", 1960 "zerovec", 1961] 1962 1963[[package]] 1964name = "icu_locale_core" 1965version = "2.1.1" 1966source = "registry+https://github.com/rust-lang/crates.io-index" 1967checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1968dependencies = [ 1969 "displaydoc", 1970 "litemap", 1971 "tinystr", 1972 "writeable", 1973 "zerovec", 1974] 1975 1976[[package]] 1977name = "icu_normalizer" 1978version = "2.1.1" 1979source = "registry+https://github.com/rust-lang/crates.io-index" 1980checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1981dependencies = [ 1982 "icu_collections", 1983 "icu_normalizer_data", 1984 "icu_properties", 1985 "icu_provider", 1986 "smallvec", 1987 "zerovec", 1988] 1989 1990[[package]] 1991name = "icu_normalizer_data" 1992version = "2.1.1" 1993source = "registry+https://github.com/rust-lang/crates.io-index" 1994checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1995 1996[[package]] 1997name = "icu_properties" 1998version = "2.1.2" 1999source = "registry+https://github.com/rust-lang/crates.io-index" 2000checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 2001dependencies = [ 2002 "icu_collections", 2003 "icu_locale_core", 2004 "icu_properties_data", 2005 "icu_provider", 2006 "zerotrie", 2007 "zerovec", 2008] 2009 2010[[package]] 2011name = "icu_properties_data" 2012version = "2.1.2" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 2015 2016[[package]] 2017name = "icu_provider" 2018version = "2.1.1" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 2021dependencies = [ 2022 "displaydoc", 2023 "icu_locale_core", 2024 "writeable", 2025 "yoke", 2026 "zerofrom", 2027 "zerotrie", 2028 "zerovec", 2029] 2030 2031[[package]] 2032name = "id-arena" 2033version = "2.3.0" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 2036 2037[[package]] 2038name = "ident_case" 2039version = "1.0.1" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2042 2043[[package]] 2044name = "idna" 2045version = "1.1.0" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 2048dependencies = [ 2049 "idna_adapter", 2050 "smallvec", 2051 "utf8_iter", 2052] 2053 2054[[package]] 2055name = "idna_adapter" 2056version = "1.2.1" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 2059dependencies = [ 2060 "icu_normalizer", 2061 "icu_properties", 2062] 2063 2064[[package]] 2065name = "image" 2066version = "0.24.9" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 2069dependencies = [ 2070 "bytemuck", 2071 "byteorder", 2072 "color_quant", 2073 "num-traits", 2074 "png", 2075] 2076 2077[[package]] 2078name = "indexmap" 2079version = "2.13.0" 2080source = "registry+https://github.com/rust-lang/crates.io-index" 2081checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 2082dependencies = [ 2083 "equivalent", 2084 "hashbrown 0.16.1", 2085 "serde", 2086 "serde_core", 2087] 2088 2089[[package]] 2090name = "instant" 2091version = "0.1.13" 2092source = "registry+https://github.com/rust-lang/crates.io-index" 2093checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 2094dependencies = [ 2095 "cfg-if", 2096] 2097 2098[[package]] 2099name = "io-lifetimes" 2100version = "1.0.11" 2101source = "registry+https://github.com/rust-lang/crates.io-index" 2102checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 2103dependencies = [ 2104 "hermit-abi 0.3.9", 2105 "libc", 2106 "windows-sys 0.48.0", 2107] 2108 2109[[package]] 2110name = "itertools" 2111version = "0.12.1" 2112source = "registry+https://github.com/rust-lang/crates.io-index" 2113checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2114dependencies = [ 2115 "either", 2116] 2117 2118[[package]] 2119name = "itertools" 2120version = "0.13.0" 2121source = "registry+https://github.com/rust-lang/crates.io-index" 2122checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2123dependencies = [ 2124 "either", 2125] 2126 2127[[package]] 2128name = "itoa" 2129version = "1.0.17" 2130source = "registry+https://github.com/rust-lang/crates.io-index" 2131checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 2132 2133[[package]] 2134name = "jni" 2135version = "0.21.1" 2136source = "registry+https://github.com/rust-lang/crates.io-index" 2137checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2138dependencies = [ 2139 "cesu8", 2140 "cfg-if", 2141 "combine", 2142 "jni-sys", 2143 "log", 2144 "thiserror 1.0.69", 2145 "walkdir", 2146 "windows-sys 0.45.0", 2147] 2148 2149[[package]] 2150name = "jni-sys" 2151version = "0.3.0" 2152source = "registry+https://github.com/rust-lang/crates.io-index" 2153checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2154 2155[[package]] 2156name = "jobserver" 2157version = "0.1.34" 2158source = "registry+https://github.com/rust-lang/crates.io-index" 2159checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 2160dependencies = [ 2161 "getrandom 0.3.4", 2162 "libc", 2163] 2164 2165[[package]] 2166name = "js-sys" 2167version = "0.3.85" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 2170dependencies = [ 2171 "once_cell", 2172 "wasm-bindgen", 2173] 2174 2175[[package]] 2176name = "khronos-egl" 2177version = "6.0.0" 2178source = "registry+https://github.com/rust-lang/crates.io-index" 2179checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 2180dependencies = [ 2181 "libc", 2182 "libloading 0.8.9", 2183 "pkg-config", 2184] 2185 2186[[package]] 2187name = "khronos_api" 2188version = "3.1.0" 2189source = "registry+https://github.com/rust-lang/crates.io-index" 2190checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 2191 2192[[package]] 2193name = "lazy_static" 2194version = "1.5.0" 2195source = "registry+https://github.com/rust-lang/crates.io-index" 2196checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2197 2198[[package]] 2199name = "leb128fmt" 2200version = "0.1.0" 2201source = "registry+https://github.com/rust-lang/crates.io-index" 2202checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 2203 2204[[package]] 2205name = "libc" 2206version = "0.2.182" 2207source = "registry+https://github.com/rust-lang/crates.io-index" 2208checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 2209 2210[[package]] 2211name = "libloading" 2212version = "0.7.4" 2213source = "registry+https://github.com/rust-lang/crates.io-index" 2214checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2215dependencies = [ 2216 "cfg-if", 2217 "winapi", 2218] 2219 2220[[package]] 2221name = "libloading" 2222version = "0.8.9" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 2225dependencies = [ 2226 "cfg-if", 2227 "windows-link", 2228] 2229 2230[[package]] 2231name = "libredox" 2232version = "0.1.12" 2233source = "registry+https://github.com/rust-lang/crates.io-index" 2234checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 2235dependencies = [ 2236 "bitflags 2.11.0", 2237 "libc", 2238 "redox_syscall 0.7.1", 2239] 2240 2241[[package]] 2242name = "linux-raw-sys" 2243version = "0.3.8" 2244source = "registry+https://github.com/rust-lang/crates.io-index" 2245checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 2246 2247[[package]] 2248name = "linux-raw-sys" 2249version = "0.4.15" 2250source = "registry+https://github.com/rust-lang/crates.io-index" 2251checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2252 2253[[package]] 2254name = "linux-raw-sys" 2255version = "0.11.0" 2256source = "registry+https://github.com/rust-lang/crates.io-index" 2257checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 2258 2259[[package]] 2260name = "litemap" 2261version = "0.8.1" 2262source = "registry+https://github.com/rust-lang/crates.io-index" 2263checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 2264 2265[[package]] 2266name = "litrs" 2267version = "1.0.0" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 2270 2271[[package]] 2272name = "lock_api" 2273version = "0.4.14" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2276dependencies = [ 2277 "scopeguard", 2278] 2279 2280[[package]] 2281name = "log" 2282version = "0.4.29" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 2285 2286[[package]] 2287name = "lz4_flex" 2288version = "0.11.5" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" 2291dependencies = [ 2292 "twox-hash", 2293] 2294 2295[[package]] 2296name = "mach2" 2297version = "0.4.3" 2298source = "registry+https://github.com/rust-lang/crates.io-index" 2299checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" 2300dependencies = [ 2301 "libc", 2302] 2303 2304[[package]] 2305name = "malloc_buf" 2306version = "0.0.6" 2307source = "registry+https://github.com/rust-lang/crates.io-index" 2308checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2309dependencies = [ 2310 "libc", 2311] 2312 2313[[package]] 2314name = "memchr" 2315version = "2.8.0" 2316source = "registry+https://github.com/rust-lang/crates.io-index" 2317checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 2318 2319[[package]] 2320name = "memmap2" 2321version = "0.9.10" 2322source = "registry+https://github.com/rust-lang/crates.io-index" 2323checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" 2324dependencies = [ 2325 "libc", 2326] 2327 2328[[package]] 2329name = "memoffset" 2330version = "0.7.1" 2331source = "registry+https://github.com/rust-lang/crates.io-index" 2332checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2333dependencies = [ 2334 "autocfg", 2335] 2336 2337[[package]] 2338name = "memoffset" 2339version = "0.9.1" 2340source = "registry+https://github.com/rust-lang/crates.io-index" 2341checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2342dependencies = [ 2343 "autocfg", 2344] 2345 2346[[package]] 2347name = "metal" 2348version = "0.27.0" 2349source = "registry+https://github.com/rust-lang/crates.io-index" 2350checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25" 2351dependencies = [ 2352 "bitflags 2.11.0", 2353 "block", 2354 "core-graphics-types", 2355 "foreign-types", 2356 "log", 2357 "objc", 2358 "paste", 2359] 2360 2361[[package]] 2362name = "midir" 2363version = "0.9.1" 2364source = "registry+https://github.com/rust-lang/crates.io-index" 2365checksum = "a456444d83e7ead06ae6a5c0a215ed70282947ff3897fb45fcb052b757284731" 2366dependencies = [ 2367 "alsa 0.7.1", 2368 "bitflags 1.3.2", 2369 "coremidi", 2370 "js-sys", 2371 "libc", 2372 "wasm-bindgen", 2373 "web-sys", 2374 "windows 0.43.0", 2375] 2376 2377[[package]] 2378name = "minicbor" 2379version = "0.18.0" 2380source = "registry+https://github.com/rust-lang/crates.io-index" 2381checksum = "2a20020e8e2d1881d8736f64011bb5ff99f1db9947ce3089706945c8915695cb" 2382dependencies = [ 2383 "minicbor-derive", 2384] 2385 2386[[package]] 2387name = "minicbor-derive" 2388version = "0.12.0" 2389source = "registry+https://github.com/rust-lang/crates.io-index" 2390checksum = "8608fb1c805b5b6b3d5ab7bd95c40c396df622b64d77b2d621a5eae1eed050ee" 2391dependencies = [ 2392 "proc-macro2 1.0.106", 2393 "quote 1.0.44", 2394 "syn 1.0.109", 2395] 2396 2397[[package]] 2398name = "minicbor-ser" 2399version = "0.2.0" 2400source = "registry+https://github.com/rust-lang/crates.io-index" 2401checksum = "c0834b86a9c56311671913d56f640d7f0b6da803df61121661cc890f0edc0eb1" 2402dependencies = [ 2403 "minicbor", 2404 "serde", 2405] 2406 2407[[package]] 2408name = "minimal-lexical" 2409version = "0.2.1" 2410source = "registry+https://github.com/rust-lang/crates.io-index" 2411checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2412 2413[[package]] 2414name = "miniz_oxide" 2415version = "0.8.9" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2418dependencies = [ 2419 "adler2", 2420 "simd-adler32", 2421] 2422 2423[[package]] 2424name = "naga" 2425version = "0.19.2" 2426source = "registry+https://github.com/rust-lang/crates.io-index" 2427checksum = "50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843" 2428dependencies = [ 2429 "bit-set", 2430 "bitflags 2.11.0", 2431 "codespan-reporting", 2432 "hexf-parse", 2433 "indexmap", 2434 "log", 2435 "num-traits", 2436 "rustc-hash 1.1.0", 2437 "spirv", 2438 "termcolor", 2439 "thiserror 1.0.69", 2440 "unicode-xid 0.2.6", 2441] 2442 2443[[package]] 2444name = "ndk" 2445version = "0.8.0" 2446source = "registry+https://github.com/rust-lang/crates.io-index" 2447checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 2448dependencies = [ 2449 "bitflags 2.11.0", 2450 "jni-sys", 2451 "log", 2452 "ndk-sys", 2453 "num_enum", 2454 "raw-window-handle 0.5.2", 2455 "raw-window-handle 0.6.2", 2456 "thiserror 1.0.69", 2457] 2458 2459[[package]] 2460name = "ndk-context" 2461version = "0.1.1" 2462source = "registry+https://github.com/rust-lang/crates.io-index" 2463checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2464 2465[[package]] 2466name = "ndk-sys" 2467version = "0.5.0+25.2.9519653" 2468source = "registry+https://github.com/rust-lang/crates.io-index" 2469checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 2470dependencies = [ 2471 "jni-sys", 2472] 2473 2474[[package]] 2475name = "nix" 2476version = "0.24.3" 2477source = "registry+https://github.com/rust-lang/crates.io-index" 2478checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 2479dependencies = [ 2480 "bitflags 1.3.2", 2481 "cfg-if", 2482 "libc", 2483] 2484 2485[[package]] 2486name = "nix" 2487version = "0.26.4" 2488source = "registry+https://github.com/rust-lang/crates.io-index" 2489checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 2490dependencies = [ 2491 "bitflags 1.3.2", 2492 "cfg-if", 2493 "libc", 2494 "memoffset 0.7.1", 2495] 2496 2497[[package]] 2498name = "nohash-hasher" 2499version = "0.2.0" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 2502 2503[[package]] 2504name = "nom" 2505version = "7.1.3" 2506source = "registry+https://github.com/rust-lang/crates.io-index" 2507checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2508dependencies = [ 2509 "memchr", 2510 "minimal-lexical", 2511] 2512 2513[[package]] 2514name = "num" 2515version = "0.2.1" 2516source = "registry+https://github.com/rust-lang/crates.io-index" 2517checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36" 2518dependencies = [ 2519 "num-bigint 0.2.6", 2520 "num-complex 0.2.4", 2521 "num-integer", 2522 "num-iter", 2523 "num-rational 0.2.4", 2524 "num-traits", 2525] 2526 2527[[package]] 2528name = "num" 2529version = "0.4.3" 2530source = "registry+https://github.com/rust-lang/crates.io-index" 2531checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 2532dependencies = [ 2533 "num-bigint 0.4.6", 2534 "num-complex 0.4.6", 2535 "num-integer", 2536 "num-iter", 2537 "num-rational 0.4.2", 2538 "num-traits", 2539] 2540 2541[[package]] 2542name = "num-bigint" 2543version = "0.2.6" 2544source = "registry+https://github.com/rust-lang/crates.io-index" 2545checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" 2546dependencies = [ 2547 "autocfg", 2548 "num-integer", 2549 "num-traits", 2550] 2551 2552[[package]] 2553name = "num-bigint" 2554version = "0.4.6" 2555source = "registry+https://github.com/rust-lang/crates.io-index" 2556checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2557dependencies = [ 2558 "num-integer", 2559 "num-traits", 2560] 2561 2562[[package]] 2563name = "num-complex" 2564version = "0.2.4" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" 2567dependencies = [ 2568 "autocfg", 2569 "num-traits", 2570] 2571 2572[[package]] 2573name = "num-complex" 2574version = "0.4.6" 2575source = "registry+https://github.com/rust-lang/crates.io-index" 2576checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 2577dependencies = [ 2578 "num-traits", 2579] 2580 2581[[package]] 2582name = "num-conv" 2583version = "0.2.0" 2584source = "registry+https://github.com/rust-lang/crates.io-index" 2585checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 2586 2587[[package]] 2588name = "num-derive" 2589version = "0.4.2" 2590source = "registry+https://github.com/rust-lang/crates.io-index" 2591checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 2592dependencies = [ 2593 "proc-macro2 1.0.106", 2594 "quote 1.0.44", 2595 "syn 2.0.116", 2596] 2597 2598[[package]] 2599name = "num-integer" 2600version = "0.1.46" 2601source = "registry+https://github.com/rust-lang/crates.io-index" 2602checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2603dependencies = [ 2604 "num-traits", 2605] 2606 2607[[package]] 2608name = "num-iter" 2609version = "0.1.45" 2610source = "registry+https://github.com/rust-lang/crates.io-index" 2611checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 2612dependencies = [ 2613 "autocfg", 2614 "num-integer", 2615 "num-traits", 2616] 2617 2618[[package]] 2619name = "num-rational" 2620version = "0.2.4" 2621source = "registry+https://github.com/rust-lang/crates.io-index" 2622checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" 2623dependencies = [ 2624 "autocfg", 2625 "num-bigint 0.2.6", 2626 "num-integer", 2627 "num-traits", 2628] 2629 2630[[package]] 2631name = "num-rational" 2632version = "0.4.2" 2633source = "registry+https://github.com/rust-lang/crates.io-index" 2634checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 2635dependencies = [ 2636 "num-bigint 0.4.6", 2637 "num-integer", 2638 "num-traits", 2639] 2640 2641[[package]] 2642name = "num-traits" 2643version = "0.2.19" 2644source = "registry+https://github.com/rust-lang/crates.io-index" 2645checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2646dependencies = [ 2647 "autocfg", 2648] 2649 2650[[package]] 2651name = "num_enum" 2652version = "0.7.5" 2653source = "registry+https://github.com/rust-lang/crates.io-index" 2654checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" 2655dependencies = [ 2656 "num_enum_derive", 2657 "rustversion", 2658] 2659 2660[[package]] 2661name = "num_enum_derive" 2662version = "0.7.5" 2663source = "registry+https://github.com/rust-lang/crates.io-index" 2664checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" 2665dependencies = [ 2666 "proc-macro-crate 3.4.0", 2667 "proc-macro2 1.0.106", 2668 "quote 1.0.44", 2669 "syn 2.0.116", 2670] 2671 2672[[package]] 2673name = "num_threads" 2674version = "0.1.7" 2675source = "registry+https://github.com/rust-lang/crates.io-index" 2676checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2677dependencies = [ 2678 "libc", 2679] 2680 2681[[package]] 2682name = "objc" 2683version = "0.2.7" 2684source = "registry+https://github.com/rust-lang/crates.io-index" 2685checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2686dependencies = [ 2687 "malloc_buf", 2688 "objc_exception", 2689] 2690 2691[[package]] 2692name = "objc-foundation" 2693version = "0.1.1" 2694source = "registry+https://github.com/rust-lang/crates.io-index" 2695checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 2696dependencies = [ 2697 "block", 2698 "objc", 2699 "objc_id", 2700] 2701 2702[[package]] 2703name = "objc-sys" 2704version = "0.2.0-beta.2" 2705source = "registry+https://github.com/rust-lang/crates.io-index" 2706checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7" 2707 2708[[package]] 2709name = "objc-sys" 2710version = "0.3.5" 2711source = "registry+https://github.com/rust-lang/crates.io-index" 2712checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 2713 2714[[package]] 2715name = "objc2" 2716version = "0.3.0-beta.3.patch-leaks.3" 2717source = "registry+https://github.com/rust-lang/crates.io-index" 2718checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468" 2719dependencies = [ 2720 "block2 0.2.0-alpha.6", 2721 "objc-sys 0.2.0-beta.2", 2722 "objc2-encode 2.0.0-pre.2", 2723] 2724 2725[[package]] 2726name = "objc2" 2727version = "0.4.1" 2728source = "registry+https://github.com/rust-lang/crates.io-index" 2729checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d" 2730dependencies = [ 2731 "objc-sys 0.3.5", 2732 "objc2-encode 3.0.0", 2733] 2734 2735[[package]] 2736name = "objc2" 2737version = "0.6.3" 2738source = "registry+https://github.com/rust-lang/crates.io-index" 2739checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 2740dependencies = [ 2741 "objc2-encode 4.1.0", 2742] 2743 2744[[package]] 2745name = "objc2-app-kit" 2746version = "0.3.2" 2747source = "registry+https://github.com/rust-lang/crates.io-index" 2748checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" 2749dependencies = [ 2750 "bitflags 2.11.0", 2751 "objc2 0.6.3", 2752 "objc2-core-graphics", 2753 "objc2-foundation", 2754] 2755 2756[[package]] 2757name = "objc2-core-foundation" 2758version = "0.3.2" 2759source = "registry+https://github.com/rust-lang/crates.io-index" 2760checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 2761dependencies = [ 2762 "bitflags 2.11.0", 2763 "dispatch2", 2764 "objc2 0.6.3", 2765] 2766 2767[[package]] 2768name = "objc2-core-graphics" 2769version = "0.3.2" 2770source = "registry+https://github.com/rust-lang/crates.io-index" 2771checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" 2772dependencies = [ 2773 "bitflags 2.11.0", 2774 "dispatch2", 2775 "objc2 0.6.3", 2776 "objc2-core-foundation", 2777 "objc2-io-surface", 2778] 2779 2780[[package]] 2781name = "objc2-encode" 2782version = "2.0.0-pre.2" 2783source = "registry+https://github.com/rust-lang/crates.io-index" 2784checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512" 2785dependencies = [ 2786 "objc-sys 0.2.0-beta.2", 2787] 2788 2789[[package]] 2790name = "objc2-encode" 2791version = "3.0.0" 2792source = "registry+https://github.com/rust-lang/crates.io-index" 2793checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666" 2794 2795[[package]] 2796name = "objc2-encode" 2797version = "4.1.0" 2798source = "registry+https://github.com/rust-lang/crates.io-index" 2799checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 2800 2801[[package]] 2802name = "objc2-foundation" 2803version = "0.3.2" 2804source = "registry+https://github.com/rust-lang/crates.io-index" 2805checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 2806dependencies = [ 2807 "bitflags 2.11.0", 2808 "objc2 0.6.3", 2809 "objc2-core-foundation", 2810] 2811 2812[[package]] 2813name = "objc2-io-surface" 2814version = "0.3.2" 2815source = "registry+https://github.com/rust-lang/crates.io-index" 2816checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" 2817dependencies = [ 2818 "bitflags 2.11.0", 2819 "objc2 0.6.3", 2820 "objc2-core-foundation", 2821] 2822 2823[[package]] 2824name = "objc_exception" 2825version = "0.1.2" 2826source = "registry+https://github.com/rust-lang/crates.io-index" 2827checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 2828dependencies = [ 2829 "cc", 2830] 2831 2832[[package]] 2833name = "objc_id" 2834version = "0.1.1" 2835source = "registry+https://github.com/rust-lang/crates.io-index" 2836checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 2837dependencies = [ 2838 "objc", 2839] 2840 2841[[package]] 2842name = "oboe" 2843version = "0.6.1" 2844source = "registry+https://github.com/rust-lang/crates.io-index" 2845checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb" 2846dependencies = [ 2847 "jni", 2848 "ndk", 2849 "ndk-context", 2850 "num-derive", 2851 "num-traits", 2852 "oboe-sys", 2853] 2854 2855[[package]] 2856name = "oboe-sys" 2857version = "0.6.1" 2858source = "registry+https://github.com/rust-lang/crates.io-index" 2859checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d" 2860dependencies = [ 2861 "cc", 2862] 2863 2864[[package]] 2865name = "once_cell" 2866version = "1.21.3" 2867source = "registry+https://github.com/rust-lang/crates.io-index" 2868checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2869 2870[[package]] 2871name = "orbclient" 2872version = "0.3.50" 2873source = "registry+https://github.com/rust-lang/crates.io-index" 2874checksum = "52ad2c6bae700b7aa5d1cc30c59bdd3a1c180b09dbaea51e2ae2b8e1cf211fdd" 2875dependencies = [ 2876 "libc", 2877 "libredox", 2878] 2879 2880[[package]] 2881name = "ordered-stream" 2882version = "0.2.0" 2883source = "registry+https://github.com/rust-lang/crates.io-index" 2884checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 2885dependencies = [ 2886 "futures-core", 2887 "pin-project-lite", 2888] 2889 2890[[package]] 2891name = "owned_ttf_parser" 2892version = "0.25.1" 2893source = "registry+https://github.com/rust-lang/crates.io-index" 2894checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" 2895dependencies = [ 2896 "ttf-parser", 2897] 2898 2899[[package]] 2900name = "parking" 2901version = "2.2.1" 2902source = "registry+https://github.com/rust-lang/crates.io-index" 2903checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2904 2905[[package]] 2906name = "parking_lot" 2907version = "0.12.5" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2910dependencies = [ 2911 "lock_api", 2912 "parking_lot_core", 2913] 2914 2915[[package]] 2916name = "parking_lot_core" 2917version = "0.9.12" 2918source = "registry+https://github.com/rust-lang/crates.io-index" 2919checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2920dependencies = [ 2921 "cfg-if", 2922 "libc", 2923 "redox_syscall 0.5.18", 2924 "smallvec", 2925 "windows-link", 2926] 2927 2928[[package]] 2929name = "paste" 2930version = "1.0.15" 2931source = "registry+https://github.com/rust-lang/crates.io-index" 2932checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2933 2934[[package]] 2935name = "pcmg" 2936version = "0.1.0" 2937dependencies = [ 2938 "anyhow", 2939 "console_log", 2940 "cpal", 2941 "eframe", 2942 "egui_plot", 2943 "getrandom 0.2.17", 2944 "js-sys", 2945 "log", 2946 "midir", 2947 "num-traits", 2948 "rack", 2949 "rack-loaders", 2950 "rand", 2951 "serde", 2952 "serde_yaml", 2953 "simple_logger", 2954 "slotmap", 2955 "thiserror 1.0.69", 2956 "uuid", 2957 "wasm-bindgen", 2958 "wasm-bindgen-futures", 2959 "web-sys", 2960 "wmidi", 2961] 2962 2963[[package]] 2964name = "percent-encoding" 2965version = "2.3.2" 2966source = "registry+https://github.com/rust-lang/crates.io-index" 2967checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2968 2969[[package]] 2970name = "pin-project-lite" 2971version = "0.2.16" 2972source = "registry+https://github.com/rust-lang/crates.io-index" 2973checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2974 2975[[package]] 2976name = "piper" 2977version = "0.2.4" 2978source = "registry+https://github.com/rust-lang/crates.io-index" 2979checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 2980dependencies = [ 2981 "atomic-waker", 2982 "fastrand 2.3.0", 2983 "futures-io", 2984] 2985 2986[[package]] 2987name = "pkg-config" 2988version = "0.3.32" 2989source = "registry+https://github.com/rust-lang/crates.io-index" 2990checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2991 2992[[package]] 2993name = "png" 2994version = "0.17.16" 2995source = "registry+https://github.com/rust-lang/crates.io-index" 2996checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 2997dependencies = [ 2998 "bitflags 1.3.2", 2999 "crc32fast", 3000 "fdeflate", 3001 "flate2", 3002 "miniz_oxide", 3003] 3004 3005[[package]] 3006name = "polling" 3007version = "2.8.0" 3008source = "registry+https://github.com/rust-lang/crates.io-index" 3009checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 3010dependencies = [ 3011 "autocfg", 3012 "bitflags 1.3.2", 3013 "cfg-if", 3014 "concurrent-queue", 3015 "libc", 3016 "log", 3017 "pin-project-lite", 3018 "windows-sys 0.48.0", 3019] 3020 3021[[package]] 3022name = "polling" 3023version = "3.11.0" 3024source = "registry+https://github.com/rust-lang/crates.io-index" 3025checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 3026dependencies = [ 3027 "cfg-if", 3028 "concurrent-queue", 3029 "hermit-abi 0.5.2", 3030 "pin-project-lite", 3031 "rustix 1.1.3", 3032 "windows-sys 0.61.2", 3033] 3034 3035[[package]] 3036name = "pollster" 3037version = "0.3.0" 3038source = "registry+https://github.com/rust-lang/crates.io-index" 3039checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 3040 3041[[package]] 3042name = "potential_utf" 3043version = "0.1.4" 3044source = "registry+https://github.com/rust-lang/crates.io-index" 3045checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 3046dependencies = [ 3047 "zerovec", 3048] 3049 3050[[package]] 3051name = "powerfmt" 3052version = "0.2.0" 3053source = "registry+https://github.com/rust-lang/crates.io-index" 3054checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3055 3056[[package]] 3057name = "ppv-lite86" 3058version = "0.2.21" 3059source = "registry+https://github.com/rust-lang/crates.io-index" 3060checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3061dependencies = [ 3062 "zerocopy", 3063] 3064 3065[[package]] 3066name = "presser" 3067version = "0.3.1" 3068source = "registry+https://github.com/rust-lang/crates.io-index" 3069checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 3070 3071[[package]] 3072name = "prettyplease" 3073version = "0.2.37" 3074source = "registry+https://github.com/rust-lang/crates.io-index" 3075checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 3076dependencies = [ 3077 "proc-macro2 1.0.106", 3078 "syn 2.0.116", 3079] 3080 3081[[package]] 3082name = "proc-macro-crate" 3083version = "1.3.1" 3084source = "registry+https://github.com/rust-lang/crates.io-index" 3085checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3086dependencies = [ 3087 "once_cell", 3088 "toml_edit 0.19.15", 3089] 3090 3091[[package]] 3092name = "proc-macro-crate" 3093version = "3.4.0" 3094source = "registry+https://github.com/rust-lang/crates.io-index" 3095checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 3096dependencies = [ 3097 "toml_edit 0.23.10+spec-1.0.0", 3098] 3099 3100[[package]] 3101name = "proc-macro2" 3102version = "0.4.30" 3103source = "registry+https://github.com/rust-lang/crates.io-index" 3104checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 3105dependencies = [ 3106 "unicode-xid 0.1.0", 3107] 3108 3109[[package]] 3110name = "proc-macro2" 3111version = "1.0.106" 3112source = "registry+https://github.com/rust-lang/crates.io-index" 3113checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 3114dependencies = [ 3115 "unicode-ident", 3116] 3117 3118[[package]] 3119name = "profiling" 3120version = "1.0.17" 3121source = "registry+https://github.com/rust-lang/crates.io-index" 3122checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 3123 3124[[package]] 3125name = "quadtree_rs" 3126version = "0.1.3" 3127source = "registry+https://github.com/rust-lang/crates.io-index" 3128checksum = "ba363923b69b8ae7b125648e48c3b31ae6e5305567fb6b5a9a08987dc62019a9" 3129dependencies = [ 3130 "derive_builder", 3131 "num 0.2.1", 3132] 3133 3134[[package]] 3135name = "quick-xml" 3136version = "0.38.4" 3137source = "registry+https://github.com/rust-lang/crates.io-index" 3138checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 3139dependencies = [ 3140 "memchr", 3141] 3142 3143[[package]] 3144name = "quote" 3145version = "0.6.13" 3146source = "registry+https://github.com/rust-lang/crates.io-index" 3147checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 3148dependencies = [ 3149 "proc-macro2 0.4.30", 3150] 3151 3152[[package]] 3153name = "quote" 3154version = "1.0.44" 3155source = "registry+https://github.com/rust-lang/crates.io-index" 3156checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 3157dependencies = [ 3158 "proc-macro2 1.0.106", 3159] 3160 3161[[package]] 3162name = "r-efi" 3163version = "5.3.0" 3164source = "registry+https://github.com/rust-lang/crates.io-index" 3165checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3166 3167[[package]] 3168name = "rack" 3169version = "0.1.0" 3170dependencies = [ 3171 "eframe", 3172 "egui", 3173 "emath", 3174 "itertools 0.12.1", 3175 "num 0.4.3", 3176 "quadtree_rs", 3177 "serde", 3178 "serde_yaml", 3179 "slotmap", 3180 "uuid", 3181 "wmidi", 3182] 3183 3184[[package]] 3185name = "rack-designer" 3186version = "0.1.0" 3187dependencies = [ 3188 "console_log", 3189 "eframe", 3190 "egui", 3191 "emath", 3192 "futures", 3193 "getrandom 0.2.17", 3194 "js-sys", 3195 "log", 3196 "rack", 3197 "rack-loaders", 3198 "rust-embed", 3199 "serde", 3200 "serde_yaml", 3201 "simple_logger", 3202 "uuid", 3203 "wasm-bindgen", 3204 "wasm-bindgen-futures", 3205 "web-sys", 3206] 3207 3208[[package]] 3209name = "rack-loaders" 3210version = "0.1.0" 3211dependencies = [ 3212 "base64", 3213 "console_log", 3214 "eframe", 3215 "egui", 3216 "emath", 3217 "futures", 3218 "js-sys", 3219 "log", 3220 "lz4_flex", 3221 "minicbor-ser", 3222 "rack", 3223 "rfd", 3224 "rust-embed", 3225 "serde", 3226 "serde_yaml", 3227 "url", 3228 "uuid", 3229 "wasm-bindgen", 3230 "wasm-bindgen-futures", 3231 "web-sys", 3232] 3233 3234[[package]] 3235name = "rand" 3236version = "0.8.5" 3237source = "registry+https://github.com/rust-lang/crates.io-index" 3238checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3239dependencies = [ 3240 "libc", 3241 "rand_chacha", 3242 "rand_core", 3243] 3244 3245[[package]] 3246name = "rand_chacha" 3247version = "0.3.1" 3248source = "registry+https://github.com/rust-lang/crates.io-index" 3249checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3250dependencies = [ 3251 "ppv-lite86", 3252 "rand_core", 3253] 3254 3255[[package]] 3256name = "rand_core" 3257version = "0.6.4" 3258source = "registry+https://github.com/rust-lang/crates.io-index" 3259checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3260dependencies = [ 3261 "getrandom 0.2.17", 3262] 3263 3264[[package]] 3265name = "raw-window-handle" 3266version = "0.5.2" 3267source = "registry+https://github.com/rust-lang/crates.io-index" 3268checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 3269 3270[[package]] 3271name = "raw-window-handle" 3272version = "0.6.2" 3273source = "registry+https://github.com/rust-lang/crates.io-index" 3274checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 3275 3276[[package]] 3277name = "redox_syscall" 3278version = "0.3.5" 3279source = "registry+https://github.com/rust-lang/crates.io-index" 3280checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 3281dependencies = [ 3282 "bitflags 1.3.2", 3283] 3284 3285[[package]] 3286name = "redox_syscall" 3287version = "0.5.18" 3288source = "registry+https://github.com/rust-lang/crates.io-index" 3289checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 3290dependencies = [ 3291 "bitflags 2.11.0", 3292] 3293 3294[[package]] 3295name = "redox_syscall" 3296version = "0.7.1" 3297source = "registry+https://github.com/rust-lang/crates.io-index" 3298checksum = "35985aa610addc02e24fc232012c86fd11f14111180f902b67e2d5331f8ebf2b" 3299dependencies = [ 3300 "bitflags 2.11.0", 3301] 3302 3303[[package]] 3304name = "regex" 3305version = "1.12.3" 3306source = "registry+https://github.com/rust-lang/crates.io-index" 3307checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 3308dependencies = [ 3309 "aho-corasick", 3310 "memchr", 3311 "regex-automata", 3312 "regex-syntax", 3313] 3314 3315[[package]] 3316name = "regex-automata" 3317version = "0.4.14" 3318source = "registry+https://github.com/rust-lang/crates.io-index" 3319checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 3320dependencies = [ 3321 "aho-corasick", 3322 "memchr", 3323 "regex-syntax", 3324] 3325 3326[[package]] 3327name = "regex-syntax" 3328version = "0.8.9" 3329source = "registry+https://github.com/rust-lang/crates.io-index" 3330checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" 3331 3332[[package]] 3333name = "renderdoc-sys" 3334version = "1.1.0" 3335source = "registry+https://github.com/rust-lang/crates.io-index" 3336checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 3337 3338[[package]] 3339name = "rfd" 3340version = "0.12.1" 3341source = "registry+https://github.com/rust-lang/crates.io-index" 3342checksum = "3c9e7b57df6e8472152674607f6cc68aa14a748a3157a857a94f516e11aeacc2" 3343dependencies = [ 3344 "ashpd", 3345 "async-io 1.13.0", 3346 "block", 3347 "dispatch", 3348 "futures-util", 3349 "js-sys", 3350 "log", 3351 "objc", 3352 "objc-foundation", 3353 "objc_id", 3354 "pollster", 3355 "raw-window-handle 0.5.2", 3356 "urlencoding", 3357 "wasm-bindgen", 3358 "wasm-bindgen-futures", 3359 "web-sys", 3360 "windows-sys 0.48.0", 3361] 3362 3363[[package]] 3364name = "rust-embed" 3365version = "8.11.0" 3366source = "registry+https://github.com/rust-lang/crates.io-index" 3367checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27" 3368dependencies = [ 3369 "rust-embed-impl", 3370 "rust-embed-utils", 3371 "walkdir", 3372] 3373 3374[[package]] 3375name = "rust-embed-impl" 3376version = "8.11.0" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa" 3379dependencies = [ 3380 "proc-macro2 1.0.106", 3381 "quote 1.0.44", 3382 "rust-embed-utils", 3383 "syn 2.0.116", 3384 "walkdir", 3385] 3386 3387[[package]] 3388name = "rust-embed-utils" 3389version = "8.11.0" 3390source = "registry+https://github.com/rust-lang/crates.io-index" 3391checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1" 3392dependencies = [ 3393 "sha2", 3394 "walkdir", 3395] 3396 3397[[package]] 3398name = "rustc-hash" 3399version = "1.1.0" 3400source = "registry+https://github.com/rust-lang/crates.io-index" 3401checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3402 3403[[package]] 3404name = "rustc-hash" 3405version = "2.1.1" 3406source = "registry+https://github.com/rust-lang/crates.io-index" 3407checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 3408 3409[[package]] 3410name = "rustix" 3411version = "0.37.28" 3412source = "registry+https://github.com/rust-lang/crates.io-index" 3413checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" 3414dependencies = [ 3415 "bitflags 1.3.2", 3416 "errno", 3417 "io-lifetimes", 3418 "libc", 3419 "linux-raw-sys 0.3.8", 3420 "windows-sys 0.48.0", 3421] 3422 3423[[package]] 3424name = "rustix" 3425version = "0.38.44" 3426source = "registry+https://github.com/rust-lang/crates.io-index" 3427checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 3428dependencies = [ 3429 "bitflags 2.11.0", 3430 "errno", 3431 "libc", 3432 "linux-raw-sys 0.4.15", 3433 "windows-sys 0.59.0", 3434] 3435 3436[[package]] 3437name = "rustix" 3438version = "1.1.3" 3439source = "registry+https://github.com/rust-lang/crates.io-index" 3440checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 3441dependencies = [ 3442 "bitflags 2.11.0", 3443 "errno", 3444 "libc", 3445 "linux-raw-sys 0.11.0", 3446 "windows-sys 0.61.2", 3447] 3448 3449[[package]] 3450name = "rustversion" 3451version = "1.0.22" 3452source = "registry+https://github.com/rust-lang/crates.io-index" 3453checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3454 3455[[package]] 3456name = "ryu" 3457version = "1.0.23" 3458source = "registry+https://github.com/rust-lang/crates.io-index" 3459checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 3460 3461[[package]] 3462name = "same-file" 3463version = "1.0.6" 3464source = "registry+https://github.com/rust-lang/crates.io-index" 3465checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3466dependencies = [ 3467 "winapi-util", 3468] 3469 3470[[package]] 3471name = "scoped-tls" 3472version = "1.0.1" 3473source = "registry+https://github.com/rust-lang/crates.io-index" 3474checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3475 3476[[package]] 3477name = "scopeguard" 3478version = "1.2.0" 3479source = "registry+https://github.com/rust-lang/crates.io-index" 3480checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3481 3482[[package]] 3483name = "sctk-adwaita" 3484version = "0.8.3" 3485source = "registry+https://github.com/rust-lang/crates.io-index" 3486checksum = "70b31447ca297092c5a9916fc3b955203157b37c19ca8edde4f52e9843e602c7" 3487dependencies = [ 3488 "ab_glyph", 3489 "log", 3490 "memmap2", 3491 "smithay-client-toolkit 0.18.1", 3492 "tiny-skia", 3493] 3494 3495[[package]] 3496name = "semver" 3497version = "1.0.27" 3498source = "registry+https://github.com/rust-lang/crates.io-index" 3499checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 3500 3501[[package]] 3502name = "serde" 3503version = "1.0.228" 3504source = "registry+https://github.com/rust-lang/crates.io-index" 3505checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3506dependencies = [ 3507 "serde_core", 3508 "serde_derive", 3509] 3510 3511[[package]] 3512name = "serde_core" 3513version = "1.0.228" 3514source = "registry+https://github.com/rust-lang/crates.io-index" 3515checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3516dependencies = [ 3517 "serde_derive", 3518] 3519 3520[[package]] 3521name = "serde_derive" 3522version = "1.0.228" 3523source = "registry+https://github.com/rust-lang/crates.io-index" 3524checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3525dependencies = [ 3526 "proc-macro2 1.0.106", 3527 "quote 1.0.44", 3528 "syn 2.0.116", 3529] 3530 3531[[package]] 3532name = "serde_json" 3533version = "1.0.149" 3534source = "registry+https://github.com/rust-lang/crates.io-index" 3535checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 3536dependencies = [ 3537 "itoa", 3538 "memchr", 3539 "serde", 3540 "serde_core", 3541 "zmij", 3542] 3543 3544[[package]] 3545name = "serde_repr" 3546version = "0.1.20" 3547source = "registry+https://github.com/rust-lang/crates.io-index" 3548checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 3549dependencies = [ 3550 "proc-macro2 1.0.106", 3551 "quote 1.0.44", 3552 "syn 2.0.116", 3553] 3554 3555[[package]] 3556name = "serde_yaml" 3557version = "0.9.34+deprecated" 3558source = "registry+https://github.com/rust-lang/crates.io-index" 3559checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 3560dependencies = [ 3561 "indexmap", 3562 "itoa", 3563 "ryu", 3564 "serde", 3565 "unsafe-libyaml", 3566] 3567 3568[[package]] 3569name = "sha1" 3570version = "0.10.6" 3571source = "registry+https://github.com/rust-lang/crates.io-index" 3572checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3573dependencies = [ 3574 "cfg-if", 3575 "cpufeatures", 3576 "digest", 3577] 3578 3579[[package]] 3580name = "sha2" 3581version = "0.10.9" 3582source = "registry+https://github.com/rust-lang/crates.io-index" 3583checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3584dependencies = [ 3585 "cfg-if", 3586 "cpufeatures", 3587 "digest", 3588] 3589 3590[[package]] 3591name = "shlex" 3592version = "1.3.0" 3593source = "registry+https://github.com/rust-lang/crates.io-index" 3594checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3595 3596[[package]] 3597name = "signal-hook-registry" 3598version = "1.4.8" 3599source = "registry+https://github.com/rust-lang/crates.io-index" 3600checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 3601dependencies = [ 3602 "errno", 3603 "libc", 3604] 3605 3606[[package]] 3607name = "simd-adler32" 3608version = "0.3.8" 3609source = "registry+https://github.com/rust-lang/crates.io-index" 3610checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 3611 3612[[package]] 3613name = "simple_logger" 3614version = "4.3.3" 3615source = "registry+https://github.com/rust-lang/crates.io-index" 3616checksum = "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1" 3617dependencies = [ 3618 "colored", 3619 "log", 3620 "time", 3621 "windows-sys 0.48.0", 3622] 3623 3624[[package]] 3625name = "slab" 3626version = "0.4.12" 3627source = "registry+https://github.com/rust-lang/crates.io-index" 3628checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 3629 3630[[package]] 3631name = "slotmap" 3632version = "1.1.1" 3633source = "registry+https://github.com/rust-lang/crates.io-index" 3634checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" 3635dependencies = [ 3636 "version_check", 3637] 3638 3639[[package]] 3640name = "smallvec" 3641version = "1.15.1" 3642source = "registry+https://github.com/rust-lang/crates.io-index" 3643checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 3644 3645[[package]] 3646name = "smithay-client-toolkit" 3647version = "0.18.1" 3648source = "registry+https://github.com/rust-lang/crates.io-index" 3649checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a" 3650dependencies = [ 3651 "bitflags 2.11.0", 3652 "calloop 0.12.4", 3653 "calloop-wayland-source 0.2.0", 3654 "cursor-icon", 3655 "libc", 3656 "log", 3657 "memmap2", 3658 "rustix 0.38.44", 3659 "thiserror 1.0.69", 3660 "wayland-backend", 3661 "wayland-client", 3662 "wayland-csd-frame", 3663 "wayland-cursor", 3664 "wayland-protocols 0.31.2", 3665 "wayland-protocols-wlr 0.2.0", 3666 "wayland-scanner", 3667 "xkeysym", 3668] 3669 3670[[package]] 3671name = "smithay-client-toolkit" 3672version = "0.20.0" 3673source = "registry+https://github.com/rust-lang/crates.io-index" 3674checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0" 3675dependencies = [ 3676 "bitflags 2.11.0", 3677 "calloop 0.14.4", 3678 "calloop-wayland-source 0.4.1", 3679 "cursor-icon", 3680 "libc", 3681 "log", 3682 "memmap2", 3683 "rustix 1.1.3", 3684 "thiserror 2.0.18", 3685 "wayland-backend", 3686 "wayland-client", 3687 "wayland-csd-frame", 3688 "wayland-cursor", 3689 "wayland-protocols 0.32.10", 3690 "wayland-protocols-experimental", 3691 "wayland-protocols-misc", 3692 "wayland-protocols-wlr 0.3.10", 3693 "wayland-scanner", 3694 "xkeysym", 3695] 3696 3697[[package]] 3698name = "smithay-clipboard" 3699version = "0.7.3" 3700source = "registry+https://github.com/rust-lang/crates.io-index" 3701checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226" 3702dependencies = [ 3703 "libc", 3704 "smithay-client-toolkit 0.20.0", 3705 "wayland-backend", 3706] 3707 3708[[package]] 3709name = "smol_str" 3710version = "0.2.2" 3711source = "registry+https://github.com/rust-lang/crates.io-index" 3712checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 3713dependencies = [ 3714 "serde", 3715] 3716 3717[[package]] 3718name = "socket2" 3719version = "0.4.10" 3720source = "registry+https://github.com/rust-lang/crates.io-index" 3721checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 3722dependencies = [ 3723 "libc", 3724 "winapi", 3725] 3726 3727[[package]] 3728name = "spirv" 3729version = "0.3.0+sdk-1.3.268.0" 3730source = "registry+https://github.com/rust-lang/crates.io-index" 3731checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 3732dependencies = [ 3733 "bitflags 2.11.0", 3734] 3735 3736[[package]] 3737name = "stable_deref_trait" 3738version = "1.2.1" 3739source = "registry+https://github.com/rust-lang/crates.io-index" 3740checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3741 3742[[package]] 3743name = "static_assertions" 3744version = "1.1.0" 3745source = "registry+https://github.com/rust-lang/crates.io-index" 3746checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3747 3748[[package]] 3749name = "strict-num" 3750version = "0.1.1" 3751source = "registry+https://github.com/rust-lang/crates.io-index" 3752checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 3753 3754[[package]] 3755name = "strsim" 3756version = "0.7.0" 3757source = "registry+https://github.com/rust-lang/crates.io-index" 3758checksum = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" 3759 3760[[package]] 3761name = "syn" 3762version = "0.15.44" 3763source = "registry+https://github.com/rust-lang/crates.io-index" 3764checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 3765dependencies = [ 3766 "proc-macro2 0.4.30", 3767 "quote 0.6.13", 3768 "unicode-xid 0.1.0", 3769] 3770 3771[[package]] 3772name = "syn" 3773version = "1.0.109" 3774source = "registry+https://github.com/rust-lang/crates.io-index" 3775checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3776dependencies = [ 3777 "proc-macro2 1.0.106", 3778 "quote 1.0.44", 3779 "unicode-ident", 3780] 3781 3782[[package]] 3783name = "syn" 3784version = "2.0.116" 3785source = "registry+https://github.com/rust-lang/crates.io-index" 3786checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" 3787dependencies = [ 3788 "proc-macro2 1.0.106", 3789 "quote 1.0.44", 3790 "unicode-ident", 3791] 3792 3793[[package]] 3794name = "synstructure" 3795version = "0.13.2" 3796source = "registry+https://github.com/rust-lang/crates.io-index" 3797checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3798dependencies = [ 3799 "proc-macro2 1.0.106", 3800 "quote 1.0.44", 3801 "syn 2.0.116", 3802] 3803 3804[[package]] 3805name = "tempfile" 3806version = "3.25.0" 3807source = "registry+https://github.com/rust-lang/crates.io-index" 3808checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" 3809dependencies = [ 3810 "fastrand 2.3.0", 3811 "getrandom 0.4.1", 3812 "once_cell", 3813 "rustix 1.1.3", 3814 "windows-sys 0.61.2", 3815] 3816 3817[[package]] 3818name = "termcolor" 3819version = "1.4.1" 3820source = "registry+https://github.com/rust-lang/crates.io-index" 3821checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 3822dependencies = [ 3823 "winapi-util", 3824] 3825 3826[[package]] 3827name = "thiserror" 3828version = "1.0.69" 3829source = "registry+https://github.com/rust-lang/crates.io-index" 3830checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3831dependencies = [ 3832 "thiserror-impl 1.0.69", 3833] 3834 3835[[package]] 3836name = "thiserror" 3837version = "2.0.18" 3838source = "registry+https://github.com/rust-lang/crates.io-index" 3839checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3840dependencies = [ 3841 "thiserror-impl 2.0.18", 3842] 3843 3844[[package]] 3845name = "thiserror-impl" 3846version = "1.0.69" 3847source = "registry+https://github.com/rust-lang/crates.io-index" 3848checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3849dependencies = [ 3850 "proc-macro2 1.0.106", 3851 "quote 1.0.44", 3852 "syn 2.0.116", 3853] 3854 3855[[package]] 3856name = "thiserror-impl" 3857version = "2.0.18" 3858source = "registry+https://github.com/rust-lang/crates.io-index" 3859checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3860dependencies = [ 3861 "proc-macro2 1.0.106", 3862 "quote 1.0.44", 3863 "syn 2.0.116", 3864] 3865 3866[[package]] 3867name = "time" 3868version = "0.3.47" 3869source = "registry+https://github.com/rust-lang/crates.io-index" 3870checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 3871dependencies = [ 3872 "deranged", 3873 "itoa", 3874 "libc", 3875 "num-conv", 3876 "num_threads", 3877 "powerfmt", 3878 "serde_core", 3879 "time-core", 3880 "time-macros", 3881] 3882 3883[[package]] 3884name = "time-core" 3885version = "0.1.8" 3886source = "registry+https://github.com/rust-lang/crates.io-index" 3887checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 3888 3889[[package]] 3890name = "time-macros" 3891version = "0.2.27" 3892source = "registry+https://github.com/rust-lang/crates.io-index" 3893checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 3894dependencies = [ 3895 "num-conv", 3896 "time-core", 3897] 3898 3899[[package]] 3900name = "tiny-skia" 3901version = "0.11.4" 3902source = "registry+https://github.com/rust-lang/crates.io-index" 3903checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 3904dependencies = [ 3905 "arrayref", 3906 "arrayvec", 3907 "bytemuck", 3908 "cfg-if", 3909 "log", 3910 "tiny-skia-path", 3911] 3912 3913[[package]] 3914name = "tiny-skia-path" 3915version = "0.11.4" 3916source = "registry+https://github.com/rust-lang/crates.io-index" 3917checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 3918dependencies = [ 3919 "arrayref", 3920 "bytemuck", 3921 "strict-num", 3922] 3923 3924[[package]] 3925name = "tinystr" 3926version = "0.8.2" 3927source = "registry+https://github.com/rust-lang/crates.io-index" 3928checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 3929dependencies = [ 3930 "displaydoc", 3931 "zerovec", 3932] 3933 3934[[package]] 3935name = "toml_datetime" 3936version = "0.6.11" 3937source = "registry+https://github.com/rust-lang/crates.io-index" 3938checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 3939 3940[[package]] 3941name = "toml_datetime" 3942version = "0.7.5+spec-1.1.0" 3943source = "registry+https://github.com/rust-lang/crates.io-index" 3944checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 3945dependencies = [ 3946 "serde_core", 3947] 3948 3949[[package]] 3950name = "toml_edit" 3951version = "0.19.15" 3952source = "registry+https://github.com/rust-lang/crates.io-index" 3953checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 3954dependencies = [ 3955 "indexmap", 3956 "toml_datetime 0.6.11", 3957 "winnow 0.5.40", 3958] 3959 3960[[package]] 3961name = "toml_edit" 3962version = "0.23.10+spec-1.0.0" 3963source = "registry+https://github.com/rust-lang/crates.io-index" 3964checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" 3965dependencies = [ 3966 "indexmap", 3967 "toml_datetime 0.7.5+spec-1.1.0", 3968 "toml_parser", 3969 "winnow 0.7.14", 3970] 3971 3972[[package]] 3973name = "toml_parser" 3974version = "1.0.9+spec-1.1.0" 3975source = "registry+https://github.com/rust-lang/crates.io-index" 3976checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" 3977dependencies = [ 3978 "winnow 0.7.14", 3979] 3980 3981[[package]] 3982name = "tracing" 3983version = "0.1.44" 3984source = "registry+https://github.com/rust-lang/crates.io-index" 3985checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 3986dependencies = [ 3987 "log", 3988 "pin-project-lite", 3989 "tracing-attributes", 3990 "tracing-core", 3991] 3992 3993[[package]] 3994name = "tracing-attributes" 3995version = "0.1.31" 3996source = "registry+https://github.com/rust-lang/crates.io-index" 3997checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 3998dependencies = [ 3999 "proc-macro2 1.0.106", 4000 "quote 1.0.44", 4001 "syn 2.0.116", 4002] 4003 4004[[package]] 4005name = "tracing-core" 4006version = "0.1.36" 4007source = "registry+https://github.com/rust-lang/crates.io-index" 4008checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 4009dependencies = [ 4010 "once_cell", 4011] 4012 4013[[package]] 4014name = "ttf-parser" 4015version = "0.25.1" 4016source = "registry+https://github.com/rust-lang/crates.io-index" 4017checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 4018 4019[[package]] 4020name = "twox-hash" 4021version = "2.1.2" 4022source = "registry+https://github.com/rust-lang/crates.io-index" 4023checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" 4024 4025[[package]] 4026name = "type-map" 4027version = "0.5.1" 4028source = "registry+https://github.com/rust-lang/crates.io-index" 4029checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" 4030dependencies = [ 4031 "rustc-hash 2.1.1", 4032] 4033 4034[[package]] 4035name = "typenum" 4036version = "1.19.0" 4037source = "registry+https://github.com/rust-lang/crates.io-index" 4038checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 4039 4040[[package]] 4041name = "uds_windows" 4042version = "1.1.0" 4043source = "registry+https://github.com/rust-lang/crates.io-index" 4044checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 4045dependencies = [ 4046 "memoffset 0.9.1", 4047 "tempfile", 4048 "winapi", 4049] 4050 4051[[package]] 4052name = "unicode-ident" 4053version = "1.0.24" 4054source = "registry+https://github.com/rust-lang/crates.io-index" 4055checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 4056 4057[[package]] 4058name = "unicode-segmentation" 4059version = "1.12.0" 4060source = "registry+https://github.com/rust-lang/crates.io-index" 4061checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 4062 4063[[package]] 4064name = "unicode-width" 4065version = "0.1.14" 4066source = "registry+https://github.com/rust-lang/crates.io-index" 4067checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 4068 4069[[package]] 4070name = "unicode-xid" 4071version = "0.1.0" 4072source = "registry+https://github.com/rust-lang/crates.io-index" 4073checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 4074 4075[[package]] 4076name = "unicode-xid" 4077version = "0.2.6" 4078source = "registry+https://github.com/rust-lang/crates.io-index" 4079checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4080 4081[[package]] 4082name = "unsafe-libyaml" 4083version = "0.2.11" 4084source = "registry+https://github.com/rust-lang/crates.io-index" 4085checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 4086 4087[[package]] 4088name = "url" 4089version = "2.5.8" 4090source = "registry+https://github.com/rust-lang/crates.io-index" 4091checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 4092dependencies = [ 4093 "form_urlencoded", 4094 "idna", 4095 "percent-encoding", 4096 "serde", 4097 "serde_derive", 4098] 4099 4100[[package]] 4101name = "urlencoding" 4102version = "2.1.3" 4103source = "registry+https://github.com/rust-lang/crates.io-index" 4104checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 4105 4106[[package]] 4107name = "utf8_iter" 4108version = "1.0.4" 4109source = "registry+https://github.com/rust-lang/crates.io-index" 4110checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4111 4112[[package]] 4113name = "uuid" 4114version = "1.21.0" 4115source = "registry+https://github.com/rust-lang/crates.io-index" 4116checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" 4117dependencies = [ 4118 "getrandom 0.4.1", 4119 "js-sys", 4120 "serde_core", 4121 "wasm-bindgen", 4122] 4123 4124[[package]] 4125name = "version_check" 4126version = "0.9.5" 4127source = "registry+https://github.com/rust-lang/crates.io-index" 4128checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4129 4130[[package]] 4131name = "waker-fn" 4132version = "1.2.0" 4133source = "registry+https://github.com/rust-lang/crates.io-index" 4134checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 4135 4136[[package]] 4137name = "walkdir" 4138version = "2.5.0" 4139source = "registry+https://github.com/rust-lang/crates.io-index" 4140checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4141dependencies = [ 4142 "same-file", 4143 "winapi-util", 4144] 4145 4146[[package]] 4147name = "wasi" 4148version = "0.11.1+wasi-snapshot-preview1" 4149source = "registry+https://github.com/rust-lang/crates.io-index" 4150checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4151 4152[[package]] 4153name = "wasip2" 4154version = "1.0.2+wasi-0.2.9" 4155source = "registry+https://github.com/rust-lang/crates.io-index" 4156checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 4157dependencies = [ 4158 "wit-bindgen", 4159] 4160 4161[[package]] 4162name = "wasip3" 4163version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 4164source = "registry+https://github.com/rust-lang/crates.io-index" 4165checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 4166dependencies = [ 4167 "wit-bindgen", 4168] 4169 4170[[package]] 4171name = "wasm-bindgen" 4172version = "0.2.108" 4173source = "registry+https://github.com/rust-lang/crates.io-index" 4174checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 4175dependencies = [ 4176 "cfg-if", 4177 "once_cell", 4178 "rustversion", 4179 "wasm-bindgen-macro", 4180 "wasm-bindgen-shared", 4181] 4182 4183[[package]] 4184name = "wasm-bindgen-futures" 4185version = "0.4.58" 4186source = "registry+https://github.com/rust-lang/crates.io-index" 4187checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" 4188dependencies = [ 4189 "cfg-if", 4190 "futures-util", 4191 "js-sys", 4192 "once_cell", 4193 "wasm-bindgen", 4194 "web-sys", 4195] 4196 4197[[package]] 4198name = "wasm-bindgen-macro" 4199version = "0.2.108" 4200source = "registry+https://github.com/rust-lang/crates.io-index" 4201checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 4202dependencies = [ 4203 "quote 1.0.44", 4204 "wasm-bindgen-macro-support", 4205] 4206 4207[[package]] 4208name = "wasm-bindgen-macro-support" 4209version = "0.2.108" 4210source = "registry+https://github.com/rust-lang/crates.io-index" 4211checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 4212dependencies = [ 4213 "bumpalo", 4214 "proc-macro2 1.0.106", 4215 "quote 1.0.44", 4216 "syn 2.0.116", 4217 "wasm-bindgen-shared", 4218] 4219 4220[[package]] 4221name = "wasm-bindgen-shared" 4222version = "0.2.108" 4223source = "registry+https://github.com/rust-lang/crates.io-index" 4224checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 4225dependencies = [ 4226 "unicode-ident", 4227] 4228 4229[[package]] 4230name = "wasm-encoder" 4231version = "0.244.0" 4232source = "registry+https://github.com/rust-lang/crates.io-index" 4233checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 4234dependencies = [ 4235 "leb128fmt", 4236 "wasmparser", 4237] 4238 4239[[package]] 4240name = "wasm-metadata" 4241version = "0.244.0" 4242source = "registry+https://github.com/rust-lang/crates.io-index" 4243checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 4244dependencies = [ 4245 "anyhow", 4246 "indexmap", 4247 "wasm-encoder", 4248 "wasmparser", 4249] 4250 4251[[package]] 4252name = "wasmparser" 4253version = "0.244.0" 4254source = "registry+https://github.com/rust-lang/crates.io-index" 4255checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 4256dependencies = [ 4257 "bitflags 2.11.0", 4258 "hashbrown 0.15.5", 4259 "indexmap", 4260 "semver", 4261] 4262 4263[[package]] 4264name = "wayland-backend" 4265version = "0.3.12" 4266source = "registry+https://github.com/rust-lang/crates.io-index" 4267checksum = "fee64194ccd96bf648f42a65a7e589547096dfa702f7cadef84347b66ad164f9" 4268dependencies = [ 4269 "cc", 4270 "downcast-rs", 4271 "rustix 1.1.3", 4272 "scoped-tls", 4273 "smallvec", 4274 "wayland-sys", 4275] 4276 4277[[package]] 4278name = "wayland-client" 4279version = "0.31.12" 4280source = "registry+https://github.com/rust-lang/crates.io-index" 4281checksum = "b8e6faa537fbb6c186cb9f1d41f2f811a4120d1b57ec61f50da451a0c5122bec" 4282dependencies = [ 4283 "bitflags 2.11.0", 4284 "rustix 1.1.3", 4285 "wayland-backend", 4286 "wayland-scanner", 4287] 4288 4289[[package]] 4290name = "wayland-csd-frame" 4291version = "0.3.0" 4292source = "registry+https://github.com/rust-lang/crates.io-index" 4293checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 4294dependencies = [ 4295 "bitflags 2.11.0", 4296 "cursor-icon", 4297 "wayland-backend", 4298] 4299 4300[[package]] 4301name = "wayland-cursor" 4302version = "0.31.12" 4303source = "registry+https://github.com/rust-lang/crates.io-index" 4304checksum = "5864c4b5b6064b06b1e8b74ead4a98a6c45a285fe7a0e784d24735f011fdb078" 4305dependencies = [ 4306 "rustix 1.1.3", 4307 "wayland-client", 4308 "xcursor", 4309] 4310 4311[[package]] 4312name = "wayland-protocols" 4313version = "0.31.2" 4314source = "registry+https://github.com/rust-lang/crates.io-index" 4315checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 4316dependencies = [ 4317 "bitflags 2.11.0", 4318 "wayland-backend", 4319 "wayland-client", 4320 "wayland-scanner", 4321] 4322 4323[[package]] 4324name = "wayland-protocols" 4325version = "0.32.10" 4326source = "registry+https://github.com/rust-lang/crates.io-index" 4327checksum = "baeda9ffbcfc8cd6ddaade385eaf2393bd2115a69523c735f12242353c3df4f3" 4328dependencies = [ 4329 "bitflags 2.11.0", 4330 "wayland-backend", 4331 "wayland-client", 4332 "wayland-scanner", 4333] 4334 4335[[package]] 4336name = "wayland-protocols-experimental" 4337version = "20250721.0.1" 4338source = "registry+https://github.com/rust-lang/crates.io-index" 4339checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1" 4340dependencies = [ 4341 "bitflags 2.11.0", 4342 "wayland-backend", 4343 "wayland-client", 4344 "wayland-protocols 0.32.10", 4345 "wayland-scanner", 4346] 4347 4348[[package]] 4349name = "wayland-protocols-misc" 4350version = "0.3.10" 4351source = "registry+https://github.com/rust-lang/crates.io-index" 4352checksum = "791c58fdeec5406aa37169dd815327d1e47f334219b523444bc26d70ceb4c34e" 4353dependencies = [ 4354 "bitflags 2.11.0", 4355 "wayland-backend", 4356 "wayland-client", 4357 "wayland-protocols 0.32.10", 4358 "wayland-scanner", 4359] 4360 4361[[package]] 4362name = "wayland-protocols-plasma" 4363version = "0.2.0" 4364source = "registry+https://github.com/rust-lang/crates.io-index" 4365checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479" 4366dependencies = [ 4367 "bitflags 2.11.0", 4368 "wayland-backend", 4369 "wayland-client", 4370 "wayland-protocols 0.31.2", 4371 "wayland-scanner", 4372] 4373 4374[[package]] 4375name = "wayland-protocols-wlr" 4376version = "0.2.0" 4377source = "registry+https://github.com/rust-lang/crates.io-index" 4378checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6" 4379dependencies = [ 4380 "bitflags 2.11.0", 4381 "wayland-backend", 4382 "wayland-client", 4383 "wayland-protocols 0.31.2", 4384 "wayland-scanner", 4385] 4386 4387[[package]] 4388name = "wayland-protocols-wlr" 4389version = "0.3.10" 4390source = "registry+https://github.com/rust-lang/crates.io-index" 4391checksum = "e9597cdf02cf0c34cd5823786dce6b5ae8598f05c2daf5621b6e178d4f7345f3" 4392dependencies = [ 4393 "bitflags 2.11.0", 4394 "wayland-backend", 4395 "wayland-client", 4396 "wayland-protocols 0.32.10", 4397 "wayland-scanner", 4398] 4399 4400[[package]] 4401name = "wayland-scanner" 4402version = "0.31.8" 4403source = "registry+https://github.com/rust-lang/crates.io-index" 4404checksum = "5423e94b6a63e68e439803a3e153a9252d5ead12fd853334e2ad33997e3889e3" 4405dependencies = [ 4406 "proc-macro2 1.0.106", 4407 "quick-xml", 4408 "quote 1.0.44", 4409] 4410 4411[[package]] 4412name = "wayland-sys" 4413version = "0.31.8" 4414source = "registry+https://github.com/rust-lang/crates.io-index" 4415checksum = "1e6dbfc3ac5ef974c92a2235805cc0114033018ae1290a72e474aa8b28cbbdfd" 4416dependencies = [ 4417 "dlib", 4418 "log", 4419 "once_cell", 4420 "pkg-config", 4421] 4422 4423[[package]] 4424name = "web-sys" 4425version = "0.3.85" 4426source = "registry+https://github.com/rust-lang/crates.io-index" 4427checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" 4428dependencies = [ 4429 "js-sys", 4430 "wasm-bindgen", 4431] 4432 4433[[package]] 4434name = "web-time" 4435version = "0.2.4" 4436source = "registry+https://github.com/rust-lang/crates.io-index" 4437checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0" 4438dependencies = [ 4439 "js-sys", 4440 "wasm-bindgen", 4441] 4442 4443[[package]] 4444name = "webbrowser" 4445version = "0.8.15" 4446source = "registry+https://github.com/rust-lang/crates.io-index" 4447checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b" 4448dependencies = [ 4449 "core-foundation", 4450 "home", 4451 "jni", 4452 "log", 4453 "ndk-context", 4454 "objc", 4455 "raw-window-handle 0.5.2", 4456 "url", 4457 "web-sys", 4458] 4459 4460[[package]] 4461name = "wgpu" 4462version = "0.19.4" 4463source = "registry+https://github.com/rust-lang/crates.io-index" 4464checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01" 4465dependencies = [ 4466 "arrayvec", 4467 "cfg-if", 4468 "cfg_aliases", 4469 "js-sys", 4470 "log", 4471 "parking_lot", 4472 "profiling", 4473 "raw-window-handle 0.6.2", 4474 "smallvec", 4475 "static_assertions", 4476 "wasm-bindgen", 4477 "wasm-bindgen-futures", 4478 "web-sys", 4479 "wgpu-core", 4480 "wgpu-hal", 4481 "wgpu-types", 4482] 4483 4484[[package]] 4485name = "wgpu-core" 4486version = "0.19.4" 4487source = "registry+https://github.com/rust-lang/crates.io-index" 4488checksum = "28b94525fc99ba9e5c9a9e24764f2bc29bad0911a7446c12f446a8277369bf3a" 4489dependencies = [ 4490 "arrayvec", 4491 "bit-vec", 4492 "bitflags 2.11.0", 4493 "cfg_aliases", 4494 "codespan-reporting", 4495 "indexmap", 4496 "log", 4497 "naga", 4498 "once_cell", 4499 "parking_lot", 4500 "profiling", 4501 "raw-window-handle 0.6.2", 4502 "rustc-hash 1.1.0", 4503 "smallvec", 4504 "thiserror 1.0.69", 4505 "web-sys", 4506 "wgpu-hal", 4507 "wgpu-types", 4508] 4509 4510[[package]] 4511name = "wgpu-hal" 4512version = "0.19.5" 4513source = "registry+https://github.com/rust-lang/crates.io-index" 4514checksum = "bfabcfc55fd86611a855816326b2d54c3b2fd7972c27ce414291562650552703" 4515dependencies = [ 4516 "android_system_properties", 4517 "arrayvec", 4518 "ash", 4519 "bitflags 2.11.0", 4520 "cfg_aliases", 4521 "core-graphics-types", 4522 "glow", 4523 "glutin_wgl_sys", 4524 "gpu-alloc", 4525 "gpu-allocator", 4526 "gpu-descriptor", 4527 "hassle-rs", 4528 "js-sys", 4529 "khronos-egl", 4530 "libc", 4531 "libloading 0.8.9", 4532 "log", 4533 "metal", 4534 "naga", 4535 "ndk-sys", 4536 "objc", 4537 "once_cell", 4538 "parking_lot", 4539 "profiling", 4540 "raw-window-handle 0.6.2", 4541 "renderdoc-sys", 4542 "rustc-hash 1.1.0", 4543 "smallvec", 4544 "thiserror 1.0.69", 4545 "wasm-bindgen", 4546 "web-sys", 4547 "wgpu-types", 4548 "winapi", 4549] 4550 4551[[package]] 4552name = "wgpu-types" 4553version = "0.19.2" 4554source = "registry+https://github.com/rust-lang/crates.io-index" 4555checksum = "b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805" 4556dependencies = [ 4557 "bitflags 2.11.0", 4558 "js-sys", 4559 "web-sys", 4560] 4561 4562[[package]] 4563name = "widestring" 4564version = "1.2.1" 4565source = "registry+https://github.com/rust-lang/crates.io-index" 4566checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 4567 4568[[package]] 4569name = "winapi" 4570version = "0.3.9" 4571source = "registry+https://github.com/rust-lang/crates.io-index" 4572checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4573dependencies = [ 4574 "winapi-i686-pc-windows-gnu", 4575 "winapi-x86_64-pc-windows-gnu", 4576] 4577 4578[[package]] 4579name = "winapi-i686-pc-windows-gnu" 4580version = "0.4.0" 4581source = "registry+https://github.com/rust-lang/crates.io-index" 4582checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4583 4584[[package]] 4585name = "winapi-util" 4586version = "0.1.11" 4587source = "registry+https://github.com/rust-lang/crates.io-index" 4588checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4589dependencies = [ 4590 "windows-sys 0.61.2", 4591] 4592 4593[[package]] 4594name = "winapi-x86_64-pc-windows-gnu" 4595version = "0.4.0" 4596source = "registry+https://github.com/rust-lang/crates.io-index" 4597checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4598 4599[[package]] 4600name = "windows" 4601version = "0.43.0" 4602source = "registry+https://github.com/rust-lang/crates.io-index" 4603checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244" 4604dependencies = [ 4605 "windows_aarch64_gnullvm 0.42.2", 4606 "windows_aarch64_msvc 0.42.2", 4607 "windows_i686_gnu 0.42.2", 4608 "windows_i686_msvc 0.42.2", 4609 "windows_x86_64_gnu 0.42.2", 4610 "windows_x86_64_gnullvm 0.42.2", 4611 "windows_x86_64_msvc 0.42.2", 4612] 4613 4614[[package]] 4615name = "windows" 4616version = "0.48.0" 4617source = "registry+https://github.com/rust-lang/crates.io-index" 4618checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 4619dependencies = [ 4620 "windows-implement", 4621 "windows-interface", 4622 "windows-targets 0.48.5", 4623] 4624 4625[[package]] 4626name = "windows" 4627version = "0.52.0" 4628source = "registry+https://github.com/rust-lang/crates.io-index" 4629checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 4630dependencies = [ 4631 "windows-core 0.52.0", 4632 "windows-targets 0.52.6", 4633] 4634 4635[[package]] 4636name = "windows" 4637version = "0.54.0" 4638source = "registry+https://github.com/rust-lang/crates.io-index" 4639checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49" 4640dependencies = [ 4641 "windows-core 0.54.0", 4642 "windows-targets 0.52.6", 4643] 4644 4645[[package]] 4646name = "windows-core" 4647version = "0.52.0" 4648source = "registry+https://github.com/rust-lang/crates.io-index" 4649checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4650dependencies = [ 4651 "windows-targets 0.52.6", 4652] 4653 4654[[package]] 4655name = "windows-core" 4656version = "0.54.0" 4657source = "registry+https://github.com/rust-lang/crates.io-index" 4658checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" 4659dependencies = [ 4660 "windows-result", 4661 "windows-targets 0.52.6", 4662] 4663 4664[[package]] 4665name = "windows-implement" 4666version = "0.48.0" 4667source = "registry+https://github.com/rust-lang/crates.io-index" 4668checksum = "5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c" 4669dependencies = [ 4670 "proc-macro2 1.0.106", 4671 "quote 1.0.44", 4672 "syn 1.0.109", 4673] 4674 4675[[package]] 4676name = "windows-interface" 4677version = "0.48.0" 4678source = "registry+https://github.com/rust-lang/crates.io-index" 4679checksum = "e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7" 4680dependencies = [ 4681 "proc-macro2 1.0.106", 4682 "quote 1.0.44", 4683 "syn 1.0.109", 4684] 4685 4686[[package]] 4687name = "windows-link" 4688version = "0.2.1" 4689source = "registry+https://github.com/rust-lang/crates.io-index" 4690checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4691 4692[[package]] 4693name = "windows-result" 4694version = "0.1.2" 4695source = "registry+https://github.com/rust-lang/crates.io-index" 4696checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 4697dependencies = [ 4698 "windows-targets 0.52.6", 4699] 4700 4701[[package]] 4702name = "windows-sys" 4703version = "0.45.0" 4704source = "registry+https://github.com/rust-lang/crates.io-index" 4705checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4706dependencies = [ 4707 "windows-targets 0.42.2", 4708] 4709 4710[[package]] 4711name = "windows-sys" 4712version = "0.48.0" 4713source = "registry+https://github.com/rust-lang/crates.io-index" 4714checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4715dependencies = [ 4716 "windows-targets 0.48.5", 4717] 4718 4719[[package]] 4720name = "windows-sys" 4721version = "0.59.0" 4722source = "registry+https://github.com/rust-lang/crates.io-index" 4723checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4724dependencies = [ 4725 "windows-targets 0.52.6", 4726] 4727 4728[[package]] 4729name = "windows-sys" 4730version = "0.60.2" 4731source = "registry+https://github.com/rust-lang/crates.io-index" 4732checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4733dependencies = [ 4734 "windows-targets 0.53.5", 4735] 4736 4737[[package]] 4738name = "windows-sys" 4739version = "0.61.2" 4740source = "registry+https://github.com/rust-lang/crates.io-index" 4741checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4742dependencies = [ 4743 "windows-link", 4744] 4745 4746[[package]] 4747name = "windows-targets" 4748version = "0.42.2" 4749source = "registry+https://github.com/rust-lang/crates.io-index" 4750checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4751dependencies = [ 4752 "windows_aarch64_gnullvm 0.42.2", 4753 "windows_aarch64_msvc 0.42.2", 4754 "windows_i686_gnu 0.42.2", 4755 "windows_i686_msvc 0.42.2", 4756 "windows_x86_64_gnu 0.42.2", 4757 "windows_x86_64_gnullvm 0.42.2", 4758 "windows_x86_64_msvc 0.42.2", 4759] 4760 4761[[package]] 4762name = "windows-targets" 4763version = "0.48.5" 4764source = "registry+https://github.com/rust-lang/crates.io-index" 4765checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4766dependencies = [ 4767 "windows_aarch64_gnullvm 0.48.5", 4768 "windows_aarch64_msvc 0.48.5", 4769 "windows_i686_gnu 0.48.5", 4770 "windows_i686_msvc 0.48.5", 4771 "windows_x86_64_gnu 0.48.5", 4772 "windows_x86_64_gnullvm 0.48.5", 4773 "windows_x86_64_msvc 0.48.5", 4774] 4775 4776[[package]] 4777name = "windows-targets" 4778version = "0.52.6" 4779source = "registry+https://github.com/rust-lang/crates.io-index" 4780checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4781dependencies = [ 4782 "windows_aarch64_gnullvm 0.52.6", 4783 "windows_aarch64_msvc 0.52.6", 4784 "windows_i686_gnu 0.52.6", 4785 "windows_i686_gnullvm 0.52.6", 4786 "windows_i686_msvc 0.52.6", 4787 "windows_x86_64_gnu 0.52.6", 4788 "windows_x86_64_gnullvm 0.52.6", 4789 "windows_x86_64_msvc 0.52.6", 4790] 4791 4792[[package]] 4793name = "windows-targets" 4794version = "0.53.5" 4795source = "registry+https://github.com/rust-lang/crates.io-index" 4796checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 4797dependencies = [ 4798 "windows-link", 4799 "windows_aarch64_gnullvm 0.53.1", 4800 "windows_aarch64_msvc 0.53.1", 4801 "windows_i686_gnu 0.53.1", 4802 "windows_i686_gnullvm 0.53.1", 4803 "windows_i686_msvc 0.53.1", 4804 "windows_x86_64_gnu 0.53.1", 4805 "windows_x86_64_gnullvm 0.53.1", 4806 "windows_x86_64_msvc 0.53.1", 4807] 4808 4809[[package]] 4810name = "windows_aarch64_gnullvm" 4811version = "0.42.2" 4812source = "registry+https://github.com/rust-lang/crates.io-index" 4813checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 4814 4815[[package]] 4816name = "windows_aarch64_gnullvm" 4817version = "0.48.5" 4818source = "registry+https://github.com/rust-lang/crates.io-index" 4819checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4820 4821[[package]] 4822name = "windows_aarch64_gnullvm" 4823version = "0.52.6" 4824source = "registry+https://github.com/rust-lang/crates.io-index" 4825checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4826 4827[[package]] 4828name = "windows_aarch64_gnullvm" 4829version = "0.53.1" 4830source = "registry+https://github.com/rust-lang/crates.io-index" 4831checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 4832 4833[[package]] 4834name = "windows_aarch64_msvc" 4835version = "0.42.2" 4836source = "registry+https://github.com/rust-lang/crates.io-index" 4837checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4838 4839[[package]] 4840name = "windows_aarch64_msvc" 4841version = "0.48.5" 4842source = "registry+https://github.com/rust-lang/crates.io-index" 4843checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4844 4845[[package]] 4846name = "windows_aarch64_msvc" 4847version = "0.52.6" 4848source = "registry+https://github.com/rust-lang/crates.io-index" 4849checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4850 4851[[package]] 4852name = "windows_aarch64_msvc" 4853version = "0.53.1" 4854source = "registry+https://github.com/rust-lang/crates.io-index" 4855checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4856 4857[[package]] 4858name = "windows_i686_gnu" 4859version = "0.42.2" 4860source = "registry+https://github.com/rust-lang/crates.io-index" 4861checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4862 4863[[package]] 4864name = "windows_i686_gnu" 4865version = "0.48.5" 4866source = "registry+https://github.com/rust-lang/crates.io-index" 4867checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4868 4869[[package]] 4870name = "windows_i686_gnu" 4871version = "0.52.6" 4872source = "registry+https://github.com/rust-lang/crates.io-index" 4873checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4874 4875[[package]] 4876name = "windows_i686_gnu" 4877version = "0.53.1" 4878source = "registry+https://github.com/rust-lang/crates.io-index" 4879checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 4880 4881[[package]] 4882name = "windows_i686_gnullvm" 4883version = "0.52.6" 4884source = "registry+https://github.com/rust-lang/crates.io-index" 4885checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4886 4887[[package]] 4888name = "windows_i686_gnullvm" 4889version = "0.53.1" 4890source = "registry+https://github.com/rust-lang/crates.io-index" 4891checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 4892 4893[[package]] 4894name = "windows_i686_msvc" 4895version = "0.42.2" 4896source = "registry+https://github.com/rust-lang/crates.io-index" 4897checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4898 4899[[package]] 4900name = "windows_i686_msvc" 4901version = "0.48.5" 4902source = "registry+https://github.com/rust-lang/crates.io-index" 4903checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4904 4905[[package]] 4906name = "windows_i686_msvc" 4907version = "0.52.6" 4908source = "registry+https://github.com/rust-lang/crates.io-index" 4909checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4910 4911[[package]] 4912name = "windows_i686_msvc" 4913version = "0.53.1" 4914source = "registry+https://github.com/rust-lang/crates.io-index" 4915checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 4916 4917[[package]] 4918name = "windows_x86_64_gnu" 4919version = "0.42.2" 4920source = "registry+https://github.com/rust-lang/crates.io-index" 4921checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4922 4923[[package]] 4924name = "windows_x86_64_gnu" 4925version = "0.48.5" 4926source = "registry+https://github.com/rust-lang/crates.io-index" 4927checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4928 4929[[package]] 4930name = "windows_x86_64_gnu" 4931version = "0.52.6" 4932source = "registry+https://github.com/rust-lang/crates.io-index" 4933checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4934 4935[[package]] 4936name = "windows_x86_64_gnu" 4937version = "0.53.1" 4938source = "registry+https://github.com/rust-lang/crates.io-index" 4939checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 4940 4941[[package]] 4942name = "windows_x86_64_gnullvm" 4943version = "0.42.2" 4944source = "registry+https://github.com/rust-lang/crates.io-index" 4945checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4946 4947[[package]] 4948name = "windows_x86_64_gnullvm" 4949version = "0.48.5" 4950source = "registry+https://github.com/rust-lang/crates.io-index" 4951checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4952 4953[[package]] 4954name = "windows_x86_64_gnullvm" 4955version = "0.52.6" 4956source = "registry+https://github.com/rust-lang/crates.io-index" 4957checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4958 4959[[package]] 4960name = "windows_x86_64_gnullvm" 4961version = "0.53.1" 4962source = "registry+https://github.com/rust-lang/crates.io-index" 4963checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 4964 4965[[package]] 4966name = "windows_x86_64_msvc" 4967version = "0.42.2" 4968source = "registry+https://github.com/rust-lang/crates.io-index" 4969checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4970 4971[[package]] 4972name = "windows_x86_64_msvc" 4973version = "0.48.5" 4974source = "registry+https://github.com/rust-lang/crates.io-index" 4975checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4976 4977[[package]] 4978name = "windows_x86_64_msvc" 4979version = "0.52.6" 4980source = "registry+https://github.com/rust-lang/crates.io-index" 4981checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4982 4983[[package]] 4984name = "windows_x86_64_msvc" 4985version = "0.53.1" 4986source = "registry+https://github.com/rust-lang/crates.io-index" 4987checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4988 4989[[package]] 4990name = "winit" 4991version = "0.29.15" 4992source = "registry+https://github.com/rust-lang/crates.io-index" 4993checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca" 4994dependencies = [ 4995 "ahash", 4996 "android-activity", 4997 "atomic-waker", 4998 "bitflags 2.11.0", 4999 "bytemuck", 5000 "calloop 0.12.4", 5001 "cfg_aliases", 5002 "core-foundation", 5003 "core-graphics", 5004 "cursor-icon", 5005 "icrate", 5006 "js-sys", 5007 "libc", 5008 "log", 5009 "memmap2", 5010 "ndk", 5011 "ndk-sys", 5012 "objc2 0.4.1", 5013 "once_cell", 5014 "orbclient", 5015 "percent-encoding", 5016 "raw-window-handle 0.5.2", 5017 "raw-window-handle 0.6.2", 5018 "redox_syscall 0.3.5", 5019 "rustix 0.38.44", 5020 "sctk-adwaita", 5021 "smithay-client-toolkit 0.18.1", 5022 "smol_str", 5023 "unicode-segmentation", 5024 "wasm-bindgen", 5025 "wasm-bindgen-futures", 5026 "wayland-backend", 5027 "wayland-client", 5028 "wayland-protocols 0.31.2", 5029 "wayland-protocols-plasma", 5030 "web-sys", 5031 "web-time", 5032 "windows-sys 0.48.0", 5033 "x11-dl", 5034 "x11rb", 5035 "xkbcommon-dl", 5036] 5037 5038[[package]] 5039name = "winnow" 5040version = "0.5.40" 5041source = "registry+https://github.com/rust-lang/crates.io-index" 5042checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 5043dependencies = [ 5044 "memchr", 5045] 5046 5047[[package]] 5048name = "winnow" 5049version = "0.7.14" 5050source = "registry+https://github.com/rust-lang/crates.io-index" 5051checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 5052dependencies = [ 5053 "memchr", 5054] 5055 5056[[package]] 5057name = "wit-bindgen" 5058version = "0.51.0" 5059source = "registry+https://github.com/rust-lang/crates.io-index" 5060checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 5061dependencies = [ 5062 "wit-bindgen-rust-macro", 5063] 5064 5065[[package]] 5066name = "wit-bindgen-core" 5067version = "0.51.0" 5068source = "registry+https://github.com/rust-lang/crates.io-index" 5069checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 5070dependencies = [ 5071 "anyhow", 5072 "heck", 5073 "wit-parser", 5074] 5075 5076[[package]] 5077name = "wit-bindgen-rust" 5078version = "0.51.0" 5079source = "registry+https://github.com/rust-lang/crates.io-index" 5080checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 5081dependencies = [ 5082 "anyhow", 5083 "heck", 5084 "indexmap", 5085 "prettyplease", 5086 "syn 2.0.116", 5087 "wasm-metadata", 5088 "wit-bindgen-core", 5089 "wit-component", 5090] 5091 5092[[package]] 5093name = "wit-bindgen-rust-macro" 5094version = "0.51.0" 5095source = "registry+https://github.com/rust-lang/crates.io-index" 5096checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 5097dependencies = [ 5098 "anyhow", 5099 "prettyplease", 5100 "proc-macro2 1.0.106", 5101 "quote 1.0.44", 5102 "syn 2.0.116", 5103 "wit-bindgen-core", 5104 "wit-bindgen-rust", 5105] 5106 5107[[package]] 5108name = "wit-component" 5109version = "0.244.0" 5110source = "registry+https://github.com/rust-lang/crates.io-index" 5111checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 5112dependencies = [ 5113 "anyhow", 5114 "bitflags 2.11.0", 5115 "indexmap", 5116 "log", 5117 "serde", 5118 "serde_derive", 5119 "serde_json", 5120 "wasm-encoder", 5121 "wasm-metadata", 5122 "wasmparser", 5123 "wit-parser", 5124] 5125 5126[[package]] 5127name = "wit-parser" 5128version = "0.244.0" 5129source = "registry+https://github.com/rust-lang/crates.io-index" 5130checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 5131dependencies = [ 5132 "anyhow", 5133 "id-arena", 5134 "indexmap", 5135 "log", 5136 "semver", 5137 "serde", 5138 "serde_derive", 5139 "serde_json", 5140 "unicode-xid 0.2.6", 5141 "wasmparser", 5142] 5143 5144[[package]] 5145name = "wmidi" 5146version = "4.0.10" 5147source = "registry+https://github.com/rust-lang/crates.io-index" 5148checksum = "4e55f35b40ad0178422d06e9ba845041baf2faf04627b91fde928d0f6a21c712" 5149 5150[[package]] 5151name = "writeable" 5152version = "0.6.2" 5153source = "registry+https://github.com/rust-lang/crates.io-index" 5154checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 5155 5156[[package]] 5157name = "x11-dl" 5158version = "2.21.0" 5159source = "registry+https://github.com/rust-lang/crates.io-index" 5160checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 5161dependencies = [ 5162 "libc", 5163 "once_cell", 5164 "pkg-config", 5165] 5166 5167[[package]] 5168name = "x11rb" 5169version = "0.13.2" 5170source = "registry+https://github.com/rust-lang/crates.io-index" 5171checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" 5172dependencies = [ 5173 "as-raw-xcb-connection", 5174 "gethostname", 5175 "libc", 5176 "libloading 0.8.9", 5177 "once_cell", 5178 "rustix 1.1.3", 5179 "x11rb-protocol", 5180] 5181 5182[[package]] 5183name = "x11rb-protocol" 5184version = "0.13.2" 5185source = "registry+https://github.com/rust-lang/crates.io-index" 5186checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" 5187 5188[[package]] 5189name = "xcursor" 5190version = "0.3.10" 5191source = "registry+https://github.com/rust-lang/crates.io-index" 5192checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" 5193 5194[[package]] 5195name = "xdg-home" 5196version = "1.3.0" 5197source = "registry+https://github.com/rust-lang/crates.io-index" 5198checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" 5199dependencies = [ 5200 "libc", 5201 "windows-sys 0.59.0", 5202] 5203 5204[[package]] 5205name = "xkbcommon-dl" 5206version = "0.4.2" 5207source = "registry+https://github.com/rust-lang/crates.io-index" 5208checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 5209dependencies = [ 5210 "bitflags 2.11.0", 5211 "dlib", 5212 "log", 5213 "once_cell", 5214 "xkeysym", 5215] 5216 5217[[package]] 5218name = "xkeysym" 5219version = "0.2.1" 5220source = "registry+https://github.com/rust-lang/crates.io-index" 5221checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 5222 5223[[package]] 5224name = "xml-rs" 5225version = "0.8.28" 5226source = "registry+https://github.com/rust-lang/crates.io-index" 5227checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" 5228 5229[[package]] 5230name = "yoke" 5231version = "0.8.1" 5232source = "registry+https://github.com/rust-lang/crates.io-index" 5233checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 5234dependencies = [ 5235 "stable_deref_trait", 5236 "yoke-derive", 5237 "zerofrom", 5238] 5239 5240[[package]] 5241name = "yoke-derive" 5242version = "0.8.1" 5243source = "registry+https://github.com/rust-lang/crates.io-index" 5244checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 5245dependencies = [ 5246 "proc-macro2 1.0.106", 5247 "quote 1.0.44", 5248 "syn 2.0.116", 5249 "synstructure", 5250] 5251 5252[[package]] 5253name = "zbus" 5254version = "3.15.2" 5255source = "registry+https://github.com/rust-lang/crates.io-index" 5256checksum = "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6" 5257dependencies = [ 5258 "async-broadcast", 5259 "async-executor", 5260 "async-fs 1.6.0", 5261 "async-io 1.13.0", 5262 "async-lock 2.8.0", 5263 "async-process", 5264 "async-recursion", 5265 "async-task", 5266 "async-trait", 5267 "blocking", 5268 "byteorder", 5269 "derivative", 5270 "enumflags2", 5271 "event-listener 2.5.3", 5272 "futures-core", 5273 "futures-sink", 5274 "futures-util", 5275 "hex", 5276 "nix 0.26.4", 5277 "once_cell", 5278 "ordered-stream", 5279 "rand", 5280 "serde", 5281 "serde_repr", 5282 "sha1", 5283 "static_assertions", 5284 "tracing", 5285 "uds_windows", 5286 "winapi", 5287 "xdg-home", 5288 "zbus_macros", 5289 "zbus_names", 5290 "zvariant", 5291] 5292 5293[[package]] 5294name = "zbus_macros" 5295version = "3.15.2" 5296source = "registry+https://github.com/rust-lang/crates.io-index" 5297checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5" 5298dependencies = [ 5299 "proc-macro-crate 1.3.1", 5300 "proc-macro2 1.0.106", 5301 "quote 1.0.44", 5302 "regex", 5303 "syn 1.0.109", 5304 "zvariant_utils", 5305] 5306 5307[[package]] 5308name = "zbus_names" 5309version = "2.6.1" 5310source = "registry+https://github.com/rust-lang/crates.io-index" 5311checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d" 5312dependencies = [ 5313 "serde", 5314 "static_assertions", 5315 "zvariant", 5316] 5317 5318[[package]] 5319name = "zerocopy" 5320version = "0.8.39" 5321source = "registry+https://github.com/rust-lang/crates.io-index" 5322checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" 5323dependencies = [ 5324 "zerocopy-derive", 5325] 5326 5327[[package]] 5328name = "zerocopy-derive" 5329version = "0.8.39" 5330source = "registry+https://github.com/rust-lang/crates.io-index" 5331checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" 5332dependencies = [ 5333 "proc-macro2 1.0.106", 5334 "quote 1.0.44", 5335 "syn 2.0.116", 5336] 5337 5338[[package]] 5339name = "zerofrom" 5340version = "0.1.6" 5341source = "registry+https://github.com/rust-lang/crates.io-index" 5342checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 5343dependencies = [ 5344 "zerofrom-derive", 5345] 5346 5347[[package]] 5348name = "zerofrom-derive" 5349version = "0.1.6" 5350source = "registry+https://github.com/rust-lang/crates.io-index" 5351checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 5352dependencies = [ 5353 "proc-macro2 1.0.106", 5354 "quote 1.0.44", 5355 "syn 2.0.116", 5356 "synstructure", 5357] 5358 5359[[package]] 5360name = "zerotrie" 5361version = "0.2.3" 5362source = "registry+https://github.com/rust-lang/crates.io-index" 5363checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 5364dependencies = [ 5365 "displaydoc", 5366 "yoke", 5367 "zerofrom", 5368] 5369 5370[[package]] 5371name = "zerovec" 5372version = "0.11.5" 5373source = "registry+https://github.com/rust-lang/crates.io-index" 5374checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 5375dependencies = [ 5376 "yoke", 5377 "zerofrom", 5378 "zerovec-derive", 5379] 5380 5381[[package]] 5382name = "zerovec-derive" 5383version = "0.11.2" 5384source = "registry+https://github.com/rust-lang/crates.io-index" 5385checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 5386dependencies = [ 5387 "proc-macro2 1.0.106", 5388 "quote 1.0.44", 5389 "syn 2.0.116", 5390] 5391 5392[[package]] 5393name = "zmij" 5394version = "1.0.21" 5395source = "registry+https://github.com/rust-lang/crates.io-index" 5396checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 5397 5398[[package]] 5399name = "zvariant" 5400version = "3.15.2" 5401source = "registry+https://github.com/rust-lang/crates.io-index" 5402checksum = "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db" 5403dependencies = [ 5404 "byteorder", 5405 "enumflags2", 5406 "libc", 5407 "serde", 5408 "static_assertions", 5409 "url", 5410 "zvariant_derive", 5411] 5412 5413[[package]] 5414name = "zvariant_derive" 5415version = "3.15.2" 5416source = "registry+https://github.com/rust-lang/crates.io-index" 5417checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9" 5418dependencies = [ 5419 "proc-macro-crate 1.3.1", 5420 "proc-macro2 1.0.106", 5421 "quote 1.0.44", 5422 "syn 1.0.109", 5423 "zvariant_utils", 5424] 5425 5426[[package]] 5427name = "zvariant_utils" 5428version = "1.0.1" 5429source = "registry+https://github.com/rust-lang/crates.io-index" 5430checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" 5431dependencies = [ 5432 "proc-macro2 1.0.106", 5433 "quote 1.0.44", 5434 "syn 1.0.109", 5435]