| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| |
| [[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 = "alacritty" |
| version = "0.16.0-rc2" |
| dependencies = [ |
| "ahash", |
| "alacritty_config", |
| "alacritty_config_derive", |
| "alacritty_terminal", |
| "bitflags 2.9.1", |
| "clap", |
| "clap_complete", |
| "copypasta", |
| "crossfont", |
| "dirs", |
| "embed-resource", |
| "gl_generator", |
| "glutin", |
| "home", |
| "libc", |
| "log", |
| "notify", |
| "objc2 0.6.1", |
| "objc2-app-kit 0.3.1", |
| "objc2-foundation 0.3.1", |
| "parking_lot", |
| "png", |
| "serde", |
| "serde_json", |
| "serde_yaml", |
| "tempfile", |
| "toml", |
| "toml_edit 0.23.1", |
| "unicode-width", |
| "windows-sys 0.59.0", |
| "winit", |
| "xdg", |
| ] |
| |
| [[package]] |
| name = "alacritty_config" |
| version = "0.2.3-rc2" |
| dependencies = [ |
| "alacritty_config_derive", |
| "log", |
| "serde", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "alacritty_config_derive" |
| version = "0.2.5-rc2" |
| dependencies = [ |
| "alacritty_config", |
| "log", |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "alacritty_terminal" |
| version = "0.25.1-rc2" |
| dependencies = [ |
| "base64", |
| "bitflags 2.9.1", |
| "home", |
| "libc", |
| "log", |
| "miow", |
| "parking_lot", |
| "piper", |
| "polling", |
| "regex-automata", |
| "rustix 1.0.7", |
| "rustix-openpty", |
| "serde", |
| "serde_json", |
| "signal-hook", |
| "unicode-width", |
| "vte", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[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.1", |
| "cc", |
| "cesu8", |
| "jni", |
| "jni-sys", |
| "libc", |
| "log", |
| "ndk", |
| "ndk-context", |
| "ndk-sys", |
| "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 = "anstream" |
| version = "0.6.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" |
| 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 = "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" |
| |
| [[package]] |
| name = "as-raw-xcb-connection" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" |
| |
| [[package]] |
| name = "atomic-waker" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| |
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[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 = "bumpalo" |
| version = "3.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
| |
| [[package]] |
| name = "bytemuck" |
| version = "1.23.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" |
| |
| [[package]] |
| name = "calloop" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "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 = "cc" |
| version = "1.2.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" |
| dependencies = [ |
| "jobserver", |
| "libc", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cesu8" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" |
| |
| [[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 = "clap" |
| version = "4.5.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9" |
| dependencies = [ |
| "clap_builder", |
| "clap_derive", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.5.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "clap_lex", |
| "strsim", |
| ] |
| |
| [[package]] |
| name = "clap_complete" |
| version = "4.5.55" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5abde44486daf70c5be8b8f8f1b66c49f86236edf6fa2abadb4d961c4c6229a" |
| dependencies = [ |
| "clap", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.5.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" |
| dependencies = [ |
| "error-code", |
| ] |
| |
| [[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 = "concurrent-queue" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "copypasta" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e6811e17f81fe246ef2bc553f76b6ee6ab41a694845df1d37e52a92b7bbd38a" |
| dependencies = [ |
| "clipboard-win", |
| "objc2 0.5.2", |
| "objc2-app-kit 0.2.2", |
| "objc2-foundation 0.2.2", |
| "smithay-clipboard", |
| "x11-clipboard", |
| ] |
| |
| [[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-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", |
| "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", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-text" |
| version = "20.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5" |
| dependencies = [ |
| "core-foundation", |
| "core-graphics", |
| "foreign-types", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| |
| [[package]] |
| name = "crossfont" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a650099c323679b4d6fb6858c2c512660ff5118f6b0ffb1bfc6cadcd54002b14" |
| dependencies = [ |
| "core-foundation", |
| "core-foundation-sys", |
| "core-graphics", |
| "core-text", |
| "dwrote", |
| "foreign-types", |
| "freetype-rs", |
| "libc", |
| "log", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| "once_cell", |
| "pkg-config", |
| "winapi", |
| "yeslogic-fontconfig-sys", |
| ] |
| |
| [[package]] |
| name = "cstr" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68523903c8ae5aacfa32a0d9ae60cadeb764e1da14ee0d26b1f3089f13a54636" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "cursor-icon" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[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.60.2", |
| ] |
| |
| [[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.1", |
| "objc2 0.6.1", |
| ] |
| |
| [[package]] |
| name = "dlib" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" |
| dependencies = [ |
| "libloading", |
| ] |
| |
| [[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" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "dwrote" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be" |
| dependencies = [ |
| "lazy_static", |
| "libc", |
| "serde", |
| "serde_derive", |
| "winapi", |
| "wio", |
| ] |
| |
| [[package]] |
| name = "embed-resource" |
| version = "3.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c6d81016d6c977deefb2ef8d8290da019e27cc26167e102185da528e6c0ab38" |
| dependencies = [ |
| "cc", |
| "memchr", |
| "rustc_version", |
| "toml", |
| "vswhom", |
| "winreg", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "error-code" |
| version = "3.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" |
| |
| [[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 = "flate2" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[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 = "freetype-rs" |
| version = "0.36.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5442dee36ca09604133580dc0553780e867936bb3cbef3275859e889026d2b17" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "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 = "fsevent-sys" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| |
| [[package]] |
| name = "gethostname" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" |
| dependencies = [ |
| "libc", |
| "windows-targets 0.48.5", |
| ] |
| |
| [[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.2+wasi-0.2.4", |
| ] |
| |
| [[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 = "glutin" |
| version = "0.32.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "cfg_aliases", |
| "cgl", |
| "dispatch2", |
| "glutin_egl_sys", |
| "glutin_glx_sys", |
| "glutin_wgl_sys", |
| "libloading", |
| "objc2 0.6.1", |
| "objc2-app-kit 0.3.1", |
| "objc2-core-foundation", |
| "objc2-foundation 0.3.1", |
| "once_cell", |
| "raw-window-handle", |
| "wayland-sys", |
| "windows-sys 0.52.0", |
| "x11-dl", |
| ] |
| |
| [[package]] |
| name = "glutin_egl_sys" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2" |
| dependencies = [ |
| "gl_generator", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "glutin_glx_sys" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185" |
| dependencies = [ |
| "gl_generator", |
| "x11-dl", |
| ] |
| |
| [[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 = "hashbrown" |
| version = "0.15.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" |
| |
| [[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 = "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 = "indexmap" |
| version = "2.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" |
| dependencies = [ |
| "equivalent", |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "inotify" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "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 = "is_terminal_polyfill" |
| version = "1.70.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| |
| [[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.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" |
| dependencies = [ |
| "getrandom 0.3.3", |
| "libc", |
| ] |
| |
| [[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 = "khronos_api" |
| version = "3.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" |
| |
| [[package]] |
| name = "kqueue" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" |
| dependencies = [ |
| "kqueue-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kqueue-sys" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.174" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" |
| |
| [[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.53.2", |
| ] |
| |
| [[package]] |
| name = "libredox" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "libc", |
| "redox_syscall 0.5.13", |
| ] |
| |
| [[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 = "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.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[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", |
| "log", |
| "wasi 0.11.1+wasi-snapshot-preview1", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
| dependencies = [ |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "ndk" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "jni-sys", |
| "log", |
| "ndk-sys", |
| "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.6.0+11769913" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" |
| dependencies = [ |
| "jni-sys", |
| ] |
| |
| [[package]] |
| name = "notify" |
| version = "8.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3163f59cd3fa0e9ef8c32f242966a7b9994fd7378366099593e0e73077cd8c97" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio", |
| "notify-types", |
| "walkdir", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "notify-types" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" |
| |
| [[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 = "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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551" |
| 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.1", |
| "block2", |
| "libc", |
| "objc2 0.5.2", |
| "objc2-core-data", |
| "objc2-core-image", |
| "objc2-foundation 0.2.2", |
| "objc2-quartz-core", |
| ] |
| |
| [[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.1", |
| "objc2 0.6.1", |
| "objc2-core-foundation", |
| "objc2-foundation 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.1", |
| "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.1", |
| "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.1", |
| "dispatch2", |
| "objc2 0.6.1", |
| ] |
| |
| [[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", |
| ] |
| |
| [[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-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.1", |
| "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.1", |
| "objc2 0.6.1", |
| "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.1", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[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.1", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| "objc2-metal", |
| ] |
| |
| [[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.1", |
| "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", |
| "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.1", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-core-location", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[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 = "option-ext" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| |
| [[package]] |
| name = "orbclient" |
| version = "0.3.48" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43" |
| dependencies = [ |
| "libredox", |
| ] |
| |
| [[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.13", |
| "smallvec", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| |
| [[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 = "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 = "pkg-config" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| |
| [[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.7", |
| "tracing", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "proc-macro-crate" |
| version = "3.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" |
| dependencies = [ |
| "toml_edit 0.22.27", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.95" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.37.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[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 = "raw-window-handle" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" |
| |
| [[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.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" |
| dependencies = [ |
| "bitflags 2.9.1", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" |
| dependencies = [ |
| "getrandom 0.2.16", |
| "libredox", |
| "thiserror 2.0.12", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "0.38.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.4.15", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.9.4", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "rustix-openpty" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393" |
| dependencies = [ |
| "errno", |
| "libc", |
| "rustix 1.0.7", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" |
| |
| [[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 = "sctk-adwaita" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" |
| dependencies = [ |
| "crossfont", |
| "log", |
| "smithay-client-toolkit", |
| "tiny-skia", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" |
| |
| [[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_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.140" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" |
| dependencies = [ |
| "itoa", |
| "memchr", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_yaml" |
| version = "0.9.34+deprecated" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "ryu", |
| "serde", |
| "unsafe-libyaml", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[package]] |
| name = "signal-hook" |
| version = "0.3.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" |
| dependencies = [ |
| "libc", |
| "signal-hook-registry", |
| ] |
| |
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "simd-adler32" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| |
| [[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.1", |
| "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 = "strict-num" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" |
| |
| [[package]] |
| name = "strsim" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[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.7", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[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.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
| dependencies = [ |
| "thiserror-impl 2.0.12", |
| ] |
| |
| [[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.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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", |
| "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 = "toml" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac" |
| dependencies = [ |
| "indexmap", |
| "serde", |
| "serde_spanned", |
| "toml_datetime 0.7.0", |
| "toml_parser", |
| "toml_writer", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.22.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| dependencies = [ |
| "indexmap", |
| "toml_datetime 0.6.11", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.23.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f23a5f4511b296579b6c83e437fe85fa7ece22e3ec44e45ddb975bcf57c3dd" |
| dependencies = [ |
| "indexmap", |
| "toml_datetime 0.7.0", |
| "toml_parser", |
| "toml_writer", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toml_parser" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" |
| dependencies = [ |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toml_writer" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| dependencies = [ |
| "pin-project-lite", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" |
| |
| [[package]] |
| name = "unsafe-libyaml" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| |
| [[package]] |
| name = "vswhom" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" |
| dependencies = [ |
| "libc", |
| "vswhom-sys", |
| ] |
| |
| [[package]] |
| name = "vswhom-sys" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "vte" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd" |
| dependencies = [ |
| "arrayvec", |
| "bitflags 2.9.1", |
| "cursor-icon", |
| "log", |
| "memchr", |
| "serde", |
| ] |
| |
| [[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 = "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.2+wasi-0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" |
| dependencies = [ |
| "wit-bindgen-rt", |
| ] |
| |
| [[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.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe770181423e5fc79d3e2a7f4410b7799d5aab1de4372853de3c6aa13ca24121" |
| dependencies = [ |
| "cc", |
| "downcast-rs", |
| "rustix 0.38.44", |
| "scoped-tls", |
| "smallvec", |
| "wayland-sys", |
| ] |
| |
| [[package]] |
| name = "wayland-client" |
| version = "0.31.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "978fa7c67b0847dbd6a9f350ca2569174974cd4082737054dbb7fbb79d7d9a61" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "rustix 0.38.44", |
| "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.1", |
| "cursor-icon", |
| "wayland-backend", |
| ] |
| |
| [[package]] |
| name = "wayland-cursor" |
| version = "0.31.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a65317158dec28d00416cb16705934070aef4f8393353d41126c54264ae0f182" |
| dependencies = [ |
| "rustix 0.38.44", |
| "wayland-client", |
| "xcursor", |
| ] |
| |
| [[package]] |
| name = "wayland-protocols" |
| version = "0.32.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "779075454e1e9a521794fed15886323ea0feda3f8b0fc1390f5398141310422a" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-scanner", |
| ] |
| |
| [[package]] |
| name = "wayland-protocols-plasma" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fd38cdad69b56ace413c6bcc1fbf5acc5e2ef4af9d5f8f1f9570c0c83eae175" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-protocols", |
| "wayland-scanner", |
| ] |
| |
| [[package]] |
| name = "wayland-protocols-wlr" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1cb6cdc73399c0e06504c437fe3cf886f25568dd5454473d565085b36d6a8bbf" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-protocols", |
| "wayland-scanner", |
| ] |
| |
| [[package]] |
| name = "wayland-scanner" |
| version = "0.31.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484" |
| dependencies = [ |
| "proc-macro2", |
| "quick-xml", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "wayland-sys" |
| version = "0.31.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615" |
| 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 = "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.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
| dependencies = [ |
| "windows-sys 0.48.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-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.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| dependencies = [ |
| "windows-targets 0.48.5", |
| ] |
| |
| [[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.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| dependencies = [ |
| "windows-targets 0.53.2", |
| ] |
| |
| [[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.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.48.5", |
| "windows_aarch64_msvc 0.48.5", |
| "windows_i686_gnu 0.48.5", |
| "windows_i686_msvc 0.48.5", |
| "windows_x86_64_gnu 0.48.5", |
| "windows_x86_64_gnullvm 0.48.5", |
| "windows_x86_64_msvc 0.48.5", |
| ] |
| |
| [[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 0.52.6", |
| "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-targets" |
| version = "0.53.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.53.0", |
| "windows_aarch64_msvc 0.53.0", |
| "windows_i686_gnu 0.53.0", |
| "windows_i686_gnullvm 0.53.0", |
| "windows_i686_msvc 0.53.0", |
| "windows_x86_64_gnu 0.53.0", |
| "windows_x86_64_gnullvm 0.53.0", |
| "windows_x86_64_msvc 0.53.0", |
| ] |
| |
| [[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.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| |
| [[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_gnullvm" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" |
| |
| [[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.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" |
| |
| [[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.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| |
| [[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_gnu" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" |
| |
| [[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_gnullvm" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" |
| |
| [[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.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" |
| |
| [[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.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| |
| [[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_gnu" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" |
| |
| [[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.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| |
| [[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_gnullvm" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" |
| |
| [[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.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" |
| |
| [[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.1", |
| "block2", |
| "bytemuck", |
| "calloop", |
| "cfg_aliases", |
| "concurrent-queue", |
| "core-foundation", |
| "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", |
| "serde", |
| "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.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "winreg" |
| version = "0.55.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" |
| dependencies = [ |
| "cfg-if", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[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-rt" |
| version = "0.39.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" |
| dependencies = [ |
| "bitflags 2.9.1", |
| ] |
| |
| [[package]] |
| name = "x11-clipboard" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3" |
| dependencies = [ |
| "libc", |
| "x11rb", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" |
| dependencies = [ |
| "as-raw-xcb-connection", |
| "gethostname", |
| "libc", |
| "libloading", |
| "once_cell", |
| "rustix 0.38.44", |
| "x11rb-protocol", |
| ] |
| |
| [[package]] |
| name = "x11rb-protocol" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" |
| |
| [[package]] |
| name = "xcursor" |
| version = "0.3.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" |
| |
| [[package]] |
| name = "xdg" |
| version = "3.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fb433233f2df9344722454bc7e96465c9d03bff9d77c248f9e7523fe79585b5" |
| |
| [[package]] |
| name = "xkbcommon-dl" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "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 = "yeslogic-fontconfig-sys" |
| version = "5.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffb6b23999a8b1a997bf47c7bb4d19ad4029c3327bb3386ebe0a5ff584b33c7a" |
| dependencies = [ |
| "cstr", |
| "dlib", |
| "once_cell", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |