kubi/Cargo.lock

2613 lines
64 KiB
Plaintext
Raw Normal View History

2023-02-14 19:01:11 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-11-21 15:45:41 +00:00
[[package]]
name = "ab_glyph"
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225"
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
2023-02-14 19:01:11 +00:00
[[package]]
name = "addr2line"
2023-11-21 15:45:41 +00:00
version = "0.21.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2023-02-14 19:01:11 +00:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
2023-11-21 15:45:41 +00:00
version = "0.8.6"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"cfg-if",
2023-02-14 19:01:11 +00:00
"getrandom",
"once_cell",
"version_check",
2023-11-21 15:45:41 +00:00
"zerocopy",
2023-02-14 19:01:11 +00:00
]
[[package]]
2023-11-21 15:45:41 +00:00
name = "aho-corasick"
version = "1.1.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"memchr",
2023-02-14 19:01:11 +00:00
]
[[package]]
2023-11-21 15:45:41 +00:00
name = "allocator-api2"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
[[package]]
name = "android-activity"
version = "0.5.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "052ad56e336bcc615a214bffbeca6c181ee9550acec193f0327e0b103b033a4d"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"android-properties",
"bitflags 2.4.1",
"cc",
"cesu8",
"jni",
"jni-sys",
"libc",
"log",
2023-11-21 16:49:40 +00:00
"ndk",
2023-11-21 15:45:41 +00:00
"ndk-context",
2023-11-21 16:49:40 +00:00
"ndk-sys",
"num_enum",
2023-11-21 15:45:41 +00:00
"thiserror",
2023-02-14 19:01:11 +00:00
]
2023-07-09 01:03:45 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "android-properties"
version = "0.2.2"
2023-07-09 01:03:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
2023-07-09 01:03:45 +00:00
[[package]]
name = "android_log-sys"
2023-11-21 15:45:41 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "5ecc8056bf6ab9892dcd53216c83d1597487d7dacac16c8df6b877d127df9937"
[[package]]
name = "android_logger"
2023-11-21 15:45:41 +00:00
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "c494134f746c14dc653a35a4ea5aca24ac368529da5370ecf41fe0341c35772f"
dependencies = [
"android_log-sys",
"env_logger",
"log",
"once_cell",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "anyhow"
2023-11-21 15:45:41 +00:00
version = "1.0.75"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2023-02-14 19:01:11 +00:00
[[package]]
name = "arrayref"
version = "0.3.7"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2023-02-14 19:01:11 +00:00
[[package]]
name = "arrayvec"
2023-11-21 15:45:41 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "as-raw-xcb-connection"
version = "1.0.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "2d5f312b0a56c5cdf967c0aeb67f6289603354951683bc97ddc595ab974ba9aa"
2023-02-14 19:01:11 +00:00
2023-03-08 00:31:38 +00:00
[[package]]
name = "atomic-polyfill"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28"
dependencies = [
"critical-section",
]
2023-11-21 15:45:41 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-02-14 19:01:11 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
2023-11-21 15:45:41 +00:00
version = "0.3.69"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
2023-02-14 19:01:11 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2023-07-09 01:03:45 +00:00
"miniz_oxide",
2023-02-14 19:01:11 +00:00
"object",
"rustc-demangle",
]
2023-11-19 17:27:20 +00:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-07-09 01:03:45 +00:00
[[package]]
name = "bitflags"
2023-11-21 15:45:41 +00:00
version = "2.4.1"
2023-07-09 01:03:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2023-07-09 01:03:45 +00:00
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "block-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dd7cf50912cddc06dc5ea7c08c5e81c1b2c842a70d19def1848d54c586fed92"
dependencies = [
"objc-sys",
]
[[package]]
name = "block2"
version = "0.3.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68"
dependencies = [
"block-sys",
"objc2",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "bracket-noise"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0b7443d0990c69db7a83f376f0101d684c20a911698e5f932bffbda2c8b08dd"
dependencies = [
"bracket-random",
]
[[package]]
name = "bracket-random"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "437be61484077b1ddb57002ce3c96b7d03cbf500b5d15157ee7e67e22332c39b"
dependencies = [
"getrandom",
"js-sys",
"lazy_static",
"rand",
"rand_xorshift",
"regex",
"wasm-bindgen",
]
[[package]]
name = "bumpalo"
2023-11-21 15:45:41 +00:00
version = "3.14.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2023-02-14 19:01:11 +00:00
[[package]]
name = "bytemuck"
2023-11-19 17:27:20 +00:00
version = "1.14.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-19 17:27:20 +00:00
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
2023-02-14 19:01:11 +00:00
[[package]]
name = "byteorder"
2023-11-21 15:45:41 +00:00
version = "1.5.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2023-02-14 19:01:11 +00:00
[[package]]
name = "calloop"
2023-11-21 15:45:41 +00:00
version = "0.12.3"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "7b50b5a44d59a98c55a9eeb518f39bf7499ba19fd98ee7d22618687f3f10adbf"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"bitflags 2.4.1",
2023-02-14 19:01:11 +00:00
"log",
2023-11-21 15:45:41 +00:00
"polling",
"rustix",
"slab",
2023-02-14 19:01:11 +00:00
"thiserror",
2023-11-21 15:45:41 +00:00
]
[[package]]
name = "calloop-wayland-source"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
dependencies = [
"calloop",
"rustix",
"wayland-backend",
"wayland-client",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "cc"
2023-11-21 15:45:41 +00:00
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"jobserver",
"libc",
]
[[package]]
name = "cesu8"
version = "1.1.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2023-02-14 19:01:11 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-11-21 15:45:41 +00:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2023-02-14 19:01:11 +00:00
[[package]]
name = "cgl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
dependencies = [
"libc",
]
2023-03-08 00:31:38 +00:00
[[package]]
name = "cobs"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "color_quant"
version = "1.1.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "combine"
version = "4.6.6"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"bytes",
"memchr",
2023-02-14 19:01:11 +00:00
]
[[package]]
2023-11-21 15:45:41 +00:00
name = "concurrent-queue"
version = "2.3.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"
dependencies = [
"crossbeam-utils",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2023-02-14 19:01:11 +00:00
[[package]]
name = "core-graphics"
2023-11-21 15:45:41 +00:00
version = "0.23.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"core-foundation",
"core-graphics-types",
2023-11-21 15:45:41 +00:00
"foreign-types",
2023-02-14 19:01:11 +00:00
"libc",
]
[[package]]
name = "core-graphics-types"
2023-07-09 01:03:45 +00:00
version = "0.1.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"core-foundation",
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
2023-03-08 00:31:38 +00:00
[[package]]
name = "critical-section"
2023-11-21 15:45:41 +00:00
version = "1.1.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216"
2023-02-14 19:01:11 +00:00
[[package]]
name = "crossbeam-deque"
2023-03-06 23:34:26 +00:00
version = "0.8.3"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-06 23:34:26 +00:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2023-02-14 19:01:11 +00:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-07-09 01:03:45 +00:00
version = "0.9.15"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2023-02-14 19:01:11 +00:00
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
2023-07-09 01:03:45 +00:00
"memoffset 0.9.0",
2023-02-14 19:01:11 +00:00
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-07-09 01:03:45 +00:00
version = "0.8.16"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2023-02-14 19:01:11 +00:00
dependencies = [
"cfg-if",
]
[[package]]
2023-11-21 15:45:41 +00:00
name = "cursor-icon"
version = "1.1.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
2023-02-14 19:01:11 +00:00
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "dlib"
2023-07-09 01:03:45 +00:00
version = "0.5.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"libloading 0.8.1",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
2023-11-21 15:45:41 +00:00
name = "either"
version = "1.9.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "embedded-io"
version = "0.4.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
2023-02-14 19:01:11 +00:00
[[package]]
name = "env_logger"
2023-11-21 15:45:41 +00:00
version = "0.10.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
2023-02-14 19:01:11 +00:00
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
2023-07-09 01:03:45 +00:00
[[package]]
name = "equivalent"
2023-11-21 15:45:41 +00:00
version = "1.0.1"
2023-07-09 01:03:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-07-09 01:03:45 +00:00
2023-02-14 19:01:11 +00:00
[[package]]
name = "errno"
2023-11-21 15:45:41 +00:00
version = "0.3.7"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
2023-02-14 19:01:11 +00:00
dependencies = [
"libc",
"windows-sys 0.48.0",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "fdeflate"
2023-11-21 15:45:41 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "64d6dafc854908ff5da46ff3f8f473c6984119a2876a383a860246dd7841a868"
dependencies = [
"simd-adler32",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "flate2"
2023-11-21 15:45:41 +00:00
version = "1.0.28"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
2023-02-14 19:01:11 +00:00
dependencies = [
"crc32fast",
2023-07-09 01:03:45 +00:00
"miniz_oxide",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "flume"
2023-11-19 18:36:17 +00:00
version = "0.11.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-19 18:36:17 +00:00
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
2023-02-14 19:01:11 +00:00
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"spin",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2023-11-23 16:14:02 +00:00
[[package]]
name = "fontdue"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0793f5137567643cf65ea42043a538804ff0fbf288649e2141442b602d81f9bc"
dependencies = [
"hashbrown 0.13.2",
"ttf-parser 0.15.2",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "foreign-types"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
dependencies = [
"foreign-types-macros",
2023-11-21 15:45:41 +00:00
"foreign-types-shared",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "foreign-types-macros"
version = "0.2.3"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-21 16:49:40 +00:00
"syn",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "foreign-types-shared"
2023-11-21 15:45:41 +00:00
version = "0.3.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "futures-core"
version = "0.3.29"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "futures-sink"
version = "0.3.29"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "gethostname"
version = "0.3.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177"
2023-02-14 19:01:11 +00:00
dependencies = [
"libc",
2023-11-21 15:45:41 +00:00
"winapi",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "getrandom"
2023-11-21 15:45:41 +00:00
version = "0.2.11"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
2023-02-14 19:01:11 +00:00
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi",
"wasm-bindgen",
]
[[package]]
name = "gilrs"
2023-11-21 15:45:41 +00:00
version = "0.10.3"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "9e9eec02069fcbd7abe00a28adf216547774889129a777cb5e53fdfb75d59f09"
2023-02-14 19:01:11 +00:00
dependencies = [
"fnv",
"gilrs-core",
"log",
"uuid",
"vec_map",
]
[[package]]
name = "gilrs-core"
2023-11-21 15:45:41 +00:00
version = "0.5.9"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "178769da179a47b187837d1ab2b5b9b684a21180166a77a4ca37e7e58ee3833d"
2023-02-14 19:01:11 +00:00
dependencies = [
"core-foundation",
2023-11-21 15:45:41 +00:00
"inotify",
2023-02-14 19:01:11 +00:00
"io-kit-sys",
"js-sys",
"libc",
"libudev-sys",
"log",
2023-11-21 15:45:41 +00:00
"nix 0.27.1",
2023-02-14 19:01:11 +00:00
"rusty-xinput",
"uuid",
"vec_map",
"wasm-bindgen",
"web-sys",
"winapi",
]
[[package]]
name = "gimli"
2023-11-21 15:45:41 +00:00
version = "0.28.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2023-02-14 19:01:11 +00:00
[[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 = "glam"
2023-11-21 15:45:41 +00:00
version = "0.24.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945"
2023-02-14 19:01:11 +00:00
dependencies = [
"serde",
]
[[package]]
name = "glium"
2023-11-21 15:45:41 +00:00
version = "0.33.0"
source = "git+https://github.com/glium/glium?rev=968fc92378caf#968fc92378caf4b8306785dd005b51cd1a7cf97f"
2023-02-14 19:01:11 +00:00
dependencies = [
"backtrace",
"fnv",
"gl_generator",
"glutin",
2023-11-21 15:45:41 +00:00
"glutin-winit",
2023-02-14 19:01:11 +00:00
"lazy_static",
2023-11-21 15:45:41 +00:00
"memoffset 0.9.0",
"raw-window-handle 0.5.2",
2023-02-14 19:01:11 +00:00
"smallvec",
"takeable-option",
2023-11-21 15:45:41 +00:00
"winit",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "glutin"
2023-11-21 15:45:41 +00:00
version = "0.31.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "eca18d477e18c996c1fd1a50e04c6a745b67e2d512c7fb51f2757d9486a0e3ee"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"bitflags 2.4.1",
"cfg_aliases",
2023-02-14 19:01:11 +00:00
"cgl",
"core-foundation",
2023-11-21 15:45:41 +00:00
"dispatch",
2023-02-14 19:01:11 +00:00
"glutin_egl_sys",
"glutin_glx_sys",
"glutin_wgl_sys",
2023-11-21 15:45:41 +00:00
"icrate",
"libloading 0.8.1",
"objc2",
2023-02-14 19:01:11 +00:00
"once_cell",
"raw-window-handle 0.5.2",
2023-11-21 15:45:41 +00:00
"wayland-sys",
"windows-sys 0.48.0",
"x11-dl",
2023-02-14 19:01:11 +00:00
]
[[package]]
2023-11-21 15:45:41 +00:00
name = "glutin-winit"
version = "0.4.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "1ebcdfba24f73b8412c5181e56f092b5eff16671c514ce896b258a0a64bd7735"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"cfg_aliases",
"glutin",
"raw-window-handle 0.5.2",
"winit",
2023-02-14 19:01:11 +00:00
]
[[package]]
2023-11-21 15:45:41 +00:00
name = "glutin_egl_sys"
version = "0.6.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "77cc5623f5309ef433c3dd4ca1223195347fe62c413da8e2fdd0eb76db2d9bcd"
2023-02-14 19:01:11 +00:00
dependencies = [
"gl_generator",
2023-11-21 15:45:41 +00:00
"windows-sys 0.48.0",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "glutin_glx_sys"
2023-11-21 15:45:41 +00:00
version = "0.5.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "a165fd686c10dcc2d45380b35796e577eacfd43d4660ee741ec8ebe2201b3b4f"
2023-02-14 19:01:11 +00:00
dependencies = [
"gl_generator",
"x11-dl",
]
[[package]]
name = "glutin_wgl_sys"
2023-11-21 15:45:41 +00:00
version = "0.5.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
2023-02-14 19:01:11 +00:00
dependencies = [
"gl_generator",
]
2023-03-08 00:31:38 +00:00
[[package]]
name = "hash32"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
dependencies = [
"byteorder",
]
2023-11-23 16:14:02 +00:00
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "hashbrown"
2023-11-21 15:45:41 +00:00
version = "0.14.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"ahash",
2023-07-09 01:03:45 +00:00
"allocator-api2",
2023-11-19 17:27:20 +00:00
"serde",
2023-02-14 19:01:11 +00:00
]
2023-03-08 00:31:38 +00:00
[[package]]
name = "heapless"
version = "0.7.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743"
dependencies = [
"atomic-polyfill",
"hash32",
"rustc_version",
"serde",
"spin",
"stable_deref_trait",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "hermit-abi"
2023-11-21 15:45:41 +00:00
version = "0.3.3"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2023-02-14 19:01:11 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2023-11-21 15:45:41 +00:00
[[package]]
name = "icrate"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319"
dependencies = [
"block2",
"dispatch",
"objc2",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "image"
2023-11-21 15:45:41 +00:00
version = "0.24.7"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
2023-02-14 19:01:11 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-rational",
"num-traits",
"png",
]
[[package]]
name = "indexmap"
2023-11-21 15:45:41 +00:00
version = "2.1.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-07-09 01:03:45 +00:00
"equivalent",
2023-11-23 16:14:02 +00:00
"hashbrown 0.14.2",
2023-02-14 19:01:11 +00:00
]
[[package]]
2023-11-21 15:45:41 +00:00
name = "inotify"
version = "0.10.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"bitflags 1.3.2",
"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",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "io-kit-sys"
2023-11-21 15:45:41 +00:00
version = "0.4.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "4769cb30e5dcf1710fc6730d3e94f78c47723a014a567de385e113c737394640"
2023-02-14 19:01:11 +00:00
dependencies = [
"core-foundation-sys",
"mach2",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "is-terminal"
2023-07-09 01:03:45 +00:00
version = "0.4.9"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-07-09 01:03:45 +00:00
"hermit-abi",
2023-02-14 19:01:11 +00:00
"rustix",
"windows-sys 0.48.0",
2023-02-14 19:01:11 +00:00
]
2023-03-08 23:56:46 +00:00
[[package]]
name = "itoa"
2023-11-21 15:45:41 +00:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
[[package]]
name = "jni"
version = "0.21.1"
2023-03-08 23:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
dependencies = [
"cesu8",
"cfg-if",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
"windows-sys 0.45.0",
]
2023-03-08 23:56:46 +00:00
2023-02-14 19:01:11 +00:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2023-11-21 15:45:41 +00:00
[[package]]
name = "jobserver"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
dependencies = [
"libc",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "js-sys"
2023-11-21 15:45:41 +00:00
version = "0.3.65"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
2023-02-14 19:01:11 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]]
name = "kubi"
2023-05-17 10:30:14 +00:00
version = "0.0.0"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 16:49:40 +00:00
"android-activity",
2023-02-14 19:01:11 +00:00
"anyhow",
"flume",
"gilrs",
"glam",
"glium",
2023-11-21 15:45:41 +00:00
"glutin",
2023-11-21 17:26:39 +00:00
"glutin-winit",
2023-11-23 16:14:02 +00:00
"hashbrown 0.14.2",
2023-02-14 19:01:11 +00:00
"image",
"kubi-logging",
"kubi-shared",
2023-11-21 13:08:22 +00:00
"kubi-ui",
2023-02-14 19:01:11 +00:00
"log",
"lz4_flex",
2023-11-21 16:49:40 +00:00
"ndk",
2023-02-14 19:01:11 +00:00
"nohash-hasher",
2023-03-08 00:31:38 +00:00
"postcard",
2023-11-21 17:26:39 +00:00
"raw-window-handle 0.5.2",
2023-02-14 19:01:11 +00:00
"rayon",
2023-03-08 23:56:46 +00:00
"serde_json",
2023-02-14 19:01:11 +00:00
"shipyard",
"static_assertions",
2023-02-14 19:01:11 +00:00
"strum",
"tinyset",
2023-03-08 00:31:38 +00:00
"uflow",
2023-02-14 19:01:11 +00:00
"winapi",
2023-11-21 15:45:41 +00:00
"winit",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "kubi-logging"
version = "0.1.0"
dependencies = [
"android_logger",
2023-02-14 19:01:11 +00:00
"env_logger",
"log",
]
2023-11-19 18:30:06 +00:00
[[package]]
name = "kubi-pool"
version = "0.0.0"
2023-02-14 19:01:11 +00:00
[[package]]
name = "kubi-server"
2023-05-17 10:30:14 +00:00
version = "0.0.0"
2023-02-14 19:01:11 +00:00
dependencies = [
"anyhow",
2023-03-07 03:50:06 +00:00
"flume",
2023-02-14 19:01:11 +00:00
"glam",
2023-11-23 16:14:02 +00:00
"hashbrown 0.14.2",
2023-02-14 19:01:11 +00:00
"kubi-logging",
"kubi-shared",
"log",
"lz4_flex",
2023-02-14 19:01:11 +00:00
"nohash-hasher",
2023-03-08 16:27:53 +00:00
"postcard",
"rand",
2023-03-07 03:50:06 +00:00
"rayon",
2023-02-14 19:01:11 +00:00
"serde",
"shipyard",
"toml",
2023-03-08 16:27:53 +00:00
"uflow",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "kubi-shared"
2023-05-17 10:30:14 +00:00
version = "0.0.0"
2023-02-14 19:01:11 +00:00
dependencies = [
"anyhow",
2023-11-19 17:27:20 +00:00
"bincode",
2023-02-14 19:01:11 +00:00
"bracket-noise",
"glam",
2023-11-23 16:14:02 +00:00
"hashbrown 0.14.2",
"nohash-hasher",
2023-11-21 16:49:40 +00:00
"num_enum",
2023-03-08 00:31:38 +00:00
"postcard",
2023-02-16 01:00:09 +00:00
"rand",
"rand_xoshiro",
2023-03-08 00:31:38 +00:00
"serde",
2023-02-14 19:01:11 +00:00
"shipyard",
2023-11-20 19:59:34 +00:00
"static_assertions",
2023-02-14 19:01:11 +00:00
"strum",
]
2023-11-21 13:08:22 +00:00
[[package]]
name = "kubi-ui"
version = "0.0.0"
dependencies = [
2023-11-23 16:14:02 +00:00
"fontdue",
2023-11-21 13:08:22 +00:00
"glam",
"glium",
2023-11-23 16:14:02 +00:00
"hashbrown 0.14.2",
2023-11-23 10:10:35 +00:00
"kubi-logging",
2023-11-22 10:56:46 +00:00
"log",
2023-11-21 13:08:22 +00:00
"nohash-hasher",
2023-11-23 16:59:14 +00:00
"rect_packer",
2023-11-23 10:10:35 +00:00
"winit",
2023-11-21 13:08:22 +00:00
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2023-11-21 15:45:41 +00:00
version = "0.2.150"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
2023-02-14 19:01:11 +00:00
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
2023-07-09 01:03:45 +00:00
[[package]]
name = "libloading"
2023-11-21 15:45:41 +00:00
version = "0.8.1"
2023-07-09 01:03:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
2023-07-09 01:03:45 +00:00
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2023-02-16 01:00:09 +00:00
[[package]]
name = "libm"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2023-11-21 15:45:41 +00:00
[[package]]
name = "libredox"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
dependencies = [
"bitflags 2.4.1",
"libc",
"redox_syscall 0.4.1",
]
2023-02-14 19:01:11 +00:00
[[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 = "linux-raw-sys"
2023-11-21 15:45:41 +00:00
version = "0.4.11"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
2023-02-14 19:01:11 +00:00
[[package]]
name = "lock_api"
2023-11-21 15:45:41 +00:00
version = "0.4.11"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2023-02-14 19:01:11 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2023-11-21 15:45:41 +00:00
version = "0.4.20"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2023-02-14 19:01:11 +00:00
[[package]]
name = "lz4_flex"
2023-07-09 01:03:45 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "3ea9b256699eda7b0387ffbc776dd625e28bde3918446381781245b7a50349d8"
2023-02-14 19:01:11 +00:00
[[package]]
name = "mach2"
version = "0.4.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
2023-02-14 19:01:11 +00:00
dependencies = [
"libc",
]
[[package]]
name = "memchr"
2023-11-21 15:45:41 +00:00
version = "2.6.4"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2023-02-14 19:01:11 +00:00
[[package]]
name = "memmap2"
2023-11-21 15:45:41 +00:00
version = "0.9.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375"
2023-02-14 19:01:11 +00:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
2023-11-21 15:45:41 +00:00
version = "0.7.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2023-02-14 19:01:11 +00:00
dependencies = [
"autocfg",
]
[[package]]
2023-07-09 01:03:45 +00:00
name = "memoffset"
version = "0.9.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
2023-02-14 19:01:11 +00:00
[[package]]
2023-07-09 01:03:45 +00:00
name = "minimal-lexical"
version = "0.2.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-02-14 19:01:11 +00:00
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
"simd-adler32",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom",
]
2023-11-21 15:45:41 +00:00
[[package]]
name = "ndk"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
dependencies = [
"bitflags 2.4.1",
"jni-sys",
"log",
2023-11-21 16:49:40 +00:00
"ndk-sys",
"num_enum",
2023-11-21 15:45:41 +00:00
"raw-window-handle 0.5.2",
"raw-window-handle 0.6.0",
"thiserror",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
2023-11-21 15:45:41 +00:00
name = "ndk-sys"
version = "0.5.0+25.2.9519653"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"jni-sys",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "nix"
2023-11-21 15:45:41 +00:00
version = "0.26.4"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"cfg-if",
"libc",
2023-11-21 15:45:41 +00:00
"memoffset 0.7.1",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "nix"
2023-11-21 15:45:41 +00:00
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
2023-11-21 15:45:41 +00:00
"bitflags 2.4.1",
"cfg-if",
"libc",
]
2023-02-14 19:01:11 +00:00
[[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 = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2023-11-21 15:45:41 +00:00
version = "0.2.17"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2023-02-14 19:01:11 +00:00
dependencies = [
"autocfg",
]
2023-11-20 19:59:34 +00:00
[[package]]
name = "num_enum"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0"
dependencies = [
2023-11-21 16:49:40 +00:00
"num_enum_derive",
2023-02-14 19:01:11 +00:00
]
2023-11-20 19:59:34 +00:00
[[package]]
name = "num_enum_derive"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e"
dependencies = [
2023-11-21 16:49:40 +00:00
"proc-macro-crate",
2023-11-20 19:59:34 +00:00
"proc-macro2",
"quote",
2023-11-21 16:49:40 +00:00
"syn",
2023-11-20 19:59:34 +00:00
]
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "objc-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99e1d07c6eab1ce8b6382b8e3c7246fe117ff3f8b34be065f5ebace6749fe845"
[[package]]
name = "objc2"
version = "0.4.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"objc-sys",
"objc2-encode",
2023-02-14 19:01:11 +00:00
]
2023-11-21 15:45:41 +00:00
[[package]]
name = "objc2-encode"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666"
2023-02-14 19:01:11 +00:00
[[package]]
name = "object"
2023-11-21 15:45:41 +00:00
version = "0.32.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2023-02-14 19:01:11 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-07-09 01:03:45 +00:00
version = "1.18.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "orbclient"
version = "0.3.47"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"libredox",
]
[[package]]
name = "owned_ttf_parser"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7"
dependencies = [
2023-11-23 16:14:02 +00:00
"ttf-parser 0.20.0",
2023-02-14 19:01:11 +00:00
]
2023-02-16 01:00:09 +00:00
[[package]]
name = "packed_simd_2"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
dependencies = [
"cfg-if",
"libm",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "percent-encoding"
2023-07-09 01:03:45 +00:00
version = "2.3.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2023-02-14 19:01:11 +00:00
2023-11-21 15:45:41 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2023-02-14 19:01:11 +00:00
[[package]]
name = "pkg-config"
version = "0.3.27"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2023-02-14 19:01:11 +00:00
[[package]]
name = "png"
2023-11-21 15:45:41 +00:00
version = "0.17.10"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"crc32fast",
"fdeflate",
2023-02-14 19:01:11 +00:00
"flate2",
2023-07-09 01:03:45 +00:00
"miniz_oxide",
2023-02-14 19:01:11 +00:00
]
2023-11-21 15:45:41 +00:00
[[package]]
name = "polling"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e53b6af1f60f36f8c2ac2aad5459d75a5a9b4be1e8cdd40264f315d78193e531"
dependencies = [
"cfg-if",
"concurrent-queue",
"pin-project-lite",
"rustix",
"tracing",
"windows-sys 0.48.0",
]
2023-03-08 00:31:38 +00:00
[[package]]
name = "postcard"
2023-11-21 15:45:41 +00:00
version = "1.0.8"
2023-03-08 00:31:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
2023-03-08 00:31:38 +00:00
dependencies = [
"cobs",
2023-11-21 15:45:41 +00:00
"embedded-io",
2023-03-08 00:31:38 +00:00
"heapless",
"serde",
]
2023-02-16 01:00:09 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2023-11-21 15:45:41 +00:00
[[package]]
name = "proc-macro-crate"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
dependencies = [
"toml_edit 0.20.7",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "proc-macro2"
2023-11-21 15:45:41 +00:00
version = "1.0.69"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
2023-02-14 19:01:11 +00:00
dependencies = [
"unicode-ident",
]
2023-11-21 15:45:41 +00:00
[[package]]
name = "quick-xml"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
dependencies = [
"memchr",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "quote"
2023-11-21 15:45:41 +00:00
version = "1.0.33"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
2023-02-16 01:00:09 +00:00
"libc",
"packed_simd_2",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2023-02-14 19:01:11 +00:00
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2023-02-16 01:00:09 +00:00
dependencies = [
"getrandom",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "rand_xorshift"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
dependencies = [
"rand_core",
]
2023-02-16 01:00:09 +00:00
[[package]]
name = "rand_xoshiro"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
dependencies = [
"rand_core",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "raw-window-handle"
2023-11-21 15:45:41 +00:00
version = "0.5.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2023-02-14 19:01:11 +00:00
[[package]]
name = "raw-window-handle"
2023-11-21 15:45:41 +00:00
version = "0.6.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
2023-02-14 19:01:11 +00:00
[[package]]
name = "rayon"
2023-11-21 15:45:41 +00:00
version = "1.8.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
2023-02-14 19:01:11 +00:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-11-21 15:45:41 +00:00
version = "1.12.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2023-02-14 19:01:11 +00:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-11-23 16:59:14 +00:00
[[package]]
name = "rect_packer"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8ffb4dfda4b01cc420847665dc480760d596ce186f2772a66ed32fe9acb1c45"
2023-02-14 19:01:11 +00:00
[[package]]
name = "redox_syscall"
2023-07-09 01:03:45 +00:00
version = "0.3.5"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
]
2023-11-21 15:45:41 +00:00
[[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",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "regex"
2023-11-21 15:45:41 +00:00
version = "1.10.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
2023-07-09 01:03:45 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2023-11-21 15:45:41 +00:00
version = "0.4.3"
2023-07-09 01:03:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
2023-02-14 19:01:11 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-11-21 15:45:41 +00:00
version = "0.8.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2023-02-14 19:01:11 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-02-14 19:01:11 +00:00
2023-03-08 00:31:38 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "rustix"
2023-11-21 15:45:41 +00:00
version = "0.38.25"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"bitflags 2.4.1",
2023-02-14 19:01:11 +00:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "rustversion"
2023-11-21 15:45:41 +00:00
version = "1.0.14"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2023-02-14 19:01:11 +00:00
[[package]]
name = "rusty-xinput"
2023-11-21 15:45:41 +00:00
version = "1.2.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "f732e9143737af4ae66fbfcb206140457757a846af46bb3892974e8c0bcea295"
2023-02-14 19:01:11 +00:00
dependencies = [
"lazy_static",
"log",
"winapi",
]
2023-03-08 23:56:46 +00:00
[[package]]
name = "ryu"
2023-11-21 15:45:41 +00:00
version = "1.0.15"
2023-03-08 23:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2023-03-08 23:56:46 +00:00
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "same-file"
version = "1.0.6"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"winapi-util",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
2023-11-21 15:45:41 +00:00
version = "1.2.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-02-14 19:01:11 +00:00
[[package]]
name = "sctk-adwaita"
2023-11-21 15:45:41 +00:00
version = "0.7.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "1729a30a469de249c6effc17ec8d039b0aa29b3af79b819b7f51cb6ab8046a90"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"ab_glyph",
2023-02-14 19:01:11 +00:00
"log",
2023-11-21 15:45:41 +00:00
"memmap2",
2023-02-14 19:01:11 +00:00
"smithay-client-toolkit",
"tiny-skia",
]
2023-03-08 00:31:38 +00:00
[[package]]
name = "semver"
2023-11-21 15:45:41 +00:00
version = "1.0.20"
2023-03-08 00:31:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
2023-03-08 00:31:38 +00:00
2023-02-14 19:01:11 +00:00
[[package]]
name = "serde"
2023-11-21 15:45:41 +00:00
version = "1.0.193"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
2023-02-14 19:01:11 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-11-21 15:45:41 +00:00
version = "1.0.193"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-21 16:49:40 +00:00
"syn",
2023-02-14 19:01:11 +00:00
]
2023-03-08 23:56:46 +00:00
[[package]]
name = "serde_json"
2023-11-21 15:45:41 +00:00
version = "1.0.108"
2023-03-08 23:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
2023-03-08 23:56:46 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "serde_spanned"
2023-11-19 18:36:17 +00:00
version = "0.6.4"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-19 18:36:17 +00:00
checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
2023-02-14 19:01:11 +00:00
dependencies = [
"serde",
]
[[package]]
name = "shipyard"
version = "0.6.0"
2023-11-21 15:45:41 +00:00
source = "git+https://github.com/leudz/shipyard?rev=8ef90ea6c4d1eb6c9cb0988f0d2f873f75044d49#8ef90ea6c4d1eb6c9cb0988f0d2f873f75044d49"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-23 16:14:02 +00:00
"hashbrown 0.14.2",
2023-02-14 19:01:11 +00:00
"lock_api",
"rayon",
2023-03-08 23:56:46 +00:00
"serde",
2023-02-14 19:01:11 +00:00
"shipyard_proc",
2023-11-21 15:45:41 +00:00
"siphasher",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "shipyard_proc"
version = "0.3.0"
2023-11-21 15:45:41 +00:00
source = "git+https://github.com/leudz/shipyard?rev=8ef90ea6c4d1eb6c9cb0988f0d2f873f75044d49#8ef90ea6c4d1eb6c9cb0988f0d2f873f75044d49"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-21 16:49:40 +00:00
"syn",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "simd-adler32"
2023-11-21 15:45:41 +00:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "siphasher"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54ac45299ccbd390721be55b412d41931911f654fa99e2cb8bfb57184b2061fe"
[[package]]
name = "slab"
version = "0.4.9"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"autocfg",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "smallvec"
2023-11-21 15:45:41 +00:00
version = "1.11.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
2023-02-14 19:01:11 +00:00
[[package]]
name = "smithay-client-toolkit"
2023-11-21 15:45:41 +00:00
version = "0.18.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "60e3d9941fa3bacf7c2bf4b065304faa14164151254cd16ce1b1bc8fc381600f"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"bitflags 2.4.1",
2023-02-14 19:01:11 +00:00
"calloop",
2023-11-21 15:45:41 +00:00
"calloop-wayland-source",
"cursor-icon",
"libc",
2023-02-14 19:01:11 +00:00
"log",
"memmap2",
2023-11-21 15:45:41 +00:00
"rustix",
"thiserror",
"wayland-backend",
2023-02-14 19:01:11 +00:00
"wayland-client",
2023-11-21 15:45:41 +00:00
"wayland-csd-frame",
2023-02-14 19:01:11 +00:00
"wayland-cursor",
"wayland-protocols",
2023-11-21 15:45:41 +00:00
"wayland-protocols-wlr",
"wayland-scanner",
"xkeysym",
]
[[package]]
name = "smol_str"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c"
dependencies = [
"serde",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "spin"
version = "0.9.8"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2023-02-14 19:01:11 +00:00
dependencies = [
"lock_api",
]
2023-03-08 00:31:38 +00:00
[[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"
2023-11-21 15:45:41 +00:00
[[package]]
name = "strict-num"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
2023-02-14 19:01:11 +00:00
[[package]]
name = "strum"
2023-07-09 01:03:45 +00:00
version = "0.25.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
2023-02-14 19:01:11 +00:00
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
2023-11-21 15:45:41 +00:00
version = "0.25.3"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
2023-02-14 19:01:11 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"rustversion",
2023-11-21 16:49:40 +00:00
"syn",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "syn"
2023-11-21 15:45:41 +00:00
version = "2.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "takeable-option"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36ae8932fcfea38b7d3883ae2ab357b0d57a02caaa18ebb4f5ece08beaec4aa0"
[[package]]
name = "termcolor"
2023-11-21 15:45:41 +00:00
version = "1.4.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
2023-02-14 19:01:11 +00:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
2023-11-21 15:45:41 +00:00
version = "1.0.50"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
2023-02-14 19:01:11 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-11-21 15:45:41 +00:00
version = "1.0.50"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-21 16:49:40 +00:00
"syn",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "tiny-skia"
2023-11-21 15:45:41 +00:00
version = "0.11.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "3b72a92a05db376db09fe6d50b7948d106011761c05a6a45e23e17ee9b556222"
2023-02-14 19:01:11 +00:00
dependencies = [
"arrayref",
"arrayvec",
"bytemuck",
"cfg-if",
2023-11-21 15:45:41 +00:00
"log",
2023-02-14 19:01:11 +00:00
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
2023-11-21 15:45:41 +00:00
version = "0.11.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "6ac3865b9708fc7e1961a65c3a4fa55e984272f33092d3c859929f887fceb647"
2023-02-14 19:01:11 +00:00
dependencies = [
"arrayref",
"bytemuck",
2023-11-21 15:45:41 +00:00
"strict-num",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "tinyset"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2417e47ddd3809ad40222777ac754ee881b3a6401e38cbeeeb3ee1ca5f30aa0"
dependencies = [
"rand",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "toml"
2023-11-19 18:36:17 +00:00
version = "0.8.8"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-19 18:36:17 +00:00
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
2023-02-14 19:01:11 +00:00
dependencies = [
"serde",
"serde_spanned",
2023-03-06 23:34:26 +00:00
"toml_datetime",
2023-11-19 18:36:17 +00:00
"toml_edit 0.21.0",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "toml_datetime"
2023-11-19 18:36:17 +00:00
version = "0.6.5"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-19 18:36:17 +00:00
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2023-02-14 19:01:11 +00:00
dependencies = [
"serde",
]
2023-11-21 15:45:41 +00:00
[[package]]
name = "toml_edit"
version = "0.20.7"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
2023-11-19 18:36:17 +00:00
dependencies = [
"indexmap",
"toml_datetime",
2023-11-21 15:45:41 +00:00
"winnow",
2023-11-19 18:36:17 +00:00
]
[[package]]
name = "toml_edit"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
2023-02-14 19:01:11 +00:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
2023-03-06 23:34:26 +00:00
"toml_datetime",
2023-11-21 15:45:41 +00:00
"winnow",
]
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
"tracing-core",
2023-02-14 19:01:11 +00:00
]
2023-11-21 15:45:41 +00:00
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-11-23 16:14:02 +00:00
[[package]]
name = "ttf-parser"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
2023-11-21 15:45:41 +00:00
[[package]]
name = "ttf-parser"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
2023-03-08 00:31:38 +00:00
[[package]]
name = "uflow"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be4d71c1c106a57b0333ac2c28bd4521e0b16a2b98fe84405cdf7f544be46b6"
dependencies = [
"rand",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "unicode-ident"
2023-11-21 15:45:41 +00:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2023-02-14 19:01:11 +00:00
[[package]]
name = "uuid"
2023-11-21 15:45:41 +00:00
version = "1.6.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
2023-02-14 19:01:11 +00:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2023-11-21 15:45:41 +00:00
[[package]]
name = "walkdir"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
dependencies = [
"same-file",
"winapi-util",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2023-11-21 15:45:41 +00:00
version = "0.2.88"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
2023-02-14 19:01:11 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-11-21 15:45:41 +00:00
version = "0.2.88"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
2023-02-14 19:01:11 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-11-21 16:49:40 +00:00
"syn",
2023-02-14 19:01:11 +00:00
"wasm-bindgen-shared",
]
2023-11-21 15:45:41 +00:00
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "wasm-bindgen-macro"
2023-11-21 15:45:41 +00:00
version = "0.2.88"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
2023-02-14 19:01:11 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-11-21 15:45:41 +00:00
version = "0.2.88"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-21 16:49:40 +00:00
"syn",
2023-02-14 19:01:11 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-11-21 15:45:41 +00:00
version = "0.2.88"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "wayland-backend"
version = "0.3.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "19152ddd73f45f024ed4534d9ca2594e0ef252c1847695255dae47f34df9fbe4"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"cc",
2023-02-14 19:01:11 +00:00
"downcast-rs",
2023-11-21 15:45:41 +00:00
"nix 0.26.4",
2023-02-14 19:01:11 +00:00
"scoped-tls",
2023-11-21 15:45:41 +00:00
"smallvec",
2023-02-14 19:01:11 +00:00
"wayland-sys",
]
[[package]]
2023-11-21 15:45:41 +00:00
name = "wayland-client"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ca7d52347346f5473bf2f56705f360e8440873052e575e55890c4fa57843ed3"
dependencies = [
"bitflags 2.4.1",
"nix 0.26.4",
"wayland-backend",
"wayland-scanner",
]
[[package]]
name = "wayland-csd-frame"
version = "0.3.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"bitflags 2.4.1",
"cursor-icon",
"wayland-backend",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "wayland-cursor"
2023-11-21 15:45:41 +00:00
version = "0.31.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "a44aa20ae986659d6c77d64d808a046996a932aa763913864dc40c359ef7ad5b"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"nix 0.26.4",
2023-02-14 19:01:11 +00:00
"wayland-client",
"xcursor",
]
[[package]]
2023-11-21 15:45:41 +00:00
name = "wayland-protocols"
version = "0.31.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "e253d7107ba913923dc253967f35e8561a3c65f914543e46843c88ddd729e21c"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"bitflags 2.4.1",
"wayland-backend",
2023-02-14 19:01:11 +00:00
"wayland-client",
2023-11-21 15:45:41 +00:00
"wayland-scanner",
2023-02-14 19:01:11 +00:00
]
[[package]]
2023-11-21 15:45:41 +00:00
name = "wayland-protocols-plasma"
version = "0.2.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"bitflags 2.4.1",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
dependencies = [
"bitflags 2.4.1",
"wayland-backend",
2023-02-14 19:01:11 +00:00
"wayland-client",
2023-11-21 15:45:41 +00:00
"wayland-protocols",
2023-02-14 19:01:11 +00:00
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
2023-11-21 15:45:41 +00:00
version = "0.31.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "fb8e28403665c9f9513202b7e1ed71ec56fde5c107816843fb14057910b2c09c"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
2023-11-21 15:45:41 +00:00
"quick-xml",
2023-02-14 19:01:11 +00:00
"quote",
]
[[package]]
name = "wayland-sys"
2023-11-21 15:45:41 +00:00
version = "0.31.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
2023-02-14 19:01:11 +00:00
dependencies = [
"dlib",
2023-11-21 15:45:41 +00:00
"log",
"once_cell",
2023-02-14 19:01:11 +00:00
"pkg-config",
]
[[package]]
name = "web-sys"
2023-11-21 15:45:41 +00:00
version = "0.3.65"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57099a701fb3a8043f993e8228dc24229c7b942e2b009a1b962e54489ba1d3bf"
2023-02-14 19:01:11 +00:00
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"
2023-11-21 15:45:41 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-wsapoll"
version = "0.1.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
2023-02-14 19:01:11 +00:00
dependencies = [
"winapi",
]
[[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"
2023-11-21 15:45:41 +00:00
version = "0.45.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"windows-targets 0.42.2",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-11-21 15:45:41 +00:00
"windows-targets 0.48.5",
]
[[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"
2023-11-21 15:45:41 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
2023-11-21 15:45:41 +00:00
"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",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-11-21 15:45:41 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-11-21 15:45:41 +00:00
version = "0.42.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-11-21 15:45:41 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_i686_gnu"
2023-11-21 15:45:41 +00:00
version = "0.42.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_i686_gnu"
2023-11-21 15:45:41 +00:00
version = "0.48.5"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_i686_msvc"
2023-11-21 15:45:41 +00:00
version = "0.42.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_i686_msvc"
2023-11-21 15:45:41 +00:00
version = "0.48.5"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-11-21 15:45:41 +00:00
version = "0.42.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-11-21 15:45:41 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-11-21 15:45:41 +00:00
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"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-11-21 15:45:41 +00:00
version = "0.42.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-11-21 15:45:41 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-02-14 19:01:11 +00:00
[[package]]
name = "winit"
2023-11-21 15:45:41 +00:00
version = "0.29.3"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "161598019a9da35ab6c34dc46cd13546cba9dbf9816475d4dd9a639455016563"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"ahash",
"android-activity",
"atomic-waker",
"bitflags 2.4.1",
"bytemuck",
"calloop",
"cfg_aliases",
2023-02-14 19:01:11 +00:00
"core-foundation",
"core-graphics",
2023-11-21 15:45:41 +00:00
"cursor-icon",
"icrate",
"js-sys",
2023-02-14 19:01:11 +00:00
"libc",
"log",
2023-11-21 15:45:41 +00:00
"memmap2",
2023-11-21 16:49:40 +00:00
"ndk",
"ndk-sys",
2023-11-21 15:45:41 +00:00
"objc2",
2023-02-14 19:01:11 +00:00
"once_cell",
2023-11-21 15:45:41 +00:00
"orbclient",
2023-02-14 19:01:11 +00:00
"percent-encoding",
"raw-window-handle 0.5.2",
2023-11-21 15:45:41 +00:00
"raw-window-handle 0.6.0",
"redox_syscall 0.3.5",
"rustix",
2023-02-14 19:01:11 +00:00
"sctk-adwaita",
"smithay-client-toolkit",
2023-11-21 15:45:41 +00:00
"smol_str",
"unicode-segmentation",
2023-02-14 19:01:11 +00:00
"wasm-bindgen",
2023-11-21 15:45:41 +00:00
"wasm-bindgen-futures",
"wayland-backend",
2023-02-14 19:01:11 +00:00
"wayland-client",
"wayland-protocols",
2023-11-21 15:45:41 +00:00
"wayland-protocols-plasma",
2023-02-14 19:01:11 +00:00
"web-sys",
2023-11-21 15:45:41 +00:00
"web-time",
"windows-sys 0.48.0",
2023-02-14 19:01:11 +00:00
"x11-dl",
2023-11-21 15:45:41 +00:00
"x11rb",
"xkbcommon-dl",
2023-02-14 19:01:11 +00:00
]
2023-03-06 23:34:26 +00:00
[[package]]
name = "winnow"
2023-11-21 15:45:41 +00:00
version = "0.5.19"
2023-03-06 23:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b"
2023-03-06 23:34:26 +00:00
dependencies = [
"memchr",
]
2023-11-19 18:36:17 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "x11-dl"
version = "2.21.0"
2023-11-19 18:36:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
2023-11-19 18:36:17 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"libc",
"once_cell",
"pkg-config",
2023-11-19 18:36:17 +00:00
]
2023-02-14 19:01:11 +00:00
[[package]]
2023-11-21 15:45:41 +00:00
name = "x11rb"
version = "0.12.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"as-raw-xcb-connection",
"gethostname",
"libc",
"libloading 0.7.4",
"nix 0.26.4",
"once_cell",
2023-02-14 19:01:11 +00:00
"winapi",
2023-11-21 15:45:41 +00:00
"winapi-wsapoll",
"x11rb-protocol",
2023-02-14 19:01:11 +00:00
]
[[package]]
2023-11-21 15:45:41 +00:00
name = "x11rb-protocol"
version = "0.12.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-11-21 15:45:41 +00:00
"nix 0.26.4",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "xcursor"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
"nom",
]
2023-11-21 15:45:41 +00:00
[[package]]
name = "xkbcommon-dl"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6924668544c48c0133152e7eec86d644a056ca3d09275eb8d5cdb9855f9d8699"
dependencies = [
"bitflags 2.4.1",
"dlib",
"log",
"once_cell",
"xkeysym",
]
[[package]]
name = "xkeysym"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
2023-02-14 19:01:11 +00:00
[[package]]
name = "xml-rs"
2023-11-21 15:45:41 +00:00
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
[[package]]
name = "zerocopy"
version = "0.7.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.26"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 15:45:41 +00:00
checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
dependencies = [
"proc-macro2",
"quote",
2023-11-21 16:49:40 +00:00
"syn",
2023-11-21 15:45:41 +00:00
]