| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "ab_glyph" |
| version = "0.2.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e074464580a518d16a7126262fffaaa47af89d4099d4cb403f8ed938ba12ee7d" |
| dependencies = [ |
| "ab_glyph_rasterizer", |
| "owned_ttf_parser", |
| ] |
| |
| [[package]] |
| name = "ab_glyph_rasterizer" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" |
| |
| [[package]] |
| name = "accesskit" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e25ae84c0260bdf5df07796d7cc4882460de26a2b406ec0e6c42461a723b271b" |
| |
| [[package]] |
| name = "accesskit_atspi_common" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29bd41de2e54451a8ca0dd95ebf45b54d349d29ebceb7f20be264eee14e3d477" |
| dependencies = [ |
| "accesskit", |
| "accesskit_consumer", |
| "atspi-common", |
| "serde", |
| "thiserror 1.0.69", |
| "zvariant", |
| ] |
| |
| [[package]] |
| name = "accesskit_consumer" |
| version = "0.28.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8bfae7c152994a31dc7d99b8eeac7784a919f71d1b306f4b83217e110fd3824c" |
| dependencies = [ |
| "accesskit", |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "accesskit_macos" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "692dd318ff8a7a0ffda67271c4bd10cf32249656f4e49390db0b26ca92b095f2" |
| dependencies = [ |
| "accesskit", |
| "accesskit_consumer", |
| "hashbrown", |
| "objc2 0.5.2", |
| "objc2-app-kit 0.2.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "accesskit_unix" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c5f7474c36606d0fe4f438291d667bae7042ea2760f506650ad2366926358fc8" |
| dependencies = [ |
| "accesskit", |
| "accesskit_atspi_common", |
| "async-channel", |
| "async-executor", |
| "async-task", |
| "atspi", |
| "futures-lite", |
| "futures-util", |
| "serde", |
| "zbus", |
| ] |
| |
| [[package]] |
| name = "accesskit_windows" |
| version = "0.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70a042b62c9c05bf7b616f015515c17d2813f3ba89978d6f4fc369735d60700a" |
| dependencies = [ |
| "accesskit", |
| "accesskit_consumer", |
| "hashbrown", |
| "static_assertions", |
| "windows 0.61.3", |
| "windows-core 0.61.2", |
| ] |
| |
| [[package]] |
| name = "accesskit_winit" |
| version = "0.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c1f0d3d13113d8857542a4f8d1a1c24d1dc1527b77aee8426127f4901588708" |
| dependencies = [ |
| "accesskit", |
| "accesskit_macos", |
| "accesskit_unix", |
| "accesskit_windows", |
| "raw-window-handle", |
| "winit", |
| ] |
| |
| [[package]] |
| name = "accountable-refcell" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6afea9052e0b2d90e38572691d87194b2e5d8d6899b9b850b22aaab17e486252" |
| dependencies = [ |
| "backtrace", |
| ] |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.24.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
| dependencies = [ |
| "gimli", |
| ] |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| |
| [[package]] |
| name = "aead" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
| dependencies = [ |
| "crypto-common", |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "aes" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| dependencies = [ |
| "cfg-if", |
| "cipher", |
| "cpufeatures", |
| ] |
| |
| [[package]] |
| name = "aes-gcm" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" |
| dependencies = [ |
| "aead", |
| "aes", |
| "cipher", |
| "ctr", |
| "ghash", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "aes-kw" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69fa2b352dcefb5f7f3a5fb840e02665d311d878955380515e4fd50095dd3d8c" |
| dependencies = [ |
| "aes", |
| ] |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| dependencies = [ |
| "cfg-if", |
| "getrandom 0.3.3", |
| "once_cell", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "aligned-vec" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" |
| dependencies = [ |
| "equator", |
| ] |
| |
| [[package]] |
| name = "alloc-no-stdlib" |
| version = "2.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" |
| |
| [[package]] |
| name = "alloc-stdlib" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" |
| dependencies = [ |
| "alloc-no-stdlib", |
| ] |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "android-activity" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" |
| dependencies = [ |
| "android-properties", |
| "bitflags 2.9.4", |
| "cc", |
| "cesu8", |
| "jni", |
| "jni-sys", |
| "libc", |
| "log", |
| "ndk", |
| "ndk-context", |
| "ndk-sys 0.6.0+11769913", |
| "num_enum", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "android-properties" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" |
| |
| [[package]] |
| name = "android-tzdata" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| |
| [[package]] |
| name = "android_log-sys" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84521a3cf562bc62942e294181d9eef17eb38ceb8c68677bc49f144e4c3d4f8d" |
| |
| [[package]] |
| name = "android_logger" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbb4e440d04be07da1f1bf44fb4495ebd58669372fe0cffa6e48595ac5bd88a3" |
| dependencies = [ |
| "android_log-sys", |
| "env_filter", |
| "log", |
| ] |
| |
| [[package]] |
| name = "android_system_properties" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "anes" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
| |
| [[package]] |
| name = "anstream" |
| version = "0.6.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse", |
| "anstyle-query", |
| "anstyle-wincon", |
| "colorchoice", |
| "is_terminal_polyfill", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-query" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "anstyle-wincon" |
| version = "3.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" |
| dependencies = [ |
| "anstyle", |
| "once_cell_polyfill", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" |
| |
| [[package]] |
| name = "app_units" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "467b60e4ee6761cd6fd4e03ea58acefc8eec0d1b1def995c1b3b783fa7be8a60" |
| dependencies = [ |
| "num-traits", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "arbitrary" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" |
| |
| [[package]] |
| name = "arboard" |
| version = "3.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf" |
| dependencies = [ |
| "clipboard-win", |
| "image", |
| "log", |
| "objc2 0.6.2", |
| "objc2-app-kit 0.3.1", |
| "objc2-core-foundation", |
| "objc2-core-graphics", |
| "objc2-foundation 0.3.1", |
| "parking_lot", |
| "percent-encoding", |
| "windows-sys 0.59.0", |
| "x11rb", |
| ] |
| |
| [[package]] |
| name = "arc-swap" |
| version = "1.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" |
| |
| [[package]] |
| name = "arg_enum_proc_macro" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "arkui-sys" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a5671f43f77fbe4590b9a8272347a526e0978807941dd7fc5bc195b90f2cd59" |
| dependencies = [ |
| "ohos-drawing-sys", |
| "ohos-sys-opaque-types", |
| ] |
| |
| [[package]] |
| name = "arrayref" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "as-raw-xcb-connection" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" |
| |
| [[package]] |
| name = "ash" |
| version = "0.38.0+1.3.281" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" |
| dependencies = [ |
| "libloading", |
| ] |
| |
| [[package]] |
| name = "async-broadcast" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| dependencies = [ |
| "event-listener", |
| "event-listener-strategy", |
| "futures-core", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "async-channel" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| dependencies = [ |
| "concurrent-queue", |
| "event-listener-strategy", |
| "futures-core", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "async-compression" |
| version = "0.4.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "977eb15ea9efd848bb8a4a1a2500347ed7f0bf794edf0dc3ddcf439f43d36b23" |
| dependencies = [ |
| "compression-codecs", |
| "compression-core", |
| "futures-core", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "async-executor" |
| version = "1.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" |
| dependencies = [ |
| "async-task", |
| "concurrent-queue", |
| "fastrand", |
| "futures-lite", |
| "pin-project-lite", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "async-io" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3" |
| dependencies = [ |
| "async-lock", |
| "cfg-if", |
| "concurrent-queue", |
| "futures-io", |
| "futures-lite", |
| "parking", |
| "polling", |
| "rustix 1.0.8", |
| "slab", |
| "tracing", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "async-lock" |
| version = "3.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" |
| dependencies = [ |
| "event-listener", |
| "event-listener-strategy", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "async-process" |
| version = "2.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00" |
| dependencies = [ |
| "async-channel", |
| "async-io", |
| "async-lock", |
| "async-signal", |
| "async-task", |
| "blocking", |
| "cfg-if", |
| "event-listener", |
| "futures-lite", |
| "rustix 1.0.8", |
| ] |
| |
| [[package]] |
| name = "async-recursion" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "async-signal" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d" |
| dependencies = [ |
| "async-io", |
| "async-lock", |
| "atomic-waker", |
| "cfg-if", |
| "futures-core", |
| "futures-io", |
| "rustix 1.0.8", |
| "signal-hook-registry", |
| "slab", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "async-task" |
| version = "4.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.89" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "async-tungstenite" |
| version = "0.29.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886" |
| dependencies = [ |
| "atomic-waker", |
| "futures-core", |
| "futures-io", |
| "futures-task", |
| "futures-util", |
| "log", |
| "pin-project-lite", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tungstenite", |
| "webpki-roots 0.26.11", |
| ] |
| |
| [[package]] |
| name = "atomic-waker" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| |
| [[package]] |
| name = "atomic_refcell" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c" |
| |
| [[package]] |
| name = "atspi" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c83247582e7508838caf5f316c00791eee0e15c0bf743e6880585b867e16815c" |
| dependencies = [ |
| "atspi-common", |
| "atspi-connection", |
| "atspi-proxies", |
| ] |
| |
| [[package]] |
| name = "atspi-common" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33dfc05e7cdf90988a197803bf24f5788f94f7c94a69efa95683e8ffe76cfdfb" |
| dependencies = [ |
| "enumflags2", |
| "serde", |
| "static_assertions", |
| "zbus", |
| "zbus-lockstep", |
| "zbus-lockstep-macros", |
| "zbus_names", |
| "zvariant", |
| ] |
| |
| [[package]] |
| name = "atspi-connection" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4193d51303d8332304056ae0004714256b46b6635a5c556109b319c0d3784938" |
| dependencies = [ |
| "atspi-common", |
| "atspi-proxies", |
| "futures-lite", |
| "zbus", |
| ] |
| |
| [[package]] |
| name = "atspi-proxies" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2eebcb9e7e76f26d0bcfd6f0295e1cd1e6f33bedbc5698a971db8dc43d7751c" |
| dependencies = [ |
| "atspi-common", |
| "serde", |
| "zbus", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| |
| [[package]] |
| name = "av1-grain" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8" |
| dependencies = [ |
| "anyhow", |
| "arrayvec", |
| "log", |
| "nom 7.1.3", |
| "num-rational", |
| "v_frame", |
| ] |
| |
| [[package]] |
| name = "avif-serialize" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f" |
| dependencies = [ |
| "arrayvec", |
| ] |
| |
| [[package]] |
| name = "aws-lc-rs" |
| version = "1.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c953fe1ba023e6b7730c0d4b031d06f267f23a46167dcbd40316644b10a17ba" |
| dependencies = [ |
| "aws-lc-sys", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-lc-sys" |
| version = "0.30.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbfd150b5dbdb988bcc8fb1fe787eb6b7ee6180ca24da683b61ea5405f3d43ff" |
| dependencies = [ |
| "bindgen 0.69.5", |
| "cc", |
| "cmake", |
| "dunce", |
| "fs_extra", |
| ] |
| |
| [[package]] |
| name = "background_hang_monitor" |
| version = "0.0.1" |
| dependencies = [ |
| "background_hang_monitor_api", |
| "backtrace", |
| "base", |
| "crossbeam-channel", |
| "ipc-channel", |
| "libc", |
| "log", |
| "mach2", |
| "nix 0.30.1", |
| "rustc-demangle", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "background_hang_monitor_api" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "ipc-channel", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.75" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
| dependencies = [ |
| "addr2line", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object", |
| "rustc-demangle", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "base" |
| version = "0.0.1" |
| dependencies = [ |
| "crossbeam-channel", |
| "ipc-channel", |
| "libc", |
| "mach2", |
| "malloc_size_of_derive", |
| "parking_lot", |
| "serde", |
| "servo_config", |
| "servo_malloc_size_of", |
| "time", |
| "webrender_api", |
| "windows-sys 0.61.0", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.21.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| |
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| |
| [[package]] |
| name = "bincode" |
| version = "1.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bindgen" |
| version = "0.69.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "cexpr", |
| "clang-sys", |
| "itertools 0.12.1", |
| "lazy_static", |
| "lazycell", |
| "log", |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "rustc-hash 1.1.0", |
| "shlex", |
| "syn", |
| "which", |
| ] |
| |
| [[package]] |
| name = "bindgen" |
| version = "0.71.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "cexpr", |
| "clang-sys", |
| "itertools 0.12.1", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "rustc-hash 2.1.1", |
| "shlex", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "bit-set" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| dependencies = [ |
| "bit-vec", |
| ] |
| |
| [[package]] |
| name = "bit-vec" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| |
| [[package]] |
| name = "bit_field" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bitstream-io" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2" |
| |
| [[package]] |
| name = "block" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "block-padding" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "block2" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" |
| dependencies = [ |
| "objc2 0.5.2", |
| ] |
| |
| [[package]] |
| name = "blocking" |
| version = "1.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| dependencies = [ |
| "async-channel", |
| "async-task", |
| "futures-io", |
| "futures-lite", |
| "piper", |
| ] |
| |
| [[package]] |
| name = "bluetooth" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "bitflags 2.9.4", |
| "bluetooth_traits", |
| "blurdroid", |
| "blurmac", |
| "blurmock", |
| "blurz", |
| "embedder_traits", |
| "ipc-channel", |
| "log", |
| "servo_config", |
| "servo_rand", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "bluetooth_traits" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "embedder_traits", |
| "ipc-channel", |
| "regex", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "blurdroid" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19b23557dd27704797128f9db2816416bef20dad62d4a9768714eeb65f07d296" |
| |
| [[package]] |
| name = "blurmac" |
| version = "0.1.0" |
| dependencies = [ |
| "log", |
| "objc", |
| ] |
| |
| [[package]] |
| name = "blurmock" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c150fd617830fd121919bbd500a784507e8af1bae744efcf587591c65c375d4" |
| dependencies = [ |
| "hex 0.3.2", |
| ] |
| |
| [[package]] |
| name = "blurz" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6dae8337ff67fe8ead29a28a0115605753e6a5205d4b6017e9f42f198c3c50a" |
| dependencies = [ |
| "dbus", |
| "hex 0.3.2", |
| ] |
| |
| [[package]] |
| name = "bpaf" |
| version = "0.9.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "473976d7a8620bb1e06dcdd184407c2363fe4fec8e983ee03ed9197222634a31" |
| dependencies = [ |
| "bpaf_derive", |
| ] |
| |
| [[package]] |
| name = "bpaf_derive" |
| version = "0.5.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fefb4feeec9a091705938922f26081aad77c64cd2e76cd1c4a9ece8e42e1618a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "brotli" |
| version = "8.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| "brotli-decompressor", |
| ] |
| |
| [[package]] |
| name = "brotli-decompressor" |
| version = "5.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| ] |
| |
| [[package]] |
| name = "build-parallel" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8e3ff9db740167616e528c509b3618046fc05d337f8f3182d300f4aa977d2bb" |
| dependencies = [ |
| "crossbeam-utils", |
| "jobserver", |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "built" |
| version = "0.7.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
| |
| [[package]] |
| name = "byte-slice-cast" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28346c117b50270785fbc123bd6e4ecad20d0c6d5f43d081dc80a3abcc62be64" |
| |
| [[package]] |
| name = "bytemuck" |
| version = "1.23.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677" |
| dependencies = [ |
| "bytemuck_derive", |
| ] |
| |
| [[package]] |
| name = "bytemuck_derive" |
| version = "1.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f154e572231cb6ba2bd1176980827e3d5dc04cc183a75dea38109fbdd672d29" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "byteorder-lite" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" |
| |
| [[package]] |
| name = "calendrical_calculations" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e97f73e95d668625c9b28a3072e6326773785a0cf807de9f3d632778438f3d38" |
| dependencies = [ |
| "core_maths", |
| "displaydoc", |
| ] |
| |
| [[package]] |
| name = "calloop" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "log", |
| "polling", |
| "rustix 0.38.44", |
| "slab", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "calloop-wayland-source" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" |
| dependencies = [ |
| "calloop", |
| "rustix 0.38.44", |
| "wayland-backend", |
| "wayland-client", |
| ] |
| |
| [[package]] |
| name = "camino" |
| version = "1.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd0b03af37dad7a14518b7691d81acb0f8222604ad3d1b02f6b4bed5188c0cd5" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "canvas" |
| version = "0.0.1" |
| dependencies = [ |
| "app_units", |
| "base", |
| "bytemuck", |
| "canvas_traits", |
| "compositing_traits", |
| "crossbeam-channel", |
| "cssparser", |
| "euclid", |
| "fonts", |
| "futures-intrusive", |
| "ipc-channel", |
| "kurbo", |
| "log", |
| "net_traits", |
| "peniko", |
| "pixels", |
| "pollster", |
| "range", |
| "servo-tracing", |
| "servo_arc", |
| "servo_config", |
| "stylo", |
| "tracing", |
| "unicode-script", |
| "vello", |
| "vello_cpu", |
| "webrender_api", |
| ] |
| |
| [[package]] |
| name = "canvas_traits" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "crossbeam-channel", |
| "euclid", |
| "fonts_traits", |
| "glow", |
| "ipc-channel", |
| "kurbo", |
| "malloc_size_of_derive", |
| "pixels", |
| "serde", |
| "servo_config", |
| "servo_malloc_size_of", |
| "strum", |
| "stylo", |
| "webrender_api", |
| "webxr-api", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84982c6c0ae343635a3a4ee6dedef965513735c8b183caa7289fa6e27399ebd4" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-util-schemas" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e63d2780ac94487eb9f1fea7b0d56300abc9eb488800854ca217f102f5caccca" |
| dependencies = [ |
| "semver", |
| "serde", |
| "serde-untagged", |
| "serde-value", |
| "thiserror 1.0.69", |
| "toml 0.8.23", |
| "unicode-xid", |
| "url", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f7835cfc6135093070e95eb2b53e5d9b5c403dc3a6be6040ee026270aa82502" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "cargo-util-schemas", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.16", |
| ] |
| |
| [[package]] |
| name = "cast" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| |
| [[package]] |
| name = "cbc" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
| dependencies = [ |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "590f9024a68a8c40351881787f1934dc11afd69090f5edb6831464694d836ea3" |
| dependencies = [ |
| "find-msvc-tools", |
| "jobserver", |
| "libc", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cesu8" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| |
| [[package]] |
| name = "cexpr" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| dependencies = [ |
| "nom 7.1.3", |
| ] |
| |
| [[package]] |
| name = "cfg-expr" |
| version = "0.15.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" |
| dependencies = [ |
| "smallvec", |
| "target-lexicon 0.12.16", |
| ] |
| |
| [[package]] |
| name = "cfg-expr" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8d458d63f0f0f482c8da9b7c8b76c21bd885a02056cc94c6404d861ca2b8206" |
| dependencies = [ |
| "smallvec", |
| "target-lexicon 0.13.2", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| |
| [[package]] |
| name = "cgl" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" |
| dependencies = [ |
| "android-tzdata", |
| "iana-time-zone", |
| "js-sys", |
| "num-traits", |
| "serde", |
| "wasm-bindgen", |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "ciborium" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
| dependencies = [ |
| "ciborium-io", |
| "ciborium-ll", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ciborium-io" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
| |
| [[package]] |
| name = "ciborium-ll" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
| dependencies = [ |
| "ciborium-io", |
| "half", |
| ] |
| |
| [[package]] |
| name = "cipher" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| dependencies = [ |
| "crypto-common", |
| "inout", |
| ] |
| |
| [[package]] |
| name = "clang-sys" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" |
| dependencies = [ |
| "glob", |
| "libc", |
| "libloading", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.5.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931" |
| dependencies = [ |
| "clap_builder", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.5.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6" |
| dependencies = [ |
| "anstyle", |
| "clap_lex", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" |
| |
| [[package]] |
| name = "clipboard-win" |
| version = "5.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" |
| dependencies = [ |
| "error-code", |
| ] |
| |
| [[package]] |
| name = "cmake" |
| version = "0.1.54" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "codespan-reporting" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" |
| dependencies = [ |
| "serde", |
| "termcolor", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "color" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ae467d04a8a8aea5d9a49018a6ade2e4221d92968e8ce55a48c0b1164e5f698" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "color_quant" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
| |
| [[package]] |
| name = "colorchoice" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| |
| [[package]] |
| name = "combine" |
| version = "4.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| dependencies = [ |
| "bytes", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "compositing" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "bincode", |
| "bitflags 2.9.4", |
| "compositing_traits", |
| "constellation_traits", |
| "crossbeam-channel", |
| "dpi", |
| "embedder_traits", |
| "euclid", |
| "fnv", |
| "gleam", |
| "ipc-channel", |
| "libc", |
| "log", |
| "pixels", |
| "profile_traits", |
| "servo-tracing", |
| "servo_allocator", |
| "servo_config", |
| "servo_geometry", |
| "servo_malloc_size_of", |
| "stylo_traits", |
| "surfman", |
| "timers", |
| "tracing", |
| "webrender", |
| "webrender_api", |
| "webxr", |
| "wr_malloc_size_of", |
| ] |
| |
| [[package]] |
| name = "compositing_traits" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "bincode", |
| "bitflags 2.9.4", |
| "crossbeam-channel", |
| "dpi", |
| "embedder_traits", |
| "euclid", |
| "fnv", |
| "gleam", |
| "glow", |
| "image", |
| "ipc-channel", |
| "log", |
| "malloc_size_of_derive", |
| "profile_traits", |
| "raw-window-handle", |
| "serde", |
| "servo_geometry", |
| "servo_malloc_size_of", |
| "smallvec", |
| "strum_macros", |
| "stylo", |
| "stylo_traits", |
| "surfman", |
| "webrender_api", |
| ] |
| |
| [[package]] |
| name = "compression-codecs" |
| version = "0.4.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "485abf41ac0c8047c07c87c72c8fb3eb5197f6e9d7ded615dfd1a00ae00a0f64" |
| dependencies = [ |
| "brotli", |
| "compression-core", |
| "flate2", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "compression-core" |
| version = "0.4.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" |
| |
| [[package]] |
| name = "concurrent-queue" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "constellation" |
| version = "0.0.1" |
| dependencies = [ |
| "background_hang_monitor", |
| "background_hang_monitor_api", |
| "backtrace", |
| "base", |
| "bluetooth_traits", |
| "canvas", |
| "canvas_traits", |
| "compositing_traits", |
| "constellation_traits", |
| "crossbeam-channel", |
| "devtools_traits", |
| "embedder_traits", |
| "euclid", |
| "fnv", |
| "fonts", |
| "gaol", |
| "ipc-channel", |
| "keyboard-types", |
| "layout_api", |
| "log", |
| "media", |
| "net", |
| "net_traits", |
| "parking_lot", |
| "profile", |
| "profile_traits", |
| "script_traits", |
| "serde", |
| "servo-tracing", |
| "servo_config", |
| "servo_rand", |
| "servo_url", |
| "stylo", |
| "stylo_traits", |
| "tracing", |
| "webgpu", |
| "webgpu_traits", |
| "webrender", |
| "webrender_api", |
| "webxr-api", |
| ] |
| |
| [[package]] |
| name = "constellation_traits" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "canvas_traits", |
| "compositing_traits", |
| "devtools_traits", |
| "embedder_traits", |
| "euclid", |
| "fnv", |
| "fonts_traits", |
| "http 1.3.1", |
| "hyper_serde", |
| "ipc-channel", |
| "log", |
| "malloc_size_of_derive", |
| "net_traits", |
| "pixels", |
| "profile_traits", |
| "serde", |
| "servo_config", |
| "servo_malloc_size_of", |
| "servo_url", |
| "strum", |
| "strum_macros", |
| "stylo_traits", |
| "uuid", |
| "webgpu_traits", |
| "webrender_api", |
| "wgpu-core", |
| ] |
| |
| [[package]] |
| name = "content-security-policy" |
| version = "0.5.4" |
| source = "git+https://github.com/servo/rust-content-security-policy?branch=servo-csp#b437ae2001616161ce4729b49408e7785b2f6960" |
| dependencies = [ |
| "base64 0.22.1", |
| "bitflags 2.9.4", |
| "once_cell", |
| "percent-encoding", |
| "regex", |
| "serde", |
| "sha2", |
| "url", |
| ] |
| |
| [[package]] |
| name = "convert_case" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "cookie" |
| version = "0.16.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" |
| dependencies = [ |
| "time", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "cookie" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" |
| dependencies = [ |
| "time", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| |
| [[package]] |
| name = "core-graphics" |
| version = "0.23.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "core-foundation 0.9.4", |
| "core-graphics-types", |
| "foreign-types", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-graphics-types" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "core-foundation 0.9.4", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-text" |
| version = "20.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5" |
| dependencies = [ |
| "core-foundation 0.9.4", |
| "core-graphics", |
| "foreign-types", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core_maths" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30" |
| dependencies = [ |
| "libm", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "criterion" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" |
| dependencies = [ |
| "anes", |
| "cast", |
| "ciborium", |
| "clap", |
| "criterion-plot", |
| "is-terminal", |
| "itertools 0.10.5", |
| "num-traits", |
| "once_cell", |
| "oorandom", |
| "plotters", |
| "rayon", |
| "regex", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "tinytemplate", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "criterion-plot" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
| dependencies = [ |
| "cast", |
| "itertools 0.10.5", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| |
| [[package]] |
| name = "crunchy" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| dependencies = [ |
| "generic-array", |
| "rand_core 0.6.4", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "cssparser" |
| version = "0.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa" |
| dependencies = [ |
| "cssparser-macros", |
| "dtoa-short", |
| "itoa", |
| "phf", |
| "serde", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "cssparser-macros" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" |
| dependencies = [ |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "ctor" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6" |
| dependencies = [ |
| "ctor-proc-macro", |
| "dtor", |
| ] |
| |
| [[package]] |
| name = "ctor-proc-macro" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2" |
| |
| [[package]] |
| name = "ctr" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
| dependencies = [ |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "cursor-icon" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" |
| |
| [[package]] |
| name = "darling" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| dependencies = [ |
| "darling_core", |
| "darling_macro", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
| dependencies = [ |
| "fnv", |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| dependencies = [ |
| "darling_core", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "data-encoding" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" |
| |
| [[package]] |
| name = "data-url" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" |
| |
| [[package]] |
| name = "dbus" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48b5f0f36f1eebe901b0e6bee369a77ed3396334bf3f09abd46454a576f71819" |
| dependencies = [ |
| "libc", |
| "libdbus-sys", |
| ] |
| |
| [[package]] |
| name = "deny_public_fields" |
| version = "0.0.1" |
| dependencies = [ |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "deny_public_fields_tests" |
| version = "0.0.1" |
| dependencies = [ |
| "deny_public_fields", |
| ] |
| |
| [[package]] |
| name = "deranged" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc" |
| dependencies = [ |
| "powerfmt", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "derive_more" |
| version = "0.99.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "derive_more" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" |
| dependencies = [ |
| "derive_more-impl", |
| ] |
| |
| [[package]] |
| name = "derive_more-impl" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "devtools" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "base64 0.22.1", |
| "chrono", |
| "crossbeam-channel", |
| "devtools_traits", |
| "embedder_traits", |
| "headers 0.4.1", |
| "http 1.3.1", |
| "ipc-channel", |
| "log", |
| "net", |
| "net_traits", |
| "serde", |
| "serde_json", |
| "servo_config", |
| "servo_rand", |
| "servo_url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "devtools_traits" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "bitflags 2.9.4", |
| "embedder_traits", |
| "http 1.3.1", |
| "ipc-channel", |
| "log", |
| "malloc_size_of_derive", |
| "net_traits", |
| "serde", |
| "servo_malloc_size_of", |
| "servo_url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| dependencies = [ |
| "block-buffer", |
| "crypto-common", |
| ] |
| |
| [[package]] |
| name = "diplomat" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3137c640d2bac491dbfca7f9945c948f888dd8c95bdf7ee6b164fbdfa5d3efc2" |
| dependencies = [ |
| "diplomat_core", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "diplomat-runtime" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29f9efe348e178ba77b6035bc6629138486f8b461654e7ac7ad8afaa61bd4d98" |
| |
| [[package]] |
| name = "diplomat_core" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd7aca1d8f9e7b73ad61785beedc9556ad79f84b15c15abaa7041377e42284c1" |
| dependencies = [ |
| "lazy_static", |
| "proc-macro2", |
| "quote", |
| "serde", |
| "smallvec", |
| "strck_ident", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "directories" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs-sys" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| dependencies = [ |
| "libc", |
| "option-ext", |
| "redox_users", |
| "windows-sys 0.61.0", |
| ] |
| |
| [[package]] |
| name = "dispatch" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" |
| |
| [[package]] |
| name = "dispatch2" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "objc2 0.6.2", |
| ] |
| |
| [[package]] |
| name = "displaydoc" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "dlib" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" |
| dependencies = [ |
| "libloading", |
| ] |
| |
| [[package]] |
| name = "document-features" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" |
| dependencies = [ |
| "litrs", |
| ] |
| |
| [[package]] |
| name = "dom_struct" |
| version = "0.0.1" |
| dependencies = [ |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "domobject_derive" |
| version = "0.0.1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "downcast-rs" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" |
| |
| [[package]] |
| name = "dpi" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" |
| |
| [[package]] |
| name = "dtoa" |
| version = "1.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" |
| |
| [[package]] |
| name = "dtoa-short" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" |
| dependencies = [ |
| "dtoa", |
| ] |
| |
| [[package]] |
| name = "dtor" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8" |
| dependencies = [ |
| "dtor-proc-macro", |
| ] |
| |
| [[package]] |
| name = "dtor-proc-macro" |
| version = "0.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055" |
| |
| [[package]] |
| name = "dunce" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| |
| [[package]] |
| name = "dwrote" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20c93d234bac0cdd0e2ac08bc8a5133f8df2169e95b262dfcea5e5cb7855672f" |
| dependencies = [ |
| "lazy_static", |
| "libc", |
| "serde", |
| "serde_derive", |
| "winapi", |
| "wio", |
| ] |
| |
| [[package]] |
| name = "ecolor" |
| version = "0.32.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebb57dec02e4cca6d70d02e29865f7e52dbd471383f4c3444dda7ee78d467360" |
| dependencies = [ |
| "bytemuck", |
| "emath", |
| ] |
| |
| [[package]] |
| name = "egui" |
| version = "0.32.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40df1115b8b0f3d4f1f9134a26287fd3d0e067fc18f879b8c9641aedf3eecef7" |
| dependencies = [ |
| "accesskit", |
| "ahash", |
| "bitflags 2.9.4", |
| "emath", |
| "epaint", |
| "log", |
| "nohash-hasher", |
| "profiling", |
| "smallvec", |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "egui-file-dialog" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88ae40a3a02bb2f617dd0f6b41d9fe64713667684f68d52694362cad22828e74" |
| dependencies = [ |
| "directories", |
| "dunce", |
| "egui", |
| "serde", |
| "sysinfo", |
| ] |
| |
| [[package]] |
| name = "egui-winit" |
| version = "0.32.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1abd8326d2be6d0e945dcfe8acd2c07d64be4c977c5e1115f902dc9cd3ff7bf5" |
| dependencies = [ |
| "accesskit_winit", |
| "ahash", |
| "arboard", |
| "bytemuck", |
| "egui", |
| "log", |
| "profiling", |
| "raw-window-handle", |
| "smithay-clipboard", |
| "web-time", |
| "winit", |
| ] |
| |
| [[package]] |
| name = "egui_glow" |
| version = "0.32.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7baca67871a8b808e2eb0849282f56149673b6842702306860916bf2dd83fca1" |
| dependencies = [ |
| "ahash", |
| "bytemuck", |
| "egui", |
| "egui-winit", |
| "glow", |
| "log", |
| "memoffset", |
| "profiling", |
| "wasm-bindgen", |
| "web-sys", |
| "winit", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| |
| [[package]] |
| name = "emath" |
| version = "0.32.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5c95b6d5571099bfa0ae9f4fdaef2c239bccb01d55339a082070259dc6f3b05" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "embedder_traits" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "cookie 0.18.1", |
| "crossbeam-channel", |
| "euclid", |
| "http 1.3.1", |
| "hyper_serde", |
| "ipc-channel", |
| "keyboard-types", |
| "log", |
| "malloc_size_of_derive", |
| "num-derive", |
| "pixels", |
| "serde", |
| "servo_geometry", |
| "servo_malloc_size_of", |
| "servo_url", |
| "strum_macros", |
| "stylo", |
| "stylo_traits", |
| "url", |
| "uuid", |
| "webdriver", |
| "webrender_api", |
| ] |
| |
| [[package]] |
| name = "encoding_c" |
| version = "0.9.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9af727805f3b0d79956bde5b35732669fb5c5d45a94893798e7b7e70cfbf9cc1" |
| dependencies = [ |
| "encoding_rs", |
| ] |
| |
| [[package]] |
| name = "encoding_c_mem" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a80a16821fe8c7cab96e0c67b57cd7090e021e9615e6ce6ab0cf866c44ed1f0" |
| dependencies = [ |
| "encoding_rs", |
| ] |
| |
| [[package]] |
| name = "encoding_rs" |
| version = "0.8.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "endi" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" |
| |
| [[package]] |
| name = "enumflags2" |
| version = "0.7.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| dependencies = [ |
| "enumflags2_derive", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "enumflags2_derive" |
| version = "0.7.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "env_filter" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" |
| dependencies = [ |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" |
| dependencies = [ |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.11.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "env_filter", |
| "jiff", |
| "log", |
| ] |
| |
| [[package]] |
| name = "epaint" |
| version = "0.32.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "695fd7b458f31fe515d6a308f46b2936cae9316dc40c960a7ee31ce3a97866b9" |
| dependencies = [ |
| "ab_glyph", |
| "ahash", |
| "bytemuck", |
| "ecolor", |
| "emath", |
| "epaint_default_fonts", |
| "log", |
| "nohash-hasher", |
| "parking_lot", |
| "profiling", |
| ] |
| |
| [[package]] |
| name = "epaint_default_fonts" |
| version = "0.32.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbc9f86ce3eaf9b7fc7179a578af21a6a5cd2d4fd21965564e82a2d009a7dab0" |
| |
| [[package]] |
| name = "equator" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" |
| dependencies = [ |
| "equator-macro", |
| ] |
| |
| [[package]] |
| name = "equator-macro" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "erased-serde" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7" |
| dependencies = [ |
| "serde", |
| "typeid", |
| ] |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "error-code" |
| version = "3.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" |
| |
| [[package]] |
| name = "etagere" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342" |
| dependencies = [ |
| "euclid", |
| "serde", |
| "svg_fmt", |
| ] |
| |
| [[package]] |
| name = "euclid" |
| version = "0.22.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48" |
| dependencies = [ |
| "num-traits", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "event-listener" |
| version = "5.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| dependencies = [ |
| "concurrent-queue", |
| "parking", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "event-listener-strategy" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| dependencies = [ |
| "event-listener", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "exr" |
| version = "1.73.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0" |
| dependencies = [ |
| "bit_field", |
| "half", |
| "lebe", |
| "miniz_oxide", |
| "rayon-core", |
| "smallvec", |
| "zune-inflate", |
| ] |
| |
| [[package]] |
| name = "fallible-iterator" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
| |
| [[package]] |
| name = "fallible-streaming-iterator" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| |
| [[package]] |
| name = "fdeflate" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| dependencies = [ |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "fearless_simd" |
| version = "0.2.0" |
| source = "git+https://github.com/linebender/fearless_simd?rev=f25206a#f25206a4fe58a8f6daae157d63b1abdafb3a1be2" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "libredox", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "find-msvc-tools" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e178e4fba8a2726903f6ba98a6d221e76f9c12c650d5dc0e6afdc50677b49650" |
| |
| [[package]] |
| name = "fixed_decimal" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0febbeb1118a9ecdee6e4520ead6b54882e843dd0592ad233247dbee84c53db8" |
| dependencies = [ |
| "displaydoc", |
| "smallvec", |
| "writeable", |
| ] |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" |
| |
| [[package]] |
| name = "flate2" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "float-cmp" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| |
| [[package]] |
| name = "font-types" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02a596f5713680923a2080d86de50fe472fb290693cf0f701187a1c8b36996b7" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "fontconfig-parser" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646" |
| dependencies = [ |
| "roxmltree", |
| ] |
| |
| [[package]] |
| name = "fontdb" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905" |
| dependencies = [ |
| "fontconfig-parser", |
| "log", |
| "memmap2", |
| "slotmap", |
| "tinyvec", |
| "ttf-parser", |
| ] |
| |
| [[package]] |
| name = "fonts" |
| version = "0.0.1" |
| dependencies = [ |
| "app_units", |
| "base", |
| "bitflags 2.9.4", |
| "byteorder", |
| "compositing_traits", |
| "core-foundation 0.9.4", |
| "core-graphics", |
| "core-text", |
| "dwrote", |
| "euclid", |
| "fnv", |
| "fonts_traits", |
| "fontsan", |
| "freetype-sys", |
| "harfbuzz-sys", |
| "ipc-channel", |
| "itertools 0.14.0", |
| "libc", |
| "log", |
| "malloc_size_of_derive", |
| "memmap2", |
| "net_traits", |
| "num-traits", |
| "parking_lot", |
| "profile_traits", |
| "range", |
| "read-fonts", |
| "serde", |
| "servo-tracing", |
| "servo_allocator", |
| "servo_arc", |
| "servo_config", |
| "servo_malloc_size_of", |
| "servo_url", |
| "skrifa", |
| "smallvec", |
| "stylo", |
| "stylo_atoms", |
| "tracing", |
| "unicode-properties", |
| "unicode-script", |
| "url", |
| "webrender_api", |
| "winapi", |
| "xml-rs", |
| "yeslogic-fontconfig-sys", |
| ] |
| |
| [[package]] |
| name = "fonts_traits" |
| version = "0.0.1" |
| dependencies = [ |
| "atomic_refcell", |
| "dwrote", |
| "ipc-channel", |
| "log", |
| "malloc_size_of_derive", |
| "memmap2", |
| "parking_lot", |
| "profile_traits", |
| "range", |
| "read-fonts", |
| "serde", |
| "servo_malloc_size_of", |
| "servo_url", |
| "stylo", |
| "webrender_api", |
| ] |
| |
| [[package]] |
| name = "fontsan" |
| version = "0.6.0" |
| source = "git+https://github.com/servo/fontsan#212f15c9e36f701597847de94e1dafc9636bdf07" |
| dependencies = [ |
| "cc", |
| "fontsan-woff2", |
| "glob", |
| "libc", |
| "libz-sys", |
| ] |
| |
| [[package]] |
| name = "fontsan-woff2" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/fontsan#212f15c9e36f701597847de94e1dafc9636bdf07" |
| dependencies = [ |
| "brotli-decompressor", |
| "cc", |
| ] |
| |
| [[package]] |
| name = "foreign-types" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" |
| dependencies = [ |
| "foreign-types-macros", |
| "foreign-types-shared", |
| ] |
| |
| [[package]] |
| name = "foreign-types-macros" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "foreign-types-shared" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "freetype" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a440748e063798e4893ceb877151e84acef9bea9a8c6800645cf3f1b3a7806e" |
| dependencies = [ |
| "freetype-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "freetype-sys" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "fs_extra" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| |
| [[package]] |
| name = "fst" |
| version = "0.4.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a" |
| |
| [[package]] |
| name = "futf" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
| dependencies = [ |
| "mac", |
| "new_debug_unreachable", |
| ] |
| |
| [[package]] |
| name = "futures" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-intrusive" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
| dependencies = [ |
| "futures-core", |
| "lock_api", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| |
| [[package]] |
| name = "futures-lite" |
| version = "2.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| dependencies = [ |
| "fastrand", |
| "futures-core", |
| "futures-io", |
| "parking", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| dependencies = [ |
| "futures 0.1.31", |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "pin-utils", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "fxhash" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "gaol" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "061957ca7a966a39a79ebca393a9a6c7babda10bf9dd6f11d00041558d929c22" |
| dependencies = [ |
| "libc", |
| "log", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "gethostname" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55" |
| dependencies = [ |
| "rustix 1.0.8", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi 0.11.1+wasi-snapshot-preview1", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "r-efi", |
| "wasi 0.14.3+wasi-0.2.4", |
| ] |
| |
| [[package]] |
| name = "ghash" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" |
| dependencies = [ |
| "opaque-debug", |
| "polyval", |
| ] |
| |
| [[package]] |
| name = "gif" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" |
| dependencies = [ |
| "color_quant", |
| "weezl", |
| ] |
| |
| [[package]] |
| name = "gilrs" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbb2c998745a3c1ac90f64f4f7b3a54219fd3612d7705e7798212935641ed18f" |
| dependencies = [ |
| "fnv", |
| "gilrs-core", |
| "log", |
| "uuid", |
| "vec_map", |
| ] |
| |
| [[package]] |
| name = "gilrs-core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6d95ae10ce5aa99543a28cf74e41c11f3b9e3c14f0452bbde46024753cd683e" |
| dependencies = [ |
| "core-foundation 0.10.1", |
| "inotify", |
| "io-kit-sys", |
| "js-sys", |
| "libc", |
| "libudev-sys", |
| "log", |
| "nix 0.29.0", |
| "uuid", |
| "vec_map", |
| "wasm-bindgen", |
| "web-sys", |
| "windows 0.61.3", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.31.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| |
| [[package]] |
| name = "gio-sys" |
| version = "0.20.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "521e93a7e56fc89e84aea9a52cfc9436816a4b363b030260b699950ff1336c83" |
| dependencies = [ |
| "glib-sys", |
| "gobject-sys", |
| "libc", |
| "system-deps 7.0.5", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "gl_generator" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" |
| dependencies = [ |
| "khronos_api", |
| "log", |
| "xml-rs", |
| ] |
| |
| [[package]] |
| name = "gleam" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8647cc2e2ffde598ce5ca2809452e722dd8dc127885ab8aba2fa8b469cd3ed94" |
| dependencies = [ |
| "gl_generator", |
| ] |
| |
| [[package]] |
| name = "glib" |
| version = "0.20.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffc4b6e352d4716d84d7dde562dd9aee2a7d48beb872dd9ece7f2d1515b2d683" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-task", |
| "futures-util", |
| "gio-sys", |
| "glib-macros", |
| "glib-sys", |
| "gobject-sys", |
| "libc", |
| "memchr", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "glib-macros" |
| version = "0.20.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8084af62f09475a3f529b1629c10c429d7600ee1398ae12dd3bf175d74e7145" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro-crate", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "glib-sys" |
| version = "0.20.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ab79e1ed126803a8fb827e3de0e2ff95191912b8db65cee467edb56fc4cc215" |
| dependencies = [ |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| |
| [[package]] |
| name = "glow" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" |
| dependencies = [ |
| "js-sys", |
| "slotmap", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "glslopt" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "913662ae8335df058d56e00f11340b20fa82e03e0276587797ef325ab01e50d4" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "glutin_wgl_sys" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" |
| dependencies = [ |
| "gl_generator", |
| ] |
| |
| [[package]] |
| name = "gobject-sys" |
| version = "0.20.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec9aca94bb73989e3cfdbf8f2e0f1f6da04db4d291c431f444838925c4c63eda" |
| dependencies = [ |
| "glib-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "gpu-alloc" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "gpu-alloc-types", |
| ] |
| |
| [[package]] |
| name = "gpu-alloc-types" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" |
| dependencies = [ |
| "bitflags 2.9.4", |
| ] |
| |
| [[package]] |
| name = "gpu-allocator" |
| version = "0.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd" |
| dependencies = [ |
| "log", |
| "presser", |
| "thiserror 1.0.69", |
| "windows 0.58.0", |
| ] |
| |
| [[package]] |
| name = "gpu-descriptor" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "gpu-descriptor-types", |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "gpu-descriptor-types" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" |
| dependencies = [ |
| "bitflags 2.9.4", |
| ] |
| |
| [[package]] |
| name = "grid" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681" |
| |
| [[package]] |
| name = "gstreamer" |
| version = "0.23.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8757a87f3706560037a01a9f06a59fcc7bdb0864744dcf73546606e60c4316e1" |
| dependencies = [ |
| "cfg-if", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "glib", |
| "gstreamer-sys", |
| "itertools 0.14.0", |
| "libc", |
| "muldiv", |
| "num-integer", |
| "num-rational", |
| "once_cell", |
| "option-operations", |
| "paste", |
| "pin-project-lite", |
| "smallvec", |
| "thiserror 2.0.16", |
| ] |
| |
| [[package]] |
| name = "gstreamer-app" |
| version = "0.23.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e9a883eb21aebcf1289158225c05f7aea5da6ecf71fa7f0ff1ce4d25baf004e" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| "glib", |
| "gstreamer", |
| "gstreamer-app-sys", |
| "gstreamer-base", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "gstreamer-app-sys" |
| version = "0.23.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94f7ef838306fe51852d503a14dc79ac42de005a59008a05098de3ecdaf05455" |
| dependencies = [ |
| "glib-sys", |
| "gstreamer-base-sys", |
| "gstreamer-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "gstreamer-audio" |
| version = "0.23.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e7ec7e0374298897e669db7c79544bc44df12011985e7dd5f38644edaf2caf4" |
| dependencies = [ |
| "cfg-if", |
| "glib", |
| "gstreamer", |
| "gstreamer-audio-sys", |
| "gstreamer-base", |
| "libc", |
| "once_cell", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "gstreamer-audio-sys" |
| version = "0.23.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b5f3e09e7c04ec91d78c2a6ca78d50b574b9ed49fdf5e72f3693adca4306a87" |
| dependencies = [ |
| "glib-sys", |
| "gobject-sys", |
| "gstreamer-base-sys", |
| "gstreamer-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "gstreamer-base" |
| version = "0.23.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f19a74fd04ffdcb847dd322640f2cf520897129d00a7bcb92fd62a63f3e27404" |
| dependencies = [ |
| "atomic_refcell", |
| "cfg-if", |
| "glib", |
| "gstreamer", |
| "gstreamer-base-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "gstreamer-base-sys" |
| version = "0.23.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87f2fb0037b6d3c5b51f60dea11e667910f33be222308ca5a101450018a09840" |
| dependencies = [ |
| "glib-sys", |
| "gobject-sys", |
| "gstreamer-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "gstreamer-gl" |
| version = "0.23.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c5fe4cfc154d1aef2d5bddaf45c8fcb80af5ae4416795650a01c38e01d6d5bd" |
| dependencies = [ |
| "glib", |
| "gstreamer", |
| "gstreamer-base", |
| "gstreamer-gl-sys", |
| "gstreamer-video", |
| "libc", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "gstreamer-gl-egl" |
| version = "0.23.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8de1f4247cf2d009b41ab5efb03e4d826b7ccaafb9a75d3ea10e68e46f65e8aa" |
| dependencies = [ |
| "glib", |
| "gstreamer", |
| "gstreamer-gl", |
| "gstreamer-gl-egl-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "gstreamer-gl-egl-sys" |
| version = "0.23.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dda4d852ed107cc48692af4e109e5e4775b6ce1044d13df79f6f431c195096d7" |
| dependencies = [ |
| "glib-sys", |
| "gstreamer-gl-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "gstreamer-gl-sys" |
| version = "0.23.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a832c21d4522ed5e1b8dfc676a45361969216b144fc03af413a38c471f38bcf7" |
| dependencies = [ |
| "glib-sys", |
| "gobject-sys", |
| "gstreamer-base-sys", |
| "gstreamer-sys", |
| "gstreamer-video-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "gstreamer-gl-x11" |
| version = "0.23.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53fb7df4736fd071e79b47a7c3b3c0aff51cdc9cbfd715c6a9b69903a517a4e6" |
| dependencies = [ |
| "glib", |
| "gstreamer", |
| "gstreamer-gl", |
| "gstreamer-gl-x11-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "gstreamer-gl-x11-sys" |
| version = "0.23.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3fcdab0a4ea49002507c015a918f2942798749101c5e0f50bbdffcd5cd5f21e" |
| dependencies = [ |
| "glib-sys", |
| "gstreamer-gl-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "gstreamer-play" |
| version = "0.23.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ef455584b832e9fdc76f7952b9432eaee2fd287157b03cf2bc0e83f1b41619c" |
| dependencies = [ |
| "glib", |
| "gstreamer", |
| "gstreamer-play-sys", |
| "gstreamer-video", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "gstreamer-play-sys" |
| version = "0.23.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b01c1c4f09cb6709c7da2532b3fcbc14da9006d508baee606328080e46f491f5" |
| dependencies = [ |
| "glib-sys", |
| "gobject-sys", |
| "gstreamer-sys", |
| "gstreamer-video-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "gstreamer-sdp" |
| version = "0.23.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57f94ab92cb1dbd6d00e41208ab463b5fbce3eca65a4c9710585fede015a9d65" |
| dependencies = [ |
| "glib", |
| "gstreamer", |
| "gstreamer-sdp-sys", |
| ] |
| |
| [[package]] |
| name = "gstreamer-sdp-sys" |
| version = "0.23.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de44d5e90138ac1786a6418a38c73d9a78ee0d15680129f09f91df5309d658e0" |
| dependencies = [ |
| "glib-sys", |
| "gstreamer-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "gstreamer-sys" |
| version = "0.23.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "feea73b4d92dbf9c24a203c9cd0bcc740d584f6b5960d5faf359febf288919b2" |
| dependencies = [ |
| "glib-sys", |
| "gobject-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "gstreamer-video" |
| version = "0.23.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1318b599d77ca4f7702ecbdeac1672d6304cb16b7e5752fabb3ee8260449a666" |
| dependencies = [ |
| "cfg-if", |
| "futures-channel", |
| "glib", |
| "gstreamer", |
| "gstreamer-base", |
| "gstreamer-video-sys", |
| "libc", |
| "once_cell", |
| "thiserror 2.0.16", |
| ] |
| |
| [[package]] |
| name = "gstreamer-video-sys" |
| version = "0.23.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a70f0947f12d253b9de9bc3fd92f981e4d025336c18389c7f08cdf388a99f5c" |
| dependencies = [ |
| "glib-sys", |
| "gobject-sys", |
| "gstreamer-base-sys", |
| "gstreamer-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "gstreamer-webrtc" |
| version = "0.23.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c475e2fa45c6c14b971e2ac40e7bae035f19592cac68c391d12eb659fd1722b" |
| dependencies = [ |
| "glib", |
| "gstreamer", |
| "gstreamer-sdp", |
| "gstreamer-webrtc-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "gstreamer-webrtc-sys" |
| version = "0.23.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c0ce6dd5e17757933233bf3fce2226eb2e8c06ec2325c2459a1022ae1d7d279" |
| dependencies = [ |
| "glib-sys", |
| "gstreamer-sdp-sys", |
| "gstreamer-sys", |
| "libc", |
| "system-deps 7.0.5", |
| ] |
| |
| [[package]] |
| name = "guillotiere" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782" |
| dependencies = [ |
| "euclid", |
| "svg_fmt", |
| ] |
| |
| [[package]] |
| name = "h2" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "futures-util", |
| "http 0.2.12", |
| "indexmap", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "h2" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "http 1.3.1", |
| "indexmap", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" |
| dependencies = [ |
| "cfg-if", |
| "crunchy", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "harfbuzz-sys" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb86e2fef3ba40cebffb8fa2cba811f06aa5c5fd296a4e469473e5398d166594" |
| dependencies = [ |
| "cc", |
| "core-graphics", |
| "core-text", |
| "foreign-types", |
| "freetype-sys", |
| "pkg-config", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| dependencies = [ |
| "foldhash", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "hashlink" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| dependencies = [ |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "headers" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" |
| dependencies = [ |
| "base64 0.21.7", |
| "bytes", |
| "headers-core 0.2.0", |
| "http 0.2.12", |
| "httpdate", |
| "mime", |
| "sha1", |
| ] |
| |
| [[package]] |
| name = "headers" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "headers-core 0.3.0", |
| "http 1.3.1", |
| "httpdate", |
| "mime", |
| "sha1", |
| ] |
| |
| [[package]] |
| name = "headers-core" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" |
| dependencies = [ |
| "http 0.2.12", |
| ] |
| |
| [[package]] |
| name = "headers-core" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" |
| dependencies = [ |
| "http 1.3.1", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| |
| [[package]] |
| name = "hex" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "hexf-parse" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" |
| |
| [[package]] |
| name = "hilog" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2cde43461a56942d36c0392c0eb8e108af2fbb48966c145fd126df4ce7b5c6c1" |
| dependencies = [ |
| "arc-swap", |
| "env_filter", |
| "hilog-sys", |
| "log", |
| ] |
| |
| [[package]] |
| name = "hilog-sys" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51434915c43a27465a1806e65273b52293feb27cfd28ee1996c5c2b37eecfffe" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "hitrace" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e3037245d690359ac992d8e3bb96e15ace6ad0a00305b680f4b1fd4ede684d9" |
| dependencies = [ |
| "hitrace-sys", |
| ] |
| |
| [[package]] |
| name = "hitrace-sys" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "164f0e3568306af8b47c191406743476d9383e49d717960288cdb3469f9b7f54" |
| |
| [[package]] |
| name = "home" |
| version = "0.5.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "html5ever" |
| version = "0.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4" |
| dependencies = [ |
| "log", |
| "markup5ever", |
| "match_token", |
| ] |
| |
| [[package]] |
| name = "http" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
| dependencies = [ |
| "bytes", |
| "http 0.2.12", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| dependencies = [ |
| "bytes", |
| "http 1.3.1", |
| ] |
| |
| [[package]] |
| name = "http-body-util" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http 1.3.1", |
| "http-body 1.0.1", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "httparse" |
| version = "1.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| |
| [[package]] |
| name = "httpdate" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| |
| [[package]] |
| name = "hyper" |
| version = "0.14.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "h2 0.3.27", |
| "http 0.2.12", |
| "http-body 0.4.6", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "pin-project-lite", |
| "socket2", |
| "tokio", |
| "tower-service", |
| "tracing", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "h2 0.4.12", |
| "http 1.3.1", |
| "http-body 1.0.1", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "pin-project-lite", |
| "pin-utils", |
| "smallvec", |
| "tokio", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.27.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| dependencies = [ |
| "http 1.3.1", |
| "hyper 1.7.0", |
| "hyper-util", |
| "log", |
| "rustls", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| "webpki-roots 1.0.2", |
| ] |
| |
| [[package]] |
| name = "hyper-util" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "http 1.3.1", |
| "http-body 1.0.1", |
| "hyper 1.7.0", |
| "libc", |
| "pin-project-lite", |
| "socket2", |
| "tokio", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "hyper_serde" |
| version = "0.13.2" |
| dependencies = [ |
| "cookie 0.18.1", |
| "headers 0.4.1", |
| "http 1.3.1", |
| "hyper 1.7.0", |
| "mime", |
| "serde", |
| "serde_bytes", |
| "serde_test", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.63" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "log", |
| "wasm-bindgen", |
| "windows-core 0.61.2", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone-haiku" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "icu_calendar" |
| version = "1.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7265b2137f9a36f7634a308d91f984574bbdba8cfd95ceffe1c345552275a8ff" |
| dependencies = [ |
| "calendrical_calculations", |
| "displaydoc", |
| "icu_calendar_data", |
| "icu_locid", |
| "icu_locid_transform", |
| "icu_provider", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_calendar_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "820499e77e852162190608b4f444e7b4552619150eafc39a9e39333d9efae9e1" |
| |
| [[package]] |
| name = "icu_capi" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "acc33c4f501b515cdb6b583b31ec009479a4c0cb4cf28dcdfcd54b29069d725e" |
| dependencies = [ |
| "diplomat", |
| "diplomat-runtime", |
| "icu_calendar", |
| "icu_casemap", |
| "icu_collator", |
| "icu_collections", |
| "icu_datetime", |
| "icu_decimal", |
| "icu_experimental", |
| "icu_list", |
| "icu_locid", |
| "icu_locid_transform", |
| "icu_normalizer", |
| "icu_plurals", |
| "icu_properties", |
| "icu_provider", |
| "icu_provider_adapters", |
| "icu_segmenter", |
| "icu_timezone", |
| "tinystr", |
| "unicode-bidi", |
| "writeable", |
| ] |
| |
| [[package]] |
| name = "icu_casemap" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ff0c8ae9f8d31b12e27fc385ff9ab1f3cd9b17417c665c49e4ec958c37da75f" |
| dependencies = [ |
| "displaydoc", |
| "icu_casemap_data", |
| "icu_collections", |
| "icu_locid", |
| "icu_properties", |
| "icu_provider", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_casemap_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02bd9f6276270c85a5cd54611adbbf94e993ec464a2a86a452a6c565b7ded5d9" |
| |
| [[package]] |
| name = "icu_collator" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d370371887d31d56f361c3eaa15743e54f13bc677059c9191c77e099ed6966b2" |
| dependencies = [ |
| "displaydoc", |
| "icu_collator_data", |
| "icu_collections", |
| "icu_locid_transform", |
| "icu_normalizer", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "utf16_iter", |
| "utf8_iter", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_collator_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b353986d77d28991eca4dea5ef2b8982f639342ae19ca81edc44f048bc38ebb" |
| |
| [[package]] |
| name = "icu_collections" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_datetime" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d115efb85e08df3fd77e77f52e7e087545a783fffba8be80bfa2102f306b1780" |
| dependencies = [ |
| "displaydoc", |
| "either", |
| "fixed_decimal", |
| "icu_calendar", |
| "icu_datetime_data", |
| "icu_decimal", |
| "icu_locid", |
| "icu_locid_transform", |
| "icu_plurals", |
| "icu_provider", |
| "icu_timezone", |
| "smallvec", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_datetime_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef5f04076123cab1b7a926a7083db27fe0d7a0e575adb984854aae3f3a6507d" |
| |
| [[package]] |
| name = "icu_decimal" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb8fd98f86ec0448d85e1edf8884e4e318bb2e121bd733ec929a05c0a5e8b0eb" |
| dependencies = [ |
| "displaydoc", |
| "fixed_decimal", |
| "icu_decimal_data", |
| "icu_locid_transform", |
| "icu_provider", |
| "writeable", |
| ] |
| |
| [[package]] |
| name = "icu_decimal_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67c95dd97f5ccf6d837a9c115496ec7d36646fa86ca18e7f1412115b4c820ae2" |
| |
| [[package]] |
| name = "icu_experimental" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "844ad7b682a165c758065d694bc4d74ac67f176da1c499a04d85d492c0f193b7" |
| dependencies = [ |
| "displaydoc", |
| "fixed_decimal", |
| "icu_collections", |
| "icu_decimal", |
| "icu_experimental_data", |
| "icu_locid", |
| "icu_locid_transform", |
| "icu_normalizer", |
| "icu_pattern", |
| "icu_plurals", |
| "icu_properties", |
| "icu_provider", |
| "litemap", |
| "num-bigint", |
| "num-rational", |
| "num-traits", |
| "smallvec", |
| "tinystr", |
| "writeable", |
| "zerofrom", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_experimental_data" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "121df92eafb8f5286d4e8ff401c1e7db8384377f806db3f8db77b91e5b7bd4dd" |
| |
| [[package]] |
| name = "icu_list" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365" |
| dependencies = [ |
| "displaydoc", |
| "icu_list_data", |
| "icu_locid_transform", |
| "icu_provider", |
| "regex-automata 0.2.0", |
| "writeable", |
| ] |
| |
| [[package]] |
| name = "icu_list_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52b1a7fbdbf3958f1be8354cb59ac73f165b7b7082d447ff2090355c9a069120" |
| |
| [[package]] |
| name = "icu_locid" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locid_transform" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
| dependencies = [ |
| "displaydoc", |
| "icu_locid", |
| "icu_locid_transform_data", |
| "icu_provider", |
| "tinystr", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locid_transform_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "utf16_iter", |
| "utf8_iter", |
| "write16", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" |
| |
| [[package]] |
| name = "icu_pattern" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb7f36aafd098d6717de34e668a8120822275c1fba22b936e757b7de8a2fd7e4" |
| dependencies = [ |
| "displaydoc", |
| "either", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "icu_plurals" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba5a70e7c025dbd5c501b0a5c188cd11666a424f0dadcd4f0a95b7dafde3b114" |
| dependencies = [ |
| "displaydoc", |
| "fixed_decimal", |
| "icu_locid_transform", |
| "icu_plurals_data", |
| "icu_provider", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_plurals_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a483403238cb7d6a876a77a5f8191780336d80fe7b8b00bfdeb20be6abbfd112" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_locid_transform", |
| "icu_properties_data", |
| "icu_provider", |
| "tinystr", |
| "unicode-bidi", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
| dependencies = [ |
| "displaydoc", |
| "icu_locid", |
| "icu_provider_macros", |
| "stable_deref_trait", |
| "tinystr", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_provider_adapters" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc" |
| dependencies = [ |
| "icu_locid", |
| "icu_locid_transform", |
| "icu_provider", |
| "tinystr", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_provider_macros" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "icu_segmenter" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a717725612346ffc2d7b42c94b820db6908048f39434504cb130e8b46256b0de" |
| dependencies = [ |
| "core_maths", |
| "displaydoc", |
| "icu_collections", |
| "icu_locid", |
| "icu_provider", |
| "icu_segmenter_data", |
| "utf8_iter", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_segmenter_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1e52775179941363cc594e49ce99284d13d6948928d8e72c755f55e98caa1eb" |
| |
| [[package]] |
| name = "icu_timezone" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa91ba6a585939a020c787235daa8aee856d9bceebd6355e283c0c310bc6de96" |
| dependencies = [ |
| "displaydoc", |
| "icu_calendar", |
| "icu_provider", |
| "icu_timezone_data", |
| "tinystr", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_timezone_data" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1adcf7b613a268af025bc2a2532b4b9ee294e6051c5c0832d8bff20ac0232e68" |
| |
| [[package]] |
| name = "ident_case" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| |
| [[package]] |
| name = "idna" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| dependencies = [ |
| "idna_adapter", |
| "smallvec", |
| "utf8_iter", |
| ] |
| |
| [[package]] |
| name = "idna_adapter" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" |
| dependencies = [ |
| "icu_normalizer", |
| "icu_properties", |
| ] |
| |
| [[package]] |
| name = "image" |
| version = "0.25.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a" |
| dependencies = [ |
| "bytemuck", |
| "byteorder-lite", |
| "color_quant", |
| "exr", |
| "gif", |
| "image-webp", |
| "num-traits", |
| "png", |
| "qoi", |
| "ravif", |
| "rayon", |
| "rgb", |
| "tiff", |
| "zune-core", |
| "zune-jpeg", |
| ] |
| |
| [[package]] |
| name = "image-webp" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" |
| dependencies = [ |
| "byteorder-lite", |
| "quick-error", |
| ] |
| |
| [[package]] |
| name = "imagesize" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" |
| |
| [[package]] |
| name = "imgref" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408" |
| |
| [[package]] |
| name = "imsz" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76a49eaebc8750bcba241df1e1e47ebb51b81eb35c65e8f11ffa0aebac353f7f" |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9" |
| dependencies = [ |
| "equivalent", |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "inherent" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "inotify" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "inotify-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inotify-sys" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inout" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| dependencies = [ |
| "block-padding", |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "interpolate_name" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "io-kit-sys" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "617ee6cf8e3f66f3b4ea67a4058564628cde41901316e19f559e14c7c72c5e7b" |
| dependencies = [ |
| "core-foundation-sys", |
| "mach2", |
| ] |
| |
| [[package]] |
| name = "io-uring" |
| version = "0.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "cfg-if", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "ipc-channel" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1700f6b8b9f00cdd675f32fbb3a5be882213140dfe045805273221ca266c43f8" |
| dependencies = [ |
| "bincode", |
| "crossbeam-channel", |
| "fnv", |
| "libc", |
| "mio", |
| "rand 0.9.2", |
| "serde", |
| "tempfile", |
| "uuid", |
| "windows 0.58.0", |
| ] |
| |
| [[package]] |
| name = "is-terminal" |
| version = "0.4.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "is_terminal_polyfill" |
| version = "1.70.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
| |
| [[package]] |
| name = "itertools" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| |
| [[package]] |
| name = "jiff" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49" |
| dependencies = [ |
| "jiff-static", |
| "log", |
| "portable-atomic", |
| "portable-atomic-util", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "jiff-static" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "jni" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| dependencies = [ |
| "cesu8", |
| "cfg-if", |
| "combine", |
| "jni-sys", |
| "log", |
| "thiserror 1.0.69", |
| "walkdir", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "jni-sys" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| dependencies = [ |
| "getrandom 0.3.3", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "jpeg-decoder" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07" |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.77" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
| dependencies = [ |
| "once_cell", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "jstraceable_derive" |
| version = "0.0.1" |
| dependencies = [ |
| "proc-macro2", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "keyboard-types" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53cea01d04c8251f945a9f16c5364da6cdb8bce69a61382663302c62f4186d13" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "serde", |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "khronos-egl" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" |
| dependencies = [ |
| "libc", |
| "libloading", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "khronos_api" |
| version = "3.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" |
| |
| [[package]] |
| name = "kurbo" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62" |
| dependencies = [ |
| "arrayvec", |
| "euclid", |
| "serde", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "layout" |
| version = "0.0.1" |
| dependencies = [ |
| "app_units", |
| "atomic_refcell", |
| "base", |
| "bitflags 2.9.4", |
| "compositing_traits", |
| "cssparser", |
| "data-url", |
| "embedder_traits", |
| "euclid", |
| "fnv", |
| "fonts", |
| "fonts_traits", |
| "fxhash", |
| "html5ever", |
| "icu_locid", |
| "icu_segmenter", |
| "ipc-channel", |
| "itertools 0.14.0", |
| "kurbo", |
| "layout_api", |
| "log", |
| "malloc_size_of_derive", |
| "net_traits", |
| "num-traits", |
| "parking_lot", |
| "pixels", |
| "profile_traits", |
| "quickcheck", |
| "range", |
| "rayon", |
| "rustc-hash 2.1.1", |
| "script", |
| "script_traits", |
| "selectors", |
| "servo-tracing", |
| "servo_arc", |
| "servo_config", |
| "servo_geometry", |
| "servo_malloc_size_of", |
| "servo_url", |
| "smallvec", |
| "stylo", |
| "stylo_atoms", |
| "stylo_traits", |
| "taffy", |
| "tracing", |
| "unicode-bidi", |
| "unicode-script", |
| "url", |
| "webrender_api", |
| "xi-unicode", |
| ] |
| |
| [[package]] |
| name = "layout_api" |
| version = "0.0.1" |
| dependencies = [ |
| "app_units", |
| "atomic_refcell", |
| "base", |
| "bitflags 2.9.4", |
| "compositing_traits", |
| "constellation_traits", |
| "embedder_traits", |
| "euclid", |
| "fnv", |
| "fonts", |
| "fonts_traits", |
| "html5ever", |
| "ipc-channel", |
| "libc", |
| "malloc_size_of_derive", |
| "net_traits", |
| "parking_lot", |
| "pixels", |
| "profile_traits", |
| "range", |
| "rustc-hash 2.1.1", |
| "script_traits", |
| "selectors", |
| "serde", |
| "servo_arc", |
| "servo_malloc_size_of", |
| "servo_url", |
| "stylo", |
| "stylo_traits", |
| "webrender_api", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| |
| [[package]] |
| name = "lazycell" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| |
| [[package]] |
| name = "lebe" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.175" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" |
| |
| [[package]] |
| name = "libdbus-sys" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f" |
| dependencies = [ |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libfuzzer-sys" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404" |
| dependencies = [ |
| "arbitrary", |
| "cc", |
| ] |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" |
| dependencies = [ |
| "cfg-if", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" |
| |
| [[package]] |
| name = "libredox" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "libc", |
| "redox_syscall 0.5.17", |
| ] |
| |
| [[package]] |
| name = "libservo" |
| version = "0.0.1" |
| dependencies = [ |
| "anyhow", |
| "arboard", |
| "background_hang_monitor", |
| "base", |
| "bincode", |
| "bluetooth", |
| "bluetooth_traits", |
| "canvas_traits", |
| "compositing", |
| "compositing_traits", |
| "constellation", |
| "constellation_traits", |
| "crossbeam-channel", |
| "devtools", |
| "devtools_traits", |
| "dpi", |
| "embedder_traits", |
| "env_logger 0.11.8", |
| "euclid", |
| "fonts", |
| "gaol", |
| "gleam", |
| "gstreamer", |
| "http 1.3.1", |
| "ipc-channel", |
| "keyboard-types", |
| "layout", |
| "layout_api", |
| "libservo", |
| "log", |
| "media", |
| "mozangle", |
| "net", |
| "net_traits", |
| "parking_lot", |
| "profile", |
| "profile_traits", |
| "rayon", |
| "rustls", |
| "script", |
| "script_traits", |
| "serde", |
| "servo-media", |
| "servo-media-dummy", |
| "servo-media-gstreamer", |
| "servo-tracing", |
| "servo_allocator", |
| "servo_config", |
| "servo_geometry", |
| "servo_url", |
| "stylo", |
| "stylo_traits", |
| "surfman", |
| "tracing", |
| "url", |
| "webgl", |
| "webgpu", |
| "webrender", |
| "webrender_api", |
| "webxr", |
| "webxr-api", |
| "winit", |
| ] |
| |
| [[package]] |
| name = "libsqlite3-sys" |
| version = "0.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "libudev-sys" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" |
| dependencies = [ |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libz-sys" |
| version = "1.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.4.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" |
| |
| [[package]] |
| name = "litrs" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" |
| |
| [[package]] |
| name = "loop9" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" |
| dependencies = [ |
| "imgref", |
| ] |
| |
| [[package]] |
| name = "mac" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| |
| [[package]] |
| name = "mach2" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "malloc_buf" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "malloc_size_of_derive" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f44db74bde26fdf427af23f1d146c211aed857c59e3be750cf2617f6b0b05c94" |
| dependencies = [ |
| "proc-macro2", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "malloc_size_of_tests" |
| version = "0.0.1" |
| dependencies = [ |
| "servo_arc", |
| "servo_malloc_size_of", |
| ] |
| |
| [[package]] |
| name = "markup5ever" |
| version = "0.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3" |
| dependencies = [ |
| "log", |
| "tendril", |
| "web_atoms", |
| ] |
| |
| [[package]] |
| name = "match_token" |
| version = "0.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "matchers" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| dependencies = [ |
| "regex-automata 0.4.10", |
| ] |
| |
| [[package]] |
| name = "matches" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" |
| |
| [[package]] |
| name = "maybe-rayon" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" |
| dependencies = [ |
| "cfg-if", |
| "rayon", |
| ] |
| |
| [[package]] |
| name = "media" |
| version = "0.0.1" |
| dependencies = [ |
| "compositing_traits", |
| "euclid", |
| "fnv", |
| "ipc-channel", |
| "log", |
| "serde", |
| "servo-media", |
| "servo_config", |
| "webrender_api", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.9.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "metal" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "block", |
| "core-graphics-types", |
| "foreign-types", |
| "log", |
| "objc", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "metrics" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "ipc-channel", |
| "log", |
| "malloc_size_of_derive", |
| "profile_traits", |
| "script_traits", |
| "servo_config", |
| "servo_malloc_size_of", |
| "servo_url", |
| ] |
| |
| [[package]] |
| name = "mime" |
| version = "0.3.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| |
| [[package]] |
| name = "mime_guess" |
| version = "2.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
| dependencies = [ |
| "mime", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "minimal-lexical" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| dependencies = [ |
| "adler2", |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" |
| dependencies = [ |
| "libc", |
| "wasi 0.11.1+wasi-snapshot-preview1", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "mozangle" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ab823731ea6297e7280dade983df955d1a8209d2deb44f505932b8873168992" |
| dependencies = [ |
| "bindgen 0.71.1", |
| "cc", |
| "gl_generator", |
| "libz-sys", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "mozjs" |
| version = "0.14.1" |
| source = "git+https://github.com/servo/mozjs#af903e0fc6f634699a8a7fc021adcbb3389beefd" |
| dependencies = [ |
| "bindgen 0.71.1", |
| "cc", |
| "encoding_rs", |
| "libc", |
| "log", |
| "mozjs_sys", |
| ] |
| |
| [[package]] |
| name = "mozjs_sys" |
| version = "0.140.0-1" |
| source = "git+https://github.com/servo/mozjs#af903e0fc6f634699a8a7fc021adcbb3389beefd" |
| dependencies = [ |
| "bindgen 0.71.1", |
| "cargo_metadata", |
| "cc", |
| "encoding_c", |
| "encoding_c_mem", |
| "flate2", |
| "icu_capi", |
| "libc", |
| "libz-sys", |
| "tar", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "muldiv" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0" |
| |
| [[package]] |
| name = "naga" |
| version = "25.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632" |
| dependencies = [ |
| "arrayvec", |
| "bit-set", |
| "bitflags 2.9.4", |
| "cfg_aliases", |
| "codespan-reporting", |
| "half", |
| "hashbrown", |
| "hexf-parse", |
| "indexmap", |
| "log", |
| "num-traits", |
| "once_cell", |
| "rustc-hash 1.1.0", |
| "spirv", |
| "strum", |
| "thiserror 2.0.16", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "napi-build-ohos" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "959f833e4ea8bec8f92b23b705b5558d42d8e63672c77b9b281b7228c5df6e88" |
| |
| [[package]] |
| name = "napi-derive-backend-ohos" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b27250baa967a15214e57384dd6228c59afbccb15ab8f97207c9758917544bf5" |
| dependencies = [ |
| "convert_case", |
| "proc-macro2", |
| "quote", |
| "semver", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "napi-derive-ohos" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c844efa85d53b5adc3b326520f3a108c3a737b7534ee10d406f81884e7e71b3c" |
| dependencies = [ |
| "convert_case", |
| "ctor", |
| "napi-derive-backend-ohos", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "napi-ohos" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44cd7f1a2b5b17e763d8fcc33f3a9f426c0303a1fcb9b89d7c553308c3a1db97" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "ctor", |
| "napi-build-ohos", |
| "napi-sys-ohos", |
| "nohash-hasher", |
| "rustc-hash 2.1.1", |
| ] |
| |
| [[package]] |
| name = "napi-sys-ohos" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff0b7e156bf62a778295ba4f130cde6c2fe07936ebf9448fab6ca0f7c7040682" |
| dependencies = [ |
| "libloading", |
| ] |
| |
| [[package]] |
| name = "ndk" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "jni-sys", |
| "log", |
| "ndk-sys 0.6.0+11769913", |
| "num_enum", |
| "raw-window-handle", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "ndk-context" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" |
| |
| [[package]] |
| name = "ndk-sys" |
| version = "0.5.0+25.2.9519653" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" |
| dependencies = [ |
| "jni-sys", |
| ] |
| |
| [[package]] |
| name = "ndk-sys" |
| version = "0.6.0+11769913" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" |
| dependencies = [ |
| "jni-sys", |
| ] |
| |
| [[package]] |
| name = "net" |
| version = "0.0.1" |
| dependencies = [ |
| "async-compression", |
| "async-recursion", |
| "async-tungstenite", |
| "base", |
| "base64 0.22.1", |
| "bincode", |
| "bytes", |
| "chrono", |
| "compositing_traits", |
| "content-security-policy", |
| "cookie 0.18.1", |
| "crossbeam-channel", |
| "data-url", |
| "devtools_traits", |
| "embedder_traits", |
| "flate2", |
| "fst", |
| "futures 0.3.31", |
| "futures-core", |
| "futures-util", |
| "generic-array", |
| "headers 0.4.1", |
| "http 1.3.1", |
| "http-body-util", |
| "hyper 1.7.0", |
| "hyper-rustls", |
| "hyper-util", |
| "hyper_serde", |
| "imsz", |
| "ipc-channel", |
| "itertools 0.14.0", |
| "log", |
| "malloc_size_of_derive", |
| "mime", |
| "mime_guess", |
| "net_traits", |
| "nom 8.0.0", |
| "pixels", |
| "profile_traits", |
| "rayon", |
| "resvg", |
| "rusqlite", |
| "rustls", |
| "rustls-pemfile", |
| "rustls-pki-types", |
| "sea-query", |
| "sea-query-rusqlite", |
| "serde", |
| "serde_json", |
| "servo_arc", |
| "servo_config", |
| "servo_malloc_size_of", |
| "servo_url", |
| "sha2", |
| "tempfile", |
| "time", |
| "tokio", |
| "tokio-rustls", |
| "tokio-stream", |
| "tokio-util", |
| "tower-service", |
| "tungstenite", |
| "url", |
| "uuid", |
| "webpki-roots 1.0.2", |
| "webrender_api", |
| ] |
| |
| [[package]] |
| name = "net_traits" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "compositing_traits", |
| "content-security-policy", |
| "cookie 0.18.1", |
| "crossbeam-channel", |
| "data-url", |
| "embedder_traits", |
| "headers 0.4.1", |
| "http 1.3.1", |
| "hyper-util", |
| "hyper_serde", |
| "ipc-channel", |
| "log", |
| "malloc_size_of_derive", |
| "mime", |
| "num-traits", |
| "percent-encoding", |
| "pixels", |
| "profile_traits", |
| "rustls-pki-types", |
| "serde", |
| "servo_arc", |
| "servo_malloc_size_of", |
| "servo_rand", |
| "servo_url", |
| "url", |
| "uuid", |
| "webrender_api", |
| ] |
| |
| [[package]] |
| name = "new_debug_unreachable" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| |
| [[package]] |
| name = "nix" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "cfg-if", |
| "cfg_aliases", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.30.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "cfg-if", |
| "cfg_aliases", |
| "libc", |
| "memoffset", |
| ] |
| |
| [[package]] |
| name = "nohash-hasher" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" |
| |
| [[package]] |
| name = "nom" |
| version = "7.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| dependencies = [ |
| "memchr", |
| "minimal-lexical", |
| ] |
| |
| [[package]] |
| name = "nom" |
| version = "8.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "noop_proc_macro" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" |
| |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.50.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-complex" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" |
| dependencies = [ |
| "autocfg", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-conv" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| |
| [[package]] |
| name = "num-derive" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-rational" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| dependencies = [ |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "num_enum" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" |
| dependencies = [ |
| "num_enum_derive", |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "num_enum_derive" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" |
| dependencies = [ |
| "proc-macro-crate", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "num_threads" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "objc" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" |
| dependencies = [ |
| "malloc_buf", |
| ] |
| |
| [[package]] |
| name = "objc-sys" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" |
| |
| [[package]] |
| name = "objc2" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" |
| dependencies = [ |
| "objc-sys", |
| "objc2-encode", |
| ] |
| |
| [[package]] |
| name = "objc2" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "561f357ba7f3a2a61563a186a163d0a3a5247e1089524a3981d49adb775078bc" |
| dependencies = [ |
| "objc2-encode", |
| ] |
| |
| [[package]] |
| name = "objc2-app-kit" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "block2", |
| "libc", |
| "objc2 0.5.2", |
| "objc2-core-data", |
| "objc2-core-image", |
| "objc2-foundation 0.2.2", |
| "objc2-quartz-core 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-app-kit" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "objc2 0.6.2", |
| "objc2-core-foundation", |
| "objc2-core-graphics", |
| "objc2-foundation 0.3.1", |
| "objc2-quartz-core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "objc2-cloud-kit" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-core-location", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-contacts" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" |
| dependencies = [ |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-core-data" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-core-foundation" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "dispatch2", |
| "objc2 0.6.2", |
| ] |
| |
| [[package]] |
| name = "objc2-core-graphics" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "989c6c68c13021b5c2d6b71456ebb0f9dc78d752e86a98da7c716f4f9470f5a4" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "dispatch2", |
| "objc2 0.6.2", |
| "objc2-core-foundation", |
| "objc2-io-surface", |
| ] |
| |
| [[package]] |
| name = "objc2-core-image" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" |
| dependencies = [ |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| "objc2-metal 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-core-location" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" |
| dependencies = [ |
| "block2", |
| "objc2 0.5.2", |
| "objc2-contacts", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-core-video" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1989c3e76c7e978cab0ba9e6f4961cd00ed14ca21121444cc26877403bfb6303" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "objc2-core-foundation", |
| "objc2-core-graphics", |
| ] |
| |
| [[package]] |
| name = "objc2-encode" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| |
| [[package]] |
| name = "objc2-foundation" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "block2", |
| "dispatch", |
| "libc", |
| "objc2 0.5.2", |
| ] |
| |
| [[package]] |
| name = "objc2-foundation" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "objc2 0.6.2", |
| "objc2-core-foundation", |
| ] |
| |
| [[package]] |
| name = "objc2-io-kit" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a" |
| dependencies = [ |
| "libc", |
| "objc2-core-foundation", |
| ] |
| |
| [[package]] |
| name = "objc2-io-surface" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7282e9ac92529fa3457ce90ebb15f4ecbc383e8338060960760fa2cf75420c3c" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "libc", |
| "objc2 0.6.2", |
| "objc2-core-foundation", |
| ] |
| |
| [[package]] |
| name = "objc2-link-presentation" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" |
| dependencies = [ |
| "block2", |
| "objc2 0.5.2", |
| "objc2-app-kit 0.2.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-metal" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-metal" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "objc2 0.6.2", |
| "objc2-foundation 0.3.1", |
| ] |
| |
| [[package]] |
| name = "objc2-quartz-core" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| "objc2-metal 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-quartz-core" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "objc2 0.6.2", |
| "objc2-core-foundation", |
| "objc2-foundation 0.3.1", |
| ] |
| |
| [[package]] |
| name = "objc2-symbols" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" |
| dependencies = [ |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-ui-kit" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-cloud-kit", |
| "objc2-core-data", |
| "objc2-core-image", |
| "objc2-core-location", |
| "objc2-foundation 0.2.2", |
| "objc2-link-presentation", |
| "objc2-quartz-core 0.2.2", |
| "objc2-symbols", |
| "objc2-uniform-type-identifiers", |
| "objc2-user-notifications", |
| ] |
| |
| [[package]] |
| name = "objc2-uniform-type-identifiers" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" |
| dependencies = [ |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-user-notifications" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-core-location", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.36.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "ohos-abilitykit-sys" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8cad87e0d2d619685b4ee48b2497b881a5554c0e233ce30c745b3e6fc380b91" |
| dependencies = [ |
| "ohos-sys-opaque-types", |
| ] |
| |
| [[package]] |
| name = "ohos-deviceinfo" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8e75dc6477dd4a8bafe2e7b1feb9cf10e882d3b15903e51f320a80015a59d93" |
| dependencies = [ |
| "ohos-deviceinfo-sys", |
| ] |
| |
| [[package]] |
| name = "ohos-deviceinfo-sys" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9d2486f9420a00c01cdb7a3db981806d37a5e6cf43b4a9304ebd622903057a9" |
| |
| [[package]] |
| name = "ohos-drawing-sys" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "108e4592009963cfa2c744e7529a97b101c6ba83a9421668732bc6f5f59ffa9a" |
| dependencies = [ |
| "ohos-sys-opaque-types", |
| ] |
| |
| [[package]] |
| name = "ohos-ime" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c28c803dbc0fa52e888c62c0a3573ea7559e5283ac10d1d3a75f064dba032575" |
| dependencies = [ |
| "log", |
| "ohos-ime-sys", |
| ] |
| |
| [[package]] |
| name = "ohos-ime-sys" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53b4cf1e03e0c2e7af1a26dae44a464be782ffe7c97207bedba4f002f5a1a0e8" |
| |
| [[package]] |
| name = "ohos-sys-opaque-types" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8e3076cb0f4f6c738a2451ff104551b68358abf5fc3cf068216158a040c6fe7" |
| |
| [[package]] |
| name = "ohos-vsync" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa1d0e6aeb34bd6ba2ad5649d51f30f7fa69f56b4da6c9ce49c508755a6806f1" |
| dependencies = [ |
| "ohos-vsync-sys", |
| ] |
| |
| [[package]] |
| name = "ohos-vsync-sys" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3977810fb650cd5309372903d58f29fff34e578c30ffa8a64adc4e77dc8d158" |
| |
| [[package]] |
| name = "ohos-window-manager-sys" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d316415918856284056449fd8560429a19d20fa1d916d55fd11f8fb6ee7e92fa" |
| dependencies = [ |
| "ohos-sys-opaque-types", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| |
| [[package]] |
| name = "once_cell_polyfill" |
| version = "1.70.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" |
| |
| [[package]] |
| name = "opaque-debug" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
| |
| [[package]] |
| name = "openxr" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a2d6934d2508f94fd4cbda6c2a326f111f60ce59fd9136df6d478564397dd40" |
| dependencies = [ |
| "libc", |
| "libloading", |
| "ndk-context", |
| "openxr-sys", |
| ] |
| |
| [[package]] |
| name = "openxr-sys" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f10e7e38c47f2175fc39363713b656db899fa0b4a14341029702cbdfa6f44d05" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "option-ext" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| |
| [[package]] |
| name = "option-operations" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c26d27bb1aeab65138e4bf7666045169d1717febcc9ff870166be8348b223d0" |
| dependencies = [ |
| "paste", |
| ] |
| |
| [[package]] |
| name = "orbclient" |
| version = "0.3.48" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43" |
| dependencies = [ |
| "libredox", |
| ] |
| |
| [[package]] |
| name = "ordered-float" |
| version = "2.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "ordered-float" |
| version = "4.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "ordered-stream" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "ordermap" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
| |
| [[package]] |
| name = "owned_ttf_parser" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" |
| dependencies = [ |
| "ttf-parser", |
| ] |
| |
| [[package]] |
| name = "parking" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall 0.5.17", |
| "smallvec", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| |
| [[package]] |
| name = "peek-poke" |
| version = "0.3.0" |
| source = "git+https://github.com/servo/webrender?branch=0.67#428d64dc5c92f157be2b0fd85dc7a6506be77132" |
| dependencies = [ |
| "euclid", |
| "peek-poke-derive", |
| ] |
| |
| [[package]] |
| name = "peek-poke-derive" |
| version = "0.3.0" |
| source = "git+https://github.com/servo/webrender?branch=0.67#428d64dc5c92f157be2b0fd85dc7a6506be77132" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "peniko" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f9529efd019889b2a205193c14ffb6e2839b54ed9d2720674f10f4b04d87ac9" |
| dependencies = [ |
| "bytemuck", |
| "color", |
| "kurbo", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.4.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" |
| dependencies = [ |
| "fixedbitset", |
| "ordermap", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
| dependencies = [ |
| "phf_macros", |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_codegen" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| dependencies = [ |
| "phf_shared", |
| "rand 0.8.5", |
| ] |
| |
| [[package]] |
| name = "phf_macros" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| dependencies = [ |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "pico-args" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" |
| |
| [[package]] |
| name = "pin-project" |
| version = "1.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" |
| dependencies = [ |
| "pin-project-internal", |
| ] |
| |
| [[package]] |
| name = "pin-project-internal" |
| version = "1.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "piper" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" |
| dependencies = [ |
| "atomic-waker", |
| "fastrand", |
| "futures-io", |
| ] |
| |
| [[package]] |
| name = "pixels" |
| version = "0.0.1" |
| dependencies = [ |
| "criterion", |
| "euclid", |
| "image", |
| "ipc-channel", |
| "log", |
| "malloc_size_of_derive", |
| "serde", |
| "servo_malloc_size_of", |
| "webrender_api", |
| ] |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| |
| [[package]] |
| name = "plane-split" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c1f7d82649829ecdef8e258790b0587acf0a8403f0ce963473d8e918acc1643" |
| dependencies = [ |
| "euclid", |
| "log", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "plotters" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" |
| dependencies = [ |
| "num-traits", |
| "plotters-backend", |
| "plotters-svg", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "plotters-backend" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" |
| |
| [[package]] |
| name = "plotters-svg" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" |
| dependencies = [ |
| "plotters-backend", |
| ] |
| |
| [[package]] |
| name = "png" |
| version = "0.17.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "crc32fast", |
| "fdeflate", |
| "flate2", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "polling" |
| version = "3.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50" |
| dependencies = [ |
| "cfg-if", |
| "concurrent-queue", |
| "hermit-abi", |
| "pin-project-lite", |
| "rustix 1.0.8", |
| "tracing", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "pollster" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" |
| |
| [[package]] |
| name = "polyval" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "opaque-debug", |
| "universal-hash", |
| ] |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" |
| |
| [[package]] |
| name = "portable-atomic-util" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" |
| dependencies = [ |
| "portable-atomic", |
| ] |
| |
| [[package]] |
| name = "powerfmt" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| dependencies = [ |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "precomputed-hash" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| |
| [[package]] |
| name = "presser" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" |
| |
| [[package]] |
| name = "prettyplease" |
| version = "0.2.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| dependencies = [ |
| "proc-macro2", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "proc-macro-crate" |
| version = "3.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" |
| dependencies = [ |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "profile" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "ipc-channel", |
| "libc", |
| "log", |
| "profile_traits", |
| "regex", |
| "serde", |
| "serde_json", |
| "servo_allocator", |
| "servo_config", |
| "task_info", |
| "tikv-jemalloc-sys", |
| "time", |
| ] |
| |
| [[package]] |
| name = "profile_tests" |
| version = "0.0.1" |
| dependencies = [ |
| "ipc-channel", |
| "profile", |
| "profile_traits", |
| "servo_config", |
| "time", |
| ] |
| |
| [[package]] |
| name = "profile_traits" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "crossbeam-channel", |
| "ipc-channel", |
| "log", |
| "malloc_size_of_derive", |
| "serde", |
| "servo_allocator", |
| "servo_config", |
| "servo_malloc_size_of", |
| "signpost", |
| "time", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "profiling" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" |
| dependencies = [ |
| "profiling-procmacros", |
| ] |
| |
| [[package]] |
| name = "profiling-procmacros" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" |
| dependencies = [ |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "prost" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" |
| dependencies = [ |
| "bytes", |
| "prost-derive", |
| ] |
| |
| [[package]] |
| name = "prost-derive" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" |
| dependencies = [ |
| "anyhow", |
| "itertools 0.12.1", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "qoi" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "quick-error" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.36.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.37.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "quickcheck" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" |
| dependencies = [ |
| "env_logger 0.8.4", |
| "log", |
| "rand 0.8.5", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "r-efi" |
| version = "5.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha 0.3.1", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| dependencies = [ |
| "rand_chacha 0.9.0", |
| "rand_core 0.9.3", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.9.3", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom 0.2.16", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
| dependencies = [ |
| "getrandom 0.3.3", |
| ] |
| |
| [[package]] |
| name = "rand_isaac" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fac4373cd91b4f55722c553fb0f286edbb81ef3ff6eec7b99d1898a4110a0b28" |
| dependencies = [ |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "range" |
| version = "0.0.1" |
| dependencies = [ |
| "malloc_size_of_derive", |
| "num-traits", |
| "serde", |
| "servo_malloc_size_of", |
| ] |
| |
| [[package]] |
| name = "range-alloc" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" |
| |
| [[package]] |
| name = "rav1e" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9" |
| dependencies = [ |
| "arbitrary", |
| "arg_enum_proc_macro", |
| "arrayvec", |
| "av1-grain", |
| "bitstream-io", |
| "built", |
| "cfg-if", |
| "interpolate_name", |
| "itertools 0.12.1", |
| "libc", |
| "libfuzzer-sys", |
| "log", |
| "maybe-rayon", |
| "new_debug_unreachable", |
| "noop_proc_macro", |
| "num-derive", |
| "num-traits", |
| "once_cell", |
| "paste", |
| "profiling", |
| "rand 0.8.5", |
| "rand_chacha 0.3.1", |
| "simd_helpers", |
| "system-deps 6.2.2", |
| "thiserror 1.0.69", |
| "v_frame", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "ravif" |
| version = "0.11.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b" |
| dependencies = [ |
| "avif-serialize", |
| "imgref", |
| "loop9", |
| "quick-error", |
| "rav1e", |
| "rayon", |
| "rgb", |
| ] |
| |
| [[package]] |
| name = "raw-window-handle" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" |
| |
| [[package]] |
| name = "rayon" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "read-fonts" |
| version = "0.33.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50ea612a55c08586a1d15134be8a776186c440c312ebda3b9e8efbfe4255b7f4" |
| dependencies = [ |
| "bytemuck", |
| "font-types", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" |
| dependencies = [ |
| "bitflags 2.9.4", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| dependencies = [ |
| "getrandom 0.2.16", |
| "libredox", |
| "thiserror 2.0.16", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata 0.4.10", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" |
| |
| [[package]] |
| name = "renderdoc-sys" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" |
| |
| [[package]] |
| name = "resvg" |
| version = "0.45.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43" |
| dependencies = [ |
| "gif", |
| "image-webp", |
| "log", |
| "pico-args", |
| "rgb", |
| "svgtypes", |
| "tiny-skia", |
| "usvg", |
| "zune-jpeg", |
| ] |
| |
| [[package]] |
| name = "rgb" |
| version = "0.8.52" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "ring" |
| version = "0.17.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "getrandom 0.2.16", |
| "libc", |
| "untrusted", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "ron" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "beceb6f7bf81c73e73aeef6dd1356d9a1b2b4909e1f0fc3e59b034f9572d7b7f" |
| dependencies = [ |
| "base64 0.22.1", |
| "bitflags 2.9.4", |
| "serde", |
| "serde_derive", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "roxmltree" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" |
| |
| [[package]] |
| name = "rusqlite" |
| version = "0.37.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "fallible-iterator", |
| "fallible-streaming-iterator", |
| "hashlink", |
| "libsqlite3-sys", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| |
| [[package]] |
| name = "rustix" |
| version = "0.38.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.4.15", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.9.4", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.23.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" |
| dependencies = [ |
| "aws-lc-rs", |
| "log", |
| "once_cell", |
| "rustls-pki-types", |
| "rustls-webpki", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-pemfile" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" |
| dependencies = [ |
| "rustls-pki-types", |
| ] |
| |
| [[package]] |
| name = "rustls-pki-types" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" |
| dependencies = [ |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-webpki" |
| version = "0.103.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" |
| dependencies = [ |
| "aws-lc-rs", |
| "ring", |
| "rustls-pki-types", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| |
| [[package]] |
| name = "rustybuzz" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "bytemuck", |
| "core_maths", |
| "log", |
| "smallvec", |
| "ttf-parser", |
| "unicode-bidi-mirroring", |
| "unicode-ccc", |
| "unicode-properties", |
| "unicode-script", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "scoped-tls" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "script" |
| version = "0.0.1" |
| dependencies = [ |
| "accountable-refcell", |
| "aes", |
| "aes-gcm", |
| "aes-kw", |
| "app_units", |
| "arrayvec", |
| "atomic_refcell", |
| "aws-lc-rs", |
| "background_hang_monitor_api", |
| "backtrace", |
| "base", |
| "base64 0.22.1", |
| "bincode", |
| "bitflags 2.9.4", |
| "bluetooth_traits", |
| "canvas_traits", |
| "cbc", |
| "chrono", |
| "cipher", |
| "compositing_traits", |
| "constellation_traits", |
| "content-security-policy", |
| "cookie 0.18.1", |
| "crossbeam-channel", |
| "cssparser", |
| "ctr", |
| "data-url", |
| "deny_public_fields", |
| "devtools_traits", |
| "dom_struct", |
| "domobject_derive", |
| "embedder_traits", |
| "encoding_rs", |
| "euclid", |
| "fnv", |
| "fonts", |
| "fonts_traits", |
| "fxhash", |
| "glow", |
| "headers 0.4.1", |
| "html5ever", |
| "http 1.3.1", |
| "hyper_serde", |
| "image", |
| "indexmap", |
| "ipc-channel", |
| "itertools 0.14.0", |
| "jstraceable_derive", |
| "keyboard-types", |
| "kurbo", |
| "layout_api", |
| "libc", |
| "log", |
| "malloc_size_of_derive", |
| "markup5ever", |
| "media", |
| "metrics", |
| "mime", |
| "mime_guess", |
| "mozangle", |
| "mozjs", |
| "net_traits", |
| "nom 8.0.0", |
| "num-traits", |
| "num_cpus", |
| "parking_lot", |
| "percent-encoding", |
| "phf", |
| "pixels", |
| "profile_traits", |
| "range", |
| "regex", |
| "rustc-hash 2.1.1", |
| "script_bindings", |
| "script_traits", |
| "selectors", |
| "serde", |
| "serde_json", |
| "servo-media", |
| "servo_arc", |
| "servo_config", |
| "servo_geometry", |
| "servo_malloc_size_of", |
| "servo_rand", |
| "servo_url", |
| "smallvec", |
| "strum", |
| "strum_macros", |
| "stylo", |
| "stylo_atoms", |
| "stylo_dom", |
| "stylo_malloc_size_of", |
| "stylo_traits", |
| "swapper", |
| "tempfile", |
| "tendril", |
| "time", |
| "timers", |
| "tracing", |
| "unicode-bidi", |
| "unicode-script", |
| "unicode-segmentation", |
| "url", |
| "urlpattern", |
| "utf-8", |
| "uuid", |
| "webdriver", |
| "webgpu_traits", |
| "webrender_api", |
| "webxr-api", |
| "wgpu-core", |
| "wgpu-types", |
| "xml5ever", |
| ] |
| |
| [[package]] |
| name = "script_bindings" |
| version = "0.0.1" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "crossbeam-channel", |
| "cssparser", |
| "deny_public_fields", |
| "dom_struct", |
| "domobject_derive", |
| "html5ever", |
| "indexmap", |
| "jstraceable_derive", |
| "keyboard-types", |
| "libc", |
| "log", |
| "malloc_size_of_derive", |
| "mozjs", |
| "num-traits", |
| "parking_lot", |
| "phf", |
| "phf_codegen", |
| "phf_shared", |
| "regex", |
| "serde_json", |
| "servo_arc", |
| "servo_config", |
| "servo_malloc_size_of", |
| "servo_url", |
| "smallvec", |
| "stylo", |
| "stylo_atoms", |
| "tendril", |
| "tracing", |
| "webxr-api", |
| "xml5ever", |
| ] |
| |
| [[package]] |
| name = "script_tests" |
| version = "0.0.1" |
| dependencies = [ |
| "euclid", |
| "keyboard-types", |
| "script", |
| "servo_url", |
| ] |
| |
| [[package]] |
| name = "script_traits" |
| version = "0.0.1" |
| dependencies = [ |
| "background_hang_monitor_api", |
| "base", |
| "bluetooth_traits", |
| "canvas_traits", |
| "compositing_traits", |
| "constellation_traits", |
| "crossbeam-channel", |
| "devtools_traits", |
| "embedder_traits", |
| "euclid", |
| "fnv", |
| "ipc-channel", |
| "keyboard-types", |
| "log", |
| "malloc_size_of_derive", |
| "media", |
| "net_traits", |
| "pixels", |
| "profile_traits", |
| "serde", |
| "servo_config", |
| "servo_malloc_size_of", |
| "servo_url", |
| "strum", |
| "strum_macros", |
| "stylo_atoms", |
| "stylo_traits", |
| "webgpu_traits", |
| "webrender_api", |
| "webxr-api", |
| ] |
| |
| [[package]] |
| name = "sctk-adwaita" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" |
| dependencies = [ |
| "ab_glyph", |
| "log", |
| "memmap2", |
| "smithay-client-toolkit", |
| "tiny-skia", |
| ] |
| |
| [[package]] |
| name = "sea-query" |
| version = "1.0.0-rc.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab621a8d8b03a3e513ea075f71aa26830a55c977d7b40f09e825bb91910db823" |
| dependencies = [ |
| "inherent", |
| "sea-query-derive", |
| ] |
| |
| [[package]] |
| name = "sea-query-derive" |
| version = "1.0.0-rc.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "217e9422de35f26c16c5f671fce3c075a65e10322068dbc66078428634af6195" |
| dependencies = [ |
| "darling", |
| "heck 0.4.1", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "thiserror 2.0.16", |
| ] |
| |
| [[package]] |
| name = "sea-query-rusqlite" |
| version = "0.8.0-rc.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "480e20a53f87a48779a24bb041666d676e576ee003b8689ce28e4c48dccd1284" |
| dependencies = [ |
| "rusqlite", |
| "sea-query", |
| ] |
| |
| [[package]] |
| name = "selectors" |
| version = "0.31.0" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "cssparser", |
| "derive_more 2.0.1", |
| "fxhash", |
| "log", |
| "new_debug_unreachable", |
| "phf", |
| "phf_codegen", |
| "precomputed-hash", |
| "servo_arc", |
| "smallvec", |
| "to_shmem", |
| "to_shmem_derive", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.219" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde-untagged" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34836a629bcbc6f1afdf0907a744870039b1e14c0561cb26094fa683b158eff3" |
| dependencies = [ |
| "erased-serde", |
| "serde", |
| "typeid", |
| ] |
| |
| [[package]] |
| name = "serde-value" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" |
| dependencies = [ |
| "ordered-float 2.10.1", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_bytes" |
| version = "0.11.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.219" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.143" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" |
| dependencies = [ |
| "itoa", |
| "memchr", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "0.6.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_test" |
| version = "1.0.177" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f901ee573cab6b3060453d2d5f0bae4e6d628c23c0a962ff9b5f1d7c8d4f1ed" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_urlencoded" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| dependencies = [ |
| "form_urlencoded", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "servo-media" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| dependencies = [ |
| "once_cell", |
| "servo-media-audio", |
| "servo-media-player", |
| "servo-media-streams", |
| "servo-media-traits", |
| "servo-media-webrtc", |
| ] |
| |
| [[package]] |
| name = "servo-media-audio" |
| version = "0.2.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| dependencies = [ |
| "byte-slice-cast", |
| "euclid", |
| "log", |
| "num-complex", |
| "num-traits", |
| "petgraph", |
| "serde", |
| "serde_derive", |
| "servo-media-derive", |
| "servo-media-player", |
| "servo-media-streams", |
| "servo-media-traits", |
| "smallvec", |
| "speexdsp-resampler", |
| ] |
| |
| [[package]] |
| name = "servo-media-derive" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "servo-media-dummy" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| dependencies = [ |
| "ipc-channel", |
| "servo-media", |
| "servo-media-audio", |
| "servo-media-player", |
| "servo-media-streams", |
| "servo-media-traits", |
| "servo-media-webrtc", |
| ] |
| |
| [[package]] |
| name = "servo-media-gstreamer" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| dependencies = [ |
| "byte-slice-cast", |
| "glib", |
| "glib-sys", |
| "gstreamer", |
| "gstreamer-app", |
| "gstreamer-audio", |
| "gstreamer-base", |
| "gstreamer-play", |
| "gstreamer-sdp", |
| "gstreamer-sys", |
| "gstreamer-video", |
| "gstreamer-webrtc", |
| "ipc-channel", |
| "log", |
| "mime", |
| "once_cell", |
| "servo-media", |
| "servo-media-audio", |
| "servo-media-gstreamer-render", |
| "servo-media-gstreamer-render-android", |
| "servo-media-gstreamer-render-unix", |
| "servo-media-player", |
| "servo-media-streams", |
| "servo-media-traits", |
| "servo-media-webrtc", |
| "url", |
| ] |
| |
| [[package]] |
| name = "servo-media-gstreamer-render" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| dependencies = [ |
| "gstreamer", |
| "gstreamer-video", |
| "servo-media-player", |
| ] |
| |
| [[package]] |
| name = "servo-media-gstreamer-render-android" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| dependencies = [ |
| "glib", |
| "gstreamer", |
| "gstreamer-gl", |
| "gstreamer-gl-egl", |
| "gstreamer-video", |
| "servo-media-gstreamer-render", |
| "servo-media-player", |
| ] |
| |
| [[package]] |
| name = "servo-media-gstreamer-render-unix" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| dependencies = [ |
| "glib", |
| "gstreamer", |
| "gstreamer-gl", |
| "gstreamer-gl-egl", |
| "gstreamer-gl-x11", |
| "gstreamer-video", |
| "servo-media-gstreamer-render", |
| "servo-media-player", |
| ] |
| |
| [[package]] |
| name = "servo-media-player" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| dependencies = [ |
| "ipc-channel", |
| "serde", |
| "serde_derive", |
| "servo-media-streams", |
| "servo-media-traits", |
| ] |
| |
| [[package]] |
| name = "servo-media-streams" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| dependencies = [ |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "servo-media-traits" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| |
| [[package]] |
| name = "servo-media-webrtc" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/media#de1ebef5833ba90374da0bbb6f5cd6c862cc131f" |
| dependencies = [ |
| "log", |
| "servo-media-streams", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "servo-tracing" |
| version = "0.0.1" |
| dependencies = [ |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "servo_allocator" |
| version = "0.0.1" |
| dependencies = [ |
| "backtrace", |
| "fnv", |
| "libc", |
| "tikv-jemalloc-sys", |
| "tikv-jemallocator", |
| "windows-sys 0.61.0", |
| ] |
| |
| [[package]] |
| name = "servo_arc" |
| version = "0.4.1" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "servo_config" |
| version = "0.0.1" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| "servo_config_macro", |
| "servo_url", |
| "stylo_config", |
| ] |
| |
| [[package]] |
| name = "servo_config_macro" |
| version = "0.0.1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "servo_geometry" |
| version = "0.0.1" |
| dependencies = [ |
| "app_units", |
| "euclid", |
| "malloc_size_of_derive", |
| "servo_malloc_size_of", |
| "webrender", |
| "webrender_api", |
| ] |
| |
| [[package]] |
| name = "servo_malloc_size_of" |
| version = "0.0.1" |
| dependencies = [ |
| "accountable-refcell", |
| "app_units", |
| "atomic_refcell", |
| "content-security-policy", |
| "crossbeam-channel", |
| "euclid", |
| "http 1.3.1", |
| "indexmap", |
| "ipc-channel", |
| "keyboard-types", |
| "markup5ever", |
| "mime", |
| "parking_lot", |
| "resvg", |
| "servo_allocator", |
| "servo_arc", |
| "smallvec", |
| "string_cache", |
| "stylo", |
| "stylo_dom", |
| "stylo_malloc_size_of", |
| "taffy", |
| "tokio", |
| "unicode-bidi", |
| "unicode-script", |
| "url", |
| "urlpattern", |
| "uuid", |
| "webrender", |
| "webrender_api", |
| "wr_malloc_size_of", |
| ] |
| |
| [[package]] |
| name = "servo_rand" |
| version = "0.0.1" |
| dependencies = [ |
| "log", |
| "malloc_size_of_derive", |
| "rand 0.8.5", |
| "rand_core 0.6.4", |
| "rand_isaac", |
| "servo_malloc_size_of", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "servo_url" |
| version = "0.0.1" |
| dependencies = [ |
| "encoding_rs", |
| "malloc_size_of_derive", |
| "serde", |
| "servo_arc", |
| "servo_malloc_size_of", |
| "servo_rand", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "servoshell" |
| version = "0.0.1" |
| dependencies = [ |
| "accesskit_winit", |
| "android_logger", |
| "backtrace", |
| "bpaf", |
| "cc", |
| "cfg-if", |
| "constellation_traits", |
| "crossbeam-channel", |
| "dirs", |
| "dpi", |
| "egui", |
| "egui-file-dialog", |
| "egui-winit", |
| "egui_glow", |
| "embedder_traits", |
| "env_filter", |
| "euclid", |
| "gilrs", |
| "glow", |
| "headers 0.4.1", |
| "hilog", |
| "hitrace", |
| "image", |
| "ipc-channel", |
| "jni", |
| "keyboard-types", |
| "libc", |
| "libservo", |
| "log", |
| "mime_guess", |
| "napi-derive-ohos", |
| "napi-ohos", |
| "net", |
| "net_traits", |
| "nix 0.30.1", |
| "objc2-app-kit 0.3.1", |
| "objc2-foundation 0.3.1", |
| "ohos-abilitykit-sys", |
| "ohos-deviceinfo", |
| "ohos-ime", |
| "ohos-ime-sys", |
| "ohos-vsync", |
| "ohos-window-manager-sys", |
| "raw-window-handle", |
| "rustls", |
| "serde_json", |
| "servo_allocator", |
| "sig", |
| "surfman", |
| "tokio", |
| "tracing", |
| "tracing-perfetto", |
| "tracing-subscriber", |
| "url", |
| "webdriver_server", |
| "windows-sys 0.61.0", |
| "winit", |
| "winres", |
| "xcomponent-sys", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sha1_smol" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[package]] |
| name = "sig" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6567e29578f9bfade6a5d94a32b9a4256348358d2a3f448cab0021f9a02614a2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "signpost" |
| version = "0.1.0" |
| source = "git+https://github.com/pcwalton/signpost.git#7ed712507f343c38646b9d1fefd049166f9c9a18" |
| |
| [[package]] |
| name = "simd-adler32" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
| |
| [[package]] |
| name = "simd_helpers" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" |
| dependencies = [ |
| "quote", |
| ] |
| |
| [[package]] |
| name = "simplecss" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "siphasher" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
| |
| [[package]] |
| name = "skrifa" |
| version = "0.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "576e60c7de4bb6a803a0312f9bef17e78cf1e8d25a80e1ade76770d7a0237955" |
| dependencies = [ |
| "bytemuck", |
| "read-fonts", |
| ] |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" |
| |
| [[package]] |
| name = "slotmap" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "smallbitvec" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d31d263dd118560e1a492922182ab6ca6dc1d03a3bf54e7699993f31a4150e3f" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "smithay-client-toolkit" |
| version = "0.19.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "calloop", |
| "calloop-wayland-source", |
| "cursor-icon", |
| "libc", |
| "log", |
| "memmap2", |
| "rustix 0.38.44", |
| "thiserror 1.0.69", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-csd-frame", |
| "wayland-cursor", |
| "wayland-protocols", |
| "wayland-protocols-wlr", |
| "wayland-scanner", |
| "xkeysym", |
| ] |
| |
| [[package]] |
| name = "smithay-clipboard" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc8216eec463674a0e90f29e0ae41a4db573ec5b56b1c6c1c71615d249b6d846" |
| dependencies = [ |
| "libc", |
| "smithay-client-toolkit", |
| "wayland-backend", |
| ] |
| |
| [[package]] |
| name = "smol_str" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "socket2" |
| version = "0.5.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "speexdsp-resampler" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b72d540d5c565dbe1f891d7e21ceb21d2649508306782f1066989fccb0b363d3" |
| |
| [[package]] |
| name = "spirv" |
| version = "0.3.0+sdk-1.3.268.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" |
| dependencies = [ |
| "bitflags 2.9.4", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "strck" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be91090ded9d8f979d9fe921777342d37e769e0b6b7296843a7a38247240e917" |
| |
| [[package]] |
| name = "strck_ident" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1c3802b169b3858a44667f221c9a0b3136e6019936ea926fc97fbad8af77202" |
| dependencies = [ |
| "strck", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "strict-num" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" |
| dependencies = [ |
| "float-cmp", |
| ] |
| |
| [[package]] |
| name = "string_cache" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" |
| dependencies = [ |
| "new_debug_unreachable", |
| "parking_lot", |
| "phf_shared", |
| "precomputed-hash", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "string_cache_codegen" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "strum" |
| version = "0.26.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
| dependencies = [ |
| "strum_macros", |
| ] |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.26.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "style_tests" |
| version = "0.0.1" |
| dependencies = [ |
| "app_units", |
| "cssparser", |
| "euclid", |
| "html5ever", |
| "rayon", |
| "selectors", |
| "serde_json", |
| "servo_arc", |
| "stylo", |
| "stylo_atoms", |
| "stylo_traits", |
| "url", |
| ] |
| |
| [[package]] |
| name = "stylo" |
| version = "0.7.0" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| dependencies = [ |
| "app_units", |
| "arrayvec", |
| "atomic_refcell", |
| "bitflags 2.9.4", |
| "byteorder", |
| "cssparser", |
| "derive_more 2.0.1", |
| "encoding_rs", |
| "euclid", |
| "fxhash", |
| "icu_segmenter", |
| "indexmap", |
| "itertools 0.14.0", |
| "itoa", |
| "lazy_static", |
| "log", |
| "malloc_size_of_derive", |
| "matches", |
| "mime", |
| "new_debug_unreachable", |
| "num-derive", |
| "num-integer", |
| "num-traits", |
| "num_cpus", |
| "parking_lot", |
| "precomputed-hash", |
| "rayon", |
| "rayon-core", |
| "selectors", |
| "serde", |
| "servo_arc", |
| "smallbitvec", |
| "smallvec", |
| "static_assertions", |
| "string_cache", |
| "stylo_atoms", |
| "stylo_config", |
| "stylo_derive", |
| "stylo_dom", |
| "stylo_malloc_size_of", |
| "stylo_static_prefs", |
| "stylo_traits", |
| "thin-vec", |
| "to_shmem", |
| "to_shmem_derive", |
| "uluru", |
| "url", |
| "void", |
| "walkdir", |
| "web_atoms", |
| ] |
| |
| [[package]] |
| name = "stylo_atoms" |
| version = "0.7.0" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| dependencies = [ |
| "string_cache", |
| "string_cache_codegen", |
| ] |
| |
| [[package]] |
| name = "stylo_config" |
| version = "0.7.0" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| |
| [[package]] |
| name = "stylo_derive" |
| version = "0.7.0" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "stylo_dom" |
| version = "0.7.0" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "stylo_malloc_size_of", |
| ] |
| |
| [[package]] |
| name = "stylo_malloc_size_of" |
| version = "0.7.0" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| dependencies = [ |
| "app_units", |
| "cssparser", |
| "euclid", |
| "selectors", |
| "servo_arc", |
| "smallbitvec", |
| "smallvec", |
| "string_cache", |
| "thin-vec", |
| "void", |
| ] |
| |
| [[package]] |
| name = "stylo_static_prefs" |
| version = "0.7.0" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| |
| [[package]] |
| name = "stylo_traits" |
| version = "0.7.0" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| dependencies = [ |
| "app_units", |
| "bitflags 2.9.4", |
| "cssparser", |
| "euclid", |
| "malloc_size_of_derive", |
| "selectors", |
| "serde", |
| "servo_arc", |
| "stylo_atoms", |
| "stylo_malloc_size_of", |
| "thin-vec", |
| "to_shmem", |
| "to_shmem_derive", |
| "url", |
| ] |
| |
| [[package]] |
| name = "subtle" |
| version = "2.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| |
| [[package]] |
| name = "surfman" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab6d64f9d99bbbab83405a1aa65ac373e4f98440df9912ea8a3640bf164da234" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "cfg_aliases", |
| "cgl", |
| "euclid", |
| "fnv", |
| "gl_generator", |
| "glow", |
| "libc", |
| "log", |
| "mach2", |
| "objc2 0.6.2", |
| "objc2-app-kit 0.3.1", |
| "objc2-core-foundation", |
| "objc2-core-video", |
| "objc2-foundation 0.3.1", |
| "objc2-io-surface", |
| "objc2-metal 0.3.1", |
| "objc2-quartz-core 0.3.1", |
| "raw-window-handle", |
| "wayland-sys", |
| "winapi", |
| "wio", |
| "x11-dl", |
| ] |
| |
| [[package]] |
| name = "svg_fmt" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb" |
| |
| [[package]] |
| name = "svgtypes" |
| version = "0.15.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc" |
| dependencies = [ |
| "kurbo", |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "swapper" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e454d048db5527d000bfddb77bd072bbf3a1e2ae785f16d9bd116e07c2ab45eb" |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "sysinfo" |
| version = "0.36.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "252800745060e7b9ffb7b2badbd8b31cfa4aa2e61af879d0a3bf2a317c20217d" |
| dependencies = [ |
| "libc", |
| "objc2-core-foundation", |
| "objc2-io-kit", |
| "windows 0.61.3", |
| ] |
| |
| [[package]] |
| name = "system-deps" |
| version = "6.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" |
| dependencies = [ |
| "cfg-expr 0.15.8", |
| "heck 0.5.0", |
| "pkg-config", |
| "toml 0.8.23", |
| "version-compare", |
| ] |
| |
| [[package]] |
| name = "system-deps" |
| version = "7.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4be53aa0cba896d2dc615bd42bbc130acdcffa239e0a2d965ea5b3b2a86ffdb" |
| dependencies = [ |
| "cfg-expr 0.20.2", |
| "heck 0.5.0", |
| "pkg-config", |
| "toml 0.8.23", |
| "version-compare", |
| ] |
| |
| [[package]] |
| name = "taffy" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b25026fb8cc9ab51ab9fdabe5d11706796966f6d1c78e19871ef63be2b8f0644" |
| dependencies = [ |
| "arrayvec", |
| "grid", |
| "serde", |
| "slotmap", |
| ] |
| |
| [[package]] |
| name = "tar" |
| version = "0.4.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" |
| dependencies = [ |
| "filetime", |
| "libc", |
| "xattr", |
| ] |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.12.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" |
| |
| [[package]] |
| name = "task_info" |
| version = "0.0.1" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" |
| dependencies = [ |
| "fastrand", |
| "getrandom 0.3.3", |
| "once_cell", |
| "rustix 1.0.8", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "tendril" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
| dependencies = [ |
| "encoding_rs", |
| "futf", |
| "mac", |
| "utf-8", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "thin-vec" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d" |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| dependencies = [ |
| "thiserror-impl 1.0.69", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" |
| dependencies = [ |
| "thiserror-impl 2.0.16", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thread-id" |
| version = "4.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfe8f25bbdd100db7e1d34acf7fd2dc59c4bf8f7483f505eaa7d4f12f76cc0ea" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "tiff" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" |
| dependencies = [ |
| "flate2", |
| "jpeg-decoder", |
| "weezl", |
| ] |
| |
| [[package]] |
| name = "tikv-jemalloc-sys" |
| version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "tikv-jemallocator" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865" |
| dependencies = [ |
| "libc", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.3.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031" |
| dependencies = [ |
| "deranged", |
| "libc", |
| "num-conv", |
| "num_threads", |
| "powerfmt", |
| "serde", |
| "time-core", |
| "time-macros", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" |
| |
| [[package]] |
| name = "time-macros" |
| version = "0.2.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" |
| dependencies = [ |
| "num-conv", |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "timers" |
| version = "0.0.1" |
| dependencies = [ |
| "crossbeam-channel", |
| "malloc_size_of_derive", |
| "servo_malloc_size_of", |
| ] |
| |
| [[package]] |
| name = "tiny-skia" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "bytemuck", |
| "cfg-if", |
| "log", |
| "png", |
| "tiny-skia-path", |
| ] |
| |
| [[package]] |
| name = "tiny-skia-path" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" |
| dependencies = [ |
| "arrayref", |
| "bytemuck", |
| "strict-num", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinytemplate" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "to_shmem" |
| version = "0.2.0" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| dependencies = [ |
| "cssparser", |
| "servo_arc", |
| "smallbitvec", |
| "smallvec", |
| "string_cache", |
| "thin-vec", |
| ] |
| |
| [[package]] |
| name = "to_shmem_derive" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/stylo?branch=2025-09-02#64d8521f1b8509a0160a89e24d0ace2883fa3269" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "tokio" |
| version = "1.46.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" |
| dependencies = [ |
| "backtrace", |
| "bytes", |
| "io-uring", |
| "libc", |
| "mio", |
| "pin-project-lite", |
| "slab", |
| "socket2", |
| "tokio-macros", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" |
| dependencies = [ |
| "rustls", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-stream" |
| version = "0.1.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.7.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.5.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.8.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| dependencies = [ |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.22.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| dependencies = [ |
| "indexmap", |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_write", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toml_write" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| |
| [[package]] |
| name = "topological-sort" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c" |
| |
| [[package]] |
| name = "tower-service" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| dependencies = [ |
| "log", |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
| dependencies = [ |
| "once_cell", |
| "valuable", |
| ] |
| |
| [[package]] |
| name = "tracing-log" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| dependencies = [ |
| "log", |
| "once_cell", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-perfetto" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf599f51530a7211f5aa92c84abdfc1137362d471f0473a4b1be8d625167fb0d" |
| dependencies = [ |
| "anyhow", |
| "bytes", |
| "chrono", |
| "prost", |
| "rand 0.8.5", |
| "thread-id", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.3.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" |
| dependencies = [ |
| "matchers", |
| "nu-ansi-term", |
| "once_cell", |
| "regex-automata 0.4.10", |
| "sharded-slab", |
| "smallvec", |
| "thread_local", |
| "tracing", |
| "tracing-core", |
| "tracing-log", |
| ] |
| |
| [[package]] |
| name = "tracy-rs" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce607aae8ab0ab3abf3a2723a9ab6f09bb8639ed83fdd888d857b8e556c868d8" |
| |
| [[package]] |
| name = "try-lock" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| |
| [[package]] |
| name = "ttf-parser" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" |
| dependencies = [ |
| "core_maths", |
| ] |
| |
| [[package]] |
| name = "tungstenite" |
| version = "0.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" |
| dependencies = [ |
| "bytes", |
| "data-encoding", |
| "http 1.3.1", |
| "httparse", |
| "log", |
| "rand 0.9.2", |
| "rustls", |
| "rustls-pki-types", |
| "sha1", |
| "thiserror 2.0.16", |
| "utf-8", |
| ] |
| |
| [[package]] |
| name = "typeid" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" |
| |
| [[package]] |
| name = "typenum" |
| version = "1.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
| |
| [[package]] |
| name = "uds_windows" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" |
| dependencies = [ |
| "memoffset", |
| "tempfile", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "uluru" |
| version = "3.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" |
| dependencies = [ |
| "arrayvec", |
| ] |
| |
| [[package]] |
| name = "unic-char-property" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| dependencies = [ |
| "unic-char-range", |
| ] |
| |
| [[package]] |
| name = "unic-char-range" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| |
| [[package]] |
| name = "unic-common" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| |
| [[package]] |
| name = "unic-ucd-ident" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" |
| dependencies = [ |
| "unic-char-property", |
| "unic-char-range", |
| "unic-ucd-version", |
| ] |
| |
| [[package]] |
| name = "unic-ucd-version" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| dependencies = [ |
| "unic-common", |
| ] |
| |
| [[package]] |
| name = "unicase" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| |
| [[package]] |
| name = "unicode-bidi-mirroring" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe" |
| |
| [[package]] |
| name = "unicode-ccc" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
| |
| [[package]] |
| name = "unicode-properties" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" |
| |
| [[package]] |
| name = "unicode-script" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f" |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| |
| [[package]] |
| name = "unicode-vo" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| |
| [[package]] |
| name = "universal-hash" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
| dependencies = [ |
| "crypto-common", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| |
| [[package]] |
| name = "url" |
| version = "2.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "urlpattern" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" |
| dependencies = [ |
| "regex", |
| "serde", |
| "unic-ucd-ident", |
| "url", |
| ] |
| |
| [[package]] |
| name = "usvg" |
| version = "0.45.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef" |
| dependencies = [ |
| "base64 0.22.1", |
| "data-url", |
| "flate2", |
| "fontdb", |
| "imagesize", |
| "kurbo", |
| "log", |
| "pico-args", |
| "roxmltree", |
| "rustybuzz", |
| "simplecss", |
| "siphasher", |
| "strict-num", |
| "svgtypes", |
| "tiny-skia-path", |
| "unicode-bidi", |
| "unicode-script", |
| "unicode-vo", |
| "xmlwriter", |
| ] |
| |
| [[package]] |
| name = "utf-8" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| |
| [[package]] |
| name = "utf16_iter" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" |
| |
| [[package]] |
| name = "utf8_iter" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| |
| [[package]] |
| name = "uuid" |
| version = "1.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" |
| dependencies = [ |
| "getrandom 0.3.3", |
| "js-sys", |
| "serde", |
| "sha1_smol", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "v_frame" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" |
| dependencies = [ |
| "aligned-vec", |
| "num-traits", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "valuable" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| |
| [[package]] |
| name = "vcpkg" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| |
| [[package]] |
| name = "vec_map" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
| |
| [[package]] |
| name = "vello" |
| version = "0.5.0" |
| source = "git+https://github.com/linebender/vello?rev=5e3e12559781891b204553161aee761900c7e92d#5e3e12559781891b204553161aee761900c7e92d" |
| dependencies = [ |
| "bytemuck", |
| "futures-intrusive", |
| "log", |
| "peniko", |
| "png", |
| "skrifa", |
| "static_assertions", |
| "thiserror 2.0.16", |
| "vello_encoding", |
| "vello_shaders", |
| "wgpu", |
| ] |
| |
| [[package]] |
| name = "vello_common" |
| version = "0.0.1" |
| source = "git+https://github.com/linebender/vello?rev=5e3e12559781891b204553161aee761900c7e92d#5e3e12559781891b204553161aee761900c7e92d" |
| dependencies = [ |
| "bytemuck", |
| "fearless_simd", |
| "log", |
| "peniko", |
| "png", |
| "skrifa", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "vello_cpu" |
| version = "0.0.1" |
| source = "git+https://github.com/linebender/vello?rev=5e3e12559781891b204553161aee761900c7e92d#5e3e12559781891b204553161aee761900c7e92d" |
| dependencies = [ |
| "bytemuck", |
| "vello_common", |
| ] |
| |
| [[package]] |
| name = "vello_encoding" |
| version = "0.5.0" |
| source = "git+https://github.com/linebender/vello?rev=5e3e12559781891b204553161aee761900c7e92d#5e3e12559781891b204553161aee761900c7e92d" |
| dependencies = [ |
| "bytemuck", |
| "guillotiere", |
| "peniko", |
| "skrifa", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "vello_shaders" |
| version = "0.5.0" |
| source = "git+https://github.com/linebender/vello?rev=5e3e12559781891b204553161aee761900c7e92d#5e3e12559781891b204553161aee761900c7e92d" |
| dependencies = [ |
| "bytemuck", |
| "log", |
| "naga", |
| "thiserror 2.0.16", |
| "vello_encoding", |
| ] |
| |
| [[package]] |
| name = "version-compare" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| |
| [[package]] |
| name = "void" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "want" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| dependencies = [ |
| "try-lock", |
| ] |
| |
| [[package]] |
| name = "warp" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "headers 0.3.9", |
| "http 0.2.12", |
| "hyper 0.14.32", |
| "log", |
| "mime", |
| "mime_guess", |
| "percent-encoding", |
| "pin-project", |
| "scoped-tls", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "tokio", |
| "tokio-util", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.1+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| |
| [[package]] |
| name = "wasi" |
| version = "0.14.3+wasi-0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95" |
| dependencies = [ |
| "wit-bindgen", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "rustversion", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "once_cell", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "wayland-backend" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35" |
| dependencies = [ |
| "cc", |
| "downcast-rs", |
| "rustix 1.0.8", |
| "scoped-tls", |
| "smallvec", |
| "wayland-sys", |
| ] |
| |
| [[package]] |
| name = "wayland-client" |
| version = "0.31.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "rustix 1.0.8", |
| "wayland-backend", |
| "wayland-scanner", |
| ] |
| |
| [[package]] |
| name = "wayland-csd-frame" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "cursor-icon", |
| "wayland-backend", |
| ] |
| |
| [[package]] |
| name = "wayland-cursor" |
| version = "0.31.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29" |
| dependencies = [ |
| "rustix 1.0.8", |
| "wayland-client", |
| "xcursor", |
| ] |
| |
| [[package]] |
| name = "wayland-protocols" |
| version = "0.32.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-scanner", |
| ] |
| |
| [[package]] |
| name = "wayland-protocols-plasma" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-protocols", |
| "wayland-scanner", |
| ] |
| |
| [[package]] |
| name = "wayland-protocols-wlr" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-protocols", |
| "wayland-scanner", |
| ] |
| |
| [[package]] |
| name = "wayland-scanner" |
| version = "0.31.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3" |
| dependencies = [ |
| "proc-macro2", |
| "quick-xml 0.37.5", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "wayland-sys" |
| version = "0.31.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142" |
| dependencies = [ |
| "dlib", |
| "log", |
| "once_cell", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.77" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "web-time" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "web_atoms" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414" |
| dependencies = [ |
| "phf", |
| "phf_codegen", |
| "string_cache", |
| "string_cache_codegen", |
| ] |
| |
| [[package]] |
| name = "webdriver" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91d53921e1bef27512fa358179c9a22428d55778d2c2ae3c5c37a52b82ce6e92" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "cookie 0.16.2", |
| "http 0.2.12", |
| "icu_segmenter", |
| "log", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "thiserror 1.0.69", |
| "time", |
| "tokio", |
| "tokio-stream", |
| "url", |
| "warp", |
| ] |
| |
| [[package]] |
| name = "webdriver_server" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "base64 0.22.1", |
| "cookie 0.18.1", |
| "crossbeam-channel", |
| "embedder_traits", |
| "euclid", |
| "http 0.2.12", |
| "image", |
| "ipc-channel", |
| "keyboard-types", |
| "log", |
| "pixels", |
| "serde", |
| "serde_json", |
| "servo_config", |
| "servo_geometry", |
| "servo_url", |
| "stylo_traits", |
| "time", |
| "uuid", |
| "webdriver", |
| ] |
| |
| [[package]] |
| name = "webgl" |
| version = "0.0.1" |
| dependencies = [ |
| "base", |
| "bitflags 2.9.4", |
| "byteorder", |
| "canvas_traits", |
| "compositing_traits", |
| "crossbeam-channel", |
| "euclid", |
| "fnv", |
| "glow", |
| "half", |
| "ipc-channel", |
| "itertools 0.14.0", |
| "log", |
| "pixels", |
| "surfman", |
| "webrender", |
| "webrender_api", |
| "webxr", |
| "webxr-api", |
| ] |
| |
| [[package]] |
| name = "webgpu" |
| version = "0.0.1" |
| dependencies = [ |
| "arrayvec", |
| "base", |
| "compositing_traits", |
| "euclid", |
| "ipc-channel", |
| "log", |
| "pixels", |
| "serde", |
| "servo_config", |
| "webgpu_traits", |
| "webrender_api", |
| "wgpu-core", |
| "wgpu-types", |
| ] |
| |
| [[package]] |
| name = "webgpu_traits" |
| version = "0.0.1" |
| dependencies = [ |
| "arrayvec", |
| "base", |
| "ipc-channel", |
| "pixels", |
| "serde", |
| "servo_malloc_size_of", |
| "webrender_api", |
| "wgpu-core", |
| "wgpu-types", |
| ] |
| |
| [[package]] |
| name = "webpki-roots" |
| version = "0.26.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" |
| dependencies = [ |
| "webpki-roots 1.0.2", |
| ] |
| |
| [[package]] |
| name = "webpki-roots" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" |
| dependencies = [ |
| "rustls-pki-types", |
| ] |
| |
| [[package]] |
| name = "webrender" |
| version = "0.66.0" |
| source = "git+https://github.com/servo/webrender?branch=0.67#428d64dc5c92f157be2b0fd85dc7a6506be77132" |
| dependencies = [ |
| "allocator-api2", |
| "bincode", |
| "bitflags 2.9.4", |
| "build-parallel", |
| "byteorder", |
| "derive_more 0.99.20", |
| "etagere", |
| "euclid", |
| "fxhash", |
| "gleam", |
| "glslopt", |
| "lazy_static", |
| "log", |
| "malloc_size_of_derive", |
| "num-traits", |
| "peek-poke", |
| "plane-split", |
| "rayon", |
| "ron", |
| "serde", |
| "smallvec", |
| "svg_fmt", |
| "topological-sort", |
| "tracy-rs", |
| "webrender_api", |
| "webrender_build", |
| "wr_glyph_rasterizer", |
| "wr_malloc_size_of", |
| ] |
| |
| [[package]] |
| name = "webrender_api" |
| version = "0.66.0" |
| source = "git+https://github.com/servo/webrender?branch=0.67#428d64dc5c92f157be2b0fd85dc7a6506be77132" |
| dependencies = [ |
| "app_units", |
| "bitflags 2.9.4", |
| "byteorder", |
| "crossbeam-channel", |
| "euclid", |
| "libc", |
| "mach2", |
| "malloc_size_of_derive", |
| "peek-poke", |
| "serde", |
| "serde_bytes", |
| "serde_derive", |
| "windows-sys 0.59.0", |
| "wr_malloc_size_of", |
| ] |
| |
| [[package]] |
| name = "webrender_build" |
| version = "0.0.2" |
| source = "git+https://github.com/servo/webrender?branch=0.67#428d64dc5c92f157be2b0fd85dc7a6506be77132" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "webxr" |
| version = "0.0.1" |
| dependencies = [ |
| "crossbeam-channel", |
| "euclid", |
| "glow", |
| "log", |
| "openxr", |
| "raw-window-handle", |
| "serde", |
| "surfman", |
| "webxr-api", |
| "winapi", |
| "wio", |
| ] |
| |
| [[package]] |
| name = "webxr-api" |
| version = "0.0.1" |
| dependencies = [ |
| "embedder_traits", |
| "euclid", |
| "ipc-channel", |
| "log", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "weezl" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3" |
| |
| [[package]] |
| name = "wgpu" |
| version = "25.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec8fb398f119472be4d80bc3647339f56eb63b2a331f6a3d16e25d8144197dd9" |
| dependencies = [ |
| "arrayvec", |
| "bitflags 2.9.4", |
| "cfg_aliases", |
| "document-features", |
| "hashbrown", |
| "js-sys", |
| "log", |
| "naga", |
| "parking_lot", |
| "portable-atomic", |
| "profiling", |
| "raw-window-handle", |
| "smallvec", |
| "static_assertions", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "wgpu-core", |
| "wgpu-hal", |
| "wgpu-types", |
| ] |
| |
| [[package]] |
| name = "wgpu-core" |
| version = "25.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a19813e647da7aa3cdaa84f5846e2c64114970ea7c86b1e6aae8be08091f4bdc" |
| dependencies = [ |
| "arrayvec", |
| "bit-set", |
| "bit-vec", |
| "bitflags 2.9.4", |
| "cfg_aliases", |
| "document-features", |
| "hashbrown", |
| "indexmap", |
| "log", |
| "naga", |
| "once_cell", |
| "parking_lot", |
| "portable-atomic", |
| "profiling", |
| "raw-window-handle", |
| "rustc-hash 1.1.0", |
| "serde", |
| "smallvec", |
| "thiserror 2.0.16", |
| "wgpu-core-deps-apple", |
| "wgpu-core-deps-emscripten", |
| "wgpu-core-deps-windows-linux-android", |
| "wgpu-hal", |
| "wgpu-types", |
| ] |
| |
| [[package]] |
| name = "wgpu-core-deps-apple" |
| version = "25.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfd488b3239b6b7b185c3b045c39ca6bf8af34467a4c5de4e0b1a564135d093d" |
| dependencies = [ |
| "wgpu-hal", |
| ] |
| |
| [[package]] |
| name = "wgpu-core-deps-emscripten" |
| version = "25.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f09ad7aceb3818e52539acc679f049d3475775586f3f4e311c30165cf2c00445" |
| dependencies = [ |
| "wgpu-hal", |
| ] |
| |
| [[package]] |
| name = "wgpu-core-deps-windows-linux-android" |
| version = "25.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cba5fb5f7f9c98baa7c889d444f63ace25574833df56f5b817985f641af58e46" |
| dependencies = [ |
| "wgpu-hal", |
| ] |
| |
| [[package]] |
| name = "wgpu-hal" |
| version = "25.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb7c4a1dc42ff14c23c9b11ebf1ee85cde661a9b1cf0392f79c1faca5bc559fb" |
| dependencies = [ |
| "android_system_properties", |
| "arrayvec", |
| "ash", |
| "bit-set", |
| "bitflags 2.9.4", |
| "block", |
| "bytemuck", |
| "cfg-if", |
| "cfg_aliases", |
| "core-graphics-types", |
| "glow", |
| "glutin_wgl_sys", |
| "gpu-alloc", |
| "gpu-allocator", |
| "gpu-descriptor", |
| "hashbrown", |
| "js-sys", |
| "khronos-egl", |
| "libc", |
| "libloading", |
| "log", |
| "metal", |
| "naga", |
| "ndk-sys 0.5.0+25.2.9519653", |
| "objc", |
| "ordered-float 4.6.0", |
| "parking_lot", |
| "portable-atomic", |
| "profiling", |
| "range-alloc", |
| "raw-window-handle", |
| "renderdoc-sys", |
| "smallvec", |
| "thiserror 2.0.16", |
| "wasm-bindgen", |
| "web-sys", |
| "wgpu-types", |
| "windows 0.58.0", |
| "windows-core 0.58.0", |
| ] |
| |
| [[package]] |
| name = "wgpu-types" |
| version = "25.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2aa49460c2a8ee8edba3fca54325540d904dd85b2e086ada762767e17d06e8bc" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "bytemuck", |
| "js-sys", |
| "log", |
| "serde", |
| "thiserror 2.0.16", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "which" |
| version = "4.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" |
| dependencies = [ |
| "either", |
| "home", |
| "once_cell", |
| "rustix 0.38.44", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" |
| dependencies = [ |
| "windows-core 0.58.0", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows" |
| version = "0.61.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" |
| dependencies = [ |
| "windows-collections", |
| "windows-core 0.61.2", |
| "windows-future", |
| "windows-link 0.1.3", |
| "windows-numerics", |
| ] |
| |
| [[package]] |
| name = "windows-collections" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" |
| dependencies = [ |
| "windows-core 0.61.2", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" |
| dependencies = [ |
| "windows-implement 0.58.0", |
| "windows-interface 0.58.0", |
| "windows-result 0.2.0", |
| "windows-strings 0.1.0", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
| dependencies = [ |
| "windows-implement 0.60.0", |
| "windows-interface 0.59.1", |
| "windows-link 0.1.3", |
| "windows-result 0.3.4", |
| "windows-strings 0.4.2", |
| ] |
| |
| [[package]] |
| name = "windows-future" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" |
| dependencies = [ |
| "windows-core 0.61.2", |
| "windows-link 0.1.3", |
| "windows-threading", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.60.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.59.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" |
| |
| [[package]] |
| name = "windows-numerics" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" |
| dependencies = [ |
| "windows-core 0.61.2", |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
| dependencies = [ |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" |
| dependencies = [ |
| "windows-result 0.2.0", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
| dependencies = [ |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| dependencies = [ |
| "windows-targets 0.42.2", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.59.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.61.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" |
| dependencies = [ |
| "windows-link 0.2.0", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.42.2", |
| "windows_aarch64_msvc 0.42.2", |
| "windows_i686_gnu 0.42.2", |
| "windows_i686_msvc 0.42.2", |
| "windows_x86_64_gnu 0.42.2", |
| "windows_x86_64_gnullvm 0.42.2", |
| "windows_x86_64_msvc 0.42.2", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.6", |
| "windows_aarch64_msvc 0.52.6", |
| "windows_i686_gnu 0.52.6", |
| "windows_i686_gnullvm", |
| "windows_i686_msvc 0.52.6", |
| "windows_x86_64_gnu 0.52.6", |
| "windows_x86_64_gnullvm 0.52.6", |
| "windows_x86_64_msvc 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-threading" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" |
| dependencies = [ |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "winit" |
| version = "0.30.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732" |
| dependencies = [ |
| "ahash", |
| "android-activity", |
| "atomic-waker", |
| "bitflags 2.9.4", |
| "block2", |
| "bytemuck", |
| "calloop", |
| "cfg_aliases", |
| "concurrent-queue", |
| "core-foundation 0.9.4", |
| "core-graphics", |
| "cursor-icon", |
| "dpi", |
| "js-sys", |
| "libc", |
| "memmap2", |
| "ndk", |
| "objc2 0.5.2", |
| "objc2-app-kit 0.2.2", |
| "objc2-foundation 0.2.2", |
| "objc2-ui-kit", |
| "orbclient", |
| "percent-encoding", |
| "pin-project", |
| "raw-window-handle", |
| "redox_syscall 0.4.1", |
| "rustix 0.38.44", |
| "sctk-adwaita", |
| "smithay-client-toolkit", |
| "smol_str", |
| "tracing", |
| "unicode-segmentation", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-protocols", |
| "wayland-protocols-plasma", |
| "web-sys", |
| "web-time", |
| "windows-sys 0.52.0", |
| "x11-dl", |
| "x11rb", |
| "xkbcommon-dl", |
| ] |
| |
| [[package]] |
| name = "winnow" |
| version = "0.7.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "winres" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c" |
| dependencies = [ |
| "toml 0.5.11", |
| ] |
| |
| [[package]] |
| name = "wio" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen" |
| version = "0.45.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36" |
| |
| [[package]] |
| name = "wr_glyph_rasterizer" |
| version = "0.1.0" |
| source = "git+https://github.com/servo/webrender?branch=0.67#428d64dc5c92f157be2b0fd85dc7a6506be77132" |
| dependencies = [ |
| "core-foundation 0.9.4", |
| "core-graphics", |
| "core-text", |
| "dwrote", |
| "euclid", |
| "freetype", |
| "fxhash", |
| "lazy_static", |
| "libc", |
| "log", |
| "malloc_size_of_derive", |
| "objc", |
| "rayon", |
| "serde", |
| "smallvec", |
| "tracy-rs", |
| "webrender_api", |
| "wr_malloc_size_of", |
| ] |
| |
| [[package]] |
| name = "wr_malloc_size_of" |
| version = "0.2.0" |
| source = "git+https://github.com/servo/webrender?branch=0.67#428d64dc5c92f157be2b0fd85dc7a6506be77132" |
| dependencies = [ |
| "app_units", |
| "euclid", |
| ] |
| |
| [[package]] |
| name = "write16" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" |
| |
| [[package]] |
| name = "writeable" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "x11-dl" |
| version = "2.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" |
| dependencies = [ |
| "libc", |
| "once_cell", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "x11rb" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| dependencies = [ |
| "as-raw-xcb-connection", |
| "gethostname", |
| "libc", |
| "libloading", |
| "once_cell", |
| "rustix 1.0.8", |
| "x11rb-protocol", |
| ] |
| |
| [[package]] |
| name = "x11rb-protocol" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| |
| [[package]] |
| name = "xattr" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af3a19837351dc82ba89f8a125e22a3c475f05aba604acc023d62b2739ae2909" |
| dependencies = [ |
| "libc", |
| "rustix 1.0.8", |
| ] |
| |
| [[package]] |
| name = "xcomponent-sys" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "329659c48163c2aad88ef9a68eb478f21307a563179d4304b5ead737543533c1" |
| dependencies = [ |
| "arkui-sys", |
| "keyboard-types", |
| "ohos-sys-opaque-types", |
| ] |
| |
| [[package]] |
| name = "xcursor" |
| version = "0.3.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" |
| |
| [[package]] |
| name = "xi-unicode" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a" |
| |
| [[package]] |
| name = "xkbcommon-dl" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "dlib", |
| "log", |
| "once_cell", |
| "xkeysym", |
| ] |
| |
| [[package]] |
| name = "xkeysym" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" |
| |
| [[package]] |
| name = "xml-rs" |
| version = "0.8.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7" |
| |
| [[package]] |
| name = "xml5ever" |
| version = "0.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee3f1e41afb31a75aef076563b0ad3ecc24f5bd9d12a72b132222664eb76b494" |
| dependencies = [ |
| "log", |
| "markup5ever", |
| ] |
| |
| [[package]] |
| name = "xmlwriter" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" |
| |
| [[package]] |
| name = "yeslogic-fontconfig-sys" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd" |
| dependencies = [ |
| "dlib", |
| "once_cell", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "yoke" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zbus" |
| version = "5.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4bb4f9a464286d42851d18a605f7193b8febaf5b0919d71c6399b7b26e5b0aad" |
| dependencies = [ |
| "async-broadcast", |
| "async-executor", |
| "async-io", |
| "async-lock", |
| "async-process", |
| "async-recursion", |
| "async-task", |
| "async-trait", |
| "blocking", |
| "enumflags2", |
| "event-listener", |
| "futures-core", |
| "futures-lite", |
| "hex 0.4.3", |
| "nix 0.30.1", |
| "ordered-stream", |
| "serde", |
| "serde_repr", |
| "tracing", |
| "uds_windows", |
| "windows-sys 0.59.0", |
| "winnow", |
| "zbus_macros", |
| "zbus_names", |
| "zvariant", |
| ] |
| |
| [[package]] |
| name = "zbus-lockstep" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29e96e38ded30eeab90b6ba88cb888d70aef4e7489b6cd212c5e5b5ec38045b6" |
| dependencies = [ |
| "zbus_xml", |
| "zvariant", |
| ] |
| |
| [[package]] |
| name = "zbus-lockstep-macros" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc6821851fa840b708b4cbbaf6241868cabc85a2dc22f426361b0292bfc0b836" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "zbus-lockstep", |
| "zbus_xml", |
| "zvariant", |
| ] |
| |
| [[package]] |
| name = "zbus_macros" |
| version = "5.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e80cd713a45a49859dcb648053f63265f4f2851b6420d47a958e5697c68b131" |
| dependencies = [ |
| "proc-macro-crate", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "zbus_names", |
| "zvariant", |
| "zvariant_utils", |
| ] |
| |
| [[package]] |
| name = "zbus_names" |
| version = "4.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97" |
| dependencies = [ |
| "serde", |
| "static_assertions", |
| "winnow", |
| "zvariant", |
| ] |
| |
| [[package]] |
| name = "zbus_xml" |
| version = "5.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589e9a02bfafb9754bb2340a9e3b38f389772684c63d9637e76b1870377bec29" |
| dependencies = [ |
| "quick-xml 0.36.2", |
| "serde", |
| "static_assertions", |
| "zbus_names", |
| "zvariant", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
| |
| [[package]] |
| name = "zerotrie" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb594dd55d87335c5f60177cee24f19457a5ec10a065e0a3014722ad252d0a1f" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "zune-core" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" |
| |
| [[package]] |
| name = "zune-inflate" |
| version = "0.2.54" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" |
| dependencies = [ |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "zune-jpeg" |
| version = "0.4.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" |
| dependencies = [ |
| "zune-core", |
| ] |
| |
| [[package]] |
| name = "zvariant" |
| version = "5.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db" |
| dependencies = [ |
| "endi", |
| "enumflags2", |
| "serde", |
| "winnow", |
| "zvariant_derive", |
| "zvariant_utils", |
| ] |
| |
| [[package]] |
| name = "zvariant_derive" |
| version = "5.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e" |
| dependencies = [ |
| "proc-macro-crate", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "zvariant_utils", |
| ] |
| |
| [[package]] |
| name = "zvariant_utils" |
| version = "3.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn", |
| "winnow", |
| ] |