Live location tracking and playback for the game "manhunt"
at main 8347 lines 199 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "Inflector" 7version = "0.11.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10 11[[package]] 12name = "adler2" 13version = "2.0.1" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 16 17[[package]] 18name = "aead" 19version = "0.5.2" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 22dependencies = [ 23 "crypto-common", 24 "generic-array", 25] 26 27[[package]] 28name = "aes" 29version = "0.8.4" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 32dependencies = [ 33 "cfg-if", 34 "cipher", 35 "cpufeatures 0.2.17", 36] 37 38[[package]] 39name = "aes-gcm" 40version = "0.10.3" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" 43dependencies = [ 44 "aead", 45 "aes", 46 "cipher", 47 "ctr", 48 "ghash", 49 "subtle", 50] 51 52[[package]] 53name = "ahash" 54version = "0.7.8" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 57dependencies = [ 58 "getrandom 0.2.17", 59 "once_cell", 60 "version_check", 61] 62 63[[package]] 64name = "aho-corasick" 65version = "1.1.4" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 68dependencies = [ 69 "memchr", 70] 71 72[[package]] 73name = "alloc-no-stdlib" 74version = "2.0.4" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 77 78[[package]] 79name = "alloc-stdlib" 80version = "0.2.2" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 83dependencies = [ 84 "alloc-no-stdlib", 85] 86 87[[package]] 88name = "android_log-sys" 89version = "0.3.2" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "84521a3cf562bc62942e294181d9eef17eb38ceb8c68677bc49f144e4c3d4f8d" 92 93[[package]] 94name = "android_logger" 95version = "0.15.1" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "dbb4e440d04be07da1f1bf44fb4495ebd58669372fe0cffa6e48595ac5bd88a3" 98dependencies = [ 99 "android_log-sys", 100 "env_filter 0.1.4", 101 "log", 102] 103 104[[package]] 105name = "android_system_properties" 106version = "0.1.5" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 109dependencies = [ 110 "libc", 111] 112 113[[package]] 114name = "anstream" 115version = "0.6.21" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 118dependencies = [ 119 "anstyle", 120 "anstyle-parse", 121 "anstyle-query", 122 "anstyle-wincon", 123 "colorchoice", 124 "is_terminal_polyfill", 125 "utf8parse", 126] 127 128[[package]] 129name = "anstyle" 130version = "1.0.13" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 133 134[[package]] 135name = "anstyle-parse" 136version = "0.2.7" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 139dependencies = [ 140 "utf8parse", 141] 142 143[[package]] 144name = "anstyle-query" 145version = "1.1.5" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 148dependencies = [ 149 "windows-sys 0.61.2", 150] 151 152[[package]] 153name = "anstyle-wincon" 154version = "3.0.11" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 157dependencies = [ 158 "anstyle", 159 "once_cell_polyfill", 160 "windows-sys 0.61.2", 161] 162 163[[package]] 164name = "anyhow" 165version = "1.0.101" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" 168 169[[package]] 170name = "arc-swap" 171version = "1.8.2" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5" 174dependencies = [ 175 "rustversion", 176] 177 178[[package]] 179name = "arrayvec" 180version = "0.7.6" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 183 184[[package]] 185name = "asn1-rs" 186version = "0.6.2" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" 189dependencies = [ 190 "asn1-rs-derive", 191 "asn1-rs-impl", 192 "displaydoc", 193 "nom", 194 "num-traits", 195 "rusticata-macros", 196 "thiserror 1.0.69", 197 "time", 198] 199 200[[package]] 201name = "asn1-rs-derive" 202version = "0.5.1" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" 205dependencies = [ 206 "proc-macro2", 207 "quote", 208 "syn 2.0.116", 209 "synstructure", 210] 211 212[[package]] 213name = "asn1-rs-impl" 214version = "0.2.0" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 217dependencies = [ 218 "proc-macro2", 219 "quote", 220 "syn 2.0.116", 221] 222 223[[package]] 224name = "async-broadcast" 225version = "0.7.2" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 228dependencies = [ 229 "event-listener 5.4.1", 230 "event-listener-strategy", 231 "futures-core", 232 "pin-project-lite", 233] 234 235[[package]] 236name = "async-channel" 237version = "1.9.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 240dependencies = [ 241 "concurrent-queue", 242 "event-listener 2.5.3", 243 "futures-core", 244] 245 246[[package]] 247name = "async-channel" 248version = "2.5.0" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 251dependencies = [ 252 "concurrent-queue", 253 "event-listener-strategy", 254 "futures-core", 255 "pin-project-lite", 256] 257 258[[package]] 259name = "async-compat" 260version = "0.2.5" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590" 263dependencies = [ 264 "futures-core", 265 "futures-io", 266 "once_cell", 267 "pin-project-lite", 268 "tokio", 269] 270 271[[package]] 272name = "async-executor" 273version = "1.14.0" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" 276dependencies = [ 277 "async-task", 278 "concurrent-queue", 279 "fastrand", 280 "futures-lite", 281 "pin-project-lite", 282 "slab", 283] 284 285[[package]] 286name = "async-global-executor" 287version = "2.4.1" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 290dependencies = [ 291 "async-channel 2.5.0", 292 "async-executor", 293 "async-io", 294 "async-lock", 295 "blocking", 296 "futures-lite", 297 "once_cell", 298] 299 300[[package]] 301name = "async-io" 302version = "2.6.0" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 305dependencies = [ 306 "autocfg", 307 "cfg-if", 308 "concurrent-queue", 309 "futures-io", 310 "futures-lite", 311 "parking", 312 "polling", 313 "rustix", 314 "slab", 315 "windows-sys 0.61.2", 316] 317 318[[package]] 319name = "async-lock" 320version = "3.4.2" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" 323dependencies = [ 324 "event-listener 5.4.1", 325 "event-listener-strategy", 326 "pin-project-lite", 327] 328 329[[package]] 330name = "async-process" 331version = "2.5.0" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" 334dependencies = [ 335 "async-channel 2.5.0", 336 "async-io", 337 "async-lock", 338 "async-signal", 339 "async-task", 340 "blocking", 341 "cfg-if", 342 "event-listener 5.4.1", 343 "futures-lite", 344 "rustix", 345] 346 347[[package]] 348name = "async-recursion" 349version = "1.1.1" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 352dependencies = [ 353 "proc-macro2", 354 "quote", 355 "syn 2.0.116", 356] 357 358[[package]] 359name = "async-signal" 360version = "0.2.13" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" 363dependencies = [ 364 "async-io", 365 "async-lock", 366 "atomic-waker", 367 "cfg-if", 368 "futures-core", 369 "futures-io", 370 "rustix", 371 "signal-hook-registry", 372 "slab", 373 "windows-sys 0.61.2", 374] 375 376[[package]] 377name = "async-std" 378version = "1.13.2" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b" 381dependencies = [ 382 "async-channel 1.9.0", 383 "async-global-executor", 384 "async-io", 385 "async-lock", 386 "crossbeam-utils", 387 "futures-channel", 388 "futures-core", 389 "futures-io", 390 "futures-lite", 391 "gloo-timers 0.3.0", 392 "kv-log-macro", 393 "log", 394 "memchr", 395 "once_cell", 396 "pin-project-lite", 397 "pin-utils", 398 "slab", 399 "wasm-bindgen-futures", 400] 401 402[[package]] 403name = "async-task" 404version = "4.7.1" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 407 408[[package]] 409name = "async-tls" 410version = "0.13.0" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e" 413dependencies = [ 414 "futures-core", 415 "futures-io", 416 "rustls 0.21.12", 417 "rustls-pemfile", 418 "webpki-roots", 419] 420 421[[package]] 422name = "async-trait" 423version = "0.1.89" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 426dependencies = [ 427 "proc-macro2", 428 "quote", 429 "syn 2.0.116", 430] 431 432[[package]] 433name = "async-tungstenite" 434version = "0.32.1" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "8acc405d38be14342132609f06f02acaf825ddccfe76c4824a69281e0458ebd4" 437dependencies = [ 438 "async-std", 439 "async-tls", 440 "atomic-waker", 441 "futures-core", 442 "futures-io", 443 "futures-task", 444 "log", 445 "pin-project-lite", 446 "tungstenite", 447] 448 449[[package]] 450name = "async_io_stream" 451version = "0.3.3" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" 454dependencies = [ 455 "futures", 456 "pharos", 457 "rustc_version", 458] 459 460[[package]] 461name = "atk" 462version = "0.18.2" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b" 465dependencies = [ 466 "atk-sys", 467 "glib", 468 "libc", 469] 470 471[[package]] 472name = "atk-sys" 473version = "0.18.2" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086" 476dependencies = [ 477 "glib-sys", 478 "gobject-sys", 479 "libc", 480 "system-deps", 481] 482 483[[package]] 484name = "atomic-waker" 485version = "1.1.2" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 488 489[[package]] 490name = "autocfg" 491version = "1.5.0" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 494 495[[package]] 496name = "aws-lc-rs" 497version = "1.15.4" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256" 500dependencies = [ 501 "aws-lc-sys", 502 "zeroize", 503] 504 505[[package]] 506name = "aws-lc-sys" 507version = "0.37.1" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "b092fe214090261288111db7a2b2c2118e5a7f30dc2569f1732c4069a6840549" 510dependencies = [ 511 "cc", 512 "cmake", 513 "dunce", 514 "fs_extra", 515] 516 517[[package]] 518name = "axum" 519version = "0.8.8" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" 522dependencies = [ 523 "axum-core", 524 "base64 0.22.1", 525 "bytes", 526 "form_urlencoded", 527 "futures-util", 528 "http", 529 "http-body", 530 "http-body-util", 531 "hyper", 532 "hyper-util", 533 "itoa", 534 "matchit", 535 "memchr", 536 "mime", 537 "percent-encoding", 538 "pin-project-lite", 539 "serde_core", 540 "serde_json", 541 "serde_path_to_error", 542 "serde_urlencoded", 543 "sha1", 544 "sync_wrapper", 545 "tokio", 546 "tokio-tungstenite", 547 "tower", 548 "tower-layer", 549 "tower-service", 550 "tracing", 551] 552 553[[package]] 554name = "axum-core" 555version = "0.5.6" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 558dependencies = [ 559 "bytes", 560 "futures-core", 561 "http", 562 "http-body", 563 "http-body-util", 564 "mime", 565 "pin-project-lite", 566 "sync_wrapper", 567 "tower-layer", 568 "tower-service", 569 "tracing", 570] 571 572[[package]] 573name = "base16ct" 574version = "0.2.0" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 577 578[[package]] 579name = "base64" 580version = "0.21.7" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 583 584[[package]] 585name = "base64" 586version = "0.22.1" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 589 590[[package]] 591name = "base64ct" 592version = "1.8.3" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 595 596[[package]] 597name = "bitflags" 598version = "1.3.2" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 601 602[[package]] 603name = "bitflags" 604version = "2.11.0" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 607dependencies = [ 608 "serde_core", 609] 610 611[[package]] 612name = "bitvec" 613version = "1.0.1" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 616dependencies = [ 617 "funty", 618 "radium", 619 "tap", 620 "wyz", 621] 622 623[[package]] 624name = "block-buffer" 625version = "0.10.4" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 628dependencies = [ 629 "generic-array", 630] 631 632[[package]] 633name = "block-padding" 634version = "0.3.3" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 637dependencies = [ 638 "generic-array", 639] 640 641[[package]] 642name = "block2" 643version = "0.6.2" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 646dependencies = [ 647 "objc2", 648] 649 650[[package]] 651name = "blocking" 652version = "1.6.2" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 655dependencies = [ 656 "async-channel 2.5.0", 657 "async-task", 658 "futures-io", 659 "futures-lite", 660 "piper", 661] 662 663[[package]] 664name = "borsh" 665version = "1.6.0" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" 668dependencies = [ 669 "borsh-derive", 670 "cfg_aliases", 671] 672 673[[package]] 674name = "borsh-derive" 675version = "1.6.0" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" 678dependencies = [ 679 "once_cell", 680 "proc-macro-crate 3.4.0", 681 "proc-macro2", 682 "quote", 683 "syn 2.0.116", 684] 685 686[[package]] 687name = "brotli" 688version = "8.0.2" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 691dependencies = [ 692 "alloc-no-stdlib", 693 "alloc-stdlib", 694 "brotli-decompressor", 695] 696 697[[package]] 698name = "brotli-decompressor" 699version = "5.0.0" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 702dependencies = [ 703 "alloc-no-stdlib", 704 "alloc-stdlib", 705] 706 707[[package]] 708name = "bumpalo" 709version = "3.19.1" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 712 713[[package]] 714name = "byte-unit" 715version = "5.2.0" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "8c6d47a4e2961fb8721bcfc54feae6455f2f64e7054f9bc67e875f0e77f4c58d" 718dependencies = [ 719 "rust_decimal", 720 "schemars 1.2.1", 721 "serde", 722 "utf8-width", 723] 724 725[[package]] 726name = "bytecheck" 727version = "0.6.12" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 730dependencies = [ 731 "bytecheck_derive 0.6.12", 732 "ptr_meta 0.1.4", 733 "simdutf8", 734] 735 736[[package]] 737name = "bytecheck" 738version = "0.8.2" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "0caa33a2c0edca0419d15ac723dff03f1956f7978329b1e3b5fdaaaed9d3ca8b" 741dependencies = [ 742 "bytecheck_derive 0.8.2", 743 "ptr_meta 0.3.1", 744 "rancor", 745 "simdutf8", 746] 747 748[[package]] 749name = "bytecheck_derive" 750version = "0.6.12" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 753dependencies = [ 754 "proc-macro2", 755 "quote", 756 "syn 1.0.109", 757] 758 759[[package]] 760name = "bytecheck_derive" 761version = "0.8.2" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "89385e82b5d1821d2219e0b095efa2cc1f246cbf99080f3be46a1a85c0d392d9" 764dependencies = [ 765 "proc-macro2", 766 "quote", 767 "syn 2.0.116", 768] 769 770[[package]] 771name = "bytemuck" 772version = "1.25.0" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 775 776[[package]] 777name = "byteorder" 778version = "1.5.0" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 781 782[[package]] 783name = "bytes" 784version = "1.11.1" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 787dependencies = [ 788 "serde", 789] 790 791[[package]] 792name = "cairo-rs" 793version = "0.18.5" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" 796dependencies = [ 797 "bitflags 2.11.0", 798 "cairo-sys-rs", 799 "glib", 800 "libc", 801 "once_cell", 802 "thiserror 1.0.69", 803] 804 805[[package]] 806name = "cairo-sys-rs" 807version = "0.18.2" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" 810dependencies = [ 811 "glib-sys", 812 "libc", 813 "system-deps", 814] 815 816[[package]] 817name = "camino" 818version = "1.2.2" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" 821dependencies = [ 822 "serde_core", 823] 824 825[[package]] 826name = "cargo-platform" 827version = "0.1.9" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" 830dependencies = [ 831 "serde", 832] 833 834[[package]] 835name = "cargo_metadata" 836version = "0.19.2" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" 839dependencies = [ 840 "camino", 841 "cargo-platform", 842 "semver", 843 "serde", 844 "serde_json", 845 "thiserror 2.0.18", 846] 847 848[[package]] 849name = "cargo_toml" 850version = "0.22.3" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77" 853dependencies = [ 854 "serde", 855 "toml 0.9.12+spec-1.1.0", 856] 857 858[[package]] 859name = "cbc" 860version = "0.1.2" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 863dependencies = [ 864 "cipher", 865] 866 867[[package]] 868name = "cc" 869version = "1.2.56" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 872dependencies = [ 873 "find-msvc-tools", 874 "jobserver", 875 "libc", 876 "shlex", 877] 878 879[[package]] 880name = "ccm" 881version = "0.5.0" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "9ae3c82e4355234767756212c570e29833699ab63e6ffd161887314cc5b43847" 884dependencies = [ 885 "aead", 886 "cipher", 887 "ctr", 888 "subtle", 889] 890 891[[package]] 892name = "cesu8" 893version = "1.1.0" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 896 897[[package]] 898name = "cfb" 899version = "0.7.3" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 902dependencies = [ 903 "byteorder", 904 "fnv", 905 "uuid", 906] 907 908[[package]] 909name = "cfg-expr" 910version = "0.15.8" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 913dependencies = [ 914 "smallvec", 915 "target-lexicon", 916] 917 918[[package]] 919name = "cfg-if" 920version = "1.0.4" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 923 924[[package]] 925name = "cfg_aliases" 926version = "0.2.1" 927source = "registry+https://github.com/rust-lang/crates.io-index" 928checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 929 930[[package]] 931name = "chacha20" 932version = "0.9.1" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" 935dependencies = [ 936 "cfg-if", 937 "cipher", 938 "cpufeatures 0.2.17", 939] 940 941[[package]] 942name = "chacha20" 943version = "0.10.0" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 946dependencies = [ 947 "cfg-if", 948 "cpufeatures 0.3.0", 949 "rand_core 0.10.0", 950] 951 952[[package]] 953name = "chacha20poly1305" 954version = "0.10.1" 955source = "registry+https://github.com/rust-lang/crates.io-index" 956checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" 957dependencies = [ 958 "aead", 959 "chacha20 0.9.1", 960 "cipher", 961 "poly1305", 962 "zeroize", 963] 964 965[[package]] 966name = "chrono" 967version = "0.4.43" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" 970dependencies = [ 971 "iana-time-zone", 972 "js-sys", 973 "num-traits", 974 "serde", 975 "wasm-bindgen", 976 "windows-link 0.2.1", 977] 978 979[[package]] 980name = "cipher" 981version = "0.4.4" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 984dependencies = [ 985 "crypto-common", 986 "inout", 987 "zeroize", 988] 989 990[[package]] 991name = "clap" 992version = "4.5.59" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499" 995dependencies = [ 996 "clap_builder", 997 "clap_derive", 998] 999 1000[[package]] 1001name = "clap_builder" 1002version = "4.5.59" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24" 1005dependencies = [ 1006 "anstream", 1007 "anstyle", 1008 "clap_lex", 1009 "strsim", 1010] 1011 1012[[package]] 1013name = "clap_derive" 1014version = "4.5.55" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 1017dependencies = [ 1018 "heck 0.5.0", 1019 "proc-macro2", 1020 "quote", 1021 "syn 2.0.116", 1022] 1023 1024[[package]] 1025name = "clap_lex" 1026version = "1.0.0" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 1029 1030[[package]] 1031name = "cmake" 1032version = "0.1.57" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" 1035dependencies = [ 1036 "cc", 1037] 1038 1039[[package]] 1040name = "colog" 1041version = "1.4.0" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "df62599ba6adc9c6c04a54278c8209125343dc4775f57b9d76c9a4287e58f2bd" 1044dependencies = [ 1045 "colored", 1046 "env_logger", 1047 "log", 1048] 1049 1050[[package]] 1051name = "colorchoice" 1052version = "1.0.4" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 1055 1056[[package]] 1057name = "colored" 1058version = "3.1.1" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" 1061dependencies = [ 1062 "windows-sys 0.61.2", 1063] 1064 1065[[package]] 1066name = "combine" 1067version = "4.6.7" 1068source = "registry+https://github.com/rust-lang/crates.io-index" 1069checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1070dependencies = [ 1071 "bytes", 1072 "memchr", 1073] 1074 1075[[package]] 1076name = "concurrent-queue" 1077version = "2.5.0" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 1080dependencies = [ 1081 "crossbeam-utils", 1082] 1083 1084[[package]] 1085name = "const-oid" 1086version = "0.9.6" 1087source = "registry+https://github.com/rust-lang/crates.io-index" 1088checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 1089 1090[[package]] 1091name = "const-str" 1092version = "1.1.0" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "18f12cc9948ed9604230cdddc7c86e270f9401ccbe3c2e98a4378c5e7632212f" 1095 1096[[package]] 1097name = "convert_case" 1098version = "0.4.0" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 1101 1102[[package]] 1103name = "convert_case" 1104version = "0.10.0" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 1107dependencies = [ 1108 "unicode-segmentation", 1109] 1110 1111[[package]] 1112name = "cookie" 1113version = "0.18.1" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 1116dependencies = [ 1117 "time", 1118 "version_check", 1119] 1120 1121[[package]] 1122name = "core-foundation" 1123version = "0.9.4" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1126dependencies = [ 1127 "core-foundation-sys", 1128 "libc", 1129] 1130 1131[[package]] 1132name = "core-foundation" 1133version = "0.10.1" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 1136dependencies = [ 1137 "core-foundation-sys", 1138 "libc", 1139] 1140 1141[[package]] 1142name = "core-foundation-sys" 1143version = "0.8.7" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1146 1147[[package]] 1148name = "core-graphics" 1149version = "0.24.0" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1" 1152dependencies = [ 1153 "bitflags 2.11.0", 1154 "core-foundation 0.10.1", 1155 "core-graphics-types", 1156 "foreign-types", 1157 "libc", 1158] 1159 1160[[package]] 1161name = "core-graphics-types" 1162version = "0.2.0" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 1165dependencies = [ 1166 "bitflags 2.11.0", 1167 "core-foundation 0.10.1", 1168 "libc", 1169] 1170 1171[[package]] 1172name = "cpufeatures" 1173version = "0.2.17" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 1176dependencies = [ 1177 "libc", 1178] 1179 1180[[package]] 1181name = "cpufeatures" 1182version = "0.3.0" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 1185dependencies = [ 1186 "libc", 1187] 1188 1189[[package]] 1190name = "crc" 1191version = "3.4.0" 1192source = "registry+https://github.com/rust-lang/crates.io-index" 1193checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 1194dependencies = [ 1195 "crc-catalog", 1196] 1197 1198[[package]] 1199name = "crc-catalog" 1200version = "2.4.0" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 1203 1204[[package]] 1205name = "crc32fast" 1206version = "1.5.0" 1207source = "registry+https://github.com/rust-lang/crates.io-index" 1208checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 1209dependencies = [ 1210 "cfg-if", 1211] 1212 1213[[package]] 1214name = "crossbeam-channel" 1215version = "0.5.15" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 1218dependencies = [ 1219 "crossbeam-utils", 1220] 1221 1222[[package]] 1223name = "crossbeam-utils" 1224version = "0.8.21" 1225source = "registry+https://github.com/rust-lang/crates.io-index" 1226checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 1227 1228[[package]] 1229name = "crypto-bigint" 1230version = "0.5.5" 1231source = "registry+https://github.com/rust-lang/crates.io-index" 1232checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 1233dependencies = [ 1234 "generic-array", 1235 "rand_core 0.6.4", 1236 "subtle", 1237 "zeroize", 1238] 1239 1240[[package]] 1241name = "crypto-common" 1242version = "0.1.7" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 1245dependencies = [ 1246 "generic-array", 1247 "rand_core 0.6.4", 1248 "typenum", 1249] 1250 1251[[package]] 1252name = "cssparser" 1253version = "0.29.6" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" 1256dependencies = [ 1257 "cssparser-macros", 1258 "dtoa-short", 1259 "itoa", 1260 "matches", 1261 "phf 0.10.1", 1262 "proc-macro2", 1263 "quote", 1264 "smallvec", 1265 "syn 1.0.109", 1266] 1267 1268[[package]] 1269name = "cssparser-macros" 1270version = "0.6.1" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 1273dependencies = [ 1274 "quote", 1275 "syn 2.0.116", 1276] 1277 1278[[package]] 1279name = "ctor" 1280version = "0.2.9" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" 1283dependencies = [ 1284 "quote", 1285 "syn 2.0.116", 1286] 1287 1288[[package]] 1289name = "ctr" 1290version = "0.9.2" 1291source = "registry+https://github.com/rust-lang/crates.io-index" 1292checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" 1293dependencies = [ 1294 "cipher", 1295] 1296 1297[[package]] 1298name = "curve25519-dalek" 1299version = "4.1.3" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 1302dependencies = [ 1303 "cfg-if", 1304 "cpufeatures 0.2.17", 1305 "curve25519-dalek-derive", 1306 "fiat-crypto", 1307 "rustc_version", 1308 "subtle", 1309 "zeroize", 1310] 1311 1312[[package]] 1313name = "curve25519-dalek-derive" 1314version = "0.1.1" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 1317dependencies = [ 1318 "proc-macro2", 1319 "quote", 1320 "syn 2.0.116", 1321] 1322 1323[[package]] 1324name = "darling" 1325version = "0.21.3" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 1328dependencies = [ 1329 "darling_core", 1330 "darling_macro", 1331] 1332 1333[[package]] 1334name = "darling_core" 1335version = "0.21.3" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 1338dependencies = [ 1339 "fnv", 1340 "ident_case", 1341 "proc-macro2", 1342 "quote", 1343 "strsim", 1344 "syn 2.0.116", 1345] 1346 1347[[package]] 1348name = "darling_macro" 1349version = "0.21.3" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 1352dependencies = [ 1353 "darling_core", 1354 "quote", 1355 "syn 2.0.116", 1356] 1357 1358[[package]] 1359name = "data-encoding" 1360version = "2.10.0" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" 1363 1364[[package]] 1365name = "der" 1366version = "0.7.10" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 1369dependencies = [ 1370 "const-oid", 1371 "pem-rfc7468", 1372 "zeroize", 1373] 1374 1375[[package]] 1376name = "der-parser" 1377version = "9.0.0" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" 1380dependencies = [ 1381 "asn1-rs", 1382 "displaydoc", 1383 "nom", 1384 "num-bigint", 1385 "num-traits", 1386 "rusticata-macros", 1387] 1388 1389[[package]] 1390name = "deranged" 1391version = "0.5.6" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4" 1394dependencies = [ 1395 "powerfmt", 1396 "serde_core", 1397] 1398 1399[[package]] 1400name = "derive_more" 1401version = "0.99.20" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" 1404dependencies = [ 1405 "convert_case 0.4.0", 1406 "proc-macro2", 1407 "quote", 1408 "rustc_version", 1409 "syn 2.0.116", 1410] 1411 1412[[package]] 1413name = "derive_more" 1414version = "2.1.1" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 1417dependencies = [ 1418 "derive_more-impl", 1419] 1420 1421[[package]] 1422name = "derive_more-impl" 1423version = "2.1.1" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 1426dependencies = [ 1427 "convert_case 0.10.0", 1428 "proc-macro2", 1429 "quote", 1430 "rustc_version", 1431 "syn 2.0.116", 1432 "unicode-xid", 1433] 1434 1435[[package]] 1436name = "digest" 1437version = "0.10.7" 1438source = "registry+https://github.com/rust-lang/crates.io-index" 1439checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1440dependencies = [ 1441 "block-buffer", 1442 "const-oid", 1443 "crypto-common", 1444 "subtle", 1445] 1446 1447[[package]] 1448name = "dirs" 1449version = "6.0.0" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 1452dependencies = [ 1453 "dirs-sys", 1454] 1455 1456[[package]] 1457name = "dirs-sys" 1458version = "0.5.0" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 1461dependencies = [ 1462 "libc", 1463 "option-ext", 1464 "redox_users", 1465 "windows-sys 0.61.2", 1466] 1467 1468[[package]] 1469name = "dispatch" 1470version = "0.2.0" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1473 1474[[package]] 1475name = "dispatch2" 1476version = "0.3.0" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 1479dependencies = [ 1480 "bitflags 2.11.0", 1481 "block2", 1482 "libc", 1483 "objc2", 1484] 1485 1486[[package]] 1487name = "displaydoc" 1488version = "0.2.5" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1491dependencies = [ 1492 "proc-macro2", 1493 "quote", 1494 "syn 2.0.116", 1495] 1496 1497[[package]] 1498name = "dlopen2" 1499version = "0.8.2" 1500source = "registry+https://github.com/rust-lang/crates.io-index" 1501checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4" 1502dependencies = [ 1503 "dlopen2_derive", 1504 "libc", 1505 "once_cell", 1506 "winapi", 1507] 1508 1509[[package]] 1510name = "dlopen2_derive" 1511version = "0.4.3" 1512source = "registry+https://github.com/rust-lang/crates.io-index" 1513checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f" 1514dependencies = [ 1515 "proc-macro2", 1516 "quote", 1517 "syn 2.0.116", 1518] 1519 1520[[package]] 1521name = "doctest-file" 1522version = "1.0.0" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562" 1525 1526[[package]] 1527name = "dpi" 1528version = "0.1.2" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 1531dependencies = [ 1532 "serde", 1533] 1534 1535[[package]] 1536name = "dtls" 1537version = "0.17.1" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "2f016db07b91e9d79cc60a152c163d3f0ce2d4c0173cb3964de3526aab6e07fa" 1540dependencies = [ 1541 "aes", 1542 "aes-gcm", 1543 "async-trait", 1544 "bytecheck 0.8.2", 1545 "byteorder", 1546 "cbc", 1547 "ccm", 1548 "chacha20poly1305", 1549 "der-parser", 1550 "hmac", 1551 "log", 1552 "p256", 1553 "p384", 1554 "portable-atomic", 1555 "rand 0.9.2", 1556 "rand_core 0.6.4", 1557 "rcgen", 1558 "ring", 1559 "rkyv 0.8.15", 1560 "rustls 0.23.36", 1561 "sec1", 1562 "sha1", 1563 "sha2", 1564 "thiserror 1.0.69", 1565 "tokio", 1566 "webrtc-util", 1567 "x25519-dalek", 1568 "x509-parser", 1569] 1570 1571[[package]] 1572name = "dtoa" 1573version = "1.0.11" 1574source = "registry+https://github.com/rust-lang/crates.io-index" 1575checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" 1576 1577[[package]] 1578name = "dtoa-short" 1579version = "0.3.5" 1580source = "registry+https://github.com/rust-lang/crates.io-index" 1581checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 1582dependencies = [ 1583 "dtoa", 1584] 1585 1586[[package]] 1587name = "dunce" 1588version = "1.0.5" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1591 1592[[package]] 1593name = "dyn-clone" 1594version = "1.0.20" 1595source = "registry+https://github.com/rust-lang/crates.io-index" 1596checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 1597 1598[[package]] 1599name = "ecdsa" 1600version = "0.16.9" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1603dependencies = [ 1604 "der", 1605 "digest", 1606 "elliptic-curve", 1607 "rfc6979", 1608 "signature", 1609 "spki", 1610] 1611 1612[[package]] 1613name = "elliptic-curve" 1614version = "0.13.8" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1617dependencies = [ 1618 "base16ct", 1619 "crypto-bigint", 1620 "digest", 1621 "ff", 1622 "generic-array", 1623 "group", 1624 "hkdf", 1625 "pem-rfc7468", 1626 "pkcs8", 1627 "rand_core 0.6.4", 1628 "sec1", 1629 "subtle", 1630 "zeroize", 1631] 1632 1633[[package]] 1634name = "embed-resource" 1635version = "3.0.6" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e" 1638dependencies = [ 1639 "cc", 1640 "memchr", 1641 "rustc_version", 1642 "toml 0.9.12+spec-1.1.0", 1643 "vswhom", 1644 "winreg", 1645] 1646 1647[[package]] 1648name = "embed_plist" 1649version = "1.2.2" 1650source = "registry+https://github.com/rust-lang/crates.io-index" 1651checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 1652 1653[[package]] 1654name = "encoding_rs" 1655version = "0.8.35" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1658dependencies = [ 1659 "cfg-if", 1660] 1661 1662[[package]] 1663name = "endi" 1664version = "1.1.1" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" 1667 1668[[package]] 1669name = "enumflags2" 1670version = "0.7.12" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" 1673dependencies = [ 1674 "enumflags2_derive", 1675 "serde", 1676] 1677 1678[[package]] 1679name = "enumflags2_derive" 1680version = "0.7.12" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" 1683dependencies = [ 1684 "proc-macro2", 1685 "quote", 1686 "syn 2.0.116", 1687] 1688 1689[[package]] 1690name = "env_filter" 1691version = "0.1.4" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" 1694dependencies = [ 1695 "log", 1696 "regex", 1697] 1698 1699[[package]] 1700name = "env_filter" 1701version = "1.0.0" 1702source = "registry+https://github.com/rust-lang/crates.io-index" 1703checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f" 1704dependencies = [ 1705 "log", 1706 "regex", 1707] 1708 1709[[package]] 1710name = "env_logger" 1711version = "0.11.9" 1712source = "registry+https://github.com/rust-lang/crates.io-index" 1713checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d" 1714dependencies = [ 1715 "anstream", 1716 "anstyle", 1717 "env_filter 1.0.0", 1718 "jiff", 1719 "log", 1720] 1721 1722[[package]] 1723name = "equivalent" 1724version = "1.0.2" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1727 1728[[package]] 1729name = "erased-serde" 1730version = "0.4.9" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3" 1733dependencies = [ 1734 "serde", 1735 "serde_core", 1736 "typeid", 1737] 1738 1739[[package]] 1740name = "errno" 1741version = "0.3.14" 1742source = "registry+https://github.com/rust-lang/crates.io-index" 1743checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1744dependencies = [ 1745 "libc", 1746 "windows-sys 0.61.2", 1747] 1748 1749[[package]] 1750name = "event-listener" 1751version = "2.5.3" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1754 1755[[package]] 1756name = "event-listener" 1757version = "5.4.1" 1758source = "registry+https://github.com/rust-lang/crates.io-index" 1759checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1760dependencies = [ 1761 "concurrent-queue", 1762 "parking", 1763 "pin-project-lite", 1764] 1765 1766[[package]] 1767name = "event-listener-strategy" 1768version = "0.5.4" 1769source = "registry+https://github.com/rust-lang/crates.io-index" 1770checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1771dependencies = [ 1772 "event-listener 5.4.1", 1773 "pin-project-lite", 1774] 1775 1776[[package]] 1777name = "fastrand" 1778version = "2.3.0" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1781 1782[[package]] 1783name = "fdeflate" 1784version = "0.3.7" 1785source = "registry+https://github.com/rust-lang/crates.io-index" 1786checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1787dependencies = [ 1788 "simd-adler32", 1789] 1790 1791[[package]] 1792name = "fern" 1793version = "0.7.1" 1794source = "registry+https://github.com/rust-lang/crates.io-index" 1795checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29" 1796dependencies = [ 1797 "log", 1798] 1799 1800[[package]] 1801name = "ff" 1802version = "0.13.1" 1803source = "registry+https://github.com/rust-lang/crates.io-index" 1804checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1805dependencies = [ 1806 "rand_core 0.6.4", 1807 "subtle", 1808] 1809 1810[[package]] 1811name = "fiat-crypto" 1812version = "0.2.9" 1813source = "registry+https://github.com/rust-lang/crates.io-index" 1814checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1815 1816[[package]] 1817name = "field-offset" 1818version = "0.3.6" 1819source = "registry+https://github.com/rust-lang/crates.io-index" 1820checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 1821dependencies = [ 1822 "memoffset 0.9.1", 1823 "rustc_version", 1824] 1825 1826[[package]] 1827name = "find-msvc-tools" 1828version = "0.1.9" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1831 1832[[package]] 1833name = "flate2" 1834version = "1.1.9" 1835source = "registry+https://github.com/rust-lang/crates.io-index" 1836checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1837dependencies = [ 1838 "crc32fast", 1839 "miniz_oxide", 1840] 1841 1842[[package]] 1843name = "fnv" 1844version = "1.0.7" 1845source = "registry+https://github.com/rust-lang/crates.io-index" 1846checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1847 1848[[package]] 1849name = "foldhash" 1850version = "0.1.5" 1851source = "registry+https://github.com/rust-lang/crates.io-index" 1852checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1853 1854[[package]] 1855name = "foreign-types" 1856version = "0.5.0" 1857source = "registry+https://github.com/rust-lang/crates.io-index" 1858checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1859dependencies = [ 1860 "foreign-types-macros", 1861 "foreign-types-shared", 1862] 1863 1864[[package]] 1865name = "foreign-types-macros" 1866version = "0.2.3" 1867source = "registry+https://github.com/rust-lang/crates.io-index" 1868checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1869dependencies = [ 1870 "proc-macro2", 1871 "quote", 1872 "syn 2.0.116", 1873] 1874 1875[[package]] 1876name = "foreign-types-shared" 1877version = "0.3.1" 1878source = "registry+https://github.com/rust-lang/crates.io-index" 1879checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1880 1881[[package]] 1882name = "form_urlencoded" 1883version = "1.2.2" 1884source = "registry+https://github.com/rust-lang/crates.io-index" 1885checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1886dependencies = [ 1887 "percent-encoding", 1888] 1889 1890[[package]] 1891name = "fs_extra" 1892version = "1.3.0" 1893source = "registry+https://github.com/rust-lang/crates.io-index" 1894checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1895 1896[[package]] 1897name = "funty" 1898version = "2.0.0" 1899source = "registry+https://github.com/rust-lang/crates.io-index" 1900checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 1901 1902[[package]] 1903name = "futf" 1904version = "0.1.5" 1905source = "registry+https://github.com/rust-lang/crates.io-index" 1906checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1907dependencies = [ 1908 "mac", 1909 "new_debug_unreachable", 1910] 1911 1912[[package]] 1913name = "futures" 1914version = "0.3.32" 1915source = "registry+https://github.com/rust-lang/crates.io-index" 1916checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 1917dependencies = [ 1918 "futures-channel", 1919 "futures-core", 1920 "futures-executor", 1921 "futures-io", 1922 "futures-sink", 1923 "futures-task", 1924 "futures-util", 1925] 1926 1927[[package]] 1928name = "futures-channel" 1929version = "0.3.32" 1930source = "registry+https://github.com/rust-lang/crates.io-index" 1931checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 1932dependencies = [ 1933 "futures-core", 1934 "futures-sink", 1935] 1936 1937[[package]] 1938name = "futures-core" 1939version = "0.3.32" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1942 1943[[package]] 1944name = "futures-executor" 1945version = "0.3.32" 1946source = "registry+https://github.com/rust-lang/crates.io-index" 1947checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 1948dependencies = [ 1949 "futures-core", 1950 "futures-task", 1951 "futures-util", 1952] 1953 1954[[package]] 1955name = "futures-io" 1956version = "0.3.32" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1959 1960[[package]] 1961name = "futures-lite" 1962version = "2.6.1" 1963source = "registry+https://github.com/rust-lang/crates.io-index" 1964checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1965dependencies = [ 1966 "fastrand", 1967 "futures-core", 1968 "futures-io", 1969 "parking", 1970 "pin-project-lite", 1971] 1972 1973[[package]] 1974name = "futures-macro" 1975version = "0.3.32" 1976source = "registry+https://github.com/rust-lang/crates.io-index" 1977checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1978dependencies = [ 1979 "proc-macro2", 1980 "quote", 1981 "syn 2.0.116", 1982] 1983 1984[[package]] 1985name = "futures-sink" 1986version = "0.3.32" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 1989 1990[[package]] 1991name = "futures-task" 1992version = "0.3.32" 1993source = "registry+https://github.com/rust-lang/crates.io-index" 1994checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1995 1996[[package]] 1997name = "futures-timer" 1998version = "3.0.3" 1999source = "registry+https://github.com/rust-lang/crates.io-index" 2000checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" 2001dependencies = [ 2002 "gloo-timers 0.2.6", 2003 "send_wrapper 0.4.0", 2004] 2005 2006[[package]] 2007name = "futures-util" 2008version = "0.3.32" 2009source = "registry+https://github.com/rust-lang/crates.io-index" 2010checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 2011dependencies = [ 2012 "futures-channel", 2013 "futures-core", 2014 "futures-io", 2015 "futures-macro", 2016 "futures-sink", 2017 "futures-task", 2018 "memchr", 2019 "pin-project-lite", 2020 "slab", 2021] 2022 2023[[package]] 2024name = "fxhash" 2025version = "0.2.1" 2026source = "registry+https://github.com/rust-lang/crates.io-index" 2027checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 2028dependencies = [ 2029 "byteorder", 2030] 2031 2032[[package]] 2033name = "gdk" 2034version = "0.18.2" 2035source = "registry+https://github.com/rust-lang/crates.io-index" 2036checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691" 2037dependencies = [ 2038 "cairo-rs", 2039 "gdk-pixbuf", 2040 "gdk-sys", 2041 "gio", 2042 "glib", 2043 "libc", 2044 "pango", 2045] 2046 2047[[package]] 2048name = "gdk-pixbuf" 2049version = "0.18.5" 2050source = "registry+https://github.com/rust-lang/crates.io-index" 2051checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" 2052dependencies = [ 2053 "gdk-pixbuf-sys", 2054 "gio", 2055 "glib", 2056 "libc", 2057 "once_cell", 2058] 2059 2060[[package]] 2061name = "gdk-pixbuf-sys" 2062version = "0.18.0" 2063source = "registry+https://github.com/rust-lang/crates.io-index" 2064checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" 2065dependencies = [ 2066 "gio-sys", 2067 "glib-sys", 2068 "gobject-sys", 2069 "libc", 2070 "system-deps", 2071] 2072 2073[[package]] 2074name = "gdk-sys" 2075version = "0.18.2" 2076source = "registry+https://github.com/rust-lang/crates.io-index" 2077checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7" 2078dependencies = [ 2079 "cairo-sys-rs", 2080 "gdk-pixbuf-sys", 2081 "gio-sys", 2082 "glib-sys", 2083 "gobject-sys", 2084 "libc", 2085 "pango-sys", 2086 "pkg-config", 2087 "system-deps", 2088] 2089 2090[[package]] 2091name = "gdkwayland-sys" 2092version = "0.18.2" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69" 2095dependencies = [ 2096 "gdk-sys", 2097 "glib-sys", 2098 "gobject-sys", 2099 "libc", 2100 "pkg-config", 2101 "system-deps", 2102] 2103 2104[[package]] 2105name = "gdkx11" 2106version = "0.18.2" 2107source = "registry+https://github.com/rust-lang/crates.io-index" 2108checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe" 2109dependencies = [ 2110 "gdk", 2111 "gdkx11-sys", 2112 "gio", 2113 "glib", 2114 "libc", 2115 "x11", 2116] 2117 2118[[package]] 2119name = "gdkx11-sys" 2120version = "0.18.2" 2121source = "registry+https://github.com/rust-lang/crates.io-index" 2122checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d" 2123dependencies = [ 2124 "gdk-sys", 2125 "glib-sys", 2126 "libc", 2127 "system-deps", 2128 "x11", 2129] 2130 2131[[package]] 2132name = "generic-array" 2133version = "0.14.7" 2134source = "registry+https://github.com/rust-lang/crates.io-index" 2135checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 2136dependencies = [ 2137 "typenum", 2138 "version_check", 2139 "zeroize", 2140] 2141 2142[[package]] 2143name = "getrandom" 2144version = "0.1.16" 2145source = "registry+https://github.com/rust-lang/crates.io-index" 2146checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 2147dependencies = [ 2148 "cfg-if", 2149 "libc", 2150 "wasi 0.9.0+wasi-snapshot-preview1", 2151] 2152 2153[[package]] 2154name = "getrandom" 2155version = "0.2.17" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 2158dependencies = [ 2159 "cfg-if", 2160 "js-sys", 2161 "libc", 2162 "wasi 0.11.1+wasi-snapshot-preview1", 2163 "wasm-bindgen", 2164] 2165 2166[[package]] 2167name = "getrandom" 2168version = "0.3.4" 2169source = "registry+https://github.com/rust-lang/crates.io-index" 2170checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 2171dependencies = [ 2172 "cfg-if", 2173 "js-sys", 2174 "libc", 2175 "r-efi", 2176 "wasip2", 2177 "wasm-bindgen", 2178] 2179 2180[[package]] 2181name = "getrandom" 2182version = "0.4.1" 2183source = "registry+https://github.com/rust-lang/crates.io-index" 2184checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" 2185dependencies = [ 2186 "cfg-if", 2187 "libc", 2188 "r-efi", 2189 "rand_core 0.10.0", 2190 "wasip2", 2191 "wasip3", 2192] 2193 2194[[package]] 2195name = "ghash" 2196version = "0.5.1" 2197source = "registry+https://github.com/rust-lang/crates.io-index" 2198checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" 2199dependencies = [ 2200 "opaque-debug", 2201 "polyval", 2202] 2203 2204[[package]] 2205name = "gio" 2206version = "0.18.4" 2207source = "registry+https://github.com/rust-lang/crates.io-index" 2208checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" 2209dependencies = [ 2210 "futures-channel", 2211 "futures-core", 2212 "futures-io", 2213 "futures-util", 2214 "gio-sys", 2215 "glib", 2216 "libc", 2217 "once_cell", 2218 "pin-project-lite", 2219 "smallvec", 2220 "thiserror 1.0.69", 2221] 2222 2223[[package]] 2224name = "gio-sys" 2225version = "0.18.1" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" 2228dependencies = [ 2229 "glib-sys", 2230 "gobject-sys", 2231 "libc", 2232 "system-deps", 2233 "winapi", 2234] 2235 2236[[package]] 2237name = "glib" 2238version = "0.18.5" 2239source = "registry+https://github.com/rust-lang/crates.io-index" 2240checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" 2241dependencies = [ 2242 "bitflags 2.11.0", 2243 "futures-channel", 2244 "futures-core", 2245 "futures-executor", 2246 "futures-task", 2247 "futures-util", 2248 "gio-sys", 2249 "glib-macros", 2250 "glib-sys", 2251 "gobject-sys", 2252 "libc", 2253 "memchr", 2254 "once_cell", 2255 "smallvec", 2256 "thiserror 1.0.69", 2257] 2258 2259[[package]] 2260name = "glib-macros" 2261version = "0.18.5" 2262source = "registry+https://github.com/rust-lang/crates.io-index" 2263checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" 2264dependencies = [ 2265 "heck 0.4.1", 2266 "proc-macro-crate 2.0.2", 2267 "proc-macro-error", 2268 "proc-macro2", 2269 "quote", 2270 "syn 2.0.116", 2271] 2272 2273[[package]] 2274name = "glib-sys" 2275version = "0.18.1" 2276source = "registry+https://github.com/rust-lang/crates.io-index" 2277checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" 2278dependencies = [ 2279 "libc", 2280 "system-deps", 2281] 2282 2283[[package]] 2284name = "glob" 2285version = "0.3.3" 2286source = "registry+https://github.com/rust-lang/crates.io-index" 2287checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 2288 2289[[package]] 2290name = "gloo-timers" 2291version = "0.2.6" 2292source = "registry+https://github.com/rust-lang/crates.io-index" 2293checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 2294dependencies = [ 2295 "futures-channel", 2296 "futures-core", 2297 "js-sys", 2298 "wasm-bindgen", 2299] 2300 2301[[package]] 2302name = "gloo-timers" 2303version = "0.3.0" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 2306dependencies = [ 2307 "futures-channel", 2308 "futures-core", 2309 "js-sys", 2310 "wasm-bindgen", 2311] 2312 2313[[package]] 2314name = "gobject-sys" 2315version = "0.18.0" 2316source = "registry+https://github.com/rust-lang/crates.io-index" 2317checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" 2318dependencies = [ 2319 "glib-sys", 2320 "libc", 2321 "system-deps", 2322] 2323 2324[[package]] 2325name = "group" 2326version = "0.13.0" 2327source = "registry+https://github.com/rust-lang/crates.io-index" 2328checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 2329dependencies = [ 2330 "ff", 2331 "rand_core 0.6.4", 2332 "subtle", 2333] 2334 2335[[package]] 2336name = "gtk" 2337version = "0.18.2" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a" 2340dependencies = [ 2341 "atk", 2342 "cairo-rs", 2343 "field-offset", 2344 "futures-channel", 2345 "gdk", 2346 "gdk-pixbuf", 2347 "gio", 2348 "glib", 2349 "gtk-sys", 2350 "gtk3-macros", 2351 "libc", 2352 "pango", 2353 "pkg-config", 2354] 2355 2356[[package]] 2357name = "gtk-sys" 2358version = "0.18.2" 2359source = "registry+https://github.com/rust-lang/crates.io-index" 2360checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414" 2361dependencies = [ 2362 "atk-sys", 2363 "cairo-sys-rs", 2364 "gdk-pixbuf-sys", 2365 "gdk-sys", 2366 "gio-sys", 2367 "glib-sys", 2368 "gobject-sys", 2369 "libc", 2370 "pango-sys", 2371 "system-deps", 2372] 2373 2374[[package]] 2375name = "gtk3-macros" 2376version = "0.18.2" 2377source = "registry+https://github.com/rust-lang/crates.io-index" 2378checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d" 2379dependencies = [ 2380 "proc-macro-crate 1.3.1", 2381 "proc-macro-error", 2382 "proc-macro2", 2383 "quote", 2384 "syn 2.0.116", 2385] 2386 2387[[package]] 2388name = "h2" 2389version = "0.4.13" 2390source = "registry+https://github.com/rust-lang/crates.io-index" 2391checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 2392dependencies = [ 2393 "atomic-waker", 2394 "bytes", 2395 "fnv", 2396 "futures-core", 2397 "futures-sink", 2398 "http", 2399 "indexmap 2.13.0", 2400 "slab", 2401 "tokio", 2402 "tokio-util", 2403 "tracing", 2404] 2405 2406[[package]] 2407name = "hashbrown" 2408version = "0.12.3" 2409source = "registry+https://github.com/rust-lang/crates.io-index" 2410checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2411dependencies = [ 2412 "ahash", 2413] 2414 2415[[package]] 2416name = "hashbrown" 2417version = "0.15.5" 2418source = "registry+https://github.com/rust-lang/crates.io-index" 2419checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 2420dependencies = [ 2421 "foldhash", 2422] 2423 2424[[package]] 2425name = "hashbrown" 2426version = "0.16.1" 2427source = "registry+https://github.com/rust-lang/crates.io-index" 2428checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 2429 2430[[package]] 2431name = "heck" 2432version = "0.4.1" 2433source = "registry+https://github.com/rust-lang/crates.io-index" 2434checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2435 2436[[package]] 2437name = "heck" 2438version = "0.5.0" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2441 2442[[package]] 2443name = "hermit-abi" 2444version = "0.5.2" 2445source = "registry+https://github.com/rust-lang/crates.io-index" 2446checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 2447 2448[[package]] 2449name = "hex" 2450version = "0.4.3" 2451source = "registry+https://github.com/rust-lang/crates.io-index" 2452checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2453 2454[[package]] 2455name = "hkdf" 2456version = "0.12.4" 2457source = "registry+https://github.com/rust-lang/crates.io-index" 2458checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 2459dependencies = [ 2460 "hmac", 2461] 2462 2463[[package]] 2464name = "hmac" 2465version = "0.12.1" 2466source = "registry+https://github.com/rust-lang/crates.io-index" 2467checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2468dependencies = [ 2469 "digest", 2470] 2471 2472[[package]] 2473name = "html5ever" 2474version = "0.29.1" 2475source = "registry+https://github.com/rust-lang/crates.io-index" 2476checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c" 2477dependencies = [ 2478 "log", 2479 "mac", 2480 "markup5ever", 2481 "match_token", 2482] 2483 2484[[package]] 2485name = "http" 2486version = "1.4.0" 2487source = "registry+https://github.com/rust-lang/crates.io-index" 2488checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 2489dependencies = [ 2490 "bytes", 2491 "itoa", 2492] 2493 2494[[package]] 2495name = "http-body" 2496version = "1.0.1" 2497source = "registry+https://github.com/rust-lang/crates.io-index" 2498checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2499dependencies = [ 2500 "bytes", 2501 "http", 2502] 2503 2504[[package]] 2505name = "http-body-util" 2506version = "0.1.3" 2507source = "registry+https://github.com/rust-lang/crates.io-index" 2508checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 2509dependencies = [ 2510 "bytes", 2511 "futures-core", 2512 "http", 2513 "http-body", 2514 "pin-project-lite", 2515] 2516 2517[[package]] 2518name = "httparse" 2519version = "1.10.1" 2520source = "registry+https://github.com/rust-lang/crates.io-index" 2521checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 2522 2523[[package]] 2524name = "httpdate" 2525version = "1.0.3" 2526source = "registry+https://github.com/rust-lang/crates.io-index" 2527checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2528 2529[[package]] 2530name = "hyper" 2531version = "1.8.1" 2532source = "registry+https://github.com/rust-lang/crates.io-index" 2533checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 2534dependencies = [ 2535 "atomic-waker", 2536 "bytes", 2537 "futures-channel", 2538 "futures-core", 2539 "h2", 2540 "http", 2541 "http-body", 2542 "httparse", 2543 "httpdate", 2544 "itoa", 2545 "pin-project-lite", 2546 "pin-utils", 2547 "smallvec", 2548 "tokio", 2549 "want", 2550] 2551 2552[[package]] 2553name = "hyper-rustls" 2554version = "0.27.7" 2555source = "registry+https://github.com/rust-lang/crates.io-index" 2556checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 2557dependencies = [ 2558 "http", 2559 "hyper", 2560 "hyper-util", 2561 "rustls 0.23.36", 2562 "rustls-pki-types", 2563 "tokio", 2564 "tokio-rustls", 2565 "tower-service", 2566] 2567 2568[[package]] 2569name = "hyper-util" 2570version = "0.1.20" 2571source = "registry+https://github.com/rust-lang/crates.io-index" 2572checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 2573dependencies = [ 2574 "base64 0.22.1", 2575 "bytes", 2576 "futures-channel", 2577 "futures-util", 2578 "http", 2579 "http-body", 2580 "hyper", 2581 "ipnet", 2582 "libc", 2583 "percent-encoding", 2584 "pin-project-lite", 2585 "socket2 0.6.2", 2586 "system-configuration", 2587 "tokio", 2588 "tower-service", 2589 "tracing", 2590 "windows-registry", 2591] 2592 2593[[package]] 2594name = "iana-time-zone" 2595version = "0.1.65" 2596source = "registry+https://github.com/rust-lang/crates.io-index" 2597checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 2598dependencies = [ 2599 "android_system_properties", 2600 "core-foundation-sys", 2601 "iana-time-zone-haiku", 2602 "js-sys", 2603 "log", 2604 "wasm-bindgen", 2605 "windows-core 0.62.2", 2606] 2607 2608[[package]] 2609name = "iana-time-zone-haiku" 2610version = "0.1.2" 2611source = "registry+https://github.com/rust-lang/crates.io-index" 2612checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2613dependencies = [ 2614 "cc", 2615] 2616 2617[[package]] 2618name = "ico" 2619version = "0.5.0" 2620source = "registry+https://github.com/rust-lang/crates.io-index" 2621checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371" 2622dependencies = [ 2623 "byteorder", 2624 "png", 2625] 2626 2627[[package]] 2628name = "icu_collections" 2629version = "2.1.1" 2630source = "registry+https://github.com/rust-lang/crates.io-index" 2631checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 2632dependencies = [ 2633 "displaydoc", 2634 "potential_utf", 2635 "yoke", 2636 "zerofrom", 2637 "zerovec", 2638] 2639 2640[[package]] 2641name = "icu_locale_core" 2642version = "2.1.1" 2643source = "registry+https://github.com/rust-lang/crates.io-index" 2644checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 2645dependencies = [ 2646 "displaydoc", 2647 "litemap", 2648 "tinystr", 2649 "writeable", 2650 "zerovec", 2651] 2652 2653[[package]] 2654name = "icu_normalizer" 2655version = "2.1.1" 2656source = "registry+https://github.com/rust-lang/crates.io-index" 2657checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 2658dependencies = [ 2659 "icu_collections", 2660 "icu_normalizer_data", 2661 "icu_properties", 2662 "icu_provider", 2663 "smallvec", 2664 "zerovec", 2665] 2666 2667[[package]] 2668name = "icu_normalizer_data" 2669version = "2.1.1" 2670source = "registry+https://github.com/rust-lang/crates.io-index" 2671checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 2672 2673[[package]] 2674name = "icu_properties" 2675version = "2.1.2" 2676source = "registry+https://github.com/rust-lang/crates.io-index" 2677checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 2678dependencies = [ 2679 "icu_collections", 2680 "icu_locale_core", 2681 "icu_properties_data", 2682 "icu_provider", 2683 "zerotrie", 2684 "zerovec", 2685] 2686 2687[[package]] 2688name = "icu_properties_data" 2689version = "2.1.2" 2690source = "registry+https://github.com/rust-lang/crates.io-index" 2691checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 2692 2693[[package]] 2694name = "icu_provider" 2695version = "2.1.1" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 2698dependencies = [ 2699 "displaydoc", 2700 "icu_locale_core", 2701 "writeable", 2702 "yoke", 2703 "zerofrom", 2704 "zerotrie", 2705 "zerovec", 2706] 2707 2708[[package]] 2709name = "id-arena" 2710version = "2.3.0" 2711source = "registry+https://github.com/rust-lang/crates.io-index" 2712checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 2713 2714[[package]] 2715name = "ident_case" 2716version = "1.0.1" 2717source = "registry+https://github.com/rust-lang/crates.io-index" 2718checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2719 2720[[package]] 2721name = "idna" 2722version = "1.1.0" 2723source = "registry+https://github.com/rust-lang/crates.io-index" 2724checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 2725dependencies = [ 2726 "idna_adapter", 2727 "smallvec", 2728 "utf8_iter", 2729] 2730 2731[[package]] 2732name = "idna_adapter" 2733version = "1.2.1" 2734source = "registry+https://github.com/rust-lang/crates.io-index" 2735checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 2736dependencies = [ 2737 "icu_normalizer", 2738 "icu_properties", 2739] 2740 2741[[package]] 2742name = "indexmap" 2743version = "1.9.3" 2744source = "registry+https://github.com/rust-lang/crates.io-index" 2745checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2746dependencies = [ 2747 "autocfg", 2748 "hashbrown 0.12.3", 2749 "serde", 2750] 2751 2752[[package]] 2753name = "indexmap" 2754version = "2.13.0" 2755source = "registry+https://github.com/rust-lang/crates.io-index" 2756checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 2757dependencies = [ 2758 "equivalent", 2759 "hashbrown 0.16.1", 2760 "serde", 2761 "serde_core", 2762] 2763 2764[[package]] 2765name = "infer" 2766version = "0.19.0" 2767source = "registry+https://github.com/rust-lang/crates.io-index" 2768checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" 2769dependencies = [ 2770 "cfb", 2771] 2772 2773[[package]] 2774name = "inout" 2775version = "0.1.4" 2776source = "registry+https://github.com/rust-lang/crates.io-index" 2777checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" 2778dependencies = [ 2779 "block-padding", 2780 "generic-array", 2781] 2782 2783[[package]] 2784name = "interceptor" 2785version = "0.17.1" 2786source = "registry+https://github.com/rust-lang/crates.io-index" 2787checksum = "7f73f4fdb971cab2d599cbdc2ccf0c6ea8fb27347b871ed14c65ce2353dbe75b" 2788dependencies = [ 2789 "async-trait", 2790 "bytes", 2791 "futures", 2792 "log", 2793 "portable-atomic", 2794 "rand 0.9.2", 2795 "rtcp", 2796 "rtp", 2797 "thiserror 1.0.69", 2798 "tokio", 2799 "waitgroup", 2800 "webrtc-srtp", 2801 "webrtc-util", 2802] 2803 2804[[package]] 2805name = "interprocess" 2806version = "2.3.1" 2807source = "registry+https://github.com/rust-lang/crates.io-index" 2808checksum = "53bf2b0e0785c5394a7392f66d7c4fb9c653633c29b27a932280da3cb344c66a" 2809dependencies = [ 2810 "doctest-file", 2811 "futures-core", 2812 "libc", 2813 "recvmsg", 2814 "tokio", 2815 "widestring", 2816 "windows-sys 0.52.0", 2817] 2818 2819[[package]] 2820name = "ipnet" 2821version = "2.11.0" 2822source = "registry+https://github.com/rust-lang/crates.io-index" 2823checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 2824 2825[[package]] 2826name = "iri-string" 2827version = "0.7.10" 2828source = "registry+https://github.com/rust-lang/crates.io-index" 2829checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 2830dependencies = [ 2831 "memchr", 2832 "serde", 2833] 2834 2835[[package]] 2836name = "is-docker" 2837version = "0.2.0" 2838source = "registry+https://github.com/rust-lang/crates.io-index" 2839checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 2840dependencies = [ 2841 "once_cell", 2842] 2843 2844[[package]] 2845name = "is-wsl" 2846version = "0.4.0" 2847source = "registry+https://github.com/rust-lang/crates.io-index" 2848checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 2849dependencies = [ 2850 "is-docker", 2851 "once_cell", 2852] 2853 2854[[package]] 2855name = "is_terminal_polyfill" 2856version = "1.70.2" 2857source = "registry+https://github.com/rust-lang/crates.io-index" 2858checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 2859 2860[[package]] 2861name = "itoa" 2862version = "1.0.17" 2863source = "registry+https://github.com/rust-lang/crates.io-index" 2864checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 2865 2866[[package]] 2867name = "javascriptcore-rs" 2868version = "1.1.2" 2869source = "registry+https://github.com/rust-lang/crates.io-index" 2870checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc" 2871dependencies = [ 2872 "bitflags 1.3.2", 2873 "glib", 2874 "javascriptcore-rs-sys", 2875] 2876 2877[[package]] 2878name = "javascriptcore-rs-sys" 2879version = "1.1.1" 2880source = "registry+https://github.com/rust-lang/crates.io-index" 2881checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124" 2882dependencies = [ 2883 "glib-sys", 2884 "gobject-sys", 2885 "libc", 2886 "system-deps", 2887] 2888 2889[[package]] 2890name = "jiff" 2891version = "0.2.20" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "c867c356cc096b33f4981825ab281ecba3db0acefe60329f044c1789d94c6543" 2894dependencies = [ 2895 "jiff-static", 2896 "log", 2897 "portable-atomic", 2898 "portable-atomic-util", 2899 "serde_core", 2900] 2901 2902[[package]] 2903name = "jiff-static" 2904version = "0.2.20" 2905source = "registry+https://github.com/rust-lang/crates.io-index" 2906checksum = "f7946b4325269738f270bb55b3c19ab5c5040525f83fd625259422a9d25d9be5" 2907dependencies = [ 2908 "proc-macro2", 2909 "quote", 2910 "syn 2.0.116", 2911] 2912 2913[[package]] 2914name = "jni" 2915version = "0.21.1" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2918dependencies = [ 2919 "cesu8", 2920 "cfg-if", 2921 "combine", 2922 "jni-sys", 2923 "log", 2924 "thiserror 1.0.69", 2925 "walkdir", 2926 "windows-sys 0.45.0", 2927] 2928 2929[[package]] 2930name = "jni-sys" 2931version = "0.3.0" 2932source = "registry+https://github.com/rust-lang/crates.io-index" 2933checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2934 2935[[package]] 2936name = "jobserver" 2937version = "0.1.34" 2938source = "registry+https://github.com/rust-lang/crates.io-index" 2939checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 2940dependencies = [ 2941 "getrandom 0.3.4", 2942 "libc", 2943] 2944 2945[[package]] 2946name = "js-sys" 2947version = "0.3.85" 2948source = "registry+https://github.com/rust-lang/crates.io-index" 2949checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 2950dependencies = [ 2951 "once_cell", 2952 "wasm-bindgen", 2953] 2954 2955[[package]] 2956name = "json-patch" 2957version = "3.0.1" 2958source = "registry+https://github.com/rust-lang/crates.io-index" 2959checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08" 2960dependencies = [ 2961 "jsonptr", 2962 "serde", 2963 "serde_json", 2964 "thiserror 1.0.69", 2965] 2966 2967[[package]] 2968name = "jsonptr" 2969version = "0.6.3" 2970source = "registry+https://github.com/rust-lang/crates.io-index" 2971checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70" 2972dependencies = [ 2973 "serde", 2974 "serde_json", 2975] 2976 2977[[package]] 2978name = "keyboard-types" 2979version = "0.7.0" 2980source = "registry+https://github.com/rust-lang/crates.io-index" 2981checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" 2982dependencies = [ 2983 "bitflags 2.11.0", 2984 "serde", 2985 "unicode-segmentation", 2986] 2987 2988[[package]] 2989name = "kuchikiki" 2990version = "0.8.8-speedreader" 2991source = "registry+https://github.com/rust-lang/crates.io-index" 2992checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2" 2993dependencies = [ 2994 "cssparser", 2995 "html5ever", 2996 "indexmap 2.13.0", 2997 "selectors", 2998] 2999 3000[[package]] 3001name = "kv-log-macro" 3002version = "1.0.7" 3003source = "registry+https://github.com/rust-lang/crates.io-index" 3004checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 3005dependencies = [ 3006 "log", 3007] 3008 3009[[package]] 3010name = "lazy_static" 3011version = "1.5.0" 3012source = "registry+https://github.com/rust-lang/crates.io-index" 3013checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 3014 3015[[package]] 3016name = "leb128fmt" 3017version = "0.1.0" 3018source = "registry+https://github.com/rust-lang/crates.io-index" 3019checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 3020 3021[[package]] 3022name = "libappindicator" 3023version = "0.9.0" 3024source = "registry+https://github.com/rust-lang/crates.io-index" 3025checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" 3026dependencies = [ 3027 "glib", 3028 "gtk", 3029 "gtk-sys", 3030 "libappindicator-sys", 3031 "log", 3032] 3033 3034[[package]] 3035name = "libappindicator-sys" 3036version = "0.9.0" 3037source = "registry+https://github.com/rust-lang/crates.io-index" 3038checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" 3039dependencies = [ 3040 "gtk-sys", 3041 "libloading", 3042 "once_cell", 3043] 3044 3045[[package]] 3046name = "libc" 3047version = "0.2.182" 3048source = "registry+https://github.com/rust-lang/crates.io-index" 3049checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 3050 3051[[package]] 3052name = "libloading" 3053version = "0.7.4" 3054source = "registry+https://github.com/rust-lang/crates.io-index" 3055checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 3056dependencies = [ 3057 "cfg-if", 3058 "winapi", 3059] 3060 3061[[package]] 3062name = "libredox" 3063version = "0.1.12" 3064source = "registry+https://github.com/rust-lang/crates.io-index" 3065checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 3066dependencies = [ 3067 "bitflags 2.11.0", 3068 "libc", 3069] 3070 3071[[package]] 3072name = "linux-raw-sys" 3073version = "0.11.0" 3074source = "registry+https://github.com/rust-lang/crates.io-index" 3075checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 3076 3077[[package]] 3078name = "litemap" 3079version = "0.8.1" 3080source = "registry+https://github.com/rust-lang/crates.io-index" 3081checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 3082 3083[[package]] 3084name = "lock_api" 3085version = "0.4.14" 3086source = "registry+https://github.com/rust-lang/crates.io-index" 3087checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 3088dependencies = [ 3089 "scopeguard", 3090] 3091 3092[[package]] 3093name = "log" 3094version = "0.4.29" 3095source = "registry+https://github.com/rust-lang/crates.io-index" 3096checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 3097dependencies = [ 3098 "value-bag", 3099] 3100 3101[[package]] 3102name = "lru-slab" 3103version = "0.1.2" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 3106 3107[[package]] 3108name = "mac" 3109version = "0.1.1" 3110source = "registry+https://github.com/rust-lang/crates.io-index" 3111checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 3112 3113[[package]] 3114name = "mac-notification-sys" 3115version = "0.6.9" 3116source = "registry+https://github.com/rust-lang/crates.io-index" 3117checksum = "65fd3f75411f4725061682ed91f131946e912859d0044d39c4ec0aac818d7621" 3118dependencies = [ 3119 "cc", 3120 "objc2", 3121 "objc2-foundation", 3122 "time", 3123] 3124 3125[[package]] 3126name = "manhunt-app" 3127version = "0.1.0" 3128dependencies = [ 3129 "anyhow", 3130 "chrono", 3131 "log", 3132 "manhunt-logic", 3133 "manhunt-transport", 3134 "serde", 3135 "serde_json", 3136 "specta", 3137 "specta-typescript", 3138 "tauri", 3139 "tauri-build", 3140 "tauri-plugin-dialog", 3141 "tauri-plugin-geolocation", 3142 "tauri-plugin-log", 3143 "tauri-plugin-notification", 3144 "tauri-plugin-opener", 3145 "tauri-plugin-store", 3146 "tauri-specta", 3147 "tokio", 3148 "uuid", 3149] 3150 3151[[package]] 3152name = "manhunt-logic" 3153version = "0.1.0" 3154dependencies = [ 3155 "anyhow", 3156 "chrono", 3157 "rand 0.10.0", 3158 "rand_chacha 0.10.0", 3159 "serde", 3160 "specta", 3161 "tokio", 3162 "tokio-util", 3163 "uuid", 3164] 3165 3166[[package]] 3167name = "manhunt-signaling" 3168version = "0.1.0" 3169dependencies = [ 3170 "anyhow", 3171 "async-trait", 3172 "axum", 3173 "colog", 3174 "futures", 3175 "log", 3176 "matchbox_protocol", 3177 "matchbox_signaling", 3178 "rand 0.10.0", 3179 "tokio", 3180 "tokio-util", 3181 "uuid", 3182] 3183 3184[[package]] 3185name = "manhunt-testing" 3186version = "0.1.0" 3187dependencies = [ 3188 "anyhow", 3189 "clap", 3190 "interprocess", 3191 "manhunt-logic", 3192 "manhunt-transport", 3193 "serde", 3194 "serde_json", 3195 "tokio", 3196] 3197 3198[[package]] 3199name = "manhunt-transport" 3200version = "0.1.0" 3201dependencies = [ 3202 "anyhow", 3203 "const-str", 3204 "futures", 3205 "log", 3206 "manhunt-logic", 3207 "matchbox_protocol", 3208 "matchbox_socket", 3209 "rand 0.10.0", 3210 "reqwest", 3211 "rmp-serde", 3212 "serde", 3213 "tokio", 3214 "tokio-util", 3215 "uuid", 3216] 3217 3218[[package]] 3219name = "markup5ever" 3220version = "0.14.1" 3221source = "registry+https://github.com/rust-lang/crates.io-index" 3222checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18" 3223dependencies = [ 3224 "log", 3225 "phf 0.11.3", 3226 "phf_codegen 0.11.3", 3227 "string_cache", 3228 "string_cache_codegen", 3229 "tendril", 3230] 3231 3232[[package]] 3233name = "match_token" 3234version = "0.1.0" 3235source = "registry+https://github.com/rust-lang/crates.io-index" 3236checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" 3237dependencies = [ 3238 "proc-macro2", 3239 "quote", 3240 "syn 2.0.116", 3241] 3242 3243[[package]] 3244name = "matchbox_protocol" 3245version = "0.14.0" 3246source = "registry+https://github.com/rust-lang/crates.io-index" 3247checksum = "867e83a984f369eabc682318eec2db410aef1dbb5399cb1890e6659dfa9b7449" 3248dependencies = [ 3249 "cfg-if", 3250 "derive_more 2.1.1", 3251 "serde", 3252 "serde_json", 3253 "uuid", 3254] 3255 3256[[package]] 3257name = "matchbox_signaling" 3258version = "0.14.0" 3259source = "registry+https://github.com/rust-lang/crates.io-index" 3260checksum = "33d8eeb36f21a45699331d121b4c5d2c7fdd342f0216e4c0033787f5c5fc4470" 3261dependencies = [ 3262 "async-trait", 3263 "axum", 3264 "futures", 3265 "hyper", 3266 "matchbox_protocol", 3267 "serde", 3268 "serde_json", 3269 "thiserror 2.0.18", 3270 "tokio", 3271 "tokio-stream", 3272 "tower-http", 3273 "tracing", 3274 "uuid", 3275] 3276 3277[[package]] 3278name = "matchbox_socket" 3279version = "0.14.0" 3280source = "registry+https://github.com/rust-lang/crates.io-index" 3281checksum = "11ee21421327e145fab424cadb542bef9f745a8938b9eb8c81d3286e98f18be9" 3282dependencies = [ 3283 "async-compat", 3284 "async-trait", 3285 "async-tungstenite", 3286 "bytes", 3287 "cfg-if", 3288 "derive_more 2.1.1", 3289 "futures", 3290 "futures-channel", 3291 "futures-timer", 3292 "futures-util", 3293 "js-sys", 3294 "log", 3295 "matchbox_protocol", 3296 "once_cell", 3297 "serde", 3298 "serde-wasm-bindgen", 3299 "serde_json", 3300 "thiserror 2.0.18", 3301 "tokio-util", 3302 "wasm-bindgen", 3303 "wasm-bindgen-futures", 3304 "web-sys", 3305 "webrtc", 3306 "ws_stream_wasm", 3307] 3308 3309[[package]] 3310name = "matches" 3311version = "0.1.10" 3312source = "registry+https://github.com/rust-lang/crates.io-index" 3313checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 3314 3315[[package]] 3316name = "matchit" 3317version = "0.8.4" 3318source = "registry+https://github.com/rust-lang/crates.io-index" 3319checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 3320 3321[[package]] 3322name = "md-5" 3323version = "0.10.6" 3324source = "registry+https://github.com/rust-lang/crates.io-index" 3325checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 3326dependencies = [ 3327 "cfg-if", 3328 "digest", 3329] 3330 3331[[package]] 3332name = "memchr" 3333version = "2.8.0" 3334source = "registry+https://github.com/rust-lang/crates.io-index" 3335checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 3336 3337[[package]] 3338name = "memoffset" 3339version = "0.7.1" 3340source = "registry+https://github.com/rust-lang/crates.io-index" 3341checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 3342dependencies = [ 3343 "autocfg", 3344] 3345 3346[[package]] 3347name = "memoffset" 3348version = "0.9.1" 3349source = "registry+https://github.com/rust-lang/crates.io-index" 3350checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 3351dependencies = [ 3352 "autocfg", 3353] 3354 3355[[package]] 3356name = "mime" 3357version = "0.3.17" 3358source = "registry+https://github.com/rust-lang/crates.io-index" 3359checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3360 3361[[package]] 3362name = "minimal-lexical" 3363version = "0.2.1" 3364source = "registry+https://github.com/rust-lang/crates.io-index" 3365checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3366 3367[[package]] 3368name = "miniz_oxide" 3369version = "0.8.9" 3370source = "registry+https://github.com/rust-lang/crates.io-index" 3371checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 3372dependencies = [ 3373 "adler2", 3374 "simd-adler32", 3375] 3376 3377[[package]] 3378name = "mio" 3379version = "1.1.1" 3380source = "registry+https://github.com/rust-lang/crates.io-index" 3381checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 3382dependencies = [ 3383 "libc", 3384 "wasi 0.11.1+wasi-snapshot-preview1", 3385 "windows-sys 0.61.2", 3386] 3387 3388[[package]] 3389name = "muda" 3390version = "0.17.1" 3391source = "registry+https://github.com/rust-lang/crates.io-index" 3392checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a" 3393dependencies = [ 3394 "crossbeam-channel", 3395 "dpi", 3396 "gtk", 3397 "keyboard-types", 3398 "objc2", 3399 "objc2-app-kit", 3400 "objc2-core-foundation", 3401 "objc2-foundation", 3402 "once_cell", 3403 "png", 3404 "serde", 3405 "thiserror 2.0.18", 3406 "windows-sys 0.60.2", 3407] 3408 3409[[package]] 3410name = "munge" 3411version = "0.4.7" 3412source = "registry+https://github.com/rust-lang/crates.io-index" 3413checksum = "5e17401f259eba956ca16491461b6e8f72913a0a114e39736ce404410f915a0c" 3414dependencies = [ 3415 "munge_macro", 3416] 3417 3418[[package]] 3419name = "munge_macro" 3420version = "0.4.7" 3421source = "registry+https://github.com/rust-lang/crates.io-index" 3422checksum = "4568f25ccbd45ab5d5603dc34318c1ec56b117531781260002151b8530a9f931" 3423dependencies = [ 3424 "proc-macro2", 3425 "quote", 3426 "syn 2.0.116", 3427] 3428 3429[[package]] 3430name = "ndk" 3431version = "0.9.0" 3432source = "registry+https://github.com/rust-lang/crates.io-index" 3433checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 3434dependencies = [ 3435 "bitflags 2.11.0", 3436 "jni-sys", 3437 "log", 3438 "ndk-sys", 3439 "num_enum", 3440 "raw-window-handle", 3441 "thiserror 1.0.69", 3442] 3443 3444[[package]] 3445name = "ndk-context" 3446version = "0.1.1" 3447source = "registry+https://github.com/rust-lang/crates.io-index" 3448checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3449 3450[[package]] 3451name = "ndk-sys" 3452version = "0.6.0+11769913" 3453source = "registry+https://github.com/rust-lang/crates.io-index" 3454checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 3455dependencies = [ 3456 "jni-sys", 3457] 3458 3459[[package]] 3460name = "new_debug_unreachable" 3461version = "1.0.6" 3462source = "registry+https://github.com/rust-lang/crates.io-index" 3463checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 3464 3465[[package]] 3466name = "nix" 3467version = "0.26.4" 3468source = "registry+https://github.com/rust-lang/crates.io-index" 3469checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 3470dependencies = [ 3471 "bitflags 1.3.2", 3472 "cfg-if", 3473 "libc", 3474 "memoffset 0.7.1", 3475 "pin-utils", 3476] 3477 3478[[package]] 3479name = "nodrop" 3480version = "0.1.14" 3481source = "registry+https://github.com/rust-lang/crates.io-index" 3482checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 3483 3484[[package]] 3485name = "nom" 3486version = "7.1.3" 3487source = "registry+https://github.com/rust-lang/crates.io-index" 3488checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3489dependencies = [ 3490 "memchr", 3491 "minimal-lexical", 3492] 3493 3494[[package]] 3495name = "notify-rust" 3496version = "4.12.0" 3497source = "registry+https://github.com/rust-lang/crates.io-index" 3498checksum = "21af20a1b50be5ac5861f74af1a863da53a11c38684d9818d82f1c42f7fdc6c2" 3499dependencies = [ 3500 "futures-lite", 3501 "log", 3502 "mac-notification-sys", 3503 "serde", 3504 "tauri-winrt-notification", 3505 "zbus", 3506] 3507 3508[[package]] 3509name = "num-bigint" 3510version = "0.4.6" 3511source = "registry+https://github.com/rust-lang/crates.io-index" 3512checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3513dependencies = [ 3514 "num-integer", 3515 "num-traits", 3516] 3517 3518[[package]] 3519name = "num-conv" 3520version = "0.2.0" 3521source = "registry+https://github.com/rust-lang/crates.io-index" 3522checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 3523 3524[[package]] 3525name = "num-integer" 3526version = "0.1.46" 3527source = "registry+https://github.com/rust-lang/crates.io-index" 3528checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3529dependencies = [ 3530 "num-traits", 3531] 3532 3533[[package]] 3534name = "num-traits" 3535version = "0.2.19" 3536source = "registry+https://github.com/rust-lang/crates.io-index" 3537checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3538dependencies = [ 3539 "autocfg", 3540] 3541 3542[[package]] 3543name = "num_enum" 3544version = "0.7.5" 3545source = "registry+https://github.com/rust-lang/crates.io-index" 3546checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" 3547dependencies = [ 3548 "num_enum_derive", 3549 "rustversion", 3550] 3551 3552[[package]] 3553name = "num_enum_derive" 3554version = "0.7.5" 3555source = "registry+https://github.com/rust-lang/crates.io-index" 3556checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" 3557dependencies = [ 3558 "proc-macro-crate 3.4.0", 3559 "proc-macro2", 3560 "quote", 3561 "syn 2.0.116", 3562] 3563 3564[[package]] 3565name = "num_threads" 3566version = "0.1.7" 3567source = "registry+https://github.com/rust-lang/crates.io-index" 3568checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 3569dependencies = [ 3570 "libc", 3571] 3572 3573[[package]] 3574name = "objc2" 3575version = "0.6.3" 3576source = "registry+https://github.com/rust-lang/crates.io-index" 3577checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 3578dependencies = [ 3579 "objc2-encode", 3580 "objc2-exception-helper", 3581] 3582 3583[[package]] 3584name = "objc2-app-kit" 3585version = "0.3.2" 3586source = "registry+https://github.com/rust-lang/crates.io-index" 3587checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" 3588dependencies = [ 3589 "bitflags 2.11.0", 3590 "block2", 3591 "libc", 3592 "objc2", 3593 "objc2-cloud-kit", 3594 "objc2-core-data", 3595 "objc2-core-foundation", 3596 "objc2-core-graphics", 3597 "objc2-core-image", 3598 "objc2-core-text", 3599 "objc2-core-video", 3600 "objc2-foundation", 3601 "objc2-quartz-core", 3602] 3603 3604[[package]] 3605name = "objc2-cloud-kit" 3606version = "0.3.2" 3607source = "registry+https://github.com/rust-lang/crates.io-index" 3608checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c" 3609dependencies = [ 3610 "bitflags 2.11.0", 3611 "objc2", 3612 "objc2-foundation", 3613] 3614 3615[[package]] 3616name = "objc2-core-data" 3617version = "0.3.2" 3618source = "registry+https://github.com/rust-lang/crates.io-index" 3619checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa" 3620dependencies = [ 3621 "bitflags 2.11.0", 3622 "objc2", 3623 "objc2-foundation", 3624] 3625 3626[[package]] 3627name = "objc2-core-foundation" 3628version = "0.3.2" 3629source = "registry+https://github.com/rust-lang/crates.io-index" 3630checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 3631dependencies = [ 3632 "bitflags 2.11.0", 3633 "dispatch2", 3634 "objc2", 3635] 3636 3637[[package]] 3638name = "objc2-core-graphics" 3639version = "0.3.2" 3640source = "registry+https://github.com/rust-lang/crates.io-index" 3641checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" 3642dependencies = [ 3643 "bitflags 2.11.0", 3644 "dispatch2", 3645 "objc2", 3646 "objc2-core-foundation", 3647 "objc2-io-surface", 3648] 3649 3650[[package]] 3651name = "objc2-core-image" 3652version = "0.3.2" 3653source = "registry+https://github.com/rust-lang/crates.io-index" 3654checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006" 3655dependencies = [ 3656 "objc2", 3657 "objc2-foundation", 3658] 3659 3660[[package]] 3661name = "objc2-core-text" 3662version = "0.3.2" 3663source = "registry+https://github.com/rust-lang/crates.io-index" 3664checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" 3665dependencies = [ 3666 "bitflags 2.11.0", 3667 "objc2", 3668 "objc2-core-foundation", 3669 "objc2-core-graphics", 3670] 3671 3672[[package]] 3673name = "objc2-core-video" 3674version = "0.3.2" 3675source = "registry+https://github.com/rust-lang/crates.io-index" 3676checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6" 3677dependencies = [ 3678 "bitflags 2.11.0", 3679 "objc2", 3680 "objc2-core-foundation", 3681 "objc2-core-graphics", 3682 "objc2-io-surface", 3683] 3684 3685[[package]] 3686name = "objc2-encode" 3687version = "4.1.0" 3688source = "registry+https://github.com/rust-lang/crates.io-index" 3689checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 3690 3691[[package]] 3692name = "objc2-exception-helper" 3693version = "0.1.1" 3694source = "registry+https://github.com/rust-lang/crates.io-index" 3695checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a" 3696dependencies = [ 3697 "cc", 3698] 3699 3700[[package]] 3701name = "objc2-foundation" 3702version = "0.3.2" 3703source = "registry+https://github.com/rust-lang/crates.io-index" 3704checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 3705dependencies = [ 3706 "bitflags 2.11.0", 3707 "block2", 3708 "libc", 3709 "objc2", 3710 "objc2-core-foundation", 3711] 3712 3713[[package]] 3714name = "objc2-io-surface" 3715version = "0.3.2" 3716source = "registry+https://github.com/rust-lang/crates.io-index" 3717checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" 3718dependencies = [ 3719 "bitflags 2.11.0", 3720 "objc2", 3721 "objc2-core-foundation", 3722] 3723 3724[[package]] 3725name = "objc2-javascript-core" 3726version = "0.3.2" 3727source = "registry+https://github.com/rust-lang/crates.io-index" 3728checksum = "2a1e6550c4caed348956ce3370c9ffeca70bb1dbed4fa96112e7c6170e074586" 3729dependencies = [ 3730 "objc2", 3731 "objc2-core-foundation", 3732] 3733 3734[[package]] 3735name = "objc2-quartz-core" 3736version = "0.3.2" 3737source = "registry+https://github.com/rust-lang/crates.io-index" 3738checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" 3739dependencies = [ 3740 "bitflags 2.11.0", 3741 "objc2", 3742 "objc2-core-foundation", 3743 "objc2-foundation", 3744] 3745 3746[[package]] 3747name = "objc2-security" 3748version = "0.3.2" 3749source = "registry+https://github.com/rust-lang/crates.io-index" 3750checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a" 3751dependencies = [ 3752 "bitflags 2.11.0", 3753 "objc2", 3754 "objc2-core-foundation", 3755] 3756 3757[[package]] 3758name = "objc2-ui-kit" 3759version = "0.3.2" 3760source = "registry+https://github.com/rust-lang/crates.io-index" 3761checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" 3762dependencies = [ 3763 "bitflags 2.11.0", 3764 "objc2", 3765 "objc2-core-foundation", 3766 "objc2-foundation", 3767] 3768 3769[[package]] 3770name = "objc2-web-kit" 3771version = "0.3.2" 3772source = "registry+https://github.com/rust-lang/crates.io-index" 3773checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f" 3774dependencies = [ 3775 "bitflags 2.11.0", 3776 "block2", 3777 "objc2", 3778 "objc2-app-kit", 3779 "objc2-core-foundation", 3780 "objc2-foundation", 3781 "objc2-javascript-core", 3782 "objc2-security", 3783] 3784 3785[[package]] 3786name = "oid-registry" 3787version = "0.7.1" 3788source = "registry+https://github.com/rust-lang/crates.io-index" 3789checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" 3790dependencies = [ 3791 "asn1-rs", 3792] 3793 3794[[package]] 3795name = "once_cell" 3796version = "1.21.3" 3797source = "registry+https://github.com/rust-lang/crates.io-index" 3798checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 3799 3800[[package]] 3801name = "once_cell_polyfill" 3802version = "1.70.2" 3803source = "registry+https://github.com/rust-lang/crates.io-index" 3804checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 3805 3806[[package]] 3807name = "opaque-debug" 3808version = "0.3.1" 3809source = "registry+https://github.com/rust-lang/crates.io-index" 3810checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 3811 3812[[package]] 3813name = "open" 3814version = "5.3.3" 3815source = "registry+https://github.com/rust-lang/crates.io-index" 3816checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc" 3817dependencies = [ 3818 "dunce", 3819 "is-wsl", 3820 "libc", 3821 "pathdiff", 3822] 3823 3824[[package]] 3825name = "openssl-probe" 3826version = "0.2.1" 3827source = "registry+https://github.com/rust-lang/crates.io-index" 3828checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 3829 3830[[package]] 3831name = "option-ext" 3832version = "0.2.0" 3833source = "registry+https://github.com/rust-lang/crates.io-index" 3834checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3835 3836[[package]] 3837name = "ordered-stream" 3838version = "0.2.0" 3839source = "registry+https://github.com/rust-lang/crates.io-index" 3840checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 3841dependencies = [ 3842 "futures-core", 3843 "pin-project-lite", 3844] 3845 3846[[package]] 3847name = "p256" 3848version = "0.13.2" 3849source = "registry+https://github.com/rust-lang/crates.io-index" 3850checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 3851dependencies = [ 3852 "ecdsa", 3853 "elliptic-curve", 3854 "primeorder", 3855 "sha2", 3856] 3857 3858[[package]] 3859name = "p384" 3860version = "0.13.1" 3861source = "registry+https://github.com/rust-lang/crates.io-index" 3862checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 3863dependencies = [ 3864 "ecdsa", 3865 "elliptic-curve", 3866 "primeorder", 3867 "sha2", 3868] 3869 3870[[package]] 3871name = "pango" 3872version = "0.18.3" 3873source = "registry+https://github.com/rust-lang/crates.io-index" 3874checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" 3875dependencies = [ 3876 "gio", 3877 "glib", 3878 "libc", 3879 "once_cell", 3880 "pango-sys", 3881] 3882 3883[[package]] 3884name = "pango-sys" 3885version = "0.18.0" 3886source = "registry+https://github.com/rust-lang/crates.io-index" 3887checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" 3888dependencies = [ 3889 "glib-sys", 3890 "gobject-sys", 3891 "libc", 3892 "system-deps", 3893] 3894 3895[[package]] 3896name = "parking" 3897version = "2.2.1" 3898source = "registry+https://github.com/rust-lang/crates.io-index" 3899checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3900 3901[[package]] 3902name = "parking_lot" 3903version = "0.12.5" 3904source = "registry+https://github.com/rust-lang/crates.io-index" 3905checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 3906dependencies = [ 3907 "lock_api", 3908 "parking_lot_core", 3909] 3910 3911[[package]] 3912name = "parking_lot_core" 3913version = "0.9.12" 3914source = "registry+https://github.com/rust-lang/crates.io-index" 3915checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 3916dependencies = [ 3917 "cfg-if", 3918 "libc", 3919 "redox_syscall", 3920 "smallvec", 3921 "windows-link 0.2.1", 3922] 3923 3924[[package]] 3925name = "paste" 3926version = "1.0.15" 3927source = "registry+https://github.com/rust-lang/crates.io-index" 3928checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3929 3930[[package]] 3931name = "pathdiff" 3932version = "0.2.3" 3933source = "registry+https://github.com/rust-lang/crates.io-index" 3934checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" 3935 3936[[package]] 3937name = "pem" 3938version = "3.0.6" 3939source = "registry+https://github.com/rust-lang/crates.io-index" 3940checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" 3941dependencies = [ 3942 "base64 0.22.1", 3943 "serde_core", 3944] 3945 3946[[package]] 3947name = "pem-rfc7468" 3948version = "0.7.0" 3949source = "registry+https://github.com/rust-lang/crates.io-index" 3950checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 3951dependencies = [ 3952 "base64ct", 3953] 3954 3955[[package]] 3956name = "percent-encoding" 3957version = "2.3.2" 3958source = "registry+https://github.com/rust-lang/crates.io-index" 3959checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 3960 3961[[package]] 3962name = "pharos" 3963version = "0.5.3" 3964source = "registry+https://github.com/rust-lang/crates.io-index" 3965checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" 3966dependencies = [ 3967 "futures", 3968 "rustc_version", 3969] 3970 3971[[package]] 3972name = "phf" 3973version = "0.8.0" 3974source = "registry+https://github.com/rust-lang/crates.io-index" 3975checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 3976dependencies = [ 3977 "phf_shared 0.8.0", 3978] 3979 3980[[package]] 3981name = "phf" 3982version = "0.10.1" 3983source = "registry+https://github.com/rust-lang/crates.io-index" 3984checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 3985dependencies = [ 3986 "phf_macros 0.10.0", 3987 "phf_shared 0.10.0", 3988 "proc-macro-hack", 3989] 3990 3991[[package]] 3992name = "phf" 3993version = "0.11.3" 3994source = "registry+https://github.com/rust-lang/crates.io-index" 3995checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 3996dependencies = [ 3997 "phf_macros 0.11.3", 3998 "phf_shared 0.11.3", 3999] 4000 4001[[package]] 4002name = "phf_codegen" 4003version = "0.8.0" 4004source = "registry+https://github.com/rust-lang/crates.io-index" 4005checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 4006dependencies = [ 4007 "phf_generator 0.8.0", 4008 "phf_shared 0.8.0", 4009] 4010 4011[[package]] 4012name = "phf_codegen" 4013version = "0.11.3" 4014source = "registry+https://github.com/rust-lang/crates.io-index" 4015checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 4016dependencies = [ 4017 "phf_generator 0.11.3", 4018 "phf_shared 0.11.3", 4019] 4020 4021[[package]] 4022name = "phf_generator" 4023version = "0.8.0" 4024source = "registry+https://github.com/rust-lang/crates.io-index" 4025checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 4026dependencies = [ 4027 "phf_shared 0.8.0", 4028 "rand 0.7.3", 4029] 4030 4031[[package]] 4032name = "phf_generator" 4033version = "0.10.0" 4034source = "registry+https://github.com/rust-lang/crates.io-index" 4035checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 4036dependencies = [ 4037 "phf_shared 0.10.0", 4038 "rand 0.8.5", 4039] 4040 4041[[package]] 4042name = "phf_generator" 4043version = "0.11.3" 4044source = "registry+https://github.com/rust-lang/crates.io-index" 4045checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 4046dependencies = [ 4047 "phf_shared 0.11.3", 4048 "rand 0.8.5", 4049] 4050 4051[[package]] 4052name = "phf_macros" 4053version = "0.10.0" 4054source = "registry+https://github.com/rust-lang/crates.io-index" 4055checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 4056dependencies = [ 4057 "phf_generator 0.10.0", 4058 "phf_shared 0.10.0", 4059 "proc-macro-hack", 4060 "proc-macro2", 4061 "quote", 4062 "syn 1.0.109", 4063] 4064 4065[[package]] 4066name = "phf_macros" 4067version = "0.11.3" 4068source = "registry+https://github.com/rust-lang/crates.io-index" 4069checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 4070dependencies = [ 4071 "phf_generator 0.11.3", 4072 "phf_shared 0.11.3", 4073 "proc-macro2", 4074 "quote", 4075 "syn 2.0.116", 4076] 4077 4078[[package]] 4079name = "phf_shared" 4080version = "0.8.0" 4081source = "registry+https://github.com/rust-lang/crates.io-index" 4082checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 4083dependencies = [ 4084 "siphasher 0.3.11", 4085] 4086 4087[[package]] 4088name = "phf_shared" 4089version = "0.10.0" 4090source = "registry+https://github.com/rust-lang/crates.io-index" 4091checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 4092dependencies = [ 4093 "siphasher 0.3.11", 4094] 4095 4096[[package]] 4097name = "phf_shared" 4098version = "0.11.3" 4099source = "registry+https://github.com/rust-lang/crates.io-index" 4100checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 4101dependencies = [ 4102 "siphasher 1.0.2", 4103] 4104 4105[[package]] 4106name = "pin-project-lite" 4107version = "0.2.16" 4108source = "registry+https://github.com/rust-lang/crates.io-index" 4109checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 4110 4111[[package]] 4112name = "pin-utils" 4113version = "0.1.0" 4114source = "registry+https://github.com/rust-lang/crates.io-index" 4115checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 4116 4117[[package]] 4118name = "piper" 4119version = "0.2.4" 4120source = "registry+https://github.com/rust-lang/crates.io-index" 4121checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 4122dependencies = [ 4123 "atomic-waker", 4124 "fastrand", 4125 "futures-io", 4126] 4127 4128[[package]] 4129name = "pkcs8" 4130version = "0.10.2" 4131source = "registry+https://github.com/rust-lang/crates.io-index" 4132checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 4133dependencies = [ 4134 "der", 4135 "spki", 4136] 4137 4138[[package]] 4139name = "pkg-config" 4140version = "0.3.32" 4141source = "registry+https://github.com/rust-lang/crates.io-index" 4142checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 4143 4144[[package]] 4145name = "plist" 4146version = "1.8.0" 4147source = "registry+https://github.com/rust-lang/crates.io-index" 4148checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" 4149dependencies = [ 4150 "base64 0.22.1", 4151 "indexmap 2.13.0", 4152 "quick-xml 0.38.4", 4153 "serde", 4154 "time", 4155] 4156 4157[[package]] 4158name = "png" 4159version = "0.17.16" 4160source = "registry+https://github.com/rust-lang/crates.io-index" 4161checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 4162dependencies = [ 4163 "bitflags 1.3.2", 4164 "crc32fast", 4165 "fdeflate", 4166 "flate2", 4167 "miniz_oxide", 4168] 4169 4170[[package]] 4171name = "polling" 4172version = "3.11.0" 4173source = "registry+https://github.com/rust-lang/crates.io-index" 4174checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 4175dependencies = [ 4176 "cfg-if", 4177 "concurrent-queue", 4178 "hermit-abi", 4179 "pin-project-lite", 4180 "rustix", 4181 "windows-sys 0.61.2", 4182] 4183 4184[[package]] 4185name = "poly1305" 4186version = "0.8.0" 4187source = "registry+https://github.com/rust-lang/crates.io-index" 4188checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" 4189dependencies = [ 4190 "cpufeatures 0.2.17", 4191 "opaque-debug", 4192 "universal-hash", 4193] 4194 4195[[package]] 4196name = "polyval" 4197version = "0.6.2" 4198source = "registry+https://github.com/rust-lang/crates.io-index" 4199checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" 4200dependencies = [ 4201 "cfg-if", 4202 "cpufeatures 0.2.17", 4203 "opaque-debug", 4204 "universal-hash", 4205] 4206 4207[[package]] 4208name = "portable-atomic" 4209version = "1.13.1" 4210source = "registry+https://github.com/rust-lang/crates.io-index" 4211checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 4212 4213[[package]] 4214name = "portable-atomic-util" 4215version = "0.2.5" 4216source = "registry+https://github.com/rust-lang/crates.io-index" 4217checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5" 4218dependencies = [ 4219 "portable-atomic", 4220] 4221 4222[[package]] 4223name = "potential_utf" 4224version = "0.1.4" 4225source = "registry+https://github.com/rust-lang/crates.io-index" 4226checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 4227dependencies = [ 4228 "zerovec", 4229] 4230 4231[[package]] 4232name = "powerfmt" 4233version = "0.2.0" 4234source = "registry+https://github.com/rust-lang/crates.io-index" 4235checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 4236 4237[[package]] 4238name = "ppv-lite86" 4239version = "0.2.21" 4240source = "registry+https://github.com/rust-lang/crates.io-index" 4241checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 4242dependencies = [ 4243 "zerocopy", 4244] 4245 4246[[package]] 4247name = "precomputed-hash" 4248version = "0.1.1" 4249source = "registry+https://github.com/rust-lang/crates.io-index" 4250checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 4251 4252[[package]] 4253name = "prettyplease" 4254version = "0.2.37" 4255source = "registry+https://github.com/rust-lang/crates.io-index" 4256checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 4257dependencies = [ 4258 "proc-macro2", 4259 "syn 2.0.116", 4260] 4261 4262[[package]] 4263name = "primeorder" 4264version = "0.13.6" 4265source = "registry+https://github.com/rust-lang/crates.io-index" 4266checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 4267dependencies = [ 4268 "elliptic-curve", 4269] 4270 4271[[package]] 4272name = "proc-macro-crate" 4273version = "1.3.1" 4274source = "registry+https://github.com/rust-lang/crates.io-index" 4275checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 4276dependencies = [ 4277 "once_cell", 4278 "toml_edit 0.19.15", 4279] 4280 4281[[package]] 4282name = "proc-macro-crate" 4283version = "2.0.2" 4284source = "registry+https://github.com/rust-lang/crates.io-index" 4285checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" 4286dependencies = [ 4287 "toml_datetime 0.6.3", 4288 "toml_edit 0.20.2", 4289] 4290 4291[[package]] 4292name = "proc-macro-crate" 4293version = "3.4.0" 4294source = "registry+https://github.com/rust-lang/crates.io-index" 4295checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 4296dependencies = [ 4297 "toml_edit 0.23.10+spec-1.0.0", 4298] 4299 4300[[package]] 4301name = "proc-macro-error" 4302version = "1.0.4" 4303source = "registry+https://github.com/rust-lang/crates.io-index" 4304checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 4305dependencies = [ 4306 "proc-macro-error-attr", 4307 "proc-macro2", 4308 "quote", 4309 "syn 1.0.109", 4310 "version_check", 4311] 4312 4313[[package]] 4314name = "proc-macro-error-attr" 4315version = "1.0.4" 4316source = "registry+https://github.com/rust-lang/crates.io-index" 4317checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 4318dependencies = [ 4319 "proc-macro2", 4320 "quote", 4321 "version_check", 4322] 4323 4324[[package]] 4325name = "proc-macro-hack" 4326version = "0.5.20+deprecated" 4327source = "registry+https://github.com/rust-lang/crates.io-index" 4328checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 4329 4330[[package]] 4331name = "proc-macro2" 4332version = "1.0.106" 4333source = "registry+https://github.com/rust-lang/crates.io-index" 4334checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 4335dependencies = [ 4336 "unicode-ident", 4337] 4338 4339[[package]] 4340name = "ptr_meta" 4341version = "0.1.4" 4342source = "registry+https://github.com/rust-lang/crates.io-index" 4343checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 4344dependencies = [ 4345 "ptr_meta_derive 0.1.4", 4346] 4347 4348[[package]] 4349name = "ptr_meta" 4350version = "0.3.1" 4351source = "registry+https://github.com/rust-lang/crates.io-index" 4352checksum = "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79" 4353dependencies = [ 4354 "ptr_meta_derive 0.3.1", 4355] 4356 4357[[package]] 4358name = "ptr_meta_derive" 4359version = "0.1.4" 4360source = "registry+https://github.com/rust-lang/crates.io-index" 4361checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 4362dependencies = [ 4363 "proc-macro2", 4364 "quote", 4365 "syn 1.0.109", 4366] 4367 4368[[package]] 4369name = "ptr_meta_derive" 4370version = "0.3.1" 4371source = "registry+https://github.com/rust-lang/crates.io-index" 4372checksum = "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1" 4373dependencies = [ 4374 "proc-macro2", 4375 "quote", 4376 "syn 2.0.116", 4377] 4378 4379[[package]] 4380name = "quick-xml" 4381version = "0.37.5" 4382source = "registry+https://github.com/rust-lang/crates.io-index" 4383checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" 4384dependencies = [ 4385 "memchr", 4386] 4387 4388[[package]] 4389name = "quick-xml" 4390version = "0.38.4" 4391source = "registry+https://github.com/rust-lang/crates.io-index" 4392checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 4393dependencies = [ 4394 "memchr", 4395] 4396 4397[[package]] 4398name = "quinn" 4399version = "0.11.9" 4400source = "registry+https://github.com/rust-lang/crates.io-index" 4401checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 4402dependencies = [ 4403 "bytes", 4404 "cfg_aliases", 4405 "pin-project-lite", 4406 "quinn-proto", 4407 "quinn-udp", 4408 "rustc-hash", 4409 "rustls 0.23.36", 4410 "socket2 0.6.2", 4411 "thiserror 2.0.18", 4412 "tokio", 4413 "tracing", 4414 "web-time", 4415] 4416 4417[[package]] 4418name = "quinn-proto" 4419version = "0.11.13" 4420source = "registry+https://github.com/rust-lang/crates.io-index" 4421checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 4422dependencies = [ 4423 "aws-lc-rs", 4424 "bytes", 4425 "getrandom 0.3.4", 4426 "lru-slab", 4427 "rand 0.9.2", 4428 "ring", 4429 "rustc-hash", 4430 "rustls 0.23.36", 4431 "rustls-pki-types", 4432 "slab", 4433 "thiserror 2.0.18", 4434 "tinyvec", 4435 "tracing", 4436 "web-time", 4437] 4438 4439[[package]] 4440name = "quinn-udp" 4441version = "0.5.14" 4442source = "registry+https://github.com/rust-lang/crates.io-index" 4443checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 4444dependencies = [ 4445 "cfg_aliases", 4446 "libc", 4447 "once_cell", 4448 "socket2 0.6.2", 4449 "tracing", 4450 "windows-sys 0.60.2", 4451] 4452 4453[[package]] 4454name = "quote" 4455version = "1.0.44" 4456source = "registry+https://github.com/rust-lang/crates.io-index" 4457checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 4458dependencies = [ 4459 "proc-macro2", 4460] 4461 4462[[package]] 4463name = "r-efi" 4464version = "5.3.0" 4465source = "registry+https://github.com/rust-lang/crates.io-index" 4466checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 4467 4468[[package]] 4469name = "radium" 4470version = "0.7.0" 4471source = "registry+https://github.com/rust-lang/crates.io-index" 4472checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 4473 4474[[package]] 4475name = "rancor" 4476version = "0.1.1" 4477source = "registry+https://github.com/rust-lang/crates.io-index" 4478checksum = "a063ea72381527c2a0561da9c80000ef822bdd7c3241b1cc1b12100e3df081ee" 4479dependencies = [ 4480 "ptr_meta 0.3.1", 4481] 4482 4483[[package]] 4484name = "rand" 4485version = "0.7.3" 4486source = "registry+https://github.com/rust-lang/crates.io-index" 4487checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 4488dependencies = [ 4489 "getrandom 0.1.16", 4490 "libc", 4491 "rand_chacha 0.2.2", 4492 "rand_core 0.5.1", 4493 "rand_hc", 4494 "rand_pcg", 4495] 4496 4497[[package]] 4498name = "rand" 4499version = "0.8.5" 4500source = "registry+https://github.com/rust-lang/crates.io-index" 4501checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4502dependencies = [ 4503 "libc", 4504 "rand_chacha 0.3.1", 4505 "rand_core 0.6.4", 4506] 4507 4508[[package]] 4509name = "rand" 4510version = "0.9.2" 4511source = "registry+https://github.com/rust-lang/crates.io-index" 4512checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 4513dependencies = [ 4514 "rand_chacha 0.9.0", 4515 "rand_core 0.9.5", 4516] 4517 4518[[package]] 4519name = "rand" 4520version = "0.10.0" 4521source = "registry+https://github.com/rust-lang/crates.io-index" 4522checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" 4523dependencies = [ 4524 "chacha20 0.10.0", 4525 "getrandom 0.4.1", 4526 "rand_core 0.10.0", 4527] 4528 4529[[package]] 4530name = "rand_chacha" 4531version = "0.2.2" 4532source = "registry+https://github.com/rust-lang/crates.io-index" 4533checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 4534dependencies = [ 4535 "ppv-lite86", 4536 "rand_core 0.5.1", 4537] 4538 4539[[package]] 4540name = "rand_chacha" 4541version = "0.3.1" 4542source = "registry+https://github.com/rust-lang/crates.io-index" 4543checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4544dependencies = [ 4545 "ppv-lite86", 4546 "rand_core 0.6.4", 4547] 4548 4549[[package]] 4550name = "rand_chacha" 4551version = "0.9.0" 4552source = "registry+https://github.com/rust-lang/crates.io-index" 4553checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 4554dependencies = [ 4555 "ppv-lite86", 4556 "rand_core 0.9.5", 4557] 4558 4559[[package]] 4560name = "rand_chacha" 4561version = "0.10.0" 4562source = "registry+https://github.com/rust-lang/crates.io-index" 4563checksum = "3e6af7f3e25ded52c41df4e0b1af2d047e45896c2f3281792ed68a1c243daedb" 4564dependencies = [ 4565 "ppv-lite86", 4566 "rand_core 0.10.0", 4567] 4568 4569[[package]] 4570name = "rand_core" 4571version = "0.5.1" 4572source = "registry+https://github.com/rust-lang/crates.io-index" 4573checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 4574dependencies = [ 4575 "getrandom 0.1.16", 4576] 4577 4578[[package]] 4579name = "rand_core" 4580version = "0.6.4" 4581source = "registry+https://github.com/rust-lang/crates.io-index" 4582checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4583dependencies = [ 4584 "getrandom 0.2.17", 4585] 4586 4587[[package]] 4588name = "rand_core" 4589version = "0.9.5" 4590source = "registry+https://github.com/rust-lang/crates.io-index" 4591checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 4592dependencies = [ 4593 "getrandom 0.3.4", 4594] 4595 4596[[package]] 4597name = "rand_core" 4598version = "0.10.0" 4599source = "registry+https://github.com/rust-lang/crates.io-index" 4600checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" 4601 4602[[package]] 4603name = "rand_hc" 4604version = "0.2.0" 4605source = "registry+https://github.com/rust-lang/crates.io-index" 4606checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 4607dependencies = [ 4608 "rand_core 0.5.1", 4609] 4610 4611[[package]] 4612name = "rand_pcg" 4613version = "0.2.1" 4614source = "registry+https://github.com/rust-lang/crates.io-index" 4615checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 4616dependencies = [ 4617 "rand_core 0.5.1", 4618] 4619 4620[[package]] 4621name = "raw-window-handle" 4622version = "0.6.2" 4623source = "registry+https://github.com/rust-lang/crates.io-index" 4624checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 4625 4626[[package]] 4627name = "rcgen" 4628version = "0.13.2" 4629source = "registry+https://github.com/rust-lang/crates.io-index" 4630checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" 4631dependencies = [ 4632 "pem", 4633 "ring", 4634 "rustls-pki-types", 4635 "time", 4636 "x509-parser", 4637 "yasna", 4638] 4639 4640[[package]] 4641name = "recvmsg" 4642version = "1.0.0" 4643source = "registry+https://github.com/rust-lang/crates.io-index" 4644checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" 4645 4646[[package]] 4647name = "redox_syscall" 4648version = "0.5.18" 4649source = "registry+https://github.com/rust-lang/crates.io-index" 4650checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 4651dependencies = [ 4652 "bitflags 2.11.0", 4653] 4654 4655[[package]] 4656name = "redox_users" 4657version = "0.5.2" 4658source = "registry+https://github.com/rust-lang/crates.io-index" 4659checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 4660dependencies = [ 4661 "getrandom 0.2.17", 4662 "libredox", 4663 "thiserror 2.0.18", 4664] 4665 4666[[package]] 4667name = "ref-cast" 4668version = "1.0.25" 4669source = "registry+https://github.com/rust-lang/crates.io-index" 4670checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 4671dependencies = [ 4672 "ref-cast-impl", 4673] 4674 4675[[package]] 4676name = "ref-cast-impl" 4677version = "1.0.25" 4678source = "registry+https://github.com/rust-lang/crates.io-index" 4679checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 4680dependencies = [ 4681 "proc-macro2", 4682 "quote", 4683 "syn 2.0.116", 4684] 4685 4686[[package]] 4687name = "regex" 4688version = "1.12.3" 4689source = "registry+https://github.com/rust-lang/crates.io-index" 4690checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 4691dependencies = [ 4692 "aho-corasick", 4693 "memchr", 4694 "regex-automata", 4695 "regex-syntax", 4696] 4697 4698[[package]] 4699name = "regex-automata" 4700version = "0.4.14" 4701source = "registry+https://github.com/rust-lang/crates.io-index" 4702checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 4703dependencies = [ 4704 "aho-corasick", 4705 "memchr", 4706 "regex-syntax", 4707] 4708 4709[[package]] 4710name = "regex-syntax" 4711version = "0.8.9" 4712source = "registry+https://github.com/rust-lang/crates.io-index" 4713checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" 4714 4715[[package]] 4716name = "rend" 4717version = "0.4.2" 4718source = "registry+https://github.com/rust-lang/crates.io-index" 4719checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 4720dependencies = [ 4721 "bytecheck 0.6.12", 4722] 4723 4724[[package]] 4725name = "rend" 4726version = "0.5.3" 4727source = "registry+https://github.com/rust-lang/crates.io-index" 4728checksum = "cadadef317c2f20755a64d7fdc48f9e7178ee6b0e1f7fce33fa60f1d68a276e6" 4729dependencies = [ 4730 "bytecheck 0.8.2", 4731] 4732 4733[[package]] 4734name = "reqwest" 4735version = "0.13.2" 4736source = "registry+https://github.com/rust-lang/crates.io-index" 4737checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" 4738dependencies = [ 4739 "base64 0.22.1", 4740 "bytes", 4741 "encoding_rs", 4742 "futures-core", 4743 "futures-util", 4744 "h2", 4745 "http", 4746 "http-body", 4747 "http-body-util", 4748 "hyper", 4749 "hyper-rustls", 4750 "hyper-util", 4751 "js-sys", 4752 "log", 4753 "mime", 4754 "percent-encoding", 4755 "pin-project-lite", 4756 "quinn", 4757 "rustls 0.23.36", 4758 "rustls-pki-types", 4759 "rustls-platform-verifier", 4760 "serde", 4761 "serde_json", 4762 "sync_wrapper", 4763 "tokio", 4764 "tokio-rustls", 4765 "tokio-util", 4766 "tower", 4767 "tower-http", 4768 "tower-service", 4769 "url", 4770 "wasm-bindgen", 4771 "wasm-bindgen-futures", 4772 "wasm-streams", 4773 "web-sys", 4774] 4775 4776[[package]] 4777name = "rfc6979" 4778version = "0.4.0" 4779source = "registry+https://github.com/rust-lang/crates.io-index" 4780checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 4781dependencies = [ 4782 "hmac", 4783 "subtle", 4784] 4785 4786[[package]] 4787name = "rfd" 4788version = "0.16.0" 4789source = "registry+https://github.com/rust-lang/crates.io-index" 4790checksum = "a15ad77d9e70a92437d8f74c35d99b4e4691128df018833e99f90bcd36152672" 4791dependencies = [ 4792 "block2", 4793 "dispatch2", 4794 "glib-sys", 4795 "gobject-sys", 4796 "gtk-sys", 4797 "js-sys", 4798 "log", 4799 "objc2", 4800 "objc2-app-kit", 4801 "objc2-core-foundation", 4802 "objc2-foundation", 4803 "raw-window-handle", 4804 "wasm-bindgen", 4805 "wasm-bindgen-futures", 4806 "web-sys", 4807 "windows-sys 0.60.2", 4808] 4809 4810[[package]] 4811name = "ring" 4812version = "0.17.14" 4813source = "registry+https://github.com/rust-lang/crates.io-index" 4814checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 4815dependencies = [ 4816 "cc", 4817 "cfg-if", 4818 "getrandom 0.2.17", 4819 "libc", 4820 "untrusted", 4821 "windows-sys 0.52.0", 4822] 4823 4824[[package]] 4825name = "rkyv" 4826version = "0.7.46" 4827source = "registry+https://github.com/rust-lang/crates.io-index" 4828checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1" 4829dependencies = [ 4830 "bitvec", 4831 "bytecheck 0.6.12", 4832 "bytes", 4833 "hashbrown 0.12.3", 4834 "ptr_meta 0.1.4", 4835 "rend 0.4.2", 4836 "rkyv_derive 0.7.46", 4837 "seahash", 4838 "tinyvec", 4839 "uuid", 4840] 4841 4842[[package]] 4843name = "rkyv" 4844version = "0.8.15" 4845source = "registry+https://github.com/rust-lang/crates.io-index" 4846checksum = "1a30e631b7f4a03dee9056b8ef6982e8ba371dd5bedb74d3ec86df4499132c70" 4847dependencies = [ 4848 "bytecheck 0.8.2", 4849 "bytes", 4850 "hashbrown 0.16.1", 4851 "indexmap 2.13.0", 4852 "munge", 4853 "ptr_meta 0.3.1", 4854 "rancor", 4855 "rend 0.5.3", 4856 "rkyv_derive 0.8.15", 4857 "tinyvec", 4858 "uuid", 4859] 4860 4861[[package]] 4862name = "rkyv_derive" 4863version = "0.7.46" 4864source = "registry+https://github.com/rust-lang/crates.io-index" 4865checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5" 4866dependencies = [ 4867 "proc-macro2", 4868 "quote", 4869 "syn 1.0.109", 4870] 4871 4872[[package]] 4873name = "rkyv_derive" 4874version = "0.8.15" 4875source = "registry+https://github.com/rust-lang/crates.io-index" 4876checksum = "8100bb34c0a1d0f907143db3149e6b4eea3c33b9ee8b189720168e818303986f" 4877dependencies = [ 4878 "proc-macro2", 4879 "quote", 4880 "syn 2.0.116", 4881] 4882 4883[[package]] 4884name = "rmp" 4885version = "0.8.15" 4886source = "registry+https://github.com/rust-lang/crates.io-index" 4887checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" 4888dependencies = [ 4889 "num-traits", 4890] 4891 4892[[package]] 4893name = "rmp-serde" 4894version = "1.3.1" 4895source = "registry+https://github.com/rust-lang/crates.io-index" 4896checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" 4897dependencies = [ 4898 "rmp", 4899 "serde", 4900] 4901 4902[[package]] 4903name = "rtcp" 4904version = "0.17.1" 4905source = "registry+https://github.com/rust-lang/crates.io-index" 4906checksum = "cb22f1cc99aea8152fdae6a4bc52a9caddf4bd1ff083d897c1f9f279956177e8" 4907dependencies = [ 4908 "bytes", 4909 "thiserror 1.0.69", 4910 "webrtc-util", 4911] 4912 4913[[package]] 4914name = "rtp" 4915version = "0.17.1" 4916source = "registry+https://github.com/rust-lang/crates.io-index" 4917checksum = "f8d41f3565d9add11caabe7c61745517f4ef511c168a6aa2b59ce4c701802cde" 4918dependencies = [ 4919 "bytes", 4920 "memchr", 4921 "portable-atomic", 4922 "rand 0.9.2", 4923 "serde", 4924 "thiserror 1.0.69", 4925 "webrtc-util", 4926] 4927 4928[[package]] 4929name = "rust_decimal" 4930version = "1.40.0" 4931source = "registry+https://github.com/rust-lang/crates.io-index" 4932checksum = "61f703d19852dbf87cbc513643fa81428361eb6940f1ac14fd58155d295a3eb0" 4933dependencies = [ 4934 "arrayvec", 4935 "borsh", 4936 "bytes", 4937 "num-traits", 4938 "rand 0.8.5", 4939 "rkyv 0.7.46", 4940 "serde", 4941 "serde_json", 4942] 4943 4944[[package]] 4945name = "rustc-hash" 4946version = "2.1.1" 4947source = "registry+https://github.com/rust-lang/crates.io-index" 4948checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4949 4950[[package]] 4951name = "rustc_version" 4952version = "0.4.1" 4953source = "registry+https://github.com/rust-lang/crates.io-index" 4954checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4955dependencies = [ 4956 "semver", 4957] 4958 4959[[package]] 4960name = "rusticata-macros" 4961version = "4.1.0" 4962source = "registry+https://github.com/rust-lang/crates.io-index" 4963checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 4964dependencies = [ 4965 "nom", 4966] 4967 4968[[package]] 4969name = "rustix" 4970version = "1.1.3" 4971source = "registry+https://github.com/rust-lang/crates.io-index" 4972checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 4973dependencies = [ 4974 "bitflags 2.11.0", 4975 "errno", 4976 "libc", 4977 "linux-raw-sys", 4978 "windows-sys 0.61.2", 4979] 4980 4981[[package]] 4982name = "rustls" 4983version = "0.21.12" 4984source = "registry+https://github.com/rust-lang/crates.io-index" 4985checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 4986dependencies = [ 4987 "log", 4988 "ring", 4989 "rustls-webpki 0.101.7", 4990 "sct", 4991] 4992 4993[[package]] 4994name = "rustls" 4995version = "0.23.36" 4996source = "registry+https://github.com/rust-lang/crates.io-index" 4997checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" 4998dependencies = [ 4999 "aws-lc-rs", 5000 "once_cell", 5001 "ring", 5002 "rustls-pki-types", 5003 "rustls-webpki 0.103.9", 5004 "subtle", 5005 "zeroize", 5006] 5007 5008[[package]] 5009name = "rustls-native-certs" 5010version = "0.8.3" 5011source = "registry+https://github.com/rust-lang/crates.io-index" 5012checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" 5013dependencies = [ 5014 "openssl-probe", 5015 "rustls-pki-types", 5016 "schannel", 5017 "security-framework", 5018] 5019 5020[[package]] 5021name = "rustls-pemfile" 5022version = "1.0.4" 5023source = "registry+https://github.com/rust-lang/crates.io-index" 5024checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 5025dependencies = [ 5026 "base64 0.21.7", 5027] 5028 5029[[package]] 5030name = "rustls-pki-types" 5031version = "1.14.0" 5032source = "registry+https://github.com/rust-lang/crates.io-index" 5033checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 5034dependencies = [ 5035 "web-time", 5036 "zeroize", 5037] 5038 5039[[package]] 5040name = "rustls-platform-verifier" 5041version = "0.6.2" 5042source = "registry+https://github.com/rust-lang/crates.io-index" 5043checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" 5044dependencies = [ 5045 "core-foundation 0.10.1", 5046 "core-foundation-sys", 5047 "jni", 5048 "log", 5049 "once_cell", 5050 "rustls 0.23.36", 5051 "rustls-native-certs", 5052 "rustls-platform-verifier-android", 5053 "rustls-webpki 0.103.9", 5054 "security-framework", 5055 "security-framework-sys", 5056 "webpki-root-certs", 5057 "windows-sys 0.61.2", 5058] 5059 5060[[package]] 5061name = "rustls-platform-verifier-android" 5062version = "0.1.1" 5063source = "registry+https://github.com/rust-lang/crates.io-index" 5064checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" 5065 5066[[package]] 5067name = "rustls-webpki" 5068version = "0.101.7" 5069source = "registry+https://github.com/rust-lang/crates.io-index" 5070checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 5071dependencies = [ 5072 "ring", 5073 "untrusted", 5074] 5075 5076[[package]] 5077name = "rustls-webpki" 5078version = "0.103.9" 5079source = "registry+https://github.com/rust-lang/crates.io-index" 5080checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 5081dependencies = [ 5082 "aws-lc-rs", 5083 "ring", 5084 "rustls-pki-types", 5085 "untrusted", 5086] 5087 5088[[package]] 5089name = "rustversion" 5090version = "1.0.22" 5091source = "registry+https://github.com/rust-lang/crates.io-index" 5092checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 5093 5094[[package]] 5095name = "ryu" 5096version = "1.0.23" 5097source = "registry+https://github.com/rust-lang/crates.io-index" 5098checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 5099 5100[[package]] 5101name = "same-file" 5102version = "1.0.6" 5103source = "registry+https://github.com/rust-lang/crates.io-index" 5104checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 5105dependencies = [ 5106 "winapi-util", 5107] 5108 5109[[package]] 5110name = "schannel" 5111version = "0.1.28" 5112source = "registry+https://github.com/rust-lang/crates.io-index" 5113checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 5114dependencies = [ 5115 "windows-sys 0.61.2", 5116] 5117 5118[[package]] 5119name = "schemars" 5120version = "0.8.22" 5121source = "registry+https://github.com/rust-lang/crates.io-index" 5122checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" 5123dependencies = [ 5124 "dyn-clone", 5125 "indexmap 1.9.3", 5126 "schemars_derive", 5127 "serde", 5128 "serde_json", 5129 "url", 5130 "uuid", 5131] 5132 5133[[package]] 5134name = "schemars" 5135version = "0.9.0" 5136source = "registry+https://github.com/rust-lang/crates.io-index" 5137checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 5138dependencies = [ 5139 "dyn-clone", 5140 "ref-cast", 5141 "serde", 5142 "serde_json", 5143] 5144 5145[[package]] 5146name = "schemars" 5147version = "1.2.1" 5148source = "registry+https://github.com/rust-lang/crates.io-index" 5149checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" 5150dependencies = [ 5151 "dyn-clone", 5152 "ref-cast", 5153 "serde", 5154 "serde_json", 5155] 5156 5157[[package]] 5158name = "schemars_derive" 5159version = "0.8.22" 5160source = "registry+https://github.com/rust-lang/crates.io-index" 5161checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" 5162dependencies = [ 5163 "proc-macro2", 5164 "quote", 5165 "serde_derive_internals", 5166 "syn 2.0.116", 5167] 5168 5169[[package]] 5170name = "scopeguard" 5171version = "1.2.0" 5172source = "registry+https://github.com/rust-lang/crates.io-index" 5173checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 5174 5175[[package]] 5176name = "sct" 5177version = "0.7.1" 5178source = "registry+https://github.com/rust-lang/crates.io-index" 5179checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 5180dependencies = [ 5181 "ring", 5182 "untrusted", 5183] 5184 5185[[package]] 5186name = "sdp" 5187version = "0.17.1" 5188source = "registry+https://github.com/rust-lang/crates.io-index" 5189checksum = "22c3b0257608d7de4de4c4ea650ccc2e6e3e45e3cd80039fcdee768bcb449253" 5190dependencies = [ 5191 "rand 0.9.2", 5192 "substring", 5193 "thiserror 1.0.69", 5194 "url", 5195] 5196 5197[[package]] 5198name = "seahash" 5199version = "4.1.0" 5200source = "registry+https://github.com/rust-lang/crates.io-index" 5201checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 5202 5203[[package]] 5204name = "sec1" 5205version = "0.7.3" 5206source = "registry+https://github.com/rust-lang/crates.io-index" 5207checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 5208dependencies = [ 5209 "base16ct", 5210 "der", 5211 "generic-array", 5212 "pkcs8", 5213 "subtle", 5214 "zeroize", 5215] 5216 5217[[package]] 5218name = "security-framework" 5219version = "3.6.0" 5220source = "registry+https://github.com/rust-lang/crates.io-index" 5221checksum = "d17b898a6d6948c3a8ee4372c17cb384f90d2e6e912ef00895b14fd7ab54ec38" 5222dependencies = [ 5223 "bitflags 2.11.0", 5224 "core-foundation 0.10.1", 5225 "core-foundation-sys", 5226 "libc", 5227 "security-framework-sys", 5228] 5229 5230[[package]] 5231name = "security-framework-sys" 5232version = "2.16.0" 5233source = "registry+https://github.com/rust-lang/crates.io-index" 5234checksum = "321c8673b092a9a42605034a9879d73cb79101ed5fd117bc9a597b89b4e9e61a" 5235dependencies = [ 5236 "core-foundation-sys", 5237 "libc", 5238] 5239 5240[[package]] 5241name = "selectors" 5242version = "0.24.0" 5243source = "registry+https://github.com/rust-lang/crates.io-index" 5244checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416" 5245dependencies = [ 5246 "bitflags 1.3.2", 5247 "cssparser", 5248 "derive_more 0.99.20", 5249 "fxhash", 5250 "log", 5251 "phf 0.8.0", 5252 "phf_codegen 0.8.0", 5253 "precomputed-hash", 5254 "servo_arc", 5255 "smallvec", 5256] 5257 5258[[package]] 5259name = "semver" 5260version = "1.0.27" 5261source = "registry+https://github.com/rust-lang/crates.io-index" 5262checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 5263dependencies = [ 5264 "serde", 5265 "serde_core", 5266] 5267 5268[[package]] 5269name = "send_wrapper" 5270version = "0.4.0" 5271source = "registry+https://github.com/rust-lang/crates.io-index" 5272checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" 5273 5274[[package]] 5275name = "send_wrapper" 5276version = "0.6.0" 5277source = "registry+https://github.com/rust-lang/crates.io-index" 5278checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 5279 5280[[package]] 5281name = "serde" 5282version = "1.0.228" 5283source = "registry+https://github.com/rust-lang/crates.io-index" 5284checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 5285dependencies = [ 5286 "serde_core", 5287 "serde_derive", 5288] 5289 5290[[package]] 5291name = "serde-untagged" 5292version = "0.1.9" 5293source = "registry+https://github.com/rust-lang/crates.io-index" 5294checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058" 5295dependencies = [ 5296 "erased-serde", 5297 "serde", 5298 "serde_core", 5299 "typeid", 5300] 5301 5302[[package]] 5303name = "serde-wasm-bindgen" 5304version = "0.6.5" 5305source = "registry+https://github.com/rust-lang/crates.io-index" 5306checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b" 5307dependencies = [ 5308 "js-sys", 5309 "serde", 5310 "wasm-bindgen", 5311] 5312 5313[[package]] 5314name = "serde_core" 5315version = "1.0.228" 5316source = "registry+https://github.com/rust-lang/crates.io-index" 5317checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 5318dependencies = [ 5319 "serde_derive", 5320] 5321 5322[[package]] 5323name = "serde_derive" 5324version = "1.0.228" 5325source = "registry+https://github.com/rust-lang/crates.io-index" 5326checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 5327dependencies = [ 5328 "proc-macro2", 5329 "quote", 5330 "syn 2.0.116", 5331] 5332 5333[[package]] 5334name = "serde_derive_internals" 5335version = "0.29.1" 5336source = "registry+https://github.com/rust-lang/crates.io-index" 5337checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 5338dependencies = [ 5339 "proc-macro2", 5340 "quote", 5341 "syn 2.0.116", 5342] 5343 5344[[package]] 5345name = "serde_json" 5346version = "1.0.149" 5347source = "registry+https://github.com/rust-lang/crates.io-index" 5348checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 5349dependencies = [ 5350 "itoa", 5351 "memchr", 5352 "serde", 5353 "serde_core", 5354 "zmij", 5355] 5356 5357[[package]] 5358name = "serde_path_to_error" 5359version = "0.1.20" 5360source = "registry+https://github.com/rust-lang/crates.io-index" 5361checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 5362dependencies = [ 5363 "itoa", 5364 "serde", 5365 "serde_core", 5366] 5367 5368[[package]] 5369name = "serde_repr" 5370version = "0.1.20" 5371source = "registry+https://github.com/rust-lang/crates.io-index" 5372checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 5373dependencies = [ 5374 "proc-macro2", 5375 "quote", 5376 "syn 2.0.116", 5377] 5378 5379[[package]] 5380name = "serde_spanned" 5381version = "0.6.9" 5382source = "registry+https://github.com/rust-lang/crates.io-index" 5383checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 5384dependencies = [ 5385 "serde", 5386] 5387 5388[[package]] 5389name = "serde_spanned" 5390version = "1.0.4" 5391source = "registry+https://github.com/rust-lang/crates.io-index" 5392checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 5393dependencies = [ 5394 "serde_core", 5395] 5396 5397[[package]] 5398name = "serde_urlencoded" 5399version = "0.7.1" 5400source = "registry+https://github.com/rust-lang/crates.io-index" 5401checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 5402dependencies = [ 5403 "form_urlencoded", 5404 "itoa", 5405 "ryu", 5406 "serde", 5407] 5408 5409[[package]] 5410name = "serde_with" 5411version = "3.16.1" 5412source = "registry+https://github.com/rust-lang/crates.io-index" 5413checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" 5414dependencies = [ 5415 "base64 0.22.1", 5416 "chrono", 5417 "hex", 5418 "indexmap 1.9.3", 5419 "indexmap 2.13.0", 5420 "schemars 0.9.0", 5421 "schemars 1.2.1", 5422 "serde_core", 5423 "serde_json", 5424 "serde_with_macros", 5425 "time", 5426] 5427 5428[[package]] 5429name = "serde_with_macros" 5430version = "3.16.1" 5431source = "registry+https://github.com/rust-lang/crates.io-index" 5432checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" 5433dependencies = [ 5434 "darling", 5435 "proc-macro2", 5436 "quote", 5437 "syn 2.0.116", 5438] 5439 5440[[package]] 5441name = "serialize-to-javascript" 5442version = "0.1.2" 5443source = "registry+https://github.com/rust-lang/crates.io-index" 5444checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5" 5445dependencies = [ 5446 "serde", 5447 "serde_json", 5448 "serialize-to-javascript-impl", 5449] 5450 5451[[package]] 5452name = "serialize-to-javascript-impl" 5453version = "0.1.2" 5454source = "registry+https://github.com/rust-lang/crates.io-index" 5455checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d" 5456dependencies = [ 5457 "proc-macro2", 5458 "quote", 5459 "syn 2.0.116", 5460] 5461 5462[[package]] 5463name = "servo_arc" 5464version = "0.2.0" 5465source = "registry+https://github.com/rust-lang/crates.io-index" 5466checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741" 5467dependencies = [ 5468 "nodrop", 5469 "stable_deref_trait", 5470] 5471 5472[[package]] 5473name = "sha1" 5474version = "0.10.6" 5475source = "registry+https://github.com/rust-lang/crates.io-index" 5476checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 5477dependencies = [ 5478 "cfg-if", 5479 "cpufeatures 0.2.17", 5480 "digest", 5481] 5482 5483[[package]] 5484name = "sha2" 5485version = "0.10.9" 5486source = "registry+https://github.com/rust-lang/crates.io-index" 5487checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 5488dependencies = [ 5489 "cfg-if", 5490 "cpufeatures 0.2.17", 5491 "digest", 5492] 5493 5494[[package]] 5495name = "shlex" 5496version = "1.3.0" 5497source = "registry+https://github.com/rust-lang/crates.io-index" 5498checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 5499 5500[[package]] 5501name = "signal-hook-registry" 5502version = "1.4.8" 5503source = "registry+https://github.com/rust-lang/crates.io-index" 5504checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 5505dependencies = [ 5506 "errno", 5507 "libc", 5508] 5509 5510[[package]] 5511name = "signature" 5512version = "2.2.0" 5513source = "registry+https://github.com/rust-lang/crates.io-index" 5514checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 5515dependencies = [ 5516 "digest", 5517 "rand_core 0.6.4", 5518] 5519 5520[[package]] 5521name = "simd-adler32" 5522version = "0.3.8" 5523source = "registry+https://github.com/rust-lang/crates.io-index" 5524checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 5525 5526[[package]] 5527name = "simdutf8" 5528version = "0.1.5" 5529source = "registry+https://github.com/rust-lang/crates.io-index" 5530checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 5531 5532[[package]] 5533name = "siphasher" 5534version = "0.3.11" 5535source = "registry+https://github.com/rust-lang/crates.io-index" 5536checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 5537 5538[[package]] 5539name = "siphasher" 5540version = "1.0.2" 5541source = "registry+https://github.com/rust-lang/crates.io-index" 5542checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 5543 5544[[package]] 5545name = "slab" 5546version = "0.4.12" 5547source = "registry+https://github.com/rust-lang/crates.io-index" 5548checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 5549 5550[[package]] 5551name = "smallvec" 5552version = "1.15.1" 5553source = "registry+https://github.com/rust-lang/crates.io-index" 5554checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 5555 5556[[package]] 5557name = "smol_str" 5558version = "0.2.2" 5559source = "registry+https://github.com/rust-lang/crates.io-index" 5560checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 5561dependencies = [ 5562 "serde", 5563] 5564 5565[[package]] 5566name = "socket2" 5567version = "0.5.10" 5568source = "registry+https://github.com/rust-lang/crates.io-index" 5569checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 5570dependencies = [ 5571 "libc", 5572 "windows-sys 0.52.0", 5573] 5574 5575[[package]] 5576name = "socket2" 5577version = "0.6.2" 5578source = "registry+https://github.com/rust-lang/crates.io-index" 5579checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 5580dependencies = [ 5581 "libc", 5582 "windows-sys 0.60.2", 5583] 5584 5585[[package]] 5586name = "softbuffer" 5587version = "0.4.8" 5588source = "registry+https://github.com/rust-lang/crates.io-index" 5589checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3" 5590dependencies = [ 5591 "bytemuck", 5592 "js-sys", 5593 "ndk", 5594 "objc2", 5595 "objc2-core-foundation", 5596 "objc2-core-graphics", 5597 "objc2-foundation", 5598 "objc2-quartz-core", 5599 "raw-window-handle", 5600 "redox_syscall", 5601 "tracing", 5602 "wasm-bindgen", 5603 "web-sys", 5604 "windows-sys 0.61.2", 5605] 5606 5607[[package]] 5608name = "soup3" 5609version = "0.5.0" 5610source = "registry+https://github.com/rust-lang/crates.io-index" 5611checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f" 5612dependencies = [ 5613 "futures-channel", 5614 "gio", 5615 "glib", 5616 "libc", 5617 "soup3-sys", 5618] 5619 5620[[package]] 5621name = "soup3-sys" 5622version = "0.5.0" 5623source = "registry+https://github.com/rust-lang/crates.io-index" 5624checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27" 5625dependencies = [ 5626 "gio-sys", 5627 "glib-sys", 5628 "gobject-sys", 5629 "libc", 5630 "system-deps", 5631] 5632 5633[[package]] 5634name = "specta" 5635version = "2.0.0-rc.22" 5636source = "registry+https://github.com/rust-lang/crates.io-index" 5637checksum = "ab7f01e9310a820edd31c80fde3cae445295adde21a3f9416517d7d65015b971" 5638dependencies = [ 5639 "chrono", 5640 "ctor", 5641 "paste", 5642 "specta-macros", 5643 "thiserror 1.0.69", 5644 "uuid", 5645] 5646 5647[[package]] 5648name = "specta-macros" 5649version = "2.0.0-rc.18" 5650source = "registry+https://github.com/rust-lang/crates.io-index" 5651checksum = "c0074b9e30ed84c6924eb63ad8d2fe71cdc82628525d84b1fcb1f2fd40676517" 5652dependencies = [ 5653 "Inflector", 5654 "proc-macro2", 5655 "quote", 5656 "syn 2.0.116", 5657] 5658 5659[[package]] 5660name = "specta-serde" 5661version = "0.0.9" 5662source = "registry+https://github.com/rust-lang/crates.io-index" 5663checksum = "77216504061374659e7245eac53d30c7b3e5fe64b88da97c753e7184b0781e63" 5664dependencies = [ 5665 "specta", 5666 "thiserror 1.0.69", 5667] 5668 5669[[package]] 5670name = "specta-typescript" 5671version = "0.0.9" 5672source = "registry+https://github.com/rust-lang/crates.io-index" 5673checksum = "3220a0c365e51e248ac98eab5a6a32f544ff6f961906f09d3ee10903a4f52b2d" 5674dependencies = [ 5675 "specta", 5676 "specta-serde", 5677 "thiserror 1.0.69", 5678] 5679 5680[[package]] 5681name = "spki" 5682version = "0.7.3" 5683source = "registry+https://github.com/rust-lang/crates.io-index" 5684checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 5685dependencies = [ 5686 "base64ct", 5687 "der", 5688] 5689 5690[[package]] 5691name = "stable_deref_trait" 5692version = "1.2.1" 5693source = "registry+https://github.com/rust-lang/crates.io-index" 5694checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 5695 5696[[package]] 5697name = "string_cache" 5698version = "0.8.9" 5699source = "registry+https://github.com/rust-lang/crates.io-index" 5700checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 5701dependencies = [ 5702 "new_debug_unreachable", 5703 "parking_lot", 5704 "phf_shared 0.11.3", 5705 "precomputed-hash", 5706 "serde", 5707] 5708 5709[[package]] 5710name = "string_cache_codegen" 5711version = "0.5.4" 5712source = "registry+https://github.com/rust-lang/crates.io-index" 5713checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 5714dependencies = [ 5715 "phf_generator 0.11.3", 5716 "phf_shared 0.11.3", 5717 "proc-macro2", 5718 "quote", 5719] 5720 5721[[package]] 5722name = "strsim" 5723version = "0.11.1" 5724source = "registry+https://github.com/rust-lang/crates.io-index" 5725checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 5726 5727[[package]] 5728name = "stun" 5729version = "0.17.1" 5730source = "registry+https://github.com/rust-lang/crates.io-index" 5731checksum = "2e0fd33c04d4617df42c9c84c698511c59f59869629fb7a193067eec41bce347" 5732dependencies = [ 5733 "base64 0.22.1", 5734 "crc", 5735 "lazy_static", 5736 "md-5", 5737 "rand 0.9.2", 5738 "ring", 5739 "subtle", 5740 "thiserror 1.0.69", 5741 "tokio", 5742 "url", 5743 "webrtc-util", 5744] 5745 5746[[package]] 5747name = "substring" 5748version = "1.4.5" 5749source = "registry+https://github.com/rust-lang/crates.io-index" 5750checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86" 5751dependencies = [ 5752 "autocfg", 5753] 5754 5755[[package]] 5756name = "subtle" 5757version = "2.6.1" 5758source = "registry+https://github.com/rust-lang/crates.io-index" 5759checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 5760 5761[[package]] 5762name = "swift-rs" 5763version = "1.0.7" 5764source = "registry+https://github.com/rust-lang/crates.io-index" 5765checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7" 5766dependencies = [ 5767 "base64 0.21.7", 5768 "serde", 5769 "serde_json", 5770] 5771 5772[[package]] 5773name = "syn" 5774version = "1.0.109" 5775source = "registry+https://github.com/rust-lang/crates.io-index" 5776checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 5777dependencies = [ 5778 "proc-macro2", 5779 "quote", 5780 "unicode-ident", 5781] 5782 5783[[package]] 5784name = "syn" 5785version = "2.0.116" 5786source = "registry+https://github.com/rust-lang/crates.io-index" 5787checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" 5788dependencies = [ 5789 "proc-macro2", 5790 "quote", 5791 "unicode-ident", 5792] 5793 5794[[package]] 5795name = "sync_wrapper" 5796version = "1.0.2" 5797source = "registry+https://github.com/rust-lang/crates.io-index" 5798checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 5799dependencies = [ 5800 "futures-core", 5801] 5802 5803[[package]] 5804name = "synstructure" 5805version = "0.13.2" 5806source = "registry+https://github.com/rust-lang/crates.io-index" 5807checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 5808dependencies = [ 5809 "proc-macro2", 5810 "quote", 5811 "syn 2.0.116", 5812] 5813 5814[[package]] 5815name = "system-configuration" 5816version = "0.7.0" 5817source = "registry+https://github.com/rust-lang/crates.io-index" 5818checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 5819dependencies = [ 5820 "bitflags 2.11.0", 5821 "core-foundation 0.9.4", 5822 "system-configuration-sys", 5823] 5824 5825[[package]] 5826name = "system-configuration-sys" 5827version = "0.6.0" 5828source = "registry+https://github.com/rust-lang/crates.io-index" 5829checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 5830dependencies = [ 5831 "core-foundation-sys", 5832 "libc", 5833] 5834 5835[[package]] 5836name = "system-deps" 5837version = "6.2.2" 5838source = "registry+https://github.com/rust-lang/crates.io-index" 5839checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 5840dependencies = [ 5841 "cfg-expr", 5842 "heck 0.5.0", 5843 "pkg-config", 5844 "toml 0.8.2", 5845 "version-compare", 5846] 5847 5848[[package]] 5849name = "tao" 5850version = "0.34.5" 5851source = "registry+https://github.com/rust-lang/crates.io-index" 5852checksum = "f3a753bdc39c07b192151523a3f77cd0394aa75413802c883a0f6f6a0e5ee2e7" 5853dependencies = [ 5854 "bitflags 2.11.0", 5855 "block2", 5856 "core-foundation 0.10.1", 5857 "core-graphics", 5858 "crossbeam-channel", 5859 "dispatch", 5860 "dlopen2", 5861 "dpi", 5862 "gdkwayland-sys", 5863 "gdkx11-sys", 5864 "gtk", 5865 "jni", 5866 "lazy_static", 5867 "libc", 5868 "log", 5869 "ndk", 5870 "ndk-context", 5871 "ndk-sys", 5872 "objc2", 5873 "objc2-app-kit", 5874 "objc2-foundation", 5875 "once_cell", 5876 "parking_lot", 5877 "raw-window-handle", 5878 "scopeguard", 5879 "tao-macros", 5880 "unicode-segmentation", 5881 "url", 5882 "windows", 5883 "windows-core 0.61.2", 5884 "windows-version", 5885 "x11-dl", 5886] 5887 5888[[package]] 5889name = "tao-macros" 5890version = "0.1.3" 5891source = "registry+https://github.com/rust-lang/crates.io-index" 5892checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd" 5893dependencies = [ 5894 "proc-macro2", 5895 "quote", 5896 "syn 2.0.116", 5897] 5898 5899[[package]] 5900name = "tap" 5901version = "1.0.1" 5902source = "registry+https://github.com/rust-lang/crates.io-index" 5903checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 5904 5905[[package]] 5906name = "target-lexicon" 5907version = "0.12.16" 5908source = "registry+https://github.com/rust-lang/crates.io-index" 5909checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 5910 5911[[package]] 5912name = "tauri" 5913version = "2.10.2" 5914source = "registry+https://github.com/rust-lang/crates.io-index" 5915checksum = "463ae8677aa6d0f063a900b9c41ecd4ac2b7ca82f0b058cc4491540e55b20129" 5916dependencies = [ 5917 "anyhow", 5918 "bytes", 5919 "cookie", 5920 "dirs", 5921 "dunce", 5922 "embed_plist", 5923 "getrandom 0.3.4", 5924 "glob", 5925 "gtk", 5926 "heck 0.5.0", 5927 "http", 5928 "jni", 5929 "libc", 5930 "log", 5931 "mime", 5932 "muda", 5933 "objc2", 5934 "objc2-app-kit", 5935 "objc2-foundation", 5936 "objc2-ui-kit", 5937 "objc2-web-kit", 5938 "percent-encoding", 5939 "plist", 5940 "raw-window-handle", 5941 "reqwest", 5942 "serde", 5943 "serde_json", 5944 "serde_repr", 5945 "serialize-to-javascript", 5946 "specta", 5947 "swift-rs", 5948 "tauri-build", 5949 "tauri-macros", 5950 "tauri-runtime", 5951 "tauri-runtime-wry", 5952 "tauri-utils", 5953 "thiserror 2.0.18", 5954 "tokio", 5955 "tray-icon", 5956 "url", 5957 "webkit2gtk", 5958 "webview2-com", 5959 "window-vibrancy", 5960 "windows", 5961] 5962 5963[[package]] 5964name = "tauri-build" 5965version = "2.5.5" 5966source = "registry+https://github.com/rust-lang/crates.io-index" 5967checksum = "ca7bd893329425df750813e95bd2b643d5369d929438da96d5bbb7cc2c918f74" 5968dependencies = [ 5969 "anyhow", 5970 "cargo_toml", 5971 "dirs", 5972 "glob", 5973 "heck 0.5.0", 5974 "json-patch", 5975 "schemars 0.8.22", 5976 "semver", 5977 "serde", 5978 "serde_json", 5979 "tauri-utils", 5980 "tauri-winres", 5981 "toml 0.9.12+spec-1.1.0", 5982 "walkdir", 5983] 5984 5985[[package]] 5986name = "tauri-codegen" 5987version = "2.5.4" 5988source = "registry+https://github.com/rust-lang/crates.io-index" 5989checksum = "aac423e5859d9f9ccdd32e3cf6a5866a15bedbf25aa6630bcb2acde9468f6ae3" 5990dependencies = [ 5991 "base64 0.22.1", 5992 "brotli", 5993 "ico", 5994 "json-patch", 5995 "plist", 5996 "png", 5997 "proc-macro2", 5998 "quote", 5999 "semver", 6000 "serde", 6001 "serde_json", 6002 "sha2", 6003 "syn 2.0.116", 6004 "tauri-utils", 6005 "thiserror 2.0.18", 6006 "time", 6007 "url", 6008 "uuid", 6009 "walkdir", 6010] 6011 6012[[package]] 6013name = "tauri-macros" 6014version = "2.5.4" 6015source = "registry+https://github.com/rust-lang/crates.io-index" 6016checksum = "1b6a1bd2861ff0c8766b1d38b32a6a410f6dc6532d4ef534c47cfb2236092f59" 6017dependencies = [ 6018 "heck 0.5.0", 6019 "proc-macro2", 6020 "quote", 6021 "syn 2.0.116", 6022 "tauri-codegen", 6023 "tauri-utils", 6024] 6025 6026[[package]] 6027name = "tauri-plugin" 6028version = "2.5.3" 6029source = "registry+https://github.com/rust-lang/crates.io-index" 6030checksum = "692a77abd8b8773e107a42ec0e05b767b8d2b7ece76ab36c6c3947e34df9f53f" 6031dependencies = [ 6032 "anyhow", 6033 "glob", 6034 "plist", 6035 "schemars 0.8.22", 6036 "serde", 6037 "serde_json", 6038 "tauri-utils", 6039 "toml 0.9.12+spec-1.1.0", 6040 "walkdir", 6041] 6042 6043[[package]] 6044name = "tauri-plugin-dialog" 6045version = "2.6.0" 6046source = "registry+https://github.com/rust-lang/crates.io-index" 6047checksum = "9204b425d9be8d12aa60c2a83a289cf7d1caae40f57f336ed1155b3a5c0e359b" 6048dependencies = [ 6049 "log", 6050 "raw-window-handle", 6051 "rfd", 6052 "serde", 6053 "serde_json", 6054 "tauri", 6055 "tauri-plugin", 6056 "tauri-plugin-fs", 6057 "thiserror 2.0.18", 6058 "url", 6059] 6060 6061[[package]] 6062name = "tauri-plugin-fs" 6063version = "2.4.5" 6064source = "registry+https://github.com/rust-lang/crates.io-index" 6065checksum = "ed390cc669f937afeb8b28032ce837bac8ea023d975a2e207375ec05afaf1804" 6066dependencies = [ 6067 "anyhow", 6068 "dunce", 6069 "glob", 6070 "percent-encoding", 6071 "schemars 0.8.22", 6072 "serde", 6073 "serde_json", 6074 "serde_repr", 6075 "tauri", 6076 "tauri-plugin", 6077 "tauri-utils", 6078 "thiserror 2.0.18", 6079 "toml 0.9.12+spec-1.1.0", 6080 "url", 6081] 6082 6083[[package]] 6084name = "tauri-plugin-geolocation" 6085version = "2.3.2" 6086source = "registry+https://github.com/rust-lang/crates.io-index" 6087checksum = "0366e51823ad001ff1a47f116cd34ddfea3d94ebeb2309caf42e290dec27e0a6" 6088dependencies = [ 6089 "log", 6090 "serde", 6091 "serde_json", 6092 "tauri", 6093 "tauri-plugin", 6094 "thiserror 2.0.18", 6095] 6096 6097[[package]] 6098name = "tauri-plugin-log" 6099version = "2.8.0" 6100source = "registry+https://github.com/rust-lang/crates.io-index" 6101checksum = "7545bd67f070a4500432c826e2e0682146a1d6712aee22a2786490156b574d93" 6102dependencies = [ 6103 "android_logger", 6104 "byte-unit", 6105 "fern", 6106 "log", 6107 "objc2", 6108 "objc2-foundation", 6109 "serde", 6110 "serde_json", 6111 "serde_repr", 6112 "swift-rs", 6113 "tauri", 6114 "tauri-plugin", 6115 "thiserror 2.0.18", 6116 "time", 6117] 6118 6119[[package]] 6120name = "tauri-plugin-notification" 6121version = "2.3.3" 6122source = "registry+https://github.com/rust-lang/crates.io-index" 6123checksum = "01fc2c5ff41105bd1f7242d8201fdf3efd70749b82fa013a17f2126357d194cc" 6124dependencies = [ 6125 "log", 6126 "notify-rust", 6127 "rand 0.9.2", 6128 "serde", 6129 "serde_json", 6130 "serde_repr", 6131 "tauri", 6132 "tauri-plugin", 6133 "thiserror 2.0.18", 6134 "time", 6135 "url", 6136] 6137 6138[[package]] 6139name = "tauri-plugin-opener" 6140version = "2.5.3" 6141source = "registry+https://github.com/rust-lang/crates.io-index" 6142checksum = "fc624469b06f59f5a29f874bbc61a2ed737c0f9c23ef09855a292c389c42e83f" 6143dependencies = [ 6144 "dunce", 6145 "glob", 6146 "objc2-app-kit", 6147 "objc2-foundation", 6148 "open", 6149 "schemars 0.8.22", 6150 "serde", 6151 "serde_json", 6152 "tauri", 6153 "tauri-plugin", 6154 "thiserror 2.0.18", 6155 "url", 6156 "windows", 6157 "zbus", 6158] 6159 6160[[package]] 6161name = "tauri-plugin-store" 6162version = "2.4.2" 6163source = "registry+https://github.com/rust-lang/crates.io-index" 6164checksum = "5ca1a8ff83c269b115e98726ffc13f9e548a10161544a92ad121d6d0a96e16ea" 6165dependencies = [ 6166 "dunce", 6167 "serde", 6168 "serde_json", 6169 "tauri", 6170 "tauri-plugin", 6171 "thiserror 2.0.18", 6172 "tokio", 6173 "tracing", 6174] 6175 6176[[package]] 6177name = "tauri-runtime" 6178version = "2.10.0" 6179source = "registry+https://github.com/rust-lang/crates.io-index" 6180checksum = "b885ffeac82b00f1f6fd292b6e5aabfa7435d537cef57d11e38a489956535651" 6181dependencies = [ 6182 "cookie", 6183 "dpi", 6184 "gtk", 6185 "http", 6186 "jni", 6187 "objc2", 6188 "objc2-ui-kit", 6189 "objc2-web-kit", 6190 "raw-window-handle", 6191 "serde", 6192 "serde_json", 6193 "tauri-utils", 6194 "thiserror 2.0.18", 6195 "url", 6196 "webkit2gtk", 6197 "webview2-com", 6198 "windows", 6199] 6200 6201[[package]] 6202name = "tauri-runtime-wry" 6203version = "2.10.0" 6204source = "registry+https://github.com/rust-lang/crates.io-index" 6205checksum = "5204682391625e867d16584fedc83fc292fb998814c9f7918605c789cd876314" 6206dependencies = [ 6207 "gtk", 6208 "http", 6209 "jni", 6210 "log", 6211 "objc2", 6212 "objc2-app-kit", 6213 "objc2-foundation", 6214 "once_cell", 6215 "percent-encoding", 6216 "raw-window-handle", 6217 "softbuffer", 6218 "tao", 6219 "tauri-runtime", 6220 "tauri-utils", 6221 "url", 6222 "webkit2gtk", 6223 "webview2-com", 6224 "windows", 6225 "wry", 6226] 6227 6228[[package]] 6229name = "tauri-specta" 6230version = "2.0.0-rc.21" 6231source = "registry+https://github.com/rust-lang/crates.io-index" 6232checksum = "b23c0132dd3cf6064e5cd919b82b3f47780e9280e7b5910babfe139829b76655" 6233dependencies = [ 6234 "heck 0.5.0", 6235 "serde", 6236 "serde_json", 6237 "specta", 6238 "specta-typescript", 6239 "tauri", 6240 "tauri-specta-macros", 6241 "thiserror 2.0.18", 6242] 6243 6244[[package]] 6245name = "tauri-specta-macros" 6246version = "2.0.0-rc.16" 6247source = "registry+https://github.com/rust-lang/crates.io-index" 6248checksum = "7a4aa93823e07859546aa796b8a5d608190cd8037a3a5dce3eb63d491c34bda8" 6249dependencies = [ 6250 "heck 0.5.0", 6251 "proc-macro2", 6252 "quote", 6253 "syn 2.0.116", 6254] 6255 6256[[package]] 6257name = "tauri-utils" 6258version = "2.8.2" 6259source = "registry+https://github.com/rust-lang/crates.io-index" 6260checksum = "fcd169fccdff05eff2c1033210b9b94acd07a47e6fa9a3431cf09cfd4f01c87e" 6261dependencies = [ 6262 "anyhow", 6263 "brotli", 6264 "cargo_metadata", 6265 "ctor", 6266 "dunce", 6267 "glob", 6268 "html5ever", 6269 "http", 6270 "infer", 6271 "json-patch", 6272 "kuchikiki", 6273 "log", 6274 "memchr", 6275 "phf 0.11.3", 6276 "proc-macro2", 6277 "quote", 6278 "regex", 6279 "schemars 0.8.22", 6280 "semver", 6281 "serde", 6282 "serde-untagged", 6283 "serde_json", 6284 "serde_with", 6285 "swift-rs", 6286 "thiserror 2.0.18", 6287 "toml 0.9.12+spec-1.1.0", 6288 "url", 6289 "urlpattern", 6290 "uuid", 6291 "walkdir", 6292] 6293 6294[[package]] 6295name = "tauri-winres" 6296version = "0.3.5" 6297source = "registry+https://github.com/rust-lang/crates.io-index" 6298checksum = "1087b111fe2b005e42dbdc1990fc18593234238d47453b0c99b7de1c9ab2c1e0" 6299dependencies = [ 6300 "dunce", 6301 "embed-resource", 6302 "toml 0.9.12+spec-1.1.0", 6303] 6304 6305[[package]] 6306name = "tauri-winrt-notification" 6307version = "0.7.2" 6308source = "registry+https://github.com/rust-lang/crates.io-index" 6309checksum = "0b1e66e07de489fe43a46678dd0b8df65e0c973909df1b60ba33874e297ba9b9" 6310dependencies = [ 6311 "quick-xml 0.37.5", 6312 "thiserror 2.0.18", 6313 "windows", 6314 "windows-version", 6315] 6316 6317[[package]] 6318name = "tempfile" 6319version = "3.25.0" 6320source = "registry+https://github.com/rust-lang/crates.io-index" 6321checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" 6322dependencies = [ 6323 "fastrand", 6324 "getrandom 0.4.1", 6325 "once_cell", 6326 "rustix", 6327 "windows-sys 0.61.2", 6328] 6329 6330[[package]] 6331name = "tendril" 6332version = "0.4.3" 6333source = "registry+https://github.com/rust-lang/crates.io-index" 6334checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 6335dependencies = [ 6336 "futf", 6337 "mac", 6338 "utf-8", 6339] 6340 6341[[package]] 6342name = "thiserror" 6343version = "1.0.69" 6344source = "registry+https://github.com/rust-lang/crates.io-index" 6345checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 6346dependencies = [ 6347 "thiserror-impl 1.0.69", 6348] 6349 6350[[package]] 6351name = "thiserror" 6352version = "2.0.18" 6353source = "registry+https://github.com/rust-lang/crates.io-index" 6354checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 6355dependencies = [ 6356 "thiserror-impl 2.0.18", 6357] 6358 6359[[package]] 6360name = "thiserror-impl" 6361version = "1.0.69" 6362source = "registry+https://github.com/rust-lang/crates.io-index" 6363checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 6364dependencies = [ 6365 "proc-macro2", 6366 "quote", 6367 "syn 2.0.116", 6368] 6369 6370[[package]] 6371name = "thiserror-impl" 6372version = "2.0.18" 6373source = "registry+https://github.com/rust-lang/crates.io-index" 6374checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 6375dependencies = [ 6376 "proc-macro2", 6377 "quote", 6378 "syn 2.0.116", 6379] 6380 6381[[package]] 6382name = "time" 6383version = "0.3.47" 6384source = "registry+https://github.com/rust-lang/crates.io-index" 6385checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 6386dependencies = [ 6387 "deranged", 6388 "itoa", 6389 "libc", 6390 "num-conv", 6391 "num_threads", 6392 "powerfmt", 6393 "serde_core", 6394 "time-core", 6395 "time-macros", 6396] 6397 6398[[package]] 6399name = "time-core" 6400version = "0.1.8" 6401source = "registry+https://github.com/rust-lang/crates.io-index" 6402checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 6403 6404[[package]] 6405name = "time-macros" 6406version = "0.2.27" 6407source = "registry+https://github.com/rust-lang/crates.io-index" 6408checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 6409dependencies = [ 6410 "num-conv", 6411 "time-core", 6412] 6413 6414[[package]] 6415name = "tinystr" 6416version = "0.8.2" 6417source = "registry+https://github.com/rust-lang/crates.io-index" 6418checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 6419dependencies = [ 6420 "displaydoc", 6421 "zerovec", 6422] 6423 6424[[package]] 6425name = "tinyvec" 6426version = "1.10.0" 6427source = "registry+https://github.com/rust-lang/crates.io-index" 6428checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 6429dependencies = [ 6430 "tinyvec_macros", 6431] 6432 6433[[package]] 6434name = "tinyvec_macros" 6435version = "0.1.1" 6436source = "registry+https://github.com/rust-lang/crates.io-index" 6437checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 6438 6439[[package]] 6440name = "tokio" 6441version = "1.49.0" 6442source = "registry+https://github.com/rust-lang/crates.io-index" 6443checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 6444dependencies = [ 6445 "bytes", 6446 "libc", 6447 "mio", 6448 "parking_lot", 6449 "pin-project-lite", 6450 "signal-hook-registry", 6451 "socket2 0.6.2", 6452 "tokio-macros", 6453 "windows-sys 0.61.2", 6454] 6455 6456[[package]] 6457name = "tokio-macros" 6458version = "2.6.0" 6459source = "registry+https://github.com/rust-lang/crates.io-index" 6460checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 6461dependencies = [ 6462 "proc-macro2", 6463 "quote", 6464 "syn 2.0.116", 6465] 6466 6467[[package]] 6468name = "tokio-rustls" 6469version = "0.26.4" 6470source = "registry+https://github.com/rust-lang/crates.io-index" 6471checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 6472dependencies = [ 6473 "rustls 0.23.36", 6474 "tokio", 6475] 6476 6477[[package]] 6478name = "tokio-stream" 6479version = "0.1.18" 6480source = "registry+https://github.com/rust-lang/crates.io-index" 6481checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 6482dependencies = [ 6483 "futures-core", 6484 "pin-project-lite", 6485 "tokio", 6486] 6487 6488[[package]] 6489name = "tokio-tungstenite" 6490version = "0.28.0" 6491source = "registry+https://github.com/rust-lang/crates.io-index" 6492checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" 6493dependencies = [ 6494 "futures-util", 6495 "log", 6496 "tokio", 6497 "tungstenite", 6498] 6499 6500[[package]] 6501name = "tokio-util" 6502version = "0.7.18" 6503source = "registry+https://github.com/rust-lang/crates.io-index" 6504checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 6505dependencies = [ 6506 "bytes", 6507 "futures-core", 6508 "futures-io", 6509 "futures-sink", 6510 "pin-project-lite", 6511 "tokio", 6512] 6513 6514[[package]] 6515name = "toml" 6516version = "0.8.2" 6517source = "registry+https://github.com/rust-lang/crates.io-index" 6518checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" 6519dependencies = [ 6520 "serde", 6521 "serde_spanned 0.6.9", 6522 "toml_datetime 0.6.3", 6523 "toml_edit 0.20.2", 6524] 6525 6526[[package]] 6527name = "toml" 6528version = "0.9.12+spec-1.1.0" 6529source = "registry+https://github.com/rust-lang/crates.io-index" 6530checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 6531dependencies = [ 6532 "indexmap 2.13.0", 6533 "serde_core", 6534 "serde_spanned 1.0.4", 6535 "toml_datetime 0.7.5+spec-1.1.0", 6536 "toml_parser", 6537 "toml_writer", 6538 "winnow 0.7.14", 6539] 6540 6541[[package]] 6542name = "toml_datetime" 6543version = "0.6.3" 6544source = "registry+https://github.com/rust-lang/crates.io-index" 6545checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 6546dependencies = [ 6547 "serde", 6548] 6549 6550[[package]] 6551name = "toml_datetime" 6552version = "0.7.5+spec-1.1.0" 6553source = "registry+https://github.com/rust-lang/crates.io-index" 6554checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 6555dependencies = [ 6556 "serde_core", 6557] 6558 6559[[package]] 6560name = "toml_edit" 6561version = "0.19.15" 6562source = "registry+https://github.com/rust-lang/crates.io-index" 6563checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 6564dependencies = [ 6565 "indexmap 2.13.0", 6566 "toml_datetime 0.6.3", 6567 "winnow 0.5.40", 6568] 6569 6570[[package]] 6571name = "toml_edit" 6572version = "0.20.2" 6573source = "registry+https://github.com/rust-lang/crates.io-index" 6574checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" 6575dependencies = [ 6576 "indexmap 2.13.0", 6577 "serde", 6578 "serde_spanned 0.6.9", 6579 "toml_datetime 0.6.3", 6580 "winnow 0.5.40", 6581] 6582 6583[[package]] 6584name = "toml_edit" 6585version = "0.23.10+spec-1.0.0" 6586source = "registry+https://github.com/rust-lang/crates.io-index" 6587checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" 6588dependencies = [ 6589 "indexmap 2.13.0", 6590 "toml_datetime 0.7.5+spec-1.1.0", 6591 "toml_parser", 6592 "winnow 0.7.14", 6593] 6594 6595[[package]] 6596name = "toml_parser" 6597version = "1.0.9+spec-1.1.0" 6598source = "registry+https://github.com/rust-lang/crates.io-index" 6599checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" 6600dependencies = [ 6601 "winnow 0.7.14", 6602] 6603 6604[[package]] 6605name = "toml_writer" 6606version = "1.0.6+spec-1.1.0" 6607source = "registry+https://github.com/rust-lang/crates.io-index" 6608checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 6609 6610[[package]] 6611name = "tower" 6612version = "0.5.3" 6613source = "registry+https://github.com/rust-lang/crates.io-index" 6614checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 6615dependencies = [ 6616 "futures-core", 6617 "futures-util", 6618 "pin-project-lite", 6619 "sync_wrapper", 6620 "tokio", 6621 "tower-layer", 6622 "tower-service", 6623 "tracing", 6624] 6625 6626[[package]] 6627name = "tower-http" 6628version = "0.6.8" 6629source = "registry+https://github.com/rust-lang/crates.io-index" 6630checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 6631dependencies = [ 6632 "bitflags 2.11.0", 6633 "bytes", 6634 "futures-util", 6635 "http", 6636 "http-body", 6637 "iri-string", 6638 "pin-project-lite", 6639 "tower", 6640 "tower-layer", 6641 "tower-service", 6642 "tracing", 6643] 6644 6645[[package]] 6646name = "tower-layer" 6647version = "0.3.3" 6648source = "registry+https://github.com/rust-lang/crates.io-index" 6649checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 6650 6651[[package]] 6652name = "tower-service" 6653version = "0.3.3" 6654source = "registry+https://github.com/rust-lang/crates.io-index" 6655checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 6656 6657[[package]] 6658name = "tracing" 6659version = "0.1.44" 6660source = "registry+https://github.com/rust-lang/crates.io-index" 6661checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 6662dependencies = [ 6663 "log", 6664 "pin-project-lite", 6665 "tracing-attributes", 6666 "tracing-core", 6667] 6668 6669[[package]] 6670name = "tracing-attributes" 6671version = "0.1.31" 6672source = "registry+https://github.com/rust-lang/crates.io-index" 6673checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 6674dependencies = [ 6675 "proc-macro2", 6676 "quote", 6677 "syn 2.0.116", 6678] 6679 6680[[package]] 6681name = "tracing-core" 6682version = "0.1.36" 6683source = "registry+https://github.com/rust-lang/crates.io-index" 6684checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 6685dependencies = [ 6686 "once_cell", 6687] 6688 6689[[package]] 6690name = "tray-icon" 6691version = "0.21.3" 6692source = "registry+https://github.com/rust-lang/crates.io-index" 6693checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c" 6694dependencies = [ 6695 "crossbeam-channel", 6696 "dirs", 6697 "libappindicator", 6698 "muda", 6699 "objc2", 6700 "objc2-app-kit", 6701 "objc2-core-foundation", 6702 "objc2-core-graphics", 6703 "objc2-foundation", 6704 "once_cell", 6705 "png", 6706 "serde", 6707 "thiserror 2.0.18", 6708 "windows-sys 0.60.2", 6709] 6710 6711[[package]] 6712name = "try-lock" 6713version = "0.2.5" 6714source = "registry+https://github.com/rust-lang/crates.io-index" 6715checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 6716 6717[[package]] 6718name = "tungstenite" 6719version = "0.28.0" 6720source = "registry+https://github.com/rust-lang/crates.io-index" 6721checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" 6722dependencies = [ 6723 "bytes", 6724 "data-encoding", 6725 "http", 6726 "httparse", 6727 "log", 6728 "rand 0.9.2", 6729 "sha1", 6730 "thiserror 2.0.18", 6731 "utf-8", 6732] 6733 6734[[package]] 6735name = "turn" 6736version = "0.17.1" 6737source = "registry+https://github.com/rust-lang/crates.io-index" 6738checksum = "b6a8b8ac3543b2a8eb0b28c7ac3d5f2db6221e057f3b3ae47cf7637b1333a5c3" 6739dependencies = [ 6740 "async-trait", 6741 "base64 0.22.1", 6742 "futures", 6743 "log", 6744 "md-5", 6745 "portable-atomic", 6746 "rand 0.9.2", 6747 "ring", 6748 "stun", 6749 "thiserror 1.0.69", 6750 "tokio", 6751 "tokio-util", 6752 "webrtc-util", 6753] 6754 6755[[package]] 6756name = "typeid" 6757version = "1.0.3" 6758source = "registry+https://github.com/rust-lang/crates.io-index" 6759checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 6760 6761[[package]] 6762name = "typenum" 6763version = "1.19.0" 6764source = "registry+https://github.com/rust-lang/crates.io-index" 6765checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 6766 6767[[package]] 6768name = "uds_windows" 6769version = "1.1.0" 6770source = "registry+https://github.com/rust-lang/crates.io-index" 6771checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 6772dependencies = [ 6773 "memoffset 0.9.1", 6774 "tempfile", 6775 "winapi", 6776] 6777 6778[[package]] 6779name = "unic-char-property" 6780version = "0.9.0" 6781source = "registry+https://github.com/rust-lang/crates.io-index" 6782checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 6783dependencies = [ 6784 "unic-char-range", 6785] 6786 6787[[package]] 6788name = "unic-char-range" 6789version = "0.9.0" 6790source = "registry+https://github.com/rust-lang/crates.io-index" 6791checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 6792 6793[[package]] 6794name = "unic-common" 6795version = "0.9.0" 6796source = "registry+https://github.com/rust-lang/crates.io-index" 6797checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 6798 6799[[package]] 6800name = "unic-ucd-ident" 6801version = "0.9.0" 6802source = "registry+https://github.com/rust-lang/crates.io-index" 6803checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 6804dependencies = [ 6805 "unic-char-property", 6806 "unic-char-range", 6807 "unic-ucd-version", 6808] 6809 6810[[package]] 6811name = "unic-ucd-version" 6812version = "0.9.0" 6813source = "registry+https://github.com/rust-lang/crates.io-index" 6814checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 6815dependencies = [ 6816 "unic-common", 6817] 6818 6819[[package]] 6820name = "unicase" 6821version = "2.9.0" 6822source = "registry+https://github.com/rust-lang/crates.io-index" 6823checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 6824 6825[[package]] 6826name = "unicode-ident" 6827version = "1.0.24" 6828source = "registry+https://github.com/rust-lang/crates.io-index" 6829checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 6830 6831[[package]] 6832name = "unicode-segmentation" 6833version = "1.12.0" 6834source = "registry+https://github.com/rust-lang/crates.io-index" 6835checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 6836 6837[[package]] 6838name = "unicode-xid" 6839version = "0.2.6" 6840source = "registry+https://github.com/rust-lang/crates.io-index" 6841checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 6842 6843[[package]] 6844name = "universal-hash" 6845version = "0.5.1" 6846source = "registry+https://github.com/rust-lang/crates.io-index" 6847checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 6848dependencies = [ 6849 "crypto-common", 6850 "subtle", 6851] 6852 6853[[package]] 6854name = "untrusted" 6855version = "0.9.0" 6856source = "registry+https://github.com/rust-lang/crates.io-index" 6857checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 6858 6859[[package]] 6860name = "url" 6861version = "2.5.8" 6862source = "registry+https://github.com/rust-lang/crates.io-index" 6863checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 6864dependencies = [ 6865 "form_urlencoded", 6866 "idna", 6867 "percent-encoding", 6868 "serde", 6869 "serde_derive", 6870] 6871 6872[[package]] 6873name = "urlpattern" 6874version = "0.3.0" 6875source = "registry+https://github.com/rust-lang/crates.io-index" 6876checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" 6877dependencies = [ 6878 "regex", 6879 "serde", 6880 "unic-ucd-ident", 6881 "url", 6882] 6883 6884[[package]] 6885name = "utf-8" 6886version = "0.7.6" 6887source = "registry+https://github.com/rust-lang/crates.io-index" 6888checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 6889 6890[[package]] 6891name = "utf8-width" 6892version = "0.1.8" 6893source = "registry+https://github.com/rust-lang/crates.io-index" 6894checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091" 6895 6896[[package]] 6897name = "utf8_iter" 6898version = "1.0.4" 6899source = "registry+https://github.com/rust-lang/crates.io-index" 6900checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 6901 6902[[package]] 6903name = "utf8parse" 6904version = "0.2.2" 6905source = "registry+https://github.com/rust-lang/crates.io-index" 6906checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 6907 6908[[package]] 6909name = "uuid" 6910version = "1.21.0" 6911source = "registry+https://github.com/rust-lang/crates.io-index" 6912checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" 6913dependencies = [ 6914 "getrandom 0.4.1", 6915 "js-sys", 6916 "serde_core", 6917 "wasm-bindgen", 6918] 6919 6920[[package]] 6921name = "value-bag" 6922version = "1.12.0" 6923source = "registry+https://github.com/rust-lang/crates.io-index" 6924checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0" 6925 6926[[package]] 6927name = "version-compare" 6928version = "0.2.1" 6929source = "registry+https://github.com/rust-lang/crates.io-index" 6930checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" 6931 6932[[package]] 6933name = "version_check" 6934version = "0.9.5" 6935source = "registry+https://github.com/rust-lang/crates.io-index" 6936checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 6937 6938[[package]] 6939name = "vswhom" 6940version = "0.1.0" 6941source = "registry+https://github.com/rust-lang/crates.io-index" 6942checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 6943dependencies = [ 6944 "libc", 6945 "vswhom-sys", 6946] 6947 6948[[package]] 6949name = "vswhom-sys" 6950version = "0.1.3" 6951source = "registry+https://github.com/rust-lang/crates.io-index" 6952checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150" 6953dependencies = [ 6954 "cc", 6955 "libc", 6956] 6957 6958[[package]] 6959name = "waitgroup" 6960version = "0.1.2" 6961source = "registry+https://github.com/rust-lang/crates.io-index" 6962checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" 6963dependencies = [ 6964 "atomic-waker", 6965] 6966 6967[[package]] 6968name = "walkdir" 6969version = "2.5.0" 6970source = "registry+https://github.com/rust-lang/crates.io-index" 6971checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 6972dependencies = [ 6973 "same-file", 6974 "winapi-util", 6975] 6976 6977[[package]] 6978name = "want" 6979version = "0.3.1" 6980source = "registry+https://github.com/rust-lang/crates.io-index" 6981checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 6982dependencies = [ 6983 "try-lock", 6984] 6985 6986[[package]] 6987name = "wasi" 6988version = "0.9.0+wasi-snapshot-preview1" 6989source = "registry+https://github.com/rust-lang/crates.io-index" 6990checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 6991 6992[[package]] 6993name = "wasi" 6994version = "0.11.1+wasi-snapshot-preview1" 6995source = "registry+https://github.com/rust-lang/crates.io-index" 6996checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 6997 6998[[package]] 6999name = "wasip2" 7000version = "1.0.2+wasi-0.2.9" 7001source = "registry+https://github.com/rust-lang/crates.io-index" 7002checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 7003dependencies = [ 7004 "wit-bindgen", 7005] 7006 7007[[package]] 7008name = "wasip3" 7009version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 7010source = "registry+https://github.com/rust-lang/crates.io-index" 7011checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 7012dependencies = [ 7013 "wit-bindgen", 7014] 7015 7016[[package]] 7017name = "wasm-bindgen" 7018version = "0.2.108" 7019source = "registry+https://github.com/rust-lang/crates.io-index" 7020checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 7021dependencies = [ 7022 "cfg-if", 7023 "once_cell", 7024 "rustversion", 7025 "wasm-bindgen-macro", 7026 "wasm-bindgen-shared", 7027] 7028 7029[[package]] 7030name = "wasm-bindgen-futures" 7031version = "0.4.58" 7032source = "registry+https://github.com/rust-lang/crates.io-index" 7033checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" 7034dependencies = [ 7035 "cfg-if", 7036 "futures-util", 7037 "js-sys", 7038 "once_cell", 7039 "wasm-bindgen", 7040 "web-sys", 7041] 7042 7043[[package]] 7044name = "wasm-bindgen-macro" 7045version = "0.2.108" 7046source = "registry+https://github.com/rust-lang/crates.io-index" 7047checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 7048dependencies = [ 7049 "quote", 7050 "wasm-bindgen-macro-support", 7051] 7052 7053[[package]] 7054name = "wasm-bindgen-macro-support" 7055version = "0.2.108" 7056source = "registry+https://github.com/rust-lang/crates.io-index" 7057checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 7058dependencies = [ 7059 "bumpalo", 7060 "proc-macro2", 7061 "quote", 7062 "syn 2.0.116", 7063 "wasm-bindgen-shared", 7064] 7065 7066[[package]] 7067name = "wasm-bindgen-shared" 7068version = "0.2.108" 7069source = "registry+https://github.com/rust-lang/crates.io-index" 7070checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 7071dependencies = [ 7072 "unicode-ident", 7073] 7074 7075[[package]] 7076name = "wasm-encoder" 7077version = "0.244.0" 7078source = "registry+https://github.com/rust-lang/crates.io-index" 7079checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 7080dependencies = [ 7081 "leb128fmt", 7082 "wasmparser", 7083] 7084 7085[[package]] 7086name = "wasm-metadata" 7087version = "0.244.0" 7088source = "registry+https://github.com/rust-lang/crates.io-index" 7089checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 7090dependencies = [ 7091 "anyhow", 7092 "indexmap 2.13.0", 7093 "wasm-encoder", 7094 "wasmparser", 7095] 7096 7097[[package]] 7098name = "wasm-streams" 7099version = "0.5.0" 7100source = "registry+https://github.com/rust-lang/crates.io-index" 7101checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" 7102dependencies = [ 7103 "futures-util", 7104 "js-sys", 7105 "wasm-bindgen", 7106 "wasm-bindgen-futures", 7107 "web-sys", 7108] 7109 7110[[package]] 7111name = "wasmparser" 7112version = "0.244.0" 7113source = "registry+https://github.com/rust-lang/crates.io-index" 7114checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 7115dependencies = [ 7116 "bitflags 2.11.0", 7117 "hashbrown 0.15.5", 7118 "indexmap 2.13.0", 7119 "semver", 7120] 7121 7122[[package]] 7123name = "web-sys" 7124version = "0.3.85" 7125source = "registry+https://github.com/rust-lang/crates.io-index" 7126checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" 7127dependencies = [ 7128 "js-sys", 7129 "wasm-bindgen", 7130] 7131 7132[[package]] 7133name = "web-time" 7134version = "1.1.0" 7135source = "registry+https://github.com/rust-lang/crates.io-index" 7136checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 7137dependencies = [ 7138 "js-sys", 7139 "wasm-bindgen", 7140] 7141 7142[[package]] 7143name = "webkit2gtk" 7144version = "2.0.2" 7145source = "registry+https://github.com/rust-lang/crates.io-index" 7146checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793" 7147dependencies = [ 7148 "bitflags 1.3.2", 7149 "cairo-rs", 7150 "gdk", 7151 "gdk-sys", 7152 "gio", 7153 "gio-sys", 7154 "glib", 7155 "glib-sys", 7156 "gobject-sys", 7157 "gtk", 7158 "gtk-sys", 7159 "javascriptcore-rs", 7160 "libc", 7161 "once_cell", 7162 "soup3", 7163 "webkit2gtk-sys", 7164] 7165 7166[[package]] 7167name = "webkit2gtk-sys" 7168version = "2.0.2" 7169source = "registry+https://github.com/rust-lang/crates.io-index" 7170checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5" 7171dependencies = [ 7172 "bitflags 1.3.2", 7173 "cairo-sys-rs", 7174 "gdk-sys", 7175 "gio-sys", 7176 "glib-sys", 7177 "gobject-sys", 7178 "gtk-sys", 7179 "javascriptcore-rs-sys", 7180 "libc", 7181 "pkg-config", 7182 "soup3-sys", 7183 "system-deps", 7184] 7185 7186[[package]] 7187name = "webpki" 7188version = "0.22.4" 7189source = "registry+https://github.com/rust-lang/crates.io-index" 7190checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" 7191dependencies = [ 7192 "ring", 7193 "untrusted", 7194] 7195 7196[[package]] 7197name = "webpki-root-certs" 7198version = "1.0.6" 7199source = "registry+https://github.com/rust-lang/crates.io-index" 7200checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" 7201dependencies = [ 7202 "rustls-pki-types", 7203] 7204 7205[[package]] 7206name = "webpki-roots" 7207version = "0.22.6" 7208source = "registry+https://github.com/rust-lang/crates.io-index" 7209checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 7210dependencies = [ 7211 "webpki", 7212] 7213 7214[[package]] 7215name = "webrtc" 7216version = "0.17.1" 7217source = "registry+https://github.com/rust-lang/crates.io-index" 7218checksum = "8ba06986c4fcfbbb4b490abe4b88887b0ac9de0d3eb0aae36f3254e38d6ecdd1" 7219dependencies = [ 7220 "arc-swap", 7221 "async-trait", 7222 "bytes", 7223 "dtls", 7224 "hex", 7225 "interceptor", 7226 "lazy_static", 7227 "log", 7228 "portable-atomic", 7229 "rand 0.9.2", 7230 "rcgen", 7231 "regex", 7232 "ring", 7233 "rtcp", 7234 "rtp", 7235 "sdp", 7236 "serde", 7237 "serde_json", 7238 "sha2", 7239 "smol_str", 7240 "stun", 7241 "thiserror 1.0.69", 7242 "tokio", 7243 "turn", 7244 "unicase", 7245 "url", 7246 "waitgroup", 7247 "webrtc-data", 7248 "webrtc-ice", 7249 "webrtc-mdns", 7250 "webrtc-media", 7251 "webrtc-sctp", 7252 "webrtc-srtp", 7253 "webrtc-util", 7254] 7255 7256[[package]] 7257name = "webrtc-data" 7258version = "0.17.1" 7259source = "registry+https://github.com/rust-lang/crates.io-index" 7260checksum = "a7ca42127ee64bcb71da36d151e6f87b12488c5f14c4f379e73d2d52a8e54aa0" 7261dependencies = [ 7262 "bytes", 7263 "log", 7264 "portable-atomic", 7265 "thiserror 1.0.69", 7266 "tokio", 7267 "webrtc-sctp", 7268 "webrtc-util", 7269] 7270 7271[[package]] 7272name = "webrtc-ice" 7273version = "0.17.1" 7274source = "registry+https://github.com/rust-lang/crates.io-index" 7275checksum = "23ede72a36e5dda685814c389b2b34ac60b3ed000a81789e93626e27180eb785" 7276dependencies = [ 7277 "arc-swap", 7278 "async-trait", 7279 "crc", 7280 "log", 7281 "portable-atomic", 7282 "rand 0.9.2", 7283 "serde", 7284 "serde_json", 7285 "stun", 7286 "thiserror 1.0.69", 7287 "tokio", 7288 "turn", 7289 "url", 7290 "uuid", 7291 "waitgroup", 7292 "webrtc-mdns", 7293 "webrtc-util", 7294] 7295 7296[[package]] 7297name = "webrtc-mdns" 7298version = "0.17.1" 7299source = "registry+https://github.com/rust-lang/crates.io-index" 7300checksum = "1b62bc8d3fb5024bc6ffde5f4aad2127ce17f8359dbc6f70208a324a12e44677" 7301dependencies = [ 7302 "log", 7303 "socket2 0.5.10", 7304 "thiserror 1.0.69", 7305 "tokio", 7306 "webrtc-util", 7307] 7308 7309[[package]] 7310name = "webrtc-media" 7311version = "0.17.1" 7312source = "registry+https://github.com/rust-lang/crates.io-index" 7313checksum = "a9a28290bd0cdda196f8bf5c6f7dddaef18cc913ee0702cd1ea237bad203e337" 7314dependencies = [ 7315 "byteorder", 7316 "bytes", 7317 "rand 0.9.2", 7318 "rtp", 7319 "thiserror 1.0.69", 7320] 7321 7322[[package]] 7323name = "webrtc-sctp" 7324version = "0.17.1" 7325source = "registry+https://github.com/rust-lang/crates.io-index" 7326checksum = "2ea6633bf951b3fd71eba3244731c8d0814f6a80300620a4370cad2983a5a42f" 7327dependencies = [ 7328 "arc-swap", 7329 "async-trait", 7330 "bytes", 7331 "crc", 7332 "log", 7333 "portable-atomic", 7334 "rand 0.9.2", 7335 "thiserror 1.0.69", 7336 "tokio", 7337 "webrtc-util", 7338] 7339 7340[[package]] 7341name = "webrtc-srtp" 7342version = "0.17.1" 7343source = "registry+https://github.com/rust-lang/crates.io-index" 7344checksum = "9e437f74b04f42049192e25cbb33c21c86be308875e6afe14cf8e28d1ffa35ac" 7345dependencies = [ 7346 "aead", 7347 "aes", 7348 "aes-gcm", 7349 "byteorder", 7350 "bytes", 7351 "ctr", 7352 "hmac", 7353 "log", 7354 "rtcp", 7355 "rtp", 7356 "sha1", 7357 "subtle", 7358 "thiserror 1.0.69", 7359 "tokio", 7360 "webrtc-util", 7361] 7362 7363[[package]] 7364name = "webrtc-util" 7365version = "0.17.1" 7366source = "registry+https://github.com/rust-lang/crates.io-index" 7367checksum = "b65c1e0143a43d40f69e1d8c2ffc8734e379b49c06d45892ea4104c388bf9ead" 7368dependencies = [ 7369 "async-trait", 7370 "bitflags 1.3.2", 7371 "bytes", 7372 "ipnet", 7373 "lazy_static", 7374 "log", 7375 "nix", 7376 "portable-atomic", 7377 "rand 0.9.2", 7378 "thiserror 1.0.69", 7379 "tokio", 7380 "winapi", 7381] 7382 7383[[package]] 7384name = "webview2-com" 7385version = "0.38.2" 7386source = "registry+https://github.com/rust-lang/crates.io-index" 7387checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a" 7388dependencies = [ 7389 "webview2-com-macros", 7390 "webview2-com-sys", 7391 "windows", 7392 "windows-core 0.61.2", 7393 "windows-implement", 7394 "windows-interface", 7395] 7396 7397[[package]] 7398name = "webview2-com-macros" 7399version = "0.8.1" 7400source = "registry+https://github.com/rust-lang/crates.io-index" 7401checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54" 7402dependencies = [ 7403 "proc-macro2", 7404 "quote", 7405 "syn 2.0.116", 7406] 7407 7408[[package]] 7409name = "webview2-com-sys" 7410version = "0.38.2" 7411source = "registry+https://github.com/rust-lang/crates.io-index" 7412checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c" 7413dependencies = [ 7414 "thiserror 2.0.18", 7415 "windows", 7416 "windows-core 0.61.2", 7417] 7418 7419[[package]] 7420name = "widestring" 7421version = "1.2.1" 7422source = "registry+https://github.com/rust-lang/crates.io-index" 7423checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 7424 7425[[package]] 7426name = "winapi" 7427version = "0.3.9" 7428source = "registry+https://github.com/rust-lang/crates.io-index" 7429checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 7430dependencies = [ 7431 "winapi-i686-pc-windows-gnu", 7432 "winapi-x86_64-pc-windows-gnu", 7433] 7434 7435[[package]] 7436name = "winapi-i686-pc-windows-gnu" 7437version = "0.4.0" 7438source = "registry+https://github.com/rust-lang/crates.io-index" 7439checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 7440 7441[[package]] 7442name = "winapi-util" 7443version = "0.1.11" 7444source = "registry+https://github.com/rust-lang/crates.io-index" 7445checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 7446dependencies = [ 7447 "windows-sys 0.61.2", 7448] 7449 7450[[package]] 7451name = "winapi-x86_64-pc-windows-gnu" 7452version = "0.4.0" 7453source = "registry+https://github.com/rust-lang/crates.io-index" 7454checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 7455 7456[[package]] 7457name = "window-vibrancy" 7458version = "0.6.0" 7459source = "registry+https://github.com/rust-lang/crates.io-index" 7460checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c" 7461dependencies = [ 7462 "objc2", 7463 "objc2-app-kit", 7464 "objc2-core-foundation", 7465 "objc2-foundation", 7466 "raw-window-handle", 7467 "windows-sys 0.59.0", 7468 "windows-version", 7469] 7470 7471[[package]] 7472name = "windows" 7473version = "0.61.3" 7474source = "registry+https://github.com/rust-lang/crates.io-index" 7475checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 7476dependencies = [ 7477 "windows-collections", 7478 "windows-core 0.61.2", 7479 "windows-future", 7480 "windows-link 0.1.3", 7481 "windows-numerics", 7482] 7483 7484[[package]] 7485name = "windows-collections" 7486version = "0.2.0" 7487source = "registry+https://github.com/rust-lang/crates.io-index" 7488checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 7489dependencies = [ 7490 "windows-core 0.61.2", 7491] 7492 7493[[package]] 7494name = "windows-core" 7495version = "0.61.2" 7496source = "registry+https://github.com/rust-lang/crates.io-index" 7497checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 7498dependencies = [ 7499 "windows-implement", 7500 "windows-interface", 7501 "windows-link 0.1.3", 7502 "windows-result 0.3.4", 7503 "windows-strings 0.4.2", 7504] 7505 7506[[package]] 7507name = "windows-core" 7508version = "0.62.2" 7509source = "registry+https://github.com/rust-lang/crates.io-index" 7510checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 7511dependencies = [ 7512 "windows-implement", 7513 "windows-interface", 7514 "windows-link 0.2.1", 7515 "windows-result 0.4.1", 7516 "windows-strings 0.5.1", 7517] 7518 7519[[package]] 7520name = "windows-future" 7521version = "0.2.1" 7522source = "registry+https://github.com/rust-lang/crates.io-index" 7523checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 7524dependencies = [ 7525 "windows-core 0.61.2", 7526 "windows-link 0.1.3", 7527 "windows-threading", 7528] 7529 7530[[package]] 7531name = "windows-implement" 7532version = "0.60.2" 7533source = "registry+https://github.com/rust-lang/crates.io-index" 7534checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 7535dependencies = [ 7536 "proc-macro2", 7537 "quote", 7538 "syn 2.0.116", 7539] 7540 7541[[package]] 7542name = "windows-interface" 7543version = "0.59.3" 7544source = "registry+https://github.com/rust-lang/crates.io-index" 7545checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 7546dependencies = [ 7547 "proc-macro2", 7548 "quote", 7549 "syn 2.0.116", 7550] 7551 7552[[package]] 7553name = "windows-link" 7554version = "0.1.3" 7555source = "registry+https://github.com/rust-lang/crates.io-index" 7556checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 7557 7558[[package]] 7559name = "windows-link" 7560version = "0.2.1" 7561source = "registry+https://github.com/rust-lang/crates.io-index" 7562checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 7563 7564[[package]] 7565name = "windows-numerics" 7566version = "0.2.0" 7567source = "registry+https://github.com/rust-lang/crates.io-index" 7568checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 7569dependencies = [ 7570 "windows-core 0.61.2", 7571 "windows-link 0.1.3", 7572] 7573 7574[[package]] 7575name = "windows-registry" 7576version = "0.6.1" 7577source = "registry+https://github.com/rust-lang/crates.io-index" 7578checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 7579dependencies = [ 7580 "windows-link 0.2.1", 7581 "windows-result 0.4.1", 7582 "windows-strings 0.5.1", 7583] 7584 7585[[package]] 7586name = "windows-result" 7587version = "0.3.4" 7588source = "registry+https://github.com/rust-lang/crates.io-index" 7589checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 7590dependencies = [ 7591 "windows-link 0.1.3", 7592] 7593 7594[[package]] 7595name = "windows-result" 7596version = "0.4.1" 7597source = "registry+https://github.com/rust-lang/crates.io-index" 7598checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 7599dependencies = [ 7600 "windows-link 0.2.1", 7601] 7602 7603[[package]] 7604name = "windows-strings" 7605version = "0.4.2" 7606source = "registry+https://github.com/rust-lang/crates.io-index" 7607checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 7608dependencies = [ 7609 "windows-link 0.1.3", 7610] 7611 7612[[package]] 7613name = "windows-strings" 7614version = "0.5.1" 7615source = "registry+https://github.com/rust-lang/crates.io-index" 7616checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 7617dependencies = [ 7618 "windows-link 0.2.1", 7619] 7620 7621[[package]] 7622name = "windows-sys" 7623version = "0.45.0" 7624source = "registry+https://github.com/rust-lang/crates.io-index" 7625checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 7626dependencies = [ 7627 "windows-targets 0.42.2", 7628] 7629 7630[[package]] 7631name = "windows-sys" 7632version = "0.52.0" 7633source = "registry+https://github.com/rust-lang/crates.io-index" 7634checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 7635dependencies = [ 7636 "windows-targets 0.52.6", 7637] 7638 7639[[package]] 7640name = "windows-sys" 7641version = "0.59.0" 7642source = "registry+https://github.com/rust-lang/crates.io-index" 7643checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 7644dependencies = [ 7645 "windows-targets 0.52.6", 7646] 7647 7648[[package]] 7649name = "windows-sys" 7650version = "0.60.2" 7651source = "registry+https://github.com/rust-lang/crates.io-index" 7652checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 7653dependencies = [ 7654 "windows-targets 0.53.5", 7655] 7656 7657[[package]] 7658name = "windows-sys" 7659version = "0.61.2" 7660source = "registry+https://github.com/rust-lang/crates.io-index" 7661checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 7662dependencies = [ 7663 "windows-link 0.2.1", 7664] 7665 7666[[package]] 7667name = "windows-targets" 7668version = "0.42.2" 7669source = "registry+https://github.com/rust-lang/crates.io-index" 7670checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 7671dependencies = [ 7672 "windows_aarch64_gnullvm 0.42.2", 7673 "windows_aarch64_msvc 0.42.2", 7674 "windows_i686_gnu 0.42.2", 7675 "windows_i686_msvc 0.42.2", 7676 "windows_x86_64_gnu 0.42.2", 7677 "windows_x86_64_gnullvm 0.42.2", 7678 "windows_x86_64_msvc 0.42.2", 7679] 7680 7681[[package]] 7682name = "windows-targets" 7683version = "0.52.6" 7684source = "registry+https://github.com/rust-lang/crates.io-index" 7685checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 7686dependencies = [ 7687 "windows_aarch64_gnullvm 0.52.6", 7688 "windows_aarch64_msvc 0.52.6", 7689 "windows_i686_gnu 0.52.6", 7690 "windows_i686_gnullvm 0.52.6", 7691 "windows_i686_msvc 0.52.6", 7692 "windows_x86_64_gnu 0.52.6", 7693 "windows_x86_64_gnullvm 0.52.6", 7694 "windows_x86_64_msvc 0.52.6", 7695] 7696 7697[[package]] 7698name = "windows-targets" 7699version = "0.53.5" 7700source = "registry+https://github.com/rust-lang/crates.io-index" 7701checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 7702dependencies = [ 7703 "windows-link 0.2.1", 7704 "windows_aarch64_gnullvm 0.53.1", 7705 "windows_aarch64_msvc 0.53.1", 7706 "windows_i686_gnu 0.53.1", 7707 "windows_i686_gnullvm 0.53.1", 7708 "windows_i686_msvc 0.53.1", 7709 "windows_x86_64_gnu 0.53.1", 7710 "windows_x86_64_gnullvm 0.53.1", 7711 "windows_x86_64_msvc 0.53.1", 7712] 7713 7714[[package]] 7715name = "windows-threading" 7716version = "0.1.0" 7717source = "registry+https://github.com/rust-lang/crates.io-index" 7718checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 7719dependencies = [ 7720 "windows-link 0.1.3", 7721] 7722 7723[[package]] 7724name = "windows-version" 7725version = "0.1.7" 7726source = "registry+https://github.com/rust-lang/crates.io-index" 7727checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631" 7728dependencies = [ 7729 "windows-link 0.2.1", 7730] 7731 7732[[package]] 7733name = "windows_aarch64_gnullvm" 7734version = "0.42.2" 7735source = "registry+https://github.com/rust-lang/crates.io-index" 7736checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 7737 7738[[package]] 7739name = "windows_aarch64_gnullvm" 7740version = "0.52.6" 7741source = "registry+https://github.com/rust-lang/crates.io-index" 7742checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 7743 7744[[package]] 7745name = "windows_aarch64_gnullvm" 7746version = "0.53.1" 7747source = "registry+https://github.com/rust-lang/crates.io-index" 7748checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 7749 7750[[package]] 7751name = "windows_aarch64_msvc" 7752version = "0.42.2" 7753source = "registry+https://github.com/rust-lang/crates.io-index" 7754checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 7755 7756[[package]] 7757name = "windows_aarch64_msvc" 7758version = "0.52.6" 7759source = "registry+https://github.com/rust-lang/crates.io-index" 7760checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 7761 7762[[package]] 7763name = "windows_aarch64_msvc" 7764version = "0.53.1" 7765source = "registry+https://github.com/rust-lang/crates.io-index" 7766checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 7767 7768[[package]] 7769name = "windows_i686_gnu" 7770version = "0.42.2" 7771source = "registry+https://github.com/rust-lang/crates.io-index" 7772checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 7773 7774[[package]] 7775name = "windows_i686_gnu" 7776version = "0.52.6" 7777source = "registry+https://github.com/rust-lang/crates.io-index" 7778checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 7779 7780[[package]] 7781name = "windows_i686_gnu" 7782version = "0.53.1" 7783source = "registry+https://github.com/rust-lang/crates.io-index" 7784checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 7785 7786[[package]] 7787name = "windows_i686_gnullvm" 7788version = "0.52.6" 7789source = "registry+https://github.com/rust-lang/crates.io-index" 7790checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 7791 7792[[package]] 7793name = "windows_i686_gnullvm" 7794version = "0.53.1" 7795source = "registry+https://github.com/rust-lang/crates.io-index" 7796checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 7797 7798[[package]] 7799name = "windows_i686_msvc" 7800version = "0.42.2" 7801source = "registry+https://github.com/rust-lang/crates.io-index" 7802checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 7803 7804[[package]] 7805name = "windows_i686_msvc" 7806version = "0.52.6" 7807source = "registry+https://github.com/rust-lang/crates.io-index" 7808checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 7809 7810[[package]] 7811name = "windows_i686_msvc" 7812version = "0.53.1" 7813source = "registry+https://github.com/rust-lang/crates.io-index" 7814checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 7815 7816[[package]] 7817name = "windows_x86_64_gnu" 7818version = "0.42.2" 7819source = "registry+https://github.com/rust-lang/crates.io-index" 7820checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 7821 7822[[package]] 7823name = "windows_x86_64_gnu" 7824version = "0.52.6" 7825source = "registry+https://github.com/rust-lang/crates.io-index" 7826checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 7827 7828[[package]] 7829name = "windows_x86_64_gnu" 7830version = "0.53.1" 7831source = "registry+https://github.com/rust-lang/crates.io-index" 7832checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 7833 7834[[package]] 7835name = "windows_x86_64_gnullvm" 7836version = "0.42.2" 7837source = "registry+https://github.com/rust-lang/crates.io-index" 7838checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 7839 7840[[package]] 7841name = "windows_x86_64_gnullvm" 7842version = "0.52.6" 7843source = "registry+https://github.com/rust-lang/crates.io-index" 7844checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 7845 7846[[package]] 7847name = "windows_x86_64_gnullvm" 7848version = "0.53.1" 7849source = "registry+https://github.com/rust-lang/crates.io-index" 7850checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 7851 7852[[package]] 7853name = "windows_x86_64_msvc" 7854version = "0.42.2" 7855source = "registry+https://github.com/rust-lang/crates.io-index" 7856checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 7857 7858[[package]] 7859name = "windows_x86_64_msvc" 7860version = "0.52.6" 7861source = "registry+https://github.com/rust-lang/crates.io-index" 7862checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 7863 7864[[package]] 7865name = "windows_x86_64_msvc" 7866version = "0.53.1" 7867source = "registry+https://github.com/rust-lang/crates.io-index" 7868checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 7869 7870[[package]] 7871name = "winnow" 7872version = "0.5.40" 7873source = "registry+https://github.com/rust-lang/crates.io-index" 7874checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 7875dependencies = [ 7876 "memchr", 7877] 7878 7879[[package]] 7880name = "winnow" 7881version = "0.7.14" 7882source = "registry+https://github.com/rust-lang/crates.io-index" 7883checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 7884dependencies = [ 7885 "memchr", 7886] 7887 7888[[package]] 7889name = "winreg" 7890version = "0.55.0" 7891source = "registry+https://github.com/rust-lang/crates.io-index" 7892checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" 7893dependencies = [ 7894 "cfg-if", 7895 "windows-sys 0.59.0", 7896] 7897 7898[[package]] 7899name = "wit-bindgen" 7900version = "0.51.0" 7901source = "registry+https://github.com/rust-lang/crates.io-index" 7902checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 7903dependencies = [ 7904 "wit-bindgen-rust-macro", 7905] 7906 7907[[package]] 7908name = "wit-bindgen-core" 7909version = "0.51.0" 7910source = "registry+https://github.com/rust-lang/crates.io-index" 7911checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 7912dependencies = [ 7913 "anyhow", 7914 "heck 0.5.0", 7915 "wit-parser", 7916] 7917 7918[[package]] 7919name = "wit-bindgen-rust" 7920version = "0.51.0" 7921source = "registry+https://github.com/rust-lang/crates.io-index" 7922checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 7923dependencies = [ 7924 "anyhow", 7925 "heck 0.5.0", 7926 "indexmap 2.13.0", 7927 "prettyplease", 7928 "syn 2.0.116", 7929 "wasm-metadata", 7930 "wit-bindgen-core", 7931 "wit-component", 7932] 7933 7934[[package]] 7935name = "wit-bindgen-rust-macro" 7936version = "0.51.0" 7937source = "registry+https://github.com/rust-lang/crates.io-index" 7938checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 7939dependencies = [ 7940 "anyhow", 7941 "prettyplease", 7942 "proc-macro2", 7943 "quote", 7944 "syn 2.0.116", 7945 "wit-bindgen-core", 7946 "wit-bindgen-rust", 7947] 7948 7949[[package]] 7950name = "wit-component" 7951version = "0.244.0" 7952source = "registry+https://github.com/rust-lang/crates.io-index" 7953checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 7954dependencies = [ 7955 "anyhow", 7956 "bitflags 2.11.0", 7957 "indexmap 2.13.0", 7958 "log", 7959 "serde", 7960 "serde_derive", 7961 "serde_json", 7962 "wasm-encoder", 7963 "wasm-metadata", 7964 "wasmparser", 7965 "wit-parser", 7966] 7967 7968[[package]] 7969name = "wit-parser" 7970version = "0.244.0" 7971source = "registry+https://github.com/rust-lang/crates.io-index" 7972checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 7973dependencies = [ 7974 "anyhow", 7975 "id-arena", 7976 "indexmap 2.13.0", 7977 "log", 7978 "semver", 7979 "serde", 7980 "serde_derive", 7981 "serde_json", 7982 "unicode-xid", 7983 "wasmparser", 7984] 7985 7986[[package]] 7987name = "writeable" 7988version = "0.6.2" 7989source = "registry+https://github.com/rust-lang/crates.io-index" 7990checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 7991 7992[[package]] 7993name = "wry" 7994version = "0.54.2" 7995source = "registry+https://github.com/rust-lang/crates.io-index" 7996checksum = "bb26159b420aa77684589a744ae9a9461a95395b848764ad12290a14d960a11a" 7997dependencies = [ 7998 "base64 0.22.1", 7999 "block2", 8000 "cookie", 8001 "crossbeam-channel", 8002 "dirs", 8003 "dpi", 8004 "dunce", 8005 "gdkx11", 8006 "gtk", 8007 "html5ever", 8008 "http", 8009 "javascriptcore-rs", 8010 "jni", 8011 "kuchikiki", 8012 "libc", 8013 "ndk", 8014 "objc2", 8015 "objc2-app-kit", 8016 "objc2-core-foundation", 8017 "objc2-foundation", 8018 "objc2-ui-kit", 8019 "objc2-web-kit", 8020 "once_cell", 8021 "percent-encoding", 8022 "raw-window-handle", 8023 "sha2", 8024 "soup3", 8025 "tao-macros", 8026 "thiserror 2.0.18", 8027 "url", 8028 "webkit2gtk", 8029 "webkit2gtk-sys", 8030 "webview2-com", 8031 "windows", 8032 "windows-core 0.61.2", 8033 "windows-version", 8034 "x11-dl", 8035] 8036 8037[[package]] 8038name = "ws_stream_wasm" 8039version = "0.7.5" 8040source = "registry+https://github.com/rust-lang/crates.io-index" 8041checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc" 8042dependencies = [ 8043 "async_io_stream", 8044 "futures", 8045 "js-sys", 8046 "log", 8047 "pharos", 8048 "rustc_version", 8049 "send_wrapper 0.6.0", 8050 "thiserror 2.0.18", 8051 "wasm-bindgen", 8052 "wasm-bindgen-futures", 8053 "web-sys", 8054] 8055 8056[[package]] 8057name = "wyz" 8058version = "0.5.1" 8059source = "registry+https://github.com/rust-lang/crates.io-index" 8060checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 8061dependencies = [ 8062 "tap", 8063] 8064 8065[[package]] 8066name = "x11" 8067version = "2.21.0" 8068source = "registry+https://github.com/rust-lang/crates.io-index" 8069checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 8070dependencies = [ 8071 "libc", 8072 "pkg-config", 8073] 8074 8075[[package]] 8076name = "x11-dl" 8077version = "2.21.0" 8078source = "registry+https://github.com/rust-lang/crates.io-index" 8079checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 8080dependencies = [ 8081 "libc", 8082 "once_cell", 8083 "pkg-config", 8084] 8085 8086[[package]] 8087name = "x25519-dalek" 8088version = "2.0.1" 8089source = "registry+https://github.com/rust-lang/crates.io-index" 8090checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" 8091dependencies = [ 8092 "curve25519-dalek", 8093 "rand_core 0.6.4", 8094 "serde", 8095 "zeroize", 8096] 8097 8098[[package]] 8099name = "x509-parser" 8100version = "0.16.0" 8101source = "registry+https://github.com/rust-lang/crates.io-index" 8102checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" 8103dependencies = [ 8104 "asn1-rs", 8105 "data-encoding", 8106 "der-parser", 8107 "lazy_static", 8108 "nom", 8109 "oid-registry", 8110 "ring", 8111 "rusticata-macros", 8112 "thiserror 1.0.69", 8113 "time", 8114] 8115 8116[[package]] 8117name = "yasna" 8118version = "0.5.2" 8119source = "registry+https://github.com/rust-lang/crates.io-index" 8120checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 8121dependencies = [ 8122 "time", 8123] 8124 8125[[package]] 8126name = "yoke" 8127version = "0.8.1" 8128source = "registry+https://github.com/rust-lang/crates.io-index" 8129checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 8130dependencies = [ 8131 "stable_deref_trait", 8132 "yoke-derive", 8133 "zerofrom", 8134] 8135 8136[[package]] 8137name = "yoke-derive" 8138version = "0.8.1" 8139source = "registry+https://github.com/rust-lang/crates.io-index" 8140checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 8141dependencies = [ 8142 "proc-macro2", 8143 "quote", 8144 "syn 2.0.116", 8145 "synstructure", 8146] 8147 8148[[package]] 8149name = "zbus" 8150version = "5.13.2" 8151source = "registry+https://github.com/rust-lang/crates.io-index" 8152checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1" 8153dependencies = [ 8154 "async-broadcast", 8155 "async-executor", 8156 "async-io", 8157 "async-lock", 8158 "async-process", 8159 "async-recursion", 8160 "async-task", 8161 "async-trait", 8162 "blocking", 8163 "enumflags2", 8164 "event-listener 5.4.1", 8165 "futures-core", 8166 "futures-lite", 8167 "hex", 8168 "libc", 8169 "ordered-stream", 8170 "rustix", 8171 "serde", 8172 "serde_repr", 8173 "tracing", 8174 "uds_windows", 8175 "uuid", 8176 "windows-sys 0.61.2", 8177 "winnow 0.7.14", 8178 "zbus_macros", 8179 "zbus_names", 8180 "zvariant", 8181] 8182 8183[[package]] 8184name = "zbus_macros" 8185version = "5.13.2" 8186source = "registry+https://github.com/rust-lang/crates.io-index" 8187checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1" 8188dependencies = [ 8189 "proc-macro-crate 3.4.0", 8190 "proc-macro2", 8191 "quote", 8192 "syn 2.0.116", 8193 "zbus_names", 8194 "zvariant", 8195 "zvariant_utils", 8196] 8197 8198[[package]] 8199name = "zbus_names" 8200version = "4.3.1" 8201source = "registry+https://github.com/rust-lang/crates.io-index" 8202checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f" 8203dependencies = [ 8204 "serde", 8205 "winnow 0.7.14", 8206 "zvariant", 8207] 8208 8209[[package]] 8210name = "zerocopy" 8211version = "0.8.39" 8212source = "registry+https://github.com/rust-lang/crates.io-index" 8213checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" 8214dependencies = [ 8215 "zerocopy-derive", 8216] 8217 8218[[package]] 8219name = "zerocopy-derive" 8220version = "0.8.39" 8221source = "registry+https://github.com/rust-lang/crates.io-index" 8222checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" 8223dependencies = [ 8224 "proc-macro2", 8225 "quote", 8226 "syn 2.0.116", 8227] 8228 8229[[package]] 8230name = "zerofrom" 8231version = "0.1.6" 8232source = "registry+https://github.com/rust-lang/crates.io-index" 8233checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 8234dependencies = [ 8235 "zerofrom-derive", 8236] 8237 8238[[package]] 8239name = "zerofrom-derive" 8240version = "0.1.6" 8241source = "registry+https://github.com/rust-lang/crates.io-index" 8242checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 8243dependencies = [ 8244 "proc-macro2", 8245 "quote", 8246 "syn 2.0.116", 8247 "synstructure", 8248] 8249 8250[[package]] 8251name = "zeroize" 8252version = "1.8.2" 8253source = "registry+https://github.com/rust-lang/crates.io-index" 8254checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 8255dependencies = [ 8256 "zeroize_derive", 8257] 8258 8259[[package]] 8260name = "zeroize_derive" 8261version = "1.4.3" 8262source = "registry+https://github.com/rust-lang/crates.io-index" 8263checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" 8264dependencies = [ 8265 "proc-macro2", 8266 "quote", 8267 "syn 2.0.116", 8268] 8269 8270[[package]] 8271name = "zerotrie" 8272version = "0.2.3" 8273source = "registry+https://github.com/rust-lang/crates.io-index" 8274checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 8275dependencies = [ 8276 "displaydoc", 8277 "yoke", 8278 "zerofrom", 8279] 8280 8281[[package]] 8282name = "zerovec" 8283version = "0.11.5" 8284source = "registry+https://github.com/rust-lang/crates.io-index" 8285checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 8286dependencies = [ 8287 "yoke", 8288 "zerofrom", 8289 "zerovec-derive", 8290] 8291 8292[[package]] 8293name = "zerovec-derive" 8294version = "0.11.2" 8295source = "registry+https://github.com/rust-lang/crates.io-index" 8296checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 8297dependencies = [ 8298 "proc-macro2", 8299 "quote", 8300 "syn 2.0.116", 8301] 8302 8303[[package]] 8304name = "zmij" 8305version = "1.0.21" 8306source = "registry+https://github.com/rust-lang/crates.io-index" 8307checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 8308 8309[[package]] 8310name = "zvariant" 8311version = "5.9.2" 8312source = "registry+https://github.com/rust-lang/crates.io-index" 8313checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4" 8314dependencies = [ 8315 "endi", 8316 "enumflags2", 8317 "serde", 8318 "winnow 0.7.14", 8319 "zvariant_derive", 8320 "zvariant_utils", 8321] 8322 8323[[package]] 8324name = "zvariant_derive" 8325version = "5.9.2" 8326source = "registry+https://github.com/rust-lang/crates.io-index" 8327checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c" 8328dependencies = [ 8329 "proc-macro-crate 3.4.0", 8330 "proc-macro2", 8331 "quote", 8332 "syn 2.0.116", 8333 "zvariant_utils", 8334] 8335 8336[[package]] 8337name = "zvariant_utils" 8338version = "3.3.0" 8339source = "registry+https://github.com/rust-lang/crates.io-index" 8340checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9" 8341dependencies = [ 8342 "proc-macro2", 8343 "quote", 8344 "serde", 8345 "syn 2.0.116", 8346 "winnow 0.7.14", 8347]