kubi/Cargo.lock

2469 lines
60 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
[[package]]
name = "addr2line"
2023-07-09 01:03:45 +00:00
version = "0.20.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 = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
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"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
2023-07-09 01:03:45 +00:00
version = "1.0.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 = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2023-02-14 19:01:11 +00:00
dependencies = [
"memchr",
]
2023-07-09 01:03:45 +00:00
[[package]]
name = "allocator-api2"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9"
[[package]]
name = "android_log-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27f0fc03f560e1aebde41c2398b691cb98b5ea5996a6184a7a67bbbb77448969"
[[package]]
name = "android_logger"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fa490e751f3878eb9accb9f18988eca52c2337ce000a8bf31ef50d4c723ca9e"
dependencies = [
"android_log-sys",
"env_logger",
"log",
"once_cell",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "anyhow"
version = "1.0.71"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
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"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
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-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-07-09 01:03:45 +00:00
version = "0.3.68"
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 = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
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"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
2023-02-14 19:01:11 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[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-07-09 01:03:45 +00:00
version = "3.13.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 = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
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"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "calloop"
2023-07-09 01:03:45 +00:00
version = "0.10.6"
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 = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8"
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
"log",
"nix 0.25.1",
"slotmap",
"thiserror",
"vec_map",
]
[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cgl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
dependencies = [
"libc",
]
[[package]]
name = "cmake"
version = "0.1.50"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
2023-02-14 19:01:11 +00:00
dependencies = [
"cc",
]
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]]
name = "cocoa"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"block",
"cocoa-foundation",
"core-foundation",
"core-graphics",
"foreign-types 0.3.2",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
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
"block",
"core-foundation",
"core-graphics-types",
"foreign-types 0.3.2",
"libc",
"objc",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[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"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
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",
"foreign-types 0.3.2",
"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 = "core-text"
version = "19.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
dependencies = [
"core-foundation",
"core-graphics",
"foreign-types 0.3.2",
"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"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52"
2023-02-14 19:01:11 +00:00
[[package]]
name = "crossbeam-channel"
version = "0.5.8"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2023-02-14 19:01:11 +00:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[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]]
name = "crossfont"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45"
dependencies = [
"cocoa",
"core-foundation",
"core-foundation-sys",
"core-graphics",
"core-text",
"dwrote",
"foreign-types 0.5.0",
"freetype-rs",
"libc",
"log",
"objc",
"once_cell",
"pkg-config",
"servo-fontconfig",
"winapi",
]
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
[[package]]
name = "darling"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 1.0.109",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "darling_macro"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
dependencies = [
"darling_core",
"quote",
"syn 1.0.109",
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-07-09 01:03:45 +00:00
"libloading 0.8.0",
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]]
name = "dwrote"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
dependencies = [
"lazy_static",
"libc",
"serde",
"serde_derive",
"winapi",
"wio",
]
[[package]]
name = "either"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "env_logger"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
2023-07-09 01:03:45 +00:00
[[package]]
name = "equivalent"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
2023-02-14 19:01:11 +00:00
[[package]]
name = "errno"
version = "0.3.1"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-02-14 19:01:11 +00:00
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "expat-sys"
version = "2.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
dependencies = [
"cmake",
"pkg-config",
]
[[package]]
name = "fdeflate"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
dependencies = [
"simd-adler32",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "flate2"
version = "1.0.26"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
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"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
"spin",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared 0.1.1",
]
[[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 0.3.1",
]
[[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-07-09 01:03:45 +00:00
"syn 2.0.23",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[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.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb"
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"freetype-sys",
"libc",
]
[[package]]
name = "freetype-sys"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
dependencies = [
"cmake",
"libc",
"pkg-config",
]
[[package]]
name = "futures-core"
version = "0.3.28"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2023-02-14 19:01:11 +00:00
[[package]]
name = "futures-sink"
version = "0.3.28"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2023-02-14 19:01:11 +00:00
[[package]]
name = "getrandom"
2023-07-09 01:03:45 +00:00
version = "0.2.10"
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 = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2023-02-14 19:01:11 +00:00
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi",
"wasm-bindgen",
]
[[package]]
name = "gilrs"
version = "0.10.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62fd19844d0eb919aca41d3e4ea0e0b6bf60e1e827558b101c269015b8f5f27a"
2023-02-14 19:01:11 +00:00
dependencies = [
"fnv",
"gilrs-core",
"log",
"uuid",
"vec_map",
]
[[package]]
name = "gilrs-core"
2023-07-09 01:03:45 +00:00
version = "0.5.6"
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 = "f85b0f27572f0560cfc4a067a2978a4a490f9fa5cf1326d30b142a288312a965"
2023-02-14 19:01:11 +00:00
dependencies = [
"core-foundation",
"io-kit-sys",
"js-sys",
"libc",
"libudev-sys",
"log",
"nix 0.26.2",
2023-02-14 19:01:11 +00:00
"rusty-xinput",
"uuid",
"vec_map",
"wasm-bindgen",
"web-sys",
"winapi",
]
[[package]]
name = "gimli"
2023-07-09 01:03:45 +00:00
version = "0.27.3"
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 = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
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-07-09 01:03:45 +00:00
version = "0.24.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 = "42218cb640844e3872cc3c153dc975229e080a6c4733b34709ef445610550226"
2023-02-14 19:01:11 +00:00
dependencies = [
"serde",
]
[[package]]
name = "glium"
version = "0.32.1"
2023-05-16 10:27:57 +00:00
source = "git+https://github.com/glium/glium?rev=5d50e7#5d50e70628b5516cfd02751d70239586ceb18c92"
2023-02-14 19:01:11 +00:00
dependencies = [
"backtrace",
"fnv",
"gl_generator",
"glutin",
"lazy_static",
2023-05-16 10:27:57 +00:00
"memoffset 0.8.0",
2023-02-14 19:01:11 +00:00
"smallvec",
"takeable-option",
]
[[package]]
name = "glutin"
version = "0.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "444c9ad294fdcaf20ccf6726b78f380b5450275540c9b68ab62f49726ad1c713"
dependencies = [
"cgl",
"cocoa",
"core-foundation",
"glutin_egl_sys",
"glutin_gles2_sys",
"glutin_glx_sys",
"glutin_wgl_sys",
2023-07-09 01:03:45 +00:00
"libloading 0.7.4",
2023-02-14 19:01:11 +00:00
"log",
"objc",
"once_cell",
"osmesa-sys",
"parking_lot",
"raw-window-handle 0.5.2",
2023-02-14 19:01:11 +00:00
"wayland-client",
"wayland-egl",
"winapi",
"winit",
]
[[package]]
name = "glutin_egl_sys"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68900f84b471f31ea1d1355567eb865a2cf446294f06cef8d653ed7bcf5f013d"
dependencies = [
"gl_generator",
"winapi",
]
[[package]]
name = "glutin_gles2_sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103"
dependencies = [
"gl_generator",
"objc",
]
[[package]]
name = "glutin_glx_sys"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d93d0575865098580c5b3a423188cd959419912ea60b1e48e8b3b526f6d02468"
dependencies = [
"gl_generator",
"x11-dl",
]
[[package]]
name = "glutin_wgl_sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696"
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-02-14 19:01:11 +00:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.6",
2023-03-08 23:56:46 +00:00
"serde",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "hashbrown"
2023-07-09 01:03:45 +00:00
version = "0.14.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 = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2023-02-14 19:01:11 +00:00
dependencies = [
"ahash 0.8.3",
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-07-09 01:03:45 +00:00
version = "0.3.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 = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
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"
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "image"
version = "0.24.6"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
2023-02-14 19:01:11 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-rational",
"num-traits",
"png",
]
[[package]]
name = "indexmap"
2023-07-09 01:03:45 +00:00
version = "2.0.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 = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-07-09 01:03:45 +00:00
"equivalent",
"hashbrown 0.14.0",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "io-kit-sys"
version = "0.3.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2d4429acc1deff0fbdece0325b4997bdb02b2c245ab7023fd5deca0f6348de"
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-07-09 01:03:45 +00:00
version = "1.0.8"
2023-03-08 23:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
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"
[[package]]
name = "js-sys"
2023-07-09 01:03:45 +00:00
version = "0.3.64"
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 = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
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 = [
"anyhow",
"flume",
"gilrs",
"glam",
"glium",
2023-07-09 01:03:45 +00:00
"hashbrown 0.14.0",
2023-02-14 19:01:11 +00:00
"image",
"kubi-logging",
"kubi-shared",
"log",
"lz4_flex",
"ndk",
"ndk-glue",
2023-02-14 19:01:11 +00:00
"nohash-hasher",
2023-03-08 00:31:38 +00:00
"postcard",
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",
]
[[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-07-09 01:03:45 +00:00
"hashbrown 0.14.0",
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-07-09 01:03:45 +00:00
"hashbrown 0.14.0",
"nohash-hasher",
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",
"strum",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2023-07-09 01:03:45 +00:00
version = "0.2.147"
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 = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
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"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
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-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-07-09 01:03:45 +00:00
version = "0.4.3"
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 = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
2023-02-14 19:01:11 +00:00
[[package]]
name = "lock_api"
2023-07-09 01:03:45 +00:00
version = "0.4.10"
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 = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2023-02-14 19:01:11 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2023-07-09 01:03:45 +00:00
version = "0.4.19"
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 = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
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 = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
2023-03-06 23:34:26 +00:00
version = "0.5.10"
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 = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
2023-02-14 19:01:11 +00:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
2023-03-06 23:34:26 +00:00
version = "0.8.0"
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 = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
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 = "mio"
2023-07-09 01:03:45 +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-07-09 01:03:45 +00:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2023-02-14 19:01:11 +00:00
dependencies = [
"libc",
"log",
"wasi",
2023-07-09 01:03:45 +00:00
"windows-sys 0.48.0",
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",
]
[[package]]
name = "ndk"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"jni-sys",
"ndk-sys",
"num_enum",
"raw-window-handle 0.5.2",
2023-02-14 19:01:11 +00:00
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-glue"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f"
dependencies = [
"libc",
"log",
"ndk",
"ndk-context",
"ndk-macro",
"ndk-sys",
"once_cell",
"parking_lot",
]
[[package]]
name = "ndk-macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
dependencies = [
"darling",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 1.0.109",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "ndk-sys"
version = "0.4.1+23.1.7779620"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
dependencies = [
"jni-sys",
]
[[package]]
name = "nix"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"cfg-if",
"libc",
"memoffset 0.6.5",
]
[[package]]
name = "nix"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
dependencies = [
"autocfg",
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"cfg-if",
"libc",
"memoffset 0.6.5",
]
[[package]]
name = "nix"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
"cfg-if",
"libc",
"static_assertions",
]
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"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-07-09 01:03:45 +00:00
version = "1.16.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 = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
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
"libc",
]
[[package]]
name = "num_enum"
2023-03-06 23:34:26 +00:00
version = "0.5.11"
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 = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2023-02-14 19:01:11 +00:00
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2023-03-06 23:34:26 +00:00
version = "0.5.11"
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 = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 1.0.109",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "object"
2023-07-09 01:03:45 +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-07-09 01:03:45 +00:00
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
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]]
name = "osmesa-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
dependencies = [
"shared_library",
]
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 = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-07-09 01:03:45 +00:00
version = "0.9.8"
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 = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2023-02-14 19:01:11 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2023-07-09 01:03:45 +00:00
"windows-targets",
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
[[package]]
name = "pin-project"
2023-07-09 01:03:45 +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-07-09 01:03:45 +00:00
checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842"
2023-02-14 19:01:11 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-07-09 01:03:45 +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-07-09 01:03:45 +00:00
checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-07-09 01:03:45 +00:00
"syn 2.0.23",
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-07-09 01:03:45 +00:00
version = "0.17.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 = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11"
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-03-08 00:31:38 +00:00
[[package]]
name = "postcard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfa512cd0d087cc9f99ad30a1bf64795b67871edbead083ffc3a4dfafa59aa00"
dependencies = [
"cobs",
"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-02-14 19:01:11 +00:00
[[package]]
name = "proc-macro-crate"
2023-03-06 23:34:26 +00:00
version = "1.3.1"
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 = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2023-02-14 19:01:11 +00:00
dependencies = [
"once_cell",
2023-03-06 23:34:26 +00:00
"toml_edit",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "proc-macro2"
2023-07-09 01:03:45 +00:00
version = "1.0.63"
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 = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
2023-02-14 19:01:11 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-07-09 01:03:45 +00:00
version = "1.0.29"
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 = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
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"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
dependencies = [
"cty",
]
[[package]]
name = "raw-window-handle"
version = "0.5.2"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2023-02-14 19:01:11 +00:00
[[package]]
name = "rayon"
2023-03-06 23:34:26 +00:00
version = "1.7.0"
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 = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2023-02-14 19:01:11 +00:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-03-06 23:34:26 +00:00
version = "1.11.0"
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 = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2023-02-14 19:01:11 +00:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[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
]
[[package]]
name = "regex"
2023-07-09 01:03:45 +00:00
version = "1.9.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 = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf"
2023-02-14 19:01:11 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-07-09 01:03:45 +00:00
version = "0.7.3"
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 = "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846"
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-07-09 01:03:45 +00:00
version = "0.38.3"
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 = "ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4"
2023-02-14 19:01:11 +00:00
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 2.3.3",
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-07-09 01:03:45 +00:00
version = "1.0.13"
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 = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f"
2023-02-14 19:01:11 +00:00
[[package]]
name = "rusty-xinput"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2aa654bc32eb9ca14cce1a084abc9dfe43949a4547c35269a094c39272db3bb"
dependencies = [
"lazy_static",
"log",
"winapi",
]
2023-03-08 23:56:46 +00:00
[[package]]
name = "ryu"
2023-07-09 01:03:45 +00:00
version = "1.0.14"
2023-03-08 23:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
2023-03-08 23:56:46 +00:00
2023-02-14 19:01:11 +00:00
[[package]]
name = "safe_arch"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
dependencies = [
"bytemuck",
]
[[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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sctk-adwaita"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339"
dependencies = [
"crossfont",
"log",
"smithay-client-toolkit",
"tiny-skia",
]
2023-03-08 00:31:38 +00:00
[[package]]
name = "semver"
version = "1.0.17"
2023-03-08 00:31:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2023-03-08 00:31:38 +00:00
2023-02-14 19:01:11 +00:00
[[package]]
name = "serde"
2023-07-09 01:03:45 +00:00
version = "1.0.168"
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 = "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af"
2023-02-14 19:01:11 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-07-09 01:03:45 +00:00
version = "1.0.168"
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 = "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-07-09 01:03:45 +00:00
"syn 2.0.23",
2023-02-14 19:01:11 +00:00
]
2023-03-08 23:56:46 +00:00
[[package]]
name = "serde_json"
2023-07-09 01:03:45 +00:00
version = "1.0.100"
2023-03-08 23:56:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
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-07-09 01:03:45 +00:00
version = "0.6.3"
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 = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
2023-02-14 19:01:11 +00:00
dependencies = [
"serde",
]
[[package]]
name = "servo-fontconfig"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
dependencies = [
"libc",
"servo-fontconfig-sys",
]
[[package]]
name = "servo-fontconfig-sys"
version = "5.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
dependencies = [
"expat-sys",
"freetype-sys",
"pkg-config",
]
[[package]]
name = "shared_library"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
dependencies = [
"lazy_static",
"libc",
]
[[package]]
name = "shipyard"
version = "0.6.0"
2023-07-09 01:03:45 +00:00
source = "git+https://github.com/leudz/shipyard?rev=0934b426eb9a8#0934b426eb9a83571384edeb9a1fa45537265072"
2023-02-14 19:01:11 +00:00
dependencies = [
"hashbrown 0.12.3",
"lock_api",
"rayon",
2023-03-08 23:56:46 +00:00
"serde",
2023-02-14 19:01:11 +00:00
"shipyard_proc",
]
[[package]]
name = "shipyard_proc"
version = "0.3.0"
2023-07-09 01:03:45 +00:00
source = "git+https://github.com/leudz/shipyard?rev=0934b426eb9a8#0934b426eb9a83571384edeb9a1fa45537265072"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-07-09 01:03:45 +00:00
"syn 2.0.23",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "simd-adler32"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
2023-02-14 19:01:11 +00:00
[[package]]
name = "slotmap"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
[[package]]
name = "smallvec"
2023-07-09 01:03:45 +00:00
version = "1.11.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 = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2023-02-14 19:01:11 +00:00
[[package]]
name = "smithay-client-toolkit"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2",
"nix 0.24.3",
"pkg-config",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
[[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-02-14 19:01:11 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[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-07-09 01:03:45 +00:00
version = "0.25.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 = "6069ca09d878a33f883cc06aaa9718ede171841d3832450354410b718b097232"
2023-02-14 19:01:11 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"rustversion",
2023-07-09 01:03:45 +00:00
"syn 2.0.23",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "syn"
2023-03-06 23:34:26 +00:00
version = "1.0.109"
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 = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2023-07-09 01:03:45 +00:00
version = "2.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737"
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"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
2023-07-09 01:03:45 +00:00
version = "1.0.43"
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 = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
2023-02-14 19:01:11 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-07-09 01:03:45 +00:00
version = "1.0.43"
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 = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-07-09 01:03:45 +00:00
"syn 2.0.23",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "tiny-skia"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82"
dependencies = [
"arrayref",
"arrayvec",
"bytemuck",
"cfg-if",
"png",
"safe_arch",
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c"
dependencies = [
"arrayref",
"bytemuck",
]
[[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-07-09 01:03:45 +00:00
version = "0.7.6"
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 = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
2023-02-14 19:01:11 +00:00
dependencies = [
"serde",
"serde_spanned",
2023-03-06 23:34:26 +00:00
"toml_datetime",
"toml_edit",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "toml_datetime"
2023-07-09 01:03:45 +00:00
version = "0.6.3"
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 = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
2023-02-14 19:01:11 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-07-09 01:03:45 +00:00
version = "0.19.12"
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 = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78"
2023-02-14 19:01:11 +00:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
2023-03-06 23:34:26 +00:00
"toml_datetime",
"winnow",
2023-02-14 19:01:11 +00:00
]
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-07-09 01:03:45 +00:00
version = "1.0.10"
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 = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
2023-02-14 19:01:11 +00:00
[[package]]
name = "uuid"
2023-07-09 01:03:45 +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-07-09 01:03:45 +00:00
checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
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"
[[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-07-09 01:03:45 +00:00
version = "0.2.87"
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 = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2023-02-14 19:01:11 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-07-09 01:03:45 +00:00
version = "0.2.87"
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 = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2023-02-14 19:01:11 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-07-09 01:03:45 +00:00
"syn 2.0.23",
2023-02-14 19:01:11 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-07-09 01:03:45 +00:00
version = "0.2.87"
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 = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2023-02-14 19:01:11 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-07-09 01:03:45 +00:00
version = "0.2.87"
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 = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2023-02-14 19:01:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-07-09 01:03:45 +00:00
"syn 2.0.23",
2023-02-14 19:01:11 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-07-09 01:03:45 +00:00
version = "0.2.87"
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 = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2023-02-14 19:01:11 +00:00
[[package]]
name = "wayland-client"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"downcast-rs",
"libc",
"nix 0.24.3",
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
]
[[package]]
name = "wayland-commons"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
dependencies = [
"nix 0.24.3",
"once_cell",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-cursor"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
dependencies = [
"nix 0.24.3",
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-egl"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "402de949f81a012926d821a2d659f930694257e76dd92b6e0042ceb27be4107d"
dependencies = [
"wayland-client",
"wayland-sys",
]
[[package]]
name = "wayland-protocols"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
]
[[package]]
name = "wayland-sys"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
dependencies = [
"dlib",
"lazy_static",
"pkg-config",
]
[[package]]
name = "web-sys"
2023-07-09 01:03:45 +00:00
version = "0.3.64"
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 = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
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"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
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"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-07-09 01:03:45 +00:00
"windows-targets",
]
[[package]]
name = "windows-targets"
2023-07-09 01:03:45 +00:00
version = "0.48.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
dependencies = [
2023-07-09 01:03:45 +00:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
2023-07-09 01:03:45 +00:00
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.48.0",
2023-02-14 19:01:11 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
2023-02-14 19:01:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2023-02-14 19:01:11 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-02-14 19:01:11 +00:00
[[package]]
name = "winit"
version = "0.27.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c"
dependencies = [
2023-07-09 01:03:45 +00:00
"bitflags 1.3.2",
2023-02-14 19:01:11 +00:00
"cocoa",
"core-foundation",
"core-graphics",
"dispatch",
"instant",
"libc",
"log",
"mio",
"ndk",
"ndk-glue",
"objc",
"once_cell",
"parking_lot",
"percent-encoding",
"raw-window-handle 0.4.3",
"raw-window-handle 0.5.2",
2023-02-14 19:01:11 +00:00
"sctk-adwaita",
"smithay-client-toolkit",
"wasm-bindgen",
"wayland-client",
"wayland-protocols",
"web-sys",
"windows-sys 0.36.1",
"x11-dl",
]
2023-03-06 23:34:26 +00:00
[[package]]
name = "winnow"
2023-07-09 01:03:45 +00:00
version = "0.4.9"
2023-03-06 23:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 01:03:45 +00:00
checksum = "81a2094c43cc94775293eaa0e499fbc30048a6d824ac82c0351a8c0bf9112529"
2023-03-06 23:34:26 +00:00
dependencies = [
"memchr",
]
2023-02-14 19:01:11 +00:00
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
"winapi",
]
[[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 = "xcursor"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
"nom",
]
[[package]]
name = "xml-rs"
2023-07-09 01:03:45 +00:00
version = "0.8.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 = "5a56c84a8ccd4258aed21c92f70c0f6dea75356b6892ae27c24139da456f9336"