A modern, network-enabled music player platform built on Rockbox technology. rockboxd.tsiry-sandratraina.com
rust deno navidrome airplay libadwaita zig mpris snapcast mpd rockbox audio subsonic
2

Configure Feed

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

rockboxd / Cargo.lock
342 kB 14994 lines
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "Inflector" 7version = "0.11.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10dependencies = [ 11 "lazy_static", 12 "regex", 13] 14 15[[package]] 16name = "actix" 17version = "0.13.5" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "de7fa236829ba0841304542f7614c42b80fca007455315c45c785ccfa873a85b" 20dependencies = [ 21 "actix-macros", 22 "actix-rt", 23 "actix_derive", 24 "bitflags 2.9.4", 25 "bytes", 26 "crossbeam-channel", 27 "futures-core", 28 "futures-sink", 29 "futures-task", 30 "futures-util", 31 "log", 32 "once_cell", 33 "parking_lot", 34 "pin-project-lite", 35 "smallvec", 36 "tokio", 37 "tokio-util", 38] 39 40[[package]] 41name = "actix-codec" 42version = "0.5.2" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a" 45dependencies = [ 46 "bitflags 2.9.4", 47 "bytes", 48 "futures-core", 49 "futures-sink", 50 "memchr", 51 "pin-project-lite", 52 "tokio", 53 "tokio-util", 54 "tracing", 55] 56 57[[package]] 58name = "actix-cors" 59version = "0.7.0" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "f9e772b3bcafe335042b5db010ab7c09013dad6eac4915c91d8d50902769f331" 62dependencies = [ 63 "actix-utils", 64 "actix-web", 65 "derive_more 0.99.18", 66 "futures-util", 67 "log", 68 "once_cell", 69 "smallvec", 70] 71 72[[package]] 73name = "actix-files" 74version = "0.6.6" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be" 77dependencies = [ 78 "actix-http", 79 "actix-service", 80 "actix-utils", 81 "actix-web", 82 "bitflags 2.9.4", 83 "bytes", 84 "derive_more 0.99.18", 85 "futures-core", 86 "http-range", 87 "log", 88 "mime", 89 "mime_guess", 90 "percent-encoding", 91 "pin-project-lite", 92 "v_htmlescape", 93] 94 95[[package]] 96name = "actix-http" 97version = "3.12.1" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "93acb4a42f64936f9b8cae4a433b237599dd6eb6ed06124eb67132ef8cc90662" 100dependencies = [ 101 "actix-codec", 102 "actix-rt", 103 "actix-service", 104 "actix-utils", 105 "base64 0.22.1", 106 "bitflags 2.9.4", 107 "brotli 8.0.2", 108 "bytes", 109 "bytestring", 110 "derive_more 2.1.1", 111 "encoding_rs", 112 "flate2", 113 "foldhash", 114 "futures-core", 115 "h2 0.3.27", 116 "http 0.2.12", 117 "httparse", 118 "httpdate", 119 "itoa", 120 "language-tags", 121 "local-channel", 122 "mime", 123 "percent-encoding", 124 "pin-project-lite", 125 "rand 0.10.1", 126 "sha1 0.11.0", 127 "smallvec", 128 "tokio", 129 "tokio-util", 130 "tracing", 131 "zstd 0.13.2", 132] 133 134[[package]] 135name = "actix-macros" 136version = "0.2.4" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb" 139dependencies = [ 140 "quote", 141 "syn 2.0.91", 142] 143 144[[package]] 145name = "actix-router" 146version = "0.5.4" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "14f8c75c51892f18d9c46150c5ac7beb81c95f78c8b83a634d49f4ca32551fe7" 149dependencies = [ 150 "bytestring", 151 "cfg-if 1.0.0", 152 "http 0.2.12", 153 "regex", 154 "regex-lite", 155 "serde", 156 "tracing", 157] 158 159[[package]] 160name = "actix-rt" 161version = "2.10.0" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208" 164dependencies = [ 165 "actix-macros", 166 "futures-core", 167 "tokio", 168] 169 170[[package]] 171name = "actix-server" 172version = "2.6.0" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502" 175dependencies = [ 176 "actix-rt", 177 "actix-service", 178 "actix-utils", 179 "futures-core", 180 "futures-util", 181 "mio 1.2.1", 182 "socket2 0.5.7", 183 "tokio", 184 "tracing", 185] 186 187[[package]] 188name = "actix-service" 189version = "2.0.2" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a" 192dependencies = [ 193 "futures-core", 194 "paste", 195 "pin-project-lite", 196] 197 198[[package]] 199name = "actix-utils" 200version = "3.0.1" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8" 203dependencies = [ 204 "local-waker", 205 "pin-project-lite", 206] 207 208[[package]] 209name = "actix-web" 210version = "4.13.0" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "ff87453bc3b56e9b2b23c1cc0b1be8797184accf51d2abe0f8a33ec275d316bf" 213dependencies = [ 214 "actix-codec", 215 "actix-http", 216 "actix-macros", 217 "actix-router", 218 "actix-rt", 219 "actix-server", 220 "actix-service", 221 "actix-utils", 222 "actix-web-codegen", 223 "bytes", 224 "bytestring", 225 "cfg-if 1.0.0", 226 "cookie", 227 "derive_more 2.1.1", 228 "encoding_rs", 229 "foldhash", 230 "futures-core", 231 "futures-util", 232 "impl-more", 233 "itoa", 234 "language-tags", 235 "log", 236 "mime", 237 "once_cell", 238 "pin-project-lite", 239 "regex", 240 "regex-lite", 241 "serde", 242 "serde_json", 243 "serde_urlencoded", 244 "smallvec", 245 "socket2 0.6.3", 246 "time", 247 "tracing", 248 "url", 249] 250 251[[package]] 252name = "actix-web-actors" 253version = "4.3.1+deprecated" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "f98c5300b38fd004fe7d2a964f9a90813fdbe8a81fed500587e78b1b71c6f980" 256dependencies = [ 257 "actix", 258 "actix-codec", 259 "actix-http", 260 "actix-web", 261 "bytes", 262 "bytestring", 263 "futures-core", 264 "pin-project-lite", 265 "tokio", 266 "tokio-util", 267] 268 269[[package]] 270name = "actix-web-codegen" 271version = "4.3.0" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8" 274dependencies = [ 275 "actix-router", 276 "proc-macro2", 277 "quote", 278 "syn 2.0.91", 279] 280 281[[package]] 282name = "actix_derive" 283version = "0.6.1" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "7c7db3d5a9718568e4cf4a537cfd7070e6e6ff7481510d0237fb529ac850f6d3" 286dependencies = [ 287 "proc-macro2", 288 "quote", 289 "syn 2.0.91", 290] 291 292[[package]] 293name = "addr2line" 294version = "0.24.1" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" 297dependencies = [ 298 "gimli", 299] 300 301[[package]] 302name = "adler" 303version = "1.0.2" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 306 307[[package]] 308name = "adler2" 309version = "2.0.0" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 312 313[[package]] 314name = "aead" 315version = "0.5.2" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 318dependencies = [ 319 "crypto-common 0.1.6", 320 "generic-array", 321] 322 323[[package]] 324name = "aead-gcm-stream" 325version = "0.3.0" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "4947a169074c7e038fa43051d1c4e073f4488b0e4b0a30658f1e1a1b06449ce8" 328dependencies = [ 329 "aead", 330 "aes", 331 "cipher", 332 "ctr", 333 "ghash", 334 "subtle", 335] 336 337[[package]] 338name = "aes" 339version = "0.8.3" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" 342dependencies = [ 343 "cfg-if 1.0.0", 344 "cipher", 345 "cpufeatures 0.2.14", 346] 347 348[[package]] 349name = "aes-gcm" 350version = "0.10.3" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" 353dependencies = [ 354 "aead", 355 "aes", 356 "cipher", 357 "ctr", 358 "ghash", 359 "subtle", 360] 361 362[[package]] 363name = "aes-kw" 364version = "0.2.1" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "69fa2b352dcefb5f7f3a5fb840e02665d311d878955380515e4fd50095dd3d8c" 367dependencies = [ 368 "aes", 369] 370 371[[package]] 372name = "ahash" 373version = "0.8.11" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 376dependencies = [ 377 "cfg-if 1.0.0", 378 "getrandom 0.2.15", 379 "once_cell", 380 "version_check", 381 "zerocopy 0.7.35", 382] 383 384[[package]] 385name = "aho-corasick" 386version = "1.1.3" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 389dependencies = [ 390 "memchr", 391] 392 393[[package]] 394name = "aligned-vec" 395version = "0.5.0" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1" 398 399[[package]] 400name = "alloc-no-stdlib" 401version = "2.0.4" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 404 405[[package]] 406name = "alloc-stdlib" 407version = "0.2.2" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 410dependencies = [ 411 "alloc-no-stdlib", 412] 413 414[[package]] 415name = "allocator-api2" 416version = "0.2.18" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 419 420[[package]] 421name = "alsa" 422version = "0.9.1" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43" 425dependencies = [ 426 "alsa-sys", 427 "bitflags 2.9.4", 428 "cfg-if 1.0.0", 429 "libc", 430] 431 432[[package]] 433name = "alsa-sys" 434version = "0.3.1" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" 437dependencies = [ 438 "libc", 439 "pkg-config", 440] 441 442[[package]] 443name = "android_log-sys" 444version = "0.2.0" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e" 447 448[[package]] 449name = "android_system_properties" 450version = "0.1.5" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 453dependencies = [ 454 "libc", 455] 456 457[[package]] 458name = "anstream" 459version = "0.6.15" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 462dependencies = [ 463 "anstyle", 464 "anstyle-parse", 465 "anstyle-query", 466 "anstyle-wincon", 467 "colorchoice", 468 "is_terminal_polyfill", 469 "utf8parse", 470] 471 472[[package]] 473name = "anstyle" 474version = "1.0.8" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 477 478[[package]] 479name = "anstyle-parse" 480version = "0.2.5" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 483dependencies = [ 484 "utf8parse", 485] 486 487[[package]] 488name = "anstyle-query" 489version = "1.1.1" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 492dependencies = [ 493 "windows-sys 0.52.0", 494] 495 496[[package]] 497name = "anstyle-wincon" 498version = "3.0.4" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 501dependencies = [ 502 "anstyle", 503 "windows-sys 0.52.0", 504] 505 506[[package]] 507name = "anyhow" 508version = "1.0.93" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" 511 512[[package]] 513name = "arbitrary" 514version = "1.4.1" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" 517dependencies = [ 518 "derive_arbitrary", 519] 520 521[[package]] 522name = "arg_enum_proc_macro" 523version = "0.3.4" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 526dependencies = [ 527 "proc-macro2", 528 "quote", 529 "syn 2.0.91", 530] 531 532[[package]] 533name = "arrayvec" 534version = "0.7.6" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 537dependencies = [ 538 "serde", 539] 540 541[[package]] 542name = "ascii_utils" 543version = "0.9.3" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a" 546 547[[package]] 548name = "ash" 549version = "0.37.3+1.3.251" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" 552dependencies = [ 553 "libloading 0.7.4", 554] 555 556[[package]] 557name = "asn1-rs" 558version = "0.5.2" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" 561dependencies = [ 562 "asn1-rs-derive", 563 "asn1-rs-impl", 564 "displaydoc", 565 "nom 7.1.3", 566 "num-traits", 567 "rusticata-macros", 568 "thiserror 1.0.63", 569 "time", 570] 571 572[[package]] 573name = "asn1-rs-derive" 574version = "0.4.0" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" 577dependencies = [ 578 "proc-macro2", 579 "quote", 580 "syn 1.0.109", 581 "synstructure 0.12.6", 582] 583 584[[package]] 585name = "asn1-rs-impl" 586version = "0.1.0" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" 589dependencies = [ 590 "proc-macro2", 591 "quote", 592 "syn 1.0.109", 593] 594 595[[package]] 596name = "assert-json-diff" 597version = "2.0.2" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 600dependencies = [ 601 "serde", 602 "serde_json", 603] 604 605[[package]] 606name = "ast_node" 607version = "0.9.9" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "f9184f2b369b3e8625712493c89b785881f27eedc6cde480a81883cef78868b2" 610dependencies = [ 611 "proc-macro2", 612 "quote", 613 "swc_macros_common", 614 "syn 2.0.91", 615] 616 617[[package]] 618name = "async-attributes" 619version = "1.1.2" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" 622dependencies = [ 623 "quote", 624 "syn 1.0.109", 625] 626 627[[package]] 628name = "async-broadcast" 629version = "0.7.1" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e" 632dependencies = [ 633 "event-listener 5.3.1", 634 "event-listener-strategy", 635 "futures-core", 636 "pin-project-lite", 637] 638 639[[package]] 640name = "async-channel" 641version = "1.9.0" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 644dependencies = [ 645 "concurrent-queue", 646 "event-listener 2.5.3", 647 "futures-core", 648] 649 650[[package]] 651name = "async-channel" 652version = "2.3.1" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 655dependencies = [ 656 "concurrent-queue", 657 "event-listener-strategy", 658 "futures-core", 659 "pin-project-lite", 660] 661 662[[package]] 663name = "async-compression" 664version = "0.4.12" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa" 667dependencies = [ 668 "brotli 6.0.0", 669 "flate2", 670 "futures-core", 671 "memchr", 672 "pin-project-lite", 673 "tokio", 674] 675 676[[package]] 677name = "async-executor" 678version = "1.13.1" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" 681dependencies = [ 682 "async-task", 683 "concurrent-queue", 684 "fastrand", 685 "futures-lite", 686 "slab", 687] 688 689[[package]] 690name = "async-fs" 691version = "2.1.2" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" 694dependencies = [ 695 "async-lock", 696 "blocking", 697 "futures-lite", 698] 699 700[[package]] 701name = "async-global-executor" 702version = "2.4.1" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 705dependencies = [ 706 "async-channel 2.3.1", 707 "async-executor", 708 "async-io", 709 "async-lock", 710 "blocking", 711 "futures-lite", 712 "once_cell", 713] 714 715[[package]] 716name = "async-graphql" 717version = "7.2.1" 718source = "registry+https://github.com/rust-lang/crates.io-index" 719checksum = "1057a9f7ccf2404d94571dec3451ade1cb524790df6f1ada0d19c2a49f6b0f40" 720dependencies = [ 721 "async-graphql-derive", 722 "async-graphql-parser", 723 "async-graphql-value", 724 "async-io", 725 "async-trait", 726 "asynk-strim", 727 "base64 0.22.1", 728 "bytes", 729 "fast_chemail", 730 "fnv", 731 "futures-util", 732 "handlebars", 733 "http 1.1.0", 734 "indexmap 2.7.1", 735 "mime", 736 "multer 3.1.0", 737 "num-traits", 738 "pin-project-lite", 739 "regex", 740 "serde", 741 "serde_json", 742 "serde_urlencoded", 743 "static_assertions_next", 744 "tempfile", 745 "thiserror 2.0.18", 746] 747 748[[package]] 749name = "async-graphql-actix-web" 750version = "7.2.1" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "771b8c91b2de81e0eee71f453224514090bd3d82c86a3d7e7b8a55fdae729cbc" 753dependencies = [ 754 "actix", 755 "actix-http", 756 "actix-web", 757 "actix-web-actors", 758 "async-channel 2.3.1", 759 "async-graphql", 760 "asynk-strim", 761 "futures-channel", 762 "futures-util", 763 "serde_json", 764 "thiserror 2.0.18", 765] 766 767[[package]] 768name = "async-graphql-derive" 769version = "7.2.1" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "2e6cbeadc8515e66450fba0985ce722192e28443697799988265d86304d7cc68" 772dependencies = [ 773 "Inflector", 774 "async-graphql-parser", 775 "darling 0.23.0", 776 "proc-macro-crate", 777 "proc-macro2", 778 "quote", 779 "strum 0.27.2", 780 "syn 2.0.91", 781 "thiserror 2.0.18", 782] 783 784[[package]] 785name = "async-graphql-parser" 786version = "7.2.1" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "e64ef70f77a1c689111e52076da1cd18f91834bcb847de0a9171f83624b07fbf" 789dependencies = [ 790 "async-graphql-value", 791 "pest", 792 "serde", 793 "serde_json", 794] 795 796[[package]] 797name = "async-graphql-value" 798version = "7.2.1" 799source = "registry+https://github.com/rust-lang/crates.io-index" 800checksum = "3e3ef112905abea9dea592fc868a6873b10ebd3f983e83308f995d6284e9ba41" 801dependencies = [ 802 "bytes", 803 "indexmap 2.7.1", 804 "serde", 805 "serde_json", 806] 807 808[[package]] 809name = "async-io" 810version = "2.6.0" 811source = "registry+https://github.com/rust-lang/crates.io-index" 812checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 813dependencies = [ 814 "autocfg", 815 "cfg-if 1.0.0", 816 "concurrent-queue", 817 "futures-io", 818 "futures-lite", 819 "parking", 820 "polling 3.7.3", 821 "rustix 1.1.4", 822 "slab", 823 "windows-sys 0.61.2", 824] 825 826[[package]] 827name = "async-lock" 828version = "3.4.0" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 831dependencies = [ 832 "event-listener 5.3.1", 833 "event-listener-strategy", 834 "pin-project-lite", 835] 836 837[[package]] 838name = "async-process" 839version = "2.3.0" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" 842dependencies = [ 843 "async-channel 2.3.1", 844 "async-io", 845 "async-lock", 846 "async-signal", 847 "async-task", 848 "blocking", 849 "cfg-if 1.0.0", 850 "event-listener 5.3.1", 851 "futures-lite", 852 "rustix 0.38.42", 853 "tracing", 854] 855 856[[package]] 857name = "async-recursion" 858version = "1.1.1" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 861dependencies = [ 862 "proc-macro2", 863 "quote", 864 "syn 2.0.91", 865] 866 867[[package]] 868name = "async-signal" 869version = "0.2.10" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" 872dependencies = [ 873 "async-io", 874 "async-lock", 875 "atomic-waker", 876 "cfg-if 1.0.0", 877 "futures-core", 878 "futures-io", 879 "rustix 0.38.42", 880 "signal-hook-registry", 881 "slab", 882 "windows-sys 0.59.0", 883] 884 885[[package]] 886name = "async-std" 887version = "1.13.0" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615" 890dependencies = [ 891 "async-attributes", 892 "async-channel 1.9.0", 893 "async-global-executor", 894 "async-io", 895 "async-lock", 896 "async-process", 897 "crossbeam-utils", 898 "futures-channel", 899 "futures-core", 900 "futures-io", 901 "futures-lite", 902 "gloo-timers", 903 "kv-log-macro", 904 "log", 905 "memchr", 906 "once_cell", 907 "pin-project-lite", 908 "pin-utils", 909 "slab", 910 "wasm-bindgen-futures", 911] 912 913[[package]] 914name = "async-stream" 915version = "0.2.1" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "22068c0c19514942eefcfd4daf8976ef1aad84e61539f95cd200c35202f80af5" 918dependencies = [ 919 "async-stream-impl 0.2.1", 920 "futures-core", 921] 922 923[[package]] 924name = "async-stream" 925version = "0.3.6" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 928dependencies = [ 929 "async-stream-impl 0.3.6", 930 "futures-core", 931 "pin-project-lite", 932] 933 934[[package]] 935name = "async-stream-impl" 936version = "0.2.1" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "25f9db3b38af870bf7e5cc649167533b493928e50744e2c30ae350230b414670" 939dependencies = [ 940 "proc-macro2", 941 "quote", 942 "syn 1.0.109", 943] 944 945[[package]] 946name = "async-stream-impl" 947version = "0.3.6" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 950dependencies = [ 951 "proc-macro2", 952 "quote", 953 "syn 2.0.91", 954] 955 956[[package]] 957name = "async-task" 958version = "4.7.1" 959source = "registry+https://github.com/rust-lang/crates.io-index" 960checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 961 962[[package]] 963name = "async-trait" 964version = "0.1.83" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 967dependencies = [ 968 "proc-macro2", 969 "quote", 970 "syn 2.0.91", 971] 972 973[[package]] 974name = "asynchronous-codec" 975version = "0.7.0" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233" 978dependencies = [ 979 "bytes", 980 "futures-sink", 981 "futures-util", 982 "memchr", 983 "pin-project-lite", 984] 985 986[[package]] 987name = "asynk-strim" 988version = "0.1.5" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "52697735bdaac441a29391a9e97102c74c6ef0f9b60a40cf109b1b404e29d2f6" 991dependencies = [ 992 "futures-core", 993 "pin-project-lite", 994] 995 996[[package]] 997name = "atoi" 998version = "2.0.0" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 1001dependencies = [ 1002 "num-traits", 1003] 1004 1005[[package]] 1006name = "atomic-waker" 1007version = "1.1.2" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 1010 1011[[package]] 1012name = "auto_impl" 1013version = "1.2.0" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" 1016dependencies = [ 1017 "proc-macro2", 1018 "quote", 1019 "syn 2.0.91", 1020] 1021 1022[[package]] 1023name = "autocfg" 1024version = "1.3.0" 1025source = "registry+https://github.com/rust-lang/crates.io-index" 1026checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 1027 1028[[package]] 1029name = "av1-grain" 1030version = "0.2.3" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf" 1033dependencies = [ 1034 "anyhow", 1035 "arrayvec", 1036 "log", 1037 "nom 7.1.3", 1038 "num-rational", 1039 "v_frame", 1040] 1041 1042[[package]] 1043name = "avif-serialize" 1044version = "0.8.2" 1045source = "registry+https://github.com/rust-lang/crates.io-index" 1046checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62" 1047dependencies = [ 1048 "arrayvec", 1049] 1050 1051[[package]] 1052name = "axum" 1053version = "0.7.5" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" 1056dependencies = [ 1057 "async-trait", 1058 "axum-core", 1059 "bytes", 1060 "futures-util", 1061 "http 1.1.0", 1062 "http-body 1.0.1", 1063 "http-body-util", 1064 "hyper 1.4.1", 1065 "hyper-util", 1066 "itoa", 1067 "matchit", 1068 "memchr", 1069 "mime", 1070 "percent-encoding", 1071 "pin-project-lite", 1072 "rustversion", 1073 "serde", 1074 "sync_wrapper 1.0.1", 1075 "tokio", 1076 "tower 0.4.13", 1077 "tower-layer", 1078 "tower-service", 1079] 1080 1081[[package]] 1082name = "axum-core" 1083version = "0.4.3" 1084source = "registry+https://github.com/rust-lang/crates.io-index" 1085checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3" 1086dependencies = [ 1087 "async-trait", 1088 "bytes", 1089 "futures-util", 1090 "http 1.1.0", 1091 "http-body 1.0.1", 1092 "http-body-util", 1093 "mime", 1094 "pin-project-lite", 1095 "rustversion", 1096 "sync_wrapper 0.1.2", 1097 "tower-layer", 1098 "tower-service", 1099] 1100 1101[[package]] 1102name = "az" 1103version = "1.2.1" 1104source = "registry+https://github.com/rust-lang/crates.io-index" 1105checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" 1106 1107[[package]] 1108name = "backtrace" 1109version = "0.3.74" 1110source = "registry+https://github.com/rust-lang/crates.io-index" 1111checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 1112dependencies = [ 1113 "addr2line", 1114 "cfg-if 1.0.0", 1115 "libc", 1116 "miniz_oxide 0.8.9", 1117 "object", 1118 "rustc-demangle", 1119 "windows-targets 0.52.6", 1120] 1121 1122[[package]] 1123name = "base-x" 1124version = "0.2.11" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 1127 1128[[package]] 1129name = "base16ct" 1130version = "0.2.0" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 1133 1134[[package]] 1135name = "base32" 1136version = "0.5.1" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076" 1139 1140[[package]] 1141name = "base36" 1142version = "0.0.1" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "b9c26bddc1271f7112e5ec797e8eeba6de2de211c1488e506b9500196dbf77c5" 1145dependencies = [ 1146 "base-x", 1147 "failure", 1148] 1149 1150[[package]] 1151name = "base64" 1152version = "0.21.7" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 1155 1156[[package]] 1157name = "base64" 1158version = "0.22.1" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 1161 1162[[package]] 1163name = "base64-serde" 1164version = "0.8.0" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "77c6d128af408d8ebd08331f0331cf2cf20d19e6c44a7aec58791641ecc8c0b5" 1167 1168[[package]] 1169name = "base64-simd" 1170version = "0.7.0" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5" 1173dependencies = [ 1174 "simd-abstraction", 1175] 1176 1177[[package]] 1178name = "base64-simd" 1179version = "0.8.0" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 1182dependencies = [ 1183 "outref 0.5.1", 1184 "vsimd", 1185] 1186 1187[[package]] 1188name = "base64ct" 1189version = "1.6.0" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 1192 1193[[package]] 1194name = "bencher" 1195version = "0.1.5" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "7dfdb4953a096c551ce9ace855a604d702e6e62d77fac690575ae347571717f5" 1198 1199[[package]] 1200name = "better_scoped_tls" 1201version = "0.1.1" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "794edcc9b3fb07bb4aecaa11f093fd45663b4feadb782d68303a2268bc2701de" 1204dependencies = [ 1205 "scoped-tls", 1206] 1207 1208[[package]] 1209name = "bincode" 1210version = "1.3.3" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 1213dependencies = [ 1214 "serde", 1215] 1216 1217[[package]] 1218name = "bindgen" 1219version = "0.70.1" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" 1222dependencies = [ 1223 "bitflags 2.9.4", 1224 "cexpr", 1225 "clang-sys", 1226 "itertools 0.13.0", 1227 "log", 1228 "prettyplease", 1229 "proc-macro2", 1230 "quote", 1231 "regex", 1232 "rustc-hash 1.1.0", 1233 "shlex", 1234 "syn 2.0.91", 1235] 1236 1237[[package]] 1238name = "bit-set" 1239version = "0.5.3" 1240source = "registry+https://github.com/rust-lang/crates.io-index" 1241checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 1242dependencies = [ 1243 "bit-vec", 1244] 1245 1246[[package]] 1247name = "bit-vec" 1248version = "0.6.3" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 1251 1252[[package]] 1253name = "bit_field" 1254version = "0.10.2" 1255source = "registry+https://github.com/rust-lang/crates.io-index" 1256checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 1257 1258[[package]] 1259name = "bitflags" 1260version = "1.3.2" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 1263 1264[[package]] 1265name = "bitflags" 1266version = "2.9.4" 1267source = "registry+https://github.com/rust-lang/crates.io-index" 1268checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 1269dependencies = [ 1270 "serde", 1271] 1272 1273[[package]] 1274name = "bitstream-io" 1275version = "2.6.0" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2" 1278 1279[[package]] 1280name = "bitvec" 1281version = "1.0.1" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 1284dependencies = [ 1285 "funty", 1286 "radium", 1287 "tap", 1288 "wyz", 1289] 1290 1291[[package]] 1292name = "blake2" 1293version = "0.10.6" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 1296dependencies = [ 1297 "digest 0.10.7", 1298] 1299 1300[[package]] 1301name = "block" 1302version = "0.1.6" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 1305 1306[[package]] 1307name = "block-buffer" 1308version = "0.10.4" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 1311dependencies = [ 1312 "generic-array", 1313] 1314 1315[[package]] 1316name = "block-buffer" 1317version = "0.12.0" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" 1320dependencies = [ 1321 "hybrid-array", 1322] 1323 1324[[package]] 1325name = "block-padding" 1326version = "0.3.3" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 1329dependencies = [ 1330 "generic-array", 1331] 1332 1333[[package]] 1334name = "blocking" 1335version = "1.6.1" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 1338dependencies = [ 1339 "async-channel 2.3.1", 1340 "async-task", 1341 "futures-io", 1342 "futures-lite", 1343 "piper", 1344] 1345 1346[[package]] 1347name = "bluer" 1348version = "0.17.4" 1349source = "registry+https://github.com/rust-lang/crates.io-index" 1350checksum = "af68112f5c60196495c8b0eea68349817855f565df5b04b2477916d09fb1a901" 1351dependencies = [ 1352 "custom_debug", 1353 "dbus", 1354 "dbus-crossroads", 1355 "dbus-tokio", 1356 "displaydoc", 1357 "futures", 1358 "hex", 1359 "lazy_static", 1360 "libc", 1361 "log", 1362 "macaddr", 1363 "nix 0.29.0", 1364 "num-derive", 1365 "num-traits", 1366 "pin-project", 1367 "serde", 1368 "serde_json", 1369 "strum 0.26.3", 1370 "tokio", 1371 "tokio-stream", 1372 "uuid", 1373] 1374 1375[[package]] 1376name = "boxed_error" 1377version = "0.2.3" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "17d4f95e880cfd28c4ca5a006cf7f6af52b4bcb7b5866f573b2faa126fb7affb" 1380dependencies = [ 1381 "quote", 1382 "syn 2.0.91", 1383] 1384 1385[[package]] 1386name = "brotli" 1387version = "6.0.0" 1388source = "registry+https://github.com/rust-lang/crates.io-index" 1389checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" 1390dependencies = [ 1391 "alloc-no-stdlib", 1392 "alloc-stdlib", 1393 "brotli-decompressor 4.0.1", 1394] 1395 1396[[package]] 1397name = "brotli" 1398version = "8.0.2" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 1401dependencies = [ 1402 "alloc-no-stdlib", 1403 "alloc-stdlib", 1404 "brotli-decompressor 5.0.0", 1405] 1406 1407[[package]] 1408name = "brotli-decompressor" 1409version = "4.0.1" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" 1412dependencies = [ 1413 "alloc-no-stdlib", 1414 "alloc-stdlib", 1415] 1416 1417[[package]] 1418name = "brotli-decompressor" 1419version = "5.0.0" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 1422dependencies = [ 1423 "alloc-no-stdlib", 1424 "alloc-stdlib", 1425] 1426 1427[[package]] 1428name = "bstr" 1429version = "1.10.0" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" 1432dependencies = [ 1433 "memchr", 1434 "regex-automata 0.4.8", 1435 "serde", 1436] 1437 1438[[package]] 1439name = "built" 1440version = "0.7.5" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b" 1443 1444[[package]] 1445name = "bumpalo" 1446version = "3.20.2" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 1449dependencies = [ 1450 "allocator-api2", 1451] 1452 1453[[package]] 1454name = "bytemuck" 1455version = "1.18.0" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" 1458 1459[[package]] 1460name = "byteorder" 1461version = "1.5.0" 1462source = "registry+https://github.com/rust-lang/crates.io-index" 1463checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1464 1465[[package]] 1466name = "byteorder-lite" 1467version = "0.1.0" 1468source = "registry+https://github.com/rust-lang/crates.io-index" 1469checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 1470 1471[[package]] 1472name = "bytes" 1473version = "1.10.1" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 1476dependencies = [ 1477 "serde", 1478] 1479 1480[[package]] 1481name = "bytestring" 1482version = "1.3.1" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72" 1485dependencies = [ 1486 "bytes", 1487] 1488 1489[[package]] 1490name = "cache_control" 1491version = "0.2.0" 1492source = "registry+https://github.com/rust-lang/crates.io-index" 1493checksum = "1bf2a5fb3207c12b5d208ebc145f967fea5cac41a021c37417ccc31ba40f39ee" 1494 1495[[package]] 1496name = "cairo-rs" 1497version = "0.20.5" 1498source = "registry+https://github.com/rust-lang/crates.io-index" 1499checksum = "d7fa699e1d7ae691001a811dda5ef0e3e42e1d4119b26426352989df9e94e3e6" 1500dependencies = [ 1501 "bitflags 2.9.4", 1502 "cairo-sys-rs", 1503 "glib", 1504 "libc", 1505] 1506 1507[[package]] 1508name = "cairo-sys-rs" 1509version = "0.20.0" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "428290f914b9b86089f60f5d8a9f6e440508e1bcff23b25afd51502b0a2da88f" 1512dependencies = [ 1513 "glib-sys", 1514 "libc", 1515 "system-deps 7.0.3", 1516] 1517 1518[[package]] 1519name = "capacity_builder" 1520version = "0.1.3" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "58ec49028cb308564429cd8fac4ef21290067a0afe8f5955330a8d487d0d790c" 1523dependencies = [ 1524 "itoa", 1525] 1526 1527[[package]] 1528name = "caseless" 1529version = "0.2.1" 1530source = "registry+https://github.com/rust-lang/crates.io-index" 1531checksum = "808dab3318747be122cb31d36de18d4d1c81277a76f8332a02b81a3d73463d7f" 1532dependencies = [ 1533 "regex", 1534 "unicode-normalization", 1535] 1536 1537[[package]] 1538name = "cassowary" 1539version = "0.3.0" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 1542 1543[[package]] 1544name = "castaway" 1545version = "0.2.3" 1546source = "registry+https://github.com/rust-lang/crates.io-index" 1547checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" 1548dependencies = [ 1549 "rustversion", 1550] 1551 1552[[package]] 1553name = "cbc" 1554version = "0.1.2" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 1557dependencies = [ 1558 "cipher", 1559] 1560 1561[[package]] 1562name = "cc" 1563version = "1.1.18" 1564source = "registry+https://github.com/rust-lang/crates.io-index" 1565checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476" 1566dependencies = [ 1567 "jobserver", 1568 "libc", 1569 "shlex", 1570] 1571 1572[[package]] 1573name = "cesu8" 1574version = "1.1.0" 1575source = "registry+https://github.com/rust-lang/crates.io-index" 1576checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 1577 1578[[package]] 1579name = "cexpr" 1580version = "0.6.0" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 1583dependencies = [ 1584 "nom 7.1.3", 1585] 1586 1587[[package]] 1588name = "cfg-expr" 1589version = "0.15.8" 1590source = "registry+https://github.com/rust-lang/crates.io-index" 1591checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 1592dependencies = [ 1593 "smallvec", 1594 "target-lexicon", 1595] 1596 1597[[package]] 1598name = "cfg-expr" 1599version = "0.17.1" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "c360837f8f19e2e4468275138f1c0dec1647d1e17bb7c0215fe3cd7530e93c25" 1602dependencies = [ 1603 "smallvec", 1604 "target-lexicon", 1605] 1606 1607[[package]] 1608name = "cfg-if" 1609version = "0.1.10" 1610source = "registry+https://github.com/rust-lang/crates.io-index" 1611checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 1612 1613[[package]] 1614name = "cfg-if" 1615version = "1.0.0" 1616source = "registry+https://github.com/rust-lang/crates.io-index" 1617checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1618 1619[[package]] 1620name = "cfg_aliases" 1621version = "0.1.1" 1622source = "registry+https://github.com/rust-lang/crates.io-index" 1623checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 1624 1625[[package]] 1626name = "cfg_aliases" 1627version = "0.2.1" 1628source = "registry+https://github.com/rust-lang/crates.io-index" 1629checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1630 1631[[package]] 1632name = "chacha20" 1633version = "0.9.1" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" 1636dependencies = [ 1637 "cfg-if 1.0.0", 1638 "cipher", 1639 "cpufeatures 0.2.14", 1640] 1641 1642[[package]] 1643name = "chacha20" 1644version = "0.10.0" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 1647dependencies = [ 1648 "cfg-if 1.0.0", 1649 "cpufeatures 0.3.0", 1650 "rand_core 0.10.1", 1651] 1652 1653[[package]] 1654name = "chacha20poly1305" 1655version = "0.10.1" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" 1658dependencies = [ 1659 "aead", 1660 "chacha20 0.9.1", 1661 "cipher", 1662 "poly1305", 1663 "zeroize", 1664] 1665 1666[[package]] 1667name = "chromecast" 1668version = "0.18.2" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "0a596cf19a017c7a681aac872f6701ebf2f54523e2d76dab64b8af8bf6343539" 1671dependencies = [ 1672 "byteorder", 1673 "log", 1674 "protobuf", 1675 "protobuf-codegen", 1676 "rustls 0.21.12", 1677 "serde", 1678 "serde_derive", 1679 "serde_json", 1680 "webpki-roots 0.22.6", 1681] 1682 1683[[package]] 1684name = "chrono" 1685version = "0.4.44" 1686source = "registry+https://github.com/rust-lang/crates.io-index" 1687checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 1688dependencies = [ 1689 "iana-time-zone", 1690 "js-sys", 1691 "num-traits", 1692 "serde", 1693 "wasm-bindgen", 1694 "windows-link", 1695] 1696 1697[[package]] 1698name = "cipher" 1699version = "0.4.4" 1700source = "registry+https://github.com/rust-lang/crates.io-index" 1701checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 1702dependencies = [ 1703 "crypto-common 0.1.6", 1704 "inout", 1705 "zeroize", 1706] 1707 1708[[package]] 1709name = "clang-sys" 1710version = "1.8.1" 1711source = "registry+https://github.com/rust-lang/crates.io-index" 1712checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 1713dependencies = [ 1714 "glob", 1715 "libc", 1716 "libloading 0.8.5", 1717] 1718 1719[[package]] 1720name = "clap" 1721version = "4.5.16" 1722source = "registry+https://github.com/rust-lang/crates.io-index" 1723checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" 1724dependencies = [ 1725 "clap_builder", 1726 "clap_derive", 1727] 1728 1729[[package]] 1730name = "clap_builder" 1731version = "4.5.15" 1732source = "registry+https://github.com/rust-lang/crates.io-index" 1733checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" 1734dependencies = [ 1735 "anstream", 1736 "anstyle", 1737 "clap_lex", 1738 "strsim", 1739 "terminal_size", 1740] 1741 1742[[package]] 1743name = "clap_complete" 1744version = "4.5.24" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b" 1747dependencies = [ 1748 "clap", 1749] 1750 1751[[package]] 1752name = "clap_complete_fig" 1753version = "4.5.2" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "d494102c8ff3951810c72baf96910b980fb065ca5d3101243e6a8dc19747c86b" 1756dependencies = [ 1757 "clap", 1758 "clap_complete", 1759] 1760 1761[[package]] 1762name = "clap_derive" 1763version = "4.5.13" 1764source = "registry+https://github.com/rust-lang/crates.io-index" 1765checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" 1766dependencies = [ 1767 "heck 0.5.0", 1768 "proc-macro2", 1769 "quote", 1770 "syn 2.0.91", 1771] 1772 1773[[package]] 1774name = "clap_lex" 1775version = "0.7.2" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 1778 1779[[package]] 1780name = "clap_mangen" 1781version = "0.2.24" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "fbae9cbfdc5d4fa8711c09bd7b83f644cb48281ac35bf97af3e47b0675864bdf" 1784dependencies = [ 1785 "clap", 1786 "roff", 1787] 1788 1789[[package]] 1790name = "clipboard-win" 1791version = "5.4.0" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" 1794dependencies = [ 1795 "error-code", 1796] 1797 1798[[package]] 1799name = "cmake" 1800version = "0.1.52" 1801source = "registry+https://github.com/rust-lang/crates.io-index" 1802checksum = "c682c223677e0e5b6b7f63a64b9351844c3f1b1678a68b7ee617e30fb082620e" 1803dependencies = [ 1804 "cc", 1805] 1806 1807[[package]] 1808name = "codespan-reporting" 1809version = "0.11.1" 1810source = "registry+https://github.com/rust-lang/crates.io-index" 1811checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 1812dependencies = [ 1813 "termcolor", 1814 "unicode-width", 1815] 1816 1817[[package]] 1818name = "color-print" 1819version = "0.3.7" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4" 1822dependencies = [ 1823 "color-print-proc-macro", 1824] 1825 1826[[package]] 1827name = "color-print-proc-macro" 1828version = "0.3.7" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22" 1831dependencies = [ 1832 "nom 7.1.3", 1833 "proc-macro2", 1834 "quote", 1835 "syn 2.0.91", 1836] 1837 1838[[package]] 1839name = "color_quant" 1840version = "1.1.0" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 1843 1844[[package]] 1845name = "colorchoice" 1846version = "1.0.2" 1847source = "registry+https://github.com/rust-lang/crates.io-index" 1848checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 1849 1850[[package]] 1851name = "colored" 1852version = "3.1.1" 1853source = "registry+https://github.com/rust-lang/crates.io-index" 1854checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" 1855dependencies = [ 1856 "windows-sys 0.61.2", 1857] 1858 1859[[package]] 1860name = "combine" 1861version = "4.6.7" 1862source = "registry+https://github.com/rust-lang/crates.io-index" 1863checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1864dependencies = [ 1865 "bytes", 1866 "memchr", 1867] 1868 1869[[package]] 1870name = "compact_str" 1871version = "0.8.1" 1872source = "registry+https://github.com/rust-lang/crates.io-index" 1873checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" 1874dependencies = [ 1875 "castaway", 1876 "cfg-if 1.0.0", 1877 "itoa", 1878 "rustversion", 1879 "ryu", 1880 "static_assertions", 1881] 1882 1883[[package]] 1884name = "comrak" 1885version = "0.29.0" 1886source = "registry+https://github.com/rust-lang/crates.io-index" 1887checksum = "d8c32ff8b21372fab0e9ecc4e42536055702dc5faa418362bffd1544f9d12637" 1888dependencies = [ 1889 "caseless", 1890 "derive_builder", 1891 "entities", 1892 "memchr", 1893 "once_cell", 1894 "regex", 1895 "slug", 1896 "typed-arena", 1897 "unicode_categories", 1898] 1899 1900[[package]] 1901name = "concurrent-queue" 1902version = "2.5.0" 1903source = "registry+https://github.com/rust-lang/crates.io-index" 1904checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 1905dependencies = [ 1906 "crossbeam-utils", 1907] 1908 1909[[package]] 1910name = "console_static_text" 1911version = "0.8.1" 1912source = "registry+https://github.com/rust-lang/crates.io-index" 1913checksum = "f4be93df536dfbcbd39ff7c129635da089901116b88bfc29ec1acb9b56f8ff35" 1914dependencies = [ 1915 "unicode-width", 1916 "vte", 1917] 1918 1919[[package]] 1920name = "const-oid" 1921version = "0.9.6" 1922source = "registry+https://github.com/rust-lang/crates.io-index" 1923checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 1924 1925[[package]] 1926name = "const-oid" 1927version = "0.10.2" 1928source = "registry+https://github.com/rust-lang/crates.io-index" 1929checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" 1930 1931[[package]] 1932name = "convert_case" 1933version = "0.4.0" 1934source = "registry+https://github.com/rust-lang/crates.io-index" 1935checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 1936 1937[[package]] 1938name = "convert_case" 1939version = "0.10.0" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 1942dependencies = [ 1943 "unicode-segmentation", 1944] 1945 1946[[package]] 1947name = "cooked-waker" 1948version = "5.0.0" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "147be55d677052dabc6b22252d5dd0fd4c29c8c27aa4f2fbef0f94aa003b406f" 1951 1952[[package]] 1953name = "cookie" 1954version = "0.16.2" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" 1957dependencies = [ 1958 "percent-encoding", 1959 "time", 1960 "version_check", 1961] 1962 1963[[package]] 1964name = "core-foundation" 1965version = "0.9.4" 1966source = "registry+https://github.com/rust-lang/crates.io-index" 1967checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1968dependencies = [ 1969 "core-foundation-sys", 1970 "libc", 1971] 1972 1973[[package]] 1974name = "core-foundation-sys" 1975version = "0.8.7" 1976source = "registry+https://github.com/rust-lang/crates.io-index" 1977checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1978 1979[[package]] 1980name = "core-graphics-types" 1981version = "0.1.3" 1982source = "registry+https://github.com/rust-lang/crates.io-index" 1983checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1984dependencies = [ 1985 "bitflags 1.3.2", 1986 "core-foundation", 1987 "libc", 1988] 1989 1990[[package]] 1991name = "coreaudio-rs" 1992version = "0.11.3" 1993source = "registry+https://github.com/rust-lang/crates.io-index" 1994checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace" 1995dependencies = [ 1996 "bitflags 1.3.2", 1997 "core-foundation-sys", 1998 "coreaudio-sys", 1999] 2000 2001[[package]] 2002name = "coreaudio-sys" 2003version = "0.2.16" 2004source = "registry+https://github.com/rust-lang/crates.io-index" 2005checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b" 2006dependencies = [ 2007 "bindgen", 2008] 2009 2010[[package]] 2011name = "countme" 2012version = "3.0.1" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636" 2015 2016[[package]] 2017name = "cpal" 2018version = "0.15.3" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779" 2021dependencies = [ 2022 "alsa", 2023 "core-foundation-sys", 2024 "coreaudio-rs", 2025 "dasp_sample", 2026 "jni", 2027 "js-sys", 2028 "libc", 2029 "mach2", 2030 "ndk", 2031 "ndk-context", 2032 "oboe", 2033 "wasm-bindgen", 2034 "wasm-bindgen-futures", 2035 "web-sys", 2036 "windows 0.54.0", 2037] 2038 2039[[package]] 2040name = "cpufeatures" 2041version = "0.2.14" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 2044dependencies = [ 2045 "libc", 2046] 2047 2048[[package]] 2049name = "cpufeatures" 2050version = "0.3.0" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 2053dependencies = [ 2054 "libc", 2055] 2056 2057[[package]] 2058name = "crc" 2059version = "2.1.0" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23" 2062dependencies = [ 2063 "crc-catalog 1.1.1", 2064] 2065 2066[[package]] 2067name = "crc" 2068version = "3.2.1" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 2071dependencies = [ 2072 "crc-catalog 2.4.0", 2073] 2074 2075[[package]] 2076name = "crc-catalog" 2077version = "1.1.1" 2078source = "registry+https://github.com/rust-lang/crates.io-index" 2079checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403" 2080 2081[[package]] 2082name = "crc-catalog" 2083version = "2.4.0" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 2086 2087[[package]] 2088name = "crc32fast" 2089version = "1.4.2" 2090source = "registry+https://github.com/rust-lang/crates.io-index" 2091checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 2092dependencies = [ 2093 "cfg-if 1.0.0", 2094] 2095 2096[[package]] 2097name = "crossbeam-channel" 2098version = "0.5.13" 2099source = "registry+https://github.com/rust-lang/crates.io-index" 2100checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 2101dependencies = [ 2102 "crossbeam-utils", 2103] 2104 2105[[package]] 2106name = "crossbeam-deque" 2107version = "0.8.5" 2108source = "registry+https://github.com/rust-lang/crates.io-index" 2109checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 2110dependencies = [ 2111 "crossbeam-epoch", 2112 "crossbeam-utils", 2113] 2114 2115[[package]] 2116name = "crossbeam-epoch" 2117version = "0.9.18" 2118source = "registry+https://github.com/rust-lang/crates.io-index" 2119checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 2120dependencies = [ 2121 "crossbeam-utils", 2122] 2123 2124[[package]] 2125name = "crossbeam-queue" 2126version = "0.3.11" 2127source = "registry+https://github.com/rust-lang/crates.io-index" 2128checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 2129dependencies = [ 2130 "crossbeam-utils", 2131] 2132 2133[[package]] 2134name = "crossbeam-utils" 2135version = "0.8.20" 2136source = "registry+https://github.com/rust-lang/crates.io-index" 2137checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 2138 2139[[package]] 2140name = "crossterm" 2141version = "0.28.1" 2142source = "registry+https://github.com/rust-lang/crates.io-index" 2143checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 2144dependencies = [ 2145 "bitflags 2.9.4", 2146 "crossterm_winapi", 2147 "mio 1.2.1", 2148 "parking_lot", 2149 "rustix 0.38.42", 2150 "serde", 2151 "signal-hook", 2152 "signal-hook-mio", 2153 "winapi", 2154] 2155 2156[[package]] 2157name = "crossterm_winapi" 2158version = "0.9.1" 2159source = "registry+https://github.com/rust-lang/crates.io-index" 2160checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 2161dependencies = [ 2162 "winapi", 2163] 2164 2165[[package]] 2166name = "crunchy" 2167version = "0.2.2" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 2170 2171[[package]] 2172name = "crypto-bigint" 2173version = "0.5.5" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 2176dependencies = [ 2177 "generic-array", 2178 "rand_core 0.6.4", 2179 "subtle", 2180 "zeroize", 2181] 2182 2183[[package]] 2184name = "crypto-common" 2185version = "0.1.6" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 2188dependencies = [ 2189 "generic-array", 2190 "rand_core 0.6.4", 2191 "typenum", 2192] 2193 2194[[package]] 2195name = "crypto-common" 2196version = "0.2.1" 2197source = "registry+https://github.com/rust-lang/crates.io-index" 2198checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" 2199dependencies = [ 2200 "hybrid-array", 2201] 2202 2203[[package]] 2204name = "css_dataset" 2205version = "0.4.1" 2206source = "registry+https://github.com/rust-lang/crates.io-index" 2207checksum = "25670139e591f1c2869eb8d0d977028f8d05e859132b4c874ecd02a00d3c9174" 2208 2209[[package]] 2210name = "ctr" 2211version = "0.9.2" 2212source = "registry+https://github.com/rust-lang/crates.io-index" 2213checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" 2214dependencies = [ 2215 "cipher", 2216] 2217 2218[[package]] 2219name = "cuid" 2220version = "1.3.3" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "d7fe01ebbba358b9af4850d1a2b16d45f765137398e34134643790f19dc935a0" 2223dependencies = [ 2224 "base36", 2225 "cuid-util", 2226 "cuid2", 2227 "hostname 0.4.0", 2228 "num", 2229 "once_cell", 2230 "rand 0.8.5", 2231 "uuid", 2232] 2233 2234[[package]] 2235name = "cuid-util" 2236version = "0.1.1" 2237source = "registry+https://github.com/rust-lang/crates.io-index" 2238checksum = "1d59a706635108a7e8eaae7ec8e6154504fafa4a415ef38690d94fccea051757" 2239 2240[[package]] 2241name = "cuid2" 2242version = "0.1.3" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "50e281dc36864ea88fae2ec4e21eb280e8239487acb1ddc59b528b0afa7997bd" 2245dependencies = [ 2246 "cuid-util", 2247 "getrandom 0.2.15", 2248 "num", 2249 "rand 0.8.5", 2250 "sha3", 2251] 2252 2253[[package]] 2254name = "curve25519-dalek" 2255version = "4.1.3" 2256source = "registry+https://github.com/rust-lang/crates.io-index" 2257checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 2258dependencies = [ 2259 "cfg-if 1.0.0", 2260 "cpufeatures 0.2.14", 2261 "curve25519-dalek-derive", 2262 "digest 0.10.7", 2263 "fiat-crypto 0.2.9", 2264 "rustc_version 0.4.1", 2265 "subtle", 2266 "zeroize", 2267] 2268 2269[[package]] 2270name = "curve25519-dalek-derive" 2271version = "0.1.1" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 2274dependencies = [ 2275 "proc-macro2", 2276 "quote", 2277 "syn 2.0.91", 2278] 2279 2280[[package]] 2281name = "custom_debug" 2282version = "0.6.2" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "2da7d1ad9567b3e11e877f1d7a0fa0360f04162f94965fc4448fbed41a65298e" 2285dependencies = [ 2286 "custom_debug_derive", 2287] 2288 2289[[package]] 2290name = "custom_debug_derive" 2291version = "0.6.2" 2292source = "registry+https://github.com/rust-lang/crates.io-index" 2293checksum = "a707ceda8652f6c7624f2be725652e9524c815bf3b9d55a0b2320be2303f9c11" 2294dependencies = [ 2295 "darling 0.20.10", 2296 "proc-macro2", 2297 "quote", 2298 "syn 2.0.91", 2299 "synstructure 0.13.1", 2300] 2301 2302[[package]] 2303name = "d3d12" 2304version = "0.20.0" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "b28bfe653d79bd16c77f659305b195b82bb5ce0c0eb2a4846b82ddbd77586813" 2307dependencies = [ 2308 "bitflags 2.9.4", 2309 "libloading 0.8.5", 2310 "winapi", 2311] 2312 2313[[package]] 2314name = "darling" 2315version = "0.20.10" 2316source = "registry+https://github.com/rust-lang/crates.io-index" 2317checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 2318dependencies = [ 2319 "darling_core 0.20.10", 2320 "darling_macro 0.20.10", 2321] 2322 2323[[package]] 2324name = "darling" 2325version = "0.21.3" 2326source = "registry+https://github.com/rust-lang/crates.io-index" 2327checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 2328dependencies = [ 2329 "darling_core 0.21.3", 2330 "darling_macro 0.21.3", 2331] 2332 2333[[package]] 2334name = "darling" 2335version = "0.23.0" 2336source = "registry+https://github.com/rust-lang/crates.io-index" 2337checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 2338dependencies = [ 2339 "darling_core 0.23.0", 2340 "darling_macro 0.23.0", 2341] 2342 2343[[package]] 2344name = "darling_core" 2345version = "0.20.10" 2346source = "registry+https://github.com/rust-lang/crates.io-index" 2347checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 2348dependencies = [ 2349 "fnv", 2350 "ident_case", 2351 "proc-macro2", 2352 "quote", 2353 "strsim", 2354 "syn 2.0.91", 2355] 2356 2357[[package]] 2358name = "darling_core" 2359version = "0.21.3" 2360source = "registry+https://github.com/rust-lang/crates.io-index" 2361checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 2362dependencies = [ 2363 "fnv", 2364 "ident_case", 2365 "proc-macro2", 2366 "quote", 2367 "strsim", 2368 "syn 2.0.91", 2369] 2370 2371[[package]] 2372name = "darling_core" 2373version = "0.23.0" 2374source = "registry+https://github.com/rust-lang/crates.io-index" 2375checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 2376dependencies = [ 2377 "ident_case", 2378 "proc-macro2", 2379 "quote", 2380 "strsim", 2381 "syn 2.0.91", 2382] 2383 2384[[package]] 2385name = "darling_macro" 2386version = "0.20.10" 2387source = "registry+https://github.com/rust-lang/crates.io-index" 2388checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 2389dependencies = [ 2390 "darling_core 0.20.10", 2391 "quote", 2392 "syn 2.0.91", 2393] 2394 2395[[package]] 2396name = "darling_macro" 2397version = "0.21.3" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 2400dependencies = [ 2401 "darling_core 0.21.3", 2402 "quote", 2403 "syn 2.0.91", 2404] 2405 2406[[package]] 2407name = "darling_macro" 2408version = "0.23.0" 2409source = "registry+https://github.com/rust-lang/crates.io-index" 2410checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 2411dependencies = [ 2412 "darling_core 0.23.0", 2413 "quote", 2414 "syn 2.0.91", 2415] 2416 2417[[package]] 2418name = "dash-mpd" 2419version = "0.18.4" 2420source = "registry+https://github.com/rust-lang/crates.io-index" 2421checksum = "a8566944d3b3287a865a0ea8590b07b437142ca3640fed806c15e18a4087ea42" 2422dependencies = [ 2423 "base64 0.22.1", 2424 "base64-serde", 2425 "byteorder", 2426 "bytes", 2427 "chrono", 2428 "fs-err", 2429 "hxdmp", 2430 "iso8601", 2431 "lazy_static", 2432 "num-traits", 2433 "quick-xml 0.37.5", 2434 "regex", 2435 "serde", 2436 "serde_path_to_error", 2437 "serde_with", 2438 "thiserror 2.0.18", 2439 "tracing", 2440 "url", 2441 "webm-iterable", 2442 "xattr", 2443] 2444 2445[[package]] 2446name = "dashmap" 2447version = "5.5.3" 2448source = "registry+https://github.com/rust-lang/crates.io-index" 2449checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 2450dependencies = [ 2451 "cfg-if 1.0.0", 2452 "hashbrown 0.14.5", 2453 "lock_api", 2454 "once_cell", 2455 "parking_lot_core", 2456] 2457 2458[[package]] 2459name = "dasp_sample" 2460version = "0.11.0" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" 2463 2464[[package]] 2465name = "data-encoding" 2466version = "2.6.0" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 2469 2470[[package]] 2471name = "data-url" 2472version = "0.3.1" 2473source = "registry+https://github.com/rust-lang/crates.io-index" 2474checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 2475 2476[[package]] 2477name = "dbus" 2478version = "0.9.7" 2479source = "registry+https://github.com/rust-lang/crates.io-index" 2480checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" 2481dependencies = [ 2482 "futures-channel", 2483 "futures-util", 2484 "libc", 2485 "libdbus-sys", 2486 "winapi", 2487] 2488 2489[[package]] 2490name = "dbus-crossroads" 2491version = "0.5.3" 2492source = "registry+https://github.com/rust-lang/crates.io-index" 2493checksum = "64bff0bd181fba667660276c6b7ebdc50cff37ce593e7adf9e734f89c8f444e8" 2494dependencies = [ 2495 "dbus", 2496] 2497 2498[[package]] 2499name = "dbus-tokio" 2500version = "0.7.6" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "007688d459bc677131c063a3a77fb899526e17b7980f390b69644bdbc41fad13" 2503dependencies = [ 2504 "dbus", 2505 "libc", 2506 "tokio", 2507] 2508 2509[[package]] 2510name = "debug-ignore" 2511version = "1.0.5" 2512source = "registry+https://github.com/rust-lang/crates.io-index" 2513checksum = "ffe7ed1d93f4553003e20b629abe9085e1e81b1429520f897f8f8860bc6dfc21" 2514 2515[[package]] 2516name = "debugid" 2517version = "0.8.0" 2518source = "registry+https://github.com/rust-lang/crates.io-index" 2519checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 2520dependencies = [ 2521 "serde", 2522 "uuid", 2523] 2524 2525[[package]] 2526name = "deno" 2527version = "2.1.4" 2528dependencies = [ 2529 "anstream", 2530 "async-trait", 2531 "base64 0.21.7", 2532 "bincode", 2533 "boxed_error", 2534 "bytes", 2535 "cache_control", 2536 "capacity_builder", 2537 "chrono", 2538 "clap", 2539 "clap_complete", 2540 "clap_complete_fig", 2541 "color-print", 2542 "console_static_text", 2543 "dashmap", 2544 "data-encoding", 2545 "deno_ast", 2546 "deno_bench_util", 2547 "deno_cache_dir", 2548 "deno_config", 2549 "deno_core", 2550 "deno_doc", 2551 "deno_error", 2552 "deno_graph", 2553 "deno_lint", 2554 "deno_lockfile", 2555 "deno_npm", 2556 "deno_npm_cache", 2557 "deno_package_json", 2558 "deno_path_util", 2559 "deno_resolver", 2560 "deno_runtime", 2561 "deno_semver", 2562 "deno_task_shell", 2563 "deno_telemetry", 2564 "deno_terminal", 2565 "deno_tower_lsp", 2566 "dhat", 2567 "dissimilar", 2568 "dotenvy", 2569 "dprint-plugin-json", 2570 "dprint-plugin-jupyter", 2571 "dprint-plugin-markdown", 2572 "dprint-plugin-typescript", 2573 "env_logger", 2574 "fancy-regex", 2575 "faster-hex", 2576 "flate2", 2577 "fs3", 2578 "glibc_version", 2579 "glob", 2580 "http 1.1.0", 2581 "http-body 1.0.1", 2582 "http-body-util", 2583 "hyper-util", 2584 "import_map", 2585 "indexmap 2.7.1", 2586 "jsonc-parser", 2587 "junction", 2588 "lazy-regex", 2589 "libc", 2590 "libsui", 2591 "libz-sys", 2592 "log", 2593 "lsp-types", 2594 "malva", 2595 "markup_fmt", 2596 "memmem", 2597 "monch", 2598 "nix 0.27.1", 2599 "node_resolver", 2600 "notify 6.1.1", 2601 "once_cell", 2602 "open", 2603 "p256", 2604 "pathdiff", 2605 "percent-encoding", 2606 "phf", 2607 "pretty_assertions", 2608 "pretty_yaml", 2609 "quick-junit", 2610 "rand 0.8.5", 2611 "regex", 2612 "ring", 2613 "runtimelib", 2614 "rustyline", 2615 "rustyline-derive", 2616 "serde", 2617 "serde_json", 2618 "serde_repr", 2619 "sha2", 2620 "shell-escape", 2621 "spki", 2622 "sqlformat 0.3.2", 2623 "strsim", 2624 "tar", 2625 "tempfile", 2626 "test_server", 2627 "text-size", 2628 "text_lines", 2629 "thiserror 2.0.18", 2630 "tokio", 2631 "tokio-util", 2632 "tracing", 2633 "twox-hash", 2634 "typed-arena", 2635 "uuid", 2636 "walkdir", 2637 "which 4.4.2", 2638 "winapi", 2639 "winres", 2640 "zeromq", 2641 "zip", 2642 "zstd 0.12.4", 2643] 2644 2645[[package]] 2646name = "deno-tower-lsp-macros" 2647version = "0.9.0" 2648source = "registry+https://github.com/rust-lang/crates.io-index" 2649checksum = "05d59a1cfd445fd86f63616127a434aabca000e03d963b01b03ce813520565b9" 2650dependencies = [ 2651 "proc-macro2", 2652 "quote", 2653 "syn 2.0.91", 2654] 2655 2656[[package]] 2657name = "deno_ast" 2658version = "0.44.0" 2659source = "registry+https://github.com/rust-lang/crates.io-index" 2660checksum = "eebc7aaabfdb3ddcad32aee1b62d250149dc8b35dfbdccbb125df2bdc62da952" 2661dependencies = [ 2662 "base64 0.21.7", 2663 "deno_error", 2664 "deno_media_type", 2665 "deno_terminal", 2666 "dprint-swc-ext", 2667 "once_cell", 2668 "percent-encoding", 2669 "serde", 2670 "sourcemap 9.1.2", 2671 "swc_atoms", 2672 "swc_bundler", 2673 "swc_common", 2674 "swc_config", 2675 "swc_config_macro", 2676 "swc_ecma_ast", 2677 "swc_ecma_codegen", 2678 "swc_ecma_codegen_macros", 2679 "swc_ecma_loader", 2680 "swc_ecma_parser", 2681 "swc_ecma_transforms_base", 2682 "swc_ecma_transforms_classes", 2683 "swc_ecma_transforms_macros", 2684 "swc_ecma_transforms_optimization", 2685 "swc_ecma_transforms_proposal", 2686 "swc_ecma_transforms_react", 2687 "swc_ecma_transforms_typescript", 2688 "swc_ecma_utils", 2689 "swc_ecma_visit", 2690 "swc_eq_ignore_macros", 2691 "swc_graph_analyzer", 2692 "swc_macros_common", 2693 "swc_visit", 2694 "swc_visit_macros", 2695 "text_lines", 2696 "thiserror 2.0.18", 2697 "unicode-width", 2698 "url", 2699] 2700 2701[[package]] 2702name = "deno_bench_util" 2703version = "0.178.0" 2704dependencies = [ 2705 "bencher", 2706 "deno_core", 2707 "tokio", 2708] 2709 2710[[package]] 2711name = "deno_broadcast_channel" 2712version = "0.178.0" 2713dependencies = [ 2714 "async-trait", 2715 "deno_core", 2716 "thiserror 2.0.18", 2717 "tokio", 2718 "uuid", 2719] 2720 2721[[package]] 2722name = "deno_cache" 2723version = "0.116.0" 2724dependencies = [ 2725 "async-trait", 2726 "deno_core", 2727 "rusqlite", 2728 "serde", 2729 "sha2", 2730 "thiserror 2.0.18", 2731 "tokio", 2732] 2733 2734[[package]] 2735name = "deno_cache_dir" 2736version = "0.15.0" 2737source = "registry+https://github.com/rust-lang/crates.io-index" 2738checksum = "54df1c5177ace01d92b872584ab9af8290681bb150fd9b423c37a494ad5ddbdc" 2739dependencies = [ 2740 "async-trait", 2741 "base32", 2742 "base64 0.21.7", 2743 "boxed_error", 2744 "cache_control", 2745 "chrono", 2746 "data-url", 2747 "deno_error", 2748 "deno_media_type", 2749 "deno_path_util", 2750 "http 1.1.0", 2751 "indexmap 2.7.1", 2752 "log", 2753 "once_cell", 2754 "parking_lot", 2755 "serde", 2756 "serde_json", 2757 "sha2", 2758 "thiserror 1.0.63", 2759 "url", 2760] 2761 2762[[package]] 2763name = "deno_canvas" 2764version = "0.53.0" 2765dependencies = [ 2766 "deno_core", 2767 "deno_webgpu", 2768 "image 0.24.9", 2769 "serde", 2770 "thiserror 2.0.18", 2771] 2772 2773[[package]] 2774name = "deno_config" 2775version = "0.39.3" 2776source = "registry+https://github.com/rust-lang/crates.io-index" 2777checksum = "ce717af3fe6788dae63965d58d5637fd62be8fe4f345f189137ffc06c51837d2" 2778dependencies = [ 2779 "anyhow", 2780 "deno_package_json", 2781 "deno_path_util", 2782 "deno_semver", 2783 "glob", 2784 "ignore", 2785 "import_map", 2786 "indexmap 2.7.1", 2787 "jsonc-parser", 2788 "log", 2789 "percent-encoding", 2790 "phf", 2791 "serde", 2792 "serde_json", 2793 "thiserror 1.0.63", 2794 "url", 2795] 2796 2797[[package]] 2798name = "deno_console" 2799version = "0.184.0" 2800dependencies = [ 2801 "deno_core", 2802] 2803 2804[[package]] 2805name = "deno_core" 2806version = "0.326.0" 2807source = "registry+https://github.com/rust-lang/crates.io-index" 2808checksum = "ed157162dc5320a2b46ffeeaec24788339df0f2437cfaea78a8d82696715ad7f" 2809dependencies = [ 2810 "anyhow", 2811 "az", 2812 "bincode", 2813 "bit-set", 2814 "bit-vec", 2815 "bytes", 2816 "capacity_builder", 2817 "cooked-waker", 2818 "deno_core_icudata", 2819 "deno_ops", 2820 "deno_unsync", 2821 "futures", 2822 "indexmap 2.7.1", 2823 "libc", 2824 "memoffset", 2825 "parking_lot", 2826 "percent-encoding", 2827 "pin-project", 2828 "serde", 2829 "serde_json", 2830 "serde_v8", 2831 "smallvec", 2832 "sourcemap 8.0.1", 2833 "static_assertions", 2834 "tokio", 2835 "url", 2836 "v8", 2837 "wasm_dep_analyzer", 2838] 2839 2840[[package]] 2841name = "deno_core_icudata" 2842version = "0.74.0" 2843source = "registry+https://github.com/rust-lang/crates.io-index" 2844checksum = "fe4dccb6147bb3f3ba0c7a48e993bfeb999d2c2e47a81badee80e2b370c8d695" 2845 2846[[package]] 2847name = "deno_cron" 2848version = "0.64.0" 2849dependencies = [ 2850 "anyhow", 2851 "async-trait", 2852 "chrono", 2853 "deno_core", 2854 "saffron", 2855 "thiserror 2.0.18", 2856 "tokio", 2857] 2858 2859[[package]] 2860name = "deno_crypto" 2861version = "0.198.0" 2862dependencies = [ 2863 "aes", 2864 "aes-gcm", 2865 "aes-kw", 2866 "base64 0.21.7", 2867 "cbc", 2868 "const-oid 0.9.6", 2869 "ctr", 2870 "curve25519-dalek", 2871 "deno_core", 2872 "deno_web", 2873 "ed448-goldilocks", 2874 "elliptic-curve", 2875 "num-traits", 2876 "once_cell", 2877 "p256", 2878 "p384", 2879 "p521", 2880 "rand 0.8.5", 2881 "ring", 2882 "rsa", 2883 "sec1", 2884 "serde", 2885 "serde_bytes", 2886 "sha1 0.10.6", 2887 "sha2", 2888 "signature", 2889 "spki", 2890 "thiserror 2.0.18", 2891 "tokio", 2892 "uuid", 2893 "x25519-dalek", 2894] 2895 2896[[package]] 2897name = "deno_doc" 2898version = "0.161.3" 2899source = "registry+https://github.com/rust-lang/crates.io-index" 2900checksum = "353a39c70d248af04600928cefc8066a9e4535fb6e7d7c518411e5efc822819f" 2901dependencies = [ 2902 "anyhow", 2903 "cfg-if 1.0.0", 2904 "comrak", 2905 "deno_ast", 2906 "deno_graph", 2907 "deno_path_util", 2908 "handlebars", 2909 "html-escape", 2910 "import_map", 2911 "indexmap 2.7.1", 2912 "itoa", 2913 "js-sys", 2914 "lazy_static", 2915 "percent-encoding", 2916 "regex", 2917 "serde", 2918 "serde-wasm-bindgen", 2919 "serde_json", 2920 "termcolor", 2921 "url", 2922 "wasm-bindgen", 2923] 2924 2925[[package]] 2926name = "deno_error" 2927version = "0.5.2" 2928source = "registry+https://github.com/rust-lang/crates.io-index" 2929checksum = "199c66ffd17ee1a948904d33f3d3f364573951c1f9fb3f859bfe7770bf33862a" 2930dependencies = [ 2931 "deno_error_macro", 2932 "libc", 2933 "serde", 2934 "serde_json", 2935 "url", 2936] 2937 2938[[package]] 2939name = "deno_error_macro" 2940version = "0.5.2" 2941source = "registry+https://github.com/rust-lang/crates.io-index" 2942checksum = "3cd99df6ae75443907e1f959fc42ec6dcea67a7bd083e76cf23a117102c9a2ce" 2943dependencies = [ 2944 "proc-macro2", 2945 "quote", 2946 "syn 2.0.91", 2947] 2948 2949[[package]] 2950name = "deno_fetch" 2951version = "0.208.0" 2952dependencies = [ 2953 "base64 0.21.7", 2954 "bytes", 2955 "data-url", 2956 "deno_core", 2957 "deno_path_util", 2958 "deno_permissions", 2959 "deno_tls", 2960 "dyn-clone", 2961 "error_reporter", 2962 "fast-socks5", 2963 "h2 0.4.6", 2964 "hickory-resolver", 2965 "http 1.1.0", 2966 "http-body-util", 2967 "hyper 1.4.1", 2968 "hyper-rustls", 2969 "hyper-util", 2970 "ipnet", 2971 "percent-encoding", 2972 "rustls-webpki 0.102.8", 2973 "serde", 2974 "serde_json", 2975 "thiserror 2.0.18", 2976 "tokio", 2977 "tokio-rustls", 2978 "tokio-socks", 2979 "tokio-util", 2980 "tower 0.5.2", 2981 "tower-http 0.6.2", 2982 "tower-service", 2983] 2984 2985[[package]] 2986name = "deno_ffi" 2987version = "0.171.0" 2988dependencies = [ 2989 "deno_core", 2990 "deno_permissions", 2991 "dlopen2 0.6.1", 2992 "dynasmrt", 2993 "libffi", 2994 "libffi-sys", 2995 "log", 2996 "num-bigint", 2997 "serde", 2998 "serde-value", 2999 "serde_json", 3000 "thiserror 2.0.18", 3001 "tokio", 3002 "winapi", 3003] 3004 3005[[package]] 3006name = "deno_fs" 3007version = "0.94.0" 3008dependencies = [ 3009 "async-trait", 3010 "base32", 3011 "boxed_error", 3012 "deno_core", 3013 "deno_io", 3014 "deno_path_util", 3015 "deno_permissions", 3016 "filetime", 3017 "junction", 3018 "libc", 3019 "nix 0.27.1", 3020 "rand 0.8.5", 3021 "rayon", 3022 "serde", 3023 "thiserror 2.0.18", 3024 "winapi", 3025 "windows-sys 0.59.0", 3026] 3027 3028[[package]] 3029name = "deno_graph" 3030version = "0.86.3" 3031source = "registry+https://github.com/rust-lang/crates.io-index" 3032checksum = "fc78ed0b4bbcb4197300f0d6e7d1edc2d2c5019cdb9dedba7ff229158441885b" 3033dependencies = [ 3034 "anyhow", 3035 "async-trait", 3036 "data-url", 3037 "deno_ast", 3038 "deno_semver", 3039 "deno_unsync", 3040 "encoding_rs", 3041 "futures", 3042 "import_map", 3043 "indexmap 2.7.1", 3044 "log", 3045 "monch", 3046 "once_cell", 3047 "parking_lot", 3048 "regex", 3049 "serde", 3050 "serde_json", 3051 "sha2", 3052 "thiserror 2.0.18", 3053 "twox-hash", 3054 "url", 3055 "wasm_dep_analyzer", 3056] 3057 3058[[package]] 3059name = "deno_http" 3060version = "0.182.0" 3061dependencies = [ 3062 "async-compression", 3063 "async-trait", 3064 "base64 0.21.7", 3065 "bencher", 3066 "brotli 6.0.0", 3067 "bytes", 3068 "cache_control", 3069 "deno_core", 3070 "deno_net", 3071 "deno_websocket", 3072 "flate2", 3073 "http 0.2.12", 3074 "http 1.1.0", 3075 "http-body-util", 3076 "httparse", 3077 "hyper 0.14.30", 3078 "hyper 1.4.1", 3079 "hyper-util", 3080 "itertools 0.10.5", 3081 "memmem", 3082 "mime", 3083 "once_cell", 3084 "percent-encoding", 3085 "phf", 3086 "pin-project", 3087 "rand 0.8.5", 3088 "ring", 3089 "scopeguard", 3090 "serde", 3091 "smallvec", 3092 "thiserror 2.0.18", 3093 "tokio", 3094 "tokio-util", 3095] 3096 3097[[package]] 3098name = "deno_io" 3099version = "0.94.0" 3100dependencies = [ 3101 "async-trait", 3102 "deno_core", 3103 "filetime", 3104 "fs3", 3105 "libc", 3106 "log", 3107 "once_cell", 3108 "os_pipe", 3109 "parking_lot", 3110 "pin-project", 3111 "rand 0.8.5", 3112 "tokio", 3113 "uuid", 3114 "winapi", 3115 "windows-sys 0.59.0", 3116] 3117 3118[[package]] 3119name = "deno_kv" 3120version = "0.92.0" 3121dependencies = [ 3122 "anyhow", 3123 "async-trait", 3124 "base64 0.21.7", 3125 "boxed_error", 3126 "bytes", 3127 "chrono", 3128 "deno_core", 3129 "deno_fetch", 3130 "deno_path_util", 3131 "deno_permissions", 3132 "deno_tls", 3133 "denokv_proto", 3134 "denokv_remote", 3135 "denokv_sqlite", 3136 "faster-hex", 3137 "http 1.1.0", 3138 "http-body-util", 3139 "log", 3140 "num-bigint", 3141 "prost", 3142 "prost-build", 3143 "rand 0.8.5", 3144 "rusqlite", 3145 "serde", 3146 "thiserror 2.0.18", 3147 "url", 3148] 3149 3150[[package]] 3151name = "deno_lint" 3152version = "0.68.2" 3153source = "registry+https://github.com/rust-lang/crates.io-index" 3154checksum = "ce713d564f76efd90535061113210bdc6b942ed6327b33eb1d5f76a5daf8e7a5" 3155dependencies = [ 3156 "anyhow", 3157 "deno_ast", 3158 "derive_more 0.99.18", 3159 "if_chain", 3160 "log", 3161 "once_cell", 3162 "phf", 3163 "regex", 3164 "serde", 3165 "serde_json", 3166] 3167 3168[[package]] 3169name = "deno_lockfile" 3170version = "0.23.2" 3171source = "registry+https://github.com/rust-lang/crates.io-index" 3172checksum = "559c19feb00af0c34f0bd4a20e56e12463fafd5c5069d6005f3ce33008027eea" 3173dependencies = [ 3174 "deno_semver", 3175 "serde", 3176 "serde_json", 3177 "thiserror 2.0.18", 3178] 3179 3180[[package]] 3181name = "deno_media_type" 3182version = "0.2.2" 3183source = "registry+https://github.com/rust-lang/crates.io-index" 3184checksum = "eaa135b8a9febc9a51c16258e294e268a1276750780d69e46edb31cced2826e4" 3185dependencies = [ 3186 "data-url", 3187 "serde", 3188 "url", 3189] 3190 3191[[package]] 3192name = "deno_napi" 3193version = "0.115.0" 3194dependencies = [ 3195 "deno_core", 3196 "deno_permissions", 3197 "libc", 3198 "libloading 0.7.4", 3199 "libuv-sys-lite", 3200 "log", 3201 "napi_sym", 3202 "thiserror 2.0.18", 3203 "windows-sys 0.59.0", 3204] 3205 3206[[package]] 3207name = "deno_native_certs" 3208version = "0.3.1" 3209source = "registry+https://github.com/rust-lang/crates.io-index" 3210checksum = "86bc737e098a45aa5742d51ce694ac7236a1e69fb0d9df8c862e9b4c9583c5f9" 3211dependencies = [ 3212 "dlopen2 0.7.0", 3213 "dlopen2_derive", 3214 "once_cell", 3215 "rustls-native-certs 0.7.3", 3216 "rustls-pemfile", 3217] 3218 3219[[package]] 3220name = "deno_net" 3221version = "0.176.0" 3222dependencies = [ 3223 "deno_core", 3224 "deno_permissions", 3225 "deno_tls", 3226 "hickory-proto", 3227 "hickory-resolver", 3228 "pin-project", 3229 "rustls-tokio-stream", 3230 "serde", 3231 "socket2 0.5.7", 3232 "thiserror 2.0.18", 3233 "tokio", 3234] 3235 3236[[package]] 3237name = "deno_node" 3238version = "0.122.0" 3239dependencies = [ 3240 "aead-gcm-stream", 3241 "aes", 3242 "async-trait", 3243 "base64 0.21.7", 3244 "blake2", 3245 "boxed_error", 3246 "brotli 6.0.0", 3247 "bytes", 3248 "cbc", 3249 "const-oid 0.9.6", 3250 "data-encoding", 3251 "deno_core", 3252 "deno_fetch", 3253 "deno_fs", 3254 "deno_io", 3255 "deno_media_type", 3256 "deno_net", 3257 "deno_package_json", 3258 "deno_path_util", 3259 "deno_permissions", 3260 "deno_whoami", 3261 "der", 3262 "digest 0.10.7", 3263 "dsa", 3264 "ecb", 3265 "ecdsa", 3266 "ed25519-dalek", 3267 "elliptic-curve", 3268 "errno 0.2.8", 3269 "faster-hex", 3270 "h2 0.4.6", 3271 "hkdf", 3272 "home", 3273 "http 1.1.0", 3274 "http-body-util", 3275 "hyper 1.4.1", 3276 "hyper-util", 3277 "idna", 3278 "indexmap 2.7.1", 3279 "ipnetwork", 3280 "k256", 3281 "lazy-regex", 3282 "libc", 3283 "libz-sys", 3284 "md-5", 3285 "md4", 3286 "memchr", 3287 "node_resolver", 3288 "num-bigint", 3289 "num-bigint-dig", 3290 "num-integer", 3291 "num-traits", 3292 "once_cell", 3293 "p224", 3294 "p256", 3295 "p384", 3296 "path-clean", 3297 "pbkdf2", 3298 "pin-project-lite", 3299 "pkcs8", 3300 "rand 0.8.5", 3301 "regex", 3302 "ring", 3303 "ripemd", 3304 "rsa", 3305 "scrypt", 3306 "sec1", 3307 "serde", 3308 "sha1 0.10.6", 3309 "sha2", 3310 "sha3", 3311 "signature", 3312 "simd-json", 3313 "sm3", 3314 "spki", 3315 "stable_deref_trait", 3316 "thiserror 2.0.18", 3317 "tokio", 3318 "tokio-eld", 3319 "url", 3320 "webpki-root-certs", 3321 "winapi", 3322 "windows-sys 0.59.0", 3323 "x25519-dalek", 3324 "x509-parser", 3325 "yoke", 3326] 3327 3328[[package]] 3329name = "deno_npm" 3330version = "0.26.0" 3331source = "registry+https://github.com/rust-lang/crates.io-index" 3332checksum = "f2f125a5dba7839c46394a0a9c835da9fe60f5f412587ab4956a76492a1cc6a8" 3333dependencies = [ 3334 "anyhow", 3335 "async-trait", 3336 "deno_lockfile", 3337 "deno_semver", 3338 "futures", 3339 "log", 3340 "monch", 3341 "serde", 3342 "serde_json", 3343 "thiserror 2.0.18", 3344 "url", 3345] 3346 3347[[package]] 3348name = "deno_npm_cache" 3349version = "0.3.0" 3350dependencies = [ 3351 "anyhow", 3352 "async-trait", 3353 "base64 0.21.7", 3354 "boxed_error", 3355 "deno_cache_dir", 3356 "deno_core", 3357 "deno_npm", 3358 "deno_semver", 3359 "deno_unsync", 3360 "faster-hex", 3361 "flate2", 3362 "futures", 3363 "http 1.1.0", 3364 "log", 3365 "parking_lot", 3366 "percent-encoding", 3367 "rand 0.8.5", 3368 "ring", 3369 "serde_json", 3370 "tar", 3371 "tempfile", 3372 "thiserror 2.0.18", 3373 "url", 3374] 3375 3376[[package]] 3377name = "deno_ops" 3378version = "0.202.0" 3379source = "registry+https://github.com/rust-lang/crates.io-index" 3380checksum = "4dd8ac1af251e292388e516dd339b9a3b982a6d1e7f8644c08e34671ca39003c" 3381dependencies = [ 3382 "proc-macro-rules", 3383 "proc-macro2", 3384 "quote", 3385 "stringcase", 3386 "strum 0.25.0", 3387 "strum_macros 0.25.3", 3388 "syn 2.0.91", 3389 "thiserror 1.0.63", 3390] 3391 3392[[package]] 3393name = "deno_package_json" 3394version = "0.2.1" 3395source = "registry+https://github.com/rust-lang/crates.io-index" 3396checksum = "80b0a3d81c592624a1ae15332a04b4dc2b7c163ef1dfc7c60171f736d1babdf5" 3397dependencies = [ 3398 "deno_error", 3399 "deno_path_util", 3400 "deno_semver", 3401 "indexmap 2.7.1", 3402 "serde", 3403 "serde_json", 3404 "thiserror 2.0.18", 3405 "url", 3406] 3407 3408[[package]] 3409name = "deno_path_util" 3410version = "0.2.2" 3411source = "registry+https://github.com/rust-lang/crates.io-index" 3412checksum = "b02c7d341e1b2cf089daff0f4fb2b4be8f3b5511b1d96040b3f7ed63a66c737b" 3413dependencies = [ 3414 "deno_error", 3415 "percent-encoding", 3416 "thiserror 2.0.18", 3417 "url", 3418] 3419 3420[[package]] 3421name = "deno_permissions" 3422version = "0.43.0" 3423dependencies = [ 3424 "capacity_builder", 3425 "deno_core", 3426 "deno_path_util", 3427 "deno_terminal", 3428 "fqdn", 3429 "libc", 3430 "log", 3431 "once_cell", 3432 "percent-encoding", 3433 "serde", 3434 "thiserror 2.0.18", 3435 "which 4.4.2", 3436 "winapi", 3437] 3438 3439[[package]] 3440name = "deno_rb" 3441version = "0.1.0" 3442dependencies = [ 3443 "deno_core", 3444 "prost", 3445 "serde", 3446 "tonic", 3447 "tonic-build", 3448 "tonic-reflection", 3449 "tonic-web", 3450] 3451 3452[[package]] 3453name = "deno_resolver" 3454version = "0.15.0" 3455dependencies = [ 3456 "anyhow", 3457 "base32", 3458 "boxed_error", 3459 "dashmap", 3460 "deno_config", 3461 "deno_media_type", 3462 "deno_package_json", 3463 "deno_path_util", 3464 "deno_semver", 3465 "node_resolver", 3466 "test_server", 3467 "thiserror 2.0.18", 3468 "url", 3469] 3470 3471[[package]] 3472name = "deno_runtime" 3473version = "0.192.0" 3474dependencies = [ 3475 "color-print", 3476 "deno_ast", 3477 "deno_broadcast_channel", 3478 "deno_cache", 3479 "deno_canvas", 3480 "deno_console", 3481 "deno_core", 3482 "deno_cron", 3483 "deno_crypto", 3484 "deno_fetch", 3485 "deno_ffi", 3486 "deno_fs", 3487 "deno_http", 3488 "deno_io", 3489 "deno_kv", 3490 "deno_napi", 3491 "deno_net", 3492 "deno_node", 3493 "deno_path_util", 3494 "deno_permissions", 3495 "deno_rb", 3496 "deno_telemetry", 3497 "deno_terminal", 3498 "deno_tls", 3499 "deno_url", 3500 "deno_web", 3501 "deno_webgpu", 3502 "deno_webidl", 3503 "deno_websocket", 3504 "deno_webstorage", 3505 "dlopen2 0.6.1", 3506 "encoding_rs", 3507 "fastwebsockets", 3508 "flate2", 3509 "http 1.1.0", 3510 "http-body-util", 3511 "hyper 0.14.30", 3512 "hyper 1.4.1", 3513 "hyper-util", 3514 "libc", 3515 "log", 3516 "netif", 3517 "nix 0.27.1", 3518 "node_resolver", 3519 "notify 6.1.1", 3520 "ntapi", 3521 "once_cell", 3522 "percent-encoding", 3523 "regex", 3524 "rustyline", 3525 "same-file", 3526 "serde", 3527 "signal-hook", 3528 "signal-hook-registry", 3529 "tempfile", 3530 "test_server", 3531 "thiserror 2.0.18", 3532 "tokio", 3533 "tokio-metrics", 3534 "twox-hash", 3535 "uuid", 3536 "which 4.4.2", 3537 "winapi", 3538 "windows-sys 0.59.0", 3539] 3540 3541[[package]] 3542name = "deno_semver" 3543version = "0.6.1" 3544source = "registry+https://github.com/rust-lang/crates.io-index" 3545checksum = "7d1259270d66a5e6d29bb75c9289656541874f79ae9ff6c9f1c790846d5c07ba" 3546dependencies = [ 3547 "deno_error", 3548 "monch", 3549 "once_cell", 3550 "serde", 3551 "thiserror 2.0.18", 3552 "url", 3553] 3554 3555[[package]] 3556name = "deno_task_shell" 3557version = "0.20.2" 3558source = "registry+https://github.com/rust-lang/crates.io-index" 3559checksum = "fa3763bc068e17b6d488fb73ecda463c13ef792b0a5288b6018bc2119becd635" 3560dependencies = [ 3561 "anyhow", 3562 "futures", 3563 "glob", 3564 "monch", 3565 "nix 0.27.1", 3566 "os_pipe", 3567 "path-dedot", 3568 "thiserror 1.0.63", 3569 "tokio", 3570 "windows-sys 0.59.0", 3571] 3572 3573[[package]] 3574name = "deno_telemetry" 3575version = "0.6.0" 3576dependencies = [ 3577 "async-trait", 3578 "deno_core", 3579 "http-body-util", 3580 "hyper 1.4.1", 3581 "hyper-util", 3582 "log", 3583 "once_cell", 3584 "opentelemetry", 3585 "opentelemetry-http", 3586 "opentelemetry-otlp", 3587 "opentelemetry-semantic-conventions", 3588 "opentelemetry_sdk", 3589 "pin-project", 3590 "serde", 3591 "tokio", 3592] 3593 3594[[package]] 3595name = "deno_terminal" 3596version = "0.2.0" 3597source = "registry+https://github.com/rust-lang/crates.io-index" 3598checksum = "daef12499e89ee99e51ad6000a91f600d3937fb028ad4918af76810c5bc9e0d5" 3599dependencies = [ 3600 "once_cell", 3601 "termcolor", 3602] 3603 3604[[package]] 3605name = "deno_tls" 3606version = "0.171.0" 3607dependencies = [ 3608 "deno_core", 3609 "deno_native_certs", 3610 "rustls 0.23.13", 3611 "rustls-pemfile", 3612 "rustls-tokio-stream", 3613 "rustls-webpki 0.102.8", 3614 "serde", 3615 "thiserror 2.0.18", 3616 "tokio", 3617 "webpki-roots 0.26.3", 3618] 3619 3620[[package]] 3621name = "deno_tower_lsp" 3622version = "0.1.0" 3623source = "registry+https://github.com/rust-lang/crates.io-index" 3624checksum = "d7afb4d257c084fd889e8cf1ba3ad58db0002428c819cc7717815f996f97777a" 3625dependencies = [ 3626 "async-trait", 3627 "auto_impl", 3628 "bytes", 3629 "dashmap", 3630 "deno-tower-lsp-macros", 3631 "futures", 3632 "httparse", 3633 "lsp-types", 3634 "memchr", 3635 "serde", 3636 "serde_json", 3637 "tokio", 3638 "tokio-util", 3639 "tower 0.4.13", 3640 "tracing", 3641] 3642 3643[[package]] 3644name = "deno_unsync" 3645version = "0.4.2" 3646source = "registry+https://github.com/rust-lang/crates.io-index" 3647checksum = "d774fd83f26b24f0805a6ab8b26834a0d06ceac0db517b769b1e4633c96a2057" 3648dependencies = [ 3649 "futures", 3650 "parking_lot", 3651 "tokio", 3652] 3653 3654[[package]] 3655name = "deno_url" 3656version = "0.184.0" 3657dependencies = [ 3658 "deno_bench_util", 3659 "deno_console", 3660 "deno_core", 3661 "deno_webidl", 3662 "thiserror 2.0.18", 3663 "urlpattern", 3664] 3665 3666[[package]] 3667name = "deno_web" 3668version = "0.215.0" 3669dependencies = [ 3670 "async-trait", 3671 "base64-simd 0.8.0", 3672 "bytes", 3673 "deno_bench_util", 3674 "deno_console", 3675 "deno_core", 3676 "deno_permissions", 3677 "deno_url", 3678 "deno_webidl", 3679 "encoding_rs", 3680 "flate2", 3681 "futures", 3682 "serde", 3683 "thiserror 2.0.18", 3684 "tokio", 3685 "uuid", 3686] 3687 3688[[package]] 3689name = "deno_webgpu" 3690version = "0.151.0" 3691dependencies = [ 3692 "deno_core", 3693 "raw-window-handle", 3694 "serde", 3695 "thiserror 2.0.18", 3696 "tokio", 3697 "wgpu-core", 3698 "wgpu-types", 3699] 3700 3701[[package]] 3702name = "deno_webidl" 3703version = "0.184.0" 3704dependencies = [ 3705 "deno_bench_util", 3706 "deno_core", 3707] 3708 3709[[package]] 3710name = "deno_websocket" 3711version = "0.189.0" 3712dependencies = [ 3713 "bytes", 3714 "deno_core", 3715 "deno_net", 3716 "deno_permissions", 3717 "deno_tls", 3718 "fastwebsockets", 3719 "h2 0.4.6", 3720 "http 1.1.0", 3721 "http-body-util", 3722 "hyper 1.4.1", 3723 "hyper-util", 3724 "once_cell", 3725 "rustls-tokio-stream", 3726 "serde", 3727 "thiserror 2.0.18", 3728 "tokio", 3729] 3730 3731[[package]] 3732name = "deno_webstorage" 3733version = "0.179.0" 3734dependencies = [ 3735 "deno_core", 3736 "deno_web", 3737 "rusqlite", 3738 "thiserror 2.0.18", 3739] 3740 3741[[package]] 3742name = "deno_whoami" 3743version = "0.1.0" 3744source = "registry+https://github.com/rust-lang/crates.io-index" 3745checksum = "e75e4caa92b98a27f09c671d1399aee0f5970aa491b9a598523aac000a2192e3" 3746dependencies = [ 3747 "libc", 3748 "whoami", 3749] 3750 3751[[package]] 3752name = "denokv_proto" 3753version = "0.8.4" 3754source = "registry+https://github.com/rust-lang/crates.io-index" 3755checksum = "f7ba1f99ed11a9c11e868a8521b1f71a7e1aba785d7f42ea9ecbdc01146c89ec" 3756dependencies = [ 3757 "anyhow", 3758 "async-trait", 3759 "chrono", 3760 "futures", 3761 "num-bigint", 3762 "prost", 3763 "serde", 3764 "uuid", 3765] 3766 3767[[package]] 3768name = "denokv_remote" 3769version = "0.8.4" 3770source = "registry+https://github.com/rust-lang/crates.io-index" 3771checksum = "08ed833073189e8f6d03155fe3b05a024e75e29d8a28a4c2e9ec3b5c925e727b" 3772dependencies = [ 3773 "anyhow", 3774 "async-stream 0.3.6", 3775 "async-trait", 3776 "bytes", 3777 "chrono", 3778 "denokv_proto", 3779 "futures", 3780 "http 1.1.0", 3781 "log", 3782 "prost", 3783 "rand 0.8.5", 3784 "serde", 3785 "serde_json", 3786 "tokio", 3787 "tokio-util", 3788 "url", 3789 "uuid", 3790] 3791 3792[[package]] 3793name = "denokv_sqlite" 3794version = "0.8.4" 3795source = "registry+https://github.com/rust-lang/crates.io-index" 3796checksum = "9b790f01d1302d53a0c3cbd27de88a06b3abd64ec8ab8673924e490541c7c713" 3797dependencies = [ 3798 "anyhow", 3799 "async-stream 0.3.6", 3800 "async-trait", 3801 "chrono", 3802 "denokv_proto", 3803 "futures", 3804 "hex", 3805 "log", 3806 "num-bigint", 3807 "rand 0.8.5", 3808 "rusqlite", 3809 "serde_json", 3810 "thiserror 1.0.63", 3811 "tokio", 3812 "tokio-stream", 3813 "uuid", 3814 "v8_valueserializer", 3815] 3816 3817[[package]] 3818name = "der" 3819version = "0.7.9" 3820source = "registry+https://github.com/rust-lang/crates.io-index" 3821checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 3822dependencies = [ 3823 "const-oid 0.9.6", 3824 "der_derive", 3825 "pem-rfc7468", 3826 "zeroize", 3827] 3828 3829[[package]] 3830name = "der-parser" 3831version = "8.2.0" 3832source = "registry+https://github.com/rust-lang/crates.io-index" 3833checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" 3834dependencies = [ 3835 "asn1-rs", 3836 "displaydoc", 3837 "nom 7.1.3", 3838 "num-bigint", 3839 "num-traits", 3840 "rusticata-macros", 3841] 3842 3843[[package]] 3844name = "der_derive" 3845version = "0.7.3" 3846source = "registry+https://github.com/rust-lang/crates.io-index" 3847checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18" 3848dependencies = [ 3849 "proc-macro2", 3850 "quote", 3851 "syn 2.0.91", 3852] 3853 3854[[package]] 3855name = "deranged" 3856version = "0.3.11" 3857source = "registry+https://github.com/rust-lang/crates.io-index" 3858checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 3859dependencies = [ 3860 "powerfmt", 3861 "serde", 3862] 3863 3864[[package]] 3865name = "derive_arbitrary" 3866version = "1.4.1" 3867source = "registry+https://github.com/rust-lang/crates.io-index" 3868checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" 3869dependencies = [ 3870 "proc-macro2", 3871 "quote", 3872 "syn 2.0.91", 3873] 3874 3875[[package]] 3876name = "derive_builder" 3877version = "0.20.2" 3878source = "registry+https://github.com/rust-lang/crates.io-index" 3879checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" 3880dependencies = [ 3881 "derive_builder_macro", 3882] 3883 3884[[package]] 3885name = "derive_builder_core" 3886version = "0.20.2" 3887source = "registry+https://github.com/rust-lang/crates.io-index" 3888checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" 3889dependencies = [ 3890 "darling 0.20.10", 3891 "proc-macro2", 3892 "quote", 3893 "syn 2.0.91", 3894] 3895 3896[[package]] 3897name = "derive_builder_macro" 3898version = "0.20.2" 3899source = "registry+https://github.com/rust-lang/crates.io-index" 3900checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 3901dependencies = [ 3902 "derive_builder_core", 3903 "syn 2.0.91", 3904] 3905 3906[[package]] 3907name = "derive_more" 3908version = "0.99.18" 3909source = "registry+https://github.com/rust-lang/crates.io-index" 3910checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 3911dependencies = [ 3912 "convert_case 0.4.0", 3913 "proc-macro2", 3914 "quote", 3915 "rustc_version 0.4.1", 3916 "syn 2.0.91", 3917] 3918 3919[[package]] 3920name = "derive_more" 3921version = "1.0.0" 3922source = "registry+https://github.com/rust-lang/crates.io-index" 3923checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 3924dependencies = [ 3925 "derive_more-impl 1.0.0", 3926] 3927 3928[[package]] 3929name = "derive_more" 3930version = "2.1.1" 3931source = "registry+https://github.com/rust-lang/crates.io-index" 3932checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 3933dependencies = [ 3934 "derive_more-impl 2.1.1", 3935] 3936 3937[[package]] 3938name = "derive_more-impl" 3939version = "1.0.0" 3940source = "registry+https://github.com/rust-lang/crates.io-index" 3941checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 3942dependencies = [ 3943 "proc-macro2", 3944 "quote", 3945 "syn 2.0.91", 3946 "unicode-xid", 3947] 3948 3949[[package]] 3950name = "derive_more-impl" 3951version = "2.1.1" 3952source = "registry+https://github.com/rust-lang/crates.io-index" 3953checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 3954dependencies = [ 3955 "convert_case 0.10.0", 3956 "proc-macro2", 3957 "quote", 3958 "rustc_version 0.4.1", 3959 "syn 2.0.91", 3960 "unicode-xid", 3961] 3962 3963[[package]] 3964name = "deunicode" 3965version = "1.6.0" 3966source = "registry+https://github.com/rust-lang/crates.io-index" 3967checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" 3968 3969[[package]] 3970name = "dhat" 3971version = "0.3.3" 3972source = "registry+https://github.com/rust-lang/crates.io-index" 3973checksum = "98cd11d84628e233de0ce467de10b8633f4ddaecafadefc86e13b84b8739b827" 3974dependencies = [ 3975 "backtrace", 3976 "lazy_static", 3977 "mintex", 3978 "parking_lot", 3979 "rustc-hash 1.1.0", 3980 "serde", 3981 "serde_json", 3982 "thousands", 3983] 3984 3985[[package]] 3986name = "diff" 3987version = "0.1.13" 3988source = "registry+https://github.com/rust-lang/crates.io-index" 3989checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 3990 3991[[package]] 3992name = "digest" 3993version = "0.10.7" 3994source = "registry+https://github.com/rust-lang/crates.io-index" 3995checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 3996dependencies = [ 3997 "block-buffer 0.10.4", 3998 "const-oid 0.9.6", 3999 "crypto-common 0.1.6", 4000 "subtle", 4001] 4002 4003[[package]] 4004name = "digest" 4005version = "0.11.2" 4006source = "registry+https://github.com/rust-lang/crates.io-index" 4007checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c" 4008dependencies = [ 4009 "block-buffer 0.12.0", 4010 "const-oid 0.10.2", 4011 "crypto-common 0.2.1", 4012] 4013 4014[[package]] 4015name = "dirs" 4016version = "5.0.1" 4017source = "registry+https://github.com/rust-lang/crates.io-index" 4018checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 4019dependencies = [ 4020 "dirs-sys 0.4.1", 4021] 4022 4023[[package]] 4024name = "dirs" 4025version = "6.0.0" 4026source = "registry+https://github.com/rust-lang/crates.io-index" 4027checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 4028dependencies = [ 4029 "dirs-sys 0.5.0", 4030] 4031 4032[[package]] 4033name = "dirs-sys" 4034version = "0.4.1" 4035source = "registry+https://github.com/rust-lang/crates.io-index" 4036checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 4037dependencies = [ 4038 "libc", 4039 "option-ext", 4040 "redox_users 0.4.6", 4041 "windows-sys 0.48.0", 4042] 4043 4044[[package]] 4045name = "dirs-sys" 4046version = "0.5.0" 4047source = "registry+https://github.com/rust-lang/crates.io-index" 4048checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 4049dependencies = [ 4050 "libc", 4051 "option-ext", 4052 "redox_users 0.5.0", 4053 "windows-sys 0.61.2", 4054] 4055 4056[[package]] 4057name = "displaydoc" 4058version = "0.2.5" 4059source = "registry+https://github.com/rust-lang/crates.io-index" 4060checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 4061dependencies = [ 4062 "proc-macro2", 4063 "quote", 4064 "syn 2.0.91", 4065] 4066 4067[[package]] 4068name = "dissimilar" 4069version = "1.0.4" 4070source = "registry+https://github.com/rust-lang/crates.io-index" 4071checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5" 4072 4073[[package]] 4074name = "dlopen2" 4075version = "0.6.1" 4076source = "registry+https://github.com/rust-lang/crates.io-index" 4077checksum = "6bc2c7ed06fd72a8513ded8d0d2f6fd2655a85d6885c48cae8625d80faf28c03" 4078dependencies = [ 4079 "dlopen2_derive", 4080 "libc", 4081 "once_cell", 4082 "winapi", 4083] 4084 4085[[package]] 4086name = "dlopen2" 4087version = "0.7.0" 4088source = "registry+https://github.com/rust-lang/crates.io-index" 4089checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6" 4090dependencies = [ 4091 "dlopen2_derive", 4092 "libc", 4093 "once_cell", 4094 "winapi", 4095] 4096 4097[[package]] 4098name = "dlopen2_derive" 4099version = "0.4.0" 4100source = "registry+https://github.com/rust-lang/crates.io-index" 4101checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54" 4102dependencies = [ 4103 "proc-macro2", 4104 "quote", 4105 "syn 2.0.91", 4106] 4107 4108[[package]] 4109name = "dns-parser" 4110version = "0.8.0" 4111source = "registry+https://github.com/rust-lang/crates.io-index" 4112checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea" 4113dependencies = [ 4114 "byteorder", 4115 "quick-error 1.2.3", 4116] 4117 4118[[package]] 4119name = "document-features" 4120version = "0.2.10" 4121source = "registry+https://github.com/rust-lang/crates.io-index" 4122checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0" 4123dependencies = [ 4124 "litrs", 4125] 4126 4127[[package]] 4128name = "dotenvy" 4129version = "0.15.7" 4130source = "registry+https://github.com/rust-lang/crates.io-index" 4131checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 4132 4133[[package]] 4134name = "dprint-core" 4135version = "0.66.2" 4136source = "registry+https://github.com/rust-lang/crates.io-index" 4137checksum = "f3ab0dd2bedc109d25f0d21afb09b7d329f6c6fa83b095daf31d2d967e091548" 4138dependencies = [ 4139 "anyhow", 4140 "bumpalo", 4141 "hashbrown 0.14.5", 4142 "indexmap 2.7.1", 4143 "rustc-hash 1.1.0", 4144 "serde", 4145 "unicode-width", 4146] 4147 4148[[package]] 4149name = "dprint-core-macros" 4150version = "0.1.0" 4151source = "registry+https://github.com/rust-lang/crates.io-index" 4152checksum = "1675ad2b358481f3cc46202040d64ac7a36c4ade414a696df32e0e45421a6e9f" 4153dependencies = [ 4154 "quote", 4155 "syn 1.0.109", 4156] 4157 4158[[package]] 4159name = "dprint-plugin-json" 4160version = "0.19.4" 4161source = "registry+https://github.com/rust-lang/crates.io-index" 4162checksum = "57f91e594559b450b7c5d6a0ba9f3f9fe951c1ea371168f7c95973da3fdbd85a" 4163dependencies = [ 4164 "anyhow", 4165 "dprint-core", 4166 "dprint-core-macros", 4167 "jsonc-parser", 4168 "serde", 4169 "text_lines", 4170] 4171 4172[[package]] 4173name = "dprint-plugin-jupyter" 4174version = "0.1.5" 4175source = "registry+https://github.com/rust-lang/crates.io-index" 4176checksum = "d0d20684e37b3824e2bc917cfcb14e2cdf88398eef507335d839cbd78172bfee" 4177dependencies = [ 4178 "anyhow", 4179 "dprint-core", 4180 "jsonc-parser", 4181 "serde", 4182 "serde_json", 4183] 4184 4185[[package]] 4186name = "dprint-plugin-markdown" 4187version = "0.17.8" 4188source = "registry+https://github.com/rust-lang/crates.io-index" 4189checksum = "934a8e33f6f373b2fb66c288a468e3dae9a56a6c66bfecd5504fe566131afd3f" 4190dependencies = [ 4191 "anyhow", 4192 "dprint-core", 4193 "dprint-core-macros", 4194 "pulldown-cmark", 4195 "regex", 4196 "serde", 4197 "unicode-width", 4198] 4199 4200[[package]] 4201name = "dprint-plugin-typescript" 4202version = "0.93.3" 4203source = "registry+https://github.com/rust-lang/crates.io-index" 4204checksum = "5804d1809f6191a9261f423c41cd51a50e49567d61caa5a8f6224eea94ae0d12" 4205dependencies = [ 4206 "anyhow", 4207 "deno_ast", 4208 "dprint-core", 4209 "dprint-core-macros", 4210 "percent-encoding", 4211 "rustc-hash 1.1.0", 4212 "serde", 4213] 4214 4215[[package]] 4216name = "dprint-swc-ext" 4217version = "0.20.0" 4218source = "registry+https://github.com/rust-lang/crates.io-index" 4219checksum = "0ba28c12892aadb751c2ba7001d8460faee4748a04b4edc51c7121cc67ee03db" 4220dependencies = [ 4221 "allocator-api2", 4222 "bumpalo", 4223 "num-bigint", 4224 "rustc-hash 1.1.0", 4225 "swc_atoms", 4226 "swc_common", 4227 "swc_ecma_ast", 4228 "swc_ecma_parser", 4229 "text_lines", 4230] 4231 4232[[package]] 4233name = "dsa" 4234version = "0.6.3" 4235source = "registry+https://github.com/rust-lang/crates.io-index" 4236checksum = "48bc224a9084ad760195584ce5abb3c2c34a225fa312a128ad245a6b412b7689" 4237dependencies = [ 4238 "digest 0.10.7", 4239 "num-bigint-dig", 4240 "num-traits", 4241 "pkcs8", 4242 "rfc6979", 4243 "sha2", 4244 "signature", 4245 "zeroize", 4246] 4247 4248[[package]] 4249name = "dyn-clone" 4250version = "1.0.17" 4251source = "registry+https://github.com/rust-lang/crates.io-index" 4252checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 4253 4254[[package]] 4255name = "dynasm" 4256version = "1.2.3" 4257source = "registry+https://github.com/rust-lang/crates.io-index" 4258checksum = "add9a102807b524ec050363f09e06f1504214b0e1c7797f64261c891022dce8b" 4259dependencies = [ 4260 "bitflags 1.3.2", 4261 "byteorder", 4262 "lazy_static", 4263 "proc-macro-error", 4264 "proc-macro2", 4265 "quote", 4266 "syn 1.0.109", 4267] 4268 4269[[package]] 4270name = "dynasmrt" 4271version = "1.2.3" 4272source = "registry+https://github.com/rust-lang/crates.io-index" 4273checksum = "64fba5a42bd76a17cad4bfa00de168ee1cbfa06a5e8ce992ae880218c05641a9" 4274dependencies = [ 4275 "byteorder", 4276 "dynasm", 4277 "memmap2", 4278] 4279 4280[[package]] 4281name = "ebml-iterable" 4282version = "0.6.3" 4283source = "registry+https://github.com/rust-lang/crates.io-index" 4284checksum = "7b5173ac3752f08b526a6991509615e1a345b221ec3c58c7633433e8c9582312" 4285dependencies = [ 4286 "ebml-iterable-specification", 4287 "ebml-iterable-specification-derive", 4288 "futures", 4289] 4290 4291[[package]] 4292name = "ebml-iterable-specification" 4293version = "0.4.0" 4294source = "registry+https://github.com/rust-lang/crates.io-index" 4295checksum = "f56467af159a98735d44231f53eaa505e919e6003266f103b99649a93f106784" 4296 4297[[package]] 4298name = "ebml-iterable-specification-derive" 4299version = "0.4.0" 4300source = "registry+https://github.com/rust-lang/crates.io-index" 4301checksum = "b066b81018300fdce40f71c4db355a102699324af96fad28f25ab1b5f87de066" 4302dependencies = [ 4303 "ebml-iterable-specification", 4304 "proc-macro2", 4305 "quote", 4306 "syn 1.0.109", 4307] 4308 4309[[package]] 4310name = "ecb" 4311version = "0.1.2" 4312source = "registry+https://github.com/rust-lang/crates.io-index" 4313checksum = "1a8bfa975b1aec2145850fcaa1c6fe269a16578c44705a532ae3edc92b8881c7" 4314dependencies = [ 4315 "cipher", 4316] 4317 4318[[package]] 4319name = "ecdsa" 4320version = "0.16.9" 4321source = "registry+https://github.com/rust-lang/crates.io-index" 4322checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 4323dependencies = [ 4324 "der", 4325 "digest 0.10.7", 4326 "elliptic-curve", 4327 "rfc6979", 4328 "signature", 4329 "spki", 4330] 4331 4332[[package]] 4333name = "ed25519" 4334version = "2.2.3" 4335source = "registry+https://github.com/rust-lang/crates.io-index" 4336checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 4337dependencies = [ 4338 "pkcs8", 4339 "signature", 4340] 4341 4342[[package]] 4343name = "ed25519-dalek" 4344version = "2.1.1" 4345source = "registry+https://github.com/rust-lang/crates.io-index" 4346checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" 4347dependencies = [ 4348 "curve25519-dalek", 4349 "ed25519", 4350 "rand_core 0.6.4", 4351 "serde", 4352 "sha2", 4353 "signature", 4354 "subtle", 4355 "zeroize", 4356] 4357 4358[[package]] 4359name = "ed448-goldilocks" 4360version = "0.8.3" 4361source = "registry+https://github.com/rust-lang/crates.io-index" 4362checksum = "06924531e9e90130842b012e447f85bdaf9161bc8a0f8092be8cb70b01ebe092" 4363dependencies = [ 4364 "fiat-crypto 0.1.20", 4365 "hex", 4366 "subtle", 4367 "zeroize", 4368] 4369 4370[[package]] 4371name = "editpe" 4372version = "0.1.0" 4373source = "registry+https://github.com/rust-lang/crates.io-index" 4374checksum = "48cede2bb1b07dd598d269f973792c43e0cd92686d3b452bd6e01d7a8eb01211" 4375dependencies = [ 4376 "debug-ignore", 4377 "indexmap 2.7.1", 4378 "log", 4379 "thiserror 1.0.63", 4380 "zerocopy 0.7.35", 4381] 4382 4383[[package]] 4384name = "either" 4385version = "1.13.0" 4386source = "registry+https://github.com/rust-lang/crates.io-index" 4387checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 4388dependencies = [ 4389 "serde", 4390] 4391 4392[[package]] 4393name = "elliptic-curve" 4394version = "0.13.8" 4395source = "registry+https://github.com/rust-lang/crates.io-index" 4396checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 4397dependencies = [ 4398 "base16ct", 4399 "base64ct", 4400 "crypto-bigint", 4401 "digest 0.10.7", 4402 "ff", 4403 "generic-array", 4404 "group", 4405 "hkdf", 4406 "pem-rfc7468", 4407 "pkcs8", 4408 "rand_core 0.6.4", 4409 "sec1", 4410 "serde_json", 4411 "serdect", 4412 "subtle", 4413 "zeroize", 4414] 4415 4416[[package]] 4417name = "encoding_rs" 4418version = "0.8.33" 4419source = "registry+https://github.com/rust-lang/crates.io-index" 4420checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 4421dependencies = [ 4422 "cfg-if 1.0.0", 4423] 4424 4425[[package]] 4426name = "endi" 4427version = "1.1.0" 4428source = "registry+https://github.com/rust-lang/crates.io-index" 4429checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 4430 4431[[package]] 4432name = "endian-type" 4433version = "0.1.2" 4434source = "registry+https://github.com/rust-lang/crates.io-index" 4435checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 4436 4437[[package]] 4438name = "entities" 4439version = "1.0.1" 4440source = "registry+https://github.com/rust-lang/crates.io-index" 4441checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" 4442 4443[[package]] 4444name = "enum-as-inner" 4445version = "0.6.1" 4446source = "registry+https://github.com/rust-lang/crates.io-index" 4447checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 4448dependencies = [ 4449 "heck 0.5.0", 4450 "proc-macro2", 4451 "quote", 4452 "syn 2.0.91", 4453] 4454 4455[[package]] 4456name = "enum-map" 4457version = "2.7.3" 4458source = "registry+https://github.com/rust-lang/crates.io-index" 4459checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9" 4460dependencies = [ 4461 "enum-map-derive", 4462] 4463 4464[[package]] 4465name = "enum-map-derive" 4466version = "0.17.0" 4467source = "registry+https://github.com/rust-lang/crates.io-index" 4468checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb" 4469dependencies = [ 4470 "proc-macro2", 4471 "quote", 4472 "syn 2.0.91", 4473] 4474 4475[[package]] 4476name = "enumflags2" 4477version = "0.7.10" 4478source = "registry+https://github.com/rust-lang/crates.io-index" 4479checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" 4480dependencies = [ 4481 "enumflags2_derive", 4482 "serde", 4483] 4484 4485[[package]] 4486name = "enumflags2_derive" 4487version = "0.7.10" 4488source = "registry+https://github.com/rust-lang/crates.io-index" 4489checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" 4490dependencies = [ 4491 "proc-macro2", 4492 "quote", 4493 "syn 2.0.91", 4494] 4495 4496[[package]] 4497name = "env_logger" 4498version = "0.10.0" 4499source = "registry+https://github.com/rust-lang/crates.io-index" 4500checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 4501dependencies = [ 4502 "humantime", 4503 "is-terminal", 4504 "log", 4505 "regex", 4506 "termcolor", 4507] 4508 4509[[package]] 4510name = "equivalent" 4511version = "1.0.1" 4512source = "registry+https://github.com/rust-lang/crates.io-index" 4513checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 4514 4515[[package]] 4516name = "err-derive" 4517version = "0.2.4" 4518source = "registry+https://github.com/rust-lang/crates.io-index" 4519checksum = "22deed3a8124cff5fa835713fa105621e43bbdc46690c3a6b68328a012d350d4" 4520dependencies = [ 4521 "proc-macro-error", 4522 "proc-macro2", 4523 "quote", 4524 "rustversion", 4525 "syn 1.0.109", 4526 "synstructure 0.12.6", 4527] 4528 4529[[package]] 4530name = "errno" 4531version = "0.2.8" 4532source = "registry+https://github.com/rust-lang/crates.io-index" 4533checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 4534dependencies = [ 4535 "errno-dragonfly", 4536 "libc", 4537 "winapi", 4538] 4539 4540[[package]] 4541name = "errno" 4542version = "0.3.10" 4543source = "registry+https://github.com/rust-lang/crates.io-index" 4544checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 4545dependencies = [ 4546 "libc", 4547 "windows-sys 0.59.0", 4548] 4549 4550[[package]] 4551name = "errno-dragonfly" 4552version = "0.1.2" 4553source = "registry+https://github.com/rust-lang/crates.io-index" 4554checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 4555dependencies = [ 4556 "cc", 4557 "libc", 4558] 4559 4560[[package]] 4561name = "error-code" 4562version = "3.3.1" 4563source = "registry+https://github.com/rust-lang/crates.io-index" 4564checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f" 4565 4566[[package]] 4567name = "error_reporter" 4568version = "1.0.0" 4569source = "registry+https://github.com/rust-lang/crates.io-index" 4570checksum = "31ae425815400e5ed474178a7a22e275a9687086a12ca63ec793ff292d8fdae8" 4571 4572[[package]] 4573name = "etcetera" 4574version = "0.8.0" 4575source = "registry+https://github.com/rust-lang/crates.io-index" 4576checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 4577dependencies = [ 4578 "cfg-if 1.0.0", 4579 "home", 4580 "windows-sys 0.48.0", 4581] 4582 4583[[package]] 4584name = "event-listener" 4585version = "2.5.3" 4586source = "registry+https://github.com/rust-lang/crates.io-index" 4587checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 4588 4589[[package]] 4590name = "event-listener" 4591version = "5.3.1" 4592source = "registry+https://github.com/rust-lang/crates.io-index" 4593checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 4594dependencies = [ 4595 "concurrent-queue", 4596 "parking", 4597 "pin-project-lite", 4598] 4599 4600[[package]] 4601name = "event-listener-strategy" 4602version = "0.5.2" 4603source = "registry+https://github.com/rust-lang/crates.io-index" 4604checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 4605dependencies = [ 4606 "event-listener 5.3.1", 4607 "pin-project-lite", 4608] 4609 4610[[package]] 4611name = "exr" 4612version = "1.73.0" 4613source = "registry+https://github.com/rust-lang/crates.io-index" 4614checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0" 4615dependencies = [ 4616 "bit_field", 4617 "half", 4618 "lebe", 4619 "miniz_oxide 0.8.9", 4620 "rayon-core", 4621 "smallvec", 4622 "zune-inflate", 4623] 4624 4625[[package]] 4626name = "extended" 4627version = "0.1.0" 4628source = "registry+https://github.com/rust-lang/crates.io-index" 4629checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365" 4630 4631[[package]] 4632name = "failure" 4633version = "0.1.8" 4634source = "registry+https://github.com/rust-lang/crates.io-index" 4635checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 4636dependencies = [ 4637 "backtrace", 4638 "failure_derive", 4639] 4640 4641[[package]] 4642name = "failure_derive" 4643version = "0.1.8" 4644source = "registry+https://github.com/rust-lang/crates.io-index" 4645checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 4646dependencies = [ 4647 "proc-macro2", 4648 "quote", 4649 "syn 1.0.109", 4650 "synstructure 0.12.6", 4651] 4652 4653[[package]] 4654name = "fallible-iterator" 4655version = "0.3.0" 4656source = "registry+https://github.com/rust-lang/crates.io-index" 4657checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 4658 4659[[package]] 4660name = "fallible-streaming-iterator" 4661version = "0.1.9" 4662source = "registry+https://github.com/rust-lang/crates.io-index" 4663checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 4664 4665[[package]] 4666name = "fancy-regex" 4667version = "0.10.0" 4668source = "registry+https://github.com/rust-lang/crates.io-index" 4669checksum = "0678ab2d46fa5195aaf59ad034c083d351377d4af57f3e073c074d0da3e3c766" 4670dependencies = [ 4671 "bit-set", 4672 "regex", 4673] 4674 4675[[package]] 4676name = "fast-socks5" 4677version = "0.9.6" 4678source = "registry+https://github.com/rust-lang/crates.io-index" 4679checksum = "f89f36d4ee12370d30d57b16c7e190950a1a916e7dbbb5fd5a412f5ef913fe84" 4680dependencies = [ 4681 "anyhow", 4682 "async-trait", 4683 "log", 4684 "thiserror 1.0.63", 4685 "tokio", 4686 "tokio-stream", 4687] 4688 4689[[package]] 4690name = "fast_chemail" 4691version = "0.9.6" 4692source = "registry+https://github.com/rust-lang/crates.io-index" 4693checksum = "495a39d30d624c2caabe6312bfead73e7717692b44e0b32df168c275a2e8e9e4" 4694dependencies = [ 4695 "ascii_utils", 4696] 4697 4698[[package]] 4699name = "faster-hex" 4700version = "0.9.0" 4701source = "registry+https://github.com/rust-lang/crates.io-index" 4702checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183" 4703dependencies = [ 4704 "serde", 4705] 4706 4707[[package]] 4708name = "fastrand" 4709version = "2.1.1" 4710source = "registry+https://github.com/rust-lang/crates.io-index" 4711checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 4712 4713[[package]] 4714name = "fastwebsockets" 4715version = "0.8.0" 4716source = "registry+https://github.com/rust-lang/crates.io-index" 4717checksum = "26da0c7b5cef45c521a6f9cdfffdfeb6c9f5804fbac332deb5ae254634c7a6be" 4718dependencies = [ 4719 "base64 0.21.7", 4720 "bytes", 4721 "http-body-util", 4722 "hyper 1.4.1", 4723 "hyper-util", 4724 "pin-project", 4725 "rand 0.8.5", 4726 "sha1 0.10.6", 4727 "simdutf8", 4728 "thiserror 1.0.63", 4729 "tokio", 4730 "utf-8", 4731] 4732 4733[[package]] 4734name = "fd-lock" 4735version = "4.0.2" 4736source = "registry+https://github.com/rust-lang/crates.io-index" 4737checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947" 4738dependencies = [ 4739 "cfg-if 1.0.0", 4740 "rustix 0.38.42", 4741 "windows-sys 0.52.0", 4742] 4743 4744[[package]] 4745name = "fdeflate" 4746version = "0.3.4" 4747source = "registry+https://github.com/rust-lang/crates.io-index" 4748checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 4749dependencies = [ 4750 "simd-adler32", 4751] 4752 4753[[package]] 4754name = "fdk-aac" 4755version = "0.7.0" 4756source = "registry+https://github.com/rust-lang/crates.io-index" 4757checksum = "30947372907d8433fe9645d3076f7f4681c3d7336c5eb7840a3c3347bcd619cf" 4758dependencies = [ 4759 "fdk-aac-sys", 4760] 4761 4762[[package]] 4763name = "fdk-aac-sys" 4764version = "0.5.0" 4765source = "registry+https://github.com/rust-lang/crates.io-index" 4766checksum = "24516d2611506d5cb1833555adc75f6baf9fe2706b9c13e6fc33a6b22c51ca83" 4767dependencies = [ 4768 "cc", 4769] 4770 4771[[package]] 4772name = "ff" 4773version = "0.13.0" 4774source = "registry+https://github.com/rust-lang/crates.io-index" 4775checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 4776dependencies = [ 4777 "rand_core 0.6.4", 4778 "subtle", 4779] 4780 4781[[package]] 4782name = "fiat-crypto" 4783version = "0.1.20" 4784source = "registry+https://github.com/rust-lang/crates.io-index" 4785checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77" 4786 4787[[package]] 4788name = "fiat-crypto" 4789version = "0.2.9" 4790source = "registry+https://github.com/rust-lang/crates.io-index" 4791checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 4792 4793[[package]] 4794name = "field-offset" 4795version = "0.3.6" 4796source = "registry+https://github.com/rust-lang/crates.io-index" 4797checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 4798dependencies = [ 4799 "memoffset", 4800 "rustc_version 0.4.1", 4801] 4802 4803[[package]] 4804name = "filetime" 4805version = "0.2.25" 4806source = "registry+https://github.com/rust-lang/crates.io-index" 4807checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 4808dependencies = [ 4809 "cfg-if 1.0.0", 4810 "libc", 4811 "libredox", 4812 "windows-sys 0.59.0", 4813] 4814 4815[[package]] 4816name = "fixedbitset" 4817version = "0.4.2" 4818source = "registry+https://github.com/rust-lang/crates.io-index" 4819checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 4820 4821[[package]] 4822name = "flate2" 4823version = "1.1.9" 4824source = "registry+https://github.com/rust-lang/crates.io-index" 4825checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 4826dependencies = [ 4827 "crc32fast", 4828 "libz-sys", 4829 "miniz_oxide 0.8.9", 4830] 4831 4832[[package]] 4833name = "flexi_logger" 4834version = "0.29.8" 4835source = "registry+https://github.com/rust-lang/crates.io-index" 4836checksum = "88a5a6882b2e137c4f2664562995865084eb5a00611fba30c582ef10354c4ad8" 4837dependencies = [ 4838 "chrono", 4839 "log", 4840 "nu-ansi-term 0.50.1", 4841 "regex", 4842 "thiserror 2.0.18", 4843] 4844 4845[[package]] 4846name = "float-cmp" 4847version = "0.10.0" 4848source = "registry+https://github.com/rust-lang/crates.io-index" 4849checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8" 4850dependencies = [ 4851 "num-traits", 4852] 4853 4854[[package]] 4855name = "fluent-uri" 4856version = "0.1.4" 4857source = "registry+https://github.com/rust-lang/crates.io-index" 4858checksum = "17c704e9dbe1ddd863da1e6ff3567795087b1eb201ce80d8fa81162e1516500d" 4859dependencies = [ 4860 "bitflags 1.3.2", 4861] 4862 4863[[package]] 4864name = "flume" 4865version = "0.10.14" 4866source = "registry+https://github.com/rust-lang/crates.io-index" 4867checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 4868dependencies = [ 4869 "futures-core", 4870 "futures-sink", 4871 "pin-project", 4872 "spin", 4873] 4874 4875[[package]] 4876name = "flume" 4877version = "0.11.0" 4878source = "registry+https://github.com/rust-lang/crates.io-index" 4879checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 4880dependencies = [ 4881 "futures-core", 4882 "futures-sink", 4883 "spin", 4884] 4885 4886[[package]] 4887name = "fnv" 4888version = "1.0.7" 4889source = "registry+https://github.com/rust-lang/crates.io-index" 4890checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 4891 4892[[package]] 4893name = "foldhash" 4894version = "0.1.3" 4895source = "registry+https://github.com/rust-lang/crates.io-index" 4896checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" 4897 4898[[package]] 4899name = "foreign-types" 4900version = "0.5.0" 4901source = "registry+https://github.com/rust-lang/crates.io-index" 4902checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 4903dependencies = [ 4904 "foreign-types-macros", 4905 "foreign-types-shared", 4906] 4907 4908[[package]] 4909name = "foreign-types-macros" 4910version = "0.2.3" 4911source = "registry+https://github.com/rust-lang/crates.io-index" 4912checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 4913dependencies = [ 4914 "proc-macro2", 4915 "quote", 4916 "syn 2.0.91", 4917] 4918 4919[[package]] 4920name = "foreign-types-shared" 4921version = "0.3.1" 4922source = "registry+https://github.com/rust-lang/crates.io-index" 4923checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 4924 4925[[package]] 4926name = "form_urlencoded" 4927version = "1.2.1" 4928source = "registry+https://github.com/rust-lang/crates.io-index" 4929checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 4930dependencies = [ 4931 "percent-encoding", 4932] 4933 4934[[package]] 4935name = "fqdn" 4936version = "0.3.12" 4937source = "registry+https://github.com/rust-lang/crates.io-index" 4938checksum = "eb540cf7bc4fe6df9d8f7f0c974cfd0dce8ed4e9e8884e73433b503ee78b4e7d" 4939 4940[[package]] 4941name = "from_variant" 4942version = "0.1.9" 4943source = "registry+https://github.com/rust-lang/crates.io-index" 4944checksum = "32016f1242eb82af5474752d00fd8ebcd9004bd69b462b1c91de833972d08ed4" 4945dependencies = [ 4946 "proc-macro2", 4947 "swc_macros_common", 4948 "syn 2.0.91", 4949] 4950 4951[[package]] 4952name = "fs-err" 4953version = "3.3.0" 4954source = "registry+https://github.com/rust-lang/crates.io-index" 4955checksum = "73fde052dbfc920003cfd2c8e2c6e6d4cc7c1091538c3a24226cec0665ab08c0" 4956dependencies = [ 4957 "autocfg", 4958] 4959 4960[[package]] 4961name = "fs3" 4962version = "0.5.0" 4963source = "registry+https://github.com/rust-lang/crates.io-index" 4964checksum = "fb17cf6ed704f72485332f6ab65257460c4f9f3083934cf402bf9f5b3b600a90" 4965dependencies = [ 4966 "libc", 4967 "rustc_version 0.2.3", 4968 "winapi", 4969] 4970 4971[[package]] 4972name = "fsevent-sys" 4973version = "4.1.0" 4974source = "registry+https://github.com/rust-lang/crates.io-index" 4975checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 4976dependencies = [ 4977 "libc", 4978] 4979 4980[[package]] 4981name = "fslock" 4982version = "0.2.1" 4983source = "registry+https://github.com/rust-lang/crates.io-index" 4984checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb" 4985dependencies = [ 4986 "libc", 4987 "winapi", 4988] 4989 4990[[package]] 4991name = "funty" 4992version = "2.0.0" 4993source = "registry+https://github.com/rust-lang/crates.io-index" 4994checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 4995 4996[[package]] 4997name = "futures" 4998version = "0.3.31" 4999source = "registry+https://github.com/rust-lang/crates.io-index" 5000checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 5001dependencies = [ 5002 "futures-channel", 5003 "futures-core", 5004 "futures-executor", 5005 "futures-io", 5006 "futures-sink", 5007 "futures-task", 5008 "futures-util", 5009] 5010 5011[[package]] 5012name = "futures-channel" 5013version = "0.3.31" 5014source = "registry+https://github.com/rust-lang/crates.io-index" 5015checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 5016dependencies = [ 5017 "futures-core", 5018 "futures-sink", 5019] 5020 5021[[package]] 5022name = "futures-core" 5023version = "0.3.31" 5024source = "registry+https://github.com/rust-lang/crates.io-index" 5025checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 5026 5027[[package]] 5028name = "futures-executor" 5029version = "0.3.31" 5030source = "registry+https://github.com/rust-lang/crates.io-index" 5031checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 5032dependencies = [ 5033 "futures-core", 5034 "futures-task", 5035 "futures-util", 5036] 5037 5038[[package]] 5039name = "futures-intrusive" 5040version = "0.5.0" 5041source = "registry+https://github.com/rust-lang/crates.io-index" 5042checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 5043dependencies = [ 5044 "futures-core", 5045 "lock_api", 5046 "parking_lot", 5047] 5048 5049[[package]] 5050name = "futures-io" 5051version = "0.3.31" 5052source = "registry+https://github.com/rust-lang/crates.io-index" 5053checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 5054 5055[[package]] 5056name = "futures-lite" 5057version = "2.4.0" 5058source = "registry+https://github.com/rust-lang/crates.io-index" 5059checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210" 5060dependencies = [ 5061 "fastrand", 5062 "futures-core", 5063 "futures-io", 5064 "parking", 5065 "pin-project-lite", 5066] 5067 5068[[package]] 5069name = "futures-macro" 5070version = "0.3.31" 5071source = "registry+https://github.com/rust-lang/crates.io-index" 5072checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 5073dependencies = [ 5074 "proc-macro2", 5075 "quote", 5076 "syn 2.0.91", 5077] 5078 5079[[package]] 5080name = "futures-sink" 5081version = "0.3.31" 5082source = "registry+https://github.com/rust-lang/crates.io-index" 5083checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 5084 5085[[package]] 5086name = "futures-task" 5087version = "0.3.31" 5088source = "registry+https://github.com/rust-lang/crates.io-index" 5089checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 5090 5091[[package]] 5092name = "futures-util" 5093version = "0.3.31" 5094source = "registry+https://github.com/rust-lang/crates.io-index" 5095checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 5096dependencies = [ 5097 "futures-channel", 5098 "futures-core", 5099 "futures-io", 5100 "futures-macro", 5101 "futures-sink", 5102 "futures-task", 5103 "memchr", 5104 "pin-project-lite", 5105 "pin-utils", 5106 "slab", 5107] 5108 5109[[package]] 5110name = "gdk-pixbuf" 5111version = "0.20.4" 5112source = "registry+https://github.com/rust-lang/crates.io-index" 5113checksum = "c4c29071a9e92337d8270a85cb0510cda4ac478be26d09ad027cc1d081911b19" 5114dependencies = [ 5115 "gdk-pixbuf-sys", 5116 "gio", 5117 "glib", 5118 "libc", 5119] 5120 5121[[package]] 5122name = "gdk-pixbuf-sys" 5123version = "0.20.4" 5124source = "registry+https://github.com/rust-lang/crates.io-index" 5125checksum = "687343b059b91df5f3fbd87b4307038fa9e647fcc0461d0d3f93e94fee20bf3d" 5126dependencies = [ 5127 "gio-sys", 5128 "glib-sys", 5129 "gobject-sys", 5130 "libc", 5131 "system-deps 7.0.3", 5132] 5133 5134[[package]] 5135name = "gdk4" 5136version = "0.9.4" 5137source = "registry+https://github.com/rust-lang/crates.io-index" 5138checksum = "75933c4a86e8a2428814d367e22c733304fdfabc87f415750fd2f55409b6ee48" 5139dependencies = [ 5140 "cairo-rs", 5141 "gdk-pixbuf", 5142 "gdk4-sys", 5143 "gio", 5144 "glib", 5145 "libc", 5146 "pango", 5147] 5148 5149[[package]] 5150name = "gdk4-sys" 5151version = "0.9.4" 5152source = "registry+https://github.com/rust-lang/crates.io-index" 5153checksum = "20af0656d543aed3e57ac4120ef76d091c3c42ab1e0507a8febde7cd005640e2" 5154dependencies = [ 5155 "cairo-sys-rs", 5156 "gdk-pixbuf-sys", 5157 "gio-sys", 5158 "glib-sys", 5159 "gobject-sys", 5160 "libc", 5161 "pango-sys", 5162 "pkg-config", 5163 "system-deps 7.0.3", 5164] 5165 5166[[package]] 5167name = "generic-array" 5168version = "0.14.7" 5169source = "registry+https://github.com/rust-lang/crates.io-index" 5170checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 5171dependencies = [ 5172 "typenum", 5173 "version_check", 5174 "zeroize", 5175] 5176 5177[[package]] 5178name = "getrandom" 5179version = "0.2.15" 5180source = "registry+https://github.com/rust-lang/crates.io-index" 5181checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 5182dependencies = [ 5183 "cfg-if 1.0.0", 5184 "js-sys", 5185 "libc", 5186 "wasi 0.11.0+wasi-snapshot-preview1", 5187 "wasm-bindgen", 5188] 5189 5190[[package]] 5191name = "getrandom" 5192version = "0.3.2" 5193source = "registry+https://github.com/rust-lang/crates.io-index" 5194checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 5195dependencies = [ 5196 "cfg-if 1.0.0", 5197 "libc", 5198 "r-efi 5.2.0", 5199 "wasi 0.14.2+wasi-0.2.4", 5200] 5201 5202[[package]] 5203name = "getrandom" 5204version = "0.4.2" 5205source = "registry+https://github.com/rust-lang/crates.io-index" 5206checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 5207dependencies = [ 5208 "cfg-if 1.0.0", 5209 "libc", 5210 "r-efi 6.0.0", 5211 "rand_core 0.10.1", 5212 "wasip2", 5213 "wasip3", 5214] 5215 5216[[package]] 5217name = "ghash" 5218version = "0.5.1" 5219source = "registry+https://github.com/rust-lang/crates.io-index" 5220checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" 5221dependencies = [ 5222 "opaque-debug", 5223 "polyval", 5224] 5225 5226[[package]] 5227name = "gif" 5228version = "0.13.1" 5229source = "registry+https://github.com/rust-lang/crates.io-index" 5230checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" 5231dependencies = [ 5232 "color_quant", 5233 "weezl", 5234] 5235 5236[[package]] 5237name = "gimli" 5238version = "0.31.0" 5239source = "registry+https://github.com/rust-lang/crates.io-index" 5240checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" 5241 5242[[package]] 5243name = "gio" 5244version = "0.20.6" 5245source = "registry+https://github.com/rust-lang/crates.io-index" 5246checksum = "8826d2a9ad56ce3de1f04bea0bea0daff6f5f1c913cc834996cfea1f9401361c" 5247dependencies = [ 5248 "futures-channel", 5249 "futures-core", 5250 "futures-io", 5251 "futures-util", 5252 "gio-sys", 5253 "glib", 5254 "libc", 5255 "pin-project-lite", 5256 "smallvec", 5257] 5258 5259[[package]] 5260name = "gio-sys" 5261version = "0.20.6" 5262source = "registry+https://github.com/rust-lang/crates.io-index" 5263checksum = "b965df6f3534c84816b5c1a7d9efcb5671ae790822de5abe8e299797039529bc" 5264dependencies = [ 5265 "glib-sys", 5266 "gobject-sys", 5267 "libc", 5268 "system-deps 7.0.3", 5269 "windows-sys 0.52.0", 5270] 5271 5272[[package]] 5273name = "gl_generator" 5274version = "0.14.0" 5275source = "registry+https://github.com/rust-lang/crates.io-index" 5276checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 5277dependencies = [ 5278 "khronos_api", 5279 "log", 5280 "xml-rs", 5281] 5282 5283[[package]] 5284name = "glib" 5285version = "0.20.6" 5286source = "registry+https://github.com/rust-lang/crates.io-index" 5287checksum = "86bd3e4ee7998ab5a135d900db56930cc19ad16681adf245daff54f618b9d5e1" 5288dependencies = [ 5289 "bitflags 2.9.4", 5290 "futures-channel", 5291 "futures-core", 5292 "futures-executor", 5293 "futures-task", 5294 "futures-util", 5295 "gio-sys", 5296 "glib-macros", 5297 "glib-sys", 5298 "gobject-sys", 5299 "libc", 5300 "memchr", 5301 "smallvec", 5302] 5303 5304[[package]] 5305name = "glib-macros" 5306version = "0.20.5" 5307source = "registry+https://github.com/rust-lang/crates.io-index" 5308checksum = "e7d21ca27acfc3e91da70456edde144b4ac7c36f78ee77b10189b3eb4901c156" 5309dependencies = [ 5310 "heck 0.5.0", 5311 "proc-macro-crate", 5312 "proc-macro2", 5313 "quote", 5314 "syn 2.0.91", 5315] 5316 5317[[package]] 5318name = "glib-sys" 5319version = "0.20.6" 5320source = "registry+https://github.com/rust-lang/crates.io-index" 5321checksum = "3d0b1827e8621fc42c0dfb228e5d57ff6a71f9699e666ece8113f979ad87c2de" 5322dependencies = [ 5323 "libc", 5324 "system-deps 7.0.3", 5325] 5326 5327[[package]] 5328name = "glibc_version" 5329version = "0.1.2" 5330source = "registry+https://github.com/rust-lang/crates.io-index" 5331checksum = "803ff7635f1ab4e2c064b68a0c60da917d3d18dc8d086130f689d62ce4f1c33e" 5332dependencies = [ 5333 "regex", 5334] 5335 5336[[package]] 5337name = "glob" 5338version = "0.3.1" 5339source = "registry+https://github.com/rust-lang/crates.io-index" 5340checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 5341 5342[[package]] 5343name = "globset" 5344version = "0.4.15" 5345source = "registry+https://github.com/rust-lang/crates.io-index" 5346checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" 5347dependencies = [ 5348 "aho-corasick", 5349 "bstr", 5350 "log", 5351 "regex-automata 0.4.8", 5352 "regex-syntax 0.8.5", 5353] 5354 5355[[package]] 5356name = "gloo-timers" 5357version = "0.3.0" 5358source = "registry+https://github.com/rust-lang/crates.io-index" 5359checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 5360dependencies = [ 5361 "futures-channel", 5362 "futures-core", 5363 "js-sys", 5364 "wasm-bindgen", 5365] 5366 5367[[package]] 5368name = "glow" 5369version = "0.13.1" 5370source = "registry+https://github.com/rust-lang/crates.io-index" 5371checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" 5372dependencies = [ 5373 "js-sys", 5374 "slotmap", 5375 "wasm-bindgen", 5376 "web-sys", 5377] 5378 5379[[package]] 5380name = "glutin_wgl_sys" 5381version = "0.5.0" 5382source = "registry+https://github.com/rust-lang/crates.io-index" 5383checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead" 5384dependencies = [ 5385 "gl_generator", 5386] 5387 5388[[package]] 5389name = "gobject-sys" 5390version = "0.20.4" 5391source = "registry+https://github.com/rust-lang/crates.io-index" 5392checksum = "a4c674d2ff8478cf0ec29d2be730ed779fef54415a2fb4b565c52def62696462" 5393dependencies = [ 5394 "glib-sys", 5395 "libc", 5396 "system-deps 7.0.3", 5397] 5398 5399[[package]] 5400name = "gpu-alloc" 5401version = "0.6.0" 5402source = "registry+https://github.com/rust-lang/crates.io-index" 5403checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 5404dependencies = [ 5405 "bitflags 2.9.4", 5406 "gpu-alloc-types", 5407] 5408 5409[[package]] 5410name = "gpu-alloc-types" 5411version = "0.3.0" 5412source = "registry+https://github.com/rust-lang/crates.io-index" 5413checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 5414dependencies = [ 5415 "bitflags 2.9.4", 5416] 5417 5418[[package]] 5419name = "gpu-descriptor" 5420version = "0.3.0" 5421source = "registry+https://github.com/rust-lang/crates.io-index" 5422checksum = "9c08c1f623a8d0b722b8b99f821eb0ba672a1618f0d3b16ddbee1cedd2dd8557" 5423dependencies = [ 5424 "bitflags 2.9.4", 5425 "gpu-descriptor-types", 5426 "hashbrown 0.14.5", 5427] 5428 5429[[package]] 5430name = "gpu-descriptor-types" 5431version = "0.2.0" 5432source = "registry+https://github.com/rust-lang/crates.io-index" 5433checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 5434dependencies = [ 5435 "bitflags 2.9.4", 5436] 5437 5438[[package]] 5439name = "graphene-rs" 5440version = "0.20.4" 5441source = "registry+https://github.com/rust-lang/crates.io-index" 5442checksum = "1f53144c7fe78292705ff23935f1477d511366fb2f73c43d63b37be89076d2fe" 5443dependencies = [ 5444 "glib", 5445 "graphene-sys", 5446 "libc", 5447] 5448 5449[[package]] 5450name = "graphene-sys" 5451version = "0.20.4" 5452source = "registry+https://github.com/rust-lang/crates.io-index" 5453checksum = "e741797dc5081e59877a4d72c442c72d61efdd99161a0b1c1b29b6b988934b99" 5454dependencies = [ 5455 "glib-sys", 5456 "libc", 5457 "pkg-config", 5458 "system-deps 7.0.3", 5459] 5460 5461[[package]] 5462name = "group" 5463version = "0.13.0" 5464source = "registry+https://github.com/rust-lang/crates.io-index" 5465checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 5466dependencies = [ 5467 "ff", 5468 "rand_core 0.6.4", 5469 "subtle", 5470] 5471 5472[[package]] 5473name = "gsk4" 5474version = "0.9.4" 5475source = "registry+https://github.com/rust-lang/crates.io-index" 5476checksum = "b36933c1e79df378aa6e606576e680358a9582ed8c16f33e94899636e6fa6df6" 5477dependencies = [ 5478 "cairo-rs", 5479 "gdk4", 5480 "glib", 5481 "graphene-rs", 5482 "gsk4-sys", 5483 "libc", 5484 "pango", 5485] 5486 5487[[package]] 5488name = "gsk4-sys" 5489version = "0.9.4" 5490source = "registry+https://github.com/rust-lang/crates.io-index" 5491checksum = "0877a9d485bd9ba5262b0c9bce39e63750e525e3aebeb359d271ca1f0e111f1d" 5492dependencies = [ 5493 "cairo-sys-rs", 5494 "gdk4-sys", 5495 "glib-sys", 5496 "gobject-sys", 5497 "graphene-sys", 5498 "libc", 5499 "pango-sys", 5500 "system-deps 7.0.3", 5501] 5502 5503[[package]] 5504name = "gtk-blueprint" 5505version = "0.2.0" 5506source = "registry+https://github.com/rust-lang/crates.io-index" 5507checksum = "3b61baeb446cc8c4622605cf3a52572d4710cb3635dc543839ea009914e19b7b" 5508dependencies = [ 5509 "phf_codegen", 5510 "syn 1.0.109", 5511] 5512 5513[[package]] 5514name = "gtk4" 5515version = "0.9.4" 5516source = "registry+https://github.com/rust-lang/crates.io-index" 5517checksum = "9376d14d7e33486c54823a42bef296e882b9f25cb4c52b52f4d1d57bbadb5b6d" 5518dependencies = [ 5519 "cairo-rs", 5520 "field-offset", 5521 "futures-channel", 5522 "gdk-pixbuf", 5523 "gdk4", 5524 "gio", 5525 "glib", 5526 "graphene-rs", 5527 "gsk4", 5528 "gtk4-macros", 5529 "gtk4-sys", 5530 "libc", 5531 "pango", 5532] 5533 5534[[package]] 5535name = "gtk4-macros" 5536version = "0.9.3" 5537source = "registry+https://github.com/rust-lang/crates.io-index" 5538checksum = "a7c518d5dd41c57385c7cd30af52e261820c897fc1144e558bb88c303d048ae2" 5539dependencies = [ 5540 "proc-macro-crate", 5541 "proc-macro2", 5542 "quote", 5543 "syn 2.0.91", 5544] 5545 5546[[package]] 5547name = "gtk4-sys" 5548version = "0.9.4" 5549source = "registry+https://github.com/rust-lang/crates.io-index" 5550checksum = "e653b0a9001ba9be1ffddb9373bfe9a111f688222f5aeee2841481300d91b55a" 5551dependencies = [ 5552 "cairo-sys-rs", 5553 "gdk-pixbuf-sys", 5554 "gdk4-sys", 5555 "gio-sys", 5556 "glib-sys", 5557 "gobject-sys", 5558 "graphene-sys", 5559 "gsk4-sys", 5560 "libc", 5561 "pango-sys", 5562 "system-deps 7.0.3", 5563] 5564 5565[[package]] 5566name = "gzip-header" 5567version = "1.0.0" 5568source = "registry+https://github.com/rust-lang/crates.io-index" 5569checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2" 5570dependencies = [ 5571 "crc32fast", 5572] 5573 5574[[package]] 5575name = "h2" 5576version = "0.3.27" 5577source = "registry+https://github.com/rust-lang/crates.io-index" 5578checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" 5579dependencies = [ 5580 "bytes", 5581 "fnv", 5582 "futures-core", 5583 "futures-sink", 5584 "futures-util", 5585 "http 0.2.12", 5586 "indexmap 2.7.1", 5587 "slab", 5588 "tokio", 5589 "tokio-util", 5590 "tracing", 5591] 5592 5593[[package]] 5594name = "h2" 5595version = "0.4.6" 5596source = "registry+https://github.com/rust-lang/crates.io-index" 5597checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 5598dependencies = [ 5599 "atomic-waker", 5600 "bytes", 5601 "fnv", 5602 "futures-core", 5603 "futures-sink", 5604 "http 1.1.0", 5605 "indexmap 2.7.1", 5606 "slab", 5607 "tokio", 5608 "tokio-util", 5609 "tracing", 5610] 5611 5612[[package]] 5613name = "half" 5614version = "2.4.1" 5615source = "registry+https://github.com/rust-lang/crates.io-index" 5616checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 5617dependencies = [ 5618 "cfg-if 1.0.0", 5619 "crunchy", 5620] 5621 5622[[package]] 5623name = "halfbrown" 5624version = "0.2.5" 5625source = "registry+https://github.com/rust-lang/crates.io-index" 5626checksum = "8588661a8607108a5ca69cab034063441a0413a0b041c13618a7dd348021ef6f" 5627dependencies = [ 5628 "hashbrown 0.14.5", 5629 "serde", 5630] 5631 5632[[package]] 5633name = "handlebars" 5634version = "6.4.0" 5635source = "registry+https://github.com/rust-lang/crates.io-index" 5636checksum = "9b3f9296c208515b87bd915a2f5d1163d4b3f863ba83337d7713cf478055948e" 5637dependencies = [ 5638 "derive_builder", 5639 "heck 0.5.0", 5640 "log", 5641 "num-order", 5642 "pest", 5643 "pest_derive", 5644 "serde", 5645 "serde_json", 5646 "thiserror 2.0.18", 5647] 5648 5649[[package]] 5650name = "hashbrown" 5651version = "0.12.3" 5652source = "registry+https://github.com/rust-lang/crates.io-index" 5653checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 5654 5655[[package]] 5656name = "hashbrown" 5657version = "0.14.5" 5658source = "registry+https://github.com/rust-lang/crates.io-index" 5659checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 5660dependencies = [ 5661 "ahash", 5662 "allocator-api2", 5663] 5664 5665[[package]] 5666name = "hashbrown" 5667version = "0.15.5" 5668source = "registry+https://github.com/rust-lang/crates.io-index" 5669checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 5670dependencies = [ 5671 "allocator-api2", 5672 "equivalent", 5673 "foldhash", 5674] 5675 5676[[package]] 5677name = "hashlink" 5678version = "0.9.1" 5679source = "registry+https://github.com/rust-lang/crates.io-index" 5680checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" 5681dependencies = [ 5682 "hashbrown 0.14.5", 5683] 5684 5685[[package]] 5686name = "hdrhistogram" 5687version = "7.5.4" 5688source = "registry+https://github.com/rust-lang/crates.io-index" 5689checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d" 5690dependencies = [ 5691 "base64 0.21.7", 5692 "byteorder", 5693 "crossbeam-channel", 5694 "flate2", 5695 "nom 7.1.3", 5696 "num-traits", 5697] 5698 5699[[package]] 5700name = "headers" 5701version = "0.3.9" 5702source = "registry+https://github.com/rust-lang/crates.io-index" 5703checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 5704dependencies = [ 5705 "base64 0.21.7", 5706 "bytes", 5707 "headers-core", 5708 "http 0.2.12", 5709 "httpdate", 5710 "mime", 5711 "sha1 0.10.6", 5712] 5713 5714[[package]] 5715name = "headers-core" 5716version = "0.2.0" 5717source = "registry+https://github.com/rust-lang/crates.io-index" 5718checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 5719dependencies = [ 5720 "http 0.2.12", 5721] 5722 5723[[package]] 5724name = "heck" 5725version = "0.4.1" 5726source = "registry+https://github.com/rust-lang/crates.io-index" 5727checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 5728 5729[[package]] 5730name = "heck" 5731version = "0.5.0" 5732source = "registry+https://github.com/rust-lang/crates.io-index" 5733checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 5734 5735[[package]] 5736name = "hermit-abi" 5737version = "0.3.9" 5738source = "registry+https://github.com/rust-lang/crates.io-index" 5739checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 5740 5741[[package]] 5742name = "hermit-abi" 5743version = "0.4.0" 5744source = "registry+https://github.com/rust-lang/crates.io-index" 5745checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 5746 5747[[package]] 5748name = "hex" 5749version = "0.4.3" 5750source = "registry+https://github.com/rust-lang/crates.io-index" 5751checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 5752 5753[[package]] 5754name = "hexf-parse" 5755version = "0.2.1" 5756source = "registry+https://github.com/rust-lang/crates.io-index" 5757checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 5758 5759[[package]] 5760name = "hickory-proto" 5761version = "0.25.0-alpha.4" 5762source = "registry+https://github.com/rust-lang/crates.io-index" 5763checksum = "d063c0692ee669aa6d261988aa19ca5510f1cc40e4f211024f50c888499a35d7" 5764dependencies = [ 5765 "async-recursion", 5766 "async-trait", 5767 "cfg-if 1.0.0", 5768 "data-encoding", 5769 "enum-as-inner", 5770 "futures-channel", 5771 "futures-io", 5772 "futures-util", 5773 "idna", 5774 "ipnet", 5775 "once_cell", 5776 "rand 0.8.5", 5777 "serde", 5778 "thiserror 2.0.18", 5779 "tinyvec", 5780 "tokio", 5781 "tracing", 5782 "url", 5783] 5784 5785[[package]] 5786name = "hickory-resolver" 5787version = "0.25.0-alpha.4" 5788source = "registry+https://github.com/rust-lang/crates.io-index" 5789checksum = "42bc352e4412fb657e795f79b4efcf2bd60b59ee5ca0187f3554194cd1107a27" 5790dependencies = [ 5791 "cfg-if 1.0.0", 5792 "futures-util", 5793 "hickory-proto", 5794 "ipconfig", 5795 "moka", 5796 "once_cell", 5797 "parking_lot", 5798 "rand 0.8.5", 5799 "resolv-conf", 5800 "serde", 5801 "smallvec", 5802 "thiserror 2.0.18", 5803 "tokio", 5804 "tracing", 5805] 5806 5807[[package]] 5808name = "hkdf" 5809version = "0.12.4" 5810source = "registry+https://github.com/rust-lang/crates.io-index" 5811checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 5812dependencies = [ 5813 "hmac", 5814] 5815 5816[[package]] 5817name = "hmac" 5818version = "0.12.1" 5819source = "registry+https://github.com/rust-lang/crates.io-index" 5820checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 5821dependencies = [ 5822 "digest 0.10.7", 5823] 5824 5825[[package]] 5826name = "home" 5827version = "0.5.9" 5828source = "registry+https://github.com/rust-lang/crates.io-index" 5829checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 5830dependencies = [ 5831 "windows-sys 0.52.0", 5832] 5833 5834[[package]] 5835name = "hostname" 5836version = "0.3.1" 5837source = "registry+https://github.com/rust-lang/crates.io-index" 5838checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 5839dependencies = [ 5840 "libc", 5841 "match_cfg", 5842 "winapi", 5843] 5844 5845[[package]] 5846name = "hostname" 5847version = "0.4.0" 5848source = "registry+https://github.com/rust-lang/crates.io-index" 5849checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba" 5850dependencies = [ 5851 "cfg-if 1.0.0", 5852 "libc", 5853 "windows 0.52.0", 5854] 5855 5856[[package]] 5857name = "hstr" 5858version = "0.2.12" 5859source = "registry+https://github.com/rust-lang/crates.io-index" 5860checksum = "dae404c0c5d4e95d4858876ab02eecd6a196bb8caa42050dfa809938833fc412" 5861dependencies = [ 5862 "hashbrown 0.14.5", 5863 "new_debug_unreachable", 5864 "once_cell", 5865 "phf", 5866 "rustc-hash 1.1.0", 5867 "triomphe", 5868] 5869 5870[[package]] 5871name = "html-escape" 5872version = "0.2.13" 5873source = "registry+https://github.com/rust-lang/crates.io-index" 5874checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" 5875dependencies = [ 5876 "utf8-width", 5877] 5878 5879[[package]] 5880name = "http" 5881version = "0.2.12" 5882source = "registry+https://github.com/rust-lang/crates.io-index" 5883checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 5884dependencies = [ 5885 "bytes", 5886 "fnv", 5887 "itoa", 5888] 5889 5890[[package]] 5891name = "http" 5892version = "1.1.0" 5893source = "registry+https://github.com/rust-lang/crates.io-index" 5894checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 5895dependencies = [ 5896 "bytes", 5897 "fnv", 5898 "itoa", 5899] 5900 5901[[package]] 5902name = "http-body" 5903version = "0.4.6" 5904source = "registry+https://github.com/rust-lang/crates.io-index" 5905checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 5906dependencies = [ 5907 "bytes", 5908 "http 0.2.12", 5909 "pin-project-lite", 5910] 5911 5912[[package]] 5913name = "http-body" 5914version = "1.0.1" 5915source = "registry+https://github.com/rust-lang/crates.io-index" 5916checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 5917dependencies = [ 5918 "bytes", 5919 "http 1.1.0", 5920] 5921 5922[[package]] 5923name = "http-body-util" 5924version = "0.1.2" 5925source = "registry+https://github.com/rust-lang/crates.io-index" 5926checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 5927dependencies = [ 5928 "bytes", 5929 "futures-util", 5930 "http 1.1.0", 5931 "http-body 1.0.1", 5932 "pin-project-lite", 5933] 5934 5935[[package]] 5936name = "http-range" 5937version = "0.1.5" 5938source = "registry+https://github.com/rust-lang/crates.io-index" 5939checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" 5940 5941[[package]] 5942name = "httparse" 5943version = "1.9.4" 5944source = "registry+https://github.com/rust-lang/crates.io-index" 5945checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 5946 5947[[package]] 5948name = "httpdate" 5949version = "1.0.3" 5950source = "registry+https://github.com/rust-lang/crates.io-index" 5951checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 5952 5953[[package]] 5954name = "humantime" 5955version = "2.1.0" 5956source = "registry+https://github.com/rust-lang/crates.io-index" 5957checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 5958 5959[[package]] 5960name = "hxdmp" 5961version = "0.2.1" 5962source = "registry+https://github.com/rust-lang/crates.io-index" 5963checksum = "a17b27f28a7466846baca75f0a5244e546e44178eb7f1c07a3820f413e91c6b0" 5964 5965[[package]] 5966name = "hybrid-array" 5967version = "0.4.10" 5968source = "registry+https://github.com/rust-lang/crates.io-index" 5969checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214" 5970dependencies = [ 5971 "typenum", 5972] 5973 5974[[package]] 5975name = "hyper" 5976version = "0.14.30" 5977source = "registry+https://github.com/rust-lang/crates.io-index" 5978checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" 5979dependencies = [ 5980 "bytes", 5981 "futures-channel", 5982 "futures-core", 5983 "futures-util", 5984 "h2 0.3.27", 5985 "http 0.2.12", 5986 "http-body 0.4.6", 5987 "httparse", 5988 "httpdate", 5989 "itoa", 5990 "pin-project-lite", 5991 "socket2 0.5.7", 5992 "tokio", 5993 "tower-service", 5994 "tracing", 5995 "want", 5996] 5997 5998[[package]] 5999name = "hyper" 6000version = "1.4.1" 6001source = "registry+https://github.com/rust-lang/crates.io-index" 6002checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 6003dependencies = [ 6004 "bytes", 6005 "futures-channel", 6006 "futures-util", 6007 "h2 0.4.6", 6008 "http 1.1.0", 6009 "http-body 1.0.1", 6010 "httparse", 6011 "httpdate", 6012 "itoa", 6013 "pin-project-lite", 6014 "smallvec", 6015 "tokio", 6016 "want", 6017] 6018 6019[[package]] 6020name = "hyper-rustls" 6021version = "0.27.3" 6022dependencies = [ 6023 "futures-util", 6024 "http 1.1.0", 6025 "hyper 1.4.1", 6026 "hyper-util", 6027 "rustls 0.23.13", 6028 "rustls-native-certs 0.8.0", 6029 "rustls-pki-types", 6030 "tokio", 6031 "tokio-rustls", 6032 "tower-service", 6033 "webpki-roots 0.26.3", 6034] 6035 6036[[package]] 6037name = "hyper-timeout" 6038version = "0.5.1" 6039source = "registry+https://github.com/rust-lang/crates.io-index" 6040checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" 6041dependencies = [ 6042 "hyper 1.4.1", 6043 "hyper-util", 6044 "pin-project-lite", 6045 "tokio", 6046 "tower-service", 6047] 6048 6049[[package]] 6050name = "hyper-util" 6051version = "0.1.10" 6052source = "registry+https://github.com/rust-lang/crates.io-index" 6053checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 6054dependencies = [ 6055 "bytes", 6056 "futures-channel", 6057 "futures-util", 6058 "http 1.1.0", 6059 "http-body 1.0.1", 6060 "hyper 1.4.1", 6061 "pin-project-lite", 6062 "socket2 0.5.7", 6063 "tokio", 6064 "tower-service", 6065 "tracing", 6066] 6067 6068[[package]] 6069name = "iana-time-zone" 6070version = "0.1.61" 6071source = "registry+https://github.com/rust-lang/crates.io-index" 6072checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 6073dependencies = [ 6074 "android_system_properties", 6075 "core-foundation-sys", 6076 "iana-time-zone-haiku", 6077 "js-sys", 6078 "wasm-bindgen", 6079 "windows-core 0.52.0", 6080] 6081 6082[[package]] 6083name = "iana-time-zone-haiku" 6084version = "0.1.2" 6085source = "registry+https://github.com/rust-lang/crates.io-index" 6086checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 6087dependencies = [ 6088 "cc", 6089] 6090 6091[[package]] 6092name = "icu_collections" 6093version = "1.5.0" 6094source = "registry+https://github.com/rust-lang/crates.io-index" 6095checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 6096dependencies = [ 6097 "displaydoc", 6098 "yoke", 6099 "zerofrom", 6100 "zerovec", 6101] 6102 6103[[package]] 6104name = "icu_locid" 6105version = "1.5.0" 6106source = "registry+https://github.com/rust-lang/crates.io-index" 6107checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 6108dependencies = [ 6109 "displaydoc", 6110 "litemap", 6111 "tinystr", 6112 "writeable", 6113 "zerovec", 6114] 6115 6116[[package]] 6117name = "icu_locid_transform" 6118version = "1.5.0" 6119source = "registry+https://github.com/rust-lang/crates.io-index" 6120checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 6121dependencies = [ 6122 "displaydoc", 6123 "icu_locid", 6124 "icu_locid_transform_data", 6125 "icu_provider", 6126 "tinystr", 6127 "zerovec", 6128] 6129 6130[[package]] 6131name = "icu_locid_transform_data" 6132version = "1.5.0" 6133source = "registry+https://github.com/rust-lang/crates.io-index" 6134checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 6135 6136[[package]] 6137name = "icu_normalizer" 6138version = "1.5.0" 6139source = "registry+https://github.com/rust-lang/crates.io-index" 6140checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 6141dependencies = [ 6142 "displaydoc", 6143 "icu_collections", 6144 "icu_normalizer_data", 6145 "icu_properties", 6146 "icu_provider", 6147 "smallvec", 6148 "utf16_iter", 6149 "utf8_iter", 6150 "write16", 6151 "zerovec", 6152] 6153 6154[[package]] 6155name = "icu_normalizer_data" 6156version = "1.5.0" 6157source = "registry+https://github.com/rust-lang/crates.io-index" 6158checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 6159 6160[[package]] 6161name = "icu_properties" 6162version = "1.5.1" 6163source = "registry+https://github.com/rust-lang/crates.io-index" 6164checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 6165dependencies = [ 6166 "displaydoc", 6167 "icu_collections", 6168 "icu_locid_transform", 6169 "icu_properties_data", 6170 "icu_provider", 6171 "tinystr", 6172 "zerovec", 6173] 6174 6175[[package]] 6176name = "icu_properties_data" 6177version = "1.5.0" 6178source = "registry+https://github.com/rust-lang/crates.io-index" 6179checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 6180 6181[[package]] 6182name = "icu_provider" 6183version = "1.5.0" 6184source = "registry+https://github.com/rust-lang/crates.io-index" 6185checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 6186dependencies = [ 6187 "displaydoc", 6188 "icu_locid", 6189 "icu_provider_macros", 6190 "stable_deref_trait", 6191 "tinystr", 6192 "writeable", 6193 "yoke", 6194 "zerofrom", 6195 "zerovec", 6196] 6197 6198[[package]] 6199name = "icu_provider_macros" 6200version = "1.5.0" 6201source = "registry+https://github.com/rust-lang/crates.io-index" 6202checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 6203dependencies = [ 6204 "proc-macro2", 6205 "quote", 6206 "syn 2.0.91", 6207] 6208 6209[[package]] 6210name = "id-arena" 6211version = "2.3.0" 6212source = "registry+https://github.com/rust-lang/crates.io-index" 6213checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 6214 6215[[package]] 6216name = "ident_case" 6217version = "1.0.1" 6218source = "registry+https://github.com/rust-lang/crates.io-index" 6219checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 6220 6221[[package]] 6222name = "idna" 6223version = "1.0.3" 6224source = "registry+https://github.com/rust-lang/crates.io-index" 6225checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 6226dependencies = [ 6227 "idna_adapter", 6228 "smallvec", 6229 "utf8_iter", 6230] 6231 6232[[package]] 6233name = "idna_adapter" 6234version = "1.2.0" 6235source = "registry+https://github.com/rust-lang/crates.io-index" 6236checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 6237dependencies = [ 6238 "icu_normalizer", 6239 "icu_properties", 6240] 6241 6242[[package]] 6243name = "if-addrs" 6244version = "0.7.0" 6245source = "registry+https://github.com/rust-lang/crates.io-index" 6246checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9" 6247dependencies = [ 6248 "libc", 6249 "winapi", 6250] 6251 6252[[package]] 6253name = "if-addrs" 6254version = "0.12.0" 6255source = "registry+https://github.com/rust-lang/crates.io-index" 6256checksum = "bb2a33e9c38988ecbda730c85b0fd9ddcdf83c0305ac7fd21c8bb9f57f2f0cc8" 6257dependencies = [ 6258 "libc", 6259 "windows-sys 0.52.0", 6260] 6261 6262[[package]] 6263name = "if-addrs" 6264version = "0.13.4" 6265source = "registry+https://github.com/rust-lang/crates.io-index" 6266checksum = "69b2eeee38fef3aa9b4cc5f1beea8a2444fc00e7377cafae396de3f5c2065e24" 6267dependencies = [ 6268 "libc", 6269 "windows-sys 0.59.0", 6270] 6271 6272[[package]] 6273name = "if_chain" 6274version = "1.0.2" 6275source = "registry+https://github.com/rust-lang/crates.io-index" 6276checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 6277 6278[[package]] 6279name = "ignore" 6280version = "0.4.20" 6281source = "registry+https://github.com/rust-lang/crates.io-index" 6282checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 6283dependencies = [ 6284 "globset", 6285 "lazy_static", 6286 "log", 6287 "memchr", 6288 "regex", 6289 "same-file", 6290 "thread_local", 6291 "walkdir", 6292 "winapi-util", 6293] 6294 6295[[package]] 6296name = "image" 6297version = "0.24.9" 6298source = "registry+https://github.com/rust-lang/crates.io-index" 6299checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 6300dependencies = [ 6301 "bytemuck", 6302 "byteorder", 6303 "color_quant", 6304 "num-traits", 6305 "png", 6306] 6307 6308[[package]] 6309name = "image" 6310version = "0.25.5" 6311source = "registry+https://github.com/rust-lang/crates.io-index" 6312checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b" 6313dependencies = [ 6314 "bytemuck", 6315 "byteorder-lite", 6316 "color_quant", 6317 "exr", 6318 "gif", 6319 "image-webp", 6320 "num-traits", 6321 "png", 6322 "qoi", 6323 "ravif", 6324 "rayon", 6325 "rgb", 6326 "tiff", 6327 "zune-core", 6328 "zune-jpeg", 6329] 6330 6331[[package]] 6332name = "image-webp" 6333version = "0.2.0" 6334source = "registry+https://github.com/rust-lang/crates.io-index" 6335checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f" 6336dependencies = [ 6337 "byteorder-lite", 6338 "quick-error 2.0.1", 6339] 6340 6341[[package]] 6342name = "imgref" 6343version = "1.11.0" 6344source = "registry+https://github.com/rust-lang/crates.io-index" 6345checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408" 6346 6347[[package]] 6348name = "impl-more" 6349version = "0.1.6" 6350source = "registry+https://github.com/rust-lang/crates.io-index" 6351checksum = "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d" 6352 6353[[package]] 6354name = "import_map" 6355version = "0.20.1" 6356source = "registry+https://github.com/rust-lang/crates.io-index" 6357checksum = "351a787decc56f38d65d16d32687265045d6d6a4531b4a0e1b649def3590354e" 6358dependencies = [ 6359 "indexmap 2.7.1", 6360 "log", 6361 "percent-encoding", 6362 "serde", 6363 "serde_json", 6364 "thiserror 1.0.63", 6365 "url", 6366] 6367 6368[[package]] 6369name = "indexmap" 6370version = "1.9.3" 6371source = "registry+https://github.com/rust-lang/crates.io-index" 6372checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 6373dependencies = [ 6374 "autocfg", 6375 "hashbrown 0.12.3", 6376 "serde", 6377] 6378 6379[[package]] 6380name = "indexmap" 6381version = "2.7.1" 6382source = "registry+https://github.com/rust-lang/crates.io-index" 6383checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" 6384dependencies = [ 6385 "equivalent", 6386 "hashbrown 0.15.5", 6387 "serde", 6388] 6389 6390[[package]] 6391name = "indoc" 6392version = "2.0.5" 6393source = "registry+https://github.com/rust-lang/crates.io-index" 6394checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 6395 6396[[package]] 6397name = "inotify" 6398version = "0.9.6" 6399source = "registry+https://github.com/rust-lang/crates.io-index" 6400checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 6401dependencies = [ 6402 "bitflags 1.3.2", 6403 "inotify-sys", 6404 "libc", 6405] 6406 6407[[package]] 6408name = "inotify" 6409version = "0.11.4" 6410source = "registry+https://github.com/rust-lang/crates.io-index" 6411checksum = "153be1941a183ec9ccd095ddbe17a8b8d435ef6c76e9e02451b933c3999af2c8" 6412dependencies = [ 6413 "bitflags 2.9.4", 6414 "inotify-sys", 6415 "libc", 6416] 6417 6418[[package]] 6419name = "inotify-sys" 6420version = "0.1.8" 6421source = "registry+https://github.com/rust-lang/crates.io-index" 6422checksum = "c033f80b2c113cdf91ab7a33faa9cbc014726dcad99880c8609af2a370edf37d" 6423dependencies = [ 6424 "libc", 6425] 6426 6427[[package]] 6428name = "inout" 6429version = "0.1.3" 6430source = "registry+https://github.com/rust-lang/crates.io-index" 6431checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 6432dependencies = [ 6433 "block-padding", 6434 "generic-array", 6435] 6436 6437[[package]] 6438name = "instability" 6439version = "0.3.6" 6440source = "registry+https://github.com/rust-lang/crates.io-index" 6441checksum = "894813a444908c0c8c0e221b041771d107c4a21de1d317dc49bcc66e3c9e5b3f" 6442dependencies = [ 6443 "darling 0.20.10", 6444 "indoc", 6445 "proc-macro2", 6446 "quote", 6447 "syn 2.0.91", 6448] 6449 6450[[package]] 6451name = "interpolate_name" 6452version = "0.2.4" 6453source = "registry+https://github.com/rust-lang/crates.io-index" 6454checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 6455dependencies = [ 6456 "proc-macro2", 6457 "quote", 6458 "syn 2.0.91", 6459] 6460 6461[[package]] 6462name = "ipconfig" 6463version = "0.3.2" 6464source = "registry+https://github.com/rust-lang/crates.io-index" 6465checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 6466dependencies = [ 6467 "socket2 0.5.7", 6468 "widestring", 6469 "windows-sys 0.48.0", 6470 "winreg 0.50.0", 6471] 6472 6473[[package]] 6474name = "ipnet" 6475version = "2.10.0" 6476source = "registry+https://github.com/rust-lang/crates.io-index" 6477checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4" 6478 6479[[package]] 6480name = "ipnetwork" 6481version = "0.20.0" 6482source = "registry+https://github.com/rust-lang/crates.io-index" 6483checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" 6484dependencies = [ 6485 "serde", 6486] 6487 6488[[package]] 6489name = "is-docker" 6490version = "0.2.0" 6491source = "registry+https://github.com/rust-lang/crates.io-index" 6492checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 6493dependencies = [ 6494 "once_cell", 6495] 6496 6497[[package]] 6498name = "is-macro" 6499version = "0.3.6" 6500source = "registry+https://github.com/rust-lang/crates.io-index" 6501checksum = "2069faacbe981460232f880d26bf3c7634e322d49053aa48c27e3ae642f728f1" 6502dependencies = [ 6503 "Inflector", 6504 "proc-macro2", 6505 "quote", 6506 "syn 2.0.91", 6507] 6508 6509[[package]] 6510name = "is-terminal" 6511version = "0.4.13" 6512source = "registry+https://github.com/rust-lang/crates.io-index" 6513checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" 6514dependencies = [ 6515 "hermit-abi 0.4.0", 6516 "libc", 6517 "windows-sys 0.52.0", 6518] 6519 6520[[package]] 6521name = "is-wsl" 6522version = "0.4.0" 6523source = "registry+https://github.com/rust-lang/crates.io-index" 6524checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 6525dependencies = [ 6526 "is-docker", 6527 "once_cell", 6528] 6529 6530[[package]] 6531name = "is_terminal_polyfill" 6532version = "1.70.1" 6533source = "registry+https://github.com/rust-lang/crates.io-index" 6534checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 6535 6536[[package]] 6537name = "iso8601" 6538version = "0.6.3" 6539source = "registry+https://github.com/rust-lang/crates.io-index" 6540checksum = "e1082f0c48f143442a1ac6122f67e360ceee130b967af4d50996e5154a45df46" 6541dependencies = [ 6542 "nom 8.0.0", 6543] 6544 6545[[package]] 6546name = "itertools" 6547version = "0.10.5" 6548source = "registry+https://github.com/rust-lang/crates.io-index" 6549checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 6550dependencies = [ 6551 "either", 6552] 6553 6554[[package]] 6555name = "itertools" 6556version = "0.12.1" 6557source = "registry+https://github.com/rust-lang/crates.io-index" 6558checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 6559dependencies = [ 6560 "either", 6561] 6562 6563[[package]] 6564name = "itertools" 6565version = "0.13.0" 6566source = "registry+https://github.com/rust-lang/crates.io-index" 6567checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 6568dependencies = [ 6569 "either", 6570] 6571 6572[[package]] 6573name = "itoa" 6574version = "1.0.14" 6575source = "registry+https://github.com/rust-lang/crates.io-index" 6576checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 6577 6578[[package]] 6579name = "jni" 6580version = "0.21.1" 6581source = "registry+https://github.com/rust-lang/crates.io-index" 6582checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 6583dependencies = [ 6584 "cesu8", 6585 "cfg-if 1.0.0", 6586 "combine", 6587 "jni-sys", 6588 "log", 6589 "thiserror 1.0.63", 6590 "walkdir", 6591 "windows-sys 0.45.0", 6592] 6593 6594[[package]] 6595name = "jni-sys" 6596version = "0.3.0" 6597source = "registry+https://github.com/rust-lang/crates.io-index" 6598checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 6599 6600[[package]] 6601name = "jobserver" 6602version = "0.1.32" 6603source = "registry+https://github.com/rust-lang/crates.io-index" 6604checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 6605dependencies = [ 6606 "libc", 6607] 6608 6609[[package]] 6610name = "jpeg-decoder" 6611version = "0.3.1" 6612source = "registry+https://github.com/rust-lang/crates.io-index" 6613checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 6614 6615[[package]] 6616name = "js-sys" 6617version = "0.3.76" 6618source = "registry+https://github.com/rust-lang/crates.io-index" 6619checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" 6620dependencies = [ 6621 "once_cell", 6622 "wasm-bindgen", 6623] 6624 6625[[package]] 6626name = "jsonc-parser" 6627version = "0.26.2" 6628source = "registry+https://github.com/rust-lang/crates.io-index" 6629checksum = "b558af6b49fd918e970471374e7a798b2c9bbcda624a210ffa3901ee5614bc8e" 6630dependencies = [ 6631 "serde_json", 6632] 6633 6634[[package]] 6635name = "junction" 6636version = "0.2.0" 6637source = "registry+https://github.com/rust-lang/crates.io-index" 6638checksum = "be39922b087cecaba4e2d5592dedfc8bda5d4a5a1231f143337cca207950b61d" 6639dependencies = [ 6640 "scopeguard", 6641 "winapi", 6642] 6643 6644[[package]] 6645name = "jupyter-serde" 6646version = "0.4.0" 6647source = "registry+https://github.com/rust-lang/crates.io-index" 6648checksum = "dd71aa17c4fa65e6d7536ab2728881a41f8feb2ee5841c2240516c3c3d65d8b3" 6649dependencies = [ 6650 "anyhow", 6651 "serde", 6652 "serde_json", 6653 "thiserror 1.0.63", 6654 "uuid", 6655] 6656 6657[[package]] 6658name = "k256" 6659version = "0.13.3" 6660source = "registry+https://github.com/rust-lang/crates.io-index" 6661checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" 6662dependencies = [ 6663 "cfg-if 1.0.0", 6664 "ecdsa", 6665 "elliptic-curve", 6666 "once_cell", 6667 "sha2", 6668 "signature", 6669] 6670 6671[[package]] 6672name = "keccak" 6673version = "0.1.5" 6674source = "registry+https://github.com/rust-lang/crates.io-index" 6675checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" 6676dependencies = [ 6677 "cpufeatures 0.2.14", 6678] 6679 6680[[package]] 6681name = "khronos-egl" 6682version = "6.0.0" 6683source = "registry+https://github.com/rust-lang/crates.io-index" 6684checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 6685dependencies = [ 6686 "libc", 6687 "libloading 0.8.5", 6688 "pkg-config", 6689] 6690 6691[[package]] 6692name = "khronos_api" 6693version = "3.1.0" 6694source = "registry+https://github.com/rust-lang/crates.io-index" 6695checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 6696 6697[[package]] 6698name = "kqueue" 6699version = "1.1.1" 6700source = "registry+https://github.com/rust-lang/crates.io-index" 6701checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" 6702dependencies = [ 6703 "kqueue-sys", 6704 "libc", 6705] 6706 6707[[package]] 6708name = "kqueue-sys" 6709version = "1.0.4" 6710source = "registry+https://github.com/rust-lang/crates.io-index" 6711checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 6712dependencies = [ 6713 "bitflags 1.3.2", 6714 "libc", 6715] 6716 6717[[package]] 6718name = "kv-log-macro" 6719version = "1.0.7" 6720source = "registry+https://github.com/rust-lang/crates.io-index" 6721checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 6722dependencies = [ 6723 "log", 6724] 6725 6726[[package]] 6727name = "language-tags" 6728version = "0.3.2" 6729source = "registry+https://github.com/rust-lang/crates.io-index" 6730checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" 6731 6732[[package]] 6733name = "lazy-regex" 6734version = "3.3.0" 6735source = "registry+https://github.com/rust-lang/crates.io-index" 6736checksum = "8d8e41c97e6bc7ecb552016274b99fbb5d035e8de288c582d9b933af6677bfda" 6737dependencies = [ 6738 "lazy-regex-proc_macros", 6739 "once_cell", 6740 "regex", 6741] 6742 6743[[package]] 6744name = "lazy-regex-proc_macros" 6745version = "3.3.0" 6746source = "registry+https://github.com/rust-lang/crates.io-index" 6747checksum = "76e1d8b05d672c53cb9c7b920bbba8783845ae4f0b076e02a3db1d02c81b4163" 6748dependencies = [ 6749 "proc-macro2", 6750 "quote", 6751 "regex", 6752 "syn 2.0.91", 6753] 6754 6755[[package]] 6756name = "lazy_static" 6757version = "1.5.0" 6758source = "registry+https://github.com/rust-lang/crates.io-index" 6759checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 6760dependencies = [ 6761 "spin", 6762] 6763 6764[[package]] 6765name = "leb128fmt" 6766version = "0.1.0" 6767source = "registry+https://github.com/rust-lang/crates.io-index" 6768checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 6769 6770[[package]] 6771name = "lebe" 6772version = "0.5.2" 6773source = "registry+https://github.com/rust-lang/crates.io-index" 6774checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 6775 6776[[package]] 6777name = "libadwaita" 6778version = "0.7.1" 6779source = "registry+https://github.com/rust-lang/crates.io-index" 6780checksum = "8611ee9fb85e7606c362b513afcaf5b59853f79e4d98caaaf581d99465014247" 6781dependencies = [ 6782 "gdk4", 6783 "gio", 6784 "glib", 6785 "gtk4", 6786 "libadwaita-sys", 6787 "libc", 6788 "pango", 6789] 6790 6791[[package]] 6792name = "libadwaita-sys" 6793version = "0.7.1" 6794source = "registry+https://github.com/rust-lang/crates.io-index" 6795checksum = "b099a223560118d4d4fa04b6d23f3ea5b7171fe1d83dfb7e6b45b54cdfc83af9" 6796dependencies = [ 6797 "gdk4-sys", 6798 "gio-sys", 6799 "glib-sys", 6800 "gobject-sys", 6801 "gtk4-sys", 6802 "libc", 6803 "pango-sys", 6804 "system-deps 7.0.3", 6805] 6806 6807[[package]] 6808name = "libc" 6809version = "0.2.185" 6810source = "registry+https://github.com/rust-lang/crates.io-index" 6811checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" 6812 6813[[package]] 6814name = "libdbus-sys" 6815version = "0.2.5" 6816source = "registry+https://github.com/rust-lang/crates.io-index" 6817checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" 6818dependencies = [ 6819 "cc", 6820 "pkg-config", 6821] 6822 6823[[package]] 6824name = "libffi" 6825version = "3.2.0" 6826source = "registry+https://github.com/rust-lang/crates.io-index" 6827checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" 6828dependencies = [ 6829 "libc", 6830 "libffi-sys", 6831] 6832 6833[[package]] 6834name = "libffi-sys" 6835version = "2.3.0" 6836source = "registry+https://github.com/rust-lang/crates.io-index" 6837checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" 6838dependencies = [ 6839 "cc", 6840] 6841 6842[[package]] 6843name = "libfuzzer-sys" 6844version = "0.4.8" 6845source = "registry+https://github.com/rust-lang/crates.io-index" 6846checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa" 6847dependencies = [ 6848 "arbitrary", 6849 "cc", 6850] 6851 6852[[package]] 6853name = "libloading" 6854version = "0.7.4" 6855source = "registry+https://github.com/rust-lang/crates.io-index" 6856checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 6857dependencies = [ 6858 "cfg-if 1.0.0", 6859 "winapi", 6860] 6861 6862[[package]] 6863name = "libloading" 6864version = "0.8.5" 6865source = "registry+https://github.com/rust-lang/crates.io-index" 6866checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 6867dependencies = [ 6868 "cfg-if 1.0.0", 6869 "windows-targets 0.52.6", 6870] 6871 6872[[package]] 6873name = "libm" 6874version = "0.2.8" 6875source = "registry+https://github.com/rust-lang/crates.io-index" 6876checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 6877 6878[[package]] 6879name = "libmdns" 6880version = "0.9.1" 6881source = "registry+https://github.com/rust-lang/crates.io-index" 6882checksum = "48854699e11b111433431b69cee2365fcab0b29b06993f48c257dfbaf6395862" 6883dependencies = [ 6884 "byteorder", 6885 "futures-util", 6886 "hostname 0.4.0", 6887 "if-addrs 0.12.0", 6888 "log", 6889 "multimap", 6890 "rand 0.8.5", 6891 "socket2 0.5.7", 6892 "thiserror 1.0.63", 6893 "tokio", 6894] 6895 6896[[package]] 6897name = "libredox" 6898version = "0.1.3" 6899source = "registry+https://github.com/rust-lang/crates.io-index" 6900checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 6901dependencies = [ 6902 "bitflags 2.9.4", 6903 "libc", 6904 "redox_syscall", 6905] 6906 6907[[package]] 6908name = "libsqlite3-sys" 6909version = "0.30.1" 6910source = "registry+https://github.com/rust-lang/crates.io-index" 6911checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 6912dependencies = [ 6913 "cc", 6914 "pkg-config", 6915 "vcpkg", 6916] 6917 6918[[package]] 6919name = "libsui" 6920version = "0.5.0" 6921source = "registry+https://github.com/rust-lang/crates.io-index" 6922checksum = "89795977654ad6250d6c0915411b622bac22f9efb4f852af94b2e00964cab832" 6923dependencies = [ 6924 "editpe", 6925 "libc", 6926 "sha2", 6927 "windows-sys 0.48.0", 6928 "zerocopy 0.7.35", 6929] 6930 6931[[package]] 6932name = "libuv-sys-lite" 6933version = "1.48.2" 6934source = "registry+https://github.com/rust-lang/crates.io-index" 6935checksum = "ca8dfd1a173826d193e3b955e07c22765829890f62c677a59c4a410cb4f47c01" 6936dependencies = [ 6937 "bindgen", 6938 "libloading 0.8.5", 6939] 6940 6941[[package]] 6942name = "libz-sys" 6943version = "1.1.20" 6944source = "registry+https://github.com/rust-lang/crates.io-index" 6945checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" 6946dependencies = [ 6947 "cc", 6948 "cmake", 6949 "libc", 6950 "pkg-config", 6951 "vcpkg", 6952] 6953 6954[[package]] 6955name = "linux-raw-sys" 6956version = "0.4.14" 6957source = "registry+https://github.com/rust-lang/crates.io-index" 6958checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 6959 6960[[package]] 6961name = "linux-raw-sys" 6962version = "0.12.1" 6963source = "registry+https://github.com/rust-lang/crates.io-index" 6964checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 6965 6966[[package]] 6967name = "litemap" 6968version = "0.7.4" 6969source = "registry+https://github.com/rust-lang/crates.io-index" 6970checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" 6971 6972[[package]] 6973name = "litrs" 6974version = "0.4.1" 6975source = "registry+https://github.com/rust-lang/crates.io-index" 6976checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" 6977 6978[[package]] 6979name = "local-channel" 6980version = "0.1.5" 6981source = "registry+https://github.com/rust-lang/crates.io-index" 6982checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8" 6983dependencies = [ 6984 "futures-core", 6985 "futures-sink", 6986 "local-waker", 6987] 6988 6989[[package]] 6990name = "local-ip-addr" 6991version = "0.1.1" 6992source = "registry+https://github.com/rust-lang/crates.io-index" 6993checksum = "cb5eb03bdac69ee369631cbb0131787688639f8192a017d5aeb98c51223dd514" 6994dependencies = [ 6995 "anyhow", 6996 "socket2 0.4.10", 6997] 6998 6999[[package]] 7000name = "local-waker" 7001version = "0.1.4" 7002source = "registry+https://github.com/rust-lang/crates.io-index" 7003checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487" 7004 7005[[package]] 7006name = "lock_api" 7007version = "0.4.12" 7008source = "registry+https://github.com/rust-lang/crates.io-index" 7009checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 7010dependencies = [ 7011 "autocfg", 7012 "scopeguard", 7013] 7014 7015[[package]] 7016name = "lofty" 7017version = "0.21.1" 7018source = "registry+https://github.com/rust-lang/crates.io-index" 7019checksum = "c8bc4717ff10833a623b009e9254ae8667c7a59edc3cfb01c37aeeef4b6d54a7" 7020dependencies = [ 7021 "byteorder", 7022 "data-encoding", 7023 "flate2", 7024 "lofty_attr", 7025 "log", 7026 "ogg_pager", 7027 "paste", 7028] 7029 7030[[package]] 7031name = "lofty_attr" 7032version = "0.11.0" 7033source = "registry+https://github.com/rust-lang/crates.io-index" 7034checksum = "28bd4b9d8a5af74808932492521cdd272019b056f75fcc70056bd2c09fceb550" 7035dependencies = [ 7036 "proc-macro2", 7037 "quote", 7038 "syn 2.0.91", 7039] 7040 7041[[package]] 7042name = "log" 7043version = "0.4.29" 7044source = "registry+https://github.com/rust-lang/crates.io-index" 7045checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 7046dependencies = [ 7047 "serde_core", 7048 "value-bag", 7049] 7050 7051[[package]] 7052name = "loop9" 7053version = "0.1.5" 7054source = "registry+https://github.com/rust-lang/crates.io-index" 7055checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 7056dependencies = [ 7057 "imgref", 7058] 7059 7060[[package]] 7061name = "lru" 7062version = "0.12.5" 7063source = "registry+https://github.com/rust-lang/crates.io-index" 7064checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 7065dependencies = [ 7066 "hashbrown 0.15.5", 7067] 7068 7069[[package]] 7070name = "lsp-types" 7071version = "0.97.0" 7072source = "registry+https://github.com/rust-lang/crates.io-index" 7073checksum = "53353550a17c04ac46c585feb189c2db82154fc84b79c7a66c96c2c644f66071" 7074dependencies = [ 7075 "bitflags 1.3.2", 7076 "fluent-uri", 7077 "serde", 7078 "serde_json", 7079 "serde_repr", 7080] 7081 7082[[package]] 7083name = "m3u8-rs" 7084version = "6.0.0" 7085source = "registry+https://github.com/rust-lang/crates.io-index" 7086checksum = "f03cd3335fb5f2447755d45cda9c70f76013626a9db44374973791b0926a86c3" 7087dependencies = [ 7088 "chrono", 7089 "nom 7.1.3", 7090] 7091 7092[[package]] 7093name = "macaddr" 7094version = "1.0.1" 7095source = "registry+https://github.com/rust-lang/crates.io-index" 7096checksum = "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8" 7097 7098[[package]] 7099name = "mach2" 7100version = "0.4.3" 7101source = "registry+https://github.com/rust-lang/crates.io-index" 7102checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" 7103dependencies = [ 7104 "libc", 7105] 7106 7107[[package]] 7108name = "malloc_buf" 7109version = "0.0.6" 7110source = "registry+https://github.com/rust-lang/crates.io-index" 7111checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 7112dependencies = [ 7113 "libc", 7114] 7115 7116[[package]] 7117name = "malva" 7118version = "0.11.0" 7119source = "registry+https://github.com/rust-lang/crates.io-index" 7120checksum = "1c67b97ed99f56b86fa3c010843441f1fcdb71884bab96b8551bb3d1e7c6d529" 7121dependencies = [ 7122 "aho-corasick", 7123 "itertools 0.13.0", 7124 "memchr", 7125 "raffia", 7126 "tiny_pretty", 7127] 7128 7129[[package]] 7130name = "markup_fmt" 7131version = "0.18.0" 7132source = "registry+https://github.com/rust-lang/crates.io-index" 7133checksum = "fa7605bb4ad755a9ab5c96f2ce3bfd4eb8acd559b842c041fc8a5f84d63aed3a" 7134dependencies = [ 7135 "aho-corasick", 7136 "css_dataset", 7137 "itertools 0.13.0", 7138 "memchr", 7139 "tiny_pretty", 7140] 7141 7142[[package]] 7143name = "match_cfg" 7144version = "0.1.0" 7145source = "registry+https://github.com/rust-lang/crates.io-index" 7146checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 7147 7148[[package]] 7149name = "matchers" 7150version = "0.1.0" 7151source = "registry+https://github.com/rust-lang/crates.io-index" 7152checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 7153dependencies = [ 7154 "regex-automata 0.1.10", 7155] 7156 7157[[package]] 7158name = "matchit" 7159version = "0.7.3" 7160source = "registry+https://github.com/rust-lang/crates.io-index" 7161checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 7162 7163[[package]] 7164name = "maybe-rayon" 7165version = "0.1.1" 7166source = "registry+https://github.com/rust-lang/crates.io-index" 7167checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 7168dependencies = [ 7169 "cfg-if 1.0.0", 7170 "rayon", 7171] 7172 7173[[package]] 7174name = "md-5" 7175version = "0.10.6" 7176source = "registry+https://github.com/rust-lang/crates.io-index" 7177checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 7178dependencies = [ 7179 "cfg-if 1.0.0", 7180 "digest 0.10.7", 7181] 7182 7183[[package]] 7184name = "md4" 7185version = "0.10.2" 7186source = "registry+https://github.com/rust-lang/crates.io-index" 7187checksum = "7da5ac363534dce5fabf69949225e174fbf111a498bf0ff794c8ea1fba9f3dda" 7188dependencies = [ 7189 "digest 0.10.7", 7190] 7191 7192[[package]] 7193name = "md5" 7194version = "0.7.0" 7195source = "registry+https://github.com/rust-lang/crates.io-index" 7196checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 7197 7198[[package]] 7199name = "mdns" 7200version = "3.0.0" 7201source = "registry+https://github.com/rust-lang/crates.io-index" 7202checksum = "c769962ac75a6ea437f0922b27834bcccd4c013d591383a16ae5731e3ef0f3f3" 7203dependencies = [ 7204 "async-std", 7205 "async-stream 0.2.1", 7206 "dns-parser", 7207 "err-derive", 7208 "futures-core", 7209 "futures-util", 7210 "log", 7211 "net2", 7212] 7213 7214[[package]] 7215name = "mdns-sd" 7216version = "0.5.10" 7217source = "registry+https://github.com/rust-lang/crates.io-index" 7218checksum = "709cba29c9d7334db28706bc2767db2531934fd2e55781cba82c930fb7f22b47" 7219dependencies = [ 7220 "flume 0.10.14", 7221 "if-addrs 0.7.0", 7222 "log", 7223 "polling 2.8.0", 7224 "socket2 0.4.10", 7225] 7226 7227[[package]] 7228name = "mdns-sd" 7229version = "0.13.3" 7230source = "registry+https://github.com/rust-lang/crates.io-index" 7231checksum = "400c6168c6a7d2cd936365dc51e0ee4159830876aac224b5e3e042605dcb73f3" 7232dependencies = [ 7233 "fastrand", 7234 "flume 0.11.0", 7235 "if-addrs 0.13.4", 7236 "log", 7237 "mio 1.2.1", 7238 "socket2 0.5.7", 7239] 7240 7241[[package]] 7242name = "memchr" 7243version = "2.7.4" 7244source = "registry+https://github.com/rust-lang/crates.io-index" 7245checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 7246 7247[[package]] 7248name = "memmap2" 7249version = "0.5.10" 7250source = "registry+https://github.com/rust-lang/crates.io-index" 7251checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 7252dependencies = [ 7253 "libc", 7254] 7255 7256[[package]] 7257name = "memmem" 7258version = "0.1.1" 7259source = "registry+https://github.com/rust-lang/crates.io-index" 7260checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" 7261 7262[[package]] 7263name = "memoffset" 7264version = "0.9.1" 7265source = "registry+https://github.com/rust-lang/crates.io-index" 7266checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 7267dependencies = [ 7268 "autocfg", 7269] 7270 7271[[package]] 7272name = "metal" 7273version = "0.28.0" 7274source = "registry+https://github.com/rust-lang/crates.io-index" 7275checksum = "5637e166ea14be6063a3f8ba5ccb9a4159df7d8f6d61c02fc3d480b1f90dcfcb" 7276dependencies = [ 7277 "bitflags 2.9.4", 7278 "block", 7279 "core-graphics-types", 7280 "foreign-types", 7281 "log", 7282 "objc", 7283 "paste", 7284] 7285 7286[[package]] 7287name = "mime" 7288version = "0.3.17" 7289source = "registry+https://github.com/rust-lang/crates.io-index" 7290checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 7291 7292[[package]] 7293name = "mime_guess" 7294version = "2.0.5" 7295source = "registry+https://github.com/rust-lang/crates.io-index" 7296checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 7297dependencies = [ 7298 "mime", 7299 "unicase", 7300] 7301 7302[[package]] 7303name = "mimes" 7304version = "0.1.0" 7305source = "registry+https://github.com/rust-lang/crates.io-index" 7306checksum = "2a3a4ed4e4fb5df880a131f680e98336e2f8538101ace1d41915a12cbb992c84" 7307 7308[[package]] 7309name = "minimal-lexical" 7310version = "0.2.1" 7311source = "registry+https://github.com/rust-lang/crates.io-index" 7312checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 7313 7314[[package]] 7315name = "miniz_oxide" 7316version = "0.7.4" 7317source = "registry+https://github.com/rust-lang/crates.io-index" 7318checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 7319dependencies = [ 7320 "adler", 7321 "simd-adler32", 7322] 7323 7324[[package]] 7325name = "miniz_oxide" 7326version = "0.8.9" 7327source = "registry+https://github.com/rust-lang/crates.io-index" 7328checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 7329dependencies = [ 7330 "adler2", 7331 "simd-adler32", 7332] 7333 7334[[package]] 7335name = "mintex" 7336version = "0.1.3" 7337source = "registry+https://github.com/rust-lang/crates.io-index" 7338checksum = "9bec4598fddb13cc7b528819e697852653252b760f1228b7642679bf2ff2cd07" 7339 7340[[package]] 7341name = "mio" 7342version = "0.8.11" 7343source = "registry+https://github.com/rust-lang/crates.io-index" 7344checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 7345dependencies = [ 7346 "libc", 7347 "log", 7348 "wasi 0.11.0+wasi-snapshot-preview1", 7349 "windows-sys 0.48.0", 7350] 7351 7352[[package]] 7353name = "mio" 7354version = "1.2.1" 7355source = "registry+https://github.com/rust-lang/crates.io-index" 7356checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" 7357dependencies = [ 7358 "libc", 7359 "log", 7360 "wasi 0.11.0+wasi-snapshot-preview1", 7361 "windows-sys 0.61.2", 7362] 7363 7364[[package]] 7365name = "mockito" 7366version = "1.7.2" 7367source = "registry+https://github.com/rust-lang/crates.io-index" 7368checksum = "90820618712cab19cfc46b274c6c22546a82affcb3c3bdf0f29e3db8e1bb92c0" 7369dependencies = [ 7370 "assert-json-diff", 7371 "bytes", 7372 "colored", 7373 "futures-core", 7374 "http 1.1.0", 7375 "http-body 1.0.1", 7376 "http-body-util", 7377 "hyper 1.4.1", 7378 "hyper-util", 7379 "log", 7380 "pin-project-lite", 7381 "rand 0.9.0", 7382 "regex", 7383 "serde_json", 7384 "serde_urlencoded", 7385 "similar", 7386 "tokio", 7387] 7388 7389[[package]] 7390name = "moka" 7391version = "0.12.7" 7392source = "registry+https://github.com/rust-lang/crates.io-index" 7393checksum = "9e0d88686dc561d743b40de8269b26eaf0dc58781bde087b0984646602021d08" 7394dependencies = [ 7395 "crossbeam-channel", 7396 "crossbeam-epoch", 7397 "crossbeam-utils", 7398 "once_cell", 7399 "parking_lot", 7400 "quanta", 7401 "rustc_version 0.4.1", 7402 "smallvec", 7403 "tagptr", 7404 "thiserror 1.0.63", 7405 "triomphe", 7406 "uuid", 7407] 7408 7409[[package]] 7410name = "monch" 7411version = "0.5.0" 7412source = "registry+https://github.com/rust-lang/crates.io-index" 7413checksum = "b52c1b33ff98142aecea13138bd399b68aa7ab5d9546c300988c345004001eea" 7414 7415[[package]] 7416name = "mpd-filters" 7417version = "0.4.6" 7418source = "registry+https://github.com/rust-lang/crates.io-index" 7419checksum = "4b89e16b7497fafa2be059ecccae4dcdb5f6754e208d684dee54f77b9614fc63" 7420dependencies = [ 7421 "regex", 7422] 7423 7424[[package]] 7425name = "mpris-server" 7426version = "0.8.1" 7427source = "registry+https://github.com/rust-lang/crates.io-index" 7428checksum = "058bc2227727af394f34aa51da3e36aeecf2c808f39315d35f754872660750ae" 7429dependencies = [ 7430 "async-channel 2.3.1", 7431 "futures-channel", 7432 "serde", 7433 "trait-variant", 7434 "zbus", 7435] 7436 7437[[package]] 7438name = "multer" 7439version = "2.1.0" 7440source = "registry+https://github.com/rust-lang/crates.io-index" 7441checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2" 7442dependencies = [ 7443 "bytes", 7444 "encoding_rs", 7445 "futures-util", 7446 "http 0.2.12", 7447 "httparse", 7448 "log", 7449 "memchr", 7450 "mime", 7451 "spin", 7452 "version_check", 7453] 7454 7455[[package]] 7456name = "multer" 7457version = "3.1.0" 7458source = "registry+https://github.com/rust-lang/crates.io-index" 7459checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 7460dependencies = [ 7461 "bytes", 7462 "encoding_rs", 7463 "futures-util", 7464 "http 1.1.0", 7465 "httparse", 7466 "memchr", 7467 "mime", 7468 "spin", 7469 "version_check", 7470] 7471 7472[[package]] 7473name = "multimap" 7474version = "0.10.0" 7475source = "registry+https://github.com/rust-lang/crates.io-index" 7476checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" 7477dependencies = [ 7478 "serde", 7479] 7480 7481[[package]] 7482name = "naga" 7483version = "0.20.0" 7484source = "registry+https://github.com/rust-lang/crates.io-index" 7485checksum = "e536ae46fcab0876853bd4a632ede5df4b1c2527a58f6c5a4150fe86be858231" 7486dependencies = [ 7487 "arrayvec", 7488 "bit-set", 7489 "bitflags 2.9.4", 7490 "codespan-reporting", 7491 "hexf-parse", 7492 "indexmap 2.7.1", 7493 "log", 7494 "num-traits", 7495 "rustc-hash 1.1.0", 7496 "serde", 7497 "spirv", 7498 "termcolor", 7499 "thiserror 1.0.63", 7500 "unicode-xid", 7501] 7502 7503[[package]] 7504name = "napi_sym" 7505version = "0.114.0" 7506dependencies = [ 7507 "quote", 7508 "serde", 7509 "serde_json", 7510 "syn 2.0.91", 7511] 7512 7513[[package]] 7514name = "ndk" 7515version = "0.8.0" 7516source = "registry+https://github.com/rust-lang/crates.io-index" 7517checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 7518dependencies = [ 7519 "bitflags 2.9.4", 7520 "jni-sys", 7521 "log", 7522 "ndk-sys", 7523 "num_enum", 7524 "thiserror 1.0.63", 7525] 7526 7527[[package]] 7528name = "ndk-context" 7529version = "0.1.1" 7530source = "registry+https://github.com/rust-lang/crates.io-index" 7531checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 7532 7533[[package]] 7534name = "ndk-sys" 7535version = "0.5.0+25.2.9519653" 7536source = "registry+https://github.com/rust-lang/crates.io-index" 7537checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 7538dependencies = [ 7539 "jni-sys", 7540] 7541 7542[[package]] 7543name = "net2" 7544version = "0.2.39" 7545source = "registry+https://github.com/rust-lang/crates.io-index" 7546checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac" 7547dependencies = [ 7548 "cfg-if 0.1.10", 7549 "libc", 7550 "winapi", 7551] 7552 7553[[package]] 7554name = "netif" 7555version = "0.1.6" 7556source = "registry+https://github.com/rust-lang/crates.io-index" 7557checksum = "d29a01b9f018d6b7b277fef6c79fdbd9bf17bb2d1e298238055cafab49baa5ee" 7558dependencies = [ 7559 "libc", 7560 "winapi", 7561] 7562 7563[[package]] 7564name = "netstream" 7565version = "0.1.0" 7566dependencies = [ 7567 "libc", 7568 "mockito", 7569 "once_cell", 7570 "reqwest", 7571 "tracing", 7572] 7573 7574[[package]] 7575name = "new_debug_unreachable" 7576version = "1.0.6" 7577source = "registry+https://github.com/rust-lang/crates.io-index" 7578checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 7579 7580[[package]] 7581name = "nibble_vec" 7582version = "0.1.0" 7583source = "registry+https://github.com/rust-lang/crates.io-index" 7584checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 7585dependencies = [ 7586 "smallvec", 7587] 7588 7589[[package]] 7590name = "nix" 7591version = "0.27.1" 7592source = "registry+https://github.com/rust-lang/crates.io-index" 7593checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 7594dependencies = [ 7595 "bitflags 2.9.4", 7596 "cfg-if 1.0.0", 7597 "libc", 7598] 7599 7600[[package]] 7601name = "nix" 7602version = "0.29.0" 7603source = "registry+https://github.com/rust-lang/crates.io-index" 7604checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 7605dependencies = [ 7606 "bitflags 2.9.4", 7607 "cfg-if 1.0.0", 7608 "cfg_aliases 0.2.1", 7609 "libc", 7610 "memoffset", 7611] 7612 7613[[package]] 7614name = "node_resolver" 7615version = "0.22.0" 7616dependencies = [ 7617 "anyhow", 7618 "async-trait", 7619 "boxed_error", 7620 "deno_media_type", 7621 "deno_package_json", 7622 "deno_path_util", 7623 "futures", 7624 "lazy-regex", 7625 "once_cell", 7626 "path-clean", 7627 "regex", 7628 "serde_json", 7629 "thiserror 2.0.18", 7630 "tokio", 7631 "url", 7632] 7633 7634[[package]] 7635name = "nom" 7636version = "5.1.3" 7637source = "registry+https://github.com/rust-lang/crates.io-index" 7638checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b" 7639dependencies = [ 7640 "memchr", 7641 "version_check", 7642] 7643 7644[[package]] 7645name = "nom" 7646version = "7.1.3" 7647source = "registry+https://github.com/rust-lang/crates.io-index" 7648checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 7649dependencies = [ 7650 "memchr", 7651 "minimal-lexical", 7652] 7653 7654[[package]] 7655name = "nom" 7656version = "8.0.0" 7657source = "registry+https://github.com/rust-lang/crates.io-index" 7658checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" 7659dependencies = [ 7660 "memchr", 7661] 7662 7663[[package]] 7664name = "noop_proc_macro" 7665version = "0.3.0" 7666source = "registry+https://github.com/rust-lang/crates.io-index" 7667checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 7668 7669[[package]] 7670name = "normpath" 7671version = "1.3.0" 7672source = "registry+https://github.com/rust-lang/crates.io-index" 7673checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed" 7674dependencies = [ 7675 "windows-sys 0.59.0", 7676] 7677 7678[[package]] 7679name = "notify" 7680version = "6.1.1" 7681source = "registry+https://github.com/rust-lang/crates.io-index" 7682checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 7683dependencies = [ 7684 "bitflags 2.9.4", 7685 "crossbeam-channel", 7686 "filetime", 7687 "fsevent-sys", 7688 "inotify 0.9.6", 7689 "kqueue", 7690 "libc", 7691 "log", 7692 "mio 0.8.11", 7693 "walkdir", 7694 "windows-sys 0.48.0", 7695] 7696 7697[[package]] 7698name = "notify" 7699version = "8.2.0" 7700source = "registry+https://github.com/rust-lang/crates.io-index" 7701checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" 7702dependencies = [ 7703 "bitflags 2.9.4", 7704 "fsevent-sys", 7705 "inotify 0.11.4", 7706 "kqueue", 7707 "libc", 7708 "log", 7709 "mio 1.2.1", 7710 "notify-types", 7711 "walkdir", 7712 "windows-sys 0.60.2", 7713] 7714 7715[[package]] 7716name = "notify-types" 7717version = "2.1.0" 7718source = "registry+https://github.com/rust-lang/crates.io-index" 7719checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" 7720dependencies = [ 7721 "bitflags 2.9.4", 7722] 7723 7724[[package]] 7725name = "ntapi" 7726version = "0.4.1" 7727source = "registry+https://github.com/rust-lang/crates.io-index" 7728checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 7729dependencies = [ 7730 "winapi", 7731] 7732 7733[[package]] 7734name = "nu-ansi-term" 7735version = "0.46.0" 7736source = "registry+https://github.com/rust-lang/crates.io-index" 7737checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 7738dependencies = [ 7739 "overload", 7740 "winapi", 7741] 7742 7743[[package]] 7744name = "nu-ansi-term" 7745version = "0.50.1" 7746source = "registry+https://github.com/rust-lang/crates.io-index" 7747checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 7748dependencies = [ 7749 "windows-sys 0.52.0", 7750] 7751 7752[[package]] 7753name = "num" 7754version = "0.4.3" 7755source = "registry+https://github.com/rust-lang/crates.io-index" 7756checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 7757dependencies = [ 7758 "num-bigint", 7759 "num-complex", 7760 "num-integer", 7761 "num-iter", 7762 "num-rational", 7763 "num-traits", 7764] 7765 7766[[package]] 7767name = "num-bigint" 7768version = "0.4.6" 7769source = "registry+https://github.com/rust-lang/crates.io-index" 7770checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 7771dependencies = [ 7772 "num-integer", 7773 "num-traits", 7774 "rand 0.8.5", 7775 "serde", 7776] 7777 7778[[package]] 7779name = "num-bigint-dig" 7780version = "0.8.4" 7781source = "registry+https://github.com/rust-lang/crates.io-index" 7782checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 7783dependencies = [ 7784 "byteorder", 7785 "lazy_static", 7786 "libm", 7787 "num-integer", 7788 "num-iter", 7789 "num-traits", 7790 "rand 0.8.5", 7791 "serde", 7792 "smallvec", 7793 "zeroize", 7794] 7795 7796[[package]] 7797name = "num-complex" 7798version = "0.4.6" 7799source = "registry+https://github.com/rust-lang/crates.io-index" 7800checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 7801dependencies = [ 7802 "num-traits", 7803] 7804 7805[[package]] 7806name = "num-conv" 7807version = "0.1.0" 7808source = "registry+https://github.com/rust-lang/crates.io-index" 7809checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 7810 7811[[package]] 7812name = "num-derive" 7813version = "0.4.2" 7814source = "registry+https://github.com/rust-lang/crates.io-index" 7815checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 7816dependencies = [ 7817 "proc-macro2", 7818 "quote", 7819 "syn 2.0.91", 7820] 7821 7822[[package]] 7823name = "num-integer" 7824version = "0.1.46" 7825source = "registry+https://github.com/rust-lang/crates.io-index" 7826checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 7827dependencies = [ 7828 "num-traits", 7829] 7830 7831[[package]] 7832name = "num-iter" 7833version = "0.1.45" 7834source = "registry+https://github.com/rust-lang/crates.io-index" 7835checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 7836dependencies = [ 7837 "autocfg", 7838 "num-integer", 7839 "num-traits", 7840] 7841 7842[[package]] 7843name = "num-modular" 7844version = "0.6.1" 7845source = "registry+https://github.com/rust-lang/crates.io-index" 7846checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" 7847 7848[[package]] 7849name = "num-order" 7850version = "1.2.0" 7851source = "registry+https://github.com/rust-lang/crates.io-index" 7852checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" 7853dependencies = [ 7854 "num-modular", 7855] 7856 7857[[package]] 7858name = "num-rational" 7859version = "0.4.2" 7860source = "registry+https://github.com/rust-lang/crates.io-index" 7861checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 7862dependencies = [ 7863 "num-bigint", 7864 "num-integer", 7865 "num-traits", 7866] 7867 7868[[package]] 7869name = "num-traits" 7870version = "0.2.19" 7871source = "registry+https://github.com/rust-lang/crates.io-index" 7872checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 7873dependencies = [ 7874 "autocfg", 7875 "libm", 7876] 7877 7878[[package]] 7879name = "num_cpus" 7880version = "1.16.0" 7881source = "registry+https://github.com/rust-lang/crates.io-index" 7882checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 7883dependencies = [ 7884 "hermit-abi 0.3.9", 7885 "libc", 7886] 7887 7888[[package]] 7889name = "num_enum" 7890version = "0.7.6" 7891source = "registry+https://github.com/rust-lang/crates.io-index" 7892checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" 7893dependencies = [ 7894 "num_enum_derive", 7895 "rustversion", 7896] 7897 7898[[package]] 7899name = "num_enum_derive" 7900version = "0.7.6" 7901source = "registry+https://github.com/rust-lang/crates.io-index" 7902checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" 7903dependencies = [ 7904 "proc-macro-crate", 7905 "proc-macro2", 7906 "quote", 7907 "syn 2.0.91", 7908] 7909 7910[[package]] 7911name = "num_threads" 7912version = "0.1.7" 7913source = "registry+https://github.com/rust-lang/crates.io-index" 7914checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 7915dependencies = [ 7916 "libc", 7917] 7918 7919[[package]] 7920name = "objc" 7921version = "0.2.7" 7922source = "registry+https://github.com/rust-lang/crates.io-index" 7923checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 7924dependencies = [ 7925 "malloc_buf", 7926] 7927 7928[[package]] 7929name = "object" 7930version = "0.36.4" 7931source = "registry+https://github.com/rust-lang/crates.io-index" 7932checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" 7933dependencies = [ 7934 "memchr", 7935] 7936 7937[[package]] 7938name = "oboe" 7939version = "0.6.1" 7940source = "registry+https://github.com/rust-lang/crates.io-index" 7941checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb" 7942dependencies = [ 7943 "jni", 7944 "ndk", 7945 "ndk-context", 7946 "num-derive", 7947 "num-traits", 7948 "oboe-sys", 7949] 7950 7951[[package]] 7952name = "oboe-sys" 7953version = "0.6.1" 7954source = "registry+https://github.com/rust-lang/crates.io-index" 7955checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d" 7956dependencies = [ 7957 "cc", 7958] 7959 7960[[package]] 7961name = "ogg_pager" 7962version = "0.6.1" 7963source = "registry+https://github.com/rust-lang/crates.io-index" 7964checksum = "87b0bef808533c5890ab77279538212efdbbbd9aa4ef1ccdfcfbf77a42f7e6fa" 7965dependencies = [ 7966 "byteorder", 7967] 7968 7969[[package]] 7970name = "oid-registry" 7971version = "0.6.1" 7972source = "registry+https://github.com/rust-lang/crates.io-index" 7973checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" 7974dependencies = [ 7975 "asn1-rs", 7976] 7977 7978[[package]] 7979name = "once_cell" 7980version = "1.21.4" 7981source = "registry+https://github.com/rust-lang/crates.io-index" 7982checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 7983 7984[[package]] 7985name = "opaque-debug" 7986version = "0.3.1" 7987source = "registry+https://github.com/rust-lang/crates.io-index" 7988checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 7989 7990[[package]] 7991name = "open" 7992version = "5.3.2" 7993source = "registry+https://github.com/rust-lang/crates.io-index" 7994checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95" 7995dependencies = [ 7996 "is-wsl", 7997 "libc", 7998 "pathdiff", 7999] 8000 8001[[package]] 8002name = "opener" 8003version = "0.7.2" 8004source = "registry+https://github.com/rust-lang/crates.io-index" 8005checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681" 8006dependencies = [ 8007 "bstr", 8008 "dbus", 8009 "normpath", 8010 "windows-sys 0.59.0", 8011] 8012 8013[[package]] 8014name = "openssl-probe" 8015version = "0.1.5" 8016source = "registry+https://github.com/rust-lang/crates.io-index" 8017checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 8018 8019[[package]] 8020name = "opentelemetry" 8021version = "0.27.1" 8022source = "registry+https://github.com/rust-lang/crates.io-index" 8023checksum = "ab70038c28ed37b97d8ed414b6429d343a8bbf44c9f79ec854f3a643029ba6d7" 8024dependencies = [ 8025 "futures-core", 8026 "futures-sink", 8027 "js-sys", 8028 "pin-project-lite", 8029 "thiserror 1.0.63", 8030 "tracing", 8031] 8032 8033[[package]] 8034name = "opentelemetry-http" 8035version = "0.27.0" 8036source = "registry+https://github.com/rust-lang/crates.io-index" 8037checksum = "10a8a7f5f6ba7c1b286c2fbca0454eaba116f63bbe69ed250b642d36fbb04d80" 8038dependencies = [ 8039 "async-trait", 8040 "bytes", 8041 "http 1.1.0", 8042 "opentelemetry", 8043] 8044 8045[[package]] 8046name = "opentelemetry-otlp" 8047version = "0.27.0" 8048source = "registry+https://github.com/rust-lang/crates.io-index" 8049checksum = "91cf61a1868dacc576bf2b2a1c3e9ab150af7272909e80085c3173384fe11f76" 8050dependencies = [ 8051 "async-trait", 8052 "futures-core", 8053 "http 1.1.0", 8054 "opentelemetry", 8055 "opentelemetry-http", 8056 "opentelemetry-proto", 8057 "opentelemetry_sdk", 8058 "prost", 8059 "serde_json", 8060 "thiserror 1.0.63", 8061 "tokio", 8062 "tonic", 8063 "tracing", 8064] 8065 8066[[package]] 8067name = "opentelemetry-proto" 8068version = "0.27.0" 8069source = "registry+https://github.com/rust-lang/crates.io-index" 8070checksum = "a6e05acbfada5ec79023c85368af14abd0b307c015e9064d249b2a950ef459a6" 8071dependencies = [ 8072 "hex", 8073 "opentelemetry", 8074 "opentelemetry_sdk", 8075 "prost", 8076 "serde", 8077 "tonic", 8078] 8079 8080[[package]] 8081name = "opentelemetry-semantic-conventions" 8082version = "0.27.0" 8083source = "registry+https://github.com/rust-lang/crates.io-index" 8084checksum = "bc1b6902ff63b32ef6c489e8048c5e253e2e4a803ea3ea7e783914536eb15c52" 8085 8086[[package]] 8087name = "opentelemetry_sdk" 8088version = "0.27.1" 8089source = "registry+https://github.com/rust-lang/crates.io-index" 8090checksum = "231e9d6ceef9b0b2546ddf52335785ce41252bc7474ee8ba05bfad277be13ab8" 8091dependencies = [ 8092 "async-trait", 8093 "futures-channel", 8094 "futures-executor", 8095 "futures-util", 8096 "glob", 8097 "opentelemetry", 8098 "percent-encoding", 8099 "rand 0.8.5", 8100 "serde_json", 8101 "thiserror 1.0.63", 8102 "tracing", 8103] 8104 8105[[package]] 8106name = "option-ext" 8107version = "0.2.0" 8108source = "registry+https://github.com/rust-lang/crates.io-index" 8109checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 8110 8111[[package]] 8112name = "ordered-float" 8113version = "2.10.1" 8114source = "registry+https://github.com/rust-lang/crates.io-index" 8115checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" 8116dependencies = [ 8117 "num-traits", 8118] 8119 8120[[package]] 8121name = "ordered-stream" 8122version = "0.2.0" 8123source = "registry+https://github.com/rust-lang/crates.io-index" 8124checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 8125dependencies = [ 8126 "futures-core", 8127 "pin-project-lite", 8128] 8129 8130[[package]] 8131name = "os-release" 8132version = "0.1.0" 8133source = "registry+https://github.com/rust-lang/crates.io-index" 8134checksum = "82f29ae2f71b53ec19cc23385f8e4f3d90975195aa3d09171ba3bef7159bec27" 8135dependencies = [ 8136 "lazy_static", 8137] 8138 8139[[package]] 8140name = "os_pipe" 8141version = "1.1.5" 8142source = "registry+https://github.com/rust-lang/crates.io-index" 8143checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9" 8144dependencies = [ 8145 "libc", 8146 "windows-sys 0.52.0", 8147] 8148 8149[[package]] 8150name = "outref" 8151version = "0.1.0" 8152source = "registry+https://github.com/rust-lang/crates.io-index" 8153checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" 8154 8155[[package]] 8156name = "outref" 8157version = "0.5.1" 8158source = "registry+https://github.com/rust-lang/crates.io-index" 8159checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 8160 8161[[package]] 8162name = "overload" 8163version = "0.1.1" 8164source = "registry+https://github.com/rust-lang/crates.io-index" 8165checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 8166 8167[[package]] 8168name = "owo-colors" 8169version = "4.1.0" 8170source = "registry+https://github.com/rust-lang/crates.io-index" 8171checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56" 8172 8173[[package]] 8174name = "owo-colors" 8175version = "5.0.0" 8176source = "registry+https://github.com/rust-lang/crates.io-index" 8177checksum = "8f1fd1e2f6b8c2caa4ede09a3c1b8fcab7b8b3c0c82987e685eb0df047b044f5" 8178 8179[[package]] 8180name = "p224" 8181version = "0.13.2" 8182source = "registry+https://github.com/rust-lang/crates.io-index" 8183checksum = "30c06436d66652bc2f01ade021592c80a2aad401570a18aa18b82e440d2b9aa1" 8184dependencies = [ 8185 "ecdsa", 8186 "elliptic-curve", 8187 "primeorder", 8188 "sha2", 8189] 8190 8191[[package]] 8192name = "p256" 8193version = "0.13.2" 8194source = "registry+https://github.com/rust-lang/crates.io-index" 8195checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 8196dependencies = [ 8197 "ecdsa", 8198 "elliptic-curve", 8199 "primeorder", 8200 "sha2", 8201] 8202 8203[[package]] 8204name = "p384" 8205version = "0.13.0" 8206source = "registry+https://github.com/rust-lang/crates.io-index" 8207checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" 8208dependencies = [ 8209 "ecdsa", 8210 "elliptic-curve", 8211 "primeorder", 8212 "sha2", 8213] 8214 8215[[package]] 8216name = "p521" 8217version = "0.13.3" 8218source = "registry+https://github.com/rust-lang/crates.io-index" 8219checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2" 8220dependencies = [ 8221 "base16ct", 8222 "ecdsa", 8223 "elliptic-curve", 8224 "primeorder", 8225 "rand_core 0.6.4", 8226 "sha2", 8227] 8228 8229[[package]] 8230name = "pango" 8231version = "0.20.6" 8232source = "registry+https://github.com/rust-lang/crates.io-index" 8233checksum = "71e34e7ca2c52e3933d7e5251409a82b83725fa9d6d48fbdaacec056b3a0554a" 8234dependencies = [ 8235 "gio", 8236 "glib", 8237 "libc", 8238 "pango-sys", 8239] 8240 8241[[package]] 8242name = "pango-sys" 8243version = "0.20.4" 8244source = "registry+https://github.com/rust-lang/crates.io-index" 8245checksum = "84fd65917bf12f06544ae2bbc200abf9fc0a513a5a88a0fa81013893aef2b838" 8246dependencies = [ 8247 "glib-sys", 8248 "gobject-sys", 8249 "libc", 8250 "system-deps 7.0.3", 8251] 8252 8253[[package]] 8254name = "parking" 8255version = "2.2.1" 8256source = "registry+https://github.com/rust-lang/crates.io-index" 8257checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 8258 8259[[package]] 8260name = "parking_lot" 8261version = "0.12.3" 8262source = "registry+https://github.com/rust-lang/crates.io-index" 8263checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 8264dependencies = [ 8265 "lock_api", 8266 "parking_lot_core", 8267] 8268 8269[[package]] 8270name = "parking_lot_core" 8271version = "0.9.10" 8272source = "registry+https://github.com/rust-lang/crates.io-index" 8273checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 8274dependencies = [ 8275 "cfg-if 1.0.0", 8276 "libc", 8277 "redox_syscall", 8278 "smallvec", 8279 "windows-targets 0.52.6", 8280] 8281 8282[[package]] 8283name = "password-hash" 8284version = "0.5.0" 8285source = "registry+https://github.com/rust-lang/crates.io-index" 8286checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" 8287dependencies = [ 8288 "base64ct", 8289 "rand_core 0.6.4", 8290 "subtle", 8291] 8292 8293[[package]] 8294name = "paste" 8295version = "1.0.15" 8296source = "registry+https://github.com/rust-lang/crates.io-index" 8297checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 8298 8299[[package]] 8300name = "path-clean" 8301version = "0.1.0" 8302source = "registry+https://github.com/rust-lang/crates.io-index" 8303checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd" 8304 8305[[package]] 8306name = "path-dedot" 8307version = "3.1.1" 8308source = "registry+https://github.com/rust-lang/crates.io-index" 8309checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397" 8310dependencies = [ 8311 "once_cell", 8312] 8313 8314[[package]] 8315name = "pathdiff" 8316version = "0.2.1" 8317source = "registry+https://github.com/rust-lang/crates.io-index" 8318checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 8319 8320[[package]] 8321name = "pbkdf2" 8322version = "0.12.2" 8323source = "registry+https://github.com/rust-lang/crates.io-index" 8324checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 8325dependencies = [ 8326 "digest 0.10.7", 8327 "hmac", 8328] 8329 8330[[package]] 8331name = "pem-rfc7468" 8332version = "0.7.0" 8333source = "registry+https://github.com/rust-lang/crates.io-index" 8334checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 8335dependencies = [ 8336 "base64ct", 8337] 8338 8339[[package]] 8340name = "percent-encoding" 8341version = "2.3.1" 8342source = "registry+https://github.com/rust-lang/crates.io-index" 8343checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 8344 8345[[package]] 8346name = "pest" 8347version = "2.7.12" 8348source = "registry+https://github.com/rust-lang/crates.io-index" 8349checksum = "9c73c26c01b8c87956cea613c907c9d6ecffd8d18a2a5908e5de0adfaa185cea" 8350dependencies = [ 8351 "memchr", 8352 "thiserror 1.0.63", 8353 "ucd-trie", 8354] 8355 8356[[package]] 8357name = "pest_derive" 8358version = "2.7.12" 8359source = "registry+https://github.com/rust-lang/crates.io-index" 8360checksum = "664d22978e2815783adbdd2c588b455b1bd625299ce36b2a99881ac9627e6d8d" 8361dependencies = [ 8362 "pest", 8363 "pest_generator", 8364] 8365 8366[[package]] 8367name = "pest_generator" 8368version = "2.7.12" 8369source = "registry+https://github.com/rust-lang/crates.io-index" 8370checksum = "a2d5487022d5d33f4c30d91c22afa240ce2a644e87fe08caad974d4eab6badbe" 8371dependencies = [ 8372 "pest", 8373 "pest_meta", 8374 "proc-macro2", 8375 "quote", 8376 "syn 2.0.91", 8377] 8378 8379[[package]] 8380name = "pest_meta" 8381version = "2.7.12" 8382source = "registry+https://github.com/rust-lang/crates.io-index" 8383checksum = "0091754bbd0ea592c4deb3a122ce8ecbb0753b738aa82bc055fcc2eccc8d8174" 8384dependencies = [ 8385 "once_cell", 8386 "pest", 8387 "sha2", 8388] 8389 8390[[package]] 8391name = "petgraph" 8392version = "0.6.5" 8393source = "registry+https://github.com/rust-lang/crates.io-index" 8394checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 8395dependencies = [ 8396 "fixedbitset", 8397 "indexmap 2.7.1", 8398] 8399 8400[[package]] 8401name = "phf" 8402version = "0.11.2" 8403source = "registry+https://github.com/rust-lang/crates.io-index" 8404checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 8405dependencies = [ 8406 "phf_macros", 8407 "phf_shared", 8408] 8409 8410[[package]] 8411name = "phf_codegen" 8412version = "0.11.2" 8413source = "registry+https://github.com/rust-lang/crates.io-index" 8414checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 8415dependencies = [ 8416 "phf_generator", 8417 "phf_shared", 8418] 8419 8420[[package]] 8421name = "phf_generator" 8422version = "0.11.2" 8423source = "registry+https://github.com/rust-lang/crates.io-index" 8424checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 8425dependencies = [ 8426 "phf_shared", 8427 "rand 0.8.5", 8428] 8429 8430[[package]] 8431name = "phf_macros" 8432version = "0.11.2" 8433source = "registry+https://github.com/rust-lang/crates.io-index" 8434checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 8435dependencies = [ 8436 "phf_generator", 8437 "phf_shared", 8438 "proc-macro2", 8439 "quote", 8440 "syn 2.0.91", 8441] 8442 8443[[package]] 8444name = "phf_shared" 8445version = "0.11.2" 8446source = "registry+https://github.com/rust-lang/crates.io-index" 8447checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 8448dependencies = [ 8449 "siphasher", 8450] 8451 8452[[package]] 8453name = "pin-project" 8454version = "1.1.5" 8455source = "registry+https://github.com/rust-lang/crates.io-index" 8456checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 8457dependencies = [ 8458 "pin-project-internal", 8459] 8460 8461[[package]] 8462name = "pin-project-internal" 8463version = "1.1.5" 8464source = "registry+https://github.com/rust-lang/crates.io-index" 8465checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 8466dependencies = [ 8467 "proc-macro2", 8468 "quote", 8469 "syn 2.0.91", 8470] 8471 8472[[package]] 8473name = "pin-project-lite" 8474version = "0.2.14" 8475source = "registry+https://github.com/rust-lang/crates.io-index" 8476checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 8477 8478[[package]] 8479name = "pin-utils" 8480version = "0.1.0" 8481source = "registry+https://github.com/rust-lang/crates.io-index" 8482checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 8483 8484[[package]] 8485name = "piper" 8486version = "0.2.4" 8487source = "registry+https://github.com/rust-lang/crates.io-index" 8488checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 8489dependencies = [ 8490 "atomic-waker", 8491 "fastrand", 8492 "futures-io", 8493] 8494 8495[[package]] 8496name = "pkcs1" 8497version = "0.7.5" 8498source = "registry+https://github.com/rust-lang/crates.io-index" 8499checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 8500dependencies = [ 8501 "der", 8502 "pkcs8", 8503 "spki", 8504] 8505 8506[[package]] 8507name = "pkcs5" 8508version = "0.7.1" 8509source = "registry+https://github.com/rust-lang/crates.io-index" 8510checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6" 8511dependencies = [ 8512 "aes", 8513 "cbc", 8514 "der", 8515 "pbkdf2", 8516 "scrypt", 8517 "sha2", 8518 "spki", 8519] 8520 8521[[package]] 8522name = "pkcs8" 8523version = "0.10.2" 8524source = "registry+https://github.com/rust-lang/crates.io-index" 8525checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 8526dependencies = [ 8527 "der", 8528 "pkcs5", 8529 "rand_core 0.6.4", 8530 "spki", 8531] 8532 8533[[package]] 8534name = "pkg-config" 8535version = "0.3.30" 8536source = "registry+https://github.com/rust-lang/crates.io-index" 8537checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 8538 8539[[package]] 8540name = "png" 8541version = "0.17.13" 8542source = "registry+https://github.com/rust-lang/crates.io-index" 8543checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 8544dependencies = [ 8545 "bitflags 1.3.2", 8546 "crc32fast", 8547 "fdeflate", 8548 "flate2", 8549 "miniz_oxide 0.7.4", 8550] 8551 8552[[package]] 8553name = "polling" 8554version = "2.8.0" 8555source = "registry+https://github.com/rust-lang/crates.io-index" 8556checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 8557dependencies = [ 8558 "autocfg", 8559 "bitflags 1.3.2", 8560 "cfg-if 1.0.0", 8561 "concurrent-queue", 8562 "libc", 8563 "log", 8564 "pin-project-lite", 8565 "windows-sys 0.48.0", 8566] 8567 8568[[package]] 8569name = "polling" 8570version = "3.7.3" 8571source = "registry+https://github.com/rust-lang/crates.io-index" 8572checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" 8573dependencies = [ 8574 "cfg-if 1.0.0", 8575 "concurrent-queue", 8576 "hermit-abi 0.4.0", 8577 "pin-project-lite", 8578 "rustix 0.38.42", 8579 "tracing", 8580 "windows-sys 0.59.0", 8581] 8582 8583[[package]] 8584name = "poly1305" 8585version = "0.8.0" 8586source = "registry+https://github.com/rust-lang/crates.io-index" 8587checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" 8588dependencies = [ 8589 "cpufeatures 0.2.14", 8590 "opaque-debug", 8591 "universal-hash", 8592] 8593 8594[[package]] 8595name = "polyval" 8596version = "0.6.2" 8597source = "registry+https://github.com/rust-lang/crates.io-index" 8598checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" 8599dependencies = [ 8600 "cfg-if 1.0.0", 8601 "cpufeatures 0.2.14", 8602 "opaque-debug", 8603 "universal-hash", 8604] 8605 8606[[package]] 8607name = "powerfmt" 8608version = "0.2.0" 8609source = "registry+https://github.com/rust-lang/crates.io-index" 8610checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 8611 8612[[package]] 8613name = "ppv-lite86" 8614version = "0.2.20" 8615source = "registry+https://github.com/rust-lang/crates.io-index" 8616checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 8617dependencies = [ 8618 "zerocopy 0.7.35", 8619] 8620 8621[[package]] 8622name = "pretty_assertions" 8623version = "1.4.0" 8624source = "registry+https://github.com/rust-lang/crates.io-index" 8625checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" 8626dependencies = [ 8627 "diff", 8628 "yansi", 8629] 8630 8631[[package]] 8632name = "pretty_yaml" 8633version = "0.5.0" 8634source = "registry+https://github.com/rust-lang/crates.io-index" 8635checksum = "dda9a64ee7296e82d1e0f4389383e6a7d8e6e2487d8391f7d028c131395fd376" 8636dependencies = [ 8637 "rowan", 8638 "tiny_pretty", 8639 "yaml_parser", 8640] 8641 8642[[package]] 8643name = "prettyplease" 8644version = "0.2.22" 8645source = "registry+https://github.com/rust-lang/crates.io-index" 8646checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" 8647dependencies = [ 8648 "proc-macro2", 8649 "syn 2.0.91", 8650] 8651 8652[[package]] 8653name = "primeorder" 8654version = "0.13.6" 8655source = "registry+https://github.com/rust-lang/crates.io-index" 8656checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 8657dependencies = [ 8658 "elliptic-curve", 8659] 8660 8661[[package]] 8662name = "proc-macro-crate" 8663version = "3.2.0" 8664source = "registry+https://github.com/rust-lang/crates.io-index" 8665checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" 8666dependencies = [ 8667 "toml_edit", 8668] 8669 8670[[package]] 8671name = "proc-macro-error" 8672version = "1.0.4" 8673source = "registry+https://github.com/rust-lang/crates.io-index" 8674checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 8675dependencies = [ 8676 "proc-macro-error-attr", 8677 "proc-macro2", 8678 "quote", 8679 "syn 1.0.109", 8680 "version_check", 8681] 8682 8683[[package]] 8684name = "proc-macro-error-attr" 8685version = "1.0.4" 8686source = "registry+https://github.com/rust-lang/crates.io-index" 8687checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 8688dependencies = [ 8689 "proc-macro2", 8690 "quote", 8691 "version_check", 8692] 8693 8694[[package]] 8695name = "proc-macro-rules" 8696version = "0.4.0" 8697source = "registry+https://github.com/rust-lang/crates.io-index" 8698checksum = "07c277e4e643ef00c1233393c673f655e3672cf7eb3ba08a00bdd0ea59139b5f" 8699dependencies = [ 8700 "proc-macro-rules-macros", 8701 "proc-macro2", 8702 "syn 2.0.91", 8703] 8704 8705[[package]] 8706name = "proc-macro-rules-macros" 8707version = "0.4.0" 8708source = "registry+https://github.com/rust-lang/crates.io-index" 8709checksum = "207fffb0fe655d1d47f6af98cc2793405e85929bdbc420d685554ff07be27ac7" 8710dependencies = [ 8711 "once_cell", 8712 "proc-macro2", 8713 "quote", 8714 "syn 2.0.91", 8715] 8716 8717[[package]] 8718name = "proc-macro2" 8719version = "1.0.92" 8720source = "registry+https://github.com/rust-lang/crates.io-index" 8721checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" 8722dependencies = [ 8723 "unicode-ident", 8724] 8725 8726[[package]] 8727name = "profiling" 8728version = "1.0.15" 8729source = "registry+https://github.com/rust-lang/crates.io-index" 8730checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" 8731dependencies = [ 8732 "profiling-procmacros", 8733] 8734 8735[[package]] 8736name = "profiling-procmacros" 8737version = "1.0.16" 8738source = "registry+https://github.com/rust-lang/crates.io-index" 8739checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30" 8740dependencies = [ 8741 "quote", 8742 "syn 2.0.91", 8743] 8744 8745[[package]] 8746name = "prost" 8747version = "0.13.2" 8748source = "registry+https://github.com/rust-lang/crates.io-index" 8749checksum = "3b2ecbe40f08db5c006b5764a2645f7f3f141ce756412ac9e1dd6087e6d32995" 8750dependencies = [ 8751 "bytes", 8752 "prost-derive", 8753] 8754 8755[[package]] 8756name = "prost-build" 8757version = "0.13.2" 8758source = "registry+https://github.com/rust-lang/crates.io-index" 8759checksum = "f8650aabb6c35b860610e9cff5dc1af886c9e25073b7b1712a68972af4281302" 8760dependencies = [ 8761 "bytes", 8762 "heck 0.5.0", 8763 "itertools 0.13.0", 8764 "log", 8765 "multimap", 8766 "once_cell", 8767 "petgraph", 8768 "prettyplease", 8769 "prost", 8770 "prost-types", 8771 "regex", 8772 "syn 2.0.91", 8773 "tempfile", 8774] 8775 8776[[package]] 8777name = "prost-derive" 8778version = "0.13.2" 8779source = "registry+https://github.com/rust-lang/crates.io-index" 8780checksum = "acf0c195eebb4af52c752bec4f52f645da98b6e92077a04110c7f349477ae5ac" 8781dependencies = [ 8782 "anyhow", 8783 "itertools 0.13.0", 8784 "proc-macro2", 8785 "quote", 8786 "syn 2.0.91", 8787] 8788 8789[[package]] 8790name = "prost-types" 8791version = "0.13.2" 8792source = "registry+https://github.com/rust-lang/crates.io-index" 8793checksum = "60caa6738c7369b940c3d49246a8d1749323674c65cb13010134f5c9bad5b519" 8794dependencies = [ 8795 "prost", 8796] 8797 8798[[package]] 8799name = "protobuf" 8800version = "3.2.0" 8801source = "registry+https://github.com/rust-lang/crates.io-index" 8802checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e" 8803dependencies = [ 8804 "once_cell", 8805 "protobuf-support", 8806 "thiserror 1.0.63", 8807] 8808 8809[[package]] 8810name = "protobuf-codegen" 8811version = "3.2.0" 8812source = "registry+https://github.com/rust-lang/crates.io-index" 8813checksum = "0dd418ac3c91caa4032d37cb80ff0d44e2ebe637b2fb243b6234bf89cdac4901" 8814dependencies = [ 8815 "anyhow", 8816 "once_cell", 8817 "protobuf", 8818 "protobuf-parse", 8819 "regex", 8820 "tempfile", 8821 "thiserror 1.0.63", 8822] 8823 8824[[package]] 8825name = "protobuf-parse" 8826version = "3.2.0" 8827source = "registry+https://github.com/rust-lang/crates.io-index" 8828checksum = "9d39b14605eaa1f6a340aec7f320b34064feb26c93aec35d6a9a2272a8ddfa49" 8829dependencies = [ 8830 "anyhow", 8831 "indexmap 1.9.3", 8832 "log", 8833 "protobuf", 8834 "protobuf-support", 8835 "tempfile", 8836 "thiserror 1.0.63", 8837 "which 4.4.2", 8838] 8839 8840[[package]] 8841name = "protobuf-support" 8842version = "3.2.0" 8843source = "registry+https://github.com/rust-lang/crates.io-index" 8844checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372" 8845dependencies = [ 8846 "thiserror 1.0.63", 8847] 8848 8849[[package]] 8850name = "psm" 8851version = "0.1.23" 8852source = "registry+https://github.com/rust-lang/crates.io-index" 8853checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205" 8854dependencies = [ 8855 "cc", 8856] 8857 8858[[package]] 8859name = "ptr_meta" 8860version = "0.1.4" 8861source = "registry+https://github.com/rust-lang/crates.io-index" 8862checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 8863dependencies = [ 8864 "ptr_meta_derive", 8865] 8866 8867[[package]] 8868name = "ptr_meta_derive" 8869version = "0.1.4" 8870source = "registry+https://github.com/rust-lang/crates.io-index" 8871checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 8872dependencies = [ 8873 "proc-macro2", 8874 "quote", 8875 "syn 1.0.109", 8876] 8877 8878[[package]] 8879name = "pulldown-cmark" 8880version = "0.11.3" 8881source = "registry+https://github.com/rust-lang/crates.io-index" 8882checksum = "679341d22c78c6c649893cbd6c3278dcbe9fc4faa62fea3a9296ae2b50c14625" 8883dependencies = [ 8884 "bitflags 2.9.4", 8885 "memchr", 8886 "unicase", 8887] 8888 8889[[package]] 8890name = "qoi" 8891version = "0.4.1" 8892source = "registry+https://github.com/rust-lang/crates.io-index" 8893checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 8894dependencies = [ 8895 "bytemuck", 8896] 8897 8898[[package]] 8899name = "quanta" 8900version = "0.12.4" 8901source = "registry+https://github.com/rust-lang/crates.io-index" 8902checksum = "773ce68d0bb9bc7ef20be3536ffe94e223e1f365bd374108b2659fac0c65cfe6" 8903dependencies = [ 8904 "crossbeam-utils", 8905 "libc", 8906 "once_cell", 8907 "raw-cpuid", 8908 "wasi 0.11.0+wasi-snapshot-preview1", 8909 "web-sys", 8910 "winapi", 8911] 8912 8913[[package]] 8914name = "quick-error" 8915version = "1.2.3" 8916source = "registry+https://github.com/rust-lang/crates.io-index" 8917checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 8918 8919[[package]] 8920name = "quick-error" 8921version = "2.0.1" 8922source = "registry+https://github.com/rust-lang/crates.io-index" 8923checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 8924 8925[[package]] 8926name = "quick-junit" 8927version = "0.3.6" 8928source = "registry+https://github.com/rust-lang/crates.io-index" 8929checksum = "d1a341ae463320e9f8f34adda49c8a85d81d4e8f34cce4397fb0350481552224" 8930dependencies = [ 8931 "chrono", 8932 "indexmap 2.7.1", 8933 "quick-xml 0.31.0", 8934 "strip-ansi-escapes", 8935 "thiserror 1.0.63", 8936 "uuid", 8937] 8938 8939[[package]] 8940name = "quick-xml" 8941version = "0.31.0" 8942source = "registry+https://github.com/rust-lang/crates.io-index" 8943checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 8944dependencies = [ 8945 "memchr", 8946] 8947 8948[[package]] 8949name = "quick-xml" 8950version = "0.37.5" 8951source = "registry+https://github.com/rust-lang/crates.io-index" 8952checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" 8953dependencies = [ 8954 "memchr", 8955 "serde", 8956] 8957 8958[[package]] 8959name = "quinn" 8960version = "0.11.6" 8961source = "registry+https://github.com/rust-lang/crates.io-index" 8962checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" 8963dependencies = [ 8964 "bytes", 8965 "pin-project-lite", 8966 "quinn-proto", 8967 "quinn-udp", 8968 "rustc-hash 2.0.0", 8969 "rustls 0.23.13", 8970 "socket2 0.5.7", 8971 "thiserror 2.0.18", 8972 "tokio", 8973 "tracing", 8974] 8975 8976[[package]] 8977name = "quinn-proto" 8978version = "0.11.9" 8979source = "registry+https://github.com/rust-lang/crates.io-index" 8980checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" 8981dependencies = [ 8982 "bytes", 8983 "getrandom 0.2.15", 8984 "rand 0.8.5", 8985 "ring", 8986 "rustc-hash 2.0.0", 8987 "rustls 0.23.13", 8988 "rustls-pki-types", 8989 "slab", 8990 "thiserror 2.0.18", 8991 "tinyvec", 8992 "tracing", 8993 "web-time", 8994] 8995 8996[[package]] 8997name = "quinn-udp" 8998version = "0.5.4" 8999source = "registry+https://github.com/rust-lang/crates.io-index" 9000checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285" 9001dependencies = [ 9002 "libc", 9003 "once_cell", 9004 "socket2 0.5.7", 9005 "tracing", 9006 "windows-sys 0.52.0", 9007] 9008 9009[[package]] 9010name = "quote" 9011version = "1.0.37" 9012source = "registry+https://github.com/rust-lang/crates.io-index" 9013checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 9014dependencies = [ 9015 "proc-macro2", 9016] 9017 9018[[package]] 9019name = "r-efi" 9020version = "5.2.0" 9021source = "registry+https://github.com/rust-lang/crates.io-index" 9022checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 9023 9024[[package]] 9025name = "r-efi" 9026version = "6.0.0" 9027source = "registry+https://github.com/rust-lang/crates.io-index" 9028checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 9029 9030[[package]] 9031name = "radium" 9032version = "0.7.0" 9033source = "registry+https://github.com/rust-lang/crates.io-index" 9034checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 9035 9036[[package]] 9037name = "radix_fmt" 9038version = "1.0.0" 9039source = "registry+https://github.com/rust-lang/crates.io-index" 9040checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426" 9041 9042[[package]] 9043name = "radix_trie" 9044version = "0.2.1" 9045source = "registry+https://github.com/rust-lang/crates.io-index" 9046checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 9047dependencies = [ 9048 "endian-type", 9049 "nibble_vec", 9050] 9051 9052[[package]] 9053name = "raffia" 9054version = "0.9.1" 9055source = "registry+https://github.com/rust-lang/crates.io-index" 9056checksum = "c36f58fa7ad2f26bca656054c902becddeac5582df2bb31d4b4d2a148c62cfd5" 9057dependencies = [ 9058 "raffia_macro", 9059 "smallvec", 9060] 9061 9062[[package]] 9063name = "raffia_macro" 9064version = "0.1.1" 9065source = "registry+https://github.com/rust-lang/crates.io-index" 9066checksum = "4fdb50eb5bf734fa5a770680a61876a6ec77b99c1e0e52d1f18ad6ebfa85759f" 9067dependencies = [ 9068 "heck 0.5.0", 9069 "quote", 9070 "syn 2.0.91", 9071] 9072 9073[[package]] 9074name = "rand" 9075version = "0.8.5" 9076source = "registry+https://github.com/rust-lang/crates.io-index" 9077checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 9078dependencies = [ 9079 "libc", 9080 "rand_chacha 0.3.1", 9081 "rand_core 0.6.4", 9082] 9083 9084[[package]] 9085name = "rand" 9086version = "0.9.0" 9087source = "registry+https://github.com/rust-lang/crates.io-index" 9088checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" 9089dependencies = [ 9090 "rand_chacha 0.9.0", 9091 "rand_core 0.9.3", 9092 "zerocopy 0.8.24", 9093] 9094 9095[[package]] 9096name = "rand" 9097version = "0.10.1" 9098source = "registry+https://github.com/rust-lang/crates.io-index" 9099checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" 9100dependencies = [ 9101 "chacha20 0.10.0", 9102 "getrandom 0.4.2", 9103 "rand_core 0.10.1", 9104] 9105 9106[[package]] 9107name = "rand_chacha" 9108version = "0.3.1" 9109source = "registry+https://github.com/rust-lang/crates.io-index" 9110checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 9111dependencies = [ 9112 "ppv-lite86", 9113 "rand_core 0.6.4", 9114] 9115 9116[[package]] 9117name = "rand_chacha" 9118version = "0.9.0" 9119source = "registry+https://github.com/rust-lang/crates.io-index" 9120checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 9121dependencies = [ 9122 "ppv-lite86", 9123 "rand_core 0.9.3", 9124] 9125 9126[[package]] 9127name = "rand_core" 9128version = "0.6.4" 9129source = "registry+https://github.com/rust-lang/crates.io-index" 9130checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 9131dependencies = [ 9132 "getrandom 0.2.15", 9133] 9134 9135[[package]] 9136name = "rand_core" 9137version = "0.9.3" 9138source = "registry+https://github.com/rust-lang/crates.io-index" 9139checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 9140dependencies = [ 9141 "getrandom 0.3.2", 9142] 9143 9144[[package]] 9145name = "rand_core" 9146version = "0.10.1" 9147source = "registry+https://github.com/rust-lang/crates.io-index" 9148checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" 9149 9150[[package]] 9151name = "range-alloc" 9152version = "0.1.3" 9153source = "registry+https://github.com/rust-lang/crates.io-index" 9154checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 9155 9156[[package]] 9157name = "ratatui" 9158version = "0.28.1" 9159source = "registry+https://github.com/rust-lang/crates.io-index" 9160checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" 9161dependencies = [ 9162 "bitflags 2.9.4", 9163 "cassowary", 9164 "compact_str", 9165 "crossterm", 9166 "instability", 9167 "itertools 0.13.0", 9168 "lru", 9169 "paste", 9170 "strum 0.26.3", 9171 "strum_macros 0.26.4", 9172 "time", 9173 "unicode-segmentation", 9174 "unicode-truncate", 9175 "unicode-width", 9176] 9177 9178[[package]] 9179name = "rav1e" 9180version = "0.7.1" 9181source = "registry+https://github.com/rust-lang/crates.io-index" 9182checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9" 9183dependencies = [ 9184 "arbitrary", 9185 "arg_enum_proc_macro", 9186 "arrayvec", 9187 "av1-grain", 9188 "bitstream-io", 9189 "built", 9190 "cfg-if 1.0.0", 9191 "interpolate_name", 9192 "itertools 0.12.1", 9193 "libc", 9194 "libfuzzer-sys", 9195 "log", 9196 "maybe-rayon", 9197 "new_debug_unreachable", 9198 "noop_proc_macro", 9199 "num-derive", 9200 "num-traits", 9201 "once_cell", 9202 "paste", 9203 "profiling", 9204 "rand 0.8.5", 9205 "rand_chacha 0.3.1", 9206 "simd_helpers", 9207 "system-deps 6.2.2", 9208 "thiserror 1.0.63", 9209 "v_frame", 9210 "wasm-bindgen", 9211] 9212 9213[[package]] 9214name = "ravif" 9215version = "0.11.11" 9216source = "registry+https://github.com/rust-lang/crates.io-index" 9217checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6" 9218dependencies = [ 9219 "avif-serialize", 9220 "imgref", 9221 "loop9", 9222 "quick-error 2.0.1", 9223 "rav1e", 9224 "rayon", 9225 "rgb", 9226] 9227 9228[[package]] 9229name = "raw-cpuid" 9230version = "11.2.0" 9231source = "registry+https://github.com/rust-lang/crates.io-index" 9232checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" 9233dependencies = [ 9234 "bitflags 2.9.4", 9235] 9236 9237[[package]] 9238name = "raw-window-handle" 9239version = "0.6.2" 9240source = "registry+https://github.com/rust-lang/crates.io-index" 9241checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 9242 9243[[package]] 9244name = "rayon" 9245version = "1.10.0" 9246source = "registry+https://github.com/rust-lang/crates.io-index" 9247checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 9248dependencies = [ 9249 "either", 9250 "rayon-core", 9251] 9252 9253[[package]] 9254name = "rayon-core" 9255version = "1.12.1" 9256source = "registry+https://github.com/rust-lang/crates.io-index" 9257checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 9258dependencies = [ 9259 "crossbeam-deque", 9260 "crossbeam-utils", 9261] 9262 9263[[package]] 9264name = "redox_syscall" 9265version = "0.5.3" 9266source = "registry+https://github.com/rust-lang/crates.io-index" 9267checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" 9268dependencies = [ 9269 "bitflags 2.9.4", 9270] 9271 9272[[package]] 9273name = "redox_users" 9274version = "0.4.6" 9275source = "registry+https://github.com/rust-lang/crates.io-index" 9276checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 9277dependencies = [ 9278 "getrandom 0.2.15", 9279 "libredox", 9280 "thiserror 1.0.63", 9281] 9282 9283[[package]] 9284name = "redox_users" 9285version = "0.5.0" 9286source = "registry+https://github.com/rust-lang/crates.io-index" 9287checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" 9288dependencies = [ 9289 "getrandom 0.2.15", 9290 "libredox", 9291 "thiserror 2.0.18", 9292] 9293 9294[[package]] 9295name = "ref-cast" 9296version = "1.0.23" 9297source = "registry+https://github.com/rust-lang/crates.io-index" 9298checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" 9299dependencies = [ 9300 "ref-cast-impl", 9301] 9302 9303[[package]] 9304name = "ref-cast-impl" 9305version = "1.0.23" 9306source = "registry+https://github.com/rust-lang/crates.io-index" 9307checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" 9308dependencies = [ 9309 "proc-macro2", 9310 "quote", 9311 "syn 2.0.91", 9312] 9313 9314[[package]] 9315name = "regex" 9316version = "1.11.1" 9317source = "registry+https://github.com/rust-lang/crates.io-index" 9318checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 9319dependencies = [ 9320 "aho-corasick", 9321 "memchr", 9322 "regex-automata 0.4.8", 9323 "regex-syntax 0.8.5", 9324] 9325 9326[[package]] 9327name = "regex-automata" 9328version = "0.1.10" 9329source = "registry+https://github.com/rust-lang/crates.io-index" 9330checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 9331dependencies = [ 9332 "regex-syntax 0.6.29", 9333] 9334 9335[[package]] 9336name = "regex-automata" 9337version = "0.4.8" 9338source = "registry+https://github.com/rust-lang/crates.io-index" 9339checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 9340dependencies = [ 9341 "aho-corasick", 9342 "memchr", 9343 "regex-syntax 0.8.5", 9344] 9345 9346[[package]] 9347name = "regex-lite" 9348version = "0.1.6" 9349source = "registry+https://github.com/rust-lang/crates.io-index" 9350checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" 9351 9352[[package]] 9353name = "regex-syntax" 9354version = "0.6.29" 9355source = "registry+https://github.com/rust-lang/crates.io-index" 9356checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 9357 9358[[package]] 9359name = "regex-syntax" 9360version = "0.8.5" 9361source = "registry+https://github.com/rust-lang/crates.io-index" 9362checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 9363 9364[[package]] 9365name = "relative-path" 9366version = "1.9.3" 9367source = "registry+https://github.com/rust-lang/crates.io-index" 9368checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" 9369 9370[[package]] 9371name = "reqwest" 9372version = "0.12.5" 9373source = "registry+https://github.com/rust-lang/crates.io-index" 9374checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" 9375dependencies = [ 9376 "async-compression", 9377 "base64 0.22.1", 9378 "bytes", 9379 "futures-channel", 9380 "futures-core", 9381 "futures-util", 9382 "h2 0.4.6", 9383 "http 1.1.0", 9384 "http-body 1.0.1", 9385 "http-body-util", 9386 "hyper 1.4.1", 9387 "hyper-rustls", 9388 "hyper-util", 9389 "ipnet", 9390 "js-sys", 9391 "log", 9392 "mime", 9393 "mime_guess", 9394 "once_cell", 9395 "percent-encoding", 9396 "pin-project-lite", 9397 "quinn", 9398 "rustls 0.23.13", 9399 "rustls-native-certs 0.7.3", 9400 "rustls-pemfile", 9401 "rustls-pki-types", 9402 "serde", 9403 "serde_json", 9404 "serde_urlencoded", 9405 "sync_wrapper 1.0.1", 9406 "tokio", 9407 "tokio-rustls", 9408 "tokio-socks", 9409 "tokio-util", 9410 "tower-service", 9411 "url", 9412 "wasm-bindgen", 9413 "wasm-bindgen-futures", 9414 "wasm-streams", 9415 "web-sys", 9416 "webpki-roots 0.26.3", 9417 "winreg 0.52.0", 9418] 9419 9420[[package]] 9421name = "resolv-conf" 9422version = "0.7.0" 9423source = "registry+https://github.com/rust-lang/crates.io-index" 9424checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" 9425dependencies = [ 9426 "hostname 0.3.1", 9427 "quick-error 1.2.3", 9428] 9429 9430[[package]] 9431name = "rfc6979" 9432version = "0.4.0" 9433source = "registry+https://github.com/rust-lang/crates.io-index" 9434checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 9435dependencies = [ 9436 "hmac", 9437 "subtle", 9438] 9439 9440[[package]] 9441name = "rgb" 9442version = "0.8.50" 9443source = "registry+https://github.com/rust-lang/crates.io-index" 9444checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a" 9445 9446[[package]] 9447name = "ring" 9448version = "0.17.8" 9449source = "registry+https://github.com/rust-lang/crates.io-index" 9450checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 9451dependencies = [ 9452 "cc", 9453 "cfg-if 1.0.0", 9454 "getrandom 0.2.15", 9455 "libc", 9456 "spin", 9457 "untrusted", 9458 "windows-sys 0.52.0", 9459] 9460 9461[[package]] 9462name = "ripemd" 9463version = "0.1.3" 9464source = "registry+https://github.com/rust-lang/crates.io-index" 9465checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" 9466dependencies = [ 9467 "digest 0.10.7", 9468] 9469 9470[[package]] 9471name = "rmpc" 9472version = "0.6.0" 9473dependencies = [ 9474 "anyhow", 9475 "base64 0.22.1", 9476 "bitflags 2.9.4", 9477 "chrono", 9478 "clap", 9479 "clap_complete", 9480 "clap_mangen", 9481 "color_quant", 9482 "crossterm", 9483 "derive_more 1.0.0", 9484 "either", 9485 "enum-map", 9486 "flate2", 9487 "flexi_logger", 9488 "image 0.25.5", 9489 "itertools 0.13.0", 9490 "log", 9491 "ratatui", 9492 "ron", 9493 "rustix 0.38.42", 9494 "serde", 9495 "serde_json", 9496 "serde_with", 9497 "strum 0.26.3", 9498 "sysinfo", 9499 "textwrap", 9500 "time", 9501 "url", 9502 "vergen-gitcl", 9503 "walkdir", 9504 "which 6.0.3", 9505] 9506 9507[[package]] 9508name = "rockbox" 9509version = "0.1.0" 9510dependencies = [ 9511 "anyhow", 9512 "clap", 9513 "deno", 9514 "dirs 6.0.0", 9515 "flate2", 9516 "open", 9517 "opener", 9518 "os-release", 9519 "owo-colors 4.1.0", 9520 "prost", 9521 "reqwest", 9522 "rmpc", 9523 "rockbox-typesense", 9524 "serde", 9525 "serde_json", 9526 "tokio", 9527 "tonic", 9528 "tonic-build", 9529 "tonic-reflection", 9530 "tonic-web", 9531 "tracing", 9532 "tracing-subscriber", 9533 "warp", 9534 "zip", 9535] 9536 9537[[package]] 9538name = "rockbox-airplay" 9539version = "0.1.0" 9540dependencies = [ 9541 "chacha20poly1305", 9542 "dirs 6.0.0", 9543 "ed25519-dalek", 9544 "hkdf", 9545 "hmac", 9546 "num-bigint", 9547 "num-traits", 9548 "rand 0.8.5", 9549 "sha2", 9550 "tracing", 9551 "x25519-dalek", 9552] 9553 9554[[package]] 9555name = "rockbox-alsa-sink" 9556version = "0.1.0" 9557dependencies = [ 9558 "alsa", 9559 "tracing", 9560] 9561 9562[[package]] 9563name = "rockbox-bluetooth" 9564version = "0.1.0" 9565dependencies = [ 9566 "anyhow", 9567 "bluer", 9568 "futures", 9569 "serde", 9570 "tokio", 9571 "tracing", 9572] 9573 9574[[package]] 9575name = "rockbox-chromecast" 9576version = "0.1.0" 9577dependencies = [ 9578 "anyhow", 9579 "async-trait", 9580 "chromecast", 9581 "futures", 9582 "md5", 9583 "rockbox-graphql", 9584 "rockbox-library", 9585 "rockbox-sys", 9586 "rockbox-traits", 9587 "rockbox-types", 9588 "sqlx", 9589 "tokio", 9590 "tokio-stream", 9591 "tracing", 9592] 9593 9594[[package]] 9595name = "rockbox-cli" 9596version = "0.1.0" 9597dependencies = [ 9598 "anyhow", 9599 "clap", 9600 "dirs 6.0.0", 9601 "libc", 9602 "owo-colors 4.1.0", 9603 "reqwest", 9604 "rockbox-airplay", 9605 "rockbox-alsa-sink", 9606 "rockbox-chromecast", 9607 "rockbox-cmaf", 9608 "rockbox-cpal-sink", 9609 "rockbox-fts5", 9610 "rockbox-hls", 9611 "rockbox-library", 9612 "rockbox-playlists", 9613 "rockbox-rocksky", 9614 "rockbox-settings", 9615 "rockbox-slim", 9616 "rockbox-sndio-sink", 9617 "rockbox-typesense", 9618 "rockbox-upnp", 9619 "serde", 9620 "serde_json", 9621 "tokio", 9622 "toml 0.8.19", 9623 "tracing", 9624 "tracing-subscriber", 9625 "uuid", 9626] 9627 9628[[package]] 9629name = "rockbox-cmaf" 9630version = "0.1.0" 9631dependencies = [ 9632 "axum", 9633 "fdk-aac", 9634 "tokio", 9635 "tracing", 9636] 9637 9638[[package]] 9639name = "rockbox-codecs" 9640version = "0.2.0" 9641dependencies = [ 9642 "cc", 9643 "cpal", 9644 "rockbox-metadata", 9645] 9646 9647[[package]] 9648name = "rockbox-cpal-sink" 9649version = "0.1.0" 9650dependencies = [ 9651 "cpal", 9652 "tracing", 9653] 9654 9655[[package]] 9656name = "rockbox-discovery" 9657version = "0.1.0" 9658dependencies = [ 9659 "async-stream 0.3.6", 9660 "dirs 6.0.0", 9661 "futures-util", 9662 "libmdns", 9663 "mdns", 9664 "mdns-sd 0.5.10", 9665 "rand 0.8.5", 9666 "tokio", 9667 "tracing", 9668] 9669 9670[[package]] 9671name = "rockbox-dsp" 9672version = "0.3.0" 9673dependencies = [ 9674 "cc", 9675 "cpal", 9676 "serde", 9677 "symphonia", 9678 "toml 0.8.19", 9679] 9680 9681[[package]] 9682name = "rockbox-embed" 9683version = "0.1.0" 9684dependencies = [ 9685 "futures-util", 9686 "netstream", 9687 "once_cell", 9688 "prost", 9689 "reqwest", 9690 "rockbox-airplay", 9691 "rockbox-chromecast", 9692 "rockbox-cmaf", 9693 "rockbox-cpal-sink", 9694 "rockbox-discovery", 9695 "rockbox-hls", 9696 "rockbox-library", 9697 "rockbox-server", 9698 "rockbox-settings", 9699 "rockbox-slim", 9700 "rockbox-sys", 9701 "rockbox-upnp", 9702 "serde", 9703 "serde_json", 9704 "tokio", 9705 "tonic", 9706 "tonic-build", 9707 "tracing", 9708 "tracing-subscriber", 9709] 9710 9711[[package]] 9712name = "rockbox-expo" 9713version = "0.1.0" 9714dependencies = [ 9715 "futures-util", 9716 "jni", 9717 "ndk-context", 9718 "netstream", 9719 "once_cell", 9720 "prost", 9721 "reqwest", 9722 "rockbox-airplay", 9723 "rockbox-chromecast", 9724 "rockbox-cpal-sink", 9725 "rockbox-discovery", 9726 "rockbox-graphql", 9727 "rockbox-library", 9728 "rockbox-server", 9729 "rockbox-settings", 9730 "rockbox-slim", 9731 "rockbox-sys", 9732 "rockbox-upnp", 9733 "rockbox-webui", 9734 "serde", 9735 "serde_json", 9736 "tokio", 9737 "tonic", 9738 "tonic-build", 9739 "tracing", 9740 "tracing-android", 9741 "tracing-subscriber", 9742] 9743 9744[[package]] 9745name = "rockbox-ffi" 9746version = "0.3.0" 9747dependencies = [ 9748 "rockbox-codecs", 9749 "rockbox-dsp", 9750 "rockbox-metadata", 9751 "rockbox-playback", 9752 "serde", 9753 "serde_json", 9754] 9755 9756[[package]] 9757name = "rockbox-fts5" 9758version = "0.1.0" 9759dependencies = [ 9760 "anyhow", 9761 "rockbox-library", 9762 "rockbox-typesense", 9763 "sqlx", 9764 "tokio", 9765 "tracing", 9766] 9767 9768[[package]] 9769name = "rockbox-graphql" 9770version = "0.1.0" 9771dependencies = [ 9772 "actix-cors", 9773 "actix-files", 9774 "actix-web", 9775 "anyhow", 9776 "async-graphql", 9777 "async-graphql-actix-web", 9778 "chrono", 9779 "cuid", 9780 "futures", 9781 "futures-channel", 9782 "futures-util", 9783 "md5", 9784 "once_cell", 9785 "owo-colors 4.1.0", 9786 "reqwest", 9787 "rockbox-bluetooth", 9788 "rockbox-fts5", 9789 "rockbox-jellyfin", 9790 "rockbox-kodi", 9791 "rockbox-library", 9792 "rockbox-navidrome", 9793 "rockbox-playlists", 9794 "rockbox-plex", 9795 "rockbox-rocksky", 9796 "rockbox-settings", 9797 "rockbox-sys", 9798 "rockbox-types", 9799 "rockbox-typesense", 9800 "rockbox-upnp", 9801 "rockbox-webui", 9802 "serde", 9803 "serde_json", 9804 "slab", 9805 "sqlx", 9806 "tokio", 9807] 9808 9809[[package]] 9810name = "rockbox-gtk" 9811version = "0.1.0" 9812dependencies = [ 9813 "anyhow", 9814 "chrono", 9815 "futures", 9816 "gtk-blueprint", 9817 "gtk4", 9818 "libadwaita", 9819 "md5", 9820 "prost", 9821 "reqwest", 9822 "tokio", 9823 "tonic", 9824 "tonic-build", 9825 "tonic-reflection", 9826 "tonic-web", 9827] 9828 9829[[package]] 9830name = "rockbox-hls" 9831version = "0.1.0" 9832dependencies = [ 9833 "anyhow", 9834 "bytes", 9835 "dash-mpd", 9836 "m3u8-rs", 9837 "once_cell", 9838 "reqwest", 9839 "serde_json", 9840 "symphonia", 9841 "tokio", 9842 "tracing", 9843 "url", 9844] 9845 9846[[package]] 9847name = "rockbox-jellyfin" 9848version = "0.1.0" 9849dependencies = [ 9850 "actix-cors", 9851 "actix-rt", 9852 "actix-web", 9853 "anyhow", 9854 "chrono", 9855 "futures", 9856 "hex", 9857 "if-addrs 0.13.4", 9858 "md-5", 9859 "mdns-sd 0.13.3", 9860 "mime_guess", 9861 "rand 0.8.5", 9862 "reqwest", 9863 "rockbox-library", 9864 "rockbox-playlists", 9865 "rockbox-settings", 9866 "serde", 9867 "serde_json", 9868 "sha2", 9869 "sqlx", 9870 "tokio", 9871 "tracing", 9872 "urlencoding", 9873 "uuid", 9874] 9875 9876[[package]] 9877name = "rockbox-kodi" 9878version = "0.1.0" 9879dependencies = [ 9880 "anyhow", 9881 "mdns-sd 0.5.10", 9882 "reqwest", 9883 "serde", 9884 "serde_json", 9885 "tokio", 9886 "tracing", 9887] 9888 9889[[package]] 9890name = "rockbox-library" 9891version = "0.1.0" 9892dependencies = [ 9893 "anyhow", 9894 "chrono", 9895 "cuid", 9896 "futures", 9897 "lofty", 9898 "md5", 9899 "notify 8.2.0", 9900 "owo-colors 4.1.0", 9901 "reqwest", 9902 "rockbox-sys", 9903 "serde", 9904 "serde_json", 9905 "sqlx", 9906 "tokio", 9907 "tracing", 9908] 9909 9910[[package]] 9911name = "rockbox-metadata" 9912version = "0.1.0" 9913dependencies = [ 9914 "cc", 9915 "cpal", 9916 "symphonia", 9917] 9918 9919[[package]] 9920name = "rockbox-mpd" 9921version = "0.1.0" 9922dependencies = [ 9923 "anyhow", 9924 "chrono", 9925 "futures", 9926 "md5", 9927 "mpd-filters", 9928 "regex", 9929 "rockbox-graphql", 9930 "rockbox-library", 9931 "rockbox-rpc", 9932 "rockbox-settings", 9933 "rockbox-sys", 9934 "sqlx", 9935 "tokio", 9936 "tokio-stream", 9937 "tonic", 9938 "tracing", 9939] 9940 9941[[package]] 9942name = "rockbox-mpris" 9943version = "0.1.0" 9944dependencies = [ 9945 "anyhow", 9946 "async-std", 9947 "mpris-server", 9948 "rockbox-graphql", 9949 "rockbox-library", 9950 "rockbox-rpc", 9951 "tokio", 9952 "tracing", 9953 "urlencoding", 9954] 9955 9956[[package]] 9957name = "rockbox-navidrome" 9958version = "0.1.0" 9959dependencies = [ 9960 "actix-cors", 9961 "actix-rt", 9962 "actix-web", 9963 "anyhow", 9964 "chrono", 9965 "md5", 9966 "mime_guess", 9967 "rand 0.8.5", 9968 "reqwest", 9969 "rockbox-library", 9970 "rockbox-playlists", 9971 "rockbox-rocksky", 9972 "rockbox-settings", 9973 "serde", 9974 "serde_json", 9975 "sqlx", 9976 "tokio", 9977 "tracing", 9978 "uuid", 9979] 9980 9981[[package]] 9982name = "rockbox-network" 9983version = "0.1.0" 9984dependencies = [ 9985 "anyhow", 9986 "dirs 5.0.1", 9987 "md5", 9988 "reqwest", 9989 "rockbox-library", 9990] 9991 9992[[package]] 9993name = "rockbox-playback" 9994version = "0.4.0" 9995dependencies = [ 9996 "cpal", 9997 "reqwest", 9998 "rockbox-codecs", 9999 "rockbox-dsp", 10000 "rockbox-metadata", 10001 "tempfile", 10002] 10003 10004[[package]] 10005name = "rockbox-playlists" 10006version = "0.1.0" 10007dependencies = [ 10008 "anyhow", 10009 "chrono", 10010 "rand 0.8.5", 10011 "rockbox-library", 10012 "serde", 10013 "serde_json", 10014 "sqlx", 10015 "tokio", 10016 "tracing", 10017 "uuid", 10018] 10019 10020[[package]] 10021name = "rockbox-plex" 10022version = "0.1.0" 10023dependencies = [ 10024 "anyhow", 10025 "mdns-sd 0.5.10", 10026 "reqwest", 10027 "tokio", 10028 "tracing", 10029] 10030 10031[[package]] 10032name = "rockbox-rocksky" 10033version = "0.1.0" 10034dependencies = [ 10035 "anyhow", 10036 "dirs 6.0.0", 10037 "futures-util", 10038 "lofty", 10039 "prost", 10040 "reqwest", 10041 "rockbox-library", 10042 "rustls 0.23.13", 10043 "serde", 10044 "serde_json", 10045 "sha256", 10046 "tokio", 10047 "tokio-stream", 10048 "tokio-tungstenite 0.26.2", 10049 "tonic", 10050 "tonic-build", 10051 "tonic-reflection", 10052 "tonic-web", 10053 "tracing", 10054 "tungstenite 0.26.2", 10055 "webpki-roots 0.26.3", 10056] 10057 10058[[package]] 10059name = "rockbox-rpc" 10060version = "0.1.0" 10061dependencies = [ 10062 "anyhow", 10063 "async-stream 0.3.6", 10064 "chrono", 10065 "cuid", 10066 "futures", 10067 "md5", 10068 "owo-colors 5.0.0", 10069 "prost", 10070 "reqwest", 10071 "rockbox-bluetooth", 10072 "rockbox-fts5", 10073 "rockbox-graphql", 10074 "rockbox-hls", 10075 "rockbox-jellyfin", 10076 "rockbox-kodi", 10077 "rockbox-library", 10078 "rockbox-navidrome", 10079 "rockbox-playlists", 10080 "rockbox-plex", 10081 "rockbox-rocksky", 10082 "rockbox-sys", 10083 "rockbox-types", 10084 "rockbox-typesense", 10085 "rockbox-upnp", 10086 "serde", 10087 "serde_json", 10088 "sqlx", 10089 "tokio", 10090 "tokio-stream", 10091 "tonic", 10092 "tonic-build", 10093 "tonic-reflection", 10094 "tonic-web", 10095 "tracing", 10096] 10097 10098[[package]] 10099name = "rockbox-s3" 10100version = "0.1.0" 10101dependencies = [ 10102 "actix-rt", 10103 "actix-web", 10104 "anyhow", 10105 "chrono", 10106 "futures-util", 10107 "hex", 10108 "hmac", 10109 "mime_guess", 10110 "percent-encoding", 10111 "rockbox-settings", 10112 "rust-embed", 10113 "sha2", 10114 "tokio", 10115 "tracing", 10116] 10117 10118[[package]] 10119name = "rockbox-server" 10120version = "0.1.0" 10121dependencies = [ 10122 "actix-cors", 10123 "actix-rt", 10124 "actix-web", 10125 "anyhow", 10126 "async-std", 10127 "futures-util", 10128 "lazy_static", 10129 "local-ip-addr", 10130 "md5", 10131 "netstream", 10132 "owo-colors 4.1.0", 10133 "rand 0.8.5", 10134 "reqwest", 10135 "rockbox-bluetooth", 10136 "rockbox-chromecast", 10137 "rockbox-discovery", 10138 "rockbox-fts5", 10139 "rockbox-graphql", 10140 "rockbox-jellyfin", 10141 "rockbox-library", 10142 "rockbox-mpd", 10143 "rockbox-mpris", 10144 "rockbox-navidrome", 10145 "rockbox-network", 10146 "rockbox-playlists", 10147 "rockbox-rocksky", 10148 "rockbox-rpc", 10149 "rockbox-s3", 10150 "rockbox-settings", 10151 "rockbox-slim", 10152 "rockbox-sys", 10153 "rockbox-tracklist", 10154 "rockbox-traits", 10155 "rockbox-types", 10156 "rockbox-typesense", 10157 "rockbox-upnp", 10158 "serde", 10159 "serde_json", 10160 "sqlx", 10161 "tokio", 10162 "tracing", 10163 "url", 10164 "urlencoding", 10165] 10166 10167[[package]] 10168name = "rockbox-settings" 10169version = "0.1.0" 10170dependencies = [ 10171 "anyhow", 10172 "rockbox-sys", 10173 "rockbox-upnp", 10174 "toml 0.8.19", 10175 "tracing", 10176] 10177 10178[[package]] 10179name = "rockbox-slim" 10180version = "0.1.0" 10181dependencies = [ 10182 "tracing", 10183] 10184 10185[[package]] 10186name = "rockbox-sndio-sink" 10187version = "0.1.0" 10188dependencies = [ 10189 "tracing", 10190] 10191 10192[[package]] 10193name = "rockbox-sys" 10194version = "0.1.0" 10195dependencies = [ 10196 "anyhow", 10197 "reqwest", 10198 "rockbox-traits", 10199 "serde", 10200 "url", 10201] 10202 10203[[package]] 10204name = "rockbox-tracklist" 10205version = "0.1.0" 10206dependencies = [ 10207 "rand 0.8.5", 10208 "rockbox-traits", 10209] 10210 10211[[package]] 10212name = "rockbox-traits" 10213version = "0.1.0" 10214dependencies = [ 10215 "anyhow", 10216 "async-trait", 10217] 10218 10219[[package]] 10220name = "rockbox-types" 10221version = "0.1.0" 10222dependencies = [ 10223 "local-ip-addr", 10224 "mdns-sd 0.5.10", 10225 "rockbox-traits", 10226 "rockbox-typesense", 10227 "serde", 10228] 10229 10230[[package]] 10231name = "rockbox-typesense" 10232version = "0.1.0" 10233dependencies = [ 10234 "anyhow", 10235 "dirs 6.0.0", 10236 "reqwest", 10237 "rockbox-library", 10238 "serde", 10239 "serde_json", 10240 "tracing", 10241 "uuid", 10242] 10243 10244[[package]] 10245name = "rockbox-upnp" 10246version = "0.1.0" 10247dependencies = [ 10248 "anyhow", 10249 "bytes", 10250 "http 1.1.0", 10251 "http-body-util", 10252 "hyper 1.4.1", 10253 "hyper-util", 10254 "prost", 10255 "reqwest", 10256 "rockbox-sys", 10257 "serde", 10258 "serde_json", 10259 "socket2 0.5.7", 10260 "sqlx", 10261 "tokio", 10262 "tonic", 10263 "tonic-build", 10264 "tonic-reflection", 10265 "tonic-web", 10266 "tracing", 10267 "uuid", 10268] 10269 10270[[package]] 10271name = "rockbox-webui" 10272version = "0.1.0" 10273dependencies = [ 10274 "actix-web", 10275 "mime_guess", 10276 "mimes", 10277 "rust-embed", 10278] 10279 10280[[package]] 10281name = "roff" 10282version = "0.2.2" 10283source = "registry+https://github.com/rust-lang/crates.io-index" 10284checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" 10285 10286[[package]] 10287name = "ron" 10288version = "0.8.1" 10289source = "registry+https://github.com/rust-lang/crates.io-index" 10290checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" 10291dependencies = [ 10292 "base64 0.21.7", 10293 "bitflags 2.9.4", 10294 "serde", 10295 "serde_derive", 10296] 10297 10298[[package]] 10299name = "rowan" 10300version = "0.15.16" 10301source = "registry+https://github.com/rust-lang/crates.io-index" 10302checksum = "0a542b0253fa46e632d27a1dc5cf7b930de4df8659dc6e720b647fc72147ae3d" 10303dependencies = [ 10304 "countme", 10305 "hashbrown 0.14.5", 10306 "rustc-hash 1.1.0", 10307 "text-size", 10308] 10309 10310[[package]] 10311name = "rsa" 10312version = "0.9.6" 10313source = "registry+https://github.com/rust-lang/crates.io-index" 10314checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 10315dependencies = [ 10316 "const-oid 0.9.6", 10317 "digest 0.10.7", 10318 "num-bigint-dig", 10319 "num-integer", 10320 "num-traits", 10321 "pkcs1", 10322 "pkcs8", 10323 "rand_core 0.6.4", 10324 "signature", 10325 "spki", 10326 "subtle", 10327 "zeroize", 10328] 10329 10330[[package]] 10331name = "runtimelib" 10332version = "0.19.0" 10333source = "registry+https://github.com/rust-lang/crates.io-index" 10334checksum = "fe23ba9967355bbb1be2fb9a8e51bd239ffdf9c791fad5a9b765122ee2bde2e4" 10335dependencies = [ 10336 "anyhow", 10337 "base64 0.22.1", 10338 "bytes", 10339 "chrono", 10340 "data-encoding", 10341 "dirs 5.0.1", 10342 "futures", 10343 "glob", 10344 "jupyter-serde", 10345 "rand 0.8.5", 10346 "ring", 10347 "serde", 10348 "serde_json", 10349 "shellexpand", 10350 "tokio", 10351 "uuid", 10352 "zeromq", 10353] 10354 10355[[package]] 10356name = "rusqlite" 10357version = "0.32.1" 10358source = "registry+https://github.com/rust-lang/crates.io-index" 10359checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e" 10360dependencies = [ 10361 "bitflags 2.9.4", 10362 "fallible-iterator", 10363 "fallible-streaming-iterator", 10364 "hashlink", 10365 "libsqlite3-sys", 10366 "smallvec", 10367] 10368 10369[[package]] 10370name = "rust-embed" 10371version = "8.5.0" 10372source = "registry+https://github.com/rust-lang/crates.io-index" 10373checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0" 10374dependencies = [ 10375 "actix-web", 10376 "mime_guess", 10377 "rust-embed-impl", 10378 "rust-embed-utils", 10379 "walkdir", 10380] 10381 10382[[package]] 10383name = "rust-embed-impl" 10384version = "8.5.0" 10385source = "registry+https://github.com/rust-lang/crates.io-index" 10386checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478" 10387dependencies = [ 10388 "proc-macro2", 10389 "quote", 10390 "rust-embed-utils", 10391 "shellexpand", 10392 "syn 2.0.91", 10393 "walkdir", 10394] 10395 10396[[package]] 10397name = "rust-embed-utils" 10398version = "8.5.0" 10399source = "registry+https://github.com/rust-lang/crates.io-index" 10400checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d" 10401dependencies = [ 10402 "sha2", 10403 "walkdir", 10404] 10405 10406[[package]] 10407name = "rustc-demangle" 10408version = "0.1.24" 10409source = "registry+https://github.com/rust-lang/crates.io-index" 10410checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 10411 10412[[package]] 10413name = "rustc-hash" 10414version = "1.1.0" 10415source = "registry+https://github.com/rust-lang/crates.io-index" 10416checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 10417 10418[[package]] 10419name = "rustc-hash" 10420version = "2.0.0" 10421source = "registry+https://github.com/rust-lang/crates.io-index" 10422checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 10423 10424[[package]] 10425name = "rustc_version" 10426version = "0.2.3" 10427source = "registry+https://github.com/rust-lang/crates.io-index" 10428checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 10429dependencies = [ 10430 "semver 0.9.0", 10431] 10432 10433[[package]] 10434name = "rustc_version" 10435version = "0.4.1" 10436source = "registry+https://github.com/rust-lang/crates.io-index" 10437checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 10438dependencies = [ 10439 "semver 1.0.14", 10440] 10441 10442[[package]] 10443name = "rusticata-macros" 10444version = "4.1.0" 10445source = "registry+https://github.com/rust-lang/crates.io-index" 10446checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 10447dependencies = [ 10448 "nom 7.1.3", 10449] 10450 10451[[package]] 10452name = "rustix" 10453version = "0.38.42" 10454source = "registry+https://github.com/rust-lang/crates.io-index" 10455checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" 10456dependencies = [ 10457 "bitflags 2.9.4", 10458 "errno 0.3.10", 10459 "libc", 10460 "linux-raw-sys 0.4.14", 10461 "windows-sys 0.59.0", 10462] 10463 10464[[package]] 10465name = "rustix" 10466version = "1.1.4" 10467source = "registry+https://github.com/rust-lang/crates.io-index" 10468checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 10469dependencies = [ 10470 "bitflags 2.9.4", 10471 "errno 0.3.10", 10472 "libc", 10473 "linux-raw-sys 0.12.1", 10474 "windows-sys 0.61.2", 10475] 10476 10477[[package]] 10478name = "rustls" 10479version = "0.21.12" 10480source = "registry+https://github.com/rust-lang/crates.io-index" 10481checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 10482dependencies = [ 10483 "log", 10484 "ring", 10485 "rustls-webpki 0.101.7", 10486 "sct", 10487] 10488 10489[[package]] 10490name = "rustls" 10491version = "0.23.13" 10492source = "registry+https://github.com/rust-lang/crates.io-index" 10493checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" 10494dependencies = [ 10495 "log", 10496 "once_cell", 10497 "ring", 10498 "rustls-pki-types", 10499 "rustls-webpki 0.102.8", 10500 "subtle", 10501 "zeroize", 10502] 10503 10504[[package]] 10505name = "rustls-native-certs" 10506version = "0.7.3" 10507source = "registry+https://github.com/rust-lang/crates.io-index" 10508checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" 10509dependencies = [ 10510 "openssl-probe", 10511 "rustls-pemfile", 10512 "rustls-pki-types", 10513 "schannel", 10514 "security-framework", 10515] 10516 10517[[package]] 10518name = "rustls-native-certs" 10519version = "0.8.0" 10520source = "registry+https://github.com/rust-lang/crates.io-index" 10521checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" 10522dependencies = [ 10523 "openssl-probe", 10524 "rustls-pemfile", 10525 "rustls-pki-types", 10526 "schannel", 10527 "security-framework", 10528] 10529 10530[[package]] 10531name = "rustls-pemfile" 10532version = "2.1.3" 10533source = "registry+https://github.com/rust-lang/crates.io-index" 10534checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" 10535dependencies = [ 10536 "base64 0.22.1", 10537 "rustls-pki-types", 10538] 10539 10540[[package]] 10541name = "rustls-pki-types" 10542version = "1.8.0" 10543source = "registry+https://github.com/rust-lang/crates.io-index" 10544checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" 10545dependencies = [ 10546 "web-time", 10547] 10548 10549[[package]] 10550name = "rustls-tokio-stream" 10551version = "0.3.0" 10552source = "registry+https://github.com/rust-lang/crates.io-index" 10553checksum = "22557157d7395bc30727745b365d923f1ecc230c4c80b176545f3f4f08c46e33" 10554dependencies = [ 10555 "futures", 10556 "rustls 0.23.13", 10557 "socket2 0.5.7", 10558 "tokio", 10559] 10560 10561[[package]] 10562name = "rustls-webpki" 10563version = "0.101.7" 10564source = "registry+https://github.com/rust-lang/crates.io-index" 10565checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 10566dependencies = [ 10567 "ring", 10568 "untrusted", 10569] 10570 10571[[package]] 10572name = "rustls-webpki" 10573version = "0.102.8" 10574source = "registry+https://github.com/rust-lang/crates.io-index" 10575checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 10576dependencies = [ 10577 "ring", 10578 "rustls-pki-types", 10579 "untrusted", 10580] 10581 10582[[package]] 10583name = "rustversion" 10584version = "1.0.19" 10585source = "registry+https://github.com/rust-lang/crates.io-index" 10586checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" 10587 10588[[package]] 10589name = "rustyline" 10590version = "13.0.0" 10591source = "registry+https://github.com/rust-lang/crates.io-index" 10592checksum = "02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86" 10593dependencies = [ 10594 "bitflags 2.9.4", 10595 "cfg-if 1.0.0", 10596 "clipboard-win", 10597 "fd-lock", 10598 "home", 10599 "libc", 10600 "log", 10601 "memchr", 10602 "nix 0.27.1", 10603 "radix_trie", 10604 "unicode-segmentation", 10605 "unicode-width", 10606 "utf8parse", 10607 "winapi", 10608] 10609 10610[[package]] 10611name = "rustyline-derive" 10612version = "0.7.0" 10613source = "registry+https://github.com/rust-lang/crates.io-index" 10614checksum = "107c3d5d7f370ac09efa62a78375f94d94b8a33c61d8c278b96683fb4dbf2d8d" 10615dependencies = [ 10616 "proc-macro2", 10617 "quote", 10618 "syn 1.0.109", 10619] 10620 10621[[package]] 10622name = "ryu" 10623version = "1.0.18" 10624source = "registry+https://github.com/rust-lang/crates.io-index" 10625checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 10626 10627[[package]] 10628name = "ryu-js" 10629version = "1.0.1" 10630source = "registry+https://github.com/rust-lang/crates.io-index" 10631checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" 10632 10633[[package]] 10634name = "saffron" 10635version = "0.1.0" 10636source = "registry+https://github.com/rust-lang/crates.io-index" 10637checksum = "03fb9a628596fc7590eb7edbf7b0613287be78df107f5f97b118aad59fb2eea9" 10638dependencies = [ 10639 "chrono", 10640 "nom 5.1.3", 10641] 10642 10643[[package]] 10644name = "salsa20" 10645version = "0.10.2" 10646source = "registry+https://github.com/rust-lang/crates.io-index" 10647checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" 10648dependencies = [ 10649 "cipher", 10650] 10651 10652[[package]] 10653name = "same-file" 10654version = "1.0.6" 10655source = "registry+https://github.com/rust-lang/crates.io-index" 10656checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 10657dependencies = [ 10658 "winapi-util", 10659] 10660 10661[[package]] 10662name = "schannel" 10663version = "0.1.24" 10664source = "registry+https://github.com/rust-lang/crates.io-index" 10665checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b" 10666dependencies = [ 10667 "windows-sys 0.59.0", 10668] 10669 10670[[package]] 10671name = "schemars" 10672version = "0.9.0" 10673source = "registry+https://github.com/rust-lang/crates.io-index" 10674checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 10675dependencies = [ 10676 "dyn-clone", 10677 "ref-cast", 10678 "serde", 10679 "serde_json", 10680] 10681 10682[[package]] 10683name = "schemars" 10684version = "1.2.1" 10685source = "registry+https://github.com/rust-lang/crates.io-index" 10686checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" 10687dependencies = [ 10688 "dyn-clone", 10689 "ref-cast", 10690 "serde", 10691 "serde_json", 10692] 10693 10694[[package]] 10695name = "scoped-tls" 10696version = "1.0.1" 10697source = "registry+https://github.com/rust-lang/crates.io-index" 10698checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 10699 10700[[package]] 10701name = "scopeguard" 10702version = "1.2.0" 10703source = "registry+https://github.com/rust-lang/crates.io-index" 10704checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 10705 10706[[package]] 10707name = "scrypt" 10708version = "0.11.0" 10709source = "registry+https://github.com/rust-lang/crates.io-index" 10710checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" 10711dependencies = [ 10712 "password-hash", 10713 "pbkdf2", 10714 "salsa20", 10715 "sha2", 10716] 10717 10718[[package]] 10719name = "sct" 10720version = "0.7.1" 10721source = "registry+https://github.com/rust-lang/crates.io-index" 10722checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 10723dependencies = [ 10724 "ring", 10725 "untrusted", 10726] 10727 10728[[package]] 10729name = "sec1" 10730version = "0.7.3" 10731source = "registry+https://github.com/rust-lang/crates.io-index" 10732checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 10733dependencies = [ 10734 "base16ct", 10735 "der", 10736 "generic-array", 10737 "pkcs8", 10738 "serdect", 10739 "subtle", 10740 "zeroize", 10741] 10742 10743[[package]] 10744name = "security-framework" 10745version = "2.11.1" 10746source = "registry+https://github.com/rust-lang/crates.io-index" 10747checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 10748dependencies = [ 10749 "bitflags 2.9.4", 10750 "core-foundation", 10751 "core-foundation-sys", 10752 "libc", 10753 "security-framework-sys", 10754] 10755 10756[[package]] 10757name = "security-framework-sys" 10758version = "2.11.1" 10759source = "registry+https://github.com/rust-lang/crates.io-index" 10760checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" 10761dependencies = [ 10762 "core-foundation-sys", 10763 "libc", 10764] 10765 10766[[package]] 10767name = "semver" 10768version = "0.9.0" 10769source = "registry+https://github.com/rust-lang/crates.io-index" 10770checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 10771dependencies = [ 10772 "semver-parser", 10773] 10774 10775[[package]] 10776name = "semver" 10777version = "1.0.14" 10778source = "registry+https://github.com/rust-lang/crates.io-index" 10779checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" 10780 10781[[package]] 10782name = "semver-parser" 10783version = "0.7.0" 10784source = "registry+https://github.com/rust-lang/crates.io-index" 10785checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 10786 10787[[package]] 10788name = "serde" 10789version = "1.0.220" 10790source = "registry+https://github.com/rust-lang/crates.io-index" 10791checksum = "ceecad4c782e936ac90ecfd6b56532322e3262b14320abf30ce89a92ffdbfe22" 10792dependencies = [ 10793 "serde_core", 10794 "serde_derive", 10795] 10796 10797[[package]] 10798name = "serde-value" 10799version = "0.7.0" 10800source = "registry+https://github.com/rust-lang/crates.io-index" 10801checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" 10802dependencies = [ 10803 "ordered-float", 10804 "serde", 10805] 10806 10807[[package]] 10808name = "serde-wasm-bindgen" 10809version = "0.5.0" 10810source = "registry+https://github.com/rust-lang/crates.io-index" 10811checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e" 10812dependencies = [ 10813 "js-sys", 10814 "serde", 10815 "wasm-bindgen", 10816] 10817 10818[[package]] 10819name = "serde_bytes" 10820version = "0.11.15" 10821source = "registry+https://github.com/rust-lang/crates.io-index" 10822checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" 10823dependencies = [ 10824 "serde", 10825] 10826 10827[[package]] 10828name = "serde_core" 10829version = "1.0.220" 10830source = "registry+https://github.com/rust-lang/crates.io-index" 10831checksum = "ddba47394f3b862d6ff6efdbd26ca4673e3566a307880a0ffb98f274bbe0ec32" 10832dependencies = [ 10833 "serde_derive", 10834] 10835 10836[[package]] 10837name = "serde_derive" 10838version = "1.0.220" 10839source = "registry+https://github.com/rust-lang/crates.io-index" 10840checksum = "60e1f3b1761e96def5ec6d04a6e7421c0404fa3cf5c0155f1e2848fae3d8cc08" 10841dependencies = [ 10842 "proc-macro2", 10843 "quote", 10844 "syn 2.0.91", 10845] 10846 10847[[package]] 10848name = "serde_json" 10849version = "1.0.134" 10850source = "registry+https://github.com/rust-lang/crates.io-index" 10851checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" 10852dependencies = [ 10853 "indexmap 2.7.1", 10854 "itoa", 10855 "memchr", 10856 "ryu", 10857 "serde", 10858] 10859 10860[[package]] 10861name = "serde_path_to_error" 10862version = "0.1.20" 10863source = "registry+https://github.com/rust-lang/crates.io-index" 10864checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 10865dependencies = [ 10866 "itoa", 10867 "serde", 10868 "serde_core", 10869] 10870 10871[[package]] 10872name = "serde_repr" 10873version = "0.1.19" 10874source = "registry+https://github.com/rust-lang/crates.io-index" 10875checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 10876dependencies = [ 10877 "proc-macro2", 10878 "quote", 10879 "syn 2.0.91", 10880] 10881 10882[[package]] 10883name = "serde_spanned" 10884version = "0.6.8" 10885source = "registry+https://github.com/rust-lang/crates.io-index" 10886checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 10887dependencies = [ 10888 "serde", 10889] 10890 10891[[package]] 10892name = "serde_urlencoded" 10893version = "0.7.1" 10894source = "registry+https://github.com/rust-lang/crates.io-index" 10895checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 10896dependencies = [ 10897 "form_urlencoded", 10898 "itoa", 10899 "ryu", 10900 "serde", 10901] 10902 10903[[package]] 10904name = "serde_v8" 10905version = "0.235.0" 10906source = "registry+https://github.com/rust-lang/crates.io-index" 10907checksum = "d07afd8b67b4a442ecc2823038473ac0e9e5682de93c213323b60661afdd7eb4" 10908dependencies = [ 10909 "num-bigint", 10910 "serde", 10911 "smallvec", 10912 "thiserror 1.0.63", 10913 "v8", 10914] 10915 10916[[package]] 10917name = "serde_with" 10918version = "3.14.1" 10919source = "registry+https://github.com/rust-lang/crates.io-index" 10920checksum = "c522100790450cf78eeac1507263d0a350d4d5b30df0c8e1fe051a10c22b376e" 10921dependencies = [ 10922 "base64 0.22.1", 10923 "chrono", 10924 "hex", 10925 "indexmap 1.9.3", 10926 "indexmap 2.7.1", 10927 "schemars 0.9.0", 10928 "schemars 1.2.1", 10929 "serde", 10930 "serde_derive", 10931 "serde_json", 10932 "serde_with_macros", 10933 "time", 10934] 10935 10936[[package]] 10937name = "serde_with_macros" 10938version = "3.14.1" 10939source = "registry+https://github.com/rust-lang/crates.io-index" 10940checksum = "327ada00f7d64abaac1e55a6911e90cf665aa051b9a561c7006c157f4633135e" 10941dependencies = [ 10942 "darling 0.21.3", 10943 "proc-macro2", 10944 "quote", 10945 "syn 2.0.91", 10946] 10947 10948[[package]] 10949name = "serdect" 10950version = "0.2.0" 10951source = "registry+https://github.com/rust-lang/crates.io-index" 10952checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" 10953dependencies = [ 10954 "base16ct", 10955 "serde", 10956] 10957 10958[[package]] 10959name = "sha1" 10960version = "0.10.6" 10961source = "registry+https://github.com/rust-lang/crates.io-index" 10962checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 10963dependencies = [ 10964 "cfg-if 1.0.0", 10965 "cpufeatures 0.2.14", 10966 "digest 0.10.7", 10967] 10968 10969[[package]] 10970name = "sha1" 10971version = "0.11.0" 10972source = "registry+https://github.com/rust-lang/crates.io-index" 10973checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" 10974dependencies = [ 10975 "cfg-if 1.0.0", 10976 "cpufeatures 0.3.0", 10977 "digest 0.11.2", 10978] 10979 10980[[package]] 10981name = "sha1_smol" 10982version = "1.0.1" 10983source = "registry+https://github.com/rust-lang/crates.io-index" 10984checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 10985 10986[[package]] 10987name = "sha2" 10988version = "0.10.8" 10989source = "registry+https://github.com/rust-lang/crates.io-index" 10990checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 10991dependencies = [ 10992 "cfg-if 1.0.0", 10993 "cpufeatures 0.2.14", 10994 "digest 0.10.7", 10995] 10996 10997[[package]] 10998name = "sha256" 10999version = "1.5.0" 11000source = "registry+https://github.com/rust-lang/crates.io-index" 11001checksum = "18278f6a914fa3070aa316493f7d2ddfb9ac86ebc06fa3b83bffda487e9065b0" 11002dependencies = [ 11003 "async-trait", 11004 "bytes", 11005 "hex", 11006 "sha2", 11007 "tokio", 11008] 11009 11010[[package]] 11011name = "sha3" 11012version = "0.10.8" 11013source = "registry+https://github.com/rust-lang/crates.io-index" 11014checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" 11015dependencies = [ 11016 "digest 0.10.7", 11017 "keccak", 11018] 11019 11020[[package]] 11021name = "sharded-slab" 11022version = "0.1.7" 11023source = "registry+https://github.com/rust-lang/crates.io-index" 11024checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 11025dependencies = [ 11026 "lazy_static", 11027] 11028 11029[[package]] 11030name = "shell-escape" 11031version = "0.1.5" 11032source = "registry+https://github.com/rust-lang/crates.io-index" 11033checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" 11034 11035[[package]] 11036name = "shellexpand" 11037version = "3.1.0" 11038source = "registry+https://github.com/rust-lang/crates.io-index" 11039checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" 11040dependencies = [ 11041 "dirs 5.0.1", 11042] 11043 11044[[package]] 11045name = "shlex" 11046version = "1.3.0" 11047source = "registry+https://github.com/rust-lang/crates.io-index" 11048checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 11049 11050[[package]] 11051name = "signal-hook" 11052version = "0.3.17" 11053source = "registry+https://github.com/rust-lang/crates.io-index" 11054checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 11055dependencies = [ 11056 "libc", 11057 "signal-hook-registry", 11058] 11059 11060[[package]] 11061name = "signal-hook-mio" 11062version = "0.2.5" 11063source = "registry+https://github.com/rust-lang/crates.io-index" 11064checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 11065dependencies = [ 11066 "libc", 11067 "mio 1.2.1", 11068 "signal-hook", 11069] 11070 11071[[package]] 11072name = "signal-hook-registry" 11073version = "1.4.2" 11074source = "registry+https://github.com/rust-lang/crates.io-index" 11075checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 11076dependencies = [ 11077 "libc", 11078] 11079 11080[[package]] 11081name = "signature" 11082version = "2.2.0" 11083source = "registry+https://github.com/rust-lang/crates.io-index" 11084checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 11085dependencies = [ 11086 "digest 0.10.7", 11087 "rand_core 0.6.4", 11088] 11089 11090[[package]] 11091name = "simd-abstraction" 11092version = "0.7.1" 11093source = "registry+https://github.com/rust-lang/crates.io-index" 11094checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987" 11095dependencies = [ 11096 "outref 0.1.0", 11097] 11098 11099[[package]] 11100name = "simd-adler32" 11101version = "0.3.7" 11102source = "registry+https://github.com/rust-lang/crates.io-index" 11103checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 11104 11105[[package]] 11106name = "simd-json" 11107version = "0.14.3" 11108source = "registry+https://github.com/rust-lang/crates.io-index" 11109checksum = "aa2bcf6c6e164e81bc7a5d49fc6988b3d515d9e8c07457d7b74ffb9324b9cd40" 11110dependencies = [ 11111 "getrandom 0.2.15", 11112 "halfbrown", 11113 "ref-cast", 11114 "serde", 11115 "serde_json", 11116 "simdutf8", 11117 "value-trait", 11118] 11119 11120[[package]] 11121name = "simd_helpers" 11122version = "0.1.0" 11123source = "registry+https://github.com/rust-lang/crates.io-index" 11124checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 11125dependencies = [ 11126 "quote", 11127] 11128 11129[[package]] 11130name = "simdutf8" 11131version = "0.1.4" 11132source = "registry+https://github.com/rust-lang/crates.io-index" 11133checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 11134 11135[[package]] 11136name = "similar" 11137version = "2.7.0" 11138source = "registry+https://github.com/rust-lang/crates.io-index" 11139checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" 11140 11141[[package]] 11142name = "siphasher" 11143version = "0.3.11" 11144source = "registry+https://github.com/rust-lang/crates.io-index" 11145checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 11146 11147[[package]] 11148name = "slab" 11149version = "0.4.9" 11150source = "registry+https://github.com/rust-lang/crates.io-index" 11151checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 11152dependencies = [ 11153 "autocfg", 11154] 11155 11156[[package]] 11157name = "slotmap" 11158version = "1.0.7" 11159source = "registry+https://github.com/rust-lang/crates.io-index" 11160checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 11161dependencies = [ 11162 "version_check", 11163] 11164 11165[[package]] 11166name = "slug" 11167version = "0.1.6" 11168source = "registry+https://github.com/rust-lang/crates.io-index" 11169checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" 11170dependencies = [ 11171 "deunicode", 11172 "wasm-bindgen", 11173] 11174 11175[[package]] 11176name = "sm3" 11177version = "0.4.2" 11178source = "registry+https://github.com/rust-lang/crates.io-index" 11179checksum = "ebb9a3b702d0a7e33bc4d85a14456633d2b165c2ad839c5fd9a8417c1ab15860" 11180dependencies = [ 11181 "digest 0.10.7", 11182] 11183 11184[[package]] 11185name = "smallvec" 11186version = "1.13.2" 11187source = "registry+https://github.com/rust-lang/crates.io-index" 11188checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 11189dependencies = [ 11190 "serde", 11191] 11192 11193[[package]] 11194name = "smartstring" 11195version = "1.0.1" 11196source = "registry+https://github.com/rust-lang/crates.io-index" 11197checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" 11198dependencies = [ 11199 "autocfg", 11200 "static_assertions", 11201 "version_check", 11202] 11203 11204[[package]] 11205name = "smawk" 11206version = "0.3.2" 11207source = "registry+https://github.com/rust-lang/crates.io-index" 11208checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" 11209 11210[[package]] 11211name = "socket2" 11212version = "0.4.10" 11213source = "registry+https://github.com/rust-lang/crates.io-index" 11214checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 11215dependencies = [ 11216 "libc", 11217 "winapi", 11218] 11219 11220[[package]] 11221name = "socket2" 11222version = "0.5.7" 11223source = "registry+https://github.com/rust-lang/crates.io-index" 11224checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 11225dependencies = [ 11226 "libc", 11227 "windows-sys 0.52.0", 11228] 11229 11230[[package]] 11231name = "socket2" 11232version = "0.6.3" 11233source = "registry+https://github.com/rust-lang/crates.io-index" 11234checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 11235dependencies = [ 11236 "libc", 11237 "windows-sys 0.61.2", 11238] 11239 11240[[package]] 11241name = "sourcemap" 11242version = "8.0.1" 11243source = "registry+https://github.com/rust-lang/crates.io-index" 11244checksum = "208d40b9e8cad9f93613778ea295ed8f3c2b1824217c6cfc7219d3f6f45b96d4" 11245dependencies = [ 11246 "base64-simd 0.7.0", 11247 "bitvec", 11248 "data-encoding", 11249 "debugid", 11250 "if_chain", 11251 "rustc-hash 1.1.0", 11252 "rustc_version 0.2.3", 11253 "serde", 11254 "serde_json", 11255 "unicode-id-start", 11256 "url", 11257] 11258 11259[[package]] 11260name = "sourcemap" 11261version = "9.1.2" 11262source = "registry+https://github.com/rust-lang/crates.io-index" 11263checksum = "27c4ea7042fd1a155ad95335b5d505ab00d5124ea0332a06c8390d200bb1a76a" 11264dependencies = [ 11265 "base64-simd 0.7.0", 11266 "bitvec", 11267 "data-encoding", 11268 "debugid", 11269 "if_chain", 11270 "rustc-hash 1.1.0", 11271 "rustc_version 0.2.3", 11272 "serde", 11273 "serde_json", 11274 "unicode-id-start", 11275 "url", 11276] 11277 11278[[package]] 11279name = "spin" 11280version = "0.9.8" 11281source = "registry+https://github.com/rust-lang/crates.io-index" 11282checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 11283dependencies = [ 11284 "lock_api", 11285] 11286 11287[[package]] 11288name = "spirv" 11289version = "0.3.0+sdk-1.3.268.0" 11290source = "registry+https://github.com/rust-lang/crates.io-index" 11291checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 11292dependencies = [ 11293 "bitflags 2.9.4", 11294] 11295 11296[[package]] 11297name = "spki" 11298version = "0.7.3" 11299source = "registry+https://github.com/rust-lang/crates.io-index" 11300checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 11301dependencies = [ 11302 "base64ct", 11303 "der", 11304] 11305 11306[[package]] 11307name = "sqlformat" 11308version = "0.2.6" 11309source = "registry+https://github.com/rust-lang/crates.io-index" 11310checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790" 11311dependencies = [ 11312 "nom 7.1.3", 11313 "unicode_categories", 11314] 11315 11316[[package]] 11317name = "sqlformat" 11318version = "0.3.2" 11319source = "registry+https://github.com/rust-lang/crates.io-index" 11320checksum = "44c38684453189293372e6fffa3bed1015d20488ce4cc09a23de050fd7411e46" 11321dependencies = [ 11322 "nom 7.1.3", 11323 "once_cell", 11324 "regex", 11325 "unicode_categories", 11326] 11327 11328[[package]] 11329name = "sqlx" 11330version = "0.8.2" 11331source = "registry+https://github.com/rust-lang/crates.io-index" 11332checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e" 11333dependencies = [ 11334 "sqlx-core", 11335 "sqlx-macros", 11336 "sqlx-mysql", 11337 "sqlx-postgres", 11338 "sqlx-sqlite", 11339] 11340 11341[[package]] 11342name = "sqlx-core" 11343version = "0.8.2" 11344source = "registry+https://github.com/rust-lang/crates.io-index" 11345checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e" 11346dependencies = [ 11347 "atoi", 11348 "byteorder", 11349 "bytes", 11350 "chrono", 11351 "crc 3.2.1", 11352 "crossbeam-queue", 11353 "either", 11354 "event-listener 5.3.1", 11355 "futures-channel", 11356 "futures-core", 11357 "futures-intrusive", 11358 "futures-io", 11359 "futures-util", 11360 "hashbrown 0.14.5", 11361 "hashlink", 11362 "hex", 11363 "indexmap 2.7.1", 11364 "log", 11365 "memchr", 11366 "once_cell", 11367 "paste", 11368 "percent-encoding", 11369 "rustls 0.23.13", 11370 "rustls-pemfile", 11371 "serde", 11372 "serde_json", 11373 "sha2", 11374 "smallvec", 11375 "sqlformat 0.2.6", 11376 "thiserror 1.0.63", 11377 "tokio", 11378 "tokio-stream", 11379 "tracing", 11380 "url", 11381 "webpki-roots 0.26.3", 11382] 11383 11384[[package]] 11385name = "sqlx-macros" 11386version = "0.8.2" 11387source = "registry+https://github.com/rust-lang/crates.io-index" 11388checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657" 11389dependencies = [ 11390 "proc-macro2", 11391 "quote", 11392 "sqlx-core", 11393 "sqlx-macros-core", 11394 "syn 2.0.91", 11395] 11396 11397[[package]] 11398name = "sqlx-macros-core" 11399version = "0.8.2" 11400source = "registry+https://github.com/rust-lang/crates.io-index" 11401checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5" 11402dependencies = [ 11403 "dotenvy", 11404 "either", 11405 "heck 0.5.0", 11406 "hex", 11407 "once_cell", 11408 "proc-macro2", 11409 "quote", 11410 "serde", 11411 "serde_json", 11412 "sha2", 11413 "sqlx-core", 11414 "sqlx-mysql", 11415 "sqlx-postgres", 11416 "sqlx-sqlite", 11417 "syn 2.0.91", 11418 "tempfile", 11419 "tokio", 11420 "url", 11421] 11422 11423[[package]] 11424name = "sqlx-mysql" 11425version = "0.8.2" 11426source = "registry+https://github.com/rust-lang/crates.io-index" 11427checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a" 11428dependencies = [ 11429 "atoi", 11430 "base64 0.22.1", 11431 "bitflags 2.9.4", 11432 "byteorder", 11433 "bytes", 11434 "chrono", 11435 "crc 3.2.1", 11436 "digest 0.10.7", 11437 "dotenvy", 11438 "either", 11439 "futures-channel", 11440 "futures-core", 11441 "futures-io", 11442 "futures-util", 11443 "generic-array", 11444 "hex", 11445 "hkdf", 11446 "hmac", 11447 "itoa", 11448 "log", 11449 "md-5", 11450 "memchr", 11451 "once_cell", 11452 "percent-encoding", 11453 "rand 0.8.5", 11454 "rsa", 11455 "serde", 11456 "sha1 0.10.6", 11457 "sha2", 11458 "smallvec", 11459 "sqlx-core", 11460 "stringprep", 11461 "thiserror 1.0.63", 11462 "tracing", 11463 "whoami", 11464] 11465 11466[[package]] 11467name = "sqlx-postgres" 11468version = "0.8.2" 11469source = "registry+https://github.com/rust-lang/crates.io-index" 11470checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8" 11471dependencies = [ 11472 "atoi", 11473 "base64 0.22.1", 11474 "bitflags 2.9.4", 11475 "byteorder", 11476 "chrono", 11477 "crc 3.2.1", 11478 "dotenvy", 11479 "etcetera", 11480 "futures-channel", 11481 "futures-core", 11482 "futures-io", 11483 "futures-util", 11484 "hex", 11485 "hkdf", 11486 "hmac", 11487 "home", 11488 "itoa", 11489 "log", 11490 "md-5", 11491 "memchr", 11492 "once_cell", 11493 "rand 0.8.5", 11494 "serde", 11495 "serde_json", 11496 "sha2", 11497 "smallvec", 11498 "sqlx-core", 11499 "stringprep", 11500 "thiserror 1.0.63", 11501 "tracing", 11502 "whoami", 11503] 11504 11505[[package]] 11506name = "sqlx-sqlite" 11507version = "0.8.2" 11508source = "registry+https://github.com/rust-lang/crates.io-index" 11509checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680" 11510dependencies = [ 11511 "atoi", 11512 "chrono", 11513 "flume 0.11.0", 11514 "futures-channel", 11515 "futures-core", 11516 "futures-executor", 11517 "futures-intrusive", 11518 "futures-util", 11519 "libsqlite3-sys", 11520 "log", 11521 "percent-encoding", 11522 "serde", 11523 "serde_urlencoded", 11524 "sqlx-core", 11525 "tracing", 11526 "url", 11527] 11528 11529[[package]] 11530name = "stable_deref_trait" 11531version = "1.2.0" 11532source = "registry+https://github.com/rust-lang/crates.io-index" 11533checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 11534 11535[[package]] 11536name = "stacker" 11537version = "0.1.17" 11538source = "registry+https://github.com/rust-lang/crates.io-index" 11539checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" 11540dependencies = [ 11541 "cc", 11542 "cfg-if 1.0.0", 11543 "libc", 11544 "psm", 11545 "windows-sys 0.59.0", 11546] 11547 11548[[package]] 11549name = "static_assertions" 11550version = "1.1.0" 11551source = "registry+https://github.com/rust-lang/crates.io-index" 11552checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 11553 11554[[package]] 11555name = "static_assertions_next" 11556version = "1.1.2" 11557source = "registry+https://github.com/rust-lang/crates.io-index" 11558checksum = "d7beae5182595e9a8b683fa98c4317f956c9a2dec3b9716990d20023cc60c766" 11559 11560[[package]] 11561name = "string_enum" 11562version = "0.4.4" 11563source = "registry+https://github.com/rust-lang/crates.io-index" 11564checksum = "05e383308aebc257e7d7920224fa055c632478d92744eca77f99be8fa1545b90" 11565dependencies = [ 11566 "proc-macro2", 11567 "quote", 11568 "swc_macros_common", 11569 "syn 2.0.91", 11570] 11571 11572[[package]] 11573name = "stringcase" 11574version = "0.3.0" 11575source = "registry+https://github.com/rust-lang/crates.io-index" 11576checksum = "04028eeb851ed08af6aba5caa29f2d59a13ed168cee4d6bd753aeefcf1d636b0" 11577 11578[[package]] 11579name = "stringprep" 11580version = "0.1.5" 11581source = "registry+https://github.com/rust-lang/crates.io-index" 11582checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 11583dependencies = [ 11584 "unicode-bidi", 11585 "unicode-normalization", 11586 "unicode-properties", 11587] 11588 11589[[package]] 11590name = "strip-ansi-escapes" 11591version = "0.2.0" 11592source = "registry+https://github.com/rust-lang/crates.io-index" 11593checksum = "55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa" 11594dependencies = [ 11595 "vte", 11596] 11597 11598[[package]] 11599name = "strsim" 11600version = "0.11.1" 11601source = "registry+https://github.com/rust-lang/crates.io-index" 11602checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 11603 11604[[package]] 11605name = "strum" 11606version = "0.25.0" 11607source = "registry+https://github.com/rust-lang/crates.io-index" 11608checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 11609dependencies = [ 11610 "strum_macros 0.25.3", 11611] 11612 11613[[package]] 11614name = "strum" 11615version = "0.26.3" 11616source = "registry+https://github.com/rust-lang/crates.io-index" 11617checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 11618dependencies = [ 11619 "strum_macros 0.26.4", 11620] 11621 11622[[package]] 11623name = "strum" 11624version = "0.27.2" 11625source = "registry+https://github.com/rust-lang/crates.io-index" 11626checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 11627dependencies = [ 11628 "strum_macros 0.27.2", 11629] 11630 11631[[package]] 11632name = "strum_macros" 11633version = "0.25.3" 11634source = "registry+https://github.com/rust-lang/crates.io-index" 11635checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 11636dependencies = [ 11637 "heck 0.4.1", 11638 "proc-macro2", 11639 "quote", 11640 "rustversion", 11641 "syn 2.0.91", 11642] 11643 11644[[package]] 11645name = "strum_macros" 11646version = "0.26.4" 11647source = "registry+https://github.com/rust-lang/crates.io-index" 11648checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 11649dependencies = [ 11650 "heck 0.5.0", 11651 "proc-macro2", 11652 "quote", 11653 "rustversion", 11654 "syn 2.0.91", 11655] 11656 11657[[package]] 11658name = "strum_macros" 11659version = "0.27.2" 11660source = "registry+https://github.com/rust-lang/crates.io-index" 11661checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 11662dependencies = [ 11663 "heck 0.5.0", 11664 "proc-macro2", 11665 "quote", 11666 "syn 2.0.91", 11667] 11668 11669[[package]] 11670name = "subtle" 11671version = "2.6.1" 11672source = "registry+https://github.com/rust-lang/crates.io-index" 11673checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 11674 11675[[package]] 11676name = "swc_allocator" 11677version = "0.1.8" 11678source = "registry+https://github.com/rust-lang/crates.io-index" 11679checksum = "adc8bd3075d1c6964010333fae9ddcd91ad422a4f8eb8b3206a9b2b6afb4209e" 11680dependencies = [ 11681 "bumpalo", 11682 "hashbrown 0.14.5", 11683 "ptr_meta", 11684 "rustc-hash 1.1.0", 11685 "triomphe", 11686] 11687 11688[[package]] 11689name = "swc_atoms" 11690version = "0.6.7" 11691source = "registry+https://github.com/rust-lang/crates.io-index" 11692checksum = "bb6567e4e67485b3e7662b486f1565bdae54bd5b9d6b16b2ba1a9babb1e42125" 11693dependencies = [ 11694 "hstr", 11695 "once_cell", 11696 "rustc-hash 1.1.0", 11697 "serde", 11698] 11699 11700[[package]] 11701name = "swc_bundler" 11702version = "0.237.0" 11703source = "registry+https://github.com/rust-lang/crates.io-index" 11704checksum = "c77c112c218a09635d99a45802a81b4f341d6c28c81076aa2c29ba3bcd9151a9" 11705dependencies = [ 11706 "anyhow", 11707 "crc 2.1.0", 11708 "indexmap 2.7.1", 11709 "is-macro", 11710 "once_cell", 11711 "parking_lot", 11712 "petgraph", 11713 "radix_fmt", 11714 "relative-path", 11715 "swc_atoms", 11716 "swc_common", 11717 "swc_ecma_ast", 11718 "swc_ecma_codegen", 11719 "swc_ecma_loader", 11720 "swc_ecma_parser", 11721 "swc_ecma_transforms_base", 11722 "swc_ecma_transforms_optimization", 11723 "swc_ecma_utils", 11724 "swc_ecma_visit", 11725 "swc_fast_graph", 11726 "swc_graph_analyzer", 11727 "tracing", 11728] 11729 11730[[package]] 11731name = "swc_cached" 11732version = "0.3.20" 11733source = "registry+https://github.com/rust-lang/crates.io-index" 11734checksum = "83406221c501860fce9c27444f44125eafe9e598b8b81be7563d7036784cd05c" 11735dependencies = [ 11736 "ahash", 11737 "anyhow", 11738 "dashmap", 11739 "once_cell", 11740 "regex", 11741 "serde", 11742] 11743 11744[[package]] 11745name = "swc_common" 11746version = "0.37.5" 11747source = "registry+https://github.com/rust-lang/crates.io-index" 11748checksum = "12d0a8eaaf1606c9207077d75828008cb2dfb51b095a766bd2b72ef893576e31" 11749dependencies = [ 11750 "ast_node", 11751 "better_scoped_tls", 11752 "cfg-if 1.0.0", 11753 "either", 11754 "from_variant", 11755 "new_debug_unreachable", 11756 "num-bigint", 11757 "once_cell", 11758 "rustc-hash 1.1.0", 11759 "serde", 11760 "siphasher", 11761 "sourcemap 9.1.2", 11762 "swc_allocator", 11763 "swc_atoms", 11764 "swc_eq_ignore_macros", 11765 "swc_visit", 11766 "tracing", 11767 "unicode-width", 11768 "url", 11769] 11770 11771[[package]] 11772name = "swc_config" 11773version = "0.1.15" 11774source = "registry+https://github.com/rust-lang/crates.io-index" 11775checksum = "4740e53eaf68b101203c1df0937d5161a29f3c13bceed0836ddfe245b72dd000" 11776dependencies = [ 11777 "anyhow", 11778 "indexmap 2.7.1", 11779 "serde", 11780 "serde_json", 11781 "swc_cached", 11782 "swc_config_macro", 11783] 11784 11785[[package]] 11786name = "swc_config_macro" 11787version = "0.1.4" 11788source = "registry+https://github.com/rust-lang/crates.io-index" 11789checksum = "7c5f56139042c1a95b54f5ca48baa0e0172d369bcc9d3d473dad1de36bae8399" 11790dependencies = [ 11791 "proc-macro2", 11792 "quote", 11793 "swc_macros_common", 11794 "syn 2.0.91", 11795] 11796 11797[[package]] 11798name = "swc_ecma_ast" 11799version = "0.118.2" 11800source = "registry+https://github.com/rust-lang/crates.io-index" 11801checksum = "a6f866d12e4d519052b92a0a86d1ac7ff17570da1272ca0c89b3d6f802cd79df" 11802dependencies = [ 11803 "bitflags 2.9.4", 11804 "is-macro", 11805 "num-bigint", 11806 "phf", 11807 "scoped-tls", 11808 "serde", 11809 "string_enum", 11810 "swc_atoms", 11811 "swc_common", 11812 "unicode-id-start", 11813] 11814 11815[[package]] 11816name = "swc_ecma_codegen" 11817version = "0.155.1" 11818source = "registry+https://github.com/rust-lang/crates.io-index" 11819checksum = "cc7641608ef117cfbef9581a99d02059b522fcca75e5244fa0cbbd8606689c6f" 11820dependencies = [ 11821 "memchr", 11822 "num-bigint", 11823 "once_cell", 11824 "serde", 11825 "sourcemap 9.1.2", 11826 "swc_allocator", 11827 "swc_atoms", 11828 "swc_common", 11829 "swc_ecma_ast", 11830 "swc_ecma_codegen_macros", 11831 "tracing", 11832] 11833 11834[[package]] 11835name = "swc_ecma_codegen_macros" 11836version = "0.7.7" 11837source = "registry+https://github.com/rust-lang/crates.io-index" 11838checksum = "859fabde36db38634f3fad548dd5e3410c1aebba1b67a3c63e67018fa57a0bca" 11839dependencies = [ 11840 "proc-macro2", 11841 "quote", 11842 "swc_macros_common", 11843 "syn 2.0.91", 11844] 11845 11846[[package]] 11847name = "swc_ecma_loader" 11848version = "0.49.1" 11849source = "registry+https://github.com/rust-lang/crates.io-index" 11850checksum = "55fa3d55045b97894bfb04d38aff6d6302ac8a6a38e3bb3dfb0d20475c4974a9" 11851dependencies = [ 11852 "anyhow", 11853 "pathdiff", 11854 "serde", 11855 "swc_atoms", 11856 "swc_common", 11857 "tracing", 11858] 11859 11860[[package]] 11861name = "swc_ecma_parser" 11862version = "0.149.1" 11863source = "registry+https://github.com/rust-lang/crates.io-index" 11864checksum = "683dada14722714588b56481399c699378b35b2ba4deb5c4db2fb627a97fb54b" 11865dependencies = [ 11866 "either", 11867 "new_debug_unreachable", 11868 "num-bigint", 11869 "num-traits", 11870 "phf", 11871 "serde", 11872 "smallvec", 11873 "smartstring", 11874 "stacker", 11875 "swc_atoms", 11876 "swc_common", 11877 "swc_ecma_ast", 11878 "tracing", 11879 "typed-arena", 11880] 11881 11882[[package]] 11883name = "swc_ecma_transforms_base" 11884version = "0.145.0" 11885source = "registry+https://github.com/rust-lang/crates.io-index" 11886checksum = "65f21494e75d0bd8ef42010b47cabab9caaed8f2207570e809f6f4eb51a710d1" 11887dependencies = [ 11888 "better_scoped_tls", 11889 "bitflags 2.9.4", 11890 "indexmap 2.7.1", 11891 "once_cell", 11892 "phf", 11893 "rustc-hash 1.1.0", 11894 "serde", 11895 "smallvec", 11896 "swc_atoms", 11897 "swc_common", 11898 "swc_ecma_ast", 11899 "swc_ecma_parser", 11900 "swc_ecma_utils", 11901 "swc_ecma_visit", 11902 "tracing", 11903] 11904 11905[[package]] 11906name = "swc_ecma_transforms_classes" 11907version = "0.134.0" 11908source = "registry+https://github.com/rust-lang/crates.io-index" 11909checksum = "3c3d884594385bea9405a2e1721151470d9a14d3ceec5dd773c0ca6894791601" 11910dependencies = [ 11911 "swc_atoms", 11912 "swc_common", 11913 "swc_ecma_ast", 11914 "swc_ecma_transforms_base", 11915 "swc_ecma_utils", 11916 "swc_ecma_visit", 11917] 11918 11919[[package]] 11920name = "swc_ecma_transforms_macros" 11921version = "0.5.5" 11922source = "registry+https://github.com/rust-lang/crates.io-index" 11923checksum = "500a1dadad1e0e41e417d633b3d6d5de677c9e0d3159b94ba3348436cdb15aab" 11924dependencies = [ 11925 "proc-macro2", 11926 "quote", 11927 "swc_macros_common", 11928 "syn 2.0.91", 11929] 11930 11931[[package]] 11932name = "swc_ecma_transforms_optimization" 11933version = "0.208.0" 11934source = "registry+https://github.com/rust-lang/crates.io-index" 11935checksum = "98d8447ea20ef76958a8240feef95743702485a84331e6df5bdbe7e383c87838" 11936dependencies = [ 11937 "dashmap", 11938 "indexmap 2.7.1", 11939 "once_cell", 11940 "petgraph", 11941 "rustc-hash 1.1.0", 11942 "serde_json", 11943 "swc_atoms", 11944 "swc_common", 11945 "swc_ecma_ast", 11946 "swc_ecma_parser", 11947 "swc_ecma_transforms_base", 11948 "swc_ecma_transforms_macros", 11949 "swc_ecma_utils", 11950 "swc_ecma_visit", 11951 "swc_fast_graph", 11952 "tracing", 11953] 11954 11955[[package]] 11956name = "swc_ecma_transforms_proposal" 11957version = "0.179.0" 11958source = "registry+https://github.com/rust-lang/crates.io-index" 11959checksum = "79938ff510fc647febd8c6c3ef4143d099fdad87a223680e632623d056dae2dd" 11960dependencies = [ 11961 "either", 11962 "rustc-hash 1.1.0", 11963 "serde", 11964 "smallvec", 11965 "swc_atoms", 11966 "swc_common", 11967 "swc_ecma_ast", 11968 "swc_ecma_transforms_base", 11969 "swc_ecma_transforms_classes", 11970 "swc_ecma_transforms_macros", 11971 "swc_ecma_utils", 11972 "swc_ecma_visit", 11973] 11974 11975[[package]] 11976name = "swc_ecma_transforms_react" 11977version = "0.191.0" 11978source = "registry+https://github.com/rust-lang/crates.io-index" 11979checksum = "76c76d8b9792ce51401d38da0fa62158d61f6d80d16d68fe5b03ce4bf5fba383" 11980dependencies = [ 11981 "base64 0.21.7", 11982 "dashmap", 11983 "indexmap 2.7.1", 11984 "once_cell", 11985 "serde", 11986 "sha1 0.10.6", 11987 "string_enum", 11988 "swc_allocator", 11989 "swc_atoms", 11990 "swc_common", 11991 "swc_config", 11992 "swc_ecma_ast", 11993 "swc_ecma_parser", 11994 "swc_ecma_transforms_base", 11995 "swc_ecma_transforms_macros", 11996 "swc_ecma_utils", 11997 "swc_ecma_visit", 11998] 11999 12000[[package]] 12001name = "swc_ecma_transforms_typescript" 12002version = "0.198.1" 12003source = "registry+https://github.com/rust-lang/crates.io-index" 12004checksum = "15455da4768f97186c40523e83600495210c11825d3a44db43383fd81eace88d" 12005dependencies = [ 12006 "ryu-js", 12007 "serde", 12008 "swc_atoms", 12009 "swc_common", 12010 "swc_ecma_ast", 12011 "swc_ecma_transforms_base", 12012 "swc_ecma_transforms_react", 12013 "swc_ecma_utils", 12014 "swc_ecma_visit", 12015] 12016 12017[[package]] 12018name = "swc_ecma_utils" 12019version = "0.134.2" 12020source = "registry+https://github.com/rust-lang/crates.io-index" 12021checksum = "029eec7dd485923a75b5a45befd04510288870250270292fc2c1b3a9e7547408" 12022dependencies = [ 12023 "indexmap 2.7.1", 12024 "num_cpus", 12025 "once_cell", 12026 "rustc-hash 1.1.0", 12027 "ryu-js", 12028 "swc_atoms", 12029 "swc_common", 12030 "swc_ecma_ast", 12031 "swc_ecma_visit", 12032 "tracing", 12033 "unicode-id", 12034] 12035 12036[[package]] 12037name = "swc_ecma_visit" 12038version = "0.104.8" 12039source = "registry+https://github.com/rust-lang/crates.io-index" 12040checksum = "5b1c6802e68e51f336e8bc9644e9ff9da75d7da9c1a6247d532f2e908aa33e81" 12041dependencies = [ 12042 "new_debug_unreachable", 12043 "num-bigint", 12044 "swc_atoms", 12045 "swc_common", 12046 "swc_ecma_ast", 12047 "swc_visit", 12048 "tracing", 12049] 12050 12051[[package]] 12052name = "swc_eq_ignore_macros" 12053version = "0.1.4" 12054source = "registry+https://github.com/rust-lang/crates.io-index" 12055checksum = "63db0adcff29d220c3d151c5b25c0eabe7e32dd936212b84cdaa1392e3130497" 12056dependencies = [ 12057 "proc-macro2", 12058 "quote", 12059 "syn 2.0.91", 12060] 12061 12062[[package]] 12063name = "swc_fast_graph" 12064version = "0.25.0" 12065source = "registry+https://github.com/rust-lang/crates.io-index" 12066checksum = "357e2c97bb51431d65080f25b436bc4e2fc1a7f64a643bc21a8353e478dc799f" 12067dependencies = [ 12068 "indexmap 2.7.1", 12069 "petgraph", 12070 "rustc-hash 1.1.0", 12071 "swc_common", 12072] 12073 12074[[package]] 12075name = "swc_graph_analyzer" 12076version = "0.26.0" 12077source = "registry+https://github.com/rust-lang/crates.io-index" 12078checksum = "f84e1d24a0d6e4066b42cfc00ab9b3109e314465aa199dd3e16849ed9566dce7" 12079dependencies = [ 12080 "auto_impl", 12081 "petgraph", 12082 "swc_common", 12083 "swc_fast_graph", 12084 "tracing", 12085] 12086 12087[[package]] 12088name = "swc_macros_common" 12089version = "0.3.13" 12090source = "registry+https://github.com/rust-lang/crates.io-index" 12091checksum = "f486687bfb7b5c560868f69ed2d458b880cebc9babebcb67e49f31b55c5bf847" 12092dependencies = [ 12093 "proc-macro2", 12094 "quote", 12095 "syn 2.0.91", 12096] 12097 12098[[package]] 12099name = "swc_visit" 12100version = "0.6.2" 12101source = "registry+https://github.com/rust-lang/crates.io-index" 12102checksum = "1ceb044142ba2719ef9eb3b6b454fce61ab849eb696c34d190f04651955c613d" 12103dependencies = [ 12104 "either", 12105 "new_debug_unreachable", 12106] 12107 12108[[package]] 12109name = "swc_visit_macros" 12110version = "0.5.13" 12111source = "registry+https://github.com/rust-lang/crates.io-index" 12112checksum = "92807d840959f39c60ce8a774a3f83e8193c658068e6d270dbe0a05e40e90b41" 12113dependencies = [ 12114 "Inflector", 12115 "proc-macro2", 12116 "quote", 12117 "swc_macros_common", 12118 "syn 2.0.91", 12119] 12120 12121[[package]] 12122name = "symphonia" 12123version = "0.5.5" 12124source = "registry+https://github.com/rust-lang/crates.io-index" 12125checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039" 12126dependencies = [ 12127 "lazy_static", 12128 "symphonia-bundle-flac", 12129 "symphonia-bundle-mp3", 12130 "symphonia-codec-aac", 12131 "symphonia-codec-adpcm", 12132 "symphonia-codec-alac", 12133 "symphonia-codec-pcm", 12134 "symphonia-codec-vorbis", 12135 "symphonia-core", 12136 "symphonia-format-caf", 12137 "symphonia-format-isomp4", 12138 "symphonia-format-mkv", 12139 "symphonia-format-ogg", 12140 "symphonia-format-riff", 12141 "symphonia-metadata", 12142] 12143 12144[[package]] 12145name = "symphonia-bundle-flac" 12146version = "0.5.5" 12147source = "registry+https://github.com/rust-lang/crates.io-index" 12148checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976" 12149dependencies = [ 12150 "log", 12151 "symphonia-core", 12152 "symphonia-metadata", 12153 "symphonia-utils-xiph", 12154] 12155 12156[[package]] 12157name = "symphonia-bundle-mp3" 12158version = "0.5.5" 12159source = "registry+https://github.com/rust-lang/crates.io-index" 12160checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed" 12161dependencies = [ 12162 "lazy_static", 12163 "log", 12164 "symphonia-core", 12165 "symphonia-metadata", 12166] 12167 12168[[package]] 12169name = "symphonia-codec-aac" 12170version = "0.5.5" 12171source = "registry+https://github.com/rust-lang/crates.io-index" 12172checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790" 12173dependencies = [ 12174 "lazy_static", 12175 "log", 12176 "symphonia-core", 12177] 12178 12179[[package]] 12180name = "symphonia-codec-adpcm" 12181version = "0.5.5" 12182source = "registry+https://github.com/rust-lang/crates.io-index" 12183checksum = "2dddc50e2bbea4cfe027441eece77c46b9f319748605ab8f3443350129ddd07f" 12184dependencies = [ 12185 "log", 12186 "symphonia-core", 12187] 12188 12189[[package]] 12190name = "symphonia-codec-alac" 12191version = "0.5.5" 12192source = "registry+https://github.com/rust-lang/crates.io-index" 12193checksum = "8413fa754942ac16a73634c9dfd1500ed5c61430956b33728567f667fdd393ab" 12194dependencies = [ 12195 "log", 12196 "symphonia-core", 12197] 12198 12199[[package]] 12200name = "symphonia-codec-pcm" 12201version = "0.5.5" 12202source = "registry+https://github.com/rust-lang/crates.io-index" 12203checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95" 12204dependencies = [ 12205 "log", 12206 "symphonia-core", 12207] 12208 12209[[package]] 12210name = "symphonia-codec-vorbis" 12211version = "0.5.5" 12212source = "registry+https://github.com/rust-lang/crates.io-index" 12213checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73" 12214dependencies = [ 12215 "log", 12216 "symphonia-core", 12217 "symphonia-utils-xiph", 12218] 12219 12220[[package]] 12221name = "symphonia-core" 12222version = "0.5.5" 12223source = "registry+https://github.com/rust-lang/crates.io-index" 12224checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af" 12225dependencies = [ 12226 "arrayvec", 12227 "bitflags 1.3.2", 12228 "bytemuck", 12229 "lazy_static", 12230 "log", 12231] 12232 12233[[package]] 12234name = "symphonia-format-caf" 12235version = "0.5.5" 12236source = "registry+https://github.com/rust-lang/crates.io-index" 12237checksum = "b8faf379316b6b6e6bbc274d00e7a592e0d63ff1a7e182ce8ba25e24edd3d096" 12238dependencies = [ 12239 "log", 12240 "symphonia-core", 12241 "symphonia-metadata", 12242] 12243 12244[[package]] 12245name = "symphonia-format-isomp4" 12246version = "0.5.5" 12247source = "registry+https://github.com/rust-lang/crates.io-index" 12248checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5" 12249dependencies = [ 12250 "encoding_rs", 12251 "log", 12252 "symphonia-core", 12253 "symphonia-metadata", 12254 "symphonia-utils-xiph", 12255] 12256 12257[[package]] 12258name = "symphonia-format-mkv" 12259version = "0.5.5" 12260source = "registry+https://github.com/rust-lang/crates.io-index" 12261checksum = "122d786d2c43a49beb6f397551b4a050d8229eaa54c7ddf9ee4b98899b8742d0" 12262dependencies = [ 12263 "lazy_static", 12264 "log", 12265 "symphonia-core", 12266 "symphonia-metadata", 12267 "symphonia-utils-xiph", 12268] 12269 12270[[package]] 12271name = "symphonia-format-ogg" 12272version = "0.5.5" 12273source = "registry+https://github.com/rust-lang/crates.io-index" 12274checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb" 12275dependencies = [ 12276 "log", 12277 "symphonia-core", 12278 "symphonia-metadata", 12279 "symphonia-utils-xiph", 12280] 12281 12282[[package]] 12283name = "symphonia-format-riff" 12284version = "0.5.5" 12285source = "registry+https://github.com/rust-lang/crates.io-index" 12286checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f" 12287dependencies = [ 12288 "extended", 12289 "log", 12290 "symphonia-core", 12291 "symphonia-metadata", 12292] 12293 12294[[package]] 12295name = "symphonia-metadata" 12296version = "0.5.5" 12297source = "registry+https://github.com/rust-lang/crates.io-index" 12298checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16" 12299dependencies = [ 12300 "encoding_rs", 12301 "lazy_static", 12302 "log", 12303 "symphonia-core", 12304] 12305 12306[[package]] 12307name = "symphonia-utils-xiph" 12308version = "0.5.5" 12309source = "registry+https://github.com/rust-lang/crates.io-index" 12310checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16" 12311dependencies = [ 12312 "symphonia-core", 12313 "symphonia-metadata", 12314] 12315 12316[[package]] 12317name = "syn" 12318version = "1.0.109" 12319source = "registry+https://github.com/rust-lang/crates.io-index" 12320checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 12321dependencies = [ 12322 "proc-macro2", 12323 "quote", 12324 "unicode-ident", 12325] 12326 12327[[package]] 12328name = "syn" 12329version = "2.0.91" 12330source = "registry+https://github.com/rust-lang/crates.io-index" 12331checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035" 12332dependencies = [ 12333 "proc-macro2", 12334 "quote", 12335 "unicode-ident", 12336] 12337 12338[[package]] 12339name = "sync_wrapper" 12340version = "0.1.2" 12341source = "registry+https://github.com/rust-lang/crates.io-index" 12342checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 12343 12344[[package]] 12345name = "sync_wrapper" 12346version = "1.0.1" 12347source = "registry+https://github.com/rust-lang/crates.io-index" 12348checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 12349 12350[[package]] 12351name = "synstructure" 12352version = "0.12.6" 12353source = "registry+https://github.com/rust-lang/crates.io-index" 12354checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 12355dependencies = [ 12356 "proc-macro2", 12357 "quote", 12358 "syn 1.0.109", 12359 "unicode-xid", 12360] 12361 12362[[package]] 12363name = "synstructure" 12364version = "0.13.1" 12365source = "registry+https://github.com/rust-lang/crates.io-index" 12366checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 12367dependencies = [ 12368 "proc-macro2", 12369 "quote", 12370 "syn 2.0.91", 12371] 12372 12373[[package]] 12374name = "sysinfo" 12375version = "0.31.4" 12376source = "registry+https://github.com/rust-lang/crates.io-index" 12377checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" 12378dependencies = [ 12379 "core-foundation-sys", 12380 "libc", 12381 "memchr", 12382 "ntapi", 12383 "rayon", 12384 "windows 0.57.0", 12385] 12386 12387[[package]] 12388name = "system-deps" 12389version = "6.2.2" 12390source = "registry+https://github.com/rust-lang/crates.io-index" 12391checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 12392dependencies = [ 12393 "cfg-expr 0.15.8", 12394 "heck 0.5.0", 12395 "pkg-config", 12396 "toml 0.8.19", 12397 "version-compare", 12398] 12399 12400[[package]] 12401name = "system-deps" 12402version = "7.0.3" 12403source = "registry+https://github.com/rust-lang/crates.io-index" 12404checksum = "66d23aaf9f331227789a99e8de4c91bf46703add012bdfd45fdecdfb2975a005" 12405dependencies = [ 12406 "cfg-expr 0.17.1", 12407 "heck 0.5.0", 12408 "pkg-config", 12409 "toml 0.8.19", 12410 "version-compare", 12411] 12412 12413[[package]] 12414name = "tagptr" 12415version = "0.2.0" 12416source = "registry+https://github.com/rust-lang/crates.io-index" 12417checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 12418 12419[[package]] 12420name = "tap" 12421version = "1.0.1" 12422source = "registry+https://github.com/rust-lang/crates.io-index" 12423checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 12424 12425[[package]] 12426name = "tar" 12427version = "0.4.40" 12428source = "registry+https://github.com/rust-lang/crates.io-index" 12429checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 12430dependencies = [ 12431 "filetime", 12432 "libc", 12433 "xattr", 12434] 12435 12436[[package]] 12437name = "target-lexicon" 12438version = "0.12.16" 12439source = "registry+https://github.com/rust-lang/crates.io-index" 12440checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 12441 12442[[package]] 12443name = "tempfile" 12444version = "3.12.0" 12445source = "registry+https://github.com/rust-lang/crates.io-index" 12446checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" 12447dependencies = [ 12448 "cfg-if 1.0.0", 12449 "fastrand", 12450 "once_cell", 12451 "rustix 0.38.42", 12452 "windows-sys 0.59.0", 12453] 12454 12455[[package]] 12456name = "termcolor" 12457version = "1.4.1" 12458source = "registry+https://github.com/rust-lang/crates.io-index" 12459checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 12460dependencies = [ 12461 "winapi-util", 12462] 12463 12464[[package]] 12465name = "terminal_size" 12466version = "0.3.0" 12467source = "registry+https://github.com/rust-lang/crates.io-index" 12468checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" 12469dependencies = [ 12470 "rustix 0.38.42", 12471 "windows-sys 0.48.0", 12472] 12473 12474[[package]] 12475name = "test_server" 12476version = "0.1.0" 12477dependencies = [ 12478 "anyhow", 12479 "async-stream 0.3.6", 12480 "base64 0.21.7", 12481 "bytes", 12482 "console_static_text", 12483 "deno_unsync", 12484 "denokv_proto", 12485 "faster-hex", 12486 "fastwebsockets", 12487 "flate2", 12488 "futures", 12489 "glob", 12490 "h2 0.4.6", 12491 "http 1.1.0", 12492 "http-body-util", 12493 "hyper 1.4.1", 12494 "hyper-util", 12495 "jsonc-parser", 12496 "lazy-regex", 12497 "libc", 12498 "lsp-types", 12499 "monch", 12500 "nix 0.27.1", 12501 "once_cell", 12502 "os_pipe", 12503 "parking_lot", 12504 "pretty_assertions", 12505 "prost", 12506 "prost-build", 12507 "regex", 12508 "reqwest", 12509 "rustls-pemfile", 12510 "rustls-tokio-stream", 12511 "semver 1.0.14", 12512 "serde", 12513 "serde_json", 12514 "sha2", 12515 "tar", 12516 "tempfile", 12517 "termcolor", 12518 "tokio", 12519 "url", 12520 "win32job", 12521 "winapi", 12522] 12523 12524[[package]] 12525name = "text-size" 12526version = "1.1.0" 12527source = "registry+https://github.com/rust-lang/crates.io-index" 12528checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a" 12529 12530[[package]] 12531name = "text_lines" 12532version = "0.6.0" 12533source = "registry+https://github.com/rust-lang/crates.io-index" 12534checksum = "7fd5828de7deaa782e1dd713006ae96b3bee32d3279b79eb67ecf8072c059bcf" 12535dependencies = [ 12536 "serde", 12537] 12538 12539[[package]] 12540name = "textwrap" 12541version = "0.16.1" 12542source = "registry+https://github.com/rust-lang/crates.io-index" 12543checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" 12544dependencies = [ 12545 "smawk", 12546 "unicode-linebreak", 12547 "unicode-width", 12548] 12549 12550[[package]] 12551name = "thiserror" 12552version = "1.0.63" 12553source = "registry+https://github.com/rust-lang/crates.io-index" 12554checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" 12555dependencies = [ 12556 "thiserror-impl 1.0.63", 12557] 12558 12559[[package]] 12560name = "thiserror" 12561version = "2.0.18" 12562source = "registry+https://github.com/rust-lang/crates.io-index" 12563checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 12564dependencies = [ 12565 "thiserror-impl 2.0.18", 12566] 12567 12568[[package]] 12569name = "thiserror-impl" 12570version = "1.0.63" 12571source = "registry+https://github.com/rust-lang/crates.io-index" 12572checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" 12573dependencies = [ 12574 "proc-macro2", 12575 "quote", 12576 "syn 2.0.91", 12577] 12578 12579[[package]] 12580name = "thiserror-impl" 12581version = "2.0.18" 12582source = "registry+https://github.com/rust-lang/crates.io-index" 12583checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 12584dependencies = [ 12585 "proc-macro2", 12586 "quote", 12587 "syn 2.0.91", 12588] 12589 12590[[package]] 12591name = "thousands" 12592version = "0.2.0" 12593source = "registry+https://github.com/rust-lang/crates.io-index" 12594checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" 12595 12596[[package]] 12597name = "thread_local" 12598version = "1.1.8" 12599source = "registry+https://github.com/rust-lang/crates.io-index" 12600checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 12601dependencies = [ 12602 "cfg-if 1.0.0", 12603 "once_cell", 12604] 12605 12606[[package]] 12607name = "tiff" 12608version = "0.9.1" 12609source = "registry+https://github.com/rust-lang/crates.io-index" 12610checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 12611dependencies = [ 12612 "flate2", 12613 "jpeg-decoder", 12614 "weezl", 12615] 12616 12617[[package]] 12618name = "time" 12619version = "0.3.36" 12620source = "registry+https://github.com/rust-lang/crates.io-index" 12621checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 12622dependencies = [ 12623 "deranged", 12624 "itoa", 12625 "libc", 12626 "num-conv", 12627 "num_threads", 12628 "powerfmt", 12629 "serde", 12630 "time-core", 12631 "time-macros", 12632] 12633 12634[[package]] 12635name = "time-core" 12636version = "0.1.2" 12637source = "registry+https://github.com/rust-lang/crates.io-index" 12638checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 12639 12640[[package]] 12641name = "time-macros" 12642version = "0.2.18" 12643source = "registry+https://github.com/rust-lang/crates.io-index" 12644checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 12645dependencies = [ 12646 "num-conv", 12647 "time-core", 12648] 12649 12650[[package]] 12651name = "tiny_pretty" 12652version = "0.2.0" 12653source = "registry+https://github.com/rust-lang/crates.io-index" 12654checksum = "4b3f46f0549180b9c6f7f76270903f1a06867c43a03998b99dce81aa1760c3b2" 12655dependencies = [ 12656 "unicode-width", 12657] 12658 12659[[package]] 12660name = "tinystr" 12661version = "0.7.6" 12662source = "registry+https://github.com/rust-lang/crates.io-index" 12663checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 12664dependencies = [ 12665 "displaydoc", 12666 "zerovec", 12667] 12668 12669[[package]] 12670name = "tinyvec" 12671version = "1.8.0" 12672source = "registry+https://github.com/rust-lang/crates.io-index" 12673checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 12674dependencies = [ 12675 "tinyvec_macros", 12676] 12677 12678[[package]] 12679name = "tinyvec_macros" 12680version = "0.1.1" 12681source = "registry+https://github.com/rust-lang/crates.io-index" 12682checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 12683 12684[[package]] 12685name = "tokio" 12686version = "1.50.0" 12687source = "registry+https://github.com/rust-lang/crates.io-index" 12688checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" 12689dependencies = [ 12690 "bytes", 12691 "libc", 12692 "mio 1.2.1", 12693 "parking_lot", 12694 "pin-project-lite", 12695 "signal-hook-registry", 12696 "socket2 0.6.3", 12697 "tokio-macros", 12698 "windows-sys 0.61.2", 12699] 12700 12701[[package]] 12702name = "tokio-eld" 12703version = "0.2.0" 12704source = "registry+https://github.com/rust-lang/crates.io-index" 12705checksum = "9166030f05d6bc5642bdb8f8c2be31eb3c02cd465d662bcdc2df82d4aa41a584" 12706dependencies = [ 12707 "hdrhistogram", 12708 "tokio", 12709] 12710 12711[[package]] 12712name = "tokio-macros" 12713version = "2.6.1" 12714source = "registry+https://github.com/rust-lang/crates.io-index" 12715checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" 12716dependencies = [ 12717 "proc-macro2", 12718 "quote", 12719 "syn 2.0.91", 12720] 12721 12722[[package]] 12723name = "tokio-metrics" 12724version = "0.3.1" 12725source = "registry+https://github.com/rust-lang/crates.io-index" 12726checksum = "eace09241d62c98b7eeb1107d4c5c64ca3bd7da92e8c218c153ab3a78f9be112" 12727dependencies = [ 12728 "futures-util", 12729 "pin-project-lite", 12730 "tokio", 12731 "tokio-stream", 12732] 12733 12734[[package]] 12735name = "tokio-rustls" 12736version = "0.26.0" 12737source = "registry+https://github.com/rust-lang/crates.io-index" 12738checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 12739dependencies = [ 12740 "rustls 0.23.13", 12741 "rustls-pki-types", 12742 "tokio", 12743] 12744 12745[[package]] 12746name = "tokio-socks" 12747version = "0.5.2" 12748source = "registry+https://github.com/rust-lang/crates.io-index" 12749checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" 12750dependencies = [ 12751 "either", 12752 "futures-util", 12753 "thiserror 1.0.63", 12754 "tokio", 12755] 12756 12757[[package]] 12758name = "tokio-stream" 12759version = "0.1.17" 12760source = "registry+https://github.com/rust-lang/crates.io-index" 12761checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 12762dependencies = [ 12763 "futures-core", 12764 "pin-project-lite", 12765 "tokio", 12766] 12767 12768[[package]] 12769name = "tokio-tungstenite" 12770version = "0.21.0" 12771source = "registry+https://github.com/rust-lang/crates.io-index" 12772checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" 12773dependencies = [ 12774 "futures-util", 12775 "log", 12776 "tokio", 12777 "tungstenite 0.21.0", 12778] 12779 12780[[package]] 12781name = "tokio-tungstenite" 12782version = "0.26.2" 12783source = "registry+https://github.com/rust-lang/crates.io-index" 12784checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" 12785dependencies = [ 12786 "futures-util", 12787 "log", 12788 "rustls 0.23.13", 12789 "rustls-pki-types", 12790 "tokio", 12791 "tokio-rustls", 12792 "tungstenite 0.26.2", 12793 "webpki-roots 0.26.3", 12794] 12795 12796[[package]] 12797name = "tokio-util" 12798version = "0.7.12" 12799source = "registry+https://github.com/rust-lang/crates.io-index" 12800checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 12801dependencies = [ 12802 "bytes", 12803 "futures-core", 12804 "futures-io", 12805 "futures-sink", 12806 "futures-util", 12807 "hashbrown 0.14.5", 12808 "pin-project-lite", 12809 "slab", 12810 "tokio", 12811] 12812 12813[[package]] 12814name = "toml" 12815version = "0.5.11" 12816source = "registry+https://github.com/rust-lang/crates.io-index" 12817checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 12818dependencies = [ 12819 "serde", 12820] 12821 12822[[package]] 12823name = "toml" 12824version = "0.8.19" 12825source = "registry+https://github.com/rust-lang/crates.io-index" 12826checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 12827dependencies = [ 12828 "serde", 12829 "serde_spanned", 12830 "toml_datetime", 12831 "toml_edit", 12832] 12833 12834[[package]] 12835name = "toml_datetime" 12836version = "0.6.8" 12837source = "registry+https://github.com/rust-lang/crates.io-index" 12838checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 12839dependencies = [ 12840 "serde", 12841] 12842 12843[[package]] 12844name = "toml_edit" 12845version = "0.22.22" 12846source = "registry+https://github.com/rust-lang/crates.io-index" 12847checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 12848dependencies = [ 12849 "indexmap 2.7.1", 12850 "serde", 12851 "serde_spanned", 12852 "toml_datetime", 12853 "winnow", 12854] 12855 12856[[package]] 12857name = "tonic" 12858version = "0.12.3" 12859source = "registry+https://github.com/rust-lang/crates.io-index" 12860checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" 12861dependencies = [ 12862 "async-stream 0.3.6", 12863 "async-trait", 12864 "axum", 12865 "base64 0.22.1", 12866 "bytes", 12867 "h2 0.4.6", 12868 "http 1.1.0", 12869 "http-body 1.0.1", 12870 "http-body-util", 12871 "hyper 1.4.1", 12872 "hyper-timeout", 12873 "hyper-util", 12874 "percent-encoding", 12875 "pin-project", 12876 "prost", 12877 "socket2 0.5.7", 12878 "tokio", 12879 "tokio-stream", 12880 "tower 0.4.13", 12881 "tower-layer", 12882 "tower-service", 12883 "tracing", 12884] 12885 12886[[package]] 12887name = "tonic-build" 12888version = "0.12.3" 12889source = "registry+https://github.com/rust-lang/crates.io-index" 12890checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" 12891dependencies = [ 12892 "prettyplease", 12893 "proc-macro2", 12894 "prost-build", 12895 "prost-types", 12896 "quote", 12897 "syn 2.0.91", 12898] 12899 12900[[package]] 12901name = "tonic-reflection" 12902version = "0.12.3" 12903source = "registry+https://github.com/rust-lang/crates.io-index" 12904checksum = "878d81f52e7fcfd80026b7fdb6a9b578b3c3653ba987f87f0dce4b64043cba27" 12905dependencies = [ 12906 "prost", 12907 "prost-types", 12908 "tokio", 12909 "tokio-stream", 12910 "tonic", 12911] 12912 12913[[package]] 12914name = "tonic-web" 12915version = "0.12.3" 12916source = "registry+https://github.com/rust-lang/crates.io-index" 12917checksum = "5299dd20801ad736dccb4a5ea0da7376e59cd98f213bf1c3d478cf53f4834b58" 12918dependencies = [ 12919 "base64 0.22.1", 12920 "bytes", 12921 "http 1.1.0", 12922 "http-body 1.0.1", 12923 "http-body-util", 12924 "pin-project", 12925 "tokio-stream", 12926 "tonic", 12927 "tower-http 0.5.2", 12928 "tower-layer", 12929 "tower-service", 12930 "tracing", 12931] 12932 12933[[package]] 12934name = "tower" 12935version = "0.4.13" 12936source = "registry+https://github.com/rust-lang/crates.io-index" 12937checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 12938dependencies = [ 12939 "futures-core", 12940 "futures-util", 12941 "indexmap 1.9.3", 12942 "pin-project", 12943 "pin-project-lite", 12944 "rand 0.8.5", 12945 "slab", 12946 "tokio", 12947 "tokio-util", 12948 "tower-layer", 12949 "tower-service", 12950 "tracing", 12951] 12952 12953[[package]] 12954name = "tower" 12955version = "0.5.2" 12956source = "registry+https://github.com/rust-lang/crates.io-index" 12957checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 12958dependencies = [ 12959 "futures-core", 12960 "futures-util", 12961 "pin-project-lite", 12962 "sync_wrapper 1.0.1", 12963 "tokio", 12964 "tower-layer", 12965 "tower-service", 12966] 12967 12968[[package]] 12969name = "tower-http" 12970version = "0.5.2" 12971source = "registry+https://github.com/rust-lang/crates.io-index" 12972checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 12973dependencies = [ 12974 "bitflags 2.9.4", 12975 "bytes", 12976 "http 1.1.0", 12977 "http-body 1.0.1", 12978 "http-body-util", 12979 "pin-project-lite", 12980 "tower-layer", 12981 "tower-service", 12982] 12983 12984[[package]] 12985name = "tower-http" 12986version = "0.6.2" 12987source = "registry+https://github.com/rust-lang/crates.io-index" 12988checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" 12989dependencies = [ 12990 "async-compression", 12991 "bitflags 2.9.4", 12992 "bytes", 12993 "futures-core", 12994 "http 1.1.0", 12995 "http-body 1.0.1", 12996 "http-body-util", 12997 "pin-project-lite", 12998 "tokio", 12999 "tokio-util", 13000 "tower-layer", 13001 "tower-service", 13002] 13003 13004[[package]] 13005name = "tower-layer" 13006version = "0.3.3" 13007source = "registry+https://github.com/rust-lang/crates.io-index" 13008checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 13009 13010[[package]] 13011name = "tower-service" 13012version = "0.3.3" 13013source = "registry+https://github.com/rust-lang/crates.io-index" 13014checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 13015 13016[[package]] 13017name = "tracing" 13018version = "0.1.44" 13019source = "registry+https://github.com/rust-lang/crates.io-index" 13020checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 13021dependencies = [ 13022 "log", 13023 "pin-project-lite", 13024 "tracing-attributes", 13025 "tracing-core", 13026] 13027 13028[[package]] 13029name = "tracing-android" 13030version = "0.2.0" 13031source = "registry+https://github.com/rust-lang/crates.io-index" 13032checksum = "12612be8f868a09c0ceae7113ff26afe79d81a24473a393cb9120ece162e86c0" 13033dependencies = [ 13034 "android_log-sys", 13035 "tracing", 13036 "tracing-subscriber", 13037] 13038 13039[[package]] 13040name = "tracing-attributes" 13041version = "0.1.31" 13042source = "registry+https://github.com/rust-lang/crates.io-index" 13043checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 13044dependencies = [ 13045 "proc-macro2", 13046 "quote", 13047 "syn 2.0.91", 13048] 13049 13050[[package]] 13051name = "tracing-core" 13052version = "0.1.36" 13053source = "registry+https://github.com/rust-lang/crates.io-index" 13054checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 13055dependencies = [ 13056 "once_cell", 13057 "valuable", 13058] 13059 13060[[package]] 13061name = "tracing-log" 13062version = "0.2.0" 13063source = "registry+https://github.com/rust-lang/crates.io-index" 13064checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 13065dependencies = [ 13066 "log", 13067 "once_cell", 13068 "tracing-core", 13069] 13070 13071[[package]] 13072name = "tracing-subscriber" 13073version = "0.3.18" 13074source = "registry+https://github.com/rust-lang/crates.io-index" 13075checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 13076dependencies = [ 13077 "matchers", 13078 "nu-ansi-term 0.46.0", 13079 "once_cell", 13080 "regex", 13081 "sharded-slab", 13082 "smallvec", 13083 "thread_local", 13084 "tracing", 13085 "tracing-core", 13086 "tracing-log", 13087] 13088 13089[[package]] 13090name = "trait-variant" 13091version = "0.1.2" 13092source = "registry+https://github.com/rust-lang/crates.io-index" 13093checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 13094dependencies = [ 13095 "proc-macro2", 13096 "quote", 13097 "syn 2.0.91", 13098] 13099 13100[[package]] 13101name = "triomphe" 13102version = "0.1.13" 13103source = "registry+https://github.com/rust-lang/crates.io-index" 13104checksum = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369" 13105dependencies = [ 13106 "serde", 13107 "stable_deref_trait", 13108] 13109 13110[[package]] 13111name = "try-lock" 13112version = "0.2.5" 13113source = "registry+https://github.com/rust-lang/crates.io-index" 13114checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 13115 13116[[package]] 13117name = "tungstenite" 13118version = "0.21.0" 13119source = "registry+https://github.com/rust-lang/crates.io-index" 13120checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" 13121dependencies = [ 13122 "byteorder", 13123 "bytes", 13124 "data-encoding", 13125 "http 1.1.0", 13126 "httparse", 13127 "log", 13128 "rand 0.8.5", 13129 "sha1 0.10.6", 13130 "thiserror 1.0.63", 13131 "url", 13132 "utf-8", 13133] 13134 13135[[package]] 13136name = "tungstenite" 13137version = "0.26.2" 13138source = "registry+https://github.com/rust-lang/crates.io-index" 13139checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" 13140dependencies = [ 13141 "bytes", 13142 "data-encoding", 13143 "http 1.1.0", 13144 "httparse", 13145 "log", 13146 "rand 0.9.0", 13147 "rustls 0.23.13", 13148 "rustls-pki-types", 13149 "sha1 0.10.6", 13150 "thiserror 2.0.18", 13151 "utf-8", 13152 "webpki-roots 0.26.3", 13153] 13154 13155[[package]] 13156name = "twox-hash" 13157version = "1.6.3" 13158source = "registry+https://github.com/rust-lang/crates.io-index" 13159checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 13160dependencies = [ 13161 "cfg-if 1.0.0", 13162 "rand 0.8.5", 13163 "static_assertions", 13164] 13165 13166[[package]] 13167name = "typed-arena" 13168version = "2.0.2" 13169source = "registry+https://github.com/rust-lang/crates.io-index" 13170checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" 13171 13172[[package]] 13173name = "typenum" 13174version = "1.17.0" 13175source = "registry+https://github.com/rust-lang/crates.io-index" 13176checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 13177 13178[[package]] 13179name = "ucd-trie" 13180version = "0.1.6" 13181source = "registry+https://github.com/rust-lang/crates.io-index" 13182checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 13183 13184[[package]] 13185name = "uds_windows" 13186version = "1.1.0" 13187source = "registry+https://github.com/rust-lang/crates.io-index" 13188checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 13189dependencies = [ 13190 "memoffset", 13191 "tempfile", 13192 "winapi", 13193] 13194 13195[[package]] 13196name = "unic-char-property" 13197version = "0.9.0" 13198source = "registry+https://github.com/rust-lang/crates.io-index" 13199checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 13200dependencies = [ 13201 "unic-char-range", 13202] 13203 13204[[package]] 13205name = "unic-char-range" 13206version = "0.9.0" 13207source = "registry+https://github.com/rust-lang/crates.io-index" 13208checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 13209 13210[[package]] 13211name = "unic-common" 13212version = "0.9.0" 13213source = "registry+https://github.com/rust-lang/crates.io-index" 13214checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 13215 13216[[package]] 13217name = "unic-ucd-ident" 13218version = "0.9.0" 13219source = "registry+https://github.com/rust-lang/crates.io-index" 13220checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 13221dependencies = [ 13222 "unic-char-property", 13223 "unic-char-range", 13224 "unic-ucd-version", 13225] 13226 13227[[package]] 13228name = "unic-ucd-version" 13229version = "0.9.0" 13230source = "registry+https://github.com/rust-lang/crates.io-index" 13231checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 13232dependencies = [ 13233 "unic-common", 13234] 13235 13236[[package]] 13237name = "unicase" 13238version = "2.7.0" 13239source = "registry+https://github.com/rust-lang/crates.io-index" 13240checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 13241dependencies = [ 13242 "version_check", 13243] 13244 13245[[package]] 13246name = "unicode-bidi" 13247version = "0.3.15" 13248source = "registry+https://github.com/rust-lang/crates.io-index" 13249checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 13250 13251[[package]] 13252name = "unicode-id" 13253version = "0.3.4" 13254source = "registry+https://github.com/rust-lang/crates.io-index" 13255checksum = "b1b6def86329695390197b82c1e244a54a131ceb66c996f2088a3876e2ae083f" 13256 13257[[package]] 13258name = "unicode-id-start" 13259version = "1.2.0" 13260source = "registry+https://github.com/rust-lang/crates.io-index" 13261checksum = "bc3882f69607a2ac8cc4de3ee7993d8f68bb06f2974271195065b3bd07f2edea" 13262 13263[[package]] 13264name = "unicode-ident" 13265version = "1.0.12" 13266source = "registry+https://github.com/rust-lang/crates.io-index" 13267checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 13268 13269[[package]] 13270name = "unicode-linebreak" 13271version = "0.1.5" 13272source = "registry+https://github.com/rust-lang/crates.io-index" 13273checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 13274 13275[[package]] 13276name = "unicode-normalization" 13277version = "0.1.23" 13278source = "registry+https://github.com/rust-lang/crates.io-index" 13279checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 13280dependencies = [ 13281 "tinyvec", 13282] 13283 13284[[package]] 13285name = "unicode-properties" 13286version = "0.1.2" 13287source = "registry+https://github.com/rust-lang/crates.io-index" 13288checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524" 13289 13290[[package]] 13291name = "unicode-segmentation" 13292version = "1.12.0" 13293source = "registry+https://github.com/rust-lang/crates.io-index" 13294checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 13295 13296[[package]] 13297name = "unicode-truncate" 13298version = "1.1.0" 13299source = "registry+https://github.com/rust-lang/crates.io-index" 13300checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" 13301dependencies = [ 13302 "itertools 0.13.0", 13303 "unicode-segmentation", 13304 "unicode-width", 13305] 13306 13307[[package]] 13308name = "unicode-width" 13309version = "0.1.13" 13310source = "registry+https://github.com/rust-lang/crates.io-index" 13311checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 13312 13313[[package]] 13314name = "unicode-xid" 13315version = "0.2.5" 13316source = "registry+https://github.com/rust-lang/crates.io-index" 13317checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" 13318 13319[[package]] 13320name = "unicode_categories" 13321version = "0.1.1" 13322source = "registry+https://github.com/rust-lang/crates.io-index" 13323checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 13324 13325[[package]] 13326name = "universal-hash" 13327version = "0.5.1" 13328source = "registry+https://github.com/rust-lang/crates.io-index" 13329checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 13330dependencies = [ 13331 "crypto-common 0.1.6", 13332 "subtle", 13333] 13334 13335[[package]] 13336name = "untrusted" 13337version = "0.9.0" 13338source = "registry+https://github.com/rust-lang/crates.io-index" 13339checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 13340 13341[[package]] 13342name = "url" 13343version = "2.5.4" 13344source = "registry+https://github.com/rust-lang/crates.io-index" 13345checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 13346dependencies = [ 13347 "form_urlencoded", 13348 "idna", 13349 "percent-encoding", 13350 "serde", 13351] 13352 13353[[package]] 13354name = "urlencoding" 13355version = "2.1.3" 13356source = "registry+https://github.com/rust-lang/crates.io-index" 13357checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 13358 13359[[package]] 13360name = "urlpattern" 13361version = "0.3.0" 13362source = "registry+https://github.com/rust-lang/crates.io-index" 13363checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" 13364dependencies = [ 13365 "regex", 13366 "serde", 13367 "unic-ucd-ident", 13368 "url", 13369] 13370 13371[[package]] 13372name = "utf-8" 13373version = "0.7.6" 13374source = "registry+https://github.com/rust-lang/crates.io-index" 13375checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 13376 13377[[package]] 13378name = "utf16_iter" 13379version = "1.0.5" 13380source = "registry+https://github.com/rust-lang/crates.io-index" 13381checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 13382 13383[[package]] 13384name = "utf8-width" 13385version = "0.1.7" 13386source = "registry+https://github.com/rust-lang/crates.io-index" 13387checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" 13388 13389[[package]] 13390name = "utf8_iter" 13391version = "1.0.4" 13392source = "registry+https://github.com/rust-lang/crates.io-index" 13393checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 13394 13395[[package]] 13396name = "utf8parse" 13397version = "0.2.2" 13398source = "registry+https://github.com/rust-lang/crates.io-index" 13399checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 13400 13401[[package]] 13402name = "uuid" 13403version = "1.10.0" 13404source = "registry+https://github.com/rust-lang/crates.io-index" 13405checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 13406dependencies = [ 13407 "getrandom 0.2.15", 13408 "serde", 13409 "sha1_smol", 13410] 13411 13412[[package]] 13413name = "v8" 13414version = "130.0.2" 13415source = "registry+https://github.com/rust-lang/crates.io-index" 13416checksum = "2ee0be58935708fa4d7efb970c6cf9f2d9511d24ee24246481a65b6ee167348d" 13417dependencies = [ 13418 "bindgen", 13419 "bitflags 2.9.4", 13420 "fslock", 13421 "gzip-header", 13422 "home", 13423 "miniz_oxide 0.7.4", 13424 "once_cell", 13425 "paste", 13426 "which 6.0.3", 13427] 13428 13429[[package]] 13430name = "v8_valueserializer" 13431version = "0.1.1" 13432source = "registry+https://github.com/rust-lang/crates.io-index" 13433checksum = "97599c400fc79925922b58303e98fcb8fa88f573379a08ddb652e72cbd2e70f6" 13434dependencies = [ 13435 "bitflags 2.9.4", 13436 "encoding_rs", 13437 "indexmap 2.7.1", 13438 "num-bigint", 13439 "serde", 13440 "thiserror 1.0.63", 13441 "wtf8", 13442] 13443 13444[[package]] 13445name = "v_frame" 13446version = "0.3.8" 13447source = "registry+https://github.com/rust-lang/crates.io-index" 13448checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b" 13449dependencies = [ 13450 "aligned-vec", 13451 "num-traits", 13452 "wasm-bindgen", 13453] 13454 13455[[package]] 13456name = "v_htmlescape" 13457version = "0.15.8" 13458source = "registry+https://github.com/rust-lang/crates.io-index" 13459checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c" 13460 13461[[package]] 13462name = "valuable" 13463version = "0.1.1" 13464source = "registry+https://github.com/rust-lang/crates.io-index" 13465checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 13466 13467[[package]] 13468name = "value-bag" 13469version = "1.12.0" 13470source = "registry+https://github.com/rust-lang/crates.io-index" 13471checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0" 13472 13473[[package]] 13474name = "value-trait" 13475version = "0.10.1" 13476source = "registry+https://github.com/rust-lang/crates.io-index" 13477checksum = "9170e001f458781e92711d2ad666110f153e4e50bfd5cbd02db6547625714187" 13478dependencies = [ 13479 "float-cmp", 13480 "halfbrown", 13481 "itoa", 13482 "ryu", 13483] 13484 13485[[package]] 13486name = "vcpkg" 13487version = "0.2.15" 13488source = "registry+https://github.com/rust-lang/crates.io-index" 13489checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 13490 13491[[package]] 13492name = "vergen" 13493version = "9.0.2" 13494source = "registry+https://github.com/rust-lang/crates.io-index" 13495checksum = "31f25fc8f8f05df455c7941e87f093ad22522a9ff33d7a027774815acf6f0639" 13496dependencies = [ 13497 "anyhow", 13498 "derive_builder", 13499 "rustversion", 13500 "time", 13501 "vergen-lib", 13502] 13503 13504[[package]] 13505name = "vergen-gitcl" 13506version = "1.0.2" 13507source = "registry+https://github.com/rust-lang/crates.io-index" 13508checksum = "0227006d09f98ab00ea69e9a5e055e676a813cfbed4232986176c86a6080b997" 13509dependencies = [ 13510 "anyhow", 13511 "derive_builder", 13512 "rustversion", 13513 "time", 13514 "vergen", 13515 "vergen-lib", 13516] 13517 13518[[package]] 13519name = "vergen-lib" 13520version = "0.1.5" 13521source = "registry+https://github.com/rust-lang/crates.io-index" 13522checksum = "c0c767e6751c09fc85cde58722cf2f1007e80e4c8d5a4321fc90d83dc54ca147" 13523dependencies = [ 13524 "anyhow", 13525 "derive_builder", 13526 "rustversion", 13527] 13528 13529[[package]] 13530name = "version-compare" 13531version = "0.2.0" 13532source = "registry+https://github.com/rust-lang/crates.io-index" 13533checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 13534 13535[[package]] 13536name = "version_check" 13537version = "0.9.5" 13538source = "registry+https://github.com/rust-lang/crates.io-index" 13539checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 13540 13541[[package]] 13542name = "vsimd" 13543version = "0.8.0" 13544source = "registry+https://github.com/rust-lang/crates.io-index" 13545checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 13546 13547[[package]] 13548name = "vte" 13549version = "0.11.1" 13550source = "registry+https://github.com/rust-lang/crates.io-index" 13551checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197" 13552dependencies = [ 13553 "arrayvec", 13554 "utf8parse", 13555 "vte_generate_state_changes", 13556] 13557 13558[[package]] 13559name = "vte_generate_state_changes" 13560version = "0.1.2" 13561source = "registry+https://github.com/rust-lang/crates.io-index" 13562checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" 13563dependencies = [ 13564 "proc-macro2", 13565 "quote", 13566] 13567 13568[[package]] 13569name = "walkdir" 13570version = "2.5.0" 13571source = "registry+https://github.com/rust-lang/crates.io-index" 13572checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 13573dependencies = [ 13574 "same-file", 13575 "winapi-util", 13576] 13577 13578[[package]] 13579name = "want" 13580version = "0.3.1" 13581source = "registry+https://github.com/rust-lang/crates.io-index" 13582checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 13583dependencies = [ 13584 "try-lock", 13585] 13586 13587[[package]] 13588name = "warp" 13589version = "0.3.7" 13590source = "registry+https://github.com/rust-lang/crates.io-index" 13591checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c" 13592dependencies = [ 13593 "bytes", 13594 "futures-channel", 13595 "futures-util", 13596 "headers", 13597 "http 0.2.12", 13598 "hyper 0.14.30", 13599 "log", 13600 "mime", 13601 "mime_guess", 13602 "multer 2.1.0", 13603 "percent-encoding", 13604 "pin-project", 13605 "scoped-tls", 13606 "serde", 13607 "serde_json", 13608 "serde_urlencoded", 13609 "tokio", 13610 "tokio-tungstenite 0.21.0", 13611 "tokio-util", 13612 "tower-service", 13613 "tracing", 13614] 13615 13616[[package]] 13617name = "wasi" 13618version = "0.11.0+wasi-snapshot-preview1" 13619source = "registry+https://github.com/rust-lang/crates.io-index" 13620checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 13621 13622[[package]] 13623name = "wasi" 13624version = "0.14.2+wasi-0.2.4" 13625source = "registry+https://github.com/rust-lang/crates.io-index" 13626checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 13627dependencies = [ 13628 "wit-bindgen-rt", 13629] 13630 13631[[package]] 13632name = "wasip2" 13633version = "1.0.3+wasi-0.2.9" 13634source = "registry+https://github.com/rust-lang/crates.io-index" 13635checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" 13636dependencies = [ 13637 "wit-bindgen 0.57.1", 13638] 13639 13640[[package]] 13641name = "wasip3" 13642version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 13643source = "registry+https://github.com/rust-lang/crates.io-index" 13644checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 13645dependencies = [ 13646 "wit-bindgen 0.51.0", 13647] 13648 13649[[package]] 13650name = "wasite" 13651version = "0.1.0" 13652source = "registry+https://github.com/rust-lang/crates.io-index" 13653checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 13654 13655[[package]] 13656name = "wasm-bindgen" 13657version = "0.2.99" 13658source = "registry+https://github.com/rust-lang/crates.io-index" 13659checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" 13660dependencies = [ 13661 "cfg-if 1.0.0", 13662 "once_cell", 13663 "wasm-bindgen-macro", 13664] 13665 13666[[package]] 13667name = "wasm-bindgen-backend" 13668version = "0.2.99" 13669source = "registry+https://github.com/rust-lang/crates.io-index" 13670checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" 13671dependencies = [ 13672 "bumpalo", 13673 "log", 13674 "proc-macro2", 13675 "quote", 13676 "syn 2.0.91", 13677 "wasm-bindgen-shared", 13678] 13679 13680[[package]] 13681name = "wasm-bindgen-futures" 13682version = "0.4.49" 13683source = "registry+https://github.com/rust-lang/crates.io-index" 13684checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" 13685dependencies = [ 13686 "cfg-if 1.0.0", 13687 "js-sys", 13688 "once_cell", 13689 "wasm-bindgen", 13690 "web-sys", 13691] 13692 13693[[package]] 13694name = "wasm-bindgen-macro" 13695version = "0.2.99" 13696source = "registry+https://github.com/rust-lang/crates.io-index" 13697checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" 13698dependencies = [ 13699 "quote", 13700 "wasm-bindgen-macro-support", 13701] 13702 13703[[package]] 13704name = "wasm-bindgen-macro-support" 13705version = "0.2.99" 13706source = "registry+https://github.com/rust-lang/crates.io-index" 13707checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" 13708dependencies = [ 13709 "proc-macro2", 13710 "quote", 13711 "syn 2.0.91", 13712 "wasm-bindgen-backend", 13713 "wasm-bindgen-shared", 13714] 13715 13716[[package]] 13717name = "wasm-bindgen-shared" 13718version = "0.2.99" 13719source = "registry+https://github.com/rust-lang/crates.io-index" 13720checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" 13721 13722[[package]] 13723name = "wasm-encoder" 13724version = "0.244.0" 13725source = "registry+https://github.com/rust-lang/crates.io-index" 13726checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 13727dependencies = [ 13728 "leb128fmt", 13729 "wasmparser", 13730] 13731 13732[[package]] 13733name = "wasm-metadata" 13734version = "0.244.0" 13735source = "registry+https://github.com/rust-lang/crates.io-index" 13736checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 13737dependencies = [ 13738 "anyhow", 13739 "indexmap 2.7.1", 13740 "wasm-encoder", 13741 "wasmparser", 13742] 13743 13744[[package]] 13745name = "wasm-streams" 13746version = "0.4.2" 13747source = "registry+https://github.com/rust-lang/crates.io-index" 13748checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 13749dependencies = [ 13750 "futures-util", 13751 "js-sys", 13752 "wasm-bindgen", 13753 "wasm-bindgen-futures", 13754 "web-sys", 13755] 13756 13757[[package]] 13758name = "wasm_dep_analyzer" 13759version = "0.1.0" 13760source = "registry+https://github.com/rust-lang/crates.io-index" 13761checksum = "7f270206a91783fd90625c8bb0d8fbd459d0b1d1bf209b656f713f01ae7c04b8" 13762dependencies = [ 13763 "thiserror 1.0.63", 13764] 13765 13766[[package]] 13767name = "wasmparser" 13768version = "0.244.0" 13769source = "registry+https://github.com/rust-lang/crates.io-index" 13770checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 13771dependencies = [ 13772 "bitflags 2.9.4", 13773 "hashbrown 0.15.5", 13774 "indexmap 2.7.1", 13775 "semver 1.0.14", 13776] 13777 13778[[package]] 13779name = "web-sys" 13780version = "0.3.76" 13781source = "registry+https://github.com/rust-lang/crates.io-index" 13782checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" 13783dependencies = [ 13784 "js-sys", 13785 "wasm-bindgen", 13786] 13787 13788[[package]] 13789name = "web-time" 13790version = "1.1.0" 13791source = "registry+https://github.com/rust-lang/crates.io-index" 13792checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 13793dependencies = [ 13794 "js-sys", 13795 "wasm-bindgen", 13796] 13797 13798[[package]] 13799name = "webm-iterable" 13800version = "0.6.4" 13801source = "registry+https://github.com/rust-lang/crates.io-index" 13802checksum = "cd9fbf173b4b38f2f8bbb0082a0d4cb21f263a70811f5fccb1663c421c66d9f9" 13803dependencies = [ 13804 "ebml-iterable", 13805] 13806 13807[[package]] 13808name = "webpki" 13809version = "0.22.4" 13810source = "registry+https://github.com/rust-lang/crates.io-index" 13811checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" 13812dependencies = [ 13813 "ring", 13814 "untrusted", 13815] 13816 13817[[package]] 13818name = "webpki-root-certs" 13819version = "0.26.7" 13820source = "registry+https://github.com/rust-lang/crates.io-index" 13821checksum = "9cd5da49bdf1f30054cfe0b8ce2958b8fbeb67c4d82c8967a598af481bef255c" 13822dependencies = [ 13823 "rustls-pki-types", 13824] 13825 13826[[package]] 13827name = "webpki-roots" 13828version = "0.22.6" 13829source = "registry+https://github.com/rust-lang/crates.io-index" 13830checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 13831dependencies = [ 13832 "webpki", 13833] 13834 13835[[package]] 13836name = "webpki-roots" 13837version = "0.26.3" 13838source = "registry+https://github.com/rust-lang/crates.io-index" 13839checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" 13840dependencies = [ 13841 "rustls-pki-types", 13842] 13843 13844[[package]] 13845name = "weezl" 13846version = "0.1.8" 13847source = "registry+https://github.com/rust-lang/crates.io-index" 13848checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 13849 13850[[package]] 13851name = "wgpu-core" 13852version = "0.21.1" 13853source = "registry+https://github.com/rust-lang/crates.io-index" 13854checksum = "d50819ab545b867d8a454d1d756b90cd5f15da1f2943334ca314af10583c9d39" 13855dependencies = [ 13856 "arrayvec", 13857 "bit-vec", 13858 "bitflags 2.9.4", 13859 "cfg_aliases 0.1.1", 13860 "codespan-reporting", 13861 "document-features", 13862 "indexmap 2.7.1", 13863 "log", 13864 "naga", 13865 "once_cell", 13866 "parking_lot", 13867 "profiling", 13868 "raw-window-handle", 13869 "ron", 13870 "rustc-hash 1.1.0", 13871 "serde", 13872 "smallvec", 13873 "thiserror 1.0.63", 13874 "web-sys", 13875 "wgpu-hal", 13876 "wgpu-types", 13877] 13878 13879[[package]] 13880name = "wgpu-hal" 13881version = "0.21.1" 13882source = "registry+https://github.com/rust-lang/crates.io-index" 13883checksum = "172e490a87295564f3fcc0f165798d87386f6231b04d4548bca458cbbfd63222" 13884dependencies = [ 13885 "android_system_properties", 13886 "arrayvec", 13887 "ash", 13888 "bit-set", 13889 "bitflags 2.9.4", 13890 "block", 13891 "cfg_aliases 0.1.1", 13892 "core-graphics-types", 13893 "d3d12", 13894 "glow", 13895 "glutin_wgl_sys", 13896 "gpu-alloc", 13897 "gpu-descriptor", 13898 "js-sys", 13899 "khronos-egl", 13900 "libc", 13901 "libloading 0.8.5", 13902 "log", 13903 "metal", 13904 "naga", 13905 "ndk-sys", 13906 "objc", 13907 "once_cell", 13908 "parking_lot", 13909 "profiling", 13910 "range-alloc", 13911 "raw-window-handle", 13912 "rustc-hash 1.1.0", 13913 "smallvec", 13914 "thiserror 1.0.63", 13915 "wasm-bindgen", 13916 "web-sys", 13917 "wgpu-types", 13918 "winapi", 13919] 13920 13921[[package]] 13922name = "wgpu-types" 13923version = "0.20.0" 13924source = "registry+https://github.com/rust-lang/crates.io-index" 13925checksum = "1353d9a46bff7f955a680577f34c69122628cc2076e1d6f3a9be6ef00ae793ef" 13926dependencies = [ 13927 "bitflags 2.9.4", 13928 "js-sys", 13929 "serde", 13930 "web-sys", 13931] 13932 13933[[package]] 13934name = "which" 13935version = "4.4.2" 13936source = "registry+https://github.com/rust-lang/crates.io-index" 13937checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 13938dependencies = [ 13939 "either", 13940 "home", 13941 "once_cell", 13942 "rustix 0.38.42", 13943] 13944 13945[[package]] 13946name = "which" 13947version = "6.0.3" 13948source = "registry+https://github.com/rust-lang/crates.io-index" 13949checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" 13950dependencies = [ 13951 "either", 13952 "home", 13953 "rustix 0.38.42", 13954 "winsafe", 13955] 13956 13957[[package]] 13958name = "whoami" 13959version = "1.5.2" 13960source = "registry+https://github.com/rust-lang/crates.io-index" 13961checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" 13962dependencies = [ 13963 "redox_syscall", 13964 "wasite", 13965 "web-sys", 13966] 13967 13968[[package]] 13969name = "widestring" 13970version = "1.1.0" 13971source = "registry+https://github.com/rust-lang/crates.io-index" 13972checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 13973 13974[[package]] 13975name = "win32job" 13976version = "2.0.0" 13977source = "registry+https://github.com/rust-lang/crates.io-index" 13978checksum = "5b2b1bf557d947847a30eb73f79aa6cdb3eaf3ce02f5e9599438f77896a62b3c" 13979dependencies = [ 13980 "thiserror 1.0.63", 13981 "windows 0.52.0", 13982] 13983 13984[[package]] 13985name = "winapi" 13986version = "0.3.9" 13987source = "registry+https://github.com/rust-lang/crates.io-index" 13988checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 13989dependencies = [ 13990 "winapi-i686-pc-windows-gnu", 13991 "winapi-x86_64-pc-windows-gnu", 13992] 13993 13994[[package]] 13995name = "winapi-i686-pc-windows-gnu" 13996version = "0.4.0" 13997source = "registry+https://github.com/rust-lang/crates.io-index" 13998checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 13999 14000[[package]] 14001name = "winapi-util" 14002version = "0.1.9" 14003source = "registry+https://github.com/rust-lang/crates.io-index" 14004checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 14005dependencies = [ 14006 "windows-sys 0.59.0", 14007] 14008 14009[[package]] 14010name = "winapi-x86_64-pc-windows-gnu" 14011version = "0.4.0" 14012source = "registry+https://github.com/rust-lang/crates.io-index" 14013checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 14014 14015[[package]] 14016name = "windows" 14017version = "0.52.0" 14018source = "registry+https://github.com/rust-lang/crates.io-index" 14019checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 14020dependencies = [ 14021 "windows-core 0.52.0", 14022 "windows-targets 0.52.6", 14023] 14024 14025[[package]] 14026name = "windows" 14027version = "0.54.0" 14028source = "registry+https://github.com/rust-lang/crates.io-index" 14029checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49" 14030dependencies = [ 14031 "windows-core 0.54.0", 14032 "windows-targets 0.52.6", 14033] 14034 14035[[package]] 14036name = "windows" 14037version = "0.57.0" 14038source = "registry+https://github.com/rust-lang/crates.io-index" 14039checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" 14040dependencies = [ 14041 "windows-core 0.57.0", 14042 "windows-targets 0.52.6", 14043] 14044 14045[[package]] 14046name = "windows-core" 14047version = "0.52.0" 14048source = "registry+https://github.com/rust-lang/crates.io-index" 14049checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 14050dependencies = [ 14051 "windows-targets 0.52.6", 14052] 14053 14054[[package]] 14055name = "windows-core" 14056version = "0.54.0" 14057source = "registry+https://github.com/rust-lang/crates.io-index" 14058checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" 14059dependencies = [ 14060 "windows-result", 14061 "windows-targets 0.52.6", 14062] 14063 14064[[package]] 14065name = "windows-core" 14066version = "0.57.0" 14067source = "registry+https://github.com/rust-lang/crates.io-index" 14068checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" 14069dependencies = [ 14070 "windows-implement", 14071 "windows-interface", 14072 "windows-result", 14073 "windows-targets 0.52.6", 14074] 14075 14076[[package]] 14077name = "windows-implement" 14078version = "0.57.0" 14079source = "registry+https://github.com/rust-lang/crates.io-index" 14080checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" 14081dependencies = [ 14082 "proc-macro2", 14083 "quote", 14084 "syn 2.0.91", 14085] 14086 14087[[package]] 14088name = "windows-interface" 14089version = "0.57.0" 14090source = "registry+https://github.com/rust-lang/crates.io-index" 14091checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" 14092dependencies = [ 14093 "proc-macro2", 14094 "quote", 14095 "syn 2.0.91", 14096] 14097 14098[[package]] 14099name = "windows-link" 14100version = "0.2.1" 14101source = "registry+https://github.com/rust-lang/crates.io-index" 14102checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 14103 14104[[package]] 14105name = "windows-result" 14106version = "0.1.2" 14107source = "registry+https://github.com/rust-lang/crates.io-index" 14108checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 14109dependencies = [ 14110 "windows-targets 0.52.6", 14111] 14112 14113[[package]] 14114name = "windows-sys" 14115version = "0.45.0" 14116source = "registry+https://github.com/rust-lang/crates.io-index" 14117checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 14118dependencies = [ 14119 "windows-targets 0.42.2", 14120] 14121 14122[[package]] 14123name = "windows-sys" 14124version = "0.48.0" 14125source = "registry+https://github.com/rust-lang/crates.io-index" 14126checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 14127dependencies = [ 14128 "windows-targets 0.48.5", 14129] 14130 14131[[package]] 14132name = "windows-sys" 14133version = "0.52.0" 14134source = "registry+https://github.com/rust-lang/crates.io-index" 14135checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 14136dependencies = [ 14137 "windows-targets 0.52.6", 14138] 14139 14140[[package]] 14141name = "windows-sys" 14142version = "0.59.0" 14143source = "registry+https://github.com/rust-lang/crates.io-index" 14144checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 14145dependencies = [ 14146 "windows-targets 0.52.6", 14147] 14148 14149[[package]] 14150name = "windows-sys" 14151version = "0.60.2" 14152source = "registry+https://github.com/rust-lang/crates.io-index" 14153checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 14154dependencies = [ 14155 "windows-targets 0.53.5", 14156] 14157 14158[[package]] 14159name = "windows-sys" 14160version = "0.61.2" 14161source = "registry+https://github.com/rust-lang/crates.io-index" 14162checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 14163dependencies = [ 14164 "windows-link", 14165] 14166 14167[[package]] 14168name = "windows-targets" 14169version = "0.42.2" 14170source = "registry+https://github.com/rust-lang/crates.io-index" 14171checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 14172dependencies = [ 14173 "windows_aarch64_gnullvm 0.42.2", 14174 "windows_aarch64_msvc 0.42.2", 14175 "windows_i686_gnu 0.42.2", 14176 "windows_i686_msvc 0.42.2", 14177 "windows_x86_64_gnu 0.42.2", 14178 "windows_x86_64_gnullvm 0.42.2", 14179 "windows_x86_64_msvc 0.42.2", 14180] 14181 14182[[package]] 14183name = "windows-targets" 14184version = "0.48.5" 14185source = "registry+https://github.com/rust-lang/crates.io-index" 14186checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 14187dependencies = [ 14188 "windows_aarch64_gnullvm 0.48.5", 14189 "windows_aarch64_msvc 0.48.5", 14190 "windows_i686_gnu 0.48.5", 14191 "windows_i686_msvc 0.48.5", 14192 "windows_x86_64_gnu 0.48.5", 14193 "windows_x86_64_gnullvm 0.48.5", 14194 "windows_x86_64_msvc 0.48.5", 14195] 14196 14197[[package]] 14198name = "windows-targets" 14199version = "0.52.6" 14200source = "registry+https://github.com/rust-lang/crates.io-index" 14201checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 14202dependencies = [ 14203 "windows_aarch64_gnullvm 0.52.6", 14204 "windows_aarch64_msvc 0.52.6", 14205 "windows_i686_gnu 0.52.6", 14206 "windows_i686_gnullvm 0.52.6", 14207 "windows_i686_msvc 0.52.6", 14208 "windows_x86_64_gnu 0.52.6", 14209 "windows_x86_64_gnullvm 0.52.6", 14210 "windows_x86_64_msvc 0.52.6", 14211] 14212 14213[[package]] 14214name = "windows-targets" 14215version = "0.53.5" 14216source = "registry+https://github.com/rust-lang/crates.io-index" 14217checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 14218dependencies = [ 14219 "windows-link", 14220 "windows_aarch64_gnullvm 0.53.1", 14221 "windows_aarch64_msvc 0.53.1", 14222 "windows_i686_gnu 0.53.1", 14223 "windows_i686_gnullvm 0.53.1", 14224 "windows_i686_msvc 0.53.1", 14225 "windows_x86_64_gnu 0.53.1", 14226 "windows_x86_64_gnullvm 0.53.1", 14227 "windows_x86_64_msvc 0.53.1", 14228] 14229 14230[[package]] 14231name = "windows_aarch64_gnullvm" 14232version = "0.42.2" 14233source = "registry+https://github.com/rust-lang/crates.io-index" 14234checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 14235 14236[[package]] 14237name = "windows_aarch64_gnullvm" 14238version = "0.48.5" 14239source = "registry+https://github.com/rust-lang/crates.io-index" 14240checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 14241 14242[[package]] 14243name = "windows_aarch64_gnullvm" 14244version = "0.52.6" 14245source = "registry+https://github.com/rust-lang/crates.io-index" 14246checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 14247 14248[[package]] 14249name = "windows_aarch64_gnullvm" 14250version = "0.53.1" 14251source = "registry+https://github.com/rust-lang/crates.io-index" 14252checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 14253 14254[[package]] 14255name = "windows_aarch64_msvc" 14256version = "0.42.2" 14257source = "registry+https://github.com/rust-lang/crates.io-index" 14258checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 14259 14260[[package]] 14261name = "windows_aarch64_msvc" 14262version = "0.48.5" 14263source = "registry+https://github.com/rust-lang/crates.io-index" 14264checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 14265 14266[[package]] 14267name = "windows_aarch64_msvc" 14268version = "0.52.6" 14269source = "registry+https://github.com/rust-lang/crates.io-index" 14270checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 14271 14272[[package]] 14273name = "windows_aarch64_msvc" 14274version = "0.53.1" 14275source = "registry+https://github.com/rust-lang/crates.io-index" 14276checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 14277 14278[[package]] 14279name = "windows_i686_gnu" 14280version = "0.42.2" 14281source = "registry+https://github.com/rust-lang/crates.io-index" 14282checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 14283 14284[[package]] 14285name = "windows_i686_gnu" 14286version = "0.48.5" 14287source = "registry+https://github.com/rust-lang/crates.io-index" 14288checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 14289 14290[[package]] 14291name = "windows_i686_gnu" 14292version = "0.52.6" 14293source = "registry+https://github.com/rust-lang/crates.io-index" 14294checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 14295 14296[[package]] 14297name = "windows_i686_gnu" 14298version = "0.53.1" 14299source = "registry+https://github.com/rust-lang/crates.io-index" 14300checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 14301 14302[[package]] 14303name = "windows_i686_gnullvm" 14304version = "0.52.6" 14305source = "registry+https://github.com/rust-lang/crates.io-index" 14306checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 14307 14308[[package]] 14309name = "windows_i686_gnullvm" 14310version = "0.53.1" 14311source = "registry+https://github.com/rust-lang/crates.io-index" 14312checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 14313 14314[[package]] 14315name = "windows_i686_msvc" 14316version = "0.42.2" 14317source = "registry+https://github.com/rust-lang/crates.io-index" 14318checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 14319 14320[[package]] 14321name = "windows_i686_msvc" 14322version = "0.48.5" 14323source = "registry+https://github.com/rust-lang/crates.io-index" 14324checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 14325 14326[[package]] 14327name = "windows_i686_msvc" 14328version = "0.52.6" 14329source = "registry+https://github.com/rust-lang/crates.io-index" 14330checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 14331 14332[[package]] 14333name = "windows_i686_msvc" 14334version = "0.53.1" 14335source = "registry+https://github.com/rust-lang/crates.io-index" 14336checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 14337 14338[[package]] 14339name = "windows_x86_64_gnu" 14340version = "0.42.2" 14341source = "registry+https://github.com/rust-lang/crates.io-index" 14342checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 14343 14344[[package]] 14345name = "windows_x86_64_gnu" 14346version = "0.48.5" 14347source = "registry+https://github.com/rust-lang/crates.io-index" 14348checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 14349 14350[[package]] 14351name = "windows_x86_64_gnu" 14352version = "0.52.6" 14353source = "registry+https://github.com/rust-lang/crates.io-index" 14354checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 14355 14356[[package]] 14357name = "windows_x86_64_gnu" 14358version = "0.53.1" 14359source = "registry+https://github.com/rust-lang/crates.io-index" 14360checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 14361 14362[[package]] 14363name = "windows_x86_64_gnullvm" 14364version = "0.42.2" 14365source = "registry+https://github.com/rust-lang/crates.io-index" 14366checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 14367 14368[[package]] 14369name = "windows_x86_64_gnullvm" 14370version = "0.48.5" 14371source = "registry+https://github.com/rust-lang/crates.io-index" 14372checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 14373 14374[[package]] 14375name = "windows_x86_64_gnullvm" 14376version = "0.52.6" 14377source = "registry+https://github.com/rust-lang/crates.io-index" 14378checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 14379 14380[[package]] 14381name = "windows_x86_64_gnullvm" 14382version = "0.53.1" 14383source = "registry+https://github.com/rust-lang/crates.io-index" 14384checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 14385 14386[[package]] 14387name = "windows_x86_64_msvc" 14388version = "0.42.2" 14389source = "registry+https://github.com/rust-lang/crates.io-index" 14390checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 14391 14392[[package]] 14393name = "windows_x86_64_msvc" 14394version = "0.48.5" 14395source = "registry+https://github.com/rust-lang/crates.io-index" 14396checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 14397 14398[[package]] 14399name = "windows_x86_64_msvc" 14400version = "0.52.6" 14401source = "registry+https://github.com/rust-lang/crates.io-index" 14402checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 14403 14404[[package]] 14405name = "windows_x86_64_msvc" 14406version = "0.53.1" 14407source = "registry+https://github.com/rust-lang/crates.io-index" 14408checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 14409 14410[[package]] 14411name = "winnow" 14412version = "0.6.20" 14413source = "registry+https://github.com/rust-lang/crates.io-index" 14414checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 14415dependencies = [ 14416 "memchr", 14417] 14418 14419[[package]] 14420name = "winreg" 14421version = "0.50.0" 14422source = "registry+https://github.com/rust-lang/crates.io-index" 14423checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 14424dependencies = [ 14425 "cfg-if 1.0.0", 14426 "windows-sys 0.48.0", 14427] 14428 14429[[package]] 14430name = "winreg" 14431version = "0.52.0" 14432source = "registry+https://github.com/rust-lang/crates.io-index" 14433checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 14434dependencies = [ 14435 "cfg-if 1.0.0", 14436 "windows-sys 0.48.0", 14437] 14438 14439[[package]] 14440name = "winres" 14441version = "0.1.12" 14442source = "registry+https://github.com/rust-lang/crates.io-index" 14443checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c" 14444dependencies = [ 14445 "toml 0.5.11", 14446] 14447 14448[[package]] 14449name = "winsafe" 14450version = "0.0.19" 14451source = "registry+https://github.com/rust-lang/crates.io-index" 14452checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" 14453 14454[[package]] 14455name = "wit-bindgen" 14456version = "0.51.0" 14457source = "registry+https://github.com/rust-lang/crates.io-index" 14458checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 14459dependencies = [ 14460 "wit-bindgen-rust-macro", 14461] 14462 14463[[package]] 14464name = "wit-bindgen" 14465version = "0.57.1" 14466source = "registry+https://github.com/rust-lang/crates.io-index" 14467checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 14468 14469[[package]] 14470name = "wit-bindgen-core" 14471version = "0.51.0" 14472source = "registry+https://github.com/rust-lang/crates.io-index" 14473checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 14474dependencies = [ 14475 "anyhow", 14476 "heck 0.5.0", 14477 "wit-parser", 14478] 14479 14480[[package]] 14481name = "wit-bindgen-rt" 14482version = "0.39.0" 14483source = "registry+https://github.com/rust-lang/crates.io-index" 14484checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 14485dependencies = [ 14486 "bitflags 2.9.4", 14487] 14488 14489[[package]] 14490name = "wit-bindgen-rust" 14491version = "0.51.0" 14492source = "registry+https://github.com/rust-lang/crates.io-index" 14493checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 14494dependencies = [ 14495 "anyhow", 14496 "heck 0.5.0", 14497 "indexmap 2.7.1", 14498 "prettyplease", 14499 "syn 2.0.91", 14500 "wasm-metadata", 14501 "wit-bindgen-core", 14502 "wit-component", 14503] 14504 14505[[package]] 14506name = "wit-bindgen-rust-macro" 14507version = "0.51.0" 14508source = "registry+https://github.com/rust-lang/crates.io-index" 14509checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 14510dependencies = [ 14511 "anyhow", 14512 "prettyplease", 14513 "proc-macro2", 14514 "quote", 14515 "syn 2.0.91", 14516 "wit-bindgen-core", 14517 "wit-bindgen-rust", 14518] 14519 14520[[package]] 14521name = "wit-component" 14522version = "0.244.0" 14523source = "registry+https://github.com/rust-lang/crates.io-index" 14524checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 14525dependencies = [ 14526 "anyhow", 14527 "bitflags 2.9.4", 14528 "indexmap 2.7.1", 14529 "log", 14530 "serde", 14531 "serde_derive", 14532 "serde_json", 14533 "wasm-encoder", 14534 "wasm-metadata", 14535 "wasmparser", 14536 "wit-parser", 14537] 14538 14539[[package]] 14540name = "wit-parser" 14541version = "0.244.0" 14542source = "registry+https://github.com/rust-lang/crates.io-index" 14543checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 14544dependencies = [ 14545 "anyhow", 14546 "id-arena", 14547 "indexmap 2.7.1", 14548 "log", 14549 "semver 1.0.14", 14550 "serde", 14551 "serde_derive", 14552 "serde_json", 14553 "unicode-xid", 14554 "wasmparser", 14555] 14556 14557[[package]] 14558name = "write16" 14559version = "1.0.0" 14560source = "registry+https://github.com/rust-lang/crates.io-index" 14561checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 14562 14563[[package]] 14564name = "writeable" 14565version = "0.5.5" 14566source = "registry+https://github.com/rust-lang/crates.io-index" 14567checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 14568 14569[[package]] 14570name = "wtf8" 14571version = "0.1.0" 14572source = "registry+https://github.com/rust-lang/crates.io-index" 14573checksum = "c01ae8492c38f52376efd3a17d0994b6bcf3df1e39c0226d458b7d81670b2a06" 14574 14575[[package]] 14576name = "wyz" 14577version = "0.5.1" 14578source = "registry+https://github.com/rust-lang/crates.io-index" 14579checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 14580dependencies = [ 14581 "tap", 14582] 14583 14584[[package]] 14585name = "x25519-dalek" 14586version = "2.0.1" 14587source = "registry+https://github.com/rust-lang/crates.io-index" 14588checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" 14589dependencies = [ 14590 "curve25519-dalek", 14591 "rand_core 0.6.4", 14592 "serde", 14593 "zeroize", 14594] 14595 14596[[package]] 14597name = "x509-parser" 14598version = "0.15.1" 14599source = "registry+https://github.com/rust-lang/crates.io-index" 14600checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" 14601dependencies = [ 14602 "asn1-rs", 14603 "data-encoding", 14604 "der-parser", 14605 "lazy_static", 14606 "nom 7.1.3", 14607 "oid-registry", 14608 "rusticata-macros", 14609 "thiserror 1.0.63", 14610 "time", 14611] 14612 14613[[package]] 14614name = "xattr" 14615version = "1.6.1" 14616source = "registry+https://github.com/rust-lang/crates.io-index" 14617checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" 14618dependencies = [ 14619 "libc", 14620 "rustix 1.1.4", 14621] 14622 14623[[package]] 14624name = "xdg-home" 14625version = "1.3.0" 14626source = "registry+https://github.com/rust-lang/crates.io-index" 14627checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" 14628dependencies = [ 14629 "libc", 14630 "windows-sys 0.59.0", 14631] 14632 14633[[package]] 14634name = "xml-rs" 14635version = "0.8.22" 14636source = "registry+https://github.com/rust-lang/crates.io-index" 14637checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" 14638 14639[[package]] 14640name = "yaml_parser" 14641version = "0.2.2" 14642source = "registry+https://github.com/rust-lang/crates.io-index" 14643checksum = "17c551c67700672ec050a94d5d917487c0ecd644a12735133df65564779c5b7b" 14644dependencies = [ 14645 "rowan", 14646 "winnow", 14647] 14648 14649[[package]] 14650name = "yansi" 14651version = "0.5.1" 14652source = "registry+https://github.com/rust-lang/crates.io-index" 14653checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 14654 14655[[package]] 14656name = "yoke" 14657version = "0.7.4" 14658source = "registry+https://github.com/rust-lang/crates.io-index" 14659checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 14660dependencies = [ 14661 "serde", 14662 "stable_deref_trait", 14663 "yoke-derive", 14664 "zerofrom", 14665] 14666 14667[[package]] 14668name = "yoke-derive" 14669version = "0.7.4" 14670source = "registry+https://github.com/rust-lang/crates.io-index" 14671checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 14672dependencies = [ 14673 "proc-macro2", 14674 "quote", 14675 "syn 2.0.91", 14676 "synstructure 0.13.1", 14677] 14678 14679[[package]] 14680name = "zbus" 14681version = "4.4.0" 14682source = "registry+https://github.com/rust-lang/crates.io-index" 14683checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" 14684dependencies = [ 14685 "async-broadcast", 14686 "async-executor", 14687 "async-fs", 14688 "async-io", 14689 "async-lock", 14690 "async-process", 14691 "async-recursion", 14692 "async-task", 14693 "async-trait", 14694 "blocking", 14695 "enumflags2", 14696 "event-listener 5.3.1", 14697 "futures-core", 14698 "futures-sink", 14699 "futures-util", 14700 "hex", 14701 "nix 0.29.0", 14702 "ordered-stream", 14703 "rand 0.8.5", 14704 "serde", 14705 "serde_repr", 14706 "sha1 0.10.6", 14707 "static_assertions", 14708 "tracing", 14709 "uds_windows", 14710 "windows-sys 0.52.0", 14711 "xdg-home", 14712 "zbus_macros", 14713 "zbus_names", 14714 "zvariant", 14715] 14716 14717[[package]] 14718name = "zbus_macros" 14719version = "4.4.0" 14720source = "registry+https://github.com/rust-lang/crates.io-index" 14721checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" 14722dependencies = [ 14723 "proc-macro-crate", 14724 "proc-macro2", 14725 "quote", 14726 "syn 2.0.91", 14727 "zvariant_utils", 14728] 14729 14730[[package]] 14731name = "zbus_names" 14732version = "3.0.0" 14733source = "registry+https://github.com/rust-lang/crates.io-index" 14734checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" 14735dependencies = [ 14736 "serde", 14737 "static_assertions", 14738 "zvariant", 14739] 14740 14741[[package]] 14742name = "zerocopy" 14743version = "0.7.35" 14744source = "registry+https://github.com/rust-lang/crates.io-index" 14745checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 14746dependencies = [ 14747 "byteorder", 14748 "zerocopy-derive 0.7.35", 14749] 14750 14751[[package]] 14752name = "zerocopy" 14753version = "0.8.24" 14754source = "registry+https://github.com/rust-lang/crates.io-index" 14755checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" 14756dependencies = [ 14757 "zerocopy-derive 0.8.24", 14758] 14759 14760[[package]] 14761name = "zerocopy-derive" 14762version = "0.7.35" 14763source = "registry+https://github.com/rust-lang/crates.io-index" 14764checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 14765dependencies = [ 14766 "proc-macro2", 14767 "quote", 14768 "syn 2.0.91", 14769] 14770 14771[[package]] 14772name = "zerocopy-derive" 14773version = "0.8.24" 14774source = "registry+https://github.com/rust-lang/crates.io-index" 14775checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" 14776dependencies = [ 14777 "proc-macro2", 14778 "quote", 14779 "syn 2.0.91", 14780] 14781 14782[[package]] 14783name = "zerofrom" 14784version = "0.1.4" 14785source = "registry+https://github.com/rust-lang/crates.io-index" 14786checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 14787dependencies = [ 14788 "zerofrom-derive", 14789] 14790 14791[[package]] 14792name = "zerofrom-derive" 14793version = "0.1.4" 14794source = "registry+https://github.com/rust-lang/crates.io-index" 14795checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 14796dependencies = [ 14797 "proc-macro2", 14798 "quote", 14799 "syn 2.0.91", 14800 "synstructure 0.13.1", 14801] 14802 14803[[package]] 14804name = "zeroize" 14805version = "1.8.1" 14806source = "registry+https://github.com/rust-lang/crates.io-index" 14807checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 14808dependencies = [ 14809 "zeroize_derive", 14810] 14811 14812[[package]] 14813name = "zeroize_derive" 14814version = "1.4.2" 14815source = "registry+https://github.com/rust-lang/crates.io-index" 14816checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 14817dependencies = [ 14818 "proc-macro2", 14819 "quote", 14820 "syn 2.0.91", 14821] 14822 14823[[package]] 14824name = "zeromq" 14825version = "0.4.1" 14826source = "registry+https://github.com/rust-lang/crates.io-index" 14827checksum = "6a4528179201f6eecf211961a7d3276faa61554c82651ecc66387f68fc3004bd" 14828dependencies = [ 14829 "async-trait", 14830 "asynchronous-codec", 14831 "bytes", 14832 "crossbeam-queue", 14833 "dashmap", 14834 "futures-channel", 14835 "futures-io", 14836 "futures-task", 14837 "futures-util", 14838 "log", 14839 "num-traits", 14840 "once_cell", 14841 "parking_lot", 14842 "rand 0.8.5", 14843 "regex", 14844 "thiserror 1.0.63", 14845 "tokio", 14846 "tokio-util", 14847 "uuid", 14848] 14849 14850[[package]] 14851name = "zerovec" 14852version = "0.10.4" 14853source = "registry+https://github.com/rust-lang/crates.io-index" 14854checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 14855dependencies = [ 14856 "yoke", 14857 "zerofrom", 14858 "zerovec-derive", 14859] 14860 14861[[package]] 14862name = "zerovec-derive" 14863version = "0.10.3" 14864source = "registry+https://github.com/rust-lang/crates.io-index" 14865checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 14866dependencies = [ 14867 "proc-macro2", 14868 "quote", 14869 "syn 2.0.91", 14870] 14871 14872[[package]] 14873name = "zip" 14874version = "2.1.6" 14875source = "registry+https://github.com/rust-lang/crates.io-index" 14876checksum = "40dd8c92efc296286ce1fbd16657c5dbefff44f1b4ca01cc5f517d8b7b3d3e2e" 14877dependencies = [ 14878 "arbitrary", 14879 "crc32fast", 14880 "crossbeam-utils", 14881 "displaydoc", 14882 "flate2", 14883 "indexmap 2.7.1", 14884 "memchr", 14885 "thiserror 1.0.63", 14886] 14887 14888[[package]] 14889name = "zstd" 14890version = "0.12.4" 14891source = "registry+https://github.com/rust-lang/crates.io-index" 14892checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" 14893dependencies = [ 14894 "zstd-safe 6.0.6", 14895] 14896 14897[[package]] 14898name = "zstd" 14899version = "0.13.2" 14900source = "registry+https://github.com/rust-lang/crates.io-index" 14901checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" 14902dependencies = [ 14903 "zstd-safe 7.2.1", 14904] 14905 14906[[package]] 14907name = "zstd-safe" 14908version = "6.0.6" 14909source = "registry+https://github.com/rust-lang/crates.io-index" 14910checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" 14911dependencies = [ 14912 "libc", 14913 "zstd-sys", 14914] 14915 14916[[package]] 14917name = "zstd-safe" 14918version = "7.2.1" 14919source = "registry+https://github.com/rust-lang/crates.io-index" 14920checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" 14921dependencies = [ 14922 "zstd-sys", 14923] 14924 14925[[package]] 14926name = "zstd-sys" 14927version = "2.0.13+zstd.1.5.6" 14928source = "registry+https://github.com/rust-lang/crates.io-index" 14929checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" 14930dependencies = [ 14931 "cc", 14932 "pkg-config", 14933] 14934 14935[[package]] 14936name = "zune-core" 14937version = "0.4.12" 14938source = "registry+https://github.com/rust-lang/crates.io-index" 14939checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 14940 14941[[package]] 14942name = "zune-inflate" 14943version = "0.2.54" 14944source = "registry+https://github.com/rust-lang/crates.io-index" 14945checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 14946dependencies = [ 14947 "simd-adler32", 14948] 14949 14950[[package]] 14951name = "zune-jpeg" 14952version = "0.4.14" 14953source = "registry+https://github.com/rust-lang/crates.io-index" 14954checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028" 14955dependencies = [ 14956 "zune-core", 14957] 14958 14959[[package]] 14960name = "zvariant" 14961version = "4.2.0" 14962source = "registry+https://github.com/rust-lang/crates.io-index" 14963checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" 14964dependencies = [ 14965 "endi", 14966 "enumflags2", 14967 "serde", 14968 "static_assertions", 14969 "zvariant_derive", 14970] 14971 14972[[package]] 14973name = "zvariant_derive" 14974version = "4.2.0" 14975source = "registry+https://github.com/rust-lang/crates.io-index" 14976checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" 14977dependencies = [ 14978 "proc-macro-crate", 14979 "proc-macro2", 14980 "quote", 14981 "syn 2.0.91", 14982 "zvariant_utils", 14983] 14984 14985[[package]] 14986name = "zvariant_utils" 14987version = "2.1.0" 14988source = "registry+https://github.com/rust-lang/crates.io-index" 14989checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" 14990dependencies = [ 14991 "proc-macro2", 14992 "quote", 14993 "syn 2.0.91", 14994]