Rewild Your Web
web browser dweb
at main 11711 lines 274 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "ab_glyph" 7version = "0.2.32" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" 10dependencies = [ 11 "ab_glyph_rasterizer", 12 "owned_ttf_parser", 13] 14 15[[package]] 16name = "ab_glyph_rasterizer" 17version = "0.1.10" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" 20 21[[package]] 22name = "accesskit" 23version = "0.21.1" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "cf203f9d3bd8f29f98833d1fbef628df18f759248a547e7e01cfbf63cda36a99" 26dependencies = [ 27 "enumn", 28 "serde", 29] 30 31[[package]] 32name = "accountable-refcell" 33version = "0.2.2" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "6afea9052e0b2d90e38572691d87194b2e5d8d6899b9b850b22aaab17e486252" 36dependencies = [ 37 "backtrace", 38] 39 40[[package]] 41name = "addr2line" 42version = "0.25.1" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 45dependencies = [ 46 "gimli", 47] 48 49[[package]] 50name = "adler2" 51version = "2.0.1" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 54 55[[package]] 56name = "aead" 57version = "0.5.2" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 60dependencies = [ 61 "crypto-common", 62 "generic-array", 63] 64 65[[package]] 66name = "aes" 67version = "0.8.4" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 70dependencies = [ 71 "cfg-if", 72 "cipher", 73 "cpufeatures", 74] 75 76[[package]] 77name = "aes-gcm" 78version = "0.10.3" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" 81dependencies = [ 82 "aead", 83 "aes", 84 "cipher", 85 "ctr", 86 "ghash", 87 "subtle", 88] 89 90[[package]] 91name = "aes-kw" 92version = "0.2.1" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "69fa2b352dcefb5f7f3a5fb840e02665d311d878955380515e4fd50095dd3d8c" 95dependencies = [ 96 "aes", 97] 98 99[[package]] 100name = "ahash" 101version = "0.8.12" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 104dependencies = [ 105 "cfg-if", 106 "getrandom 0.3.4", 107 "once_cell", 108 "version_check", 109 "zerocopy", 110] 111 112[[package]] 113name = "aho-corasick" 114version = "1.1.4" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 117dependencies = [ 118 "memchr", 119] 120 121[[package]] 122name = "aligned" 123version = "0.4.3" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685" 126dependencies = [ 127 "as-slice", 128] 129 130[[package]] 131name = "aligned-vec" 132version = "0.6.4" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" 135dependencies = [ 136 "equator", 137] 138 139[[package]] 140name = "alloc-no-stdlib" 141version = "2.0.4" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 144 145[[package]] 146name = "alloc-stdlib" 147version = "0.2.2" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 150dependencies = [ 151 "alloc-no-stdlib", 152] 153 154[[package]] 155name = "allocator-api2" 156version = "0.2.21" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 159dependencies = [ 160 "serde", 161] 162 163[[package]] 164name = "android-activity" 165version = "0.6.0" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" 168dependencies = [ 169 "android-properties", 170 "bitflags 2.10.0", 171 "cc", 172 "cesu8", 173 "jni", 174 "jni-sys", 175 "libc", 176 "log", 177 "ndk", 178 "ndk-context", 179 "ndk-sys", 180 "num_enum", 181 "thiserror 1.0.69", 182] 183 184[[package]] 185name = "android-properties" 186version = "0.2.2" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 189 190[[package]] 191name = "android_system_properties" 192version = "0.1.5" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 195dependencies = [ 196 "libc", 197] 198 199[[package]] 200name = "anes" 201version = "0.1.6" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 204 205[[package]] 206name = "anstream" 207version = "0.6.21" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 210dependencies = [ 211 "anstyle", 212 "anstyle-parse", 213 "anstyle-query", 214 "anstyle-wincon", 215 "colorchoice", 216 "is_terminal_polyfill", 217 "utf8parse", 218] 219 220[[package]] 221name = "anstyle" 222version = "1.0.13" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 225 226[[package]] 227name = "anstyle-parse" 228version = "0.2.7" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 231dependencies = [ 232 "utf8parse", 233] 234 235[[package]] 236name = "anstyle-query" 237version = "1.1.5" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 240dependencies = [ 241 "windows-sys 0.61.2", 242] 243 244[[package]] 245name = "anstyle-wincon" 246version = "3.0.11" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 249dependencies = [ 250 "anstyle", 251 "once_cell_polyfill", 252 "windows-sys 0.61.2", 253] 254 255[[package]] 256name = "anyhow" 257version = "1.0.101" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" 260 261[[package]] 262name = "app_units" 263version = "0.7.8" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "467b60e4ee6761cd6fd4e03ea58acefc8eec0d1b1def995c1b3b783fa7be8a60" 266dependencies = [ 267 "num-traits", 268 "serde", 269] 270 271[[package]] 272name = "arbitrary" 273version = "1.4.2" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 276 277[[package]] 278name = "arboard" 279version = "3.6.1" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf" 282dependencies = [ 283 "clipboard-win", 284 "image", 285 "log", 286 "objc2 0.6.3", 287 "objc2-app-kit 0.3.2", 288 "objc2-core-foundation", 289 "objc2-core-graphics", 290 "objc2-foundation 0.3.2", 291 "parking_lot", 292 "percent-encoding", 293 "windows-sys 0.60.2", 294 "x11rb", 295] 296 297[[package]] 298name = "arg_enum_proc_macro" 299version = "0.3.4" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 302dependencies = [ 303 "proc-macro2", 304 "quote", 305 "syn 2.0.114", 306] 307 308[[package]] 309name = "argon2" 310version = "0.5.3" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" 313dependencies = [ 314 "base64ct", 315 "blake2", 316 "cpufeatures", 317 "password-hash", 318] 319 320[[package]] 321name = "arrayref" 322version = "0.3.9" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 325 326[[package]] 327name = "arrayvec" 328version = "0.7.6" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 331dependencies = [ 332 "serde", 333] 334 335[[package]] 336name = "as-raw-xcb-connection" 337version = "1.0.1" 338source = "registry+https://github.com/rust-lang/crates.io-index" 339checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 340 341[[package]] 342name = "as-slice" 343version = "0.2.1" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516" 346dependencies = [ 347 "stable_deref_trait", 348] 349 350[[package]] 351name = "ash" 352version = "0.38.0+1.3.281" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 355dependencies = [ 356 "libloading 0.8.9", 357] 358 359[[package]] 360name = "async-compression" 361version = "0.4.37" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "d10e4f991a553474232bc0a31799f6d24b034a84c0971d80d2e2f78b2e576e40" 364dependencies = [ 365 "compression-codecs", 366 "compression-core", 367 "pin-project-lite", 368 "tokio", 369] 370 371[[package]] 372name = "async-recursion" 373version = "1.1.1" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 376dependencies = [ 377 "proc-macro2", 378 "quote", 379 "syn 2.0.114", 380] 381 382[[package]] 383name = "async-tungstenite" 384version = "0.32.1" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "8acc405d38be14342132609f06f02acaf825ddccfe76c4824a69281e0458ebd4" 387dependencies = [ 388 "atomic-waker", 389 "futures-core", 390 "futures-io", 391 "futures-task", 392 "futures-util", 393 "log", 394 "pin-project-lite", 395 "rustls-pki-types", 396 "tokio", 397 "tokio-rustls", 398 "tungstenite", 399 "webpki-roots", 400] 401 402[[package]] 403name = "atk" 404version = "0.18.2" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b" 407dependencies = [ 408 "atk-sys", 409 "glib 0.18.5", 410 "libc", 411] 412 413[[package]] 414name = "atk-sys" 415version = "0.18.2" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086" 418dependencies = [ 419 "glib-sys 0.18.1", 420 "gobject-sys 0.18.0", 421 "libc", 422 "system-deps 6.2.2", 423] 424 425[[package]] 426name = "atomic-waker" 427version = "1.1.2" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 430 431[[package]] 432name = "atomic_refcell" 433version = "0.1.13" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c" 436 437[[package]] 438name = "autocfg" 439version = "1.5.0" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 442 443[[package]] 444name = "av-scenechange" 445version = "0.14.1" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394" 448dependencies = [ 449 "aligned", 450 "anyhow", 451 "arg_enum_proc_macro", 452 "arrayvec", 453 "log", 454 "num-rational", 455 "num-traits", 456 "pastey 0.1.1", 457 "rayon", 458 "thiserror 2.0.18", 459 "v_frame", 460 "y4m", 461] 462 463[[package]] 464name = "av1-grain" 465version = "0.2.5" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8" 468dependencies = [ 469 "anyhow", 470 "arrayvec", 471 "log", 472 "nom 8.0.0", 473 "num-rational", 474 "v_frame", 475] 476 477[[package]] 478name = "avif-serialize" 479version = "0.8.6" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f" 482dependencies = [ 483 "arrayvec", 484] 485 486[[package]] 487name = "aws-lc-rs" 488version = "1.15.4" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256" 491dependencies = [ 492 "aws-lc-sys", 493 "zeroize", 494] 495 496[[package]] 497name = "aws-lc-sys" 498version = "0.37.0" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a" 501dependencies = [ 502 "cc", 503 "cmake", 504 "dunce", 505 "fs_extra", 506] 507 508[[package]] 509name = "axum" 510version = "0.8.8" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" 513dependencies = [ 514 "axum-core", 515 "bytes", 516 "form_urlencoded", 517 "futures-util", 518 "http 1.4.0", 519 "http-body 1.0.1", 520 "http-body-util", 521 "hyper 1.8.1", 522 "hyper-util", 523 "itoa", 524 "matchit", 525 "memchr", 526 "mime", 527 "percent-encoding", 528 "pin-project-lite", 529 "serde_core", 530 "serde_json", 531 "serde_path_to_error", 532 "serde_urlencoded", 533 "sync_wrapper", 534 "tokio", 535 "tower", 536 "tower-layer", 537 "tower-service", 538 "tracing", 539] 540 541[[package]] 542name = "axum-core" 543version = "0.5.6" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 546dependencies = [ 547 "bytes", 548 "futures-core", 549 "http 1.4.0", 550 "http-body 1.0.1", 551 "http-body-util", 552 "mime", 553 "pin-project-lite", 554 "sync_wrapper", 555 "tower-layer", 556 "tower-service", 557 "tracing", 558] 559 560[[package]] 561name = "background_hang_monitor" 562version = "0.1.0" 563dependencies = [ 564 "background_hang_monitor_api", 565 "backtrace", 566 "base", 567 "crossbeam-channel", 568 "libc", 569 "log", 570 "mach2", 571 "nix", 572 "rustc-demangle", 573 "rustc-hash 2.1.1", 574 "serde_json", 575] 576 577[[package]] 578name = "background_hang_monitor_api" 579version = "0.1.0" 580dependencies = [ 581 "base", 582 "serde", 583] 584 585[[package]] 586name = "backtrace" 587version = "0.3.76" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 590dependencies = [ 591 "addr2line", 592 "cfg-if", 593 "libc", 594 "miniz_oxide", 595 "object", 596 "rustc-demangle", 597 "windows-link 0.2.1", 598] 599 600[[package]] 601name = "base" 602version = "0.1.0" 603dependencies = [ 604 "crossbeam-channel", 605 "ipc-channel", 606 "libc", 607 "log", 608 "mach2", 609 "malloc_size_of_derive", 610 "parking_lot", 611 "rayon", 612 "regex", 613 "serde", 614 "serde_json", 615 "servo_config", 616 "servo_malloc_size_of", 617 "time", 618 "unicode-segmentation", 619 "webrender_api", 620 "windows-sys 0.61.2", 621] 622 623[[package]] 624name = "base16ct" 625version = "0.2.0" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 628 629[[package]] 630name = "base64" 631version = "0.12.3" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" 634 635[[package]] 636name = "base64" 637version = "0.21.7" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 640 641[[package]] 642name = "base64" 643version = "0.22.1" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 646 647[[package]] 648name = "base64ct" 649version = "1.8.3" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 652 653[[package]] 654name = "bincode" 655version = "1.3.3" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 658dependencies = [ 659 "serde", 660] 661 662[[package]] 663name = "bindgen" 664version = "0.72.1" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" 667dependencies = [ 668 "bitflags 2.10.0", 669 "cexpr", 670 "clang-sys", 671 "itertools 0.13.0", 672 "proc-macro2", 673 "quote", 674 "regex", 675 "rustc-hash 2.1.1", 676 "shlex", 677 "syn 2.0.114", 678] 679 680[[package]] 681name = "bit-set" 682version = "0.8.0" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 685dependencies = [ 686 "bit-vec", 687] 688 689[[package]] 690name = "bit-vec" 691version = "0.8.0" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 694 695[[package]] 696name = "bit_field" 697version = "0.10.3" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" 700 701[[package]] 702name = "bitflags" 703version = "1.3.2" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 706 707[[package]] 708name = "bitflags" 709version = "2.10.0" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 712dependencies = [ 713 "serde_core", 714] 715 716[[package]] 717name = "bitstream-io" 718version = "4.9.0" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757" 721dependencies = [ 722 "core2", 723] 724 725[[package]] 726name = "blake2" 727version = "0.10.6" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 730dependencies = [ 731 "digest", 732] 733 734[[package]] 735name = "block" 736version = "0.1.6" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 739 740[[package]] 741name = "block-buffer" 742version = "0.10.4" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 745dependencies = [ 746 "generic-array", 747] 748 749[[package]] 750name = "block-padding" 751version = "0.3.3" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 754dependencies = [ 755 "generic-array", 756] 757 758[[package]] 759name = "block2" 760version = "0.5.1" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 763dependencies = [ 764 "objc2 0.5.2", 765] 766 767[[package]] 768name = "block2" 769version = "0.6.2" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 772dependencies = [ 773 "objc2 0.6.3", 774] 775 776[[package]] 777name = "bluetooth" 778version = "0.1.0" 779dependencies = [ 780 "base", 781 "bitflags 2.10.0", 782 "bluetooth_traits", 783 "blurdroid", 784 "blurmac", 785 "blurmock", 786 "blurz", 787 "embedder_traits", 788 "log", 789 "rand 0.9.2", 790 "servo_config", 791 "uuid", 792] 793 794[[package]] 795name = "bluetooth_traits" 796version = "0.1.0" 797dependencies = [ 798 "base", 799 "embedder_traits", 800 "regex", 801 "serde", 802] 803 804[[package]] 805name = "blurdroid" 806version = "0.1.6" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "19b23557dd27704797128f9db2816416bef20dad62d4a9768714eeb65f07d296" 809 810[[package]] 811name = "blurmac" 812version = "0.1.0" 813dependencies = [ 814 "log", 815 "objc2 0.2.7", 816] 817 818[[package]] 819name = "blurmock" 820version = "0.1.3" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "9c150fd617830fd121919bbd500a784507e8af1bae744efcf587591c65c375d4" 823dependencies = [ 824 "hex", 825] 826 827[[package]] 828name = "blurz" 829version = "0.3.0" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "f6dae8337ff67fe8ead29a28a0115605753e6a5205d4b6017e9f42f198c3c50a" 832dependencies = [ 833 "dbus", 834 "hex", 835] 836 837[[package]] 838name = "brotli" 839version = "8.0.2" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 842dependencies = [ 843 "alloc-no-stdlib", 844 "alloc-stdlib", 845 "brotli-decompressor", 846] 847 848[[package]] 849name = "brotli-decompressor" 850version = "5.0.0" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 853dependencies = [ 854 "alloc-no-stdlib", 855 "alloc-stdlib", 856] 857 858[[package]] 859name = "browserhtml" 860version = "0.1.0" 861dependencies = [ 862 "axum", 863 "chrono", 864 "dirs", 865 "embedder_traits", 866 "euclid", 867 "global-hotkey", 868 "gtk", 869 "headers 0.4.1", 870 "image", 871 "keyboard-types 0.8.3", 872 "libservo", 873 "log", 874 "mime_guess", 875 "parking_lot", 876 "rustls", 877 "serde", 878 "serde_json", 879 "servo_config", 880 "servo_config_macro", 881 "tokio", 882 "tower", 883 "tower-http", 884 "tracing", 885 "tracing-perfetto", 886 "tracing-subscriber", 887 "tray-icon", 888 "url", 889 "winit", 890] 891 892[[package]] 893name = "buf-read-ext" 894version = "0.4.0" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "2e2c71c44e5bbc64de4ecfac946e05f9bba5cc296ea7bab4d3eda242a3ffa73c" 897 898[[package]] 899name = "build-parallel" 900version = "0.1.2" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "b8e3ff9db740167616e528c509b3618046fc05d337f8f3182d300f4aa977d2bb" 903dependencies = [ 904 "crossbeam-utils", 905 "jobserver", 906 "num_cpus", 907] 908 909[[package]] 910name = "built" 911version = "0.8.0" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" 914 915[[package]] 916name = "bumpalo" 917version = "3.19.1" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 920 921[[package]] 922name = "byte-slice-cast" 923version = "1.2.3" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d" 926 927[[package]] 928name = "bytemuck" 929version = "1.25.0" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 932dependencies = [ 933 "bytemuck_derive", 934] 935 936[[package]] 937name = "bytemuck_derive" 938version = "1.10.2" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" 941dependencies = [ 942 "proc-macro2", 943 "quote", 944 "syn 2.0.114", 945] 946 947[[package]] 948name = "byteorder" 949version = "1.5.0" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 952 953[[package]] 954name = "byteorder-lite" 955version = "0.1.0" 956source = "registry+https://github.com/rust-lang/crates.io-index" 957checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 958 959[[package]] 960name = "bytes" 961version = "1.11.1" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 964 965[[package]] 966name = "cairo-rs" 967version = "0.18.5" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" 970dependencies = [ 971 "bitflags 2.10.0", 972 "cairo-sys-rs", 973 "glib 0.18.5", 974 "libc", 975 "once_cell", 976 "thiserror 1.0.69", 977] 978 979[[package]] 980name = "cairo-sys-rs" 981version = "0.18.2" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" 984dependencies = [ 985 "glib-sys 0.18.1", 986 "libc", 987 "system-deps 6.2.2", 988] 989 990[[package]] 991name = "calendrical_calculations" 992version = "0.1.3" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "e97f73e95d668625c9b28a3072e6326773785a0cf807de9f3d632778438f3d38" 995dependencies = [ 996 "core_maths", 997 "displaydoc", 998] 999 1000[[package]] 1001name = "calloop" 1002version = "0.13.0" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 1005dependencies = [ 1006 "bitflags 2.10.0", 1007 "log", 1008 "polling", 1009 "rustix 0.38.44", 1010 "slab", 1011 "thiserror 1.0.69", 1012] 1013 1014[[package]] 1015name = "calloop-wayland-source" 1016version = "0.3.0" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 1019dependencies = [ 1020 "calloop", 1021 "rustix 0.38.44", 1022 "wayland-backend", 1023 "wayland-client", 1024] 1025 1026[[package]] 1027name = "canvas" 1028version = "0.1.0" 1029dependencies = [ 1030 "base", 1031 "bytemuck", 1032 "canvas_traits", 1033 "crossbeam-channel", 1034 "euclid", 1035 "fonts", 1036 "futures-intrusive", 1037 "kurbo 0.12.0", 1038 "log", 1039 "paint_api", 1040 "peniko", 1041 "pixels", 1042 "pollster", 1043 "profile_traits", 1044 "rustc-hash 2.1.1", 1045 "servo-tracing", 1046 "servo_config", 1047 "stylo", 1048 "tracing", 1049 "vello", 1050 "vello_cpu", 1051 "webrender_api", 1052] 1053 1054[[package]] 1055name = "canvas_traits" 1056version = "0.1.0" 1057dependencies = [ 1058 "base", 1059 "crossbeam-channel", 1060 "euclid", 1061 "fonts_traits", 1062 "glow", 1063 "kurbo 0.12.0", 1064 "malloc_size_of_derive", 1065 "pixels", 1066 "serde", 1067 "servo_config", 1068 "servo_malloc_size_of", 1069 "strum", 1070 "stylo", 1071 "webrender_api", 1072 "webxr-api", 1073] 1074 1075[[package]] 1076name = "cast" 1077version = "0.3.0" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 1080 1081[[package]] 1082name = "cbc" 1083version = "0.1.2" 1084source = "registry+https://github.com/rust-lang/crates.io-index" 1085checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 1086dependencies = [ 1087 "cipher", 1088] 1089 1090[[package]] 1091name = "cc" 1092version = "1.2.55" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29" 1095dependencies = [ 1096 "find-msvc-tools", 1097 "jobserver", 1098 "libc", 1099 "shlex", 1100] 1101 1102[[package]] 1103name = "cesu8" 1104version = "1.1.0" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 1107 1108[[package]] 1109name = "cexpr" 1110version = "0.6.0" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 1113dependencies = [ 1114 "nom 7.1.3", 1115] 1116 1117[[package]] 1118name = "cfg-expr" 1119version = "0.15.8" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 1122dependencies = [ 1123 "smallvec", 1124 "target-lexicon 0.12.16", 1125] 1126 1127[[package]] 1128name = "cfg-expr" 1129version = "0.20.6" 1130source = "registry+https://github.com/rust-lang/crates.io-index" 1131checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a" 1132dependencies = [ 1133 "smallvec", 1134 "target-lexicon 0.13.3", 1135] 1136 1137[[package]] 1138name = "cfg-if" 1139version = "1.0.4" 1140source = "registry+https://github.com/rust-lang/crates.io-index" 1141checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 1142 1143[[package]] 1144name = "cfg_aliases" 1145version = "0.2.1" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1148 1149[[package]] 1150name = "cgl" 1151version = "0.3.2" 1152source = "registry+https://github.com/rust-lang/crates.io-index" 1153checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 1154dependencies = [ 1155 "libc", 1156] 1157 1158[[package]] 1159name = "chacha20" 1160version = "0.9.1" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" 1163dependencies = [ 1164 "cfg-if", 1165 "cipher", 1166 "cpufeatures", 1167] 1168 1169[[package]] 1170name = "chacha20poly1305" 1171version = "0.10.1" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" 1174dependencies = [ 1175 "aead", 1176 "chacha20", 1177 "cipher", 1178 "poly1305", 1179 "zeroize", 1180] 1181 1182[[package]] 1183name = "chardetng" 1184version = "0.1.17" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea" 1187dependencies = [ 1188 "cfg-if", 1189 "encoding_rs", 1190 "memchr", 1191] 1192 1193[[package]] 1194name = "chrono" 1195version = "0.4.43" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" 1198dependencies = [ 1199 "iana-time-zone", 1200 "js-sys", 1201 "num-traits", 1202 "serde", 1203 "wasm-bindgen", 1204 "windows-link 0.2.1", 1205] 1206 1207[[package]] 1208name = "ciborium" 1209version = "0.2.2" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 1212dependencies = [ 1213 "ciborium-io", 1214 "ciborium-ll", 1215 "serde", 1216] 1217 1218[[package]] 1219name = "ciborium-io" 1220version = "0.2.2" 1221source = "registry+https://github.com/rust-lang/crates.io-index" 1222checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 1223 1224[[package]] 1225name = "ciborium-ll" 1226version = "0.2.2" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 1229dependencies = [ 1230 "ciborium-io", 1231 "half", 1232] 1233 1234[[package]] 1235name = "cipher" 1236version = "0.4.4" 1237source = "registry+https://github.com/rust-lang/crates.io-index" 1238checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 1239dependencies = [ 1240 "crypto-common", 1241 "inout", 1242 "zeroize", 1243] 1244 1245[[package]] 1246name = "clang-sys" 1247version = "1.8.1" 1248source = "registry+https://github.com/rust-lang/crates.io-index" 1249checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 1250dependencies = [ 1251 "glob", 1252 "libc", 1253 "libloading 0.8.9", 1254] 1255 1256[[package]] 1257name = "clap" 1258version = "4.5.57" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a" 1261dependencies = [ 1262 "clap_builder", 1263] 1264 1265[[package]] 1266name = "clap_builder" 1267version = "4.5.57" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238" 1270dependencies = [ 1271 "anstyle", 1272 "clap_lex", 1273] 1274 1275[[package]] 1276name = "clap_lex" 1277version = "0.7.7" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" 1280 1281[[package]] 1282name = "clipboard-win" 1283version = "5.4.1" 1284source = "registry+https://github.com/rust-lang/crates.io-index" 1285checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" 1286dependencies = [ 1287 "error-code", 1288] 1289 1290[[package]] 1291name = "cmake" 1292version = "0.1.57" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" 1295dependencies = [ 1296 "cc", 1297] 1298 1299[[package]] 1300name = "cobs" 1301version = "0.3.0" 1302source = "registry+https://github.com/rust-lang/crates.io-index" 1303checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 1304dependencies = [ 1305 "thiserror 2.0.18", 1306] 1307 1308[[package]] 1309name = "codespan-reporting" 1310version = "0.12.0" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" 1313dependencies = [ 1314 "serde", 1315 "termcolor", 1316 "unicode-width", 1317] 1318 1319[[package]] 1320name = "color" 1321version = "0.3.2" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "a18ef4657441fb193b65f34dc39b3781f0dfec23d3bd94d0eeb4e88cde421edb" 1324dependencies = [ 1325 "bytemuck", 1326] 1327 1328[[package]] 1329name = "color_quant" 1330version = "1.1.0" 1331source = "registry+https://github.com/rust-lang/crates.io-index" 1332checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 1333 1334[[package]] 1335name = "colorchoice" 1336version = "1.0.4" 1337source = "registry+https://github.com/rust-lang/crates.io-index" 1338checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 1339 1340[[package]] 1341name = "combine" 1342version = "4.6.7" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1345dependencies = [ 1346 "bytes", 1347 "memchr", 1348] 1349 1350[[package]] 1351name = "compression-codecs" 1352version = "0.4.36" 1353source = "registry+https://github.com/rust-lang/crates.io-index" 1354checksum = "00828ba6fd27b45a448e57dbfe84f1029d4c9f26b368157e9a448a5f49a2ec2a" 1355dependencies = [ 1356 "brotli", 1357 "compression-core", 1358 "flate2", 1359 "memchr", 1360 "zstd", 1361 "zstd-safe", 1362] 1363 1364[[package]] 1365name = "compression-core" 1366version = "0.4.31" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" 1369 1370[[package]] 1371name = "concurrent-queue" 1372version = "2.5.0" 1373source = "registry+https://github.com/rust-lang/crates.io-index" 1374checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 1375dependencies = [ 1376 "crossbeam-utils", 1377] 1378 1379[[package]] 1380name = "const-oid" 1381version = "0.9.6" 1382source = "registry+https://github.com/rust-lang/crates.io-index" 1383checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 1384 1385[[package]] 1386name = "constellation" 1387version = "0.1.0" 1388dependencies = [ 1389 "background_hang_monitor", 1390 "background_hang_monitor_api", 1391 "backtrace", 1392 "base", 1393 "bluetooth_traits", 1394 "canvas", 1395 "canvas_traits", 1396 "constellation_traits", 1397 "content-security-policy", 1398 "crossbeam-channel", 1399 "devtools_traits", 1400 "embedder_traits", 1401 "euclid", 1402 "fonts", 1403 "gaol", 1404 "ipc-channel", 1405 "keyboard-types 0.8.3", 1406 "layout_api", 1407 "log", 1408 "media", 1409 "net", 1410 "net_traits", 1411 "paint_api", 1412 "parking_lot", 1413 "profile", 1414 "profile_traits", 1415 "rand 0.9.2", 1416 "rustc-hash 2.1.1", 1417 "script_traits", 1418 "serde", 1419 "servo-tracing", 1420 "servo_config", 1421 "servo_url", 1422 "storage_traits", 1423 "stylo", 1424 "stylo_traits", 1425 "tracing", 1426 "webgpu", 1427 "webgpu_traits", 1428 "webrender", 1429 "webrender_api", 1430 "webxr-api", 1431] 1432 1433[[package]] 1434name = "constellation_traits" 1435version = "0.1.0" 1436dependencies = [ 1437 "base", 1438 "canvas_traits", 1439 "content-security-policy", 1440 "devtools_traits", 1441 "embedder_traits", 1442 "encoding_rs", 1443 "euclid", 1444 "fonts_traits", 1445 "http 1.4.0", 1446 "hyper_serde", 1447 "ipc-channel", 1448 "log", 1449 "malloc_size_of_derive", 1450 "net_traits", 1451 "paint_api", 1452 "pixels", 1453 "profile_traits", 1454 "rustc-hash 2.1.1", 1455 "serde", 1456 "servo_config", 1457 "servo_malloc_size_of", 1458 "servo_url", 1459 "storage_traits", 1460 "strum", 1461 "stylo_traits", 1462 "uuid", 1463 "webgpu_traits", 1464 "webrender_api", 1465 "wgpu-core", 1466] 1467 1468[[package]] 1469name = "content-security-policy" 1470version = "0.6.0" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "52efb49c92268e4dcb64ea15d6733630f91bda721ef093f2e83959ea4fa241c0" 1473dependencies = [ 1474 "base64 0.22.1", 1475 "bitflags 2.10.0", 1476 "once_cell", 1477 "percent-encoding", 1478 "regex", 1479 "serde", 1480 "sha2", 1481 "url", 1482] 1483 1484[[package]] 1485name = "cookie" 1486version = "0.16.2" 1487source = "registry+https://github.com/rust-lang/crates.io-index" 1488checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" 1489dependencies = [ 1490 "time", 1491 "version_check", 1492] 1493 1494[[package]] 1495name = "cookie" 1496version = "0.18.1" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 1499dependencies = [ 1500 "time", 1501 "version_check", 1502] 1503 1504[[package]] 1505name = "core-foundation" 1506version = "0.9.4" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1509dependencies = [ 1510 "core-foundation-sys", 1511 "libc", 1512] 1513 1514[[package]] 1515name = "core-foundation" 1516version = "0.10.1" 1517source = "registry+https://github.com/rust-lang/crates.io-index" 1518checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 1519dependencies = [ 1520 "core-foundation-sys", 1521 "libc", 1522] 1523 1524[[package]] 1525name = "core-foundation-sys" 1526version = "0.8.7" 1527source = "registry+https://github.com/rust-lang/crates.io-index" 1528checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1529 1530[[package]] 1531name = "core-graphics" 1532version = "0.23.2" 1533source = "registry+https://github.com/rust-lang/crates.io-index" 1534checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 1535dependencies = [ 1536 "bitflags 1.3.2", 1537 "core-foundation 0.9.4", 1538 "core-graphics-types 0.1.3", 1539 "foreign-types", 1540 "libc", 1541] 1542 1543[[package]] 1544name = "core-graphics-types" 1545version = "0.1.3" 1546source = "registry+https://github.com/rust-lang/crates.io-index" 1547checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1548dependencies = [ 1549 "bitflags 1.3.2", 1550 "core-foundation 0.9.4", 1551 "libc", 1552] 1553 1554[[package]] 1555name = "core-graphics-types" 1556version = "0.2.0" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 1559dependencies = [ 1560 "bitflags 2.10.0", 1561 "core-foundation 0.10.1", 1562 "libc", 1563] 1564 1565[[package]] 1566name = "core-text" 1567version = "20.1.0" 1568source = "registry+https://github.com/rust-lang/crates.io-index" 1569checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5" 1570dependencies = [ 1571 "core-foundation 0.9.4", 1572 "core-graphics", 1573 "foreign-types", 1574 "libc", 1575] 1576 1577[[package]] 1578name = "core2" 1579version = "0.4.0" 1580source = "registry+https://github.com/rust-lang/crates.io-index" 1581checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 1582dependencies = [ 1583 "memchr", 1584] 1585 1586[[package]] 1587name = "core_maths" 1588version = "0.1.1" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30" 1591dependencies = [ 1592 "libm", 1593] 1594 1595[[package]] 1596name = "cpufeatures" 1597version = "0.2.17" 1598source = "registry+https://github.com/rust-lang/crates.io-index" 1599checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 1600dependencies = [ 1601 "libc", 1602] 1603 1604[[package]] 1605name = "crc32fast" 1606version = "1.5.0" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 1609dependencies = [ 1610 "cfg-if", 1611] 1612 1613[[package]] 1614name = "criterion" 1615version = "0.5.1" 1616source = "registry+https://github.com/rust-lang/crates.io-index" 1617checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 1618dependencies = [ 1619 "anes", 1620 "cast", 1621 "ciborium", 1622 "clap", 1623 "criterion-plot", 1624 "is-terminal", 1625 "itertools 0.10.5", 1626 "num-traits", 1627 "once_cell", 1628 "oorandom", 1629 "plotters", 1630 "rayon", 1631 "regex", 1632 "serde", 1633 "serde_derive", 1634 "serde_json", 1635 "tinytemplate", 1636 "walkdir", 1637] 1638 1639[[package]] 1640name = "criterion-plot" 1641version = "0.5.0" 1642source = "registry+https://github.com/rust-lang/crates.io-index" 1643checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 1644dependencies = [ 1645 "cast", 1646 "itertools 0.10.5", 1647] 1648 1649[[package]] 1650name = "crossbeam-channel" 1651version = "0.5.15" 1652source = "registry+https://github.com/rust-lang/crates.io-index" 1653checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 1654dependencies = [ 1655 "crossbeam-utils", 1656] 1657 1658[[package]] 1659name = "crossbeam-deque" 1660version = "0.8.6" 1661source = "registry+https://github.com/rust-lang/crates.io-index" 1662checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 1663dependencies = [ 1664 "crossbeam-epoch", 1665 "crossbeam-utils", 1666] 1667 1668[[package]] 1669name = "crossbeam-epoch" 1670version = "0.9.18" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1673dependencies = [ 1674 "crossbeam-utils", 1675] 1676 1677[[package]] 1678name = "crossbeam-utils" 1679version = "0.8.21" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 1682 1683[[package]] 1684name = "crunchy" 1685version = "0.2.4" 1686source = "registry+https://github.com/rust-lang/crates.io-index" 1687checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 1688 1689[[package]] 1690name = "crypto-bigint" 1691version = "0.5.5" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 1694dependencies = [ 1695 "generic-array", 1696 "rand_core 0.6.4", 1697 "subtle", 1698 "zeroize", 1699] 1700 1701[[package]] 1702name = "crypto-common" 1703version = "0.1.7" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 1706dependencies = [ 1707 "generic-array", 1708 "rand_core 0.6.4", 1709 "typenum", 1710] 1711 1712[[package]] 1713name = "cssparser" 1714version = "0.36.0" 1715source = "registry+https://github.com/rust-lang/crates.io-index" 1716checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2" 1717dependencies = [ 1718 "cssparser-macros", 1719 "dtoa-short", 1720 "itoa", 1721 "phf", 1722 "serde", 1723 "smallvec", 1724] 1725 1726[[package]] 1727name = "cssparser-macros" 1728version = "0.6.1" 1729source = "registry+https://github.com/rust-lang/crates.io-index" 1730checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 1731dependencies = [ 1732 "quote", 1733 "syn 2.0.114", 1734] 1735 1736[[package]] 1737name = "ctr" 1738version = "0.9.2" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" 1741dependencies = [ 1742 "cipher", 1743] 1744 1745[[package]] 1746name = "cursor-icon" 1747version = "1.2.0" 1748source = "registry+https://github.com/rust-lang/crates.io-index" 1749checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" 1750 1751[[package]] 1752name = "curve25519-dalek" 1753version = "4.1.3" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 1756dependencies = [ 1757 "cfg-if", 1758 "cpufeatures", 1759 "curve25519-dalek-derive", 1760 "fiat-crypto", 1761 "rustc_version", 1762 "subtle", 1763 "zeroize", 1764] 1765 1766[[package]] 1767name = "curve25519-dalek-derive" 1768version = "0.1.1" 1769source = "registry+https://github.com/rust-lang/crates.io-index" 1770checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 1771dependencies = [ 1772 "proc-macro2", 1773 "quote", 1774 "syn 2.0.114", 1775] 1776 1777[[package]] 1778name = "darling" 1779version = "0.20.11" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 1782dependencies = [ 1783 "darling_core", 1784 "darling_macro", 1785] 1786 1787[[package]] 1788name = "darling_core" 1789version = "0.20.11" 1790source = "registry+https://github.com/rust-lang/crates.io-index" 1791checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 1792dependencies = [ 1793 "fnv", 1794 "ident_case", 1795 "proc-macro2", 1796 "quote", 1797 "syn 2.0.114", 1798] 1799 1800[[package]] 1801name = "darling_macro" 1802version = "0.20.11" 1803source = "registry+https://github.com/rust-lang/crates.io-index" 1804checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 1805dependencies = [ 1806 "darling_core", 1807 "quote", 1808 "syn 2.0.114", 1809] 1810 1811[[package]] 1812name = "data-encoding" 1813version = "2.10.0" 1814source = "registry+https://github.com/rust-lang/crates.io-index" 1815checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" 1816 1817[[package]] 1818name = "data-url" 1819version = "0.3.2" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" 1822 1823[[package]] 1824name = "dbus" 1825version = "0.6.5" 1826source = "registry+https://github.com/rust-lang/crates.io-index" 1827checksum = "48b5f0f36f1eebe901b0e6bee369a77ed3396334bf3f09abd46454a576f71819" 1828dependencies = [ 1829 "libc", 1830 "libdbus-sys", 1831] 1832 1833[[package]] 1834name = "deny_public_fields" 1835version = "0.1.0" 1836dependencies = [ 1837 "syn 2.0.114", 1838 "synstructure", 1839] 1840 1841[[package]] 1842name = "der" 1843version = "0.7.10" 1844source = "registry+https://github.com/rust-lang/crates.io-index" 1845checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 1846dependencies = [ 1847 "const-oid", 1848 "der_derive", 1849 "pem-rfc7468", 1850 "zeroize", 1851] 1852 1853[[package]] 1854name = "der_derive" 1855version = "0.7.3" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18" 1858dependencies = [ 1859 "proc-macro2", 1860 "quote", 1861 "syn 2.0.114", 1862] 1863 1864[[package]] 1865name = "deranged" 1866version = "0.5.5" 1867source = "registry+https://github.com/rust-lang/crates.io-index" 1868checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 1869dependencies = [ 1870 "powerfmt", 1871 "serde_core", 1872] 1873 1874[[package]] 1875name = "derive_more" 1876version = "2.1.1" 1877source = "registry+https://github.com/rust-lang/crates.io-index" 1878checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 1879dependencies = [ 1880 "derive_more-impl", 1881] 1882 1883[[package]] 1884name = "derive_more-impl" 1885version = "2.1.1" 1886source = "registry+https://github.com/rust-lang/crates.io-index" 1887checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 1888dependencies = [ 1889 "proc-macro2", 1890 "quote", 1891 "rustc_version", 1892 "syn 2.0.114", 1893] 1894 1895[[package]] 1896name = "devtools" 1897version = "0.1.0" 1898dependencies = [ 1899 "atomic_refcell", 1900 "base", 1901 "base64 0.22.1", 1902 "chrono", 1903 "crossbeam-channel", 1904 "devtools_traits", 1905 "embedder_traits", 1906 "headers 0.4.1", 1907 "http 1.4.0", 1908 "log", 1909 "net", 1910 "net_traits", 1911 "rand 0.9.2", 1912 "rustc-hash 2.1.1", 1913 "serde", 1914 "serde_json", 1915 "servo_config", 1916 "servo_url", 1917 "uuid", 1918] 1919 1920[[package]] 1921name = "devtools_traits" 1922version = "0.1.0" 1923dependencies = [ 1924 "base", 1925 "bitflags 2.10.0", 1926 "embedder_traits", 1927 "http 1.4.0", 1928 "log", 1929 "malloc_size_of_derive", 1930 "net_traits", 1931 "serde", 1932 "servo_malloc_size_of", 1933 "servo_url", 1934 "uuid", 1935] 1936 1937[[package]] 1938name = "digest" 1939version = "0.10.7" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1942dependencies = [ 1943 "block-buffer", 1944 "const-oid", 1945 "crypto-common", 1946 "subtle", 1947] 1948 1949[[package]] 1950name = "diplomat" 1951version = "0.8.0" 1952source = "registry+https://github.com/rust-lang/crates.io-index" 1953checksum = "3137c640d2bac491dbfca7f9945c948f888dd8c95bdf7ee6b164fbdfa5d3efc2" 1954dependencies = [ 1955 "diplomat_core", 1956 "proc-macro2", 1957 "quote", 1958 "syn 2.0.114", 1959] 1960 1961[[package]] 1962name = "diplomat-runtime" 1963version = "0.8.3" 1964source = "registry+https://github.com/rust-lang/crates.io-index" 1965checksum = "53bfcc833b58615b593a6e5c46771cb36b1cfce94899c60823810939fe8ca9d9" 1966 1967[[package]] 1968name = "diplomat_core" 1969version = "0.8.1" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "cd7aca1d8f9e7b73ad61785beedc9556ad79f84b15c15abaa7041377e42284c1" 1972dependencies = [ 1973 "lazy_static", 1974 "proc-macro2", 1975 "quote", 1976 "serde", 1977 "smallvec", 1978 "strck_ident", 1979 "syn 2.0.114", 1980] 1981 1982[[package]] 1983name = "dirs" 1984version = "6.0.0" 1985source = "registry+https://github.com/rust-lang/crates.io-index" 1986checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 1987dependencies = [ 1988 "dirs-sys", 1989] 1990 1991[[package]] 1992name = "dirs-sys" 1993version = "0.5.0" 1994source = "registry+https://github.com/rust-lang/crates.io-index" 1995checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 1996dependencies = [ 1997 "libc", 1998 "option-ext", 1999 "redox_users", 2000 "windows-sys 0.61.2", 2001] 2002 2003[[package]] 2004name = "dispatch" 2005version = "0.2.0" 2006source = "registry+https://github.com/rust-lang/crates.io-index" 2007checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 2008 2009[[package]] 2010name = "dispatch2" 2011version = "0.3.0" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 2014dependencies = [ 2015 "bitflags 2.10.0", 2016 "objc2 0.6.3", 2017] 2018 2019[[package]] 2020name = "displaydoc" 2021version = "0.2.5" 2022source = "registry+https://github.com/rust-lang/crates.io-index" 2023checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 2024dependencies = [ 2025 "proc-macro2", 2026 "quote", 2027 "syn 2.0.114", 2028] 2029 2030[[package]] 2031name = "dlib" 2032version = "0.5.2" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 2035dependencies = [ 2036 "libloading 0.8.9", 2037] 2038 2039[[package]] 2040name = "document-features" 2041version = "0.2.12" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 2044dependencies = [ 2045 "litrs", 2046] 2047 2048[[package]] 2049name = "dom_struct" 2050version = "0.1.0" 2051dependencies = [ 2052 "proc-macro2", 2053 "quote", 2054 "syn 2.0.114", 2055] 2056 2057[[package]] 2058name = "downcast-rs" 2059version = "1.2.1" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 2062 2063[[package]] 2064name = "dpi" 2065version = "0.1.2" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 2068 2069[[package]] 2070name = "dtoa" 2071version = "1.0.11" 2072source = "registry+https://github.com/rust-lang/crates.io-index" 2073checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" 2074 2075[[package]] 2076name = "dtoa-short" 2077version = "0.3.5" 2078source = "registry+https://github.com/rust-lang/crates.io-index" 2079checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 2080dependencies = [ 2081 "dtoa", 2082] 2083 2084[[package]] 2085name = "dunce" 2086version = "1.0.5" 2087source = "registry+https://github.com/rust-lang/crates.io-index" 2088checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 2089 2090[[package]] 2091name = "dwrote" 2092version = "0.11.5" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02" 2095dependencies = [ 2096 "lazy_static", 2097 "libc", 2098 "serde", 2099 "serde_derive", 2100 "winapi", 2101 "wio", 2102] 2103 2104[[package]] 2105name = "ecdsa" 2106version = "0.16.9" 2107source = "registry+https://github.com/rust-lang/crates.io-index" 2108checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 2109dependencies = [ 2110 "der", 2111 "digest", 2112 "elliptic-curve", 2113 "rfc6979", 2114 "signature", 2115 "spki", 2116] 2117 2118[[package]] 2119name = "either" 2120version = "1.15.0" 2121source = "registry+https://github.com/rust-lang/crates.io-index" 2122checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 2123 2124[[package]] 2125name = "elliptic-curve" 2126version = "0.13.8" 2127source = "registry+https://github.com/rust-lang/crates.io-index" 2128checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 2129dependencies = [ 2130 "base16ct", 2131 "crypto-bigint", 2132 "digest", 2133 "ff", 2134 "generic-array", 2135 "group", 2136 "hkdf", 2137 "pem-rfc7468", 2138 "pkcs8", 2139 "rand_core 0.6.4", 2140 "sec1", 2141 "subtle", 2142 "zeroize", 2143] 2144 2145[[package]] 2146name = "embedded-io" 2147version = "0.4.0" 2148source = "registry+https://github.com/rust-lang/crates.io-index" 2149checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 2150 2151[[package]] 2152name = "embedded-io" 2153version = "0.6.1" 2154source = "registry+https://github.com/rust-lang/crates.io-index" 2155checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 2156 2157[[package]] 2158name = "embedder_traits" 2159version = "0.1.0" 2160dependencies = [ 2161 "accesskit", 2162 "base", 2163 "bitflags 2.10.0", 2164 "cookie 0.18.1", 2165 "crossbeam-channel", 2166 "euclid", 2167 "http 1.4.0", 2168 "hyper_serde", 2169 "image", 2170 "keyboard-types 0.8.3", 2171 "log", 2172 "malloc_size_of_derive", 2173 "pixels", 2174 "rustc-hash 2.1.1", 2175 "serde", 2176 "servo_config", 2177 "servo_geometry", 2178 "servo_malloc_size_of", 2179 "servo_url", 2180 "strum", 2181 "stylo", 2182 "stylo_traits", 2183 "tokio", 2184 "url", 2185 "uuid", 2186 "webdriver", 2187 "webrender_api", 2188] 2189 2190[[package]] 2191name = "encoding_c" 2192version = "0.9.8" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "9af727805f3b0d79956bde5b35732669fb5c5d45a94893798e7b7e70cfbf9cc1" 2195dependencies = [ 2196 "encoding_rs", 2197] 2198 2199[[package]] 2200name = "encoding_c_mem" 2201version = "0.2.6" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "3a80a16821fe8c7cab96e0c67b57cd7090e021e9615e6ce6ab0cf866c44ed1f0" 2204dependencies = [ 2205 "encoding_rs", 2206] 2207 2208[[package]] 2209name = "encoding_rs" 2210version = "0.8.35" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 2213dependencies = [ 2214 "cfg-if", 2215 "serde", 2216] 2217 2218[[package]] 2219name = "enumn" 2220version = "0.1.14" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" 2223dependencies = [ 2224 "proc-macro2", 2225 "quote", 2226 "syn 2.0.114", 2227] 2228 2229[[package]] 2230name = "env_filter" 2231version = "0.1.4" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" 2234dependencies = [ 2235 "log", 2236 "regex", 2237] 2238 2239[[package]] 2240name = "env_logger" 2241version = "0.8.4" 2242source = "registry+https://github.com/rust-lang/crates.io-index" 2243checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" 2244dependencies = [ 2245 "log", 2246 "regex", 2247] 2248 2249[[package]] 2250name = "env_logger" 2251version = "0.11.8" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 2254dependencies = [ 2255 "anstream", 2256 "anstyle", 2257 "env_filter", 2258 "jiff", 2259 "log", 2260] 2261 2262[[package]] 2263name = "equator" 2264version = "0.4.2" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" 2267dependencies = [ 2268 "equator-macro", 2269] 2270 2271[[package]] 2272name = "equator-macro" 2273version = "0.4.2" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" 2276dependencies = [ 2277 "proc-macro2", 2278 "quote", 2279 "syn 2.0.114", 2280] 2281 2282[[package]] 2283name = "equivalent" 2284version = "1.0.2" 2285source = "registry+https://github.com/rust-lang/crates.io-index" 2286checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 2287 2288[[package]] 2289name = "errno" 2290version = "0.3.14" 2291source = "registry+https://github.com/rust-lang/crates.io-index" 2292checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 2293dependencies = [ 2294 "libc", 2295 "windows-sys 0.61.2", 2296] 2297 2298[[package]] 2299name = "error-code" 2300version = "3.3.2" 2301source = "registry+https://github.com/rust-lang/crates.io-index" 2302checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" 2303 2304[[package]] 2305name = "etagere" 2306version = "0.2.15" 2307source = "registry+https://github.com/rust-lang/crates.io-index" 2308checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342" 2309dependencies = [ 2310 "euclid", 2311 "serde", 2312 "svg_fmt", 2313] 2314 2315[[package]] 2316name = "euclid" 2317version = "0.22.13" 2318source = "registry+https://github.com/rust-lang/crates.io-index" 2319checksum = "df61bf483e837f88d5c2291dcf55c67be7e676b3a51acc48db3a7b163b91ed63" 2320dependencies = [ 2321 "num-traits", 2322 "serde", 2323] 2324 2325[[package]] 2326name = "exr" 2327version = "1.74.0" 2328source = "registry+https://github.com/rust-lang/crates.io-index" 2329checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" 2330dependencies = [ 2331 "bit_field", 2332 "half", 2333 "lebe", 2334 "miniz_oxide", 2335 "rayon-core", 2336 "smallvec", 2337 "zune-inflate", 2338] 2339 2340[[package]] 2341name = "fallible-iterator" 2342version = "0.3.0" 2343source = "registry+https://github.com/rust-lang/crates.io-index" 2344checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 2345 2346[[package]] 2347name = "fallible-streaming-iterator" 2348version = "0.1.9" 2349source = "registry+https://github.com/rust-lang/crates.io-index" 2350checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 2351 2352[[package]] 2353name = "fastrand" 2354version = "2.3.0" 2355source = "registry+https://github.com/rust-lang/crates.io-index" 2356checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 2357 2358[[package]] 2359name = "fax" 2360version = "0.2.6" 2361source = "registry+https://github.com/rust-lang/crates.io-index" 2362checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" 2363dependencies = [ 2364 "fax_derive", 2365] 2366 2367[[package]] 2368name = "fax_derive" 2369version = "0.2.0" 2370source = "registry+https://github.com/rust-lang/crates.io-index" 2371checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" 2372dependencies = [ 2373 "proc-macro2", 2374 "quote", 2375 "syn 2.0.114", 2376] 2377 2378[[package]] 2379name = "fdeflate" 2380version = "0.3.7" 2381source = "registry+https://github.com/rust-lang/crates.io-index" 2382checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 2383dependencies = [ 2384 "simd-adler32", 2385] 2386 2387[[package]] 2388name = "fearless_simd" 2389version = "0.3.0" 2390source = "registry+https://github.com/rust-lang/crates.io-index" 2391checksum = "8fb2907d1f08b2b316b9223ced5b0e89d87028ba8deae9764741dba8ff7f3903" 2392dependencies = [ 2393 "bytemuck", 2394] 2395 2396[[package]] 2397name = "ff" 2398version = "0.13.1" 2399source = "registry+https://github.com/rust-lang/crates.io-index" 2400checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 2401dependencies = [ 2402 "rand_core 0.6.4", 2403 "subtle", 2404] 2405 2406[[package]] 2407name = "fiat-crypto" 2408version = "0.2.9" 2409source = "registry+https://github.com/rust-lang/crates.io-index" 2410checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 2411 2412[[package]] 2413name = "field-offset" 2414version = "0.3.6" 2415source = "registry+https://github.com/rust-lang/crates.io-index" 2416checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 2417dependencies = [ 2418 "memoffset", 2419 "rustc_version", 2420] 2421 2422[[package]] 2423name = "filetime" 2424version = "0.2.27" 2425source = "registry+https://github.com/rust-lang/crates.io-index" 2426checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" 2427dependencies = [ 2428 "cfg-if", 2429 "libc", 2430 "libredox", 2431] 2432 2433[[package]] 2434name = "find-msvc-tools" 2435version = "0.1.9" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 2438 2439[[package]] 2440name = "fixed_decimal" 2441version = "0.5.6" 2442source = "registry+https://github.com/rust-lang/crates.io-index" 2443checksum = "0febbeb1118a9ecdee6e4520ead6b54882e843dd0592ad233247dbee84c53db8" 2444dependencies = [ 2445 "displaydoc", 2446 "smallvec", 2447 "writeable 0.5.5", 2448] 2449 2450[[package]] 2451name = "fixedbitset" 2452version = "0.1.9" 2453source = "registry+https://github.com/rust-lang/crates.io-index" 2454checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" 2455 2456[[package]] 2457name = "flate2" 2458version = "1.1.9" 2459source = "registry+https://github.com/rust-lang/crates.io-index" 2460checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 2461dependencies = [ 2462 "crc32fast", 2463 "miniz_oxide", 2464] 2465 2466[[package]] 2467name = "float-cmp" 2468version = "0.9.0" 2469source = "registry+https://github.com/rust-lang/crates.io-index" 2470checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 2471 2472[[package]] 2473name = "fnv" 2474version = "1.0.7" 2475source = "registry+https://github.com/rust-lang/crates.io-index" 2476checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 2477 2478[[package]] 2479name = "foldhash" 2480version = "0.1.5" 2481source = "registry+https://github.com/rust-lang/crates.io-index" 2482checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 2483 2484[[package]] 2485name = "font-types" 2486version = "0.10.1" 2487source = "registry+https://github.com/rust-lang/crates.io-index" 2488checksum = "39a654f404bbcbd48ea58c617c2993ee91d1cb63727a37bf2323a4edeed1b8c5" 2489dependencies = [ 2490 "bytemuck", 2491] 2492 2493[[package]] 2494name = "fontconfig-parser" 2495version = "0.5.8" 2496source = "registry+https://github.com/rust-lang/crates.io-index" 2497checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646" 2498dependencies = [ 2499 "roxmltree", 2500] 2501 2502[[package]] 2503name = "fontdb" 2504version = "0.23.0" 2505source = "registry+https://github.com/rust-lang/crates.io-index" 2506checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905" 2507dependencies = [ 2508 "fontconfig-parser", 2509 "log", 2510 "memmap2", 2511 "slotmap", 2512 "tinyvec", 2513 "ttf-parser", 2514] 2515 2516[[package]] 2517name = "fonts" 2518version = "0.1.0" 2519dependencies = [ 2520 "app_units", 2521 "base", 2522 "bitflags 2.10.0", 2523 "byteorder", 2524 "content-security-policy", 2525 "dwrote", 2526 "euclid", 2527 "fonts_traits", 2528 "fontsan", 2529 "freetype-sys", 2530 "harfbuzz-sys", 2531 "itertools 0.14.0", 2532 "libc", 2533 "log", 2534 "malloc_size_of_derive", 2535 "memmap2", 2536 "net_traits", 2537 "num-traits", 2538 "objc2 0.6.3", 2539 "objc2-core-foundation", 2540 "objc2-core-graphics", 2541 "objc2-core-text", 2542 "paint_api", 2543 "parking_lot", 2544 "profile_traits", 2545 "read-fonts", 2546 "rustc-hash 2.1.1", 2547 "serde", 2548 "servo-tracing", 2549 "servo_allocator", 2550 "servo_arc", 2551 "servo_config", 2552 "servo_malloc_size_of", 2553 "servo_url", 2554 "skrifa", 2555 "smallvec", 2556 "stylo", 2557 "stylo_atoms", 2558 "tracing", 2559 "unicode-properties", 2560 "unicode-script", 2561 "url", 2562 "webrender_api", 2563 "winapi", 2564 "xml", 2565 "yeslogic-fontconfig-sys", 2566] 2567 2568[[package]] 2569name = "fonts_traits" 2570version = "0.1.0" 2571dependencies = [ 2572 "atomic_refcell", 2573 "base", 2574 "dwrote", 2575 "log", 2576 "malloc_size_of_derive", 2577 "memmap2", 2578 "num-derive", 2579 "num-traits", 2580 "parking_lot", 2581 "profile_traits", 2582 "read-fonts", 2583 "serde", 2584 "servo_malloc_size_of", 2585 "servo_url", 2586 "stylo", 2587 "webrender_api", 2588] 2589 2590[[package]] 2591name = "fontsan" 2592version = "0.6.1" 2593source = "registry+https://github.com/rust-lang/crates.io-index" 2594checksum = "52fd401b496627c46f35318272508fcdcb77927868507ed2ad796408aa903923" 2595dependencies = [ 2596 "cc", 2597 "fontsan-woff2", 2598 "glob", 2599 "libc", 2600 "libz-sys", 2601] 2602 2603[[package]] 2604name = "fontsan-woff2" 2605version = "0.1.1" 2606source = "registry+https://github.com/rust-lang/crates.io-index" 2607checksum = "106ebe29445505f3860765d2597ddad20a3e90174d6e8539a10d58253b3e5c0f" 2608dependencies = [ 2609 "brotli-decompressor", 2610 "cc", 2611] 2612 2613[[package]] 2614name = "foreign-types" 2615version = "0.5.0" 2616source = "registry+https://github.com/rust-lang/crates.io-index" 2617checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 2618dependencies = [ 2619 "foreign-types-macros", 2620 "foreign-types-shared", 2621] 2622 2623[[package]] 2624name = "foreign-types-macros" 2625version = "0.2.3" 2626source = "registry+https://github.com/rust-lang/crates.io-index" 2627checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 2628dependencies = [ 2629 "proc-macro2", 2630 "quote", 2631 "syn 2.0.114", 2632] 2633 2634[[package]] 2635name = "foreign-types-shared" 2636version = "0.3.1" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 2639 2640[[package]] 2641name = "form_urlencoded" 2642version = "1.2.2" 2643source = "registry+https://github.com/rust-lang/crates.io-index" 2644checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 2645dependencies = [ 2646 "percent-encoding", 2647] 2648 2649[[package]] 2650name = "freetype" 2651version = "0.7.2" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "5a440748e063798e4893ceb877151e84acef9bea9a8c6800645cf3f1b3a7806e" 2654dependencies = [ 2655 "freetype-sys", 2656 "libc", 2657] 2658 2659[[package]] 2660name = "freetype-sys" 2661version = "0.20.1" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134" 2664dependencies = [ 2665 "cc", 2666 "libc", 2667 "pkg-config", 2668] 2669 2670[[package]] 2671name = "fs_extra" 2672version = "1.3.0" 2673source = "registry+https://github.com/rust-lang/crates.io-index" 2674checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 2675 2676[[package]] 2677name = "fst" 2678version = "0.4.7" 2679source = "registry+https://github.com/rust-lang/crates.io-index" 2680checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a" 2681 2682[[package]] 2683name = "futures" 2684version = "0.1.31" 2685source = "registry+https://github.com/rust-lang/crates.io-index" 2686checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" 2687 2688[[package]] 2689name = "futures" 2690version = "0.3.31" 2691source = "registry+https://github.com/rust-lang/crates.io-index" 2692checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 2693dependencies = [ 2694 "futures-channel", 2695 "futures-core", 2696 "futures-executor", 2697 "futures-io", 2698 "futures-sink", 2699 "futures-task", 2700 "futures-util", 2701] 2702 2703[[package]] 2704name = "futures-channel" 2705version = "0.3.31" 2706source = "registry+https://github.com/rust-lang/crates.io-index" 2707checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 2708dependencies = [ 2709 "futures-core", 2710 "futures-sink", 2711] 2712 2713[[package]] 2714name = "futures-core" 2715version = "0.3.31" 2716source = "registry+https://github.com/rust-lang/crates.io-index" 2717checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 2718 2719[[package]] 2720name = "futures-executor" 2721version = "0.3.31" 2722source = "registry+https://github.com/rust-lang/crates.io-index" 2723checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 2724dependencies = [ 2725 "futures-core", 2726 "futures-task", 2727 "futures-util", 2728] 2729 2730[[package]] 2731name = "futures-intrusive" 2732version = "0.5.0" 2733source = "registry+https://github.com/rust-lang/crates.io-index" 2734checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 2735dependencies = [ 2736 "futures-core", 2737 "lock_api", 2738 "parking_lot", 2739] 2740 2741[[package]] 2742name = "futures-io" 2743version = "0.3.31" 2744source = "registry+https://github.com/rust-lang/crates.io-index" 2745checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 2746 2747[[package]] 2748name = "futures-macro" 2749version = "0.3.31" 2750source = "registry+https://github.com/rust-lang/crates.io-index" 2751checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 2752dependencies = [ 2753 "proc-macro2", 2754 "quote", 2755 "syn 2.0.114", 2756] 2757 2758[[package]] 2759name = "futures-sink" 2760version = "0.3.31" 2761source = "registry+https://github.com/rust-lang/crates.io-index" 2762checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 2763 2764[[package]] 2765name = "futures-task" 2766version = "0.3.31" 2767source = "registry+https://github.com/rust-lang/crates.io-index" 2768checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 2769 2770[[package]] 2771name = "futures-util" 2772version = "0.3.31" 2773source = "registry+https://github.com/rust-lang/crates.io-index" 2774checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 2775dependencies = [ 2776 "futures 0.1.31", 2777 "futures-channel", 2778 "futures-core", 2779 "futures-io", 2780 "futures-macro", 2781 "futures-sink", 2782 "futures-task", 2783 "memchr", 2784 "pin-project-lite", 2785 "pin-utils", 2786 "slab", 2787] 2788 2789[[package]] 2790name = "gaol" 2791version = "0.2.1" 2792source = "registry+https://github.com/rust-lang/crates.io-index" 2793checksum = "061957ca7a966a39a79ebca393a9a6c7babda10bf9dd6f11d00041558d929c22" 2794dependencies = [ 2795 "libc", 2796 "log", 2797] 2798 2799[[package]] 2800name = "gdk" 2801version = "0.18.2" 2802source = "registry+https://github.com/rust-lang/crates.io-index" 2803checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691" 2804dependencies = [ 2805 "cairo-rs", 2806 "gdk-pixbuf", 2807 "gdk-sys", 2808 "gio", 2809 "glib 0.18.5", 2810 "libc", 2811 "pango", 2812] 2813 2814[[package]] 2815name = "gdk-pixbuf" 2816version = "0.18.5" 2817source = "registry+https://github.com/rust-lang/crates.io-index" 2818checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" 2819dependencies = [ 2820 "gdk-pixbuf-sys", 2821 "gio", 2822 "glib 0.18.5", 2823 "libc", 2824 "once_cell", 2825] 2826 2827[[package]] 2828name = "gdk-pixbuf-sys" 2829version = "0.18.0" 2830source = "registry+https://github.com/rust-lang/crates.io-index" 2831checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" 2832dependencies = [ 2833 "gio-sys 0.18.1", 2834 "glib-sys 0.18.1", 2835 "gobject-sys 0.18.0", 2836 "libc", 2837 "system-deps 6.2.2", 2838] 2839 2840[[package]] 2841name = "gdk-sys" 2842version = "0.18.2" 2843source = "registry+https://github.com/rust-lang/crates.io-index" 2844checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7" 2845dependencies = [ 2846 "cairo-sys-rs", 2847 "gdk-pixbuf-sys", 2848 "gio-sys 0.18.1", 2849 "glib-sys 0.18.1", 2850 "gobject-sys 0.18.0", 2851 "libc", 2852 "pango-sys", 2853 "pkg-config", 2854 "system-deps 6.2.2", 2855] 2856 2857[[package]] 2858name = "generic-array" 2859version = "0.14.7" 2860source = "registry+https://github.com/rust-lang/crates.io-index" 2861checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 2862dependencies = [ 2863 "typenum", 2864 "version_check", 2865 "zeroize", 2866] 2867 2868[[package]] 2869name = "gethostname" 2870version = "1.1.0" 2871source = "registry+https://github.com/rust-lang/crates.io-index" 2872checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" 2873dependencies = [ 2874 "rustix 1.1.3", 2875 "windows-link 0.2.1", 2876] 2877 2878[[package]] 2879name = "getrandom" 2880version = "0.1.16" 2881source = "registry+https://github.com/rust-lang/crates.io-index" 2882checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 2883dependencies = [ 2884 "cfg-if", 2885 "libc", 2886 "wasi 0.9.0+wasi-snapshot-preview1", 2887] 2888 2889[[package]] 2890name = "getrandom" 2891version = "0.2.17" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 2894dependencies = [ 2895 "cfg-if", 2896 "libc", 2897 "wasi 0.11.1+wasi-snapshot-preview1", 2898] 2899 2900[[package]] 2901name = "getrandom" 2902version = "0.3.4" 2903source = "registry+https://github.com/rust-lang/crates.io-index" 2904checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 2905dependencies = [ 2906 "cfg-if", 2907 "libc", 2908 "r-efi", 2909 "wasip2", 2910] 2911 2912[[package]] 2913name = "ghash" 2914version = "0.5.1" 2915source = "registry+https://github.com/rust-lang/crates.io-index" 2916checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" 2917dependencies = [ 2918 "opaque-debug", 2919 "polyval", 2920] 2921 2922[[package]] 2923name = "gif" 2924version = "0.13.3" 2925source = "registry+https://github.com/rust-lang/crates.io-index" 2926checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" 2927dependencies = [ 2928 "color_quant", 2929 "weezl", 2930] 2931 2932[[package]] 2933name = "gif" 2934version = "0.14.1" 2935source = "registry+https://github.com/rust-lang/crates.io-index" 2936checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e" 2937dependencies = [ 2938 "color_quant", 2939 "weezl", 2940] 2941 2942[[package]] 2943name = "gimli" 2944version = "0.32.3" 2945source = "registry+https://github.com/rust-lang/crates.io-index" 2946checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 2947 2948[[package]] 2949name = "gio" 2950version = "0.18.4" 2951source = "registry+https://github.com/rust-lang/crates.io-index" 2952checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" 2953dependencies = [ 2954 "futures-channel", 2955 "futures-core", 2956 "futures-io", 2957 "futures-util", 2958 "gio-sys 0.18.1", 2959 "glib 0.18.5", 2960 "libc", 2961 "once_cell", 2962 "pin-project-lite", 2963 "smallvec", 2964 "thiserror 1.0.69", 2965] 2966 2967[[package]] 2968name = "gio-sys" 2969version = "0.18.1" 2970source = "registry+https://github.com/rust-lang/crates.io-index" 2971checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" 2972dependencies = [ 2973 "glib-sys 0.18.1", 2974 "gobject-sys 0.18.0", 2975 "libc", 2976 "system-deps 6.2.2", 2977 "winapi", 2978] 2979 2980[[package]] 2981name = "gio-sys" 2982version = "0.21.5" 2983source = "registry+https://github.com/rust-lang/crates.io-index" 2984checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22" 2985dependencies = [ 2986 "glib-sys 0.21.5", 2987 "gobject-sys 0.21.5", 2988 "libc", 2989 "system-deps 7.0.7", 2990 "windows-sys 0.61.2", 2991] 2992 2993[[package]] 2994name = "gl_generator" 2995version = "0.14.0" 2996source = "registry+https://github.com/rust-lang/crates.io-index" 2997checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 2998dependencies = [ 2999 "khronos_api", 3000 "log", 3001 "xml-rs", 3002] 3003 3004[[package]] 3005name = "gleam" 3006version = "0.15.1" 3007source = "registry+https://github.com/rust-lang/crates.io-index" 3008checksum = "8647cc2e2ffde598ce5ca2809452e722dd8dc127885ab8aba2fa8b469cd3ed94" 3009dependencies = [ 3010 "gl_generator", 3011] 3012 3013[[package]] 3014name = "glib" 3015version = "0.18.5" 3016source = "registry+https://github.com/rust-lang/crates.io-index" 3017checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" 3018dependencies = [ 3019 "bitflags 2.10.0", 3020 "futures-channel", 3021 "futures-core", 3022 "futures-executor", 3023 "futures-task", 3024 "futures-util", 3025 "gio-sys 0.18.1", 3026 "glib-macros 0.18.5", 3027 "glib-sys 0.18.1", 3028 "gobject-sys 0.18.0", 3029 "libc", 3030 "memchr", 3031 "once_cell", 3032 "smallvec", 3033 "thiserror 1.0.69", 3034] 3035 3036[[package]] 3037name = "glib" 3038version = "0.21.5" 3039source = "registry+https://github.com/rust-lang/crates.io-index" 3040checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b" 3041dependencies = [ 3042 "bitflags 2.10.0", 3043 "futures-channel", 3044 "futures-core", 3045 "futures-executor", 3046 "futures-task", 3047 "futures-util", 3048 "gio-sys 0.21.5", 3049 "glib-macros 0.21.5", 3050 "glib-sys 0.21.5", 3051 "gobject-sys 0.21.5", 3052 "libc", 3053 "memchr", 3054 "smallvec", 3055] 3056 3057[[package]] 3058name = "glib-macros" 3059version = "0.18.5" 3060source = "registry+https://github.com/rust-lang/crates.io-index" 3061checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" 3062dependencies = [ 3063 "heck 0.4.1", 3064 "proc-macro-crate 2.0.2", 3065 "proc-macro-error", 3066 "proc-macro2", 3067 "quote", 3068 "syn 2.0.114", 3069] 3070 3071[[package]] 3072name = "glib-macros" 3073version = "0.21.5" 3074source = "registry+https://github.com/rust-lang/crates.io-index" 3075checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17" 3076dependencies = [ 3077 "heck 0.5.0", 3078 "proc-macro-crate 3.4.0", 3079 "proc-macro2", 3080 "quote", 3081 "syn 2.0.114", 3082] 3083 3084[[package]] 3085name = "glib-sys" 3086version = "0.18.1" 3087source = "registry+https://github.com/rust-lang/crates.io-index" 3088checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" 3089dependencies = [ 3090 "libc", 3091 "system-deps 6.2.2", 3092] 3093 3094[[package]] 3095name = "glib-sys" 3096version = "0.21.5" 3097source = "registry+https://github.com/rust-lang/crates.io-index" 3098checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c" 3099dependencies = [ 3100 "libc", 3101 "system-deps 7.0.7", 3102] 3103 3104[[package]] 3105name = "glob" 3106version = "0.3.3" 3107source = "registry+https://github.com/rust-lang/crates.io-index" 3108checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 3109 3110[[package]] 3111name = "global-hotkey" 3112version = "0.7.0" 3113source = "registry+https://github.com/rust-lang/crates.io-index" 3114checksum = "b9247516746aa8e53411a0db9b62b0e24efbcf6a76e0ba73e5a91b512ddabed7" 3115dependencies = [ 3116 "crossbeam-channel", 3117 "keyboard-types 0.7.0", 3118 "objc2 0.6.3", 3119 "objc2-app-kit 0.3.2", 3120 "once_cell", 3121 "thiserror 2.0.18", 3122 "windows-sys 0.59.0", 3123 "x11rb", 3124 "xkeysym", 3125] 3126 3127[[package]] 3128name = "glow" 3129version = "0.16.0" 3130source = "registry+https://github.com/rust-lang/crates.io-index" 3131checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" 3132dependencies = [ 3133 "js-sys", 3134 "slotmap", 3135 "wasm-bindgen", 3136 "web-sys", 3137] 3138 3139[[package]] 3140name = "glslopt" 3141version = "0.1.12" 3142source = "registry+https://github.com/rust-lang/crates.io-index" 3143checksum = "8ba4741358604ca0848c27ecc069d68e62e11cde81e38aac1da3c54b79ab5adf" 3144dependencies = [ 3145 "cc", 3146] 3147 3148[[package]] 3149name = "glutin_wgl_sys" 3150version = "0.6.1" 3151source = "registry+https://github.com/rust-lang/crates.io-index" 3152checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" 3153dependencies = [ 3154 "gl_generator", 3155] 3156 3157[[package]] 3158name = "gobject-sys" 3159version = "0.18.0" 3160source = "registry+https://github.com/rust-lang/crates.io-index" 3161checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" 3162dependencies = [ 3163 "glib-sys 0.18.1", 3164 "libc", 3165 "system-deps 6.2.2", 3166] 3167 3168[[package]] 3169name = "gobject-sys" 3170version = "0.21.5" 3171source = "registry+https://github.com/rust-lang/crates.io-index" 3172checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294" 3173dependencies = [ 3174 "glib-sys 0.21.5", 3175 "libc", 3176 "system-deps 7.0.7", 3177] 3178 3179[[package]] 3180name = "gpu-alloc" 3181version = "0.6.0" 3182source = "registry+https://github.com/rust-lang/crates.io-index" 3183checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 3184dependencies = [ 3185 "bitflags 2.10.0", 3186 "gpu-alloc-types", 3187] 3188 3189[[package]] 3190name = "gpu-alloc-types" 3191version = "0.3.0" 3192source = "registry+https://github.com/rust-lang/crates.io-index" 3193checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 3194dependencies = [ 3195 "bitflags 2.10.0", 3196] 3197 3198[[package]] 3199name = "gpu-allocator" 3200version = "0.27.0" 3201source = "registry+https://github.com/rust-lang/crates.io-index" 3202checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd" 3203dependencies = [ 3204 "log", 3205 "presser", 3206 "thiserror 1.0.69", 3207 "windows 0.58.0", 3208] 3209 3210[[package]] 3211name = "gpu-descriptor" 3212version = "0.3.2" 3213source = "registry+https://github.com/rust-lang/crates.io-index" 3214checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" 3215dependencies = [ 3216 "bitflags 2.10.0", 3217 "gpu-descriptor-types", 3218 "hashbrown 0.15.5", 3219] 3220 3221[[package]] 3222name = "gpu-descriptor-types" 3223version = "0.2.0" 3224source = "registry+https://github.com/rust-lang/crates.io-index" 3225checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 3226dependencies = [ 3227 "bitflags 2.10.0", 3228] 3229 3230[[package]] 3231name = "grid" 3232version = "1.0.0" 3233source = "registry+https://github.com/rust-lang/crates.io-index" 3234checksum = "f9e2d4c0a8296178d8802098410ca05d86b17a10bb5ab559b3fb404c1f948220" 3235 3236[[package]] 3237name = "group" 3238version = "0.13.0" 3239source = "registry+https://github.com/rust-lang/crates.io-index" 3240checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 3241dependencies = [ 3242 "ff", 3243 "rand_core 0.6.4", 3244 "subtle", 3245] 3246 3247[[package]] 3248name = "gstreamer" 3249version = "0.24.4" 3250source = "registry+https://github.com/rust-lang/crates.io-index" 3251checksum = "0bed73742c5d54cb48533be608b67d89f96e1ebbba280be7823f1ef995e3a9d7" 3252dependencies = [ 3253 "cfg-if", 3254 "futures-channel", 3255 "futures-core", 3256 "futures-util", 3257 "glib 0.21.5", 3258 "gstreamer-sys", 3259 "itertools 0.14.0", 3260 "kstring", 3261 "libc", 3262 "muldiv", 3263 "num-integer", 3264 "num-rational", 3265 "option-operations", 3266 "pastey 0.2.1", 3267 "pin-project-lite", 3268 "smallvec", 3269 "thiserror 2.0.18", 3270] 3271 3272[[package]] 3273name = "gstreamer-app" 3274version = "0.24.4" 3275source = "registry+https://github.com/rust-lang/crates.io-index" 3276checksum = "895753fb0f976693f321e6b9d68f746ef9095f1a5b8277c11d85d807a949fbfc" 3277dependencies = [ 3278 "futures-core", 3279 "futures-sink", 3280 "glib 0.21.5", 3281 "gstreamer", 3282 "gstreamer-app-sys", 3283 "gstreamer-base", 3284 "libc", 3285] 3286 3287[[package]] 3288name = "gstreamer-app-sys" 3289version = "0.24.4" 3290source = "registry+https://github.com/rust-lang/crates.io-index" 3291checksum = "f7719cee28afda1a48ab1ee93769628bd0653d3c5be1923bce9a8a4550fcc980" 3292dependencies = [ 3293 "glib-sys 0.21.5", 3294 "gstreamer-base-sys", 3295 "gstreamer-sys", 3296 "libc", 3297 "system-deps 7.0.7", 3298] 3299 3300[[package]] 3301name = "gstreamer-audio" 3302version = "0.24.4" 3303source = "registry+https://github.com/rust-lang/crates.io-index" 3304checksum = "92829dbca7c59ed4bf0c9154dd8c0cf3185d6bf9dad821b058b801d9671fa763" 3305dependencies = [ 3306 "cfg-if", 3307 "glib 0.21.5", 3308 "gstreamer", 3309 "gstreamer-audio-sys", 3310 "gstreamer-base", 3311 "libc", 3312 "smallvec", 3313] 3314 3315[[package]] 3316name = "gstreamer-audio-sys" 3317version = "0.24.4" 3318source = "registry+https://github.com/rust-lang/crates.io-index" 3319checksum = "6acd80847b78122c45983597f74a29071d63273c1eded14be5f7381301711475" 3320dependencies = [ 3321 "glib-sys 0.21.5", 3322 "gobject-sys 0.21.5", 3323 "gstreamer-base-sys", 3324 "gstreamer-sys", 3325 "libc", 3326 "system-deps 7.0.7", 3327] 3328 3329[[package]] 3330name = "gstreamer-base" 3331version = "0.24.4" 3332source = "registry+https://github.com/rust-lang/crates.io-index" 3333checksum = "4dd15c7e37d306573766834a5cbdd8ee711265f217b060f40a9a8eda45298488" 3334dependencies = [ 3335 "atomic_refcell", 3336 "cfg-if", 3337 "glib 0.21.5", 3338 "gstreamer", 3339 "gstreamer-base-sys", 3340 "libc", 3341] 3342 3343[[package]] 3344name = "gstreamer-base-sys" 3345version = "0.24.4" 3346source = "registry+https://github.com/rust-lang/crates.io-index" 3347checksum = "27a2eda2c61e13c11883bf19b290d07ea6b53d04fd8bfeb7af64b6006c6c9ee6" 3348dependencies = [ 3349 "glib-sys 0.21.5", 3350 "gobject-sys 0.21.5", 3351 "gstreamer-sys", 3352 "libc", 3353 "system-deps 7.0.7", 3354] 3355 3356[[package]] 3357name = "gstreamer-gl" 3358version = "0.24.4" 3359source = "registry+https://github.com/rust-lang/crates.io-index" 3360checksum = "ecab1fd39f7073c39a2342137612e89876913736e9397c5de8ecf5b74f3f819e" 3361dependencies = [ 3362 "glib 0.21.5", 3363 "gstreamer", 3364 "gstreamer-base", 3365 "gstreamer-gl-sys", 3366 "gstreamer-video", 3367 "libc", 3368] 3369 3370[[package]] 3371name = "gstreamer-gl-egl" 3372version = "0.24.4" 3373source = "registry+https://github.com/rust-lang/crates.io-index" 3374checksum = "4d91b400815415734a30cc544dc285e0bcf18dad32eb028ec508f801778c4644" 3375dependencies = [ 3376 "glib 0.21.5", 3377 "gstreamer", 3378 "gstreamer-gl", 3379 "gstreamer-gl-egl-sys", 3380 "libc", 3381] 3382 3383[[package]] 3384name = "gstreamer-gl-egl-sys" 3385version = "0.24.4" 3386source = "registry+https://github.com/rust-lang/crates.io-index" 3387checksum = "282de8db83edebee1b4e828f73eb2841ad6e4176febb6925098f1e5279f91748" 3388dependencies = [ 3389 "glib-sys 0.21.5", 3390 "gstreamer-gl-sys", 3391 "libc", 3392 "system-deps 7.0.7", 3393] 3394 3395[[package]] 3396name = "gstreamer-gl-sys" 3397version = "0.24.4" 3398source = "registry+https://github.com/rust-lang/crates.io-index" 3399checksum = "8ad017800355f1f595a7645cacd43a36bc6a06dd9c6235485fd4c63f0dbd95c8" 3400dependencies = [ 3401 "glib-sys 0.21.5", 3402 "gobject-sys 0.21.5", 3403 "gstreamer-base-sys", 3404 "gstreamer-sys", 3405 "gstreamer-video-sys", 3406 "libc", 3407 "system-deps 7.0.7", 3408] 3409 3410[[package]] 3411name = "gstreamer-gl-wayland" 3412version = "0.24.4" 3413source = "registry+https://github.com/rust-lang/crates.io-index" 3414checksum = "7e7c882c6de202d985302f531ee7f907e1f1a89b11caa1ba8a153764dc6c650c" 3415dependencies = [ 3416 "glib 0.21.5", 3417 "gstreamer", 3418 "gstreamer-gl", 3419 "gstreamer-gl-wayland-sys", 3420 "libc", 3421] 3422 3423[[package]] 3424name = "gstreamer-gl-wayland-sys" 3425version = "0.24.4" 3426source = "registry+https://github.com/rust-lang/crates.io-index" 3427checksum = "be8dffafb60f97705cb2395139df2002fa2730fa75d4efa04ed1ece1a014d464" 3428dependencies = [ 3429 "glib-sys 0.21.5", 3430 "gstreamer-gl-sys", 3431 "libc", 3432 "system-deps 7.0.7", 3433] 3434 3435[[package]] 3436name = "gstreamer-gl-x11" 3437version = "0.24.4" 3438source = "registry+https://github.com/rust-lang/crates.io-index" 3439checksum = "2a5cbe1aaf44cf6af4beef95390f3be8fdf919059a26991c922dcb0200c21535" 3440dependencies = [ 3441 "glib 0.21.5", 3442 "gstreamer", 3443 "gstreamer-gl", 3444 "gstreamer-gl-x11-sys", 3445 "libc", 3446] 3447 3448[[package]] 3449name = "gstreamer-gl-x11-sys" 3450version = "0.24.4" 3451source = "registry+https://github.com/rust-lang/crates.io-index" 3452checksum = "be689b7d327607d11336964e4dc0f5da658b3a4d0373f0e267995edbe0e0454c" 3453dependencies = [ 3454 "glib-sys 0.21.5", 3455 "gstreamer-gl-sys", 3456 "libc", 3457 "system-deps 7.0.7", 3458] 3459 3460[[package]] 3461name = "gstreamer-play" 3462version = "0.24.4" 3463source = "registry+https://github.com/rust-lang/crates.io-index" 3464checksum = "a951f36a40a454cfa14528830a058b6089f9618e676e77b270abe8e6b563ac07" 3465dependencies = [ 3466 "glib 0.21.5", 3467 "gstreamer", 3468 "gstreamer-play-sys", 3469 "gstreamer-video", 3470 "libc", 3471] 3472 3473[[package]] 3474name = "gstreamer-play-sys" 3475version = "0.24.4" 3476source = "registry+https://github.com/rust-lang/crates.io-index" 3477checksum = "83c4b0f8932515efd790c88d8d501edd2e1de16030cf59eeacc705ae071086d3" 3478dependencies = [ 3479 "glib-sys 0.21.5", 3480 "gobject-sys 0.21.5", 3481 "gstreamer-sys", 3482 "gstreamer-video-sys", 3483 "libc", 3484 "system-deps 7.0.7", 3485] 3486 3487[[package]] 3488name = "gstreamer-sdp" 3489version = "0.24.4" 3490source = "registry+https://github.com/rust-lang/crates.io-index" 3491checksum = "f6bd9534fe9e59fdc3eaae7ae5fe94c2a80d42339496ee96b5c281e83a72695a" 3492dependencies = [ 3493 "glib 0.21.5", 3494 "gstreamer", 3495 "gstreamer-sdp-sys", 3496] 3497 3498[[package]] 3499name = "gstreamer-sdp-sys" 3500version = "0.24.4" 3501source = "registry+https://github.com/rust-lang/crates.io-index" 3502checksum = "ee2bf58223598ba2e9098b060959df516f7ff015a66e6fa18773d66e27a00dec" 3503dependencies = [ 3504 "glib-sys 0.21.5", 3505 "gstreamer-sys", 3506 "libc", 3507 "system-deps 7.0.7", 3508] 3509 3510[[package]] 3511name = "gstreamer-sys" 3512version = "0.24.4" 3513source = "registry+https://github.com/rust-lang/crates.io-index" 3514checksum = "5d88630697e757c319e7bcec7b13919ba80492532dd3238481c1c4eee05d4904" 3515dependencies = [ 3516 "cfg-if", 3517 "glib-sys 0.21.5", 3518 "gobject-sys 0.21.5", 3519 "libc", 3520 "system-deps 7.0.7", 3521] 3522 3523[[package]] 3524name = "gstreamer-video" 3525version = "0.24.4" 3526source = "registry+https://github.com/rust-lang/crates.io-index" 3527checksum = "33987f6a6a99750a07b0341d6288bac89b9b301be4672a209935203d4608d547" 3528dependencies = [ 3529 "cfg-if", 3530 "futures-channel", 3531 "glib 0.21.5", 3532 "gstreamer", 3533 "gstreamer-base", 3534 "gstreamer-video-sys", 3535 "libc", 3536 "thiserror 2.0.18", 3537] 3538 3539[[package]] 3540name = "gstreamer-video-sys" 3541version = "0.24.4" 3542source = "registry+https://github.com/rust-lang/crates.io-index" 3543checksum = "a00c28faad96cd40a7b7592433051199691b131b08f622ed5d51c54e049792d3" 3544dependencies = [ 3545 "glib-sys 0.21.5", 3546 "gobject-sys 0.21.5", 3547 "gstreamer-base-sys", 3548 "gstreamer-sys", 3549 "libc", 3550 "system-deps 7.0.7", 3551] 3552 3553[[package]] 3554name = "gstreamer-webrtc" 3555version = "0.24.4" 3556source = "registry+https://github.com/rust-lang/crates.io-index" 3557checksum = "dc104c3d81d3c43af9e13d75948a151450de72713bbf0cdee2dfd83de76a44bf" 3558dependencies = [ 3559 "glib 0.21.5", 3560 "gstreamer", 3561 "gstreamer-sdp", 3562 "gstreamer-webrtc-sys", 3563 "libc", 3564] 3565 3566[[package]] 3567name = "gstreamer-webrtc-sys" 3568version = "0.24.4" 3569source = "registry+https://github.com/rust-lang/crates.io-index" 3570checksum = "e32ba28a2aeed771fc85c53276abc0506b6a61a803f5d6bd12292cd3e41f17a3" 3571dependencies = [ 3572 "glib-sys 0.21.5", 3573 "gstreamer-sdp-sys", 3574 "gstreamer-sys", 3575 "libc", 3576 "system-deps 7.0.7", 3577] 3578 3579[[package]] 3580name = "gtk" 3581version = "0.18.2" 3582source = "registry+https://github.com/rust-lang/crates.io-index" 3583checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a" 3584dependencies = [ 3585 "atk", 3586 "cairo-rs", 3587 "field-offset", 3588 "futures-channel", 3589 "gdk", 3590 "gdk-pixbuf", 3591 "gio", 3592 "glib 0.18.5", 3593 "gtk-sys", 3594 "gtk3-macros", 3595 "libc", 3596 "pango", 3597 "pkg-config", 3598] 3599 3600[[package]] 3601name = "gtk-sys" 3602version = "0.18.2" 3603source = "registry+https://github.com/rust-lang/crates.io-index" 3604checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414" 3605dependencies = [ 3606 "atk-sys", 3607 "cairo-sys-rs", 3608 "gdk-pixbuf-sys", 3609 "gdk-sys", 3610 "gio-sys 0.18.1", 3611 "glib-sys 0.18.1", 3612 "gobject-sys 0.18.0", 3613 "libc", 3614 "pango-sys", 3615 "system-deps 6.2.2", 3616] 3617 3618[[package]] 3619name = "gtk3-macros" 3620version = "0.18.2" 3621source = "registry+https://github.com/rust-lang/crates.io-index" 3622checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d" 3623dependencies = [ 3624 "proc-macro-crate 1.3.1", 3625 "proc-macro-error", 3626 "proc-macro2", 3627 "quote", 3628 "syn 2.0.114", 3629] 3630 3631[[package]] 3632name = "guillotiere" 3633version = "0.6.2" 3634source = "registry+https://github.com/rust-lang/crates.io-index" 3635checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782" 3636dependencies = [ 3637 "euclid", 3638 "svg_fmt", 3639] 3640 3641[[package]] 3642name = "h2" 3643version = "0.3.27" 3644source = "registry+https://github.com/rust-lang/crates.io-index" 3645checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" 3646dependencies = [ 3647 "bytes", 3648 "fnv", 3649 "futures-core", 3650 "futures-sink", 3651 "futures-util", 3652 "http 0.2.12", 3653 "indexmap", 3654 "slab", 3655 "tokio", 3656 "tokio-util", 3657 "tracing", 3658] 3659 3660[[package]] 3661name = "h2" 3662version = "0.4.13" 3663source = "registry+https://github.com/rust-lang/crates.io-index" 3664checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 3665dependencies = [ 3666 "atomic-waker", 3667 "bytes", 3668 "fnv", 3669 "futures-core", 3670 "futures-sink", 3671 "http 1.4.0", 3672 "indexmap", 3673 "slab", 3674 "tokio", 3675 "tokio-util", 3676 "tracing", 3677] 3678 3679[[package]] 3680name = "half" 3681version = "2.7.1" 3682source = "registry+https://github.com/rust-lang/crates.io-index" 3683checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 3684dependencies = [ 3685 "cfg-if", 3686 "crunchy", 3687 "num-traits", 3688 "zerocopy", 3689] 3690 3691[[package]] 3692name = "harfbuzz-sys" 3693version = "0.6.1" 3694source = "registry+https://github.com/rust-lang/crates.io-index" 3695checksum = "eb86e2fef3ba40cebffb8fa2cba811f06aa5c5fd296a4e469473e5398d166594" 3696dependencies = [ 3697 "cc", 3698 "core-graphics", 3699 "core-text", 3700 "foreign-types", 3701 "freetype-sys", 3702 "pkg-config", 3703 "winapi", 3704] 3705 3706[[package]] 3707name = "hashbrown" 3708version = "0.15.5" 3709source = "registry+https://github.com/rust-lang/crates.io-index" 3710checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 3711dependencies = [ 3712 "allocator-api2", 3713 "equivalent", 3714 "foldhash", 3715 "serde", 3716] 3717 3718[[package]] 3719name = "hashbrown" 3720version = "0.16.1" 3721source = "registry+https://github.com/rust-lang/crates.io-index" 3722checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 3723 3724[[package]] 3725name = "hashlink" 3726version = "0.10.0" 3727source = "registry+https://github.com/rust-lang/crates.io-index" 3728checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 3729dependencies = [ 3730 "hashbrown 0.15.5", 3731] 3732 3733[[package]] 3734name = "headers" 3735version = "0.3.9" 3736source = "registry+https://github.com/rust-lang/crates.io-index" 3737checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 3738dependencies = [ 3739 "base64 0.21.7", 3740 "bytes", 3741 "headers-core 0.2.0", 3742 "http 0.2.12", 3743 "httpdate", 3744 "mime", 3745 "sha1", 3746] 3747 3748[[package]] 3749name = "headers" 3750version = "0.4.1" 3751source = "registry+https://github.com/rust-lang/crates.io-index" 3752checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" 3753dependencies = [ 3754 "base64 0.22.1", 3755 "bytes", 3756 "headers-core 0.3.0", 3757 "http 1.4.0", 3758 "httpdate", 3759 "mime", 3760 "sha1", 3761] 3762 3763[[package]] 3764name = "headers-core" 3765version = "0.2.0" 3766source = "registry+https://github.com/rust-lang/crates.io-index" 3767checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 3768dependencies = [ 3769 "http 0.2.12", 3770] 3771 3772[[package]] 3773name = "headers-core" 3774version = "0.3.0" 3775source = "registry+https://github.com/rust-lang/crates.io-index" 3776checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" 3777dependencies = [ 3778 "http 1.4.0", 3779] 3780 3781[[package]] 3782name = "heck" 3783version = "0.4.1" 3784source = "registry+https://github.com/rust-lang/crates.io-index" 3785checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 3786 3787[[package]] 3788name = "heck" 3789version = "0.5.0" 3790source = "registry+https://github.com/rust-lang/crates.io-index" 3791checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 3792 3793[[package]] 3794name = "hermit-abi" 3795version = "0.5.2" 3796source = "registry+https://github.com/rust-lang/crates.io-index" 3797checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 3798 3799[[package]] 3800name = "hex" 3801version = "0.3.2" 3802source = "registry+https://github.com/rust-lang/crates.io-index" 3803checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" 3804 3805[[package]] 3806name = "hexf-parse" 3807version = "0.2.1" 3808source = "registry+https://github.com/rust-lang/crates.io-index" 3809checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 3810 3811[[package]] 3812name = "hkdf" 3813version = "0.12.4" 3814source = "registry+https://github.com/rust-lang/crates.io-index" 3815checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 3816dependencies = [ 3817 "hmac", 3818] 3819 3820[[package]] 3821name = "hmac" 3822version = "0.12.1" 3823source = "registry+https://github.com/rust-lang/crates.io-index" 3824checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 3825dependencies = [ 3826 "digest", 3827] 3828 3829[[package]] 3830name = "html5ever" 3831version = "0.38.0" 3832source = "registry+https://github.com/rust-lang/crates.io-index" 3833checksum = "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2" 3834dependencies = [ 3835 "log", 3836 "markup5ever", 3837] 3838 3839[[package]] 3840name = "http" 3841version = "0.2.12" 3842source = "registry+https://github.com/rust-lang/crates.io-index" 3843checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 3844dependencies = [ 3845 "bytes", 3846 "fnv", 3847 "itoa", 3848] 3849 3850[[package]] 3851name = "http" 3852version = "1.4.0" 3853source = "registry+https://github.com/rust-lang/crates.io-index" 3854checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 3855dependencies = [ 3856 "bytes", 3857 "itoa", 3858] 3859 3860[[package]] 3861name = "http-body" 3862version = "0.4.6" 3863source = "registry+https://github.com/rust-lang/crates.io-index" 3864checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 3865dependencies = [ 3866 "bytes", 3867 "http 0.2.12", 3868 "pin-project-lite", 3869] 3870 3871[[package]] 3872name = "http-body" 3873version = "1.0.1" 3874source = "registry+https://github.com/rust-lang/crates.io-index" 3875checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 3876dependencies = [ 3877 "bytes", 3878 "http 1.4.0", 3879] 3880 3881[[package]] 3882name = "http-body-util" 3883version = "0.1.3" 3884source = "registry+https://github.com/rust-lang/crates.io-index" 3885checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 3886dependencies = [ 3887 "bytes", 3888 "futures-core", 3889 "http 1.4.0", 3890 "http-body 1.0.1", 3891 "pin-project-lite", 3892] 3893 3894[[package]] 3895name = "http-range-header" 3896version = "0.4.2" 3897source = "registry+https://github.com/rust-lang/crates.io-index" 3898checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" 3899 3900[[package]] 3901name = "httparse" 3902version = "1.10.1" 3903source = "registry+https://github.com/rust-lang/crates.io-index" 3904checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 3905 3906[[package]] 3907name = "httpdate" 3908version = "1.0.3" 3909source = "registry+https://github.com/rust-lang/crates.io-index" 3910checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 3911 3912[[package]] 3913name = "hybrid-array" 3914version = "0.2.3" 3915source = "registry+https://github.com/rust-lang/crates.io-index" 3916checksum = "f2d35805454dc9f8662a98d6d61886ffe26bd465f5960e0e55345c70d5c0d2a9" 3917dependencies = [ 3918 "typenum", 3919] 3920 3921[[package]] 3922name = "hybrid-array" 3923version = "0.3.1" 3924source = "registry+https://github.com/rust-lang/crates.io-index" 3925checksum = "891d15931895091dea5c47afa5b3c9a01ba634b311919fd4d41388fa0e3d76af" 3926dependencies = [ 3927 "typenum", 3928] 3929 3930[[package]] 3931name = "hyper" 3932version = "0.14.32" 3933source = "registry+https://github.com/rust-lang/crates.io-index" 3934checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" 3935dependencies = [ 3936 "bytes", 3937 "futures-channel", 3938 "futures-core", 3939 "futures-util", 3940 "h2 0.3.27", 3941 "http 0.2.12", 3942 "http-body 0.4.6", 3943 "httparse", 3944 "httpdate", 3945 "itoa", 3946 "pin-project-lite", 3947 "socket2 0.5.10", 3948 "tokio", 3949 "tower-service", 3950 "tracing", 3951 "want", 3952] 3953 3954[[package]] 3955name = "hyper" 3956version = "1.8.1" 3957source = "registry+https://github.com/rust-lang/crates.io-index" 3958checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 3959dependencies = [ 3960 "atomic-waker", 3961 "bytes", 3962 "futures-channel", 3963 "futures-core", 3964 "h2 0.4.13", 3965 "http 1.4.0", 3966 "http-body 1.0.1", 3967 "httparse", 3968 "httpdate", 3969 "itoa", 3970 "pin-project-lite", 3971 "pin-utils", 3972 "smallvec", 3973 "tokio", 3974 "want", 3975] 3976 3977[[package]] 3978name = "hyper-rustls" 3979version = "0.27.7" 3980source = "registry+https://github.com/rust-lang/crates.io-index" 3981checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 3982dependencies = [ 3983 "http 1.4.0", 3984 "hyper 1.8.1", 3985 "hyper-util", 3986 "log", 3987 "rustls", 3988 "rustls-pki-types", 3989 "tokio", 3990 "tokio-rustls", 3991 "tower-service", 3992 "webpki-roots", 3993] 3994 3995[[package]] 3996name = "hyper-util" 3997version = "0.1.19" 3998source = "registry+https://github.com/rust-lang/crates.io-index" 3999checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 4000dependencies = [ 4001 "base64 0.22.1", 4002 "bytes", 4003 "futures-channel", 4004 "futures-core", 4005 "futures-util", 4006 "http 1.4.0", 4007 "http-body 1.0.1", 4008 "hyper 1.8.1", 4009 "ipnet", 4010 "libc", 4011 "percent-encoding", 4012 "pin-project-lite", 4013 "socket2 0.6.2", 4014 "tokio", 4015 "tower-service", 4016 "tracing", 4017] 4018 4019[[package]] 4020name = "hyper_serde" 4021version = "0.13.2" 4022dependencies = [ 4023 "cookie 0.18.1", 4024 "headers 0.4.1", 4025 "http 1.4.0", 4026 "hyper 1.8.1", 4027 "mime", 4028 "serde", 4029 "serde_bytes", 4030 "serde_core", 4031 "serde_test", 4032] 4033 4034[[package]] 4035name = "iana-time-zone" 4036version = "0.1.65" 4037source = "registry+https://github.com/rust-lang/crates.io-index" 4038checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 4039dependencies = [ 4040 "android_system_properties", 4041 "core-foundation-sys", 4042 "iana-time-zone-haiku", 4043 "js-sys", 4044 "log", 4045 "wasm-bindgen", 4046 "windows-core 0.62.2", 4047] 4048 4049[[package]] 4050name = "iana-time-zone-haiku" 4051version = "0.1.2" 4052source = "registry+https://github.com/rust-lang/crates.io-index" 4053checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 4054dependencies = [ 4055 "cc", 4056] 4057 4058[[package]] 4059name = "icu_calendar" 4060version = "1.5.2" 4061source = "registry+https://github.com/rust-lang/crates.io-index" 4062checksum = "7265b2137f9a36f7634a308d91f984574bbdba8cfd95ceffe1c345552275a8ff" 4063dependencies = [ 4064 "calendrical_calculations", 4065 "displaydoc", 4066 "icu_calendar_data", 4067 "icu_locid", 4068 "icu_locid_transform", 4069 "icu_provider 1.5.0", 4070 "tinystr 0.7.6", 4071 "writeable 0.5.5", 4072 "zerovec 0.10.4", 4073] 4074 4075[[package]] 4076name = "icu_calendar_data" 4077version = "1.5.1" 4078source = "registry+https://github.com/rust-lang/crates.io-index" 4079checksum = "820499e77e852162190608b4f444e7b4552619150eafc39a9e39333d9efae9e1" 4080 4081[[package]] 4082name = "icu_capi" 4083version = "1.5.0" 4084source = "registry+https://github.com/rust-lang/crates.io-index" 4085checksum = "acc33c4f501b515cdb6b583b31ec009479a4c0cb4cf28dcdfcd54b29069d725e" 4086dependencies = [ 4087 "diplomat", 4088 "diplomat-runtime", 4089 "icu_calendar", 4090 "icu_casemap", 4091 "icu_collator", 4092 "icu_collections 1.5.0", 4093 "icu_datetime", 4094 "icu_decimal", 4095 "icu_experimental", 4096 "icu_list", 4097 "icu_locid", 4098 "icu_locid_transform", 4099 "icu_normalizer 1.5.0", 4100 "icu_plurals", 4101 "icu_properties 1.5.1", 4102 "icu_provider 1.5.0", 4103 "icu_provider_adapters", 4104 "icu_segmenter", 4105 "icu_timezone", 4106 "tinystr 0.7.6", 4107 "unicode-bidi", 4108 "writeable 0.5.5", 4109] 4110 4111[[package]] 4112name = "icu_casemap" 4113version = "1.5.1" 4114source = "registry+https://github.com/rust-lang/crates.io-index" 4115checksum = "9ff0c8ae9f8d31b12e27fc385ff9ab1f3cd9b17417c665c49e4ec958c37da75f" 4116dependencies = [ 4117 "displaydoc", 4118 "icu_casemap_data", 4119 "icu_collections 1.5.0", 4120 "icu_locid", 4121 "icu_properties 1.5.1", 4122 "icu_provider 1.5.0", 4123 "writeable 0.5.5", 4124 "zerovec 0.10.4", 4125] 4126 4127[[package]] 4128name = "icu_casemap_data" 4129version = "1.5.1" 4130source = "registry+https://github.com/rust-lang/crates.io-index" 4131checksum = "02bd9f6276270c85a5cd54611adbbf94e993ec464a2a86a452a6c565b7ded5d9" 4132 4133[[package]] 4134name = "icu_collator" 4135version = "1.5.0" 4136source = "registry+https://github.com/rust-lang/crates.io-index" 4137checksum = "d370371887d31d56f361c3eaa15743e54f13bc677059c9191c77e099ed6966b2" 4138dependencies = [ 4139 "displaydoc", 4140 "icu_collator_data", 4141 "icu_collections 1.5.0", 4142 "icu_locid_transform", 4143 "icu_normalizer 1.5.0", 4144 "icu_properties 1.5.1", 4145 "icu_provider 1.5.0", 4146 "smallvec", 4147 "utf16_iter", 4148 "utf8_iter", 4149 "zerovec 0.10.4", 4150] 4151 4152[[package]] 4153name = "icu_collator_data" 4154version = "1.5.1" 4155source = "registry+https://github.com/rust-lang/crates.io-index" 4156checksum = "7b353986d77d28991eca4dea5ef2b8982f639342ae19ca81edc44f048bc38ebb" 4157 4158[[package]] 4159name = "icu_collections" 4160version = "1.5.0" 4161source = "registry+https://github.com/rust-lang/crates.io-index" 4162checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 4163dependencies = [ 4164 "displaydoc", 4165 "yoke 0.7.5", 4166 "zerofrom", 4167 "zerovec 0.10.4", 4168] 4169 4170[[package]] 4171name = "icu_collections" 4172version = "2.1.1" 4173source = "registry+https://github.com/rust-lang/crates.io-index" 4174checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 4175dependencies = [ 4176 "displaydoc", 4177 "potential_utf", 4178 "yoke 0.8.1", 4179 "zerofrom", 4180 "zerovec 0.11.5", 4181] 4182 4183[[package]] 4184name = "icu_datetime" 4185version = "1.5.1" 4186source = "registry+https://github.com/rust-lang/crates.io-index" 4187checksum = "d115efb85e08df3fd77e77f52e7e087545a783fffba8be80bfa2102f306b1780" 4188dependencies = [ 4189 "displaydoc", 4190 "either", 4191 "fixed_decimal", 4192 "icu_calendar", 4193 "icu_datetime_data", 4194 "icu_decimal", 4195 "icu_locid", 4196 "icu_locid_transform", 4197 "icu_plurals", 4198 "icu_provider 1.5.0", 4199 "icu_timezone", 4200 "smallvec", 4201 "tinystr 0.7.6", 4202 "writeable 0.5.5", 4203 "zerovec 0.10.4", 4204] 4205 4206[[package]] 4207name = "icu_datetime_data" 4208version = "1.5.1" 4209source = "registry+https://github.com/rust-lang/crates.io-index" 4210checksum = "bef5f04076123cab1b7a926a7083db27fe0d7a0e575adb984854aae3f3a6507d" 4211 4212[[package]] 4213name = "icu_decimal" 4214version = "1.5.0" 4215source = "registry+https://github.com/rust-lang/crates.io-index" 4216checksum = "fb8fd98f86ec0448d85e1edf8884e4e318bb2e121bd733ec929a05c0a5e8b0eb" 4217dependencies = [ 4218 "displaydoc", 4219 "fixed_decimal", 4220 "icu_decimal_data", 4221 "icu_locid_transform", 4222 "icu_provider 1.5.0", 4223 "writeable 0.5.5", 4224] 4225 4226[[package]] 4227name = "icu_decimal_data" 4228version = "1.5.1" 4229source = "registry+https://github.com/rust-lang/crates.io-index" 4230checksum = "67c95dd97f5ccf6d837a9c115496ec7d36646fa86ca18e7f1412115b4c820ae2" 4231 4232[[package]] 4233name = "icu_experimental" 4234version = "0.1.0" 4235source = "registry+https://github.com/rust-lang/crates.io-index" 4236checksum = "844ad7b682a165c758065d694bc4d74ac67f176da1c499a04d85d492c0f193b7" 4237dependencies = [ 4238 "displaydoc", 4239 "fixed_decimal", 4240 "icu_collections 1.5.0", 4241 "icu_decimal", 4242 "icu_experimental_data", 4243 "icu_locid", 4244 "icu_locid_transform", 4245 "icu_normalizer 1.5.0", 4246 "icu_pattern", 4247 "icu_plurals", 4248 "icu_properties 1.5.1", 4249 "icu_provider 1.5.0", 4250 "litemap 0.7.5", 4251 "num-bigint", 4252 "num-rational", 4253 "num-traits", 4254 "smallvec", 4255 "tinystr 0.7.6", 4256 "writeable 0.5.5", 4257 "zerofrom", 4258 "zerotrie 0.1.3", 4259 "zerovec 0.10.4", 4260] 4261 4262[[package]] 4263name = "icu_experimental_data" 4264version = "0.1.1" 4265source = "registry+https://github.com/rust-lang/crates.io-index" 4266checksum = "121df92eafb8f5286d4e8ff401c1e7db8384377f806db3f8db77b91e5b7bd4dd" 4267 4268[[package]] 4269name = "icu_list" 4270version = "1.5.0" 4271source = "registry+https://github.com/rust-lang/crates.io-index" 4272checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365" 4273dependencies = [ 4274 "displaydoc", 4275 "icu_list_data", 4276 "icu_locid_transform", 4277 "icu_provider 1.5.0", 4278 "regex-automata 0.2.0", 4279 "writeable 0.5.5", 4280] 4281 4282[[package]] 4283name = "icu_list_data" 4284version = "1.5.1" 4285source = "registry+https://github.com/rust-lang/crates.io-index" 4286checksum = "52b1a7fbdbf3958f1be8354cb59ac73f165b7b7082d447ff2090355c9a069120" 4287 4288[[package]] 4289name = "icu_locale_core" 4290version = "2.1.1" 4291source = "registry+https://github.com/rust-lang/crates.io-index" 4292checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 4293dependencies = [ 4294 "displaydoc", 4295 "litemap 0.8.1", 4296 "tinystr 0.8.2", 4297 "writeable 0.6.2", 4298 "zerovec 0.11.5", 4299] 4300 4301[[package]] 4302name = "icu_locid" 4303version = "1.5.0" 4304source = "registry+https://github.com/rust-lang/crates.io-index" 4305checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 4306dependencies = [ 4307 "displaydoc", 4308 "litemap 0.7.5", 4309 "tinystr 0.7.6", 4310 "writeable 0.5.5", 4311 "zerovec 0.10.4", 4312] 4313 4314[[package]] 4315name = "icu_locid_transform" 4316version = "1.5.0" 4317source = "registry+https://github.com/rust-lang/crates.io-index" 4318checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 4319dependencies = [ 4320 "displaydoc", 4321 "icu_locid", 4322 "icu_locid_transform_data", 4323 "icu_provider 1.5.0", 4324 "tinystr 0.7.6", 4325 "zerovec 0.10.4", 4326] 4327 4328[[package]] 4329name = "icu_locid_transform_data" 4330version = "1.5.1" 4331source = "registry+https://github.com/rust-lang/crates.io-index" 4332checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" 4333 4334[[package]] 4335name = "icu_normalizer" 4336version = "1.5.0" 4337source = "registry+https://github.com/rust-lang/crates.io-index" 4338checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 4339dependencies = [ 4340 "displaydoc", 4341 "icu_collections 1.5.0", 4342 "icu_normalizer_data 1.5.1", 4343 "icu_properties 1.5.1", 4344 "icu_provider 1.5.0", 4345 "smallvec", 4346 "utf16_iter", 4347 "utf8_iter", 4348 "write16", 4349 "zerovec 0.10.4", 4350] 4351 4352[[package]] 4353name = "icu_normalizer" 4354version = "2.1.1" 4355source = "registry+https://github.com/rust-lang/crates.io-index" 4356checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 4357dependencies = [ 4358 "icu_collections 2.1.1", 4359 "icu_normalizer_data 2.1.1", 4360 "icu_properties 2.1.2", 4361 "icu_provider 2.1.1", 4362 "smallvec", 4363 "zerovec 0.11.5", 4364] 4365 4366[[package]] 4367name = "icu_normalizer_data" 4368version = "1.5.1" 4369source = "registry+https://github.com/rust-lang/crates.io-index" 4370checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" 4371 4372[[package]] 4373name = "icu_normalizer_data" 4374version = "2.1.1" 4375source = "registry+https://github.com/rust-lang/crates.io-index" 4376checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 4377 4378[[package]] 4379name = "icu_pattern" 4380version = "0.2.0" 4381source = "registry+https://github.com/rust-lang/crates.io-index" 4382checksum = "cb7f36aafd098d6717de34e668a8120822275c1fba22b936e757b7de8a2fd7e4" 4383dependencies = [ 4384 "displaydoc", 4385 "either", 4386 "writeable 0.5.5", 4387 "yoke 0.7.5", 4388 "zerofrom", 4389] 4390 4391[[package]] 4392name = "icu_plurals" 4393version = "1.5.0" 4394source = "registry+https://github.com/rust-lang/crates.io-index" 4395checksum = "ba5a70e7c025dbd5c501b0a5c188cd11666a424f0dadcd4f0a95b7dafde3b114" 4396dependencies = [ 4397 "displaydoc", 4398 "fixed_decimal", 4399 "icu_locid_transform", 4400 "icu_plurals_data", 4401 "icu_provider 1.5.0", 4402 "zerovec 0.10.4", 4403] 4404 4405[[package]] 4406name = "icu_plurals_data" 4407version = "1.5.1" 4408source = "registry+https://github.com/rust-lang/crates.io-index" 4409checksum = "a483403238cb7d6a876a77a5f8191780336d80fe7b8b00bfdeb20be6abbfd112" 4410 4411[[package]] 4412name = "icu_properties" 4413version = "1.5.1" 4414source = "registry+https://github.com/rust-lang/crates.io-index" 4415checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 4416dependencies = [ 4417 "displaydoc", 4418 "icu_collections 1.5.0", 4419 "icu_locid_transform", 4420 "icu_properties_data 1.5.1", 4421 "icu_provider 1.5.0", 4422 "tinystr 0.7.6", 4423 "unicode-bidi", 4424 "zerovec 0.10.4", 4425] 4426 4427[[package]] 4428name = "icu_properties" 4429version = "2.1.2" 4430source = "registry+https://github.com/rust-lang/crates.io-index" 4431checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 4432dependencies = [ 4433 "icu_collections 2.1.1", 4434 "icu_locale_core", 4435 "icu_properties_data 2.1.2", 4436 "icu_provider 2.1.1", 4437 "zerotrie 0.2.3", 4438 "zerovec 0.11.5", 4439] 4440 4441[[package]] 4442name = "icu_properties_data" 4443version = "1.5.1" 4444source = "registry+https://github.com/rust-lang/crates.io-index" 4445checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" 4446 4447[[package]] 4448name = "icu_properties_data" 4449version = "2.1.2" 4450source = "registry+https://github.com/rust-lang/crates.io-index" 4451checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 4452 4453[[package]] 4454name = "icu_provider" 4455version = "1.5.0" 4456source = "registry+https://github.com/rust-lang/crates.io-index" 4457checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 4458dependencies = [ 4459 "displaydoc", 4460 "icu_locid", 4461 "icu_provider_macros", 4462 "stable_deref_trait", 4463 "tinystr 0.7.6", 4464 "writeable 0.5.5", 4465 "yoke 0.7.5", 4466 "zerofrom", 4467 "zerovec 0.10.4", 4468] 4469 4470[[package]] 4471name = "icu_provider" 4472version = "2.1.1" 4473source = "registry+https://github.com/rust-lang/crates.io-index" 4474checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 4475dependencies = [ 4476 "displaydoc", 4477 "icu_locale_core", 4478 "writeable 0.6.2", 4479 "yoke 0.8.1", 4480 "zerofrom", 4481 "zerotrie 0.2.3", 4482 "zerovec 0.11.5", 4483] 4484 4485[[package]] 4486name = "icu_provider_adapters" 4487version = "1.5.0" 4488source = "registry+https://github.com/rust-lang/crates.io-index" 4489checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc" 4490dependencies = [ 4491 "icu_locid", 4492 "icu_locid_transform", 4493 "icu_provider 1.5.0", 4494 "tinystr 0.7.6", 4495 "zerovec 0.10.4", 4496] 4497 4498[[package]] 4499name = "icu_provider_macros" 4500version = "1.5.0" 4501source = "registry+https://github.com/rust-lang/crates.io-index" 4502checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 4503dependencies = [ 4504 "proc-macro2", 4505 "quote", 4506 "syn 2.0.114", 4507] 4508 4509[[package]] 4510name = "icu_segmenter" 4511version = "1.5.0" 4512source = "registry+https://github.com/rust-lang/crates.io-index" 4513checksum = "a717725612346ffc2d7b42c94b820db6908048f39434504cb130e8b46256b0de" 4514dependencies = [ 4515 "core_maths", 4516 "displaydoc", 4517 "icu_collections 1.5.0", 4518 "icu_locid", 4519 "icu_provider 1.5.0", 4520 "icu_segmenter_data", 4521 "utf8_iter", 4522 "zerovec 0.10.4", 4523] 4524 4525[[package]] 4526name = "icu_segmenter_data" 4527version = "1.5.1" 4528source = "registry+https://github.com/rust-lang/crates.io-index" 4529checksum = "a1e52775179941363cc594e49ce99284d13d6948928d8e72c755f55e98caa1eb" 4530 4531[[package]] 4532name = "icu_timezone" 4533version = "1.5.0" 4534source = "registry+https://github.com/rust-lang/crates.io-index" 4535checksum = "aa91ba6a585939a020c787235daa8aee856d9bceebd6355e283c0c310bc6de96" 4536dependencies = [ 4537 "displaydoc", 4538 "icu_calendar", 4539 "icu_provider 1.5.0", 4540 "icu_timezone_data", 4541 "tinystr 0.7.6", 4542 "zerotrie 0.1.3", 4543 "zerovec 0.10.4", 4544] 4545 4546[[package]] 4547name = "icu_timezone_data" 4548version = "1.5.1" 4549source = "registry+https://github.com/rust-lang/crates.io-index" 4550checksum = "1adcf7b613a268af025bc2a2532b4b9ee294e6051c5c0832d8bff20ac0232e68" 4551 4552[[package]] 4553name = "ident_case" 4554version = "1.0.1" 4555source = "registry+https://github.com/rust-lang/crates.io-index" 4556checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 4557 4558[[package]] 4559name = "idna" 4560version = "1.1.0" 4561source = "registry+https://github.com/rust-lang/crates.io-index" 4562checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 4563dependencies = [ 4564 "idna_adapter", 4565 "smallvec", 4566 "utf8_iter", 4567] 4568 4569[[package]] 4570name = "idna_adapter" 4571version = "1.2.1" 4572source = "registry+https://github.com/rust-lang/crates.io-index" 4573checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 4574dependencies = [ 4575 "icu_normalizer 2.1.1", 4576 "icu_properties 2.1.2", 4577] 4578 4579[[package]] 4580name = "image" 4581version = "0.25.9" 4582source = "registry+https://github.com/rust-lang/crates.io-index" 4583checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" 4584dependencies = [ 4585 "bytemuck", 4586 "byteorder-lite", 4587 "color_quant", 4588 "exr", 4589 "gif 0.14.1", 4590 "image-webp", 4591 "moxcms", 4592 "num-traits", 4593 "png 0.18.0", 4594 "ravif", 4595 "rayon", 4596 "rgb", 4597 "tiff", 4598 "zune-core 0.5.1", 4599 "zune-jpeg 0.5.12", 4600] 4601 4602[[package]] 4603name = "image-webp" 4604version = "0.2.4" 4605source = "registry+https://github.com/rust-lang/crates.io-index" 4606checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" 4607dependencies = [ 4608 "byteorder-lite", 4609 "quick-error", 4610] 4611 4612[[package]] 4613name = "imagesize" 4614version = "0.13.0" 4615source = "registry+https://github.com/rust-lang/crates.io-index" 4616checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" 4617 4618[[package]] 4619name = "imgref" 4620version = "1.12.0" 4621source = "registry+https://github.com/rust-lang/crates.io-index" 4622checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8" 4623 4624[[package]] 4625name = "imsz" 4626version = "0.4.1" 4627source = "registry+https://github.com/rust-lang/crates.io-index" 4628checksum = "396dda16a82727ec2d14aabc1167832bb823d849c54a246ca0cff6cfb7bc697c" 4629 4630[[package]] 4631name = "indexmap" 4632version = "2.13.0" 4633source = "registry+https://github.com/rust-lang/crates.io-index" 4634checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 4635dependencies = [ 4636 "equivalent", 4637 "hashbrown 0.16.1", 4638] 4639 4640[[package]] 4641name = "inherent" 4642version = "1.0.13" 4643source = "registry+https://github.com/rust-lang/crates.io-index" 4644checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7" 4645dependencies = [ 4646 "proc-macro2", 4647 "quote", 4648 "syn 2.0.114", 4649] 4650 4651[[package]] 4652name = "inout" 4653version = "0.1.4" 4654source = "registry+https://github.com/rust-lang/crates.io-index" 4655checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" 4656dependencies = [ 4657 "block-padding", 4658 "generic-array", 4659] 4660 4661[[package]] 4662name = "interpolate_name" 4663version = "0.2.4" 4664source = "registry+https://github.com/rust-lang/crates.io-index" 4665checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 4666dependencies = [ 4667 "proc-macro2", 4668 "quote", 4669 "syn 2.0.114", 4670] 4671 4672[[package]] 4673name = "ipc-channel" 4674version = "0.20.2" 4675source = "registry+https://github.com/rust-lang/crates.io-index" 4676checksum = "f93600b5616c2d075f8af8dbd23c1d69278c5d24e4913d220cbc60b14c95c180" 4677dependencies = [ 4678 "bincode", 4679 "crossbeam-channel", 4680 "fnv", 4681 "libc", 4682 "mio", 4683 "rand 0.9.2", 4684 "serde", 4685 "tempfile", 4686 "uuid", 4687 "windows 0.61.3", 4688] 4689 4690[[package]] 4691name = "ipnet" 4692version = "2.11.0" 4693source = "registry+https://github.com/rust-lang/crates.io-index" 4694checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 4695 4696[[package]] 4697name = "is-terminal" 4698version = "0.4.17" 4699source = "registry+https://github.com/rust-lang/crates.io-index" 4700checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" 4701dependencies = [ 4702 "hermit-abi", 4703 "libc", 4704 "windows-sys 0.61.2", 4705] 4706 4707[[package]] 4708name = "is_terminal_polyfill" 4709version = "1.70.2" 4710source = "registry+https://github.com/rust-lang/crates.io-index" 4711checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 4712 4713[[package]] 4714name = "itertools" 4715version = "0.10.5" 4716source = "registry+https://github.com/rust-lang/crates.io-index" 4717checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 4718dependencies = [ 4719 "either", 4720] 4721 4722[[package]] 4723name = "itertools" 4724version = "0.12.1" 4725source = "registry+https://github.com/rust-lang/crates.io-index" 4726checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 4727dependencies = [ 4728 "either", 4729] 4730 4731[[package]] 4732name = "itertools" 4733version = "0.13.0" 4734source = "registry+https://github.com/rust-lang/crates.io-index" 4735checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 4736dependencies = [ 4737 "either", 4738] 4739 4740[[package]] 4741name = "itertools" 4742version = "0.14.0" 4743source = "registry+https://github.com/rust-lang/crates.io-index" 4744checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 4745dependencies = [ 4746 "either", 4747] 4748 4749[[package]] 4750name = "itoa" 4751version = "1.0.17" 4752source = "registry+https://github.com/rust-lang/crates.io-index" 4753checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 4754 4755[[package]] 4756name = "jiff" 4757version = "0.2.19" 4758source = "registry+https://github.com/rust-lang/crates.io-index" 4759checksum = "d89a5b5e10d5a9ad6e5d1f4bd58225f655d6fe9767575a5e8ac5a6fe64e04495" 4760dependencies = [ 4761 "jiff-static", 4762 "log", 4763 "portable-atomic", 4764 "portable-atomic-util", 4765 "serde_core", 4766] 4767 4768[[package]] 4769name = "jiff-static" 4770version = "0.2.19" 4771source = "registry+https://github.com/rust-lang/crates.io-index" 4772checksum = "ff7a39c8862fc1369215ccf0a8f12dd4598c7f6484704359f0351bd617034dbf" 4773dependencies = [ 4774 "proc-macro2", 4775 "quote", 4776 "syn 2.0.114", 4777] 4778 4779[[package]] 4780name = "jni" 4781version = "0.21.1" 4782source = "registry+https://github.com/rust-lang/crates.io-index" 4783checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 4784dependencies = [ 4785 "cesu8", 4786 "cfg-if", 4787 "combine", 4788 "jni-sys", 4789 "log", 4790 "thiserror 1.0.69", 4791 "walkdir", 4792 "windows-sys 0.45.0", 4793] 4794 4795[[package]] 4796name = "jni-sys" 4797version = "0.3.0" 4798source = "registry+https://github.com/rust-lang/crates.io-index" 4799checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 4800 4801[[package]] 4802name = "jobserver" 4803version = "0.1.34" 4804source = "registry+https://github.com/rust-lang/crates.io-index" 4805checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 4806dependencies = [ 4807 "getrandom 0.3.4", 4808 "libc", 4809] 4810 4811[[package]] 4812name = "js-sys" 4813version = "0.3.85" 4814source = "registry+https://github.com/rust-lang/crates.io-index" 4815checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 4816dependencies = [ 4817 "once_cell", 4818 "wasm-bindgen", 4819] 4820 4821[[package]] 4822name = "jstraceable_derive" 4823version = "0.1.0" 4824dependencies = [ 4825 "proc-macro2", 4826 "syn 2.0.114", 4827 "synstructure", 4828] 4829 4830[[package]] 4831name = "keccak" 4832version = "0.1.5" 4833source = "registry+https://github.com/rust-lang/crates.io-index" 4834checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" 4835dependencies = [ 4836 "cpufeatures", 4837] 4838 4839[[package]] 4840name = "kem" 4841version = "0.3.0-pre.0" 4842source = "registry+https://github.com/rust-lang/crates.io-index" 4843checksum = "2b8645470337db67b01a7f966decf7d0bafedbae74147d33e641c67a91df239f" 4844dependencies = [ 4845 "rand_core 0.6.4", 4846 "zeroize", 4847] 4848 4849[[package]] 4850name = "keyboard-types" 4851version = "0.7.0" 4852source = "registry+https://github.com/rust-lang/crates.io-index" 4853checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" 4854dependencies = [ 4855 "bitflags 2.10.0", 4856 "serde", 4857 "unicode-segmentation", 4858] 4859 4860[[package]] 4861name = "keyboard-types" 4862version = "0.8.3" 4863source = "registry+https://github.com/rust-lang/crates.io-index" 4864checksum = "0fbe853b403ae61a04233030ae8a79d94975281ed9770a1f9e246732b534b28d" 4865dependencies = [ 4866 "bitflags 2.10.0", 4867 "serde", 4868 "unicode-segmentation", 4869] 4870 4871[[package]] 4872name = "khronos-egl" 4873version = "6.0.0" 4874source = "registry+https://github.com/rust-lang/crates.io-index" 4875checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 4876dependencies = [ 4877 "libc", 4878 "libloading 0.8.9", 4879 "pkg-config", 4880] 4881 4882[[package]] 4883name = "khronos_api" 4884version = "3.1.0" 4885source = "registry+https://github.com/rust-lang/crates.io-index" 4886checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 4887 4888[[package]] 4889name = "kstring" 4890version = "2.0.2" 4891source = "registry+https://github.com/rust-lang/crates.io-index" 4892checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" 4893dependencies = [ 4894 "static_assertions", 4895] 4896 4897[[package]] 4898name = "kurbo" 4899version = "0.11.3" 4900source = "registry+https://github.com/rust-lang/crates.io-index" 4901checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62" 4902dependencies = [ 4903 "arrayvec", 4904 "euclid", 4905 "smallvec", 4906] 4907 4908[[package]] 4909name = "kurbo" 4910version = "0.12.0" 4911source = "registry+https://github.com/rust-lang/crates.io-index" 4912checksum = "ce9729cc38c18d86123ab736fd2e7151763ba226ac2490ec092d1dd148825e32" 4913dependencies = [ 4914 "arrayvec", 4915 "euclid", 4916 "serde", 4917 "smallvec", 4918] 4919 4920[[package]] 4921name = "layout" 4922version = "0.1.0" 4923dependencies = [ 4924 "accesskit", 4925 "app_units", 4926 "atomic_refcell", 4927 "base", 4928 "bitflags 2.10.0", 4929 "cssparser", 4930 "data-url", 4931 "embedder_traits", 4932 "euclid", 4933 "fonts", 4934 "fonts_traits", 4935 "html5ever", 4936 "icu_locid", 4937 "icu_segmenter", 4938 "itertools 0.14.0", 4939 "kurbo 0.12.0", 4940 "layout_api", 4941 "log", 4942 "malloc_size_of_derive", 4943 "net_traits", 4944 "num-traits", 4945 "paint_api", 4946 "parking_lot", 4947 "pixels", 4948 "profile_traits", 4949 "quickcheck", 4950 "rayon", 4951 "rustc-hash 2.1.1", 4952 "script", 4953 "script_traits", 4954 "selectors", 4955 "servo-tracing", 4956 "servo_arc", 4957 "servo_config", 4958 "servo_geometry", 4959 "servo_malloc_size_of", 4960 "servo_url", 4961 "smallvec", 4962 "strum", 4963 "stylo", 4964 "stylo_atoms", 4965 "stylo_traits", 4966 "taffy", 4967 "tracing", 4968 "unicode-bidi", 4969 "unicode-script", 4970 "url", 4971 "webrender_api", 4972 "xi-unicode", 4973] 4974 4975[[package]] 4976name = "layout_api" 4977version = "0.1.0" 4978dependencies = [ 4979 "app_units", 4980 "atomic_refcell", 4981 "background_hang_monitor_api", 4982 "base", 4983 "bitflags 2.10.0", 4984 "embedder_traits", 4985 "euclid", 4986 "fonts", 4987 "fonts_traits", 4988 "html5ever", 4989 "libc", 4990 "malloc_size_of_derive", 4991 "net_traits", 4992 "paint_api", 4993 "parking_lot", 4994 "pixels", 4995 "profile_traits", 4996 "rustc-hash 2.1.1", 4997 "script_traits", 4998 "selectors", 4999 "serde", 5000 "servo_arc", 5001 "servo_malloc_size_of", 5002 "servo_url", 5003 "stylo", 5004 "stylo_traits", 5005 "webrender_api", 5006] 5007 5008[[package]] 5009name = "lazy_static" 5010version = "1.5.0" 5011source = "registry+https://github.com/rust-lang/crates.io-index" 5012checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 5013dependencies = [ 5014 "spin", 5015] 5016 5017[[package]] 5018name = "lebe" 5019version = "0.5.3" 5020source = "registry+https://github.com/rust-lang/crates.io-index" 5021checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" 5022 5023[[package]] 5024name = "libappindicator" 5025version = "0.9.0" 5026source = "registry+https://github.com/rust-lang/crates.io-index" 5027checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" 5028dependencies = [ 5029 "glib 0.18.5", 5030 "gtk", 5031 "gtk-sys", 5032 "libappindicator-sys", 5033 "log", 5034] 5035 5036[[package]] 5037name = "libappindicator-sys" 5038version = "0.9.0" 5039source = "registry+https://github.com/rust-lang/crates.io-index" 5040checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" 5041dependencies = [ 5042 "gtk-sys", 5043 "libloading 0.7.4", 5044 "once_cell", 5045] 5046 5047[[package]] 5048name = "libc" 5049version = "0.2.180" 5050source = "registry+https://github.com/rust-lang/crates.io-index" 5051checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" 5052 5053[[package]] 5054name = "libdbus-sys" 5055version = "0.2.7" 5056source = "registry+https://github.com/rust-lang/crates.io-index" 5057checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043" 5058dependencies = [ 5059 "pkg-config", 5060] 5061 5062[[package]] 5063name = "libfuzzer-sys" 5064version = "0.4.10" 5065source = "registry+https://github.com/rust-lang/crates.io-index" 5066checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404" 5067dependencies = [ 5068 "arbitrary", 5069 "cc", 5070] 5071 5072[[package]] 5073name = "libloading" 5074version = "0.7.4" 5075source = "registry+https://github.com/rust-lang/crates.io-index" 5076checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 5077dependencies = [ 5078 "cfg-if", 5079 "winapi", 5080] 5081 5082[[package]] 5083name = "libloading" 5084version = "0.8.9" 5085source = "registry+https://github.com/rust-lang/crates.io-index" 5086checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 5087dependencies = [ 5088 "cfg-if", 5089 "windows-link 0.2.1", 5090] 5091 5092[[package]] 5093name = "libm" 5094version = "0.2.16" 5095source = "registry+https://github.com/rust-lang/crates.io-index" 5096checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 5097 5098[[package]] 5099name = "libredox" 5100version = "0.1.12" 5101source = "registry+https://github.com/rust-lang/crates.io-index" 5102checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 5103dependencies = [ 5104 "bitflags 2.10.0", 5105 "libc", 5106 "redox_syscall 0.7.0", 5107] 5108 5109[[package]] 5110name = "libservo" 5111version = "0.1.0" 5112dependencies = [ 5113 "accesskit", 5114 "arboard", 5115 "background_hang_monitor", 5116 "base", 5117 "bitflags 2.10.0", 5118 "bluetooth", 5119 "bluetooth_traits", 5120 "canvas_traits", 5121 "constellation", 5122 "constellation_traits", 5123 "crossbeam-channel", 5124 "devtools", 5125 "devtools_traits", 5126 "dpi", 5127 "embedder_traits", 5128 "env_logger 0.11.8", 5129 "euclid", 5130 "fonts", 5131 "gaol", 5132 "gstreamer", 5133 "http 1.4.0", 5134 "http-body-util", 5135 "hyper 1.8.1", 5136 "image", 5137 "ipc-channel", 5138 "keyboard-types 0.8.3", 5139 "layout", 5140 "layout_api", 5141 "libservo", 5142 "log", 5143 "media", 5144 "mozangle", 5145 "net", 5146 "net_traits", 5147 "paint", 5148 "paint_api", 5149 "parking_lot", 5150 "profile", 5151 "profile_traits", 5152 "rustc-hash 2.1.1", 5153 "rustls", 5154 "script", 5155 "script_traits", 5156 "serde", 5157 "servo-media", 5158 "servo-media-dummy", 5159 "servo-media-gstreamer", 5160 "servo-tracing", 5161 "servo_allocator", 5162 "servo_config", 5163 "servo_geometry", 5164 "servo_url", 5165 "storage", 5166 "storage_traits", 5167 "stylo", 5168 "stylo_traits", 5169 "surfman", 5170 "tokio", 5171 "tracing", 5172 "url", 5173 "webgl", 5174 "webgpu", 5175 "webrender", 5176 "webrender_api", 5177 "webxr", 5178 "webxr-api", 5179 "winit", 5180] 5181 5182[[package]] 5183name = "libsqlite3-sys" 5184version = "0.35.0" 5185source = "registry+https://github.com/rust-lang/crates.io-index" 5186checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f" 5187dependencies = [ 5188 "cc", 5189 "pkg-config", 5190 "vcpkg", 5191] 5192 5193[[package]] 5194name = "libxdo" 5195version = "0.6.0" 5196source = "registry+https://github.com/rust-lang/crates.io-index" 5197checksum = "00333b8756a3d28e78def82067a377de7fa61b24909000aeaa2b446a948d14db" 5198dependencies = [ 5199 "libxdo-sys", 5200] 5201 5202[[package]] 5203name = "libxdo-sys" 5204version = "0.11.0" 5205source = "registry+https://github.com/rust-lang/crates.io-index" 5206checksum = "db23b9e7e2b7831bbd8aac0bbeeeb7b68cbebc162b227e7052e8e55829a09212" 5207dependencies = [ 5208 "libc", 5209 "x11", 5210] 5211 5212[[package]] 5213name = "libz-sys" 5214version = "1.1.23" 5215source = "registry+https://github.com/rust-lang/crates.io-index" 5216checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7" 5217dependencies = [ 5218 "cc", 5219 "libc", 5220 "pkg-config", 5221 "vcpkg", 5222] 5223 5224[[package]] 5225name = "linebender_resource_handle" 5226version = "0.1.1" 5227source = "registry+https://github.com/rust-lang/crates.io-index" 5228checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4" 5229 5230[[package]] 5231name = "linux-raw-sys" 5232version = "0.4.15" 5233source = "registry+https://github.com/rust-lang/crates.io-index" 5234checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 5235 5236[[package]] 5237name = "linux-raw-sys" 5238version = "0.11.0" 5239source = "registry+https://github.com/rust-lang/crates.io-index" 5240checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 5241 5242[[package]] 5243name = "litemap" 5244version = "0.7.5" 5245source = "registry+https://github.com/rust-lang/crates.io-index" 5246checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 5247 5248[[package]] 5249name = "litemap" 5250version = "0.8.1" 5251source = "registry+https://github.com/rust-lang/crates.io-index" 5252checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 5253 5254[[package]] 5255name = "litrs" 5256version = "1.0.0" 5257source = "registry+https://github.com/rust-lang/crates.io-index" 5258checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 5259 5260[[package]] 5261name = "lock_api" 5262version = "0.4.14" 5263source = "registry+https://github.com/rust-lang/crates.io-index" 5264checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 5265dependencies = [ 5266 "scopeguard", 5267 "serde", 5268] 5269 5270[[package]] 5271name = "log" 5272version = "0.4.29" 5273source = "registry+https://github.com/rust-lang/crates.io-index" 5274checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 5275 5276[[package]] 5277name = "loop9" 5278version = "0.1.5" 5279source = "registry+https://github.com/rust-lang/crates.io-index" 5280checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 5281dependencies = [ 5282 "imgref", 5283] 5284 5285[[package]] 5286name = "mach2" 5287version = "0.6.0" 5288source = "registry+https://github.com/rust-lang/crates.io-index" 5289checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" 5290 5291[[package]] 5292name = "malloc_buf" 5293version = "0.0.6" 5294source = "registry+https://github.com/rust-lang/crates.io-index" 5295checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 5296dependencies = [ 5297 "libc", 5298] 5299 5300[[package]] 5301name = "malloc_size_of_derive" 5302version = "0.1.3" 5303source = "registry+https://github.com/rust-lang/crates.io-index" 5304checksum = "f44db74bde26fdf427af23f1d146c211aed857c59e3be750cf2617f6b0b05c94" 5305dependencies = [ 5306 "proc-macro2", 5307 "syn 2.0.114", 5308 "synstructure", 5309] 5310 5311[[package]] 5312name = "markup5ever" 5313version = "0.38.0" 5314source = "registry+https://github.com/rust-lang/crates.io-index" 5315checksum = "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862" 5316dependencies = [ 5317 "log", 5318 "tendril", 5319 "web_atoms", 5320] 5321 5322[[package]] 5323name = "matchers" 5324version = "0.2.0" 5325source = "registry+https://github.com/rust-lang/crates.io-index" 5326checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 5327dependencies = [ 5328 "regex-automata 0.4.13", 5329] 5330 5331[[package]] 5332name = "matchit" 5333version = "0.8.4" 5334source = "registry+https://github.com/rust-lang/crates.io-index" 5335checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 5336 5337[[package]] 5338name = "maybe-rayon" 5339version = "0.1.1" 5340source = "registry+https://github.com/rust-lang/crates.io-index" 5341checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 5342dependencies = [ 5343 "cfg-if", 5344 "rayon", 5345] 5346 5347[[package]] 5348name = "media" 5349version = "0.1.0" 5350dependencies = [ 5351 "euclid", 5352 "ipc-channel", 5353 "log", 5354 "paint_api", 5355 "rustc-hash 2.1.1", 5356 "serde", 5357 "servo-media", 5358 "servo_config", 5359 "webrender_api", 5360] 5361 5362[[package]] 5363name = "memchr" 5364version = "2.7.6" 5365source = "registry+https://github.com/rust-lang/crates.io-index" 5366checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 5367 5368[[package]] 5369name = "memmap2" 5370version = "0.9.9" 5371source = "registry+https://github.com/rust-lang/crates.io-index" 5372checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" 5373dependencies = [ 5374 "libc", 5375] 5376 5377[[package]] 5378name = "memoffset" 5379version = "0.9.1" 5380source = "registry+https://github.com/rust-lang/crates.io-index" 5381checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 5382dependencies = [ 5383 "autocfg", 5384] 5385 5386[[package]] 5387name = "metal" 5388version = "0.32.0" 5389source = "registry+https://github.com/rust-lang/crates.io-index" 5390checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605" 5391dependencies = [ 5392 "bitflags 2.10.0", 5393 "block", 5394 "core-graphics-types 0.2.0", 5395 "foreign-types", 5396 "log", 5397 "objc", 5398 "paste", 5399] 5400 5401[[package]] 5402name = "metrics" 5403version = "0.1.0" 5404dependencies = [ 5405 "base", 5406 "malloc_size_of_derive", 5407 "paint_api", 5408 "profile_traits", 5409 "script_traits", 5410 "servo_config", 5411 "servo_malloc_size_of", 5412 "servo_url", 5413] 5414 5415[[package]] 5416name = "mime" 5417version = "0.3.17" 5418source = "registry+https://github.com/rust-lang/crates.io-index" 5419checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 5420 5421[[package]] 5422name = "mime-multipart-hyper1" 5423version = "0.10.0" 5424source = "registry+https://github.com/rust-lang/crates.io-index" 5425checksum = "bc819448803ee517eb413276ca59613c2850a95c4fdcd87ec82c5a6ce6cdab1a" 5426dependencies = [ 5427 "buf-read-ext", 5428 "http 1.4.0", 5429 "httparse", 5430 "log", 5431 "mime", 5432 "tempfile", 5433 "textnonce", 5434] 5435 5436[[package]] 5437name = "mime_guess" 5438version = "2.0.5" 5439source = "registry+https://github.com/rust-lang/crates.io-index" 5440checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 5441dependencies = [ 5442 "mime", 5443 "unicase", 5444] 5445 5446[[package]] 5447name = "minimal-lexical" 5448version = "0.2.1" 5449source = "registry+https://github.com/rust-lang/crates.io-index" 5450checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 5451 5452[[package]] 5453name = "miniz_oxide" 5454version = "0.8.9" 5455source = "registry+https://github.com/rust-lang/crates.io-index" 5456checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 5457dependencies = [ 5458 "adler2", 5459 "simd-adler32", 5460] 5461 5462[[package]] 5463name = "mio" 5464version = "1.1.1" 5465source = "registry+https://github.com/rust-lang/crates.io-index" 5466checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 5467dependencies = [ 5468 "libc", 5469 "wasi 0.11.1+wasi-snapshot-preview1", 5470 "windows-sys 0.61.2", 5471] 5472 5473[[package]] 5474name = "ml-dsa" 5475version = "0.0.4" 5476source = "registry+https://github.com/rust-lang/crates.io-index" 5477checksum = "ac4a46643af2001eafebcc37031fc459eb72d45057aac5d7a15b00046a2ad6db" 5478dependencies = [ 5479 "const-oid", 5480 "hybrid-array 0.3.1", 5481 "num-traits", 5482 "pkcs8", 5483 "rand_core 0.6.4", 5484 "sha3", 5485 "signature", 5486] 5487 5488[[package]] 5489name = "ml-kem" 5490version = "0.2.2" 5491source = "registry+https://github.com/rust-lang/crates.io-index" 5492checksum = "dcaee19a45f916d98f24a551cc9a2cdae705a040e66f3cbc4f3a282ea6a2e982" 5493dependencies = [ 5494 "hybrid-array 0.2.3", 5495 "kem", 5496 "rand_core 0.6.4", 5497 "sha3", 5498] 5499 5500[[package]] 5501name = "moxcms" 5502version = "0.7.11" 5503source = "registry+https://github.com/rust-lang/crates.io-index" 5504checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" 5505dependencies = [ 5506 "num-traits", 5507 "pxfm", 5508] 5509 5510[[package]] 5511name = "mozangle" 5512version = "0.5.4" 5513source = "registry+https://github.com/rust-lang/crates.io-index" 5514checksum = "97f4fcc47005b28e642cc098f2048a236fd8c531fc7a11b8b8bf14fb1230f122" 5515dependencies = [ 5516 "bindgen", 5517 "cc", 5518 "gl_generator", 5519 "libz-sys", 5520 "walkdir", 5521] 5522 5523[[package]] 5524name = "mozjs" 5525version = "0.14.8" 5526source = "registry+https://github.com/rust-lang/crates.io-index" 5527checksum = "36f3329b0f19f40511bd7266d68ffbedf6d3d59157451927ec8d58ea010f6cda" 5528dependencies = [ 5529 "bindgen", 5530 "cc", 5531 "encoding_rs", 5532 "libc", 5533 "log", 5534 "mozjs_sys", 5535 "num-traits", 5536] 5537 5538[[package]] 5539name = "mozjs_sys" 5540version = "0.140.5-10" 5541source = "registry+https://github.com/rust-lang/crates.io-index" 5542checksum = "7047586e1b71e6405d42e4dfcefdcea209fea39adf2f60122bf72f192e19fbd1" 5543dependencies = [ 5544 "bindgen", 5545 "cc", 5546 "encoding_c", 5547 "encoding_c_mem", 5548 "flate2", 5549 "icu_capi", 5550 "libc", 5551 "libz-sys", 5552 "tar", 5553 "walkdir", 5554] 5555 5556[[package]] 5557name = "muda" 5558version = "0.17.1" 5559source = "registry+https://github.com/rust-lang/crates.io-index" 5560checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a" 5561dependencies = [ 5562 "crossbeam-channel", 5563 "dpi", 5564 "gtk", 5565 "keyboard-types 0.7.0", 5566 "libxdo", 5567 "objc2 0.6.3", 5568 "objc2-app-kit 0.3.2", 5569 "objc2-core-foundation", 5570 "objc2-foundation 0.3.2", 5571 "once_cell", 5572 "png 0.17.16", 5573 "thiserror 2.0.18", 5574 "windows-sys 0.60.2", 5575] 5576 5577[[package]] 5578name = "muldiv" 5579version = "1.0.1" 5580source = "registry+https://github.com/rust-lang/crates.io-index" 5581checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0" 5582 5583[[package]] 5584name = "naga" 5585version = "26.0.0" 5586source = "registry+https://github.com/rust-lang/crates.io-index" 5587checksum = "916cbc7cb27db60be930a4e2da243cf4bc39569195f22fd8ee419cd31d5b662c" 5588dependencies = [ 5589 "arrayvec", 5590 "bit-set", 5591 "bitflags 2.10.0", 5592 "cfg-if", 5593 "cfg_aliases", 5594 "codespan-reporting", 5595 "half", 5596 "hashbrown 0.15.5", 5597 "hexf-parse", 5598 "indexmap", 5599 "libm", 5600 "log", 5601 "num-traits", 5602 "once_cell", 5603 "rustc-hash 1.1.0", 5604 "spirv", 5605 "thiserror 2.0.18", 5606 "unicode-ident", 5607] 5608 5609[[package]] 5610name = "ndk" 5611version = "0.9.0" 5612source = "registry+https://github.com/rust-lang/crates.io-index" 5613checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 5614dependencies = [ 5615 "bitflags 2.10.0", 5616 "jni-sys", 5617 "log", 5618 "ndk-sys", 5619 "num_enum", 5620 "raw-window-handle", 5621 "thiserror 1.0.69", 5622] 5623 5624[[package]] 5625name = "ndk-context" 5626version = "0.1.1" 5627source = "registry+https://github.com/rust-lang/crates.io-index" 5628checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 5629 5630[[package]] 5631name = "ndk-sys" 5632version = "0.6.0+11769913" 5633source = "registry+https://github.com/rust-lang/crates.io-index" 5634checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 5635dependencies = [ 5636 "jni-sys", 5637] 5638 5639[[package]] 5640name = "net" 5641version = "0.1.0" 5642dependencies = [ 5643 "async-compression", 5644 "async-recursion", 5645 "async-tungstenite", 5646 "base", 5647 "base64 0.22.1", 5648 "bytes", 5649 "chrono", 5650 "content-security-policy", 5651 "cookie 0.18.1", 5652 "crossbeam-channel", 5653 "data-url", 5654 "devtools_traits", 5655 "embedder_traits", 5656 "flate2", 5657 "fst", 5658 "futures 0.3.31", 5659 "futures-core", 5660 "futures-util", 5661 "generic-array", 5662 "headers 0.4.1", 5663 "http 1.4.0", 5664 "http-body-util", 5665 "hyper 1.8.1", 5666 "hyper-rustls", 5667 "hyper-util", 5668 "hyper_serde", 5669 "imsz", 5670 "ipc-channel", 5671 "itertools 0.14.0", 5672 "log", 5673 "malloc_size_of_derive", 5674 "mime", 5675 "mime_guess", 5676 "net", 5677 "net_traits", 5678 "nom 8.0.0", 5679 "paint_api", 5680 "parking_lot", 5681 "pixels", 5682 "profile_traits", 5683 "quick_cache", 5684 "resvg", 5685 "rustc-hash 2.1.1", 5686 "rustls", 5687 "rustls-pki-types", 5688 "rustls-platform-verifier", 5689 "serde", 5690 "servo_arc", 5691 "servo_config", 5692 "servo_malloc_size_of", 5693 "servo_url", 5694 "sha2", 5695 "time", 5696 "tokio", 5697 "tokio-rustls", 5698 "tokio-stream", 5699 "tokio-util", 5700 "tower", 5701 "tungstenite", 5702 "url", 5703 "uuid", 5704 "webpki-roots", 5705 "webrender_api", 5706] 5707 5708[[package]] 5709name = "net_traits" 5710version = "0.1.0" 5711dependencies = [ 5712 "base", 5713 "content-security-policy", 5714 "cookie 0.18.1", 5715 "crossbeam-channel", 5716 "data-url", 5717 "embedder_traits", 5718 "headers 0.4.1", 5719 "http 1.4.0", 5720 "hyper-util", 5721 "hyper_serde", 5722 "ipc-channel", 5723 "log", 5724 "malloc_size_of_derive", 5725 "mime", 5726 "num-traits", 5727 "paint_api", 5728 "parking_lot", 5729 "percent-encoding", 5730 "pixels", 5731 "profile_traits", 5732 "rand 0.9.2", 5733 "rustc-hash 2.1.1", 5734 "rustls-pki-types", 5735 "serde", 5736 "servo_arc", 5737 "servo_malloc_size_of", 5738 "servo_url", 5739 "tokio", 5740 "url", 5741 "uuid", 5742 "webrender_api", 5743] 5744 5745[[package]] 5746name = "new_debug_unreachable" 5747version = "1.0.6" 5748source = "registry+https://github.com/rust-lang/crates.io-index" 5749checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 5750 5751[[package]] 5752name = "nix" 5753version = "0.30.1" 5754source = "registry+https://github.com/rust-lang/crates.io-index" 5755checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 5756dependencies = [ 5757 "bitflags 2.10.0", 5758 "cfg-if", 5759 "cfg_aliases", 5760 "libc", 5761] 5762 5763[[package]] 5764name = "nom" 5765version = "7.1.3" 5766source = "registry+https://github.com/rust-lang/crates.io-index" 5767checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 5768dependencies = [ 5769 "memchr", 5770 "minimal-lexical", 5771] 5772 5773[[package]] 5774name = "nom" 5775version = "8.0.0" 5776source = "registry+https://github.com/rust-lang/crates.io-index" 5777checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" 5778dependencies = [ 5779 "memchr", 5780] 5781 5782[[package]] 5783name = "nom-language" 5784version = "0.1.0" 5785source = "registry+https://github.com/rust-lang/crates.io-index" 5786checksum = "2de2bc5b451bfedaef92c90b8939a8fff5770bdcc1fafd6239d086aab8fa6b29" 5787dependencies = [ 5788 "nom 8.0.0", 5789] 5790 5791[[package]] 5792name = "nom-rfc8288" 5793version = "0.4.0" 5794source = "registry+https://github.com/rust-lang/crates.io-index" 5795checksum = "aaf26c6675a34266d3d71137fc5d876adb5e3d74963181397fd39742a8341576" 5796dependencies = [ 5797 "itertools 0.14.0", 5798 "nom 8.0.0", 5799 "nom-language", 5800 "thiserror 2.0.18", 5801] 5802 5803[[package]] 5804name = "noop_proc_macro" 5805version = "0.3.0" 5806source = "registry+https://github.com/rust-lang/crates.io-index" 5807checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 5808 5809[[package]] 5810name = "nu-ansi-term" 5811version = "0.50.3" 5812source = "registry+https://github.com/rust-lang/crates.io-index" 5813checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 5814dependencies = [ 5815 "windows-sys 0.61.2", 5816] 5817 5818[[package]] 5819name = "num-bigint" 5820version = "0.4.6" 5821source = "registry+https://github.com/rust-lang/crates.io-index" 5822checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 5823dependencies = [ 5824 "num-integer", 5825 "num-traits", 5826] 5827 5828[[package]] 5829name = "num-bigint-dig" 5830version = "0.8.6" 5831source = "registry+https://github.com/rust-lang/crates.io-index" 5832checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 5833dependencies = [ 5834 "lazy_static", 5835 "libm", 5836 "num-integer", 5837 "num-iter", 5838 "num-traits", 5839 "rand 0.8.5", 5840 "serde", 5841 "smallvec", 5842 "zeroize", 5843] 5844 5845[[package]] 5846name = "num-complex" 5847version = "0.2.4" 5848source = "registry+https://github.com/rust-lang/crates.io-index" 5849checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" 5850dependencies = [ 5851 "autocfg", 5852 "num-traits", 5853] 5854 5855[[package]] 5856name = "num-conv" 5857version = "0.2.0" 5858source = "registry+https://github.com/rust-lang/crates.io-index" 5859checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 5860 5861[[package]] 5862name = "num-derive" 5863version = "0.4.2" 5864source = "registry+https://github.com/rust-lang/crates.io-index" 5865checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 5866dependencies = [ 5867 "proc-macro2", 5868 "quote", 5869 "syn 2.0.114", 5870] 5871 5872[[package]] 5873name = "num-integer" 5874version = "0.1.46" 5875source = "registry+https://github.com/rust-lang/crates.io-index" 5876checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 5877dependencies = [ 5878 "num-traits", 5879] 5880 5881[[package]] 5882name = "num-iter" 5883version = "0.1.45" 5884source = "registry+https://github.com/rust-lang/crates.io-index" 5885checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 5886dependencies = [ 5887 "autocfg", 5888 "num-integer", 5889 "num-traits", 5890] 5891 5892[[package]] 5893name = "num-rational" 5894version = "0.4.2" 5895source = "registry+https://github.com/rust-lang/crates.io-index" 5896checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 5897dependencies = [ 5898 "num-bigint", 5899 "num-integer", 5900 "num-traits", 5901] 5902 5903[[package]] 5904name = "num-traits" 5905version = "0.2.19" 5906source = "registry+https://github.com/rust-lang/crates.io-index" 5907checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 5908dependencies = [ 5909 "autocfg", 5910 "libm", 5911] 5912 5913[[package]] 5914name = "num_cpus" 5915version = "1.17.0" 5916source = "registry+https://github.com/rust-lang/crates.io-index" 5917checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 5918dependencies = [ 5919 "hermit-abi", 5920 "libc", 5921] 5922 5923[[package]] 5924name = "num_enum" 5925version = "0.7.5" 5926source = "registry+https://github.com/rust-lang/crates.io-index" 5927checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" 5928dependencies = [ 5929 "num_enum_derive", 5930 "rustversion", 5931] 5932 5933[[package]] 5934name = "num_enum_derive" 5935version = "0.7.5" 5936source = "registry+https://github.com/rust-lang/crates.io-index" 5937checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" 5938dependencies = [ 5939 "proc-macro-crate 3.4.0", 5940 "proc-macro2", 5941 "quote", 5942 "syn 2.0.114", 5943] 5944 5945[[package]] 5946name = "num_threads" 5947version = "0.1.7" 5948source = "registry+https://github.com/rust-lang/crates.io-index" 5949checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 5950dependencies = [ 5951 "libc", 5952] 5953 5954[[package]] 5955name = "objc" 5956version = "0.2.7" 5957source = "registry+https://github.com/rust-lang/crates.io-index" 5958checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 5959dependencies = [ 5960 "malloc_buf", 5961] 5962 5963[[package]] 5964name = "objc-sys" 5965version = "0.3.5" 5966source = "registry+https://github.com/rust-lang/crates.io-index" 5967checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 5968 5969[[package]] 5970name = "objc2" 5971version = "0.2.7" 5972source = "registry+https://github.com/rust-lang/crates.io-index" 5973checksum = "612c08b52f6d8b11d8c199d0798bc38ab35c0a95da3be548a60808a4ae56d1f4" 5974dependencies = [ 5975 "malloc_buf", 5976] 5977 5978[[package]] 5979name = "objc2" 5980version = "0.5.2" 5981source = "registry+https://github.com/rust-lang/crates.io-index" 5982checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 5983dependencies = [ 5984 "objc-sys", 5985 "objc2-encode", 5986] 5987 5988[[package]] 5989name = "objc2" 5990version = "0.6.3" 5991source = "registry+https://github.com/rust-lang/crates.io-index" 5992checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 5993dependencies = [ 5994 "objc2-encode", 5995] 5996 5997[[package]] 5998name = "objc2-app-kit" 5999version = "0.2.2" 6000source = "registry+https://github.com/rust-lang/crates.io-index" 6001checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 6002dependencies = [ 6003 "bitflags 2.10.0", 6004 "block2 0.5.1", 6005 "libc", 6006 "objc2 0.5.2", 6007 "objc2-core-data", 6008 "objc2-core-image", 6009 "objc2-foundation 0.2.2", 6010 "objc2-quartz-core 0.2.2", 6011] 6012 6013[[package]] 6014name = "objc2-app-kit" 6015version = "0.3.2" 6016source = "registry+https://github.com/rust-lang/crates.io-index" 6017checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" 6018dependencies = [ 6019 "bitflags 2.10.0", 6020 "objc2 0.6.3", 6021 "objc2-core-foundation", 6022 "objc2-core-graphics", 6023 "objc2-foundation 0.3.2", 6024 "objc2-quartz-core 0.3.2", 6025] 6026 6027[[package]] 6028name = "objc2-cloud-kit" 6029version = "0.2.2" 6030source = "registry+https://github.com/rust-lang/crates.io-index" 6031checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 6032dependencies = [ 6033 "bitflags 2.10.0", 6034 "block2 0.5.1", 6035 "objc2 0.5.2", 6036 "objc2-core-location", 6037 "objc2-foundation 0.2.2", 6038] 6039 6040[[package]] 6041name = "objc2-contacts" 6042version = "0.2.2" 6043source = "registry+https://github.com/rust-lang/crates.io-index" 6044checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 6045dependencies = [ 6046 "block2 0.5.1", 6047 "objc2 0.5.2", 6048 "objc2-foundation 0.2.2", 6049] 6050 6051[[package]] 6052name = "objc2-core-data" 6053version = "0.2.2" 6054source = "registry+https://github.com/rust-lang/crates.io-index" 6055checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 6056dependencies = [ 6057 "bitflags 2.10.0", 6058 "block2 0.5.1", 6059 "objc2 0.5.2", 6060 "objc2-foundation 0.2.2", 6061] 6062 6063[[package]] 6064name = "objc2-core-foundation" 6065version = "0.3.2" 6066source = "registry+https://github.com/rust-lang/crates.io-index" 6067checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 6068dependencies = [ 6069 "bitflags 2.10.0", 6070 "block2 0.6.2", 6071 "dispatch2", 6072 "libc", 6073 "objc2 0.6.3", 6074] 6075 6076[[package]] 6077name = "objc2-core-graphics" 6078version = "0.3.2" 6079source = "registry+https://github.com/rust-lang/crates.io-index" 6080checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" 6081dependencies = [ 6082 "bitflags 2.10.0", 6083 "block2 0.6.2", 6084 "dispatch2", 6085 "libc", 6086 "objc2 0.6.3", 6087 "objc2-core-foundation", 6088 "objc2-io-surface", 6089 "objc2-metal 0.3.2", 6090] 6091 6092[[package]] 6093name = "objc2-core-image" 6094version = "0.2.2" 6095source = "registry+https://github.com/rust-lang/crates.io-index" 6096checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 6097dependencies = [ 6098 "block2 0.5.1", 6099 "objc2 0.5.2", 6100 "objc2-foundation 0.2.2", 6101 "objc2-metal 0.2.2", 6102] 6103 6104[[package]] 6105name = "objc2-core-location" 6106version = "0.2.2" 6107source = "registry+https://github.com/rust-lang/crates.io-index" 6108checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 6109dependencies = [ 6110 "block2 0.5.1", 6111 "objc2 0.5.2", 6112 "objc2-contacts", 6113 "objc2-foundation 0.2.2", 6114] 6115 6116[[package]] 6117name = "objc2-core-text" 6118version = "0.3.2" 6119source = "registry+https://github.com/rust-lang/crates.io-index" 6120checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" 6121dependencies = [ 6122 "bitflags 2.10.0", 6123 "block2 0.6.2", 6124 "libc", 6125 "objc2 0.6.3", 6126 "objc2-core-foundation", 6127 "objc2-core-graphics", 6128] 6129 6130[[package]] 6131name = "objc2-core-video" 6132version = "0.3.2" 6133source = "registry+https://github.com/rust-lang/crates.io-index" 6134checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6" 6135dependencies = [ 6136 "bitflags 2.10.0", 6137 "objc2-core-foundation", 6138 "objc2-core-graphics", 6139] 6140 6141[[package]] 6142name = "objc2-encode" 6143version = "4.1.0" 6144source = "registry+https://github.com/rust-lang/crates.io-index" 6145checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 6146 6147[[package]] 6148name = "objc2-foundation" 6149version = "0.2.2" 6150source = "registry+https://github.com/rust-lang/crates.io-index" 6151checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 6152dependencies = [ 6153 "bitflags 2.10.0", 6154 "block2 0.5.1", 6155 "dispatch", 6156 "libc", 6157 "objc2 0.5.2", 6158] 6159 6160[[package]] 6161name = "objc2-foundation" 6162version = "0.3.2" 6163source = "registry+https://github.com/rust-lang/crates.io-index" 6164checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 6165dependencies = [ 6166 "bitflags 2.10.0", 6167 "block2 0.6.2", 6168 "objc2 0.6.3", 6169 "objc2-core-foundation", 6170] 6171 6172[[package]] 6173name = "objc2-io-surface" 6174version = "0.3.2" 6175source = "registry+https://github.com/rust-lang/crates.io-index" 6176checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" 6177dependencies = [ 6178 "bitflags 2.10.0", 6179 "libc", 6180 "objc2 0.6.3", 6181 "objc2-core-foundation", 6182] 6183 6184[[package]] 6185name = "objc2-link-presentation" 6186version = "0.2.2" 6187source = "registry+https://github.com/rust-lang/crates.io-index" 6188checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 6189dependencies = [ 6190 "block2 0.5.1", 6191 "objc2 0.5.2", 6192 "objc2-app-kit 0.2.2", 6193 "objc2-foundation 0.2.2", 6194] 6195 6196[[package]] 6197name = "objc2-metal" 6198version = "0.2.2" 6199source = "registry+https://github.com/rust-lang/crates.io-index" 6200checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 6201dependencies = [ 6202 "bitflags 2.10.0", 6203 "block2 0.5.1", 6204 "objc2 0.5.2", 6205 "objc2-foundation 0.2.2", 6206] 6207 6208[[package]] 6209name = "objc2-metal" 6210version = "0.3.2" 6211source = "registry+https://github.com/rust-lang/crates.io-index" 6212checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794" 6213dependencies = [ 6214 "bitflags 2.10.0", 6215 "objc2 0.6.3", 6216 "objc2-foundation 0.3.2", 6217] 6218 6219[[package]] 6220name = "objc2-quartz-core" 6221version = "0.2.2" 6222source = "registry+https://github.com/rust-lang/crates.io-index" 6223checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 6224dependencies = [ 6225 "bitflags 2.10.0", 6226 "block2 0.5.1", 6227 "objc2 0.5.2", 6228 "objc2-foundation 0.2.2", 6229 "objc2-metal 0.2.2", 6230] 6231 6232[[package]] 6233name = "objc2-quartz-core" 6234version = "0.3.2" 6235source = "registry+https://github.com/rust-lang/crates.io-index" 6236checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" 6237dependencies = [ 6238 "bitflags 2.10.0", 6239 "objc2 0.6.3", 6240 "objc2-core-foundation", 6241 "objc2-foundation 0.3.2", 6242] 6243 6244[[package]] 6245name = "objc2-symbols" 6246version = "0.2.2" 6247source = "registry+https://github.com/rust-lang/crates.io-index" 6248checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 6249dependencies = [ 6250 "objc2 0.5.2", 6251 "objc2-foundation 0.2.2", 6252] 6253 6254[[package]] 6255name = "objc2-ui-kit" 6256version = "0.2.2" 6257source = "registry+https://github.com/rust-lang/crates.io-index" 6258checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 6259dependencies = [ 6260 "bitflags 2.10.0", 6261 "block2 0.5.1", 6262 "objc2 0.5.2", 6263 "objc2-cloud-kit", 6264 "objc2-core-data", 6265 "objc2-core-image", 6266 "objc2-core-location", 6267 "objc2-foundation 0.2.2", 6268 "objc2-link-presentation", 6269 "objc2-quartz-core 0.2.2", 6270 "objc2-symbols", 6271 "objc2-uniform-type-identifiers", 6272 "objc2-user-notifications", 6273] 6274 6275[[package]] 6276name = "objc2-uniform-type-identifiers" 6277version = "0.2.2" 6278source = "registry+https://github.com/rust-lang/crates.io-index" 6279checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 6280dependencies = [ 6281 "block2 0.5.1", 6282 "objc2 0.5.2", 6283 "objc2-foundation 0.2.2", 6284] 6285 6286[[package]] 6287name = "objc2-user-notifications" 6288version = "0.2.2" 6289source = "registry+https://github.com/rust-lang/crates.io-index" 6290checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 6291dependencies = [ 6292 "bitflags 2.10.0", 6293 "block2 0.5.1", 6294 "objc2 0.5.2", 6295 "objc2-core-location", 6296 "objc2-foundation 0.2.2", 6297] 6298 6299[[package]] 6300name = "object" 6301version = "0.37.3" 6302source = "registry+https://github.com/rust-lang/crates.io-index" 6303checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 6304dependencies = [ 6305 "memchr", 6306] 6307 6308[[package]] 6309name = "ocb3" 6310version = "0.1.0" 6311source = "registry+https://github.com/rust-lang/crates.io-index" 6312checksum = "c196e0276c471c843dd5777e7543a36a298a4be942a2a688d8111cd43390dedb" 6313dependencies = [ 6314 "aead", 6315 "cipher", 6316 "ctr", 6317 "subtle", 6318] 6319 6320[[package]] 6321name = "once_cell" 6322version = "1.21.3" 6323source = "registry+https://github.com/rust-lang/crates.io-index" 6324checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 6325 6326[[package]] 6327name = "once_cell_polyfill" 6328version = "1.70.2" 6329source = "registry+https://github.com/rust-lang/crates.io-index" 6330checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 6331 6332[[package]] 6333name = "oorandom" 6334version = "11.1.5" 6335source = "registry+https://github.com/rust-lang/crates.io-index" 6336checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" 6337 6338[[package]] 6339name = "opaque-debug" 6340version = "0.3.1" 6341source = "registry+https://github.com/rust-lang/crates.io-index" 6342checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 6343 6344[[package]] 6345name = "openssl-probe" 6346version = "0.2.1" 6347source = "registry+https://github.com/rust-lang/crates.io-index" 6348checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 6349 6350[[package]] 6351name = "openxr" 6352version = "0.20.0" 6353source = "registry+https://github.com/rust-lang/crates.io-index" 6354checksum = "40adeaa3219baa4412a522742eeee152656763008a39c68a50fd3027fe37625e" 6355dependencies = [ 6356 "libc", 6357 "libloading 0.8.9", 6358 "ndk-context", 6359 "openxr-sys", 6360] 6361 6362[[package]] 6363name = "openxr-sys" 6364version = "0.12.0" 6365source = "registry+https://github.com/rust-lang/crates.io-index" 6366checksum = "b8b94052f57756896c60b504769568fc538808210e77190b69c69b467ee7eaaf" 6367dependencies = [ 6368 "libc", 6369] 6370 6371[[package]] 6372name = "option-ext" 6373version = "0.2.0" 6374source = "registry+https://github.com/rust-lang/crates.io-index" 6375checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 6376 6377[[package]] 6378name = "option-operations" 6379version = "0.6.1" 6380source = "registry+https://github.com/rust-lang/crates.io-index" 6381checksum = "aca39cf52b03268400c16eeb9b56382ea3c3353409309b63f5c8f0b1faf42754" 6382dependencies = [ 6383 "pastey 0.2.1", 6384] 6385 6386[[package]] 6387name = "orbclient" 6388version = "0.3.50" 6389source = "registry+https://github.com/rust-lang/crates.io-index" 6390checksum = "52ad2c6bae700b7aa5d1cc30c59bdd3a1c180b09dbaea51e2ae2b8e1cf211fdd" 6391dependencies = [ 6392 "libc", 6393 "libredox", 6394] 6395 6396[[package]] 6397name = "ordered-float" 6398version = "5.0.0" 6399source = "registry+https://github.com/rust-lang/crates.io-index" 6400checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01" 6401dependencies = [ 6402 "num-traits", 6403] 6404 6405[[package]] 6406name = "ordermap" 6407version = "0.3.5" 6408source = "registry+https://github.com/rust-lang/crates.io-index" 6409checksum = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" 6410 6411[[package]] 6412name = "owned_ttf_parser" 6413version = "0.25.1" 6414source = "registry+https://github.com/rust-lang/crates.io-index" 6415checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" 6416dependencies = [ 6417 "ttf-parser", 6418] 6419 6420[[package]] 6421name = "p256" 6422version = "0.13.2" 6423source = "registry+https://github.com/rust-lang/crates.io-index" 6424checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 6425dependencies = [ 6426 "ecdsa", 6427 "elliptic-curve", 6428 "primeorder", 6429 "sha2", 6430] 6431 6432[[package]] 6433name = "p384" 6434version = "0.13.1" 6435source = "registry+https://github.com/rust-lang/crates.io-index" 6436checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 6437dependencies = [ 6438 "ecdsa", 6439 "elliptic-curve", 6440 "primeorder", 6441 "sha2", 6442] 6443 6444[[package]] 6445name = "p521" 6446version = "0.13.3" 6447source = "registry+https://github.com/rust-lang/crates.io-index" 6448checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2" 6449dependencies = [ 6450 "base16ct", 6451 "ecdsa", 6452 "elliptic-curve", 6453 "primeorder", 6454 "rand_core 0.6.4", 6455 "sha2", 6456] 6457 6458[[package]] 6459name = "paint" 6460version = "0.1.0" 6461dependencies = [ 6462 "base", 6463 "bitflags 2.10.0", 6464 "canvas_traits", 6465 "constellation_traits", 6466 "crossbeam-channel", 6467 "dpi", 6468 "embedder_traits", 6469 "euclid", 6470 "gleam", 6471 "image", 6472 "ipc-channel", 6473 "log", 6474 "media", 6475 "paint_api", 6476 "pixels", 6477 "profile_traits", 6478 "rayon", 6479 "rustc-hash 2.1.1", 6480 "servo-tracing", 6481 "servo_allocator", 6482 "servo_config", 6483 "servo_geometry", 6484 "servo_malloc_size_of", 6485 "smallvec", 6486 "stylo_traits", 6487 "surfman", 6488 "timers", 6489 "tracing", 6490 "webgl", 6491 "webgpu", 6492 "webrender", 6493 "webrender_api", 6494 "webxr", 6495 "webxr-api", 6496 "wr_malloc_size_of", 6497] 6498 6499[[package]] 6500name = "paint_api" 6501version = "0.1.0" 6502dependencies = [ 6503 "base", 6504 "bitflags 2.10.0", 6505 "crossbeam-channel", 6506 "dpi", 6507 "embedder_traits", 6508 "euclid", 6509 "gleam", 6510 "glow", 6511 "image", 6512 "ipc-channel", 6513 "log", 6514 "malloc_size_of_derive", 6515 "parking_lot", 6516 "pixels", 6517 "profile_traits", 6518 "raw-window-handle", 6519 "rustc-hash 2.1.1", 6520 "serde", 6521 "serde_bytes", 6522 "servo-tracing", 6523 "servo_geometry", 6524 "servo_malloc_size_of", 6525 "smallvec", 6526 "strum", 6527 "stylo", 6528 "stylo_traits", 6529 "surfman", 6530 "tracing", 6531 "webrender_api", 6532] 6533 6534[[package]] 6535name = "pango" 6536version = "0.18.3" 6537source = "registry+https://github.com/rust-lang/crates.io-index" 6538checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" 6539dependencies = [ 6540 "gio", 6541 "glib 0.18.5", 6542 "libc", 6543 "once_cell", 6544 "pango-sys", 6545] 6546 6547[[package]] 6548name = "pango-sys" 6549version = "0.18.0" 6550source = "registry+https://github.com/rust-lang/crates.io-index" 6551checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" 6552dependencies = [ 6553 "glib-sys 0.18.1", 6554 "gobject-sys 0.18.0", 6555 "libc", 6556 "system-deps 6.2.2", 6557] 6558 6559[[package]] 6560name = "parking_lot" 6561version = "0.12.5" 6562source = "registry+https://github.com/rust-lang/crates.io-index" 6563checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 6564dependencies = [ 6565 "lock_api", 6566 "parking_lot_core", 6567] 6568 6569[[package]] 6570name = "parking_lot_core" 6571version = "0.9.12" 6572source = "registry+https://github.com/rust-lang/crates.io-index" 6573checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 6574dependencies = [ 6575 "cfg-if", 6576 "libc", 6577 "redox_syscall 0.5.18", 6578 "smallvec", 6579 "windows-link 0.2.1", 6580] 6581 6582[[package]] 6583name = "password-hash" 6584version = "0.5.0" 6585source = "registry+https://github.com/rust-lang/crates.io-index" 6586checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" 6587dependencies = [ 6588 "base64ct", 6589 "rand_core 0.6.4", 6590 "subtle", 6591] 6592 6593[[package]] 6594name = "paste" 6595version = "1.0.15" 6596source = "registry+https://github.com/rust-lang/crates.io-index" 6597checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 6598 6599[[package]] 6600name = "pastey" 6601version = "0.1.1" 6602source = "registry+https://github.com/rust-lang/crates.io-index" 6603checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" 6604 6605[[package]] 6606name = "pastey" 6607version = "0.2.1" 6608source = "registry+https://github.com/rust-lang/crates.io-index" 6609checksum = "b867cad97c0791bbd3aaa6472142568c6c9e8f71937e98379f584cfb0cf35bec" 6610 6611[[package]] 6612name = "peek-poke" 6613version = "0.3.0" 6614source = "registry+https://github.com/rust-lang/crates.io-index" 6615checksum = "ef60922033e31835f6cf98b9b81b58368037b71d2a81928985cd9d0b3b3171fb" 6616dependencies = [ 6617 "euclid", 6618 "peek-poke-derive", 6619] 6620 6621[[package]] 6622name = "peek-poke-derive" 6623version = "0.3.0" 6624source = "registry+https://github.com/rust-lang/crates.io-index" 6625checksum = "271f78bae1e699b58c180a384a2e8d78ccbb60b853e15db92339725f3a2764d5" 6626dependencies = [ 6627 "proc-macro2", 6628 "quote", 6629 "syn 2.0.114", 6630 "synstructure", 6631] 6632 6633[[package]] 6634name = "pem-rfc7468" 6635version = "0.7.0" 6636source = "registry+https://github.com/rust-lang/crates.io-index" 6637checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 6638dependencies = [ 6639 "base64ct", 6640] 6641 6642[[package]] 6643name = "peniko" 6644version = "0.5.0" 6645source = "registry+https://github.com/rust-lang/crates.io-index" 6646checksum = "b3c76095c9a636173600478e0373218c7b955335048c2bcd12dc6a79657649d8" 6647dependencies = [ 6648 "bytemuck", 6649 "color", 6650 "kurbo 0.12.0", 6651 "linebender_resource_handle", 6652 "smallvec", 6653] 6654 6655[[package]] 6656name = "percent-encoding" 6657version = "2.3.2" 6658source = "registry+https://github.com/rust-lang/crates.io-index" 6659checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 6660 6661[[package]] 6662name = "petgraph" 6663version = "0.4.13" 6664source = "registry+https://github.com/rust-lang/crates.io-index" 6665checksum = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" 6666dependencies = [ 6667 "fixedbitset", 6668 "ordermap", 6669] 6670 6671[[package]] 6672name = "phf" 6673version = "0.13.1" 6674source = "registry+https://github.com/rust-lang/crates.io-index" 6675checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" 6676dependencies = [ 6677 "phf_macros", 6678 "phf_shared", 6679 "serde", 6680] 6681 6682[[package]] 6683name = "phf_codegen" 6684version = "0.13.1" 6685source = "registry+https://github.com/rust-lang/crates.io-index" 6686checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" 6687dependencies = [ 6688 "phf_generator", 6689 "phf_shared", 6690] 6691 6692[[package]] 6693name = "phf_generator" 6694version = "0.13.1" 6695source = "registry+https://github.com/rust-lang/crates.io-index" 6696checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" 6697dependencies = [ 6698 "fastrand", 6699 "phf_shared", 6700] 6701 6702[[package]] 6703name = "phf_macros" 6704version = "0.13.1" 6705source = "registry+https://github.com/rust-lang/crates.io-index" 6706checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" 6707dependencies = [ 6708 "phf_generator", 6709 "phf_shared", 6710 "proc-macro2", 6711 "quote", 6712 "syn 2.0.114", 6713] 6714 6715[[package]] 6716name = "phf_shared" 6717version = "0.13.1" 6718source = "registry+https://github.com/rust-lang/crates.io-index" 6719checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" 6720dependencies = [ 6721 "siphasher", 6722] 6723 6724[[package]] 6725name = "pico-args" 6726version = "0.5.0" 6727source = "registry+https://github.com/rust-lang/crates.io-index" 6728checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 6729 6730[[package]] 6731name = "pin-project" 6732version = "1.1.10" 6733source = "registry+https://github.com/rust-lang/crates.io-index" 6734checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 6735dependencies = [ 6736 "pin-project-internal", 6737] 6738 6739[[package]] 6740name = "pin-project-internal" 6741version = "1.1.10" 6742source = "registry+https://github.com/rust-lang/crates.io-index" 6743checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 6744dependencies = [ 6745 "proc-macro2", 6746 "quote", 6747 "syn 2.0.114", 6748] 6749 6750[[package]] 6751name = "pin-project-lite" 6752version = "0.2.16" 6753source = "registry+https://github.com/rust-lang/crates.io-index" 6754checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 6755 6756[[package]] 6757name = "pin-utils" 6758version = "0.1.0" 6759source = "registry+https://github.com/rust-lang/crates.io-index" 6760checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 6761 6762[[package]] 6763name = "pixels" 6764version = "0.1.0" 6765dependencies = [ 6766 "base", 6767 "criterion", 6768 "euclid", 6769 "image", 6770 "log", 6771 "malloc_size_of_derive", 6772 "serde", 6773 "servo_malloc_size_of", 6774 "webrender_api", 6775] 6776 6777[[package]] 6778name = "pkcs1" 6779version = "0.7.5" 6780source = "registry+https://github.com/rust-lang/crates.io-index" 6781checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 6782dependencies = [ 6783 "der", 6784 "pkcs8", 6785 "spki", 6786] 6787 6788[[package]] 6789name = "pkcs8" 6790version = "0.10.2" 6791source = "registry+https://github.com/rust-lang/crates.io-index" 6792checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 6793dependencies = [ 6794 "der", 6795 "rand_core 0.6.4", 6796 "spki", 6797] 6798 6799[[package]] 6800name = "pkg-config" 6801version = "0.3.32" 6802source = "registry+https://github.com/rust-lang/crates.io-index" 6803checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 6804 6805[[package]] 6806name = "plane-split" 6807version = "0.18.0" 6808source = "registry+https://github.com/rust-lang/crates.io-index" 6809checksum = "8c1f7d82649829ecdef8e258790b0587acf0a8403f0ce963473d8e918acc1643" 6810dependencies = [ 6811 "euclid", 6812 "log", 6813 "smallvec", 6814] 6815 6816[[package]] 6817name = "plotters" 6818version = "0.3.7" 6819source = "registry+https://github.com/rust-lang/crates.io-index" 6820checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" 6821dependencies = [ 6822 "num-traits", 6823 "plotters-backend", 6824 "plotters-svg", 6825 "wasm-bindgen", 6826 "web-sys", 6827] 6828 6829[[package]] 6830name = "plotters-backend" 6831version = "0.3.7" 6832source = "registry+https://github.com/rust-lang/crates.io-index" 6833checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" 6834 6835[[package]] 6836name = "plotters-svg" 6837version = "0.3.7" 6838source = "registry+https://github.com/rust-lang/crates.io-index" 6839checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" 6840dependencies = [ 6841 "plotters-backend", 6842] 6843 6844[[package]] 6845name = "png" 6846version = "0.17.16" 6847source = "registry+https://github.com/rust-lang/crates.io-index" 6848checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 6849dependencies = [ 6850 "bitflags 1.3.2", 6851 "crc32fast", 6852 "fdeflate", 6853 "flate2", 6854 "miniz_oxide", 6855] 6856 6857[[package]] 6858name = "png" 6859version = "0.18.0" 6860source = "registry+https://github.com/rust-lang/crates.io-index" 6861checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 6862dependencies = [ 6863 "bitflags 2.10.0", 6864 "crc32fast", 6865 "fdeflate", 6866 "flate2", 6867 "miniz_oxide", 6868] 6869 6870[[package]] 6871name = "polling" 6872version = "3.11.0" 6873source = "registry+https://github.com/rust-lang/crates.io-index" 6874checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 6875dependencies = [ 6876 "cfg-if", 6877 "concurrent-queue", 6878 "hermit-abi", 6879 "pin-project-lite", 6880 "rustix 1.1.3", 6881 "windows-sys 0.61.2", 6882] 6883 6884[[package]] 6885name = "pollster" 6886version = "0.4.0" 6887source = "registry+https://github.com/rust-lang/crates.io-index" 6888checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" 6889 6890[[package]] 6891name = "poly1305" 6892version = "0.8.0" 6893source = "registry+https://github.com/rust-lang/crates.io-index" 6894checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" 6895dependencies = [ 6896 "cpufeatures", 6897 "opaque-debug", 6898 "universal-hash", 6899] 6900 6901[[package]] 6902name = "polyval" 6903version = "0.6.2" 6904source = "registry+https://github.com/rust-lang/crates.io-index" 6905checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" 6906dependencies = [ 6907 "cfg-if", 6908 "cpufeatures", 6909 "opaque-debug", 6910 "universal-hash", 6911] 6912 6913[[package]] 6914name = "portable-atomic" 6915version = "1.13.1" 6916source = "registry+https://github.com/rust-lang/crates.io-index" 6917checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 6918 6919[[package]] 6920name = "portable-atomic-util" 6921version = "0.2.5" 6922source = "registry+https://github.com/rust-lang/crates.io-index" 6923checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5" 6924dependencies = [ 6925 "portable-atomic", 6926] 6927 6928[[package]] 6929name = "postcard" 6930version = "1.1.3" 6931source = "registry+https://github.com/rust-lang/crates.io-index" 6932checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" 6933dependencies = [ 6934 "cobs", 6935 "embedded-io 0.4.0", 6936 "embedded-io 0.6.1", 6937 "serde", 6938] 6939 6940[[package]] 6941name = "potential_utf" 6942version = "0.1.4" 6943source = "registry+https://github.com/rust-lang/crates.io-index" 6944checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 6945dependencies = [ 6946 "zerovec 0.11.5", 6947] 6948 6949[[package]] 6950name = "powerfmt" 6951version = "0.2.0" 6952source = "registry+https://github.com/rust-lang/crates.io-index" 6953checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 6954 6955[[package]] 6956name = "ppv-lite86" 6957version = "0.2.21" 6958source = "registry+https://github.com/rust-lang/crates.io-index" 6959checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 6960dependencies = [ 6961 "zerocopy", 6962] 6963 6964[[package]] 6965name = "precomputed-hash" 6966version = "0.1.1" 6967source = "registry+https://github.com/rust-lang/crates.io-index" 6968checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 6969 6970[[package]] 6971name = "presser" 6972version = "0.3.1" 6973source = "registry+https://github.com/rust-lang/crates.io-index" 6974checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 6975 6976[[package]] 6977name = "prettyplease" 6978version = "0.2.37" 6979source = "registry+https://github.com/rust-lang/crates.io-index" 6980checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 6981dependencies = [ 6982 "proc-macro2", 6983 "syn 2.0.114", 6984] 6985 6986[[package]] 6987name = "primeorder" 6988version = "0.13.6" 6989source = "registry+https://github.com/rust-lang/crates.io-index" 6990checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 6991dependencies = [ 6992 "elliptic-curve", 6993] 6994 6995[[package]] 6996name = "proc-macro-crate" 6997version = "1.3.1" 6998source = "registry+https://github.com/rust-lang/crates.io-index" 6999checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 7000dependencies = [ 7001 "once_cell", 7002 "toml_edit 0.19.15", 7003] 7004 7005[[package]] 7006name = "proc-macro-crate" 7007version = "2.0.2" 7008source = "registry+https://github.com/rust-lang/crates.io-index" 7009checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" 7010dependencies = [ 7011 "toml_datetime 0.6.3", 7012 "toml_edit 0.20.2", 7013] 7014 7015[[package]] 7016name = "proc-macro-crate" 7017version = "3.4.0" 7018source = "registry+https://github.com/rust-lang/crates.io-index" 7019checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 7020dependencies = [ 7021 "toml_edit 0.23.10+spec-1.0.0", 7022] 7023 7024[[package]] 7025name = "proc-macro-error" 7026version = "1.0.4" 7027source = "registry+https://github.com/rust-lang/crates.io-index" 7028checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 7029dependencies = [ 7030 "proc-macro-error-attr", 7031 "proc-macro2", 7032 "quote", 7033 "syn 1.0.109", 7034 "version_check", 7035] 7036 7037[[package]] 7038name = "proc-macro-error-attr" 7039version = "1.0.4" 7040source = "registry+https://github.com/rust-lang/crates.io-index" 7041checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 7042dependencies = [ 7043 "proc-macro2", 7044 "quote", 7045 "version_check", 7046] 7047 7048[[package]] 7049name = "proc-macro2" 7050version = "1.0.106" 7051source = "registry+https://github.com/rust-lang/crates.io-index" 7052checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 7053dependencies = [ 7054 "unicode-ident", 7055] 7056 7057[[package]] 7058name = "profile" 7059version = "0.1.0" 7060dependencies = [ 7061 "base", 7062 "libc", 7063 "log", 7064 "mach2", 7065 "profile_traits", 7066 "regex", 7067 "serde", 7068 "serde_json", 7069 "servo_allocator", 7070 "servo_config", 7071 "tikv-jemalloc-sys", 7072 "time", 7073] 7074 7075[[package]] 7076name = "profile_traits" 7077version = "0.1.0" 7078dependencies = [ 7079 "base", 7080 "crossbeam-channel", 7081 "ipc-channel", 7082 "log", 7083 "malloc_size_of_derive", 7084 "serde", 7085 "servo_allocator", 7086 "servo_config", 7087 "servo_malloc_size_of", 7088 "time", 7089 "tracing", 7090] 7091 7092[[package]] 7093name = "profiling" 7094version = "1.0.17" 7095source = "registry+https://github.com/rust-lang/crates.io-index" 7096checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 7097dependencies = [ 7098 "profiling-procmacros", 7099] 7100 7101[[package]] 7102name = "profiling-procmacros" 7103version = "1.0.17" 7104source = "registry+https://github.com/rust-lang/crates.io-index" 7105checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" 7106dependencies = [ 7107 "quote", 7108 "syn 2.0.114", 7109] 7110 7111[[package]] 7112name = "prost" 7113version = "0.12.6" 7114source = "registry+https://github.com/rust-lang/crates.io-index" 7115checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" 7116dependencies = [ 7117 "bytes", 7118 "prost-derive", 7119] 7120 7121[[package]] 7122name = "prost-derive" 7123version = "0.12.6" 7124source = "registry+https://github.com/rust-lang/crates.io-index" 7125checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" 7126dependencies = [ 7127 "anyhow", 7128 "itertools 0.12.1", 7129 "proc-macro2", 7130 "quote", 7131 "syn 2.0.114", 7132] 7133 7134[[package]] 7135name = "pxfm" 7136version = "0.1.27" 7137source = "registry+https://github.com/rust-lang/crates.io-index" 7138checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" 7139dependencies = [ 7140 "num-traits", 7141] 7142 7143[[package]] 7144name = "quick-error" 7145version = "2.0.1" 7146source = "registry+https://github.com/rust-lang/crates.io-index" 7147checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 7148 7149[[package]] 7150name = "quick-xml" 7151version = "0.38.4" 7152source = "registry+https://github.com/rust-lang/crates.io-index" 7153checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 7154dependencies = [ 7155 "memchr", 7156] 7157 7158[[package]] 7159name = "quick_cache" 7160version = "0.6.18" 7161source = "registry+https://github.com/rust-lang/crates.io-index" 7162checksum = "7ada44a88ef953a3294f6eb55d2007ba44646015e18613d2f213016379203ef3" 7163dependencies = [ 7164 "ahash", 7165 "equivalent", 7166 "hashbrown 0.16.1", 7167] 7168 7169[[package]] 7170name = "quickcheck" 7171version = "1.0.3" 7172source = "registry+https://github.com/rust-lang/crates.io-index" 7173checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" 7174dependencies = [ 7175 "env_logger 0.8.4", 7176 "log", 7177 "rand 0.8.5", 7178] 7179 7180[[package]] 7181name = "quote" 7182version = "1.0.44" 7183source = "registry+https://github.com/rust-lang/crates.io-index" 7184checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 7185dependencies = [ 7186 "proc-macro2", 7187] 7188 7189[[package]] 7190name = "r-efi" 7191version = "5.3.0" 7192source = "registry+https://github.com/rust-lang/crates.io-index" 7193checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 7194 7195[[package]] 7196name = "rand" 7197version = "0.7.3" 7198source = "registry+https://github.com/rust-lang/crates.io-index" 7199checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 7200dependencies = [ 7201 "getrandom 0.1.16", 7202 "libc", 7203 "rand_chacha 0.2.2", 7204 "rand_core 0.5.1", 7205 "rand_hc", 7206] 7207 7208[[package]] 7209name = "rand" 7210version = "0.8.5" 7211source = "registry+https://github.com/rust-lang/crates.io-index" 7212checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 7213dependencies = [ 7214 "libc", 7215 "rand_chacha 0.3.1", 7216 "rand_core 0.6.4", 7217] 7218 7219[[package]] 7220name = "rand" 7221version = "0.9.2" 7222source = "registry+https://github.com/rust-lang/crates.io-index" 7223checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 7224dependencies = [ 7225 "rand_chacha 0.9.0", 7226 "rand_core 0.9.5", 7227] 7228 7229[[package]] 7230name = "rand_chacha" 7231version = "0.2.2" 7232source = "registry+https://github.com/rust-lang/crates.io-index" 7233checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 7234dependencies = [ 7235 "ppv-lite86", 7236 "rand_core 0.5.1", 7237] 7238 7239[[package]] 7240name = "rand_chacha" 7241version = "0.3.1" 7242source = "registry+https://github.com/rust-lang/crates.io-index" 7243checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 7244dependencies = [ 7245 "ppv-lite86", 7246 "rand_core 0.6.4", 7247] 7248 7249[[package]] 7250name = "rand_chacha" 7251version = "0.9.0" 7252source = "registry+https://github.com/rust-lang/crates.io-index" 7253checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 7254dependencies = [ 7255 "ppv-lite86", 7256 "rand_core 0.9.5", 7257] 7258 7259[[package]] 7260name = "rand_core" 7261version = "0.5.1" 7262source = "registry+https://github.com/rust-lang/crates.io-index" 7263checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 7264dependencies = [ 7265 "getrandom 0.1.16", 7266] 7267 7268[[package]] 7269name = "rand_core" 7270version = "0.6.4" 7271source = "registry+https://github.com/rust-lang/crates.io-index" 7272checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 7273dependencies = [ 7274 "getrandom 0.2.17", 7275] 7276 7277[[package]] 7278name = "rand_core" 7279version = "0.9.5" 7280source = "registry+https://github.com/rust-lang/crates.io-index" 7281checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 7282dependencies = [ 7283 "getrandom 0.3.4", 7284] 7285 7286[[package]] 7287name = "rand_hc" 7288version = "0.2.0" 7289source = "registry+https://github.com/rust-lang/crates.io-index" 7290checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 7291dependencies = [ 7292 "rand_core 0.5.1", 7293] 7294 7295[[package]] 7296name = "range-alloc" 7297version = "0.1.4" 7298source = "registry+https://github.com/rust-lang/crates.io-index" 7299checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" 7300 7301[[package]] 7302name = "rav1e" 7303version = "0.8.1" 7304source = "registry+https://github.com/rust-lang/crates.io-index" 7305checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b" 7306dependencies = [ 7307 "aligned-vec", 7308 "arbitrary", 7309 "arg_enum_proc_macro", 7310 "arrayvec", 7311 "av-scenechange", 7312 "av1-grain", 7313 "bitstream-io", 7314 "built", 7315 "cfg-if", 7316 "interpolate_name", 7317 "itertools 0.14.0", 7318 "libc", 7319 "libfuzzer-sys", 7320 "log", 7321 "maybe-rayon", 7322 "new_debug_unreachable", 7323 "noop_proc_macro", 7324 "num-derive", 7325 "num-traits", 7326 "paste", 7327 "profiling", 7328 "rand 0.9.2", 7329 "rand_chacha 0.9.0", 7330 "simd_helpers", 7331 "thiserror 2.0.18", 7332 "v_frame", 7333 "wasm-bindgen", 7334] 7335 7336[[package]] 7337name = "ravif" 7338version = "0.12.0" 7339source = "registry+https://github.com/rust-lang/crates.io-index" 7340checksum = "ef69c1990ceef18a116855938e74793a5f7496ee907562bd0857b6ac734ab285" 7341dependencies = [ 7342 "avif-serialize", 7343 "imgref", 7344 "loop9", 7345 "quick-error", 7346 "rav1e", 7347 "rayon", 7348 "rgb", 7349] 7350 7351[[package]] 7352name = "raw-window-handle" 7353version = "0.6.2" 7354source = "registry+https://github.com/rust-lang/crates.io-index" 7355checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 7356 7357[[package]] 7358name = "rayon" 7359version = "1.11.0" 7360source = "registry+https://github.com/rust-lang/crates.io-index" 7361checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 7362dependencies = [ 7363 "either", 7364 "rayon-core", 7365] 7366 7367[[package]] 7368name = "rayon-core" 7369version = "1.13.0" 7370source = "registry+https://github.com/rust-lang/crates.io-index" 7371checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 7372dependencies = [ 7373 "crossbeam-deque", 7374 "crossbeam-utils", 7375] 7376 7377[[package]] 7378name = "read-fonts" 7379version = "0.35.0" 7380source = "registry+https://github.com/rust-lang/crates.io-index" 7381checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358" 7382dependencies = [ 7383 "bytemuck", 7384 "font-types", 7385] 7386 7387[[package]] 7388name = "redox_syscall" 7389version = "0.4.1" 7390source = "registry+https://github.com/rust-lang/crates.io-index" 7391checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 7392dependencies = [ 7393 "bitflags 1.3.2", 7394] 7395 7396[[package]] 7397name = "redox_syscall" 7398version = "0.5.18" 7399source = "registry+https://github.com/rust-lang/crates.io-index" 7400checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 7401dependencies = [ 7402 "bitflags 2.10.0", 7403] 7404 7405[[package]] 7406name = "redox_syscall" 7407version = "0.7.0" 7408source = "registry+https://github.com/rust-lang/crates.io-index" 7409checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27" 7410dependencies = [ 7411 "bitflags 2.10.0", 7412] 7413 7414[[package]] 7415name = "redox_users" 7416version = "0.5.2" 7417source = "registry+https://github.com/rust-lang/crates.io-index" 7418checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 7419dependencies = [ 7420 "getrandom 0.2.17", 7421 "libredox", 7422 "thiserror 2.0.18", 7423] 7424 7425[[package]] 7426name = "regex" 7427version = "1.12.3" 7428source = "registry+https://github.com/rust-lang/crates.io-index" 7429checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 7430dependencies = [ 7431 "aho-corasick", 7432 "memchr", 7433 "regex-automata 0.4.13", 7434 "regex-syntax", 7435] 7436 7437[[package]] 7438name = "regex-automata" 7439version = "0.2.0" 7440source = "registry+https://github.com/rust-lang/crates.io-index" 7441checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" 7442dependencies = [ 7443 "memchr", 7444] 7445 7446[[package]] 7447name = "regex-automata" 7448version = "0.4.13" 7449source = "registry+https://github.com/rust-lang/crates.io-index" 7450checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 7451dependencies = [ 7452 "aho-corasick", 7453 "memchr", 7454 "regex-syntax", 7455] 7456 7457[[package]] 7458name = "regex-syntax" 7459version = "0.8.9" 7460source = "registry+https://github.com/rust-lang/crates.io-index" 7461checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" 7462 7463[[package]] 7464name = "renderdoc-sys" 7465version = "1.1.0" 7466source = "registry+https://github.com/rust-lang/crates.io-index" 7467checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 7468 7469[[package]] 7470name = "resvg" 7471version = "0.45.1" 7472source = "registry+https://github.com/rust-lang/crates.io-index" 7473checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43" 7474dependencies = [ 7475 "gif 0.13.3", 7476 "image-webp", 7477 "log", 7478 "pico-args", 7479 "rgb", 7480 "svgtypes", 7481 "tiny-skia", 7482 "usvg", 7483 "zune-jpeg 0.4.21", 7484] 7485 7486[[package]] 7487name = "rfc6979" 7488version = "0.4.0" 7489source = "registry+https://github.com/rust-lang/crates.io-index" 7490checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 7491dependencies = [ 7492 "hmac", 7493 "subtle", 7494] 7495 7496[[package]] 7497name = "rgb" 7498version = "0.8.52" 7499source = "registry+https://github.com/rust-lang/crates.io-index" 7500checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" 7501dependencies = [ 7502 "bytemuck", 7503] 7504 7505[[package]] 7506name = "ring" 7507version = "0.17.14" 7508source = "registry+https://github.com/rust-lang/crates.io-index" 7509checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 7510dependencies = [ 7511 "cc", 7512 "cfg-if", 7513 "getrandom 0.2.17", 7514 "libc", 7515 "untrusted", 7516 "windows-sys 0.52.0", 7517] 7518 7519[[package]] 7520name = "ron" 7521version = "0.10.1" 7522source = "registry+https://github.com/rust-lang/crates.io-index" 7523checksum = "beceb6f7bf81c73e73aeef6dd1356d9a1b2b4909e1f0fc3e59b034f9572d7b7f" 7524dependencies = [ 7525 "base64 0.22.1", 7526 "bitflags 2.10.0", 7527 "serde", 7528 "serde_derive", 7529 "unicode-ident", 7530] 7531 7532[[package]] 7533name = "roxmltree" 7534version = "0.20.0" 7535source = "registry+https://github.com/rust-lang/crates.io-index" 7536checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 7537 7538[[package]] 7539name = "rsa" 7540version = "0.9.10" 7541source = "registry+https://github.com/rust-lang/crates.io-index" 7542checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" 7543dependencies = [ 7544 "const-oid", 7545 "digest", 7546 "num-bigint-dig", 7547 "num-integer", 7548 "num-traits", 7549 "pkcs1", 7550 "pkcs8", 7551 "rand_core 0.6.4", 7552 "sha1", 7553 "sha2", 7554 "signature", 7555 "spki", 7556 "subtle", 7557 "zeroize", 7558] 7559 7560[[package]] 7561name = "rusqlite" 7562version = "0.37.0" 7563source = "registry+https://github.com/rust-lang/crates.io-index" 7564checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f" 7565dependencies = [ 7566 "bitflags 2.10.0", 7567 "fallible-iterator", 7568 "fallible-streaming-iterator", 7569 "hashlink", 7570 "libsqlite3-sys", 7571 "smallvec", 7572] 7573 7574[[package]] 7575name = "rustc-demangle" 7576version = "0.1.27" 7577source = "registry+https://github.com/rust-lang/crates.io-index" 7578checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" 7579 7580[[package]] 7581name = "rustc-hash" 7582version = "1.1.0" 7583source = "registry+https://github.com/rust-lang/crates.io-index" 7584checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 7585 7586[[package]] 7587name = "rustc-hash" 7588version = "2.1.1" 7589source = "registry+https://github.com/rust-lang/crates.io-index" 7590checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 7591 7592[[package]] 7593name = "rustc_version" 7594version = "0.4.1" 7595source = "registry+https://github.com/rust-lang/crates.io-index" 7596checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 7597dependencies = [ 7598 "semver", 7599] 7600 7601[[package]] 7602name = "rustix" 7603version = "0.38.44" 7604source = "registry+https://github.com/rust-lang/crates.io-index" 7605checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 7606dependencies = [ 7607 "bitflags 2.10.0", 7608 "errno", 7609 "libc", 7610 "linux-raw-sys 0.4.15", 7611 "windows-sys 0.59.0", 7612] 7613 7614[[package]] 7615name = "rustix" 7616version = "1.1.3" 7617source = "registry+https://github.com/rust-lang/crates.io-index" 7618checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 7619dependencies = [ 7620 "bitflags 2.10.0", 7621 "errno", 7622 "libc", 7623 "linux-raw-sys 0.11.0", 7624 "windows-sys 0.61.2", 7625] 7626 7627[[package]] 7628name = "rustls" 7629version = "0.23.36" 7630source = "registry+https://github.com/rust-lang/crates.io-index" 7631checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" 7632dependencies = [ 7633 "aws-lc-rs", 7634 "log", 7635 "once_cell", 7636 "rustls-pki-types", 7637 "rustls-webpki", 7638 "subtle", 7639 "zeroize", 7640] 7641 7642[[package]] 7643name = "rustls-native-certs" 7644version = "0.8.3" 7645source = "registry+https://github.com/rust-lang/crates.io-index" 7646checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" 7647dependencies = [ 7648 "openssl-probe", 7649 "rustls-pki-types", 7650 "schannel", 7651 "security-framework", 7652] 7653 7654[[package]] 7655name = "rustls-pki-types" 7656version = "1.14.0" 7657source = "registry+https://github.com/rust-lang/crates.io-index" 7658checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 7659dependencies = [ 7660 "zeroize", 7661] 7662 7663[[package]] 7664name = "rustls-platform-verifier" 7665version = "0.6.2" 7666source = "registry+https://github.com/rust-lang/crates.io-index" 7667checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" 7668dependencies = [ 7669 "core-foundation 0.10.1", 7670 "core-foundation-sys", 7671 "jni", 7672 "log", 7673 "once_cell", 7674 "rustls", 7675 "rustls-native-certs", 7676 "rustls-platform-verifier-android", 7677 "rustls-webpki", 7678 "security-framework", 7679 "security-framework-sys", 7680 "webpki-root-certs", 7681 "windows-sys 0.61.2", 7682] 7683 7684[[package]] 7685name = "rustls-platform-verifier-android" 7686version = "0.1.1" 7687source = "registry+https://github.com/rust-lang/crates.io-index" 7688checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" 7689 7690[[package]] 7691name = "rustls-webpki" 7692version = "0.103.9" 7693source = "registry+https://github.com/rust-lang/crates.io-index" 7694checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 7695dependencies = [ 7696 "aws-lc-rs", 7697 "ring", 7698 "rustls-pki-types", 7699 "untrusted", 7700] 7701 7702[[package]] 7703name = "rustversion" 7704version = "1.0.22" 7705source = "registry+https://github.com/rust-lang/crates.io-index" 7706checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 7707 7708[[package]] 7709name = "rustybuzz" 7710version = "0.20.1" 7711source = "registry+https://github.com/rust-lang/crates.io-index" 7712checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702" 7713dependencies = [ 7714 "bitflags 2.10.0", 7715 "bytemuck", 7716 "core_maths", 7717 "log", 7718 "smallvec", 7719 "ttf-parser", 7720 "unicode-bidi-mirroring", 7721 "unicode-ccc", 7722 "unicode-properties", 7723 "unicode-script", 7724] 7725 7726[[package]] 7727name = "ryu" 7728version = "1.0.22" 7729source = "registry+https://github.com/rust-lang/crates.io-index" 7730checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" 7731 7732[[package]] 7733name = "same-file" 7734version = "1.0.6" 7735source = "registry+https://github.com/rust-lang/crates.io-index" 7736checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 7737dependencies = [ 7738 "winapi-util", 7739] 7740 7741[[package]] 7742name = "schannel" 7743version = "0.1.28" 7744source = "registry+https://github.com/rust-lang/crates.io-index" 7745checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 7746dependencies = [ 7747 "windows-sys 0.61.2", 7748] 7749 7750[[package]] 7751name = "scoped-tls" 7752version = "1.0.1" 7753source = "registry+https://github.com/rust-lang/crates.io-index" 7754checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 7755 7756[[package]] 7757name = "scopeguard" 7758version = "1.2.0" 7759source = "registry+https://github.com/rust-lang/crates.io-index" 7760checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 7761 7762[[package]] 7763name = "script" 7764version = "0.1.0" 7765dependencies = [ 7766 "accountable-refcell", 7767 "aes", 7768 "aes-gcm", 7769 "aes-kw", 7770 "app_units", 7771 "argon2", 7772 "arrayvec", 7773 "atomic_refcell", 7774 "aws-lc-rs", 7775 "background_hang_monitor_api", 7776 "backtrace", 7777 "base", 7778 "base64 0.22.1", 7779 "base64ct", 7780 "bitflags 2.10.0", 7781 "bluetooth_traits", 7782 "brotli", 7783 "canvas_traits", 7784 "cbc", 7785 "chacha20poly1305", 7786 "chardetng", 7787 "chrono", 7788 "cipher", 7789 "constellation_traits", 7790 "content-security-policy", 7791 "cookie 0.18.1", 7792 "crossbeam-channel", 7793 "cssparser", 7794 "ctr", 7795 "data-url", 7796 "deny_public_fields", 7797 "der", 7798 "devtools_traits", 7799 "digest", 7800 "dom_struct", 7801 "ecdsa", 7802 "elliptic-curve", 7803 "embedder_traits", 7804 "encoding_rs", 7805 "euclid", 7806 "flate2", 7807 "fonts", 7808 "fonts_traits", 7809 "glow", 7810 "headers 0.4.1", 7811 "hkdf", 7812 "html5ever", 7813 "http 1.4.0", 7814 "hyper_serde", 7815 "image", 7816 "indexmap", 7817 "ipc-channel", 7818 "itertools 0.14.0", 7819 "jstraceable_derive", 7820 "keyboard-types 0.8.3", 7821 "kurbo 0.12.0", 7822 "layout_api", 7823 "libc", 7824 "log", 7825 "malloc_size_of_derive", 7826 "markup5ever", 7827 "media", 7828 "metrics", 7829 "mime", 7830 "mime-multipart-hyper1", 7831 "mime_guess", 7832 "ml-dsa", 7833 "ml-kem", 7834 "mozangle", 7835 "mozjs", 7836 "net_traits", 7837 "nom-rfc8288", 7838 "num-bigint-dig", 7839 "num-traits", 7840 "num_cpus", 7841 "ocb3", 7842 "p256", 7843 "p384", 7844 "p521", 7845 "paint_api", 7846 "parking_lot", 7847 "percent-encoding", 7848 "phf", 7849 "pixels", 7850 "pkcs8", 7851 "postcard", 7852 "profile_traits", 7853 "rand 0.9.2", 7854 "regex", 7855 "rsa", 7856 "rustc-hash 2.1.1", 7857 "script_bindings", 7858 "script_traits", 7859 "sec1", 7860 "selectors", 7861 "serde", 7862 "serde_json", 7863 "servo-media", 7864 "servo_arc", 7865 "servo_config", 7866 "servo_geometry", 7867 "servo_malloc_size_of", 7868 "servo_url", 7869 "sha1", 7870 "sha2", 7871 "sha3", 7872 "smallvec", 7873 "storage_traits", 7874 "strum", 7875 "stylo", 7876 "stylo_atoms", 7877 "stylo_dom", 7878 "stylo_malloc_size_of", 7879 "stylo_traits", 7880 "swapper", 7881 "tempfile", 7882 "tendril", 7883 "time", 7884 "timers", 7885 "tracing", 7886 "unicode-bidi", 7887 "unicode-script", 7888 "unicode-segmentation", 7889 "url", 7890 "urlpattern", 7891 "utf-8", 7892 "uuid", 7893 "webdriver", 7894 "webgpu_traits", 7895 "webrender_api", 7896 "webxr-api", 7897 "wgpu-core", 7898 "wgpu-types", 7899 "x25519-dalek", 7900 "xml5ever", 7901 "xpath", 7902] 7903 7904[[package]] 7905name = "script_bindings" 7906version = "0.1.0" 7907dependencies = [ 7908 "base", 7909 "bitflags 2.10.0", 7910 "crossbeam-channel", 7911 "deny_public_fields", 7912 "dom_struct", 7913 "encoding_rs", 7914 "html5ever", 7915 "indexmap", 7916 "jstraceable_derive", 7917 "keyboard-types 0.8.3", 7918 "libc", 7919 "log", 7920 "malloc_size_of_derive", 7921 "mozjs", 7922 "num-traits", 7923 "parking_lot", 7924 "phf", 7925 "phf_codegen", 7926 "phf_shared", 7927 "regex", 7928 "serde_json", 7929 "servo_arc", 7930 "servo_config", 7931 "servo_malloc_size_of", 7932 "servo_url", 7933 "smallvec", 7934 "stylo", 7935 "stylo_atoms", 7936 "tendril", 7937 "tracing", 7938 "webxr-api", 7939 "xml5ever", 7940] 7941 7942[[package]] 7943name = "script_traits" 7944version = "0.1.0" 7945dependencies = [ 7946 "accesskit", 7947 "background_hang_monitor_api", 7948 "base", 7949 "bluetooth_traits", 7950 "canvas_traits", 7951 "constellation_traits", 7952 "content-security-policy", 7953 "crossbeam-channel", 7954 "devtools_traits", 7955 "embedder_traits", 7956 "euclid", 7957 "fonts_traits", 7958 "keyboard-types 0.8.3", 7959 "log", 7960 "malloc_size_of_derive", 7961 "media", 7962 "net_traits", 7963 "paint_api", 7964 "pixels", 7965 "profile_traits", 7966 "rustc-hash 2.1.1", 7967 "serde", 7968 "servo_config", 7969 "servo_malloc_size_of", 7970 "servo_url", 7971 "storage_traits", 7972 "strum", 7973 "stylo_atoms", 7974 "stylo_traits", 7975 "webgpu_traits", 7976 "webrender_api", 7977 "webxr-api", 7978] 7979 7980[[package]] 7981name = "sctk-adwaita" 7982version = "0.10.1" 7983source = "registry+https://github.com/rust-lang/crates.io-index" 7984checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" 7985dependencies = [ 7986 "ab_glyph", 7987 "log", 7988 "memmap2", 7989 "smithay-client-toolkit", 7990 "tiny-skia", 7991] 7992 7993[[package]] 7994name = "sea-query" 7995version = "1.0.0-rc.30" 7996source = "registry+https://github.com/rust-lang/crates.io-index" 7997checksum = "c6a067a2f6f13250f615f0bedb5bc3a6c872fec70776d0b43b43caeaa699e232" 7998dependencies = [ 7999 "inherent", 8000 "sea-query-derive", 8001] 8002 8003[[package]] 8004name = "sea-query-derive" 8005version = "1.0.0-rc.12" 8006source = "registry+https://github.com/rust-lang/crates.io-index" 8007checksum = "8d88ad44b6ad9788c8b9476b6b91f94c7461d1e19d39cd8ea37838b1e6ff5aa8" 8008dependencies = [ 8009 "darling", 8010 "heck 0.4.1", 8011 "proc-macro2", 8012 "quote", 8013 "syn 2.0.114", 8014 "thiserror 2.0.18", 8015] 8016 8017[[package]] 8018name = "sea-query-rusqlite" 8019version = "0.8.0-rc.15" 8020source = "registry+https://github.com/rust-lang/crates.io-index" 8021checksum = "9d42855d86ace6f5d9e425b65a8035d45c64e001db87a254ecfd87f226b4b0f7" 8022dependencies = [ 8023 "rusqlite", 8024 "sea-query", 8025] 8026 8027[[package]] 8028name = "sec1" 8029version = "0.7.3" 8030source = "registry+https://github.com/rust-lang/crates.io-index" 8031checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 8032dependencies = [ 8033 "base16ct", 8034 "der", 8035 "generic-array", 8036 "pkcs8", 8037 "subtle", 8038 "zeroize", 8039] 8040 8041[[package]] 8042name = "security-framework" 8043version = "3.5.1" 8044source = "registry+https://github.com/rust-lang/crates.io-index" 8045checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" 8046dependencies = [ 8047 "bitflags 2.10.0", 8048 "core-foundation 0.10.1", 8049 "core-foundation-sys", 8050 "libc", 8051 "security-framework-sys", 8052] 8053 8054[[package]] 8055name = "security-framework-sys" 8056version = "2.15.0" 8057source = "registry+https://github.com/rust-lang/crates.io-index" 8058checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 8059dependencies = [ 8060 "core-foundation-sys", 8061 "libc", 8062] 8063 8064[[package]] 8065name = "selectors" 8066version = "0.35.0" 8067source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 8068dependencies = [ 8069 "bitflags 2.10.0", 8070 "cssparser", 8071 "derive_more", 8072 "log", 8073 "new_debug_unreachable", 8074 "phf", 8075 "phf_codegen", 8076 "precomputed-hash", 8077 "rustc-hash 2.1.1", 8078 "servo_arc", 8079 "smallvec", 8080 "to_shmem", 8081 "to_shmem_derive", 8082] 8083 8084[[package]] 8085name = "semver" 8086version = "1.0.27" 8087source = "registry+https://github.com/rust-lang/crates.io-index" 8088checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 8089 8090[[package]] 8091name = "serde" 8092version = "1.0.228" 8093source = "registry+https://github.com/rust-lang/crates.io-index" 8094checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 8095dependencies = [ 8096 "serde_core", 8097 "serde_derive", 8098] 8099 8100[[package]] 8101name = "serde_bytes" 8102version = "0.11.19" 8103source = "registry+https://github.com/rust-lang/crates.io-index" 8104checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 8105dependencies = [ 8106 "serde", 8107 "serde_core", 8108] 8109 8110[[package]] 8111name = "serde_core" 8112version = "1.0.228" 8113source = "registry+https://github.com/rust-lang/crates.io-index" 8114checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 8115dependencies = [ 8116 "serde_derive", 8117] 8118 8119[[package]] 8120name = "serde_derive" 8121version = "1.0.228" 8122source = "registry+https://github.com/rust-lang/crates.io-index" 8123checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 8124dependencies = [ 8125 "proc-macro2", 8126 "quote", 8127 "syn 2.0.114", 8128] 8129 8130[[package]] 8131name = "serde_json" 8132version = "1.0.149" 8133source = "registry+https://github.com/rust-lang/crates.io-index" 8134checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 8135dependencies = [ 8136 "itoa", 8137 "memchr", 8138 "serde", 8139 "serde_core", 8140 "zmij", 8141] 8142 8143[[package]] 8144name = "serde_path_to_error" 8145version = "0.1.20" 8146source = "registry+https://github.com/rust-lang/crates.io-index" 8147checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 8148dependencies = [ 8149 "itoa", 8150 "serde", 8151 "serde_core", 8152] 8153 8154[[package]] 8155name = "serde_spanned" 8156version = "0.6.9" 8157source = "registry+https://github.com/rust-lang/crates.io-index" 8158checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 8159dependencies = [ 8160 "serde", 8161] 8162 8163[[package]] 8164name = "serde_spanned" 8165version = "1.0.4" 8166source = "registry+https://github.com/rust-lang/crates.io-index" 8167checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 8168dependencies = [ 8169 "serde_core", 8170] 8171 8172[[package]] 8173name = "serde_test" 8174version = "1.0.177" 8175source = "registry+https://github.com/rust-lang/crates.io-index" 8176checksum = "7f901ee573cab6b3060453d2d5f0bae4e6d628c23c0a962ff9b5f1d7c8d4f1ed" 8177dependencies = [ 8178 "serde", 8179] 8180 8181[[package]] 8182name = "serde_urlencoded" 8183version = "0.7.1" 8184source = "registry+https://github.com/rust-lang/crates.io-index" 8185checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 8186dependencies = [ 8187 "form_urlencoded", 8188 "itoa", 8189 "ryu", 8190 "serde", 8191] 8192 8193[[package]] 8194name = "servo-media" 8195version = "0.1.0" 8196dependencies = [ 8197 "once_cell", 8198 "servo-media-audio", 8199 "servo-media-player", 8200 "servo-media-streams", 8201 "servo-media-traits", 8202 "servo-media-webrtc", 8203] 8204 8205[[package]] 8206name = "servo-media-audio" 8207version = "0.1.0" 8208dependencies = [ 8209 "byte-slice-cast", 8210 "euclid", 8211 "log", 8212 "num-complex", 8213 "num-traits", 8214 "petgraph", 8215 "serde", 8216 "serde_derive", 8217 "servo-media-derive", 8218 "servo-media-player", 8219 "servo-media-streams", 8220 "servo-media-traits", 8221 "smallvec", 8222 "speexdsp-resampler", 8223] 8224 8225[[package]] 8226name = "servo-media-derive" 8227version = "0.1.0" 8228dependencies = [ 8229 "proc-macro2", 8230 "quote", 8231 "syn 2.0.114", 8232] 8233 8234[[package]] 8235name = "servo-media-dummy" 8236version = "0.1.0" 8237dependencies = [ 8238 "ipc-channel", 8239 "servo-media", 8240 "servo-media-audio", 8241 "servo-media-player", 8242 "servo-media-streams", 8243 "servo-media-traits", 8244 "servo-media-webrtc", 8245] 8246 8247[[package]] 8248name = "servo-media-gstreamer" 8249version = "0.1.0" 8250dependencies = [ 8251 "byte-slice-cast", 8252 "glib 0.21.5", 8253 "glib-sys 0.21.5", 8254 "gstreamer", 8255 "gstreamer-app", 8256 "gstreamer-audio", 8257 "gstreamer-base", 8258 "gstreamer-play", 8259 "gstreamer-sdp", 8260 "gstreamer-sys", 8261 "gstreamer-video", 8262 "gstreamer-webrtc", 8263 "ipc-channel", 8264 "log", 8265 "mime", 8266 "once_cell", 8267 "servo-media", 8268 "servo-media-audio", 8269 "servo-media-gstreamer-render", 8270 "servo-media-gstreamer-render-android", 8271 "servo-media-gstreamer-render-unix", 8272 "servo-media-player", 8273 "servo-media-streams", 8274 "servo-media-traits", 8275 "servo-media-webrtc", 8276 "url", 8277] 8278 8279[[package]] 8280name = "servo-media-gstreamer-render" 8281version = "0.1.0" 8282dependencies = [ 8283 "gstreamer", 8284 "gstreamer-video", 8285 "servo-media-player", 8286] 8287 8288[[package]] 8289name = "servo-media-gstreamer-render-android" 8290version = "0.1.0" 8291dependencies = [ 8292 "glib 0.21.5", 8293 "gstreamer", 8294 "gstreamer-gl", 8295 "gstreamer-gl-egl", 8296 "gstreamer-video", 8297 "servo-media-gstreamer-render", 8298 "servo-media-player", 8299] 8300 8301[[package]] 8302name = "servo-media-gstreamer-render-unix" 8303version = "0.1.0" 8304dependencies = [ 8305 "glib 0.21.5", 8306 "gstreamer", 8307 "gstreamer-gl", 8308 "gstreamer-gl-egl", 8309 "gstreamer-gl-wayland", 8310 "gstreamer-gl-x11", 8311 "gstreamer-video", 8312 "servo-media-gstreamer-render", 8313 "servo-media-player", 8314] 8315 8316[[package]] 8317name = "servo-media-player" 8318version = "0.1.0" 8319dependencies = [ 8320 "ipc-channel", 8321 "serde", 8322 "serde_derive", 8323 "servo-media-streams", 8324 "servo-media-traits", 8325] 8326 8327[[package]] 8328name = "servo-media-streams" 8329version = "0.1.0" 8330dependencies = [ 8331 "uuid", 8332] 8333 8334[[package]] 8335name = "servo-media-traits" 8336version = "0.1.0" 8337 8338[[package]] 8339name = "servo-media-webrtc" 8340version = "0.1.0" 8341dependencies = [ 8342 "log", 8343 "servo-media-streams", 8344 "uuid", 8345] 8346 8347[[package]] 8348name = "servo-tracing" 8349version = "0.1.0" 8350dependencies = [ 8351 "prettyplease", 8352 "proc-macro2", 8353 "quote", 8354 "syn 2.0.114", 8355] 8356 8357[[package]] 8358name = "servo_allocator" 8359version = "0.1.0" 8360dependencies = [ 8361 "backtrace", 8362 "libc", 8363 "log", 8364 "rustc-hash 2.1.1", 8365 "tikv-jemalloc-sys", 8366 "tikv-jemallocator", 8367 "windows-sys 0.61.2", 8368] 8369 8370[[package]] 8371name = "servo_arc" 8372version = "0.4.3" 8373source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 8374dependencies = [ 8375 "serde", 8376 "stable_deref_trait", 8377] 8378 8379[[package]] 8380name = "servo_config" 8381version = "0.1.0" 8382dependencies = [ 8383 "serde", 8384 "serde_json", 8385 "servo_config_macro", 8386 "servo_url", 8387 "stylo_config", 8388] 8389 8390[[package]] 8391name = "servo_config_macro" 8392version = "0.1.0" 8393dependencies = [ 8394 "proc-macro2", 8395 "quote", 8396 "syn 2.0.114", 8397 "synstructure", 8398] 8399 8400[[package]] 8401name = "servo_geometry" 8402version = "0.1.0" 8403dependencies = [ 8404 "app_units", 8405 "euclid", 8406 "malloc_size_of_derive", 8407 "servo_malloc_size_of", 8408 "webrender", 8409 "webrender_api", 8410] 8411 8412[[package]] 8413name = "servo_malloc_size_of" 8414version = "0.1.0" 8415dependencies = [ 8416 "accountable-refcell", 8417 "app_units", 8418 "atomic_refcell", 8419 "content-security-policy", 8420 "crossbeam-channel", 8421 "euclid", 8422 "http 1.4.0", 8423 "indexmap", 8424 "ipc-channel", 8425 "keyboard-types 0.8.3", 8426 "markup5ever", 8427 "mime", 8428 "parking_lot", 8429 "resvg", 8430 "servo_allocator", 8431 "servo_arc", 8432 "smallvec", 8433 "string_cache", 8434 "stylo", 8435 "stylo_dom", 8436 "stylo_malloc_size_of", 8437 "taffy", 8438 "tendril", 8439 "tokio", 8440 "unicode-bidi", 8441 "unicode-script", 8442 "url", 8443 "urlpattern", 8444 "utf-8", 8445 "uuid", 8446 "webrender", 8447 "webrender_api", 8448 "wr_malloc_size_of", 8449] 8450 8451[[package]] 8452name = "servo_url" 8453version = "0.1.0" 8454dependencies = [ 8455 "encoding_rs", 8456 "malloc_size_of_derive", 8457 "serde", 8458 "servo_arc", 8459 "servo_malloc_size_of", 8460 "url", 8461 "uuid", 8462] 8463 8464[[package]] 8465name = "sha1" 8466version = "0.10.6" 8467source = "registry+https://github.com/rust-lang/crates.io-index" 8468checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 8469dependencies = [ 8470 "cfg-if", 8471 "cpufeatures", 8472 "digest", 8473] 8474 8475[[package]] 8476name = "sha1_smol" 8477version = "1.0.1" 8478source = "registry+https://github.com/rust-lang/crates.io-index" 8479checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 8480 8481[[package]] 8482name = "sha2" 8483version = "0.10.9" 8484source = "registry+https://github.com/rust-lang/crates.io-index" 8485checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 8486dependencies = [ 8487 "cfg-if", 8488 "cpufeatures", 8489 "digest", 8490] 8491 8492[[package]] 8493name = "sha3" 8494version = "0.10.8" 8495source = "registry+https://github.com/rust-lang/crates.io-index" 8496checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" 8497dependencies = [ 8498 "digest", 8499 "keccak", 8500] 8501 8502[[package]] 8503name = "sharded-slab" 8504version = "0.1.7" 8505source = "registry+https://github.com/rust-lang/crates.io-index" 8506checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 8507dependencies = [ 8508 "lazy_static", 8509] 8510 8511[[package]] 8512name = "shlex" 8513version = "1.3.0" 8514source = "registry+https://github.com/rust-lang/crates.io-index" 8515checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 8516 8517[[package]] 8518name = "signature" 8519version = "2.2.0" 8520source = "registry+https://github.com/rust-lang/crates.io-index" 8521checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 8522dependencies = [ 8523 "digest", 8524 "rand_core 0.6.4", 8525] 8526 8527[[package]] 8528name = "simd-adler32" 8529version = "0.3.8" 8530source = "registry+https://github.com/rust-lang/crates.io-index" 8531checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 8532 8533[[package]] 8534name = "simd_helpers" 8535version = "0.1.0" 8536source = "registry+https://github.com/rust-lang/crates.io-index" 8537checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 8538dependencies = [ 8539 "quote", 8540] 8541 8542[[package]] 8543name = "simplecss" 8544version = "0.2.2" 8545source = "registry+https://github.com/rust-lang/crates.io-index" 8546checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c" 8547dependencies = [ 8548 "log", 8549] 8550 8551[[package]] 8552name = "siphasher" 8553version = "1.0.2" 8554source = "registry+https://github.com/rust-lang/crates.io-index" 8555checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 8556 8557[[package]] 8558name = "skrifa" 8559version = "0.37.0" 8560source = "registry+https://github.com/rust-lang/crates.io-index" 8561checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841" 8562dependencies = [ 8563 "bytemuck", 8564 "read-fonts", 8565] 8566 8567[[package]] 8568name = "slab" 8569version = "0.4.12" 8570source = "registry+https://github.com/rust-lang/crates.io-index" 8571checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 8572 8573[[package]] 8574name = "slotmap" 8575version = "1.1.1" 8576source = "registry+https://github.com/rust-lang/crates.io-index" 8577checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" 8578dependencies = [ 8579 "version_check", 8580] 8581 8582[[package]] 8583name = "smallbitvec" 8584version = "2.6.0" 8585source = "registry+https://github.com/rust-lang/crates.io-index" 8586checksum = "d31d263dd118560e1a492922182ab6ca6dc1d03a3bf54e7699993f31a4150e3f" 8587 8588[[package]] 8589name = "smallvec" 8590version = "1.15.1" 8591source = "registry+https://github.com/rust-lang/crates.io-index" 8592checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 8593dependencies = [ 8594 "serde", 8595] 8596 8597[[package]] 8598name = "smithay-client-toolkit" 8599version = "0.19.2" 8600source = "registry+https://github.com/rust-lang/crates.io-index" 8601checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 8602dependencies = [ 8603 "bitflags 2.10.0", 8604 "calloop", 8605 "calloop-wayland-source", 8606 "cursor-icon", 8607 "libc", 8608 "log", 8609 "memmap2", 8610 "rustix 0.38.44", 8611 "thiserror 1.0.69", 8612 "wayland-backend", 8613 "wayland-client", 8614 "wayland-csd-frame", 8615 "wayland-cursor", 8616 "wayland-protocols", 8617 "wayland-protocols-wlr", 8618 "wayland-scanner", 8619 "xkeysym", 8620] 8621 8622[[package]] 8623name = "smol_str" 8624version = "0.2.2" 8625source = "registry+https://github.com/rust-lang/crates.io-index" 8626checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 8627dependencies = [ 8628 "serde", 8629] 8630 8631[[package]] 8632name = "socket2" 8633version = "0.5.10" 8634source = "registry+https://github.com/rust-lang/crates.io-index" 8635checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 8636dependencies = [ 8637 "libc", 8638 "windows-sys 0.52.0", 8639] 8640 8641[[package]] 8642name = "socket2" 8643version = "0.6.2" 8644source = "registry+https://github.com/rust-lang/crates.io-index" 8645checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 8646dependencies = [ 8647 "libc", 8648 "windows-sys 0.60.2", 8649] 8650 8651[[package]] 8652name = "speexdsp-resampler" 8653version = "0.1.0" 8654source = "registry+https://github.com/rust-lang/crates.io-index" 8655checksum = "b72d540d5c565dbe1f891d7e21ceb21d2649508306782f1066989fccb0b363d3" 8656 8657[[package]] 8658name = "spin" 8659version = "0.9.8" 8660source = "registry+https://github.com/rust-lang/crates.io-index" 8661checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 8662 8663[[package]] 8664name = "spirv" 8665version = "0.3.0+sdk-1.3.268.0" 8666source = "registry+https://github.com/rust-lang/crates.io-index" 8667checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 8668dependencies = [ 8669 "bitflags 2.10.0", 8670] 8671 8672[[package]] 8673name = "spki" 8674version = "0.7.3" 8675source = "registry+https://github.com/rust-lang/crates.io-index" 8676checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 8677dependencies = [ 8678 "base64ct", 8679 "der", 8680] 8681 8682[[package]] 8683name = "stable_deref_trait" 8684version = "1.2.1" 8685source = "registry+https://github.com/rust-lang/crates.io-index" 8686checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 8687 8688[[package]] 8689name = "static_assertions" 8690version = "1.1.0" 8691source = "registry+https://github.com/rust-lang/crates.io-index" 8692checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 8693 8694[[package]] 8695name = "storage" 8696version = "0.1.0" 8697dependencies = [ 8698 "base", 8699 "libc", 8700 "log", 8701 "malloc_size_of_derive", 8702 "net_traits", 8703 "postcard", 8704 "profile", 8705 "profile_traits", 8706 "rusqlite", 8707 "rustc-hash 2.1.1", 8708 "sea-query", 8709 "sea-query-rusqlite", 8710 "serde", 8711 "serde_json", 8712 "servo_config", 8713 "servo_malloc_size_of", 8714 "servo_url", 8715 "storage_traits", 8716 "tempfile", 8717 "tokio", 8718 "tokio-rustls", 8719 "tokio-stream", 8720 "tokio-util", 8721 "url", 8722 "uuid", 8723] 8724 8725[[package]] 8726name = "storage_traits" 8727version = "0.1.0" 8728dependencies = [ 8729 "base", 8730 "malloc_size_of_derive", 8731 "profile_traits", 8732 "serde", 8733 "servo_malloc_size_of", 8734 "servo_url", 8735 "uuid", 8736] 8737 8738[[package]] 8739name = "strck" 8740version = "0.1.2" 8741source = "registry+https://github.com/rust-lang/crates.io-index" 8742checksum = "be91090ded9d8f979d9fe921777342d37e769e0b6b7296843a7a38247240e917" 8743 8744[[package]] 8745name = "strck_ident" 8746version = "0.1.2" 8747source = "registry+https://github.com/rust-lang/crates.io-index" 8748checksum = "e1c3802b169b3858a44667f221c9a0b3136e6019936ea926fc97fbad8af77202" 8749dependencies = [ 8750 "strck", 8751 "unicode-ident", 8752] 8753 8754[[package]] 8755name = "strict-num" 8756version = "0.1.1" 8757source = "registry+https://github.com/rust-lang/crates.io-index" 8758checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 8759dependencies = [ 8760 "float-cmp", 8761] 8762 8763[[package]] 8764name = "string_cache" 8765version = "0.9.0" 8766source = "registry+https://github.com/rust-lang/crates.io-index" 8767checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" 8768dependencies = [ 8769 "new_debug_unreachable", 8770 "parking_lot", 8771 "phf_shared", 8772 "precomputed-hash", 8773 "serde", 8774] 8775 8776[[package]] 8777name = "string_cache_codegen" 8778version = "0.6.1" 8779source = "registry+https://github.com/rust-lang/crates.io-index" 8780checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69" 8781dependencies = [ 8782 "phf_generator", 8783 "phf_shared", 8784 "proc-macro2", 8785 "quote", 8786] 8787 8788[[package]] 8789name = "strum" 8790version = "0.27.2" 8791source = "registry+https://github.com/rust-lang/crates.io-index" 8792checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 8793dependencies = [ 8794 "strum_macros", 8795] 8796 8797[[package]] 8798name = "strum_macros" 8799version = "0.27.2" 8800source = "registry+https://github.com/rust-lang/crates.io-index" 8801checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 8802dependencies = [ 8803 "heck 0.5.0", 8804 "proc-macro2", 8805 "quote", 8806 "syn 2.0.114", 8807] 8808 8809[[package]] 8810name = "stylo" 8811version = "0.11.0" 8812source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 8813dependencies = [ 8814 "app_units", 8815 "arrayvec", 8816 "atomic_refcell", 8817 "bitflags 2.10.0", 8818 "byteorder", 8819 "cssparser", 8820 "derive_more", 8821 "encoding_rs", 8822 "euclid", 8823 "icu_segmenter", 8824 "indexmap", 8825 "itertools 0.14.0", 8826 "itoa", 8827 "log", 8828 "malloc_size_of_derive", 8829 "mime", 8830 "new_debug_unreachable", 8831 "num-derive", 8832 "num-integer", 8833 "num-traits", 8834 "num_cpus", 8835 "parking_lot", 8836 "precomputed-hash", 8837 "rayon", 8838 "rayon-core", 8839 "rustc-hash 2.1.1", 8840 "selectors", 8841 "serde", 8842 "servo_arc", 8843 "smallbitvec", 8844 "smallvec", 8845 "static_assertions", 8846 "string_cache", 8847 "stylo_atoms", 8848 "stylo_config", 8849 "stylo_derive", 8850 "stylo_dom", 8851 "stylo_malloc_size_of", 8852 "stylo_static_prefs", 8853 "stylo_traits", 8854 "thin-vec", 8855 "to_shmem", 8856 "to_shmem_derive", 8857 "uluru", 8858 "url", 8859 "void", 8860 "walkdir", 8861 "web_atoms", 8862] 8863 8864[[package]] 8865name = "stylo_atoms" 8866version = "0.11.0" 8867source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 8868dependencies = [ 8869 "string_cache", 8870 "string_cache_codegen", 8871] 8872 8873[[package]] 8874name = "stylo_config" 8875version = "0.11.0" 8876source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 8877 8878[[package]] 8879name = "stylo_derive" 8880version = "0.11.0" 8881source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 8882dependencies = [ 8883 "darling", 8884 "proc-macro2", 8885 "quote", 8886 "syn 2.0.114", 8887 "synstructure", 8888] 8889 8890[[package]] 8891name = "stylo_dom" 8892version = "0.11.0" 8893source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 8894dependencies = [ 8895 "bitflags 2.10.0", 8896 "stylo_malloc_size_of", 8897] 8898 8899[[package]] 8900name = "stylo_malloc_size_of" 8901version = "0.11.0" 8902source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 8903dependencies = [ 8904 "app_units", 8905 "cssparser", 8906 "euclid", 8907 "selectors", 8908 "servo_arc", 8909 "smallbitvec", 8910 "smallvec", 8911 "string_cache", 8912 "thin-vec", 8913 "void", 8914] 8915 8916[[package]] 8917name = "stylo_static_prefs" 8918version = "0.11.0" 8919source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 8920 8921[[package]] 8922name = "stylo_traits" 8923version = "0.11.0" 8924source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 8925dependencies = [ 8926 "app_units", 8927 "bitflags 2.10.0", 8928 "cssparser", 8929 "euclid", 8930 "malloc_size_of_derive", 8931 "selectors", 8932 "serde", 8933 "servo_arc", 8934 "stylo_atoms", 8935 "stylo_malloc_size_of", 8936 "thin-vec", 8937 "to_shmem", 8938 "to_shmem_derive", 8939 "url", 8940] 8941 8942[[package]] 8943name = "subtle" 8944version = "2.6.1" 8945source = "registry+https://github.com/rust-lang/crates.io-index" 8946checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 8947 8948[[package]] 8949name = "surfman" 8950version = "0.11.0" 8951source = "registry+https://github.com/rust-lang/crates.io-index" 8952checksum = "04d3973284ef0dc7362cdaee41c2356c4c39a5a5ebd8490c5163ebf21a7adc02" 8953dependencies = [ 8954 "bitflags 2.10.0", 8955 "cfg_aliases", 8956 "cgl", 8957 "euclid", 8958 "fnv", 8959 "gl_generator", 8960 "glow", 8961 "libc", 8962 "log", 8963 "objc2 0.6.3", 8964 "objc2-app-kit 0.3.2", 8965 "objc2-core-foundation", 8966 "objc2-core-video", 8967 "objc2-foundation 0.3.2", 8968 "objc2-io-surface", 8969 "objc2-metal 0.3.2", 8970 "objc2-quartz-core 0.3.2", 8971 "raw-window-handle", 8972 "wayland-sys", 8973 "winapi", 8974 "wio", 8975 "x11-dl", 8976] 8977 8978[[package]] 8979name = "svg_fmt" 8980version = "0.4.5" 8981source = "registry+https://github.com/rust-lang/crates.io-index" 8982checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb" 8983 8984[[package]] 8985name = "svgtypes" 8986version = "0.15.3" 8987source = "registry+https://github.com/rust-lang/crates.io-index" 8988checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc" 8989dependencies = [ 8990 "kurbo 0.11.3", 8991 "siphasher", 8992] 8993 8994[[package]] 8995name = "swapper" 8996version = "0.1.0" 8997source = "registry+https://github.com/rust-lang/crates.io-index" 8998checksum = "e454d048db5527d000bfddb77bd072bbf3a1e2ae785f16d9bd116e07c2ab45eb" 8999 9000[[package]] 9001name = "syn" 9002version = "1.0.109" 9003source = "registry+https://github.com/rust-lang/crates.io-index" 9004checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 9005dependencies = [ 9006 "proc-macro2", 9007 "unicode-ident", 9008] 9009 9010[[package]] 9011name = "syn" 9012version = "2.0.114" 9013source = "registry+https://github.com/rust-lang/crates.io-index" 9014checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" 9015dependencies = [ 9016 "proc-macro2", 9017 "quote", 9018 "unicode-ident", 9019] 9020 9021[[package]] 9022name = "sync_wrapper" 9023version = "1.0.2" 9024source = "registry+https://github.com/rust-lang/crates.io-index" 9025checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 9026 9027[[package]] 9028name = "synstructure" 9029version = "0.13.2" 9030source = "registry+https://github.com/rust-lang/crates.io-index" 9031checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 9032dependencies = [ 9033 "proc-macro2", 9034 "quote", 9035 "syn 2.0.114", 9036] 9037 9038[[package]] 9039name = "system-deps" 9040version = "6.2.2" 9041source = "registry+https://github.com/rust-lang/crates.io-index" 9042checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 9043dependencies = [ 9044 "cfg-expr 0.15.8", 9045 "heck 0.5.0", 9046 "pkg-config", 9047 "toml 0.8.2", 9048 "version-compare", 9049] 9050 9051[[package]] 9052name = "system-deps" 9053version = "7.0.7" 9054source = "registry+https://github.com/rust-lang/crates.io-index" 9055checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f" 9056dependencies = [ 9057 "cfg-expr 0.20.6", 9058 "heck 0.5.0", 9059 "pkg-config", 9060 "toml 0.9.11+spec-1.1.0", 9061 "version-compare", 9062] 9063 9064[[package]] 9065name = "taffy" 9066version = "0.9.2" 9067source = "registry+https://github.com/rust-lang/crates.io-index" 9068checksum = "41ba83ebaf2954d31d05d67340fd46cebe99da2b7133b0dd68d70c65473a437b" 9069dependencies = [ 9070 "arrayvec", 9071 "grid", 9072 "serde", 9073 "slotmap", 9074] 9075 9076[[package]] 9077name = "tar" 9078version = "0.4.44" 9079source = "registry+https://github.com/rust-lang/crates.io-index" 9080checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" 9081dependencies = [ 9082 "filetime", 9083 "libc", 9084 "xattr", 9085] 9086 9087[[package]] 9088name = "target-lexicon" 9089version = "0.12.16" 9090source = "registry+https://github.com/rust-lang/crates.io-index" 9091checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 9092 9093[[package]] 9094name = "target-lexicon" 9095version = "0.13.3" 9096source = "registry+https://github.com/rust-lang/crates.io-index" 9097checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" 9098 9099[[package]] 9100name = "tempfile" 9101version = "3.24.0" 9102source = "registry+https://github.com/rust-lang/crates.io-index" 9103checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" 9104dependencies = [ 9105 "fastrand", 9106 "getrandom 0.3.4", 9107 "once_cell", 9108 "rustix 1.1.3", 9109 "windows-sys 0.61.2", 9110] 9111 9112[[package]] 9113name = "tendril" 9114version = "0.5.0" 9115source = "registry+https://github.com/rust-lang/crates.io-index" 9116checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24" 9117dependencies = [ 9118 "encoding_rs", 9119 "new_debug_unreachable", 9120 "utf-8", 9121] 9122 9123[[package]] 9124name = "termcolor" 9125version = "1.4.1" 9126source = "registry+https://github.com/rust-lang/crates.io-index" 9127checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 9128dependencies = [ 9129 "winapi-util", 9130] 9131 9132[[package]] 9133name = "textnonce" 9134version = "1.0.0" 9135source = "registry+https://github.com/rust-lang/crates.io-index" 9136checksum = "7743f8d70cd784ed1dc33106a18998d77758d281dc40dc3e6d050cf0f5286683" 9137dependencies = [ 9138 "base64 0.12.3", 9139 "rand 0.7.3", 9140] 9141 9142[[package]] 9143name = "thin-vec" 9144version = "0.2.14" 9145source = "registry+https://github.com/rust-lang/crates.io-index" 9146checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d" 9147 9148[[package]] 9149name = "thiserror" 9150version = "1.0.69" 9151source = "registry+https://github.com/rust-lang/crates.io-index" 9152checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 9153dependencies = [ 9154 "thiserror-impl 1.0.69", 9155] 9156 9157[[package]] 9158name = "thiserror" 9159version = "2.0.18" 9160source = "registry+https://github.com/rust-lang/crates.io-index" 9161checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 9162dependencies = [ 9163 "thiserror-impl 2.0.18", 9164] 9165 9166[[package]] 9167name = "thiserror-impl" 9168version = "1.0.69" 9169source = "registry+https://github.com/rust-lang/crates.io-index" 9170checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 9171dependencies = [ 9172 "proc-macro2", 9173 "quote", 9174 "syn 2.0.114", 9175] 9176 9177[[package]] 9178name = "thiserror-impl" 9179version = "2.0.18" 9180source = "registry+https://github.com/rust-lang/crates.io-index" 9181checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 9182dependencies = [ 9183 "proc-macro2", 9184 "quote", 9185 "syn 2.0.114", 9186] 9187 9188[[package]] 9189name = "thread-id" 9190version = "4.2.2" 9191source = "registry+https://github.com/rust-lang/crates.io-index" 9192checksum = "cfe8f25bbdd100db7e1d34acf7fd2dc59c4bf8f7483f505eaa7d4f12f76cc0ea" 9193dependencies = [ 9194 "libc", 9195 "winapi", 9196] 9197 9198[[package]] 9199name = "thread_local" 9200version = "1.1.9" 9201source = "registry+https://github.com/rust-lang/crates.io-index" 9202checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 9203dependencies = [ 9204 "cfg-if", 9205] 9206 9207[[package]] 9208name = "tiff" 9209version = "0.10.3" 9210source = "registry+https://github.com/rust-lang/crates.io-index" 9211checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f" 9212dependencies = [ 9213 "fax", 9214 "flate2", 9215 "half", 9216 "quick-error", 9217 "weezl", 9218 "zune-jpeg 0.4.21", 9219] 9220 9221[[package]] 9222name = "tikv-jemalloc-sys" 9223version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" 9224source = "registry+https://github.com/rust-lang/crates.io-index" 9225checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" 9226dependencies = [ 9227 "cc", 9228 "libc", 9229] 9230 9231[[package]] 9232name = "tikv-jemallocator" 9233version = "0.6.1" 9234source = "registry+https://github.com/rust-lang/crates.io-index" 9235checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a" 9236dependencies = [ 9237 "libc", 9238 "tikv-jemalloc-sys", 9239] 9240 9241[[package]] 9242name = "time" 9243version = "0.3.46" 9244source = "registry+https://github.com/rust-lang/crates.io-index" 9245checksum = "9da98b7d9b7dad93488a84b8248efc35352b0b2657397d4167e7ad67e5d535e5" 9246dependencies = [ 9247 "deranged", 9248 "itoa", 9249 "libc", 9250 "num-conv", 9251 "num_threads", 9252 "powerfmt", 9253 "serde_core", 9254 "time-core", 9255 "time-macros", 9256] 9257 9258[[package]] 9259name = "time-core" 9260version = "0.1.8" 9261source = "registry+https://github.com/rust-lang/crates.io-index" 9262checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 9263 9264[[package]] 9265name = "time-macros" 9266version = "0.2.26" 9267source = "registry+https://github.com/rust-lang/crates.io-index" 9268checksum = "78cc610bac2dcee56805c99642447d4c5dbde4d01f752ffea0199aee1f601dc4" 9269dependencies = [ 9270 "num-conv", 9271 "time-core", 9272] 9273 9274[[package]] 9275name = "timers" 9276version = "0.1.0" 9277dependencies = [ 9278 "crossbeam-channel", 9279 "malloc_size_of_derive", 9280 "servo_malloc_size_of", 9281] 9282 9283[[package]] 9284name = "tiny-skia" 9285version = "0.11.4" 9286source = "registry+https://github.com/rust-lang/crates.io-index" 9287checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 9288dependencies = [ 9289 "arrayref", 9290 "arrayvec", 9291 "bytemuck", 9292 "cfg-if", 9293 "log", 9294 "png 0.17.16", 9295 "tiny-skia-path", 9296] 9297 9298[[package]] 9299name = "tiny-skia-path" 9300version = "0.11.4" 9301source = "registry+https://github.com/rust-lang/crates.io-index" 9302checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 9303dependencies = [ 9304 "arrayref", 9305 "bytemuck", 9306 "strict-num", 9307] 9308 9309[[package]] 9310name = "tinystr" 9311version = "0.7.6" 9312source = "registry+https://github.com/rust-lang/crates.io-index" 9313checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 9314dependencies = [ 9315 "displaydoc", 9316 "zerovec 0.10.4", 9317] 9318 9319[[package]] 9320name = "tinystr" 9321version = "0.8.2" 9322source = "registry+https://github.com/rust-lang/crates.io-index" 9323checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 9324dependencies = [ 9325 "displaydoc", 9326 "zerovec 0.11.5", 9327] 9328 9329[[package]] 9330name = "tinytemplate" 9331version = "1.2.1" 9332source = "registry+https://github.com/rust-lang/crates.io-index" 9333checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 9334dependencies = [ 9335 "serde", 9336 "serde_json", 9337] 9338 9339[[package]] 9340name = "tinyvec" 9341version = "1.10.0" 9342source = "registry+https://github.com/rust-lang/crates.io-index" 9343checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 9344dependencies = [ 9345 "tinyvec_macros", 9346] 9347 9348[[package]] 9349name = "tinyvec_macros" 9350version = "0.1.1" 9351source = "registry+https://github.com/rust-lang/crates.io-index" 9352checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 9353 9354[[package]] 9355name = "to_shmem" 9356version = "0.3.0" 9357source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 9358dependencies = [ 9359 "cssparser", 9360 "servo_arc", 9361 "smallbitvec", 9362 "smallvec", 9363 "string_cache", 9364 "thin-vec", 9365] 9366 9367[[package]] 9368name = "to_shmem_derive" 9369version = "0.1.0" 9370source = "git+https://github.com/servo/stylo?rev=3b46f3ef27eb14ca276b4bf3ff041a6c43d93827#3b46f3ef27eb14ca276b4bf3ff041a6c43d93827" 9371dependencies = [ 9372 "darling", 9373 "proc-macro2", 9374 "quote", 9375 "syn 2.0.114", 9376 "synstructure", 9377] 9378 9379[[package]] 9380name = "tokio" 9381version = "1.49.0" 9382source = "registry+https://github.com/rust-lang/crates.io-index" 9383checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 9384dependencies = [ 9385 "bytes", 9386 "libc", 9387 "mio", 9388 "pin-project-lite", 9389 "socket2 0.6.2", 9390 "tokio-macros", 9391 "windows-sys 0.61.2", 9392] 9393 9394[[package]] 9395name = "tokio-macros" 9396version = "2.6.0" 9397source = "registry+https://github.com/rust-lang/crates.io-index" 9398checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 9399dependencies = [ 9400 "proc-macro2", 9401 "quote", 9402 "syn 2.0.114", 9403] 9404 9405[[package]] 9406name = "tokio-rustls" 9407version = "0.26.4" 9408source = "registry+https://github.com/rust-lang/crates.io-index" 9409checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 9410dependencies = [ 9411 "rustls", 9412 "tokio", 9413] 9414 9415[[package]] 9416name = "tokio-stream" 9417version = "0.1.18" 9418source = "registry+https://github.com/rust-lang/crates.io-index" 9419checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 9420dependencies = [ 9421 "futures-core", 9422 "pin-project-lite", 9423 "tokio", 9424] 9425 9426[[package]] 9427name = "tokio-util" 9428version = "0.7.18" 9429source = "registry+https://github.com/rust-lang/crates.io-index" 9430checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 9431dependencies = [ 9432 "bytes", 9433 "futures-core", 9434 "futures-sink", 9435 "pin-project-lite", 9436 "tokio", 9437] 9438 9439[[package]] 9440name = "toml" 9441version = "0.8.2" 9442source = "registry+https://github.com/rust-lang/crates.io-index" 9443checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" 9444dependencies = [ 9445 "serde", 9446 "serde_spanned 0.6.9", 9447 "toml_datetime 0.6.3", 9448 "toml_edit 0.20.2", 9449] 9450 9451[[package]] 9452name = "toml" 9453version = "0.9.11+spec-1.1.0" 9454source = "registry+https://github.com/rust-lang/crates.io-index" 9455checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" 9456dependencies = [ 9457 "indexmap", 9458 "serde_core", 9459 "serde_spanned 1.0.4", 9460 "toml_datetime 0.7.5+spec-1.1.0", 9461 "toml_parser", 9462 "toml_writer", 9463 "winnow 0.7.14", 9464] 9465 9466[[package]] 9467name = "toml_datetime" 9468version = "0.6.3" 9469source = "registry+https://github.com/rust-lang/crates.io-index" 9470checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 9471dependencies = [ 9472 "serde", 9473] 9474 9475[[package]] 9476name = "toml_datetime" 9477version = "0.7.5+spec-1.1.0" 9478source = "registry+https://github.com/rust-lang/crates.io-index" 9479checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 9480dependencies = [ 9481 "serde_core", 9482] 9483 9484[[package]] 9485name = "toml_edit" 9486version = "0.19.15" 9487source = "registry+https://github.com/rust-lang/crates.io-index" 9488checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 9489dependencies = [ 9490 "indexmap", 9491 "toml_datetime 0.6.3", 9492 "winnow 0.5.40", 9493] 9494 9495[[package]] 9496name = "toml_edit" 9497version = "0.20.2" 9498source = "registry+https://github.com/rust-lang/crates.io-index" 9499checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" 9500dependencies = [ 9501 "indexmap", 9502 "serde", 9503 "serde_spanned 0.6.9", 9504 "toml_datetime 0.6.3", 9505 "winnow 0.5.40", 9506] 9507 9508[[package]] 9509name = "toml_edit" 9510version = "0.23.10+spec-1.0.0" 9511source = "registry+https://github.com/rust-lang/crates.io-index" 9512checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" 9513dependencies = [ 9514 "indexmap", 9515 "toml_datetime 0.7.5+spec-1.1.0", 9516 "toml_parser", 9517 "winnow 0.7.14", 9518] 9519 9520[[package]] 9521name = "toml_parser" 9522version = "1.0.6+spec-1.1.0" 9523source = "registry+https://github.com/rust-lang/crates.io-index" 9524checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" 9525dependencies = [ 9526 "winnow 0.7.14", 9527] 9528 9529[[package]] 9530name = "toml_writer" 9531version = "1.0.6+spec-1.1.0" 9532source = "registry+https://github.com/rust-lang/crates.io-index" 9533checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 9534 9535[[package]] 9536name = "topological-sort" 9537version = "0.1.0" 9538source = "registry+https://github.com/rust-lang/crates.io-index" 9539checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c" 9540 9541[[package]] 9542name = "tower" 9543version = "0.5.3" 9544source = "registry+https://github.com/rust-lang/crates.io-index" 9545checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 9546dependencies = [ 9547 "futures-core", 9548 "futures-util", 9549 "pin-project-lite", 9550 "sync_wrapper", 9551 "tokio", 9552 "tower-layer", 9553 "tower-service", 9554 "tracing", 9555] 9556 9557[[package]] 9558name = "tower-http" 9559version = "0.6.8" 9560source = "registry+https://github.com/rust-lang/crates.io-index" 9561checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 9562dependencies = [ 9563 "async-compression", 9564 "bitflags 2.10.0", 9565 "bytes", 9566 "futures-core", 9567 "futures-util", 9568 "http 1.4.0", 9569 "http-body 1.0.1", 9570 "http-body-util", 9571 "http-range-header", 9572 "httpdate", 9573 "mime", 9574 "mime_guess", 9575 "percent-encoding", 9576 "pin-project-lite", 9577 "tokio", 9578 "tokio-util", 9579 "tower-layer", 9580 "tower-service", 9581 "tracing", 9582] 9583 9584[[package]] 9585name = "tower-layer" 9586version = "0.3.3" 9587source = "registry+https://github.com/rust-lang/crates.io-index" 9588checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 9589 9590[[package]] 9591name = "tower-service" 9592version = "0.3.3" 9593source = "registry+https://github.com/rust-lang/crates.io-index" 9594checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 9595 9596[[package]] 9597name = "tracing" 9598version = "0.1.44" 9599source = "registry+https://github.com/rust-lang/crates.io-index" 9600checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 9601dependencies = [ 9602 "log", 9603 "pin-project-lite", 9604 "tracing-attributes", 9605 "tracing-core", 9606] 9607 9608[[package]] 9609name = "tracing-attributes" 9610version = "0.1.31" 9611source = "registry+https://github.com/rust-lang/crates.io-index" 9612checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 9613dependencies = [ 9614 "proc-macro2", 9615 "quote", 9616 "syn 2.0.114", 9617] 9618 9619[[package]] 9620name = "tracing-core" 9621version = "0.1.36" 9622source = "registry+https://github.com/rust-lang/crates.io-index" 9623checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 9624dependencies = [ 9625 "once_cell", 9626 "valuable", 9627] 9628 9629[[package]] 9630name = "tracing-log" 9631version = "0.2.0" 9632source = "registry+https://github.com/rust-lang/crates.io-index" 9633checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 9634dependencies = [ 9635 "log", 9636 "once_cell", 9637 "tracing-core", 9638] 9639 9640[[package]] 9641name = "tracing-perfetto" 9642version = "0.1.5" 9643source = "registry+https://github.com/rust-lang/crates.io-index" 9644checksum = "cf599f51530a7211f5aa92c84abdfc1137362d471f0473a4b1be8d625167fb0d" 9645dependencies = [ 9646 "anyhow", 9647 "bytes", 9648 "chrono", 9649 "prost", 9650 "rand 0.8.5", 9651 "thread-id", 9652 "tracing", 9653 "tracing-subscriber", 9654] 9655 9656[[package]] 9657name = "tracing-subscriber" 9658version = "0.3.22" 9659source = "registry+https://github.com/rust-lang/crates.io-index" 9660checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 9661dependencies = [ 9662 "matchers", 9663 "nu-ansi-term", 9664 "once_cell", 9665 "regex-automata 0.4.13", 9666 "sharded-slab", 9667 "smallvec", 9668 "thread_local", 9669 "tracing", 9670 "tracing-core", 9671 "tracing-log", 9672] 9673 9674[[package]] 9675name = "tracy-rs" 9676version = "0.1.2" 9677source = "registry+https://github.com/rust-lang/crates.io-index" 9678checksum = "ce607aae8ab0ab3abf3a2723a9ab6f09bb8639ed83fdd888d857b8e556c868d8" 9679 9680[[package]] 9681name = "tray-icon" 9682version = "0.21.3" 9683source = "registry+https://github.com/rust-lang/crates.io-index" 9684checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c" 9685dependencies = [ 9686 "crossbeam-channel", 9687 "dirs", 9688 "libappindicator", 9689 "muda", 9690 "objc2 0.6.3", 9691 "objc2-app-kit 0.3.2", 9692 "objc2-core-foundation", 9693 "objc2-core-graphics", 9694 "objc2-foundation 0.3.2", 9695 "once_cell", 9696 "png 0.17.16", 9697 "thiserror 2.0.18", 9698 "windows-sys 0.60.2", 9699] 9700 9701[[package]] 9702name = "try-lock" 9703version = "0.2.5" 9704source = "registry+https://github.com/rust-lang/crates.io-index" 9705checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 9706 9707[[package]] 9708name = "ttf-parser" 9709version = "0.25.1" 9710source = "registry+https://github.com/rust-lang/crates.io-index" 9711checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 9712dependencies = [ 9713 "core_maths", 9714] 9715 9716[[package]] 9717name = "tungstenite" 9718version = "0.28.0" 9719source = "registry+https://github.com/rust-lang/crates.io-index" 9720checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" 9721dependencies = [ 9722 "bytes", 9723 "data-encoding", 9724 "http 1.4.0", 9725 "httparse", 9726 "log", 9727 "rand 0.9.2", 9728 "rustls", 9729 "rustls-pki-types", 9730 "sha1", 9731 "thiserror 2.0.18", 9732 "utf-8", 9733] 9734 9735[[package]] 9736name = "typenum" 9737version = "1.19.0" 9738source = "registry+https://github.com/rust-lang/crates.io-index" 9739checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 9740 9741[[package]] 9742name = "uluru" 9743version = "3.1.0" 9744source = "registry+https://github.com/rust-lang/crates.io-index" 9745checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" 9746dependencies = [ 9747 "arrayvec", 9748] 9749 9750[[package]] 9751name = "unic-char-property" 9752version = "0.9.0" 9753source = "registry+https://github.com/rust-lang/crates.io-index" 9754checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 9755dependencies = [ 9756 "unic-char-range", 9757] 9758 9759[[package]] 9760name = "unic-char-range" 9761version = "0.9.0" 9762source = "registry+https://github.com/rust-lang/crates.io-index" 9763checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 9764 9765[[package]] 9766name = "unic-common" 9767version = "0.9.0" 9768source = "registry+https://github.com/rust-lang/crates.io-index" 9769checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 9770 9771[[package]] 9772name = "unic-ucd-ident" 9773version = "0.9.0" 9774source = "registry+https://github.com/rust-lang/crates.io-index" 9775checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 9776dependencies = [ 9777 "unic-char-property", 9778 "unic-char-range", 9779 "unic-ucd-version", 9780] 9781 9782[[package]] 9783name = "unic-ucd-version" 9784version = "0.9.0" 9785source = "registry+https://github.com/rust-lang/crates.io-index" 9786checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 9787dependencies = [ 9788 "unic-common", 9789] 9790 9791[[package]] 9792name = "unicase" 9793version = "2.9.0" 9794source = "registry+https://github.com/rust-lang/crates.io-index" 9795checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 9796 9797[[package]] 9798name = "unicode-bidi" 9799version = "0.3.18" 9800source = "registry+https://github.com/rust-lang/crates.io-index" 9801checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 9802 9803[[package]] 9804name = "unicode-bidi-mirroring" 9805version = "0.4.0" 9806source = "registry+https://github.com/rust-lang/crates.io-index" 9807checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe" 9808 9809[[package]] 9810name = "unicode-ccc" 9811version = "0.4.0" 9812source = "registry+https://github.com/rust-lang/crates.io-index" 9813checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e" 9814 9815[[package]] 9816name = "unicode-ident" 9817version = "1.0.22" 9818source = "registry+https://github.com/rust-lang/crates.io-index" 9819checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 9820 9821[[package]] 9822name = "unicode-properties" 9823version = "0.1.4" 9824source = "registry+https://github.com/rust-lang/crates.io-index" 9825checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 9826 9827[[package]] 9828name = "unicode-script" 9829version = "0.5.8" 9830source = "registry+https://github.com/rust-lang/crates.io-index" 9831checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee" 9832 9833[[package]] 9834name = "unicode-segmentation" 9835version = "1.12.0" 9836source = "registry+https://github.com/rust-lang/crates.io-index" 9837checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 9838 9839[[package]] 9840name = "unicode-vo" 9841version = "0.1.0" 9842source = "registry+https://github.com/rust-lang/crates.io-index" 9843checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" 9844 9845[[package]] 9846name = "unicode-width" 9847version = "0.2.2" 9848source = "registry+https://github.com/rust-lang/crates.io-index" 9849checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 9850 9851[[package]] 9852name = "universal-hash" 9853version = "0.5.1" 9854source = "registry+https://github.com/rust-lang/crates.io-index" 9855checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 9856dependencies = [ 9857 "crypto-common", 9858 "subtle", 9859] 9860 9861[[package]] 9862name = "untrusted" 9863version = "0.9.0" 9864source = "registry+https://github.com/rust-lang/crates.io-index" 9865checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 9866 9867[[package]] 9868name = "url" 9869version = "2.5.8" 9870source = "registry+https://github.com/rust-lang/crates.io-index" 9871checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 9872dependencies = [ 9873 "form_urlencoded", 9874 "idna", 9875 "percent-encoding", 9876 "serde", 9877 "serde_derive", 9878] 9879 9880[[package]] 9881name = "urlpattern" 9882version = "0.3.0" 9883source = "registry+https://github.com/rust-lang/crates.io-index" 9884checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" 9885dependencies = [ 9886 "regex", 9887 "serde", 9888 "unic-ucd-ident", 9889 "url", 9890] 9891 9892[[package]] 9893name = "usvg" 9894version = "0.45.1" 9895source = "registry+https://github.com/rust-lang/crates.io-index" 9896checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef" 9897dependencies = [ 9898 "base64 0.22.1", 9899 "data-url", 9900 "flate2", 9901 "fontdb", 9902 "imagesize", 9903 "kurbo 0.11.3", 9904 "log", 9905 "pico-args", 9906 "roxmltree", 9907 "rustybuzz", 9908 "simplecss", 9909 "siphasher", 9910 "strict-num", 9911 "svgtypes", 9912 "tiny-skia-path", 9913 "unicode-bidi", 9914 "unicode-script", 9915 "unicode-vo", 9916 "xmlwriter", 9917] 9918 9919[[package]] 9920name = "utf-8" 9921version = "0.7.6" 9922source = "registry+https://github.com/rust-lang/crates.io-index" 9923checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 9924 9925[[package]] 9926name = "utf16_iter" 9927version = "1.0.5" 9928source = "registry+https://github.com/rust-lang/crates.io-index" 9929checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 9930 9931[[package]] 9932name = "utf8_iter" 9933version = "1.0.4" 9934source = "registry+https://github.com/rust-lang/crates.io-index" 9935checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 9936 9937[[package]] 9938name = "utf8parse" 9939version = "0.2.2" 9940source = "registry+https://github.com/rust-lang/crates.io-index" 9941checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 9942 9943[[package]] 9944name = "uuid" 9945version = "1.20.0" 9946source = "registry+https://github.com/rust-lang/crates.io-index" 9947checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" 9948dependencies = [ 9949 "getrandom 0.3.4", 9950 "js-sys", 9951 "serde_core", 9952 "sha1_smol", 9953 "wasm-bindgen", 9954] 9955 9956[[package]] 9957name = "v_frame" 9958version = "0.3.9" 9959source = "registry+https://github.com/rust-lang/crates.io-index" 9960checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" 9961dependencies = [ 9962 "aligned-vec", 9963 "num-traits", 9964 "wasm-bindgen", 9965] 9966 9967[[package]] 9968name = "valuable" 9969version = "0.1.1" 9970source = "registry+https://github.com/rust-lang/crates.io-index" 9971checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 9972 9973[[package]] 9974name = "vcpkg" 9975version = "0.2.15" 9976source = "registry+https://github.com/rust-lang/crates.io-index" 9977checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 9978 9979[[package]] 9980name = "vello" 9981version = "0.6.0" 9982source = "registry+https://github.com/rust-lang/crates.io-index" 9983checksum = "71acbd6b5f7f19841425845c113a89a54bbf60556ae39e7d0182a6f80ce37f5b" 9984dependencies = [ 9985 "bytemuck", 9986 "futures-intrusive", 9987 "log", 9988 "peniko", 9989 "png 0.17.16", 9990 "skrifa", 9991 "static_assertions", 9992 "thiserror 2.0.18", 9993 "vello_encoding", 9994 "vello_shaders", 9995 "wgpu", 9996] 9997 9998[[package]] 9999name = "vello_common" 10000version = "0.0.4" 10001source = "registry+https://github.com/rust-lang/crates.io-index" 10002checksum = "a235ba928b3109ad9e7696270edb09445a52ae1c7c08e6d31a19b1cdd6cbc24a" 10003dependencies = [ 10004 "bytemuck", 10005 "fearless_simd", 10006 "hashbrown 0.15.5", 10007 "log", 10008 "peniko", 10009 "png 0.17.16", 10010 "skrifa", 10011 "smallvec", 10012] 10013 10014[[package]] 10015name = "vello_cpu" 10016version = "0.0.4" 10017source = "registry+https://github.com/rust-lang/crates.io-index" 10018checksum = "b0bd1fcf9c1814f17a491e07113623d44e3ec1125a9f3401f5e047d6d326da21" 10019dependencies = [ 10020 "bytemuck", 10021 "vello_common", 10022] 10023 10024[[package]] 10025name = "vello_encoding" 10026version = "0.6.0" 10027source = "registry+https://github.com/rust-lang/crates.io-index" 10028checksum = "cfd5e0b9fec91df34a09fbcbbed474cec68d05691b590a911c7af83c4860ae42" 10029dependencies = [ 10030 "bytemuck", 10031 "guillotiere", 10032 "peniko", 10033 "skrifa", 10034 "smallvec", 10035] 10036 10037[[package]] 10038name = "vello_shaders" 10039version = "0.6.0" 10040source = "registry+https://github.com/rust-lang/crates.io-index" 10041checksum = "8c381dde4e7d0d7957df0c0e3f8a7cc0976762d3972d97da5c71464e57ffefd3" 10042dependencies = [ 10043 "bytemuck", 10044 "log", 10045 "naga", 10046 "thiserror 2.0.18", 10047 "vello_encoding", 10048] 10049 10050[[package]] 10051name = "version-compare" 10052version = "0.2.1" 10053source = "registry+https://github.com/rust-lang/crates.io-index" 10054checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" 10055 10056[[package]] 10057name = "version_check" 10058version = "0.9.5" 10059source = "registry+https://github.com/rust-lang/crates.io-index" 10060checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 10061 10062[[package]] 10063name = "void" 10064version = "1.0.2" 10065source = "registry+https://github.com/rust-lang/crates.io-index" 10066checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" 10067 10068[[package]] 10069name = "walkdir" 10070version = "2.5.0" 10071source = "registry+https://github.com/rust-lang/crates.io-index" 10072checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 10073dependencies = [ 10074 "same-file", 10075 "winapi-util", 10076] 10077 10078[[package]] 10079name = "want" 10080version = "0.3.1" 10081source = "registry+https://github.com/rust-lang/crates.io-index" 10082checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 10083dependencies = [ 10084 "try-lock", 10085] 10086 10087[[package]] 10088name = "warp" 10089version = "0.3.7" 10090source = "registry+https://github.com/rust-lang/crates.io-index" 10091checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c" 10092dependencies = [ 10093 "bytes", 10094 "futures-channel", 10095 "futures-util", 10096 "headers 0.3.9", 10097 "http 0.2.12", 10098 "hyper 0.14.32", 10099 "log", 10100 "mime", 10101 "mime_guess", 10102 "percent-encoding", 10103 "pin-project", 10104 "scoped-tls", 10105 "serde", 10106 "serde_json", 10107 "serde_urlencoded", 10108 "tokio", 10109 "tokio-util", 10110 "tower-service", 10111 "tracing", 10112] 10113 10114[[package]] 10115name = "wasi" 10116version = "0.9.0+wasi-snapshot-preview1" 10117source = "registry+https://github.com/rust-lang/crates.io-index" 10118checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 10119 10120[[package]] 10121name = "wasi" 10122version = "0.11.1+wasi-snapshot-preview1" 10123source = "registry+https://github.com/rust-lang/crates.io-index" 10124checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 10125 10126[[package]] 10127name = "wasip2" 10128version = "1.0.2+wasi-0.2.9" 10129source = "registry+https://github.com/rust-lang/crates.io-index" 10130checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 10131dependencies = [ 10132 "wit-bindgen", 10133] 10134 10135[[package]] 10136name = "wasm-bindgen" 10137version = "0.2.108" 10138source = "registry+https://github.com/rust-lang/crates.io-index" 10139checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 10140dependencies = [ 10141 "cfg-if", 10142 "once_cell", 10143 "rustversion", 10144 "wasm-bindgen-macro", 10145 "wasm-bindgen-shared", 10146] 10147 10148[[package]] 10149name = "wasm-bindgen-futures" 10150version = "0.4.58" 10151source = "registry+https://github.com/rust-lang/crates.io-index" 10152checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" 10153dependencies = [ 10154 "cfg-if", 10155 "futures-util", 10156 "js-sys", 10157 "once_cell", 10158 "wasm-bindgen", 10159 "web-sys", 10160] 10161 10162[[package]] 10163name = "wasm-bindgen-macro" 10164version = "0.2.108" 10165source = "registry+https://github.com/rust-lang/crates.io-index" 10166checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 10167dependencies = [ 10168 "quote", 10169 "wasm-bindgen-macro-support", 10170] 10171 10172[[package]] 10173name = "wasm-bindgen-macro-support" 10174version = "0.2.108" 10175source = "registry+https://github.com/rust-lang/crates.io-index" 10176checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 10177dependencies = [ 10178 "bumpalo", 10179 "proc-macro2", 10180 "quote", 10181 "syn 2.0.114", 10182 "wasm-bindgen-shared", 10183] 10184 10185[[package]] 10186name = "wasm-bindgen-shared" 10187version = "0.2.108" 10188source = "registry+https://github.com/rust-lang/crates.io-index" 10189checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 10190dependencies = [ 10191 "unicode-ident", 10192] 10193 10194[[package]] 10195name = "wayland-backend" 10196version = "0.3.12" 10197source = "registry+https://github.com/rust-lang/crates.io-index" 10198checksum = "fee64194ccd96bf648f42a65a7e589547096dfa702f7cadef84347b66ad164f9" 10199dependencies = [ 10200 "cc", 10201 "downcast-rs", 10202 "rustix 1.1.3", 10203 "scoped-tls", 10204 "smallvec", 10205 "wayland-sys", 10206] 10207 10208[[package]] 10209name = "wayland-client" 10210version = "0.31.12" 10211source = "registry+https://github.com/rust-lang/crates.io-index" 10212checksum = "b8e6faa537fbb6c186cb9f1d41f2f811a4120d1b57ec61f50da451a0c5122bec" 10213dependencies = [ 10214 "bitflags 2.10.0", 10215 "rustix 1.1.3", 10216 "wayland-backend", 10217 "wayland-scanner", 10218] 10219 10220[[package]] 10221name = "wayland-csd-frame" 10222version = "0.3.0" 10223source = "registry+https://github.com/rust-lang/crates.io-index" 10224checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 10225dependencies = [ 10226 "bitflags 2.10.0", 10227 "cursor-icon", 10228 "wayland-backend", 10229] 10230 10231[[package]] 10232name = "wayland-cursor" 10233version = "0.31.12" 10234source = "registry+https://github.com/rust-lang/crates.io-index" 10235checksum = "5864c4b5b6064b06b1e8b74ead4a98a6c45a285fe7a0e784d24735f011fdb078" 10236dependencies = [ 10237 "rustix 1.1.3", 10238 "wayland-client", 10239 "xcursor", 10240] 10241 10242[[package]] 10243name = "wayland-protocols" 10244version = "0.32.10" 10245source = "registry+https://github.com/rust-lang/crates.io-index" 10246checksum = "baeda9ffbcfc8cd6ddaade385eaf2393bd2115a69523c735f12242353c3df4f3" 10247dependencies = [ 10248 "bitflags 2.10.0", 10249 "wayland-backend", 10250 "wayland-client", 10251 "wayland-scanner", 10252] 10253 10254[[package]] 10255name = "wayland-protocols-plasma" 10256version = "0.3.10" 10257source = "registry+https://github.com/rust-lang/crates.io-index" 10258checksum = "aa98634619300a535a9a97f338aed9a5ff1e01a461943e8346ff4ae26007306b" 10259dependencies = [ 10260 "bitflags 2.10.0", 10261 "wayland-backend", 10262 "wayland-client", 10263 "wayland-protocols", 10264 "wayland-scanner", 10265] 10266 10267[[package]] 10268name = "wayland-protocols-wlr" 10269version = "0.3.10" 10270source = "registry+https://github.com/rust-lang/crates.io-index" 10271checksum = "e9597cdf02cf0c34cd5823786dce6b5ae8598f05c2daf5621b6e178d4f7345f3" 10272dependencies = [ 10273 "bitflags 2.10.0", 10274 "wayland-backend", 10275 "wayland-client", 10276 "wayland-protocols", 10277 "wayland-scanner", 10278] 10279 10280[[package]] 10281name = "wayland-scanner" 10282version = "0.31.8" 10283source = "registry+https://github.com/rust-lang/crates.io-index" 10284checksum = "5423e94b6a63e68e439803a3e153a9252d5ead12fd853334e2ad33997e3889e3" 10285dependencies = [ 10286 "proc-macro2", 10287 "quick-xml", 10288 "quote", 10289] 10290 10291[[package]] 10292name = "wayland-sys" 10293version = "0.31.8" 10294source = "registry+https://github.com/rust-lang/crates.io-index" 10295checksum = "1e6dbfc3ac5ef974c92a2235805cc0114033018ae1290a72e474aa8b28cbbdfd" 10296dependencies = [ 10297 "dlib", 10298 "log", 10299 "once_cell", 10300 "pkg-config", 10301] 10302 10303[[package]] 10304name = "web-sys" 10305version = "0.3.85" 10306source = "registry+https://github.com/rust-lang/crates.io-index" 10307checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" 10308dependencies = [ 10309 "js-sys", 10310 "wasm-bindgen", 10311] 10312 10313[[package]] 10314name = "web-time" 10315version = "1.1.0" 10316source = "registry+https://github.com/rust-lang/crates.io-index" 10317checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 10318dependencies = [ 10319 "js-sys", 10320 "wasm-bindgen", 10321] 10322 10323[[package]] 10324name = "web_atoms" 10325version = "0.2.3" 10326source = "registry+https://github.com/rust-lang/crates.io-index" 10327checksum = "57a9779e9f04d2ac1ce317aee707aa2f6b773afba7b931222bff6983843b1576" 10328dependencies = [ 10329 "phf", 10330 "phf_codegen", 10331 "string_cache", 10332 "string_cache_codegen", 10333] 10334 10335[[package]] 10336name = "webdriver" 10337version = "0.53.0" 10338source = "registry+https://github.com/rust-lang/crates.io-index" 10339checksum = "91d53921e1bef27512fa358179c9a22428d55778d2c2ae3c5c37a52b82ce6e92" 10340dependencies = [ 10341 "base64 0.22.1", 10342 "bytes", 10343 "cookie 0.16.2", 10344 "http 0.2.12", 10345 "icu_segmenter", 10346 "log", 10347 "serde", 10348 "serde_derive", 10349 "serde_json", 10350 "thiserror 1.0.69", 10351 "time", 10352 "tokio", 10353 "tokio-stream", 10354 "url", 10355 "warp", 10356] 10357 10358[[package]] 10359name = "webgl" 10360version = "0.1.0" 10361dependencies = [ 10362 "base", 10363 "bitflags 2.10.0", 10364 "byteorder", 10365 "canvas_traits", 10366 "crossbeam-channel", 10367 "euclid", 10368 "glow", 10369 "half", 10370 "itertools 0.14.0", 10371 "log", 10372 "paint_api", 10373 "parking_lot", 10374 "pixels", 10375 "rustc-hash 2.1.1", 10376 "surfman", 10377 "webrender", 10378 "webrender_api", 10379 "webxr", 10380 "webxr-api", 10381] 10382 10383[[package]] 10384name = "webgpu" 10385version = "0.1.0" 10386dependencies = [ 10387 "arrayvec", 10388 "base", 10389 "euclid", 10390 "log", 10391 "paint_api", 10392 "pixels", 10393 "rustc-hash 2.1.1", 10394 "servo_config", 10395 "webgpu_traits", 10396 "webrender_api", 10397 "wgpu-core", 10398 "wgpu-types", 10399] 10400 10401[[package]] 10402name = "webgpu_traits" 10403version = "0.1.0" 10404dependencies = [ 10405 "arrayvec", 10406 "base", 10407 "pixels", 10408 "serde", 10409 "servo_malloc_size_of", 10410 "webrender_api", 10411 "wgpu-core", 10412 "wgpu-types", 10413] 10414 10415[[package]] 10416name = "webpki-root-certs" 10417version = "1.0.6" 10418source = "registry+https://github.com/rust-lang/crates.io-index" 10419checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" 10420dependencies = [ 10421 "rustls-pki-types", 10422] 10423 10424[[package]] 10425name = "webpki-roots" 10426version = "1.0.6" 10427source = "registry+https://github.com/rust-lang/crates.io-index" 10428checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" 10429dependencies = [ 10430 "rustls-pki-types", 10431] 10432 10433[[package]] 10434name = "webrender" 10435version = "0.68.0" 10436source = "registry+https://github.com/rust-lang/crates.io-index" 10437checksum = "a591c25221a9f8ac2ad7754659b283d912cee6c8424f0fa3777aabed3be91c16" 10438dependencies = [ 10439 "allocator-api2", 10440 "bincode", 10441 "bitflags 2.10.0", 10442 "build-parallel", 10443 "byteorder", 10444 "derive_more", 10445 "etagere", 10446 "euclid", 10447 "gleam", 10448 "glslopt", 10449 "lazy_static", 10450 "log", 10451 "malloc_size_of_derive", 10452 "num-traits", 10453 "peek-poke", 10454 "plane-split", 10455 "rayon", 10456 "ron", 10457 "rustc-hash 2.1.1", 10458 "serde", 10459 "smallvec", 10460 "svg_fmt", 10461 "topological-sort", 10462 "tracy-rs", 10463 "webrender_api", 10464 "webrender_build", 10465 "wr_glyph_rasterizer", 10466 "wr_malloc_size_of", 10467 "zeitstempel", 10468] 10469 10470[[package]] 10471name = "webrender_api" 10472version = "0.68.0" 10473source = "registry+https://github.com/rust-lang/crates.io-index" 10474checksum = "bb206f613b4635881065a2ff4670e656edc904af0b8729c51ce1196679fd1b6d" 10475dependencies = [ 10476 "app_units", 10477 "bitflags 2.10.0", 10478 "byteorder", 10479 "crossbeam-channel", 10480 "euclid", 10481 "malloc_size_of_derive", 10482 "peek-poke", 10483 "serde", 10484 "serde_bytes", 10485 "serde_derive", 10486 "wr_malloc_size_of", 10487 "zeitstempel", 10488] 10489 10490[[package]] 10491name = "webrender_build" 10492version = "0.68.0" 10493source = "registry+https://github.com/rust-lang/crates.io-index" 10494checksum = "9e6165a81201892371061250bd6f08ede9ed7279842fedc4033f48582a789068" 10495dependencies = [ 10496 "bitflags 2.10.0", 10497 "lazy_static", 10498] 10499 10500[[package]] 10501name = "webxr" 10502version = "0.1.0" 10503dependencies = [ 10504 "base", 10505 "crossbeam-channel", 10506 "euclid", 10507 "glow", 10508 "log", 10509 "openxr", 10510 "profile_traits", 10511 "raw-window-handle", 10512 "surfman", 10513 "webxr-api", 10514 "winapi", 10515 "wio", 10516] 10517 10518[[package]] 10519name = "webxr-api" 10520version = "0.1.0" 10521dependencies = [ 10522 "base", 10523 "embedder_traits", 10524 "euclid", 10525 "ipc-channel", 10526 "log", 10527 "profile_traits", 10528 "serde", 10529] 10530 10531[[package]] 10532name = "weezl" 10533version = "0.1.12" 10534source = "registry+https://github.com/rust-lang/crates.io-index" 10535checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" 10536 10537[[package]] 10538name = "wgpu" 10539version = "26.0.1" 10540source = "registry+https://github.com/rust-lang/crates.io-index" 10541checksum = "70b6ff82bbf6e9206828e1a3178e851f8c20f1c9028e74dd3a8090741ccd5798" 10542dependencies = [ 10543 "arrayvec", 10544 "bitflags 2.10.0", 10545 "cfg-if", 10546 "cfg_aliases", 10547 "document-features", 10548 "hashbrown 0.15.5", 10549 "js-sys", 10550 "log", 10551 "naga", 10552 "parking_lot", 10553 "portable-atomic", 10554 "profiling", 10555 "raw-window-handle", 10556 "smallvec", 10557 "static_assertions", 10558 "wasm-bindgen", 10559 "wasm-bindgen-futures", 10560 "web-sys", 10561 "wgpu-core", 10562 "wgpu-hal", 10563 "wgpu-types", 10564] 10565 10566[[package]] 10567name = "wgpu-core" 10568version = "26.0.1" 10569source = "registry+https://github.com/rust-lang/crates.io-index" 10570checksum = "d5f62f1053bd28c2268f42916f31588f81f64796e2ff91b81293515017ca8bd9" 10571dependencies = [ 10572 "arrayvec", 10573 "bit-set", 10574 "bit-vec", 10575 "bitflags 2.10.0", 10576 "cfg_aliases", 10577 "document-features", 10578 "hashbrown 0.15.5", 10579 "indexmap", 10580 "log", 10581 "naga", 10582 "once_cell", 10583 "parking_lot", 10584 "portable-atomic", 10585 "profiling", 10586 "raw-window-handle", 10587 "rustc-hash 1.1.0", 10588 "serde", 10589 "smallvec", 10590 "thiserror 2.0.18", 10591 "wgpu-core-deps-apple", 10592 "wgpu-core-deps-emscripten", 10593 "wgpu-core-deps-windows-linux-android", 10594 "wgpu-hal", 10595 "wgpu-types", 10596] 10597 10598[[package]] 10599name = "wgpu-core-deps-apple" 10600version = "26.0.0" 10601source = "registry+https://github.com/rust-lang/crates.io-index" 10602checksum = "18ae5fbde6a4cbebae38358aa73fcd6e0f15c6144b67ef5dc91ded0db125dbdf" 10603dependencies = [ 10604 "wgpu-hal", 10605] 10606 10607[[package]] 10608name = "wgpu-core-deps-emscripten" 10609version = "26.0.0" 10610source = "registry+https://github.com/rust-lang/crates.io-index" 10611checksum = "d7670e390f416006f746b4600fdd9136455e3627f5bd763abf9a65daa216dd2d" 10612dependencies = [ 10613 "wgpu-hal", 10614] 10615 10616[[package]] 10617name = "wgpu-core-deps-windows-linux-android" 10618version = "26.0.0" 10619source = "registry+https://github.com/rust-lang/crates.io-index" 10620checksum = "720a5cb9d12b3d337c15ff0e24d3e97ed11490ff3f7506e7f3d98c68fa5d6f14" 10621dependencies = [ 10622 "wgpu-hal", 10623] 10624 10625[[package]] 10626name = "wgpu-hal" 10627version = "26.0.6" 10628source = "registry+https://github.com/rust-lang/crates.io-index" 10629checksum = "a8d0e67224cc7305b3b4eb2cc57ca4c4c3afc665c1d1bee162ea806e19c47bdd" 10630dependencies = [ 10631 "android_system_properties", 10632 "arrayvec", 10633 "ash", 10634 "bit-set", 10635 "bitflags 2.10.0", 10636 "block", 10637 "bytemuck", 10638 "cfg-if", 10639 "cfg_aliases", 10640 "core-graphics-types 0.2.0", 10641 "glow", 10642 "glutin_wgl_sys", 10643 "gpu-alloc", 10644 "gpu-allocator", 10645 "gpu-descriptor", 10646 "hashbrown 0.15.5", 10647 "js-sys", 10648 "khronos-egl", 10649 "libc", 10650 "libloading 0.8.9", 10651 "log", 10652 "metal", 10653 "naga", 10654 "ndk-sys", 10655 "objc", 10656 "ordered-float", 10657 "parking_lot", 10658 "portable-atomic", 10659 "portable-atomic-util", 10660 "profiling", 10661 "range-alloc", 10662 "raw-window-handle", 10663 "renderdoc-sys", 10664 "smallvec", 10665 "thiserror 2.0.18", 10666 "wasm-bindgen", 10667 "web-sys", 10668 "wgpu-types", 10669 "windows 0.58.0", 10670 "windows-core 0.58.0", 10671] 10672 10673[[package]] 10674name = "wgpu-types" 10675version = "26.0.0" 10676source = "registry+https://github.com/rust-lang/crates.io-index" 10677checksum = "eca7a8d8af57c18f57d393601a1fb159ace8b2328f1b6b5f80893f7d672c9ae2" 10678dependencies = [ 10679 "bitflags 2.10.0", 10680 "bytemuck", 10681 "js-sys", 10682 "log", 10683 "serde", 10684 "thiserror 2.0.18", 10685 "web-sys", 10686] 10687 10688[[package]] 10689name = "winapi" 10690version = "0.3.9" 10691source = "registry+https://github.com/rust-lang/crates.io-index" 10692checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 10693dependencies = [ 10694 "winapi-i686-pc-windows-gnu", 10695 "winapi-x86_64-pc-windows-gnu", 10696] 10697 10698[[package]] 10699name = "winapi-i686-pc-windows-gnu" 10700version = "0.4.0" 10701source = "registry+https://github.com/rust-lang/crates.io-index" 10702checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 10703 10704[[package]] 10705name = "winapi-util" 10706version = "0.1.11" 10707source = "registry+https://github.com/rust-lang/crates.io-index" 10708checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 10709dependencies = [ 10710 "windows-sys 0.61.2", 10711] 10712 10713[[package]] 10714name = "winapi-x86_64-pc-windows-gnu" 10715version = "0.4.0" 10716source = "registry+https://github.com/rust-lang/crates.io-index" 10717checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 10718 10719[[package]] 10720name = "windows" 10721version = "0.58.0" 10722source = "registry+https://github.com/rust-lang/crates.io-index" 10723checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 10724dependencies = [ 10725 "windows-core 0.58.0", 10726 "windows-targets 0.52.6", 10727] 10728 10729[[package]] 10730name = "windows" 10731version = "0.61.3" 10732source = "registry+https://github.com/rust-lang/crates.io-index" 10733checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 10734dependencies = [ 10735 "windows-collections", 10736 "windows-core 0.61.2", 10737 "windows-future", 10738 "windows-link 0.1.3", 10739 "windows-numerics", 10740] 10741 10742[[package]] 10743name = "windows-collections" 10744version = "0.2.0" 10745source = "registry+https://github.com/rust-lang/crates.io-index" 10746checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 10747dependencies = [ 10748 "windows-core 0.61.2", 10749] 10750 10751[[package]] 10752name = "windows-core" 10753version = "0.58.0" 10754source = "registry+https://github.com/rust-lang/crates.io-index" 10755checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 10756dependencies = [ 10757 "windows-implement 0.58.0", 10758 "windows-interface 0.58.0", 10759 "windows-result 0.2.0", 10760 "windows-strings 0.1.0", 10761 "windows-targets 0.52.6", 10762] 10763 10764[[package]] 10765name = "windows-core" 10766version = "0.61.2" 10767source = "registry+https://github.com/rust-lang/crates.io-index" 10768checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 10769dependencies = [ 10770 "windows-implement 0.60.2", 10771 "windows-interface 0.59.3", 10772 "windows-link 0.1.3", 10773 "windows-result 0.3.4", 10774 "windows-strings 0.4.2", 10775] 10776 10777[[package]] 10778name = "windows-core" 10779version = "0.62.2" 10780source = "registry+https://github.com/rust-lang/crates.io-index" 10781checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 10782dependencies = [ 10783 "windows-implement 0.60.2", 10784 "windows-interface 0.59.3", 10785 "windows-link 0.2.1", 10786 "windows-result 0.4.1", 10787 "windows-strings 0.5.1", 10788] 10789 10790[[package]] 10791name = "windows-future" 10792version = "0.2.1" 10793source = "registry+https://github.com/rust-lang/crates.io-index" 10794checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 10795dependencies = [ 10796 "windows-core 0.61.2", 10797 "windows-link 0.1.3", 10798 "windows-threading", 10799] 10800 10801[[package]] 10802name = "windows-implement" 10803version = "0.58.0" 10804source = "registry+https://github.com/rust-lang/crates.io-index" 10805checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 10806dependencies = [ 10807 "proc-macro2", 10808 "quote", 10809 "syn 2.0.114", 10810] 10811 10812[[package]] 10813name = "windows-implement" 10814version = "0.60.2" 10815source = "registry+https://github.com/rust-lang/crates.io-index" 10816checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 10817dependencies = [ 10818 "proc-macro2", 10819 "quote", 10820 "syn 2.0.114", 10821] 10822 10823[[package]] 10824name = "windows-interface" 10825version = "0.58.0" 10826source = "registry+https://github.com/rust-lang/crates.io-index" 10827checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 10828dependencies = [ 10829 "proc-macro2", 10830 "quote", 10831 "syn 2.0.114", 10832] 10833 10834[[package]] 10835name = "windows-interface" 10836version = "0.59.3" 10837source = "registry+https://github.com/rust-lang/crates.io-index" 10838checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 10839dependencies = [ 10840 "proc-macro2", 10841 "quote", 10842 "syn 2.0.114", 10843] 10844 10845[[package]] 10846name = "windows-link" 10847version = "0.1.3" 10848source = "registry+https://github.com/rust-lang/crates.io-index" 10849checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 10850 10851[[package]] 10852name = "windows-link" 10853version = "0.2.1" 10854source = "registry+https://github.com/rust-lang/crates.io-index" 10855checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 10856 10857[[package]] 10858name = "windows-numerics" 10859version = "0.2.0" 10860source = "registry+https://github.com/rust-lang/crates.io-index" 10861checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 10862dependencies = [ 10863 "windows-core 0.61.2", 10864 "windows-link 0.1.3", 10865] 10866 10867[[package]] 10868name = "windows-result" 10869version = "0.2.0" 10870source = "registry+https://github.com/rust-lang/crates.io-index" 10871checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 10872dependencies = [ 10873 "windows-targets 0.52.6", 10874] 10875 10876[[package]] 10877name = "windows-result" 10878version = "0.3.4" 10879source = "registry+https://github.com/rust-lang/crates.io-index" 10880checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 10881dependencies = [ 10882 "windows-link 0.1.3", 10883] 10884 10885[[package]] 10886name = "windows-result" 10887version = "0.4.1" 10888source = "registry+https://github.com/rust-lang/crates.io-index" 10889checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 10890dependencies = [ 10891 "windows-link 0.2.1", 10892] 10893 10894[[package]] 10895name = "windows-strings" 10896version = "0.1.0" 10897source = "registry+https://github.com/rust-lang/crates.io-index" 10898checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 10899dependencies = [ 10900 "windows-result 0.2.0", 10901 "windows-targets 0.52.6", 10902] 10903 10904[[package]] 10905name = "windows-strings" 10906version = "0.4.2" 10907source = "registry+https://github.com/rust-lang/crates.io-index" 10908checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 10909dependencies = [ 10910 "windows-link 0.1.3", 10911] 10912 10913[[package]] 10914name = "windows-strings" 10915version = "0.5.1" 10916source = "registry+https://github.com/rust-lang/crates.io-index" 10917checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 10918dependencies = [ 10919 "windows-link 0.2.1", 10920] 10921 10922[[package]] 10923name = "windows-sys" 10924version = "0.45.0" 10925source = "registry+https://github.com/rust-lang/crates.io-index" 10926checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 10927dependencies = [ 10928 "windows-targets 0.42.2", 10929] 10930 10931[[package]] 10932name = "windows-sys" 10933version = "0.52.0" 10934source = "registry+https://github.com/rust-lang/crates.io-index" 10935checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 10936dependencies = [ 10937 "windows-targets 0.52.6", 10938] 10939 10940[[package]] 10941name = "windows-sys" 10942version = "0.59.0" 10943source = "registry+https://github.com/rust-lang/crates.io-index" 10944checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 10945dependencies = [ 10946 "windows-targets 0.52.6", 10947] 10948 10949[[package]] 10950name = "windows-sys" 10951version = "0.60.2" 10952source = "registry+https://github.com/rust-lang/crates.io-index" 10953checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 10954dependencies = [ 10955 "windows-targets 0.53.5", 10956] 10957 10958[[package]] 10959name = "windows-sys" 10960version = "0.61.2" 10961source = "registry+https://github.com/rust-lang/crates.io-index" 10962checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 10963dependencies = [ 10964 "windows-link 0.2.1", 10965] 10966 10967[[package]] 10968name = "windows-targets" 10969version = "0.42.2" 10970source = "registry+https://github.com/rust-lang/crates.io-index" 10971checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 10972dependencies = [ 10973 "windows_aarch64_gnullvm 0.42.2", 10974 "windows_aarch64_msvc 0.42.2", 10975 "windows_i686_gnu 0.42.2", 10976 "windows_i686_msvc 0.42.2", 10977 "windows_x86_64_gnu 0.42.2", 10978 "windows_x86_64_gnullvm 0.42.2", 10979 "windows_x86_64_msvc 0.42.2", 10980] 10981 10982[[package]] 10983name = "windows-targets" 10984version = "0.52.6" 10985source = "registry+https://github.com/rust-lang/crates.io-index" 10986checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 10987dependencies = [ 10988 "windows_aarch64_gnullvm 0.52.6", 10989 "windows_aarch64_msvc 0.52.6", 10990 "windows_i686_gnu 0.52.6", 10991 "windows_i686_gnullvm 0.52.6", 10992 "windows_i686_msvc 0.52.6", 10993 "windows_x86_64_gnu 0.52.6", 10994 "windows_x86_64_gnullvm 0.52.6", 10995 "windows_x86_64_msvc 0.52.6", 10996] 10997 10998[[package]] 10999name = "windows-targets" 11000version = "0.53.5" 11001source = "registry+https://github.com/rust-lang/crates.io-index" 11002checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 11003dependencies = [ 11004 "windows-link 0.2.1", 11005 "windows_aarch64_gnullvm 0.53.1", 11006 "windows_aarch64_msvc 0.53.1", 11007 "windows_i686_gnu 0.53.1", 11008 "windows_i686_gnullvm 0.53.1", 11009 "windows_i686_msvc 0.53.1", 11010 "windows_x86_64_gnu 0.53.1", 11011 "windows_x86_64_gnullvm 0.53.1", 11012 "windows_x86_64_msvc 0.53.1", 11013] 11014 11015[[package]] 11016name = "windows-threading" 11017version = "0.1.0" 11018source = "registry+https://github.com/rust-lang/crates.io-index" 11019checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 11020dependencies = [ 11021 "windows-link 0.1.3", 11022] 11023 11024[[package]] 11025name = "windows_aarch64_gnullvm" 11026version = "0.42.2" 11027source = "registry+https://github.com/rust-lang/crates.io-index" 11028checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 11029 11030[[package]] 11031name = "windows_aarch64_gnullvm" 11032version = "0.52.6" 11033source = "registry+https://github.com/rust-lang/crates.io-index" 11034checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 11035 11036[[package]] 11037name = "windows_aarch64_gnullvm" 11038version = "0.53.1" 11039source = "registry+https://github.com/rust-lang/crates.io-index" 11040checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 11041 11042[[package]] 11043name = "windows_aarch64_msvc" 11044version = "0.42.2" 11045source = "registry+https://github.com/rust-lang/crates.io-index" 11046checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 11047 11048[[package]] 11049name = "windows_aarch64_msvc" 11050version = "0.52.6" 11051source = "registry+https://github.com/rust-lang/crates.io-index" 11052checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 11053 11054[[package]] 11055name = "windows_aarch64_msvc" 11056version = "0.53.1" 11057source = "registry+https://github.com/rust-lang/crates.io-index" 11058checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 11059 11060[[package]] 11061name = "windows_i686_gnu" 11062version = "0.42.2" 11063source = "registry+https://github.com/rust-lang/crates.io-index" 11064checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 11065 11066[[package]] 11067name = "windows_i686_gnu" 11068version = "0.52.6" 11069source = "registry+https://github.com/rust-lang/crates.io-index" 11070checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 11071 11072[[package]] 11073name = "windows_i686_gnu" 11074version = "0.53.1" 11075source = "registry+https://github.com/rust-lang/crates.io-index" 11076checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 11077 11078[[package]] 11079name = "windows_i686_gnullvm" 11080version = "0.52.6" 11081source = "registry+https://github.com/rust-lang/crates.io-index" 11082checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 11083 11084[[package]] 11085name = "windows_i686_gnullvm" 11086version = "0.53.1" 11087source = "registry+https://github.com/rust-lang/crates.io-index" 11088checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 11089 11090[[package]] 11091name = "windows_i686_msvc" 11092version = "0.42.2" 11093source = "registry+https://github.com/rust-lang/crates.io-index" 11094checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 11095 11096[[package]] 11097name = "windows_i686_msvc" 11098version = "0.52.6" 11099source = "registry+https://github.com/rust-lang/crates.io-index" 11100checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 11101 11102[[package]] 11103name = "windows_i686_msvc" 11104version = "0.53.1" 11105source = "registry+https://github.com/rust-lang/crates.io-index" 11106checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 11107 11108[[package]] 11109name = "windows_x86_64_gnu" 11110version = "0.42.2" 11111source = "registry+https://github.com/rust-lang/crates.io-index" 11112checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 11113 11114[[package]] 11115name = "windows_x86_64_gnu" 11116version = "0.52.6" 11117source = "registry+https://github.com/rust-lang/crates.io-index" 11118checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 11119 11120[[package]] 11121name = "windows_x86_64_gnu" 11122version = "0.53.1" 11123source = "registry+https://github.com/rust-lang/crates.io-index" 11124checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 11125 11126[[package]] 11127name = "windows_x86_64_gnullvm" 11128version = "0.42.2" 11129source = "registry+https://github.com/rust-lang/crates.io-index" 11130checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 11131 11132[[package]] 11133name = "windows_x86_64_gnullvm" 11134version = "0.52.6" 11135source = "registry+https://github.com/rust-lang/crates.io-index" 11136checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 11137 11138[[package]] 11139name = "windows_x86_64_gnullvm" 11140version = "0.53.1" 11141source = "registry+https://github.com/rust-lang/crates.io-index" 11142checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 11143 11144[[package]] 11145name = "windows_x86_64_msvc" 11146version = "0.42.2" 11147source = "registry+https://github.com/rust-lang/crates.io-index" 11148checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 11149 11150[[package]] 11151name = "windows_x86_64_msvc" 11152version = "0.52.6" 11153source = "registry+https://github.com/rust-lang/crates.io-index" 11154checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 11155 11156[[package]] 11157name = "windows_x86_64_msvc" 11158version = "0.53.1" 11159source = "registry+https://github.com/rust-lang/crates.io-index" 11160checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 11161 11162[[package]] 11163name = "winit" 11164version = "0.30.12" 11165source = "registry+https://github.com/rust-lang/crates.io-index" 11166checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732" 11167dependencies = [ 11168 "ahash", 11169 "android-activity", 11170 "atomic-waker", 11171 "bitflags 2.10.0", 11172 "block2 0.5.1", 11173 "bytemuck", 11174 "calloop", 11175 "cfg_aliases", 11176 "concurrent-queue", 11177 "core-foundation 0.9.4", 11178 "core-graphics", 11179 "cursor-icon", 11180 "dpi", 11181 "js-sys", 11182 "libc", 11183 "memmap2", 11184 "ndk", 11185 "objc2 0.5.2", 11186 "objc2-app-kit 0.2.2", 11187 "objc2-foundation 0.2.2", 11188 "objc2-ui-kit", 11189 "orbclient", 11190 "percent-encoding", 11191 "pin-project", 11192 "raw-window-handle", 11193 "redox_syscall 0.4.1", 11194 "rustix 0.38.44", 11195 "sctk-adwaita", 11196 "smithay-client-toolkit", 11197 "smol_str", 11198 "tracing", 11199 "unicode-segmentation", 11200 "wasm-bindgen", 11201 "wasm-bindgen-futures", 11202 "wayland-backend", 11203 "wayland-client", 11204 "wayland-protocols", 11205 "wayland-protocols-plasma", 11206 "web-sys", 11207 "web-time", 11208 "windows-sys 0.52.0", 11209 "x11-dl", 11210 "x11rb", 11211 "xkbcommon-dl", 11212] 11213 11214[[package]] 11215name = "winnow" 11216version = "0.5.40" 11217source = "registry+https://github.com/rust-lang/crates.io-index" 11218checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 11219dependencies = [ 11220 "memchr", 11221] 11222 11223[[package]] 11224name = "winnow" 11225version = "0.7.14" 11226source = "registry+https://github.com/rust-lang/crates.io-index" 11227checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 11228dependencies = [ 11229 "memchr", 11230] 11231 11232[[package]] 11233name = "wio" 11234version = "0.2.2" 11235source = "registry+https://github.com/rust-lang/crates.io-index" 11236checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 11237dependencies = [ 11238 "winapi", 11239] 11240 11241[[package]] 11242name = "wit-bindgen" 11243version = "0.51.0" 11244source = "registry+https://github.com/rust-lang/crates.io-index" 11245checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 11246 11247[[package]] 11248name = "wr_glyph_rasterizer" 11249version = "0.68.0" 11250source = "registry+https://github.com/rust-lang/crates.io-index" 11251checksum = "ef4fcffa889d25131fc7c6ec8a558aa7c78d6030eaa17e31695c172adcc4eb0b" 11252dependencies = [ 11253 "core-foundation 0.9.4", 11254 "core-graphics", 11255 "core-text", 11256 "dwrote", 11257 "euclid", 11258 "freetype", 11259 "lazy_static", 11260 "libc", 11261 "log", 11262 "malloc_size_of_derive", 11263 "objc", 11264 "rayon", 11265 "rustc-hash 2.1.1", 11266 "serde", 11267 "smallvec", 11268 "tracy-rs", 11269 "webrender_api", 11270 "wr_malloc_size_of", 11271] 11272 11273[[package]] 11274name = "wr_malloc_size_of" 11275version = "0.2.2" 11276source = "registry+https://github.com/rust-lang/crates.io-index" 11277checksum = "482308b684f11723b200a32808094bb460b5ac4840903ccbcb78ad92a6354a1f" 11278dependencies = [ 11279 "app_units", 11280 "euclid", 11281] 11282 11283[[package]] 11284name = "write16" 11285version = "1.0.0" 11286source = "registry+https://github.com/rust-lang/crates.io-index" 11287checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 11288 11289[[package]] 11290name = "writeable" 11291version = "0.5.5" 11292source = "registry+https://github.com/rust-lang/crates.io-index" 11293checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 11294dependencies = [ 11295 "either", 11296] 11297 11298[[package]] 11299name = "writeable" 11300version = "0.6.2" 11301source = "registry+https://github.com/rust-lang/crates.io-index" 11302checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 11303 11304[[package]] 11305name = "x11" 11306version = "2.21.0" 11307source = "registry+https://github.com/rust-lang/crates.io-index" 11308checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 11309dependencies = [ 11310 "libc", 11311 "pkg-config", 11312] 11313 11314[[package]] 11315name = "x11-dl" 11316version = "2.21.0" 11317source = "registry+https://github.com/rust-lang/crates.io-index" 11318checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 11319dependencies = [ 11320 "libc", 11321 "once_cell", 11322 "pkg-config", 11323] 11324 11325[[package]] 11326name = "x11rb" 11327version = "0.13.2" 11328source = "registry+https://github.com/rust-lang/crates.io-index" 11329checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" 11330dependencies = [ 11331 "as-raw-xcb-connection", 11332 "gethostname", 11333 "libc", 11334 "libloading 0.8.9", 11335 "once_cell", 11336 "rustix 1.1.3", 11337 "x11rb-protocol", 11338] 11339 11340[[package]] 11341name = "x11rb-protocol" 11342version = "0.13.2" 11343source = "registry+https://github.com/rust-lang/crates.io-index" 11344checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" 11345 11346[[package]] 11347name = "x25519-dalek" 11348version = "2.0.1" 11349source = "registry+https://github.com/rust-lang/crates.io-index" 11350checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" 11351dependencies = [ 11352 "curve25519-dalek", 11353 "rand_core 0.6.4", 11354 "serde", 11355 "zeroize", 11356] 11357 11358[[package]] 11359name = "xattr" 11360version = "1.6.1" 11361source = "registry+https://github.com/rust-lang/crates.io-index" 11362checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" 11363dependencies = [ 11364 "libc", 11365 "rustix 1.1.3", 11366] 11367 11368[[package]] 11369name = "xcursor" 11370version = "0.3.10" 11371source = "registry+https://github.com/rust-lang/crates.io-index" 11372checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" 11373 11374[[package]] 11375name = "xi-unicode" 11376version = "0.3.0" 11377source = "registry+https://github.com/rust-lang/crates.io-index" 11378checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a" 11379 11380[[package]] 11381name = "xkbcommon-dl" 11382version = "0.4.2" 11383source = "registry+https://github.com/rust-lang/crates.io-index" 11384checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 11385dependencies = [ 11386 "bitflags 2.10.0", 11387 "dlib", 11388 "log", 11389 "once_cell", 11390 "xkeysym", 11391] 11392 11393[[package]] 11394name = "xkeysym" 11395version = "0.2.1" 11396source = "registry+https://github.com/rust-lang/crates.io-index" 11397checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 11398 11399[[package]] 11400name = "xml" 11401version = "1.2.1" 11402source = "registry+https://github.com/rust-lang/crates.io-index" 11403checksum = "b8aa498d22c9bbaf482329839bc5620c46be275a19a812e9a22a2b07529a642a" 11404 11405[[package]] 11406name = "xml-rs" 11407version = "0.8.28" 11408source = "registry+https://github.com/rust-lang/crates.io-index" 11409checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" 11410 11411[[package]] 11412name = "xml5ever" 11413version = "0.38.0" 11414source = "registry+https://github.com/rust-lang/crates.io-index" 11415checksum = "d3dc9559429edf0cd3f327cc0afd9d6b36fa8cec6d93107b7fbe64f806b5f2d9" 11416dependencies = [ 11417 "log", 11418 "markup5ever", 11419] 11420 11421[[package]] 11422name = "xmlwriter" 11423version = "0.1.0" 11424source = "registry+https://github.com/rust-lang/crates.io-index" 11425checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" 11426 11427[[package]] 11428name = "xpath" 11429version = "0.1.0" 11430dependencies = [ 11431 "log", 11432 "malloc_size_of_derive", 11433 "markup5ever", 11434 "servo_malloc_size_of", 11435] 11436 11437[[package]] 11438name = "y4m" 11439version = "0.8.0" 11440source = "registry+https://github.com/rust-lang/crates.io-index" 11441checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" 11442 11443[[package]] 11444name = "yeslogic-fontconfig-sys" 11445version = "6.0.0" 11446source = "registry+https://github.com/rust-lang/crates.io-index" 11447checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd" 11448dependencies = [ 11449 "dlib", 11450 "once_cell", 11451 "pkg-config", 11452] 11453 11454[[package]] 11455name = "yoke" 11456version = "0.7.5" 11457source = "registry+https://github.com/rust-lang/crates.io-index" 11458checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 11459dependencies = [ 11460 "serde", 11461 "stable_deref_trait", 11462 "yoke-derive 0.7.5", 11463 "zerofrom", 11464] 11465 11466[[package]] 11467name = "yoke" 11468version = "0.8.1" 11469source = "registry+https://github.com/rust-lang/crates.io-index" 11470checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 11471dependencies = [ 11472 "stable_deref_trait", 11473 "yoke-derive 0.8.1", 11474 "zerofrom", 11475] 11476 11477[[package]] 11478name = "yoke-derive" 11479version = "0.7.5" 11480source = "registry+https://github.com/rust-lang/crates.io-index" 11481checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 11482dependencies = [ 11483 "proc-macro2", 11484 "quote", 11485 "syn 2.0.114", 11486 "synstructure", 11487] 11488 11489[[package]] 11490name = "yoke-derive" 11491version = "0.8.1" 11492source = "registry+https://github.com/rust-lang/crates.io-index" 11493checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 11494dependencies = [ 11495 "proc-macro2", 11496 "quote", 11497 "syn 2.0.114", 11498 "synstructure", 11499] 11500 11501[[package]] 11502name = "zeitstempel" 11503version = "0.1.2" 11504source = "registry+https://github.com/rust-lang/crates.io-index" 11505checksum = "94652f036694517fa67509942c3b60a51a19e1cd9cfd0f456eeb830ae8798d3d" 11506dependencies = [ 11507 "cfg-if", 11508 "libc", 11509 "once_cell", 11510 "winapi", 11511] 11512 11513[[package]] 11514name = "zerocopy" 11515version = "0.8.39" 11516source = "registry+https://github.com/rust-lang/crates.io-index" 11517checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" 11518dependencies = [ 11519 "zerocopy-derive", 11520] 11521 11522[[package]] 11523name = "zerocopy-derive" 11524version = "0.8.39" 11525source = "registry+https://github.com/rust-lang/crates.io-index" 11526checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" 11527dependencies = [ 11528 "proc-macro2", 11529 "quote", 11530 "syn 2.0.114", 11531] 11532 11533[[package]] 11534name = "zerofrom" 11535version = "0.1.6" 11536source = "registry+https://github.com/rust-lang/crates.io-index" 11537checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 11538dependencies = [ 11539 "zerofrom-derive", 11540] 11541 11542[[package]] 11543name = "zerofrom-derive" 11544version = "0.1.6" 11545source = "registry+https://github.com/rust-lang/crates.io-index" 11546checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 11547dependencies = [ 11548 "proc-macro2", 11549 "quote", 11550 "syn 2.0.114", 11551 "synstructure", 11552] 11553 11554[[package]] 11555name = "zeroize" 11556version = "1.8.2" 11557source = "registry+https://github.com/rust-lang/crates.io-index" 11558checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 11559dependencies = [ 11560 "zeroize_derive", 11561] 11562 11563[[package]] 11564name = "zeroize_derive" 11565version = "1.4.3" 11566source = "registry+https://github.com/rust-lang/crates.io-index" 11567checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" 11568dependencies = [ 11569 "proc-macro2", 11570 "quote", 11571 "syn 2.0.114", 11572] 11573 11574[[package]] 11575name = "zerotrie" 11576version = "0.1.3" 11577source = "registry+https://github.com/rust-lang/crates.io-index" 11578checksum = "fb594dd55d87335c5f60177cee24f19457a5ec10a065e0a3014722ad252d0a1f" 11579dependencies = [ 11580 "displaydoc", 11581 "yoke 0.7.5", 11582 "zerofrom", 11583] 11584 11585[[package]] 11586name = "zerotrie" 11587version = "0.2.3" 11588source = "registry+https://github.com/rust-lang/crates.io-index" 11589checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 11590dependencies = [ 11591 "displaydoc", 11592 "yoke 0.8.1", 11593 "zerofrom", 11594] 11595 11596[[package]] 11597name = "zerovec" 11598version = "0.10.4" 11599source = "registry+https://github.com/rust-lang/crates.io-index" 11600checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 11601dependencies = [ 11602 "yoke 0.7.5", 11603 "zerofrom", 11604 "zerovec-derive 0.10.3", 11605] 11606 11607[[package]] 11608name = "zerovec" 11609version = "0.11.5" 11610source = "registry+https://github.com/rust-lang/crates.io-index" 11611checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 11612dependencies = [ 11613 "yoke 0.8.1", 11614 "zerofrom", 11615 "zerovec-derive 0.11.2", 11616] 11617 11618[[package]] 11619name = "zerovec-derive" 11620version = "0.10.3" 11621source = "registry+https://github.com/rust-lang/crates.io-index" 11622checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 11623dependencies = [ 11624 "proc-macro2", 11625 "quote", 11626 "syn 2.0.114", 11627] 11628 11629[[package]] 11630name = "zerovec-derive" 11631version = "0.11.2" 11632source = "registry+https://github.com/rust-lang/crates.io-index" 11633checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 11634dependencies = [ 11635 "proc-macro2", 11636 "quote", 11637 "syn 2.0.114", 11638] 11639 11640[[package]] 11641name = "zmij" 11642version = "1.0.19" 11643source = "registry+https://github.com/rust-lang/crates.io-index" 11644checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445" 11645 11646[[package]] 11647name = "zstd" 11648version = "0.13.3" 11649source = "registry+https://github.com/rust-lang/crates.io-index" 11650checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 11651dependencies = [ 11652 "zstd-safe", 11653] 11654 11655[[package]] 11656name = "zstd-safe" 11657version = "7.2.4" 11658source = "registry+https://github.com/rust-lang/crates.io-index" 11659checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 11660dependencies = [ 11661 "zstd-sys", 11662] 11663 11664[[package]] 11665name = "zstd-sys" 11666version = "2.0.16+zstd.1.5.7" 11667source = "registry+https://github.com/rust-lang/crates.io-index" 11668checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 11669dependencies = [ 11670 "cc", 11671 "pkg-config", 11672] 11673 11674[[package]] 11675name = "zune-core" 11676version = "0.4.12" 11677source = "registry+https://github.com/rust-lang/crates.io-index" 11678checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 11679 11680[[package]] 11681name = "zune-core" 11682version = "0.5.1" 11683source = "registry+https://github.com/rust-lang/crates.io-index" 11684checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" 11685 11686[[package]] 11687name = "zune-inflate" 11688version = "0.2.54" 11689source = "registry+https://github.com/rust-lang/crates.io-index" 11690checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 11691dependencies = [ 11692 "simd-adler32", 11693] 11694 11695[[package]] 11696name = "zune-jpeg" 11697version = "0.4.21" 11698source = "registry+https://github.com/rust-lang/crates.io-index" 11699checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" 11700dependencies = [ 11701 "zune-core 0.4.12", 11702] 11703 11704[[package]] 11705name = "zune-jpeg" 11706version = "0.5.12" 11707source = "registry+https://github.com/rust-lang/crates.io-index" 11708checksum = "410e9ecef634c709e3831c2cfdb8d9c32164fae1c67496d5b68fff728eec37fe" 11709dependencies = [ 11710 "zune-core 0.5.1", 11711]