raspi-oled/Cargo.lock

2921 lines
74 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2024-11-08 11:48:27 +00:00
version = 4
2023-10-03 12:25:25 +00:00
[[package]]
name = "ab_glyph"
2024-11-08 11:48:27 +00:00
version = "0.2.29"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0"
2023-10-03 12:25:25 +00:00
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"
2022-04-28 19:14:26 +00:00
[[package]]
2024-11-08 11:48:27 +00:00
name = "adler2"
version = "2.0.0"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2022-04-28 19:14:26 +00:00
2021-09-08 13:42:33 +00:00
[[package]]
name = "ahash"
2024-11-08 11:48:27 +00:00
version = "0.8.11"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2021-09-08 13:42:33 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"cfg-if",
2021-09-08 13:42:33 +00:00
"once_cell",
"version_check",
2024-11-08 11:48:27 +00:00
"zerocopy",
2021-09-08 13:42:33 +00:00
]
2023-09-24 10:36:32 +00:00
[[package]]
name = "aho-corasick"
2024-11-08 11:48:27 +00:00
version = "1.1.3"
2023-09-24 10:36:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-09-24 10:36:32 +00:00
dependencies = [
"memchr",
]
2023-10-12 13:35:00 +00:00
[[package]]
name = "andotp-import"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89e4375a7f794f05aaaf899b684307a837fd73c773888cbb01a0f622eed59e43"
dependencies = [
"byteorder",
"ring",
"serde",
"serde_derive",
"serde_json",
"thiserror",
"totp-rs",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "android-activity"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0"
dependencies = [
"android-properties",
"bitflags 1.3.2",
"cc",
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
"num_enum 0.6.1",
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
2023-09-24 10:36:32 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "arrayref"
2024-11-08 11:48:27 +00:00
version = "0.3.9"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
2023-10-03 12:25:25 +00:00
[[package]]
name = "arrayvec"
2024-11-08 11:48:27 +00:00
version = "0.7.6"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2023-10-03 12:25:25 +00:00
[[package]]
name = "as-raw-xcb-connection"
2024-11-08 11:48:27 +00:00
version = "1.0.1"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
2023-10-03 12:25:25 +00:00
[[package]]
name = "autocfg"
2024-11-08 11:48:27 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "az"
2023-09-24 10:36:32 +00:00
version = "1.2.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
2022-04-28 19:14:26 +00:00
2023-10-12 13:35:00 +00:00
[[package]]
name = "base32"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"
2022-05-06 08:48:38 +00:00
[[package]]
name = "base64"
2024-11-08 11:48:27 +00:00
version = "0.22.1"
2022-05-06 08:48:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2022-05-06 08:48:38 +00:00
2022-04-28 19:14:26 +00:00
[[package]]
name = "bit_field"
2023-09-24 10:36:32 +00:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
[[package]]
name = "bitflags"
2022-04-28 19:14:26 +00:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 19:14:26 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-10-03 12:25:25 +00:00
[[package]]
name = "bitflags"
2024-11-08 11:48:27 +00:00
version = "2.6.0"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-10-03 12:25:25 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2023-10-12 13:35:00 +00:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "block-sys"
version = "0.1.0-beta.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
dependencies = [
"objc-sys",
]
[[package]]
name = "block2"
version = "0.2.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
dependencies = [
"block-sys",
"objc2-encode",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "bumpalo"
2024-11-08 11:48:27 +00:00
version = "3.16.0"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "byte-slice-cast"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"
2022-04-28 19:14:26 +00:00
[[package]]
name = "bytemuck"
2024-11-08 11:48:27 +00:00
version = "1.19.0"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d"
2023-10-03 12:25:25 +00:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2024-11-08 11:48:27 +00:00
version = "1.8.0"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2023-10-03 12:25:25 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-11-08 11:48:27 +00:00
"syn 2.0.87",
2023-10-03 12:25:25 +00:00
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "byteorder"
2023-10-12 13:35:00 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-12 13:35:00 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2023-10-03 12:25:25 +00:00
[[package]]
name = "calloop"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8"
dependencies = [
"bitflags 1.3.2",
"log",
"nix 0.25.1",
"slotmap",
"thiserror",
"vec_map",
]
[[package]]
name = "cast"
2022-04-28 19:14:26 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 19:14:26 +00:00
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
2024-11-08 11:48:27 +00:00
version = "1.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70"
2023-09-24 10:36:32 +00:00
dependencies = [
2023-10-03 12:25:25 +00:00
"jobserver",
2023-09-24 10:36:32 +00:00
"libc",
2024-11-08 11:48:27 +00:00
"shlex",
2023-09-24 10:36:32 +00:00
]
[[package]]
name = "cfg-if"
2023-10-03 12:25:25 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-03 12:25:25 +00:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2021-09-08 13:42:33 +00:00
[[package]]
2023-10-03 12:25:25 +00:00
name = "cfg_aliases"
version = "0.1.1"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-03 12:25:25 +00:00
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2021-09-08 13:42:33 +00:00
2022-04-28 19:14:26 +00:00
[[package]]
name = "chrono"
2024-11-08 11:48:27 +00:00
version = "0.4.38"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2022-04-28 19:14:26 +00:00
dependencies = [
2023-09-24 10:36:32 +00:00
"android-tzdata",
"iana-time-zone",
"js-sys",
2022-04-28 19:14:26 +00:00
"num-traits",
2023-09-24 10:36:32 +00:00
"wasm-bindgen",
2024-11-08 11:48:27 +00:00
"windows-targets 0.52.6",
2023-10-03 12:25:25 +00:00
]
[[package]]
name = "cocoa"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
dependencies = [
"bitflags 1.3.2",
"block",
"cocoa-foundation",
"core-foundation",
2024-11-08 11:48:27 +00:00
"core-graphics 0.23.2",
2023-10-03 12:25:25 +00:00
"foreign-types 0.5.0",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
dependencies = [
"bitflags 1.3.2",
"block",
"core-foundation",
"core-graphics-types",
"libc",
"objc",
2022-04-28 19:14:26 +00:00
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2024-11-08 11:48:27 +00:00
[[package]]
name = "color_space"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52fdfaf2bee6357023bf7f95b15a8ef0b82759d2bce705cc45efcae9ae10f0ff"
2023-10-12 13:35:00 +00:00
[[package]]
name = "constant_time_eq"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6"
2023-10-03 12:25:25 +00:00
[[package]]
name = "core-foundation"
2024-11-08 11:48:27 +00:00
version = "0.9.4"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2023-10-03 12:25:25 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
2022-04-28 19:14:26 +00:00
[[package]]
2023-09-24 10:36:32 +00:00
name = "core-foundation-sys"
2024-11-08 11:48:27 +00:00
version = "0.8.7"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2022-04-28 19:14:26 +00:00
2023-10-03 12:25:25 +00:00
[[package]]
name = "core-graphics"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"core-graphics-types",
"foreign-types 0.3.2",
"libc",
]
[[package]]
name = "core-graphics"
2024-11-08 11:48:27 +00:00
version = "0.23.2"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2023-10-03 12:25:25 +00:00
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"core-graphics-types",
"foreign-types 0.5.0",
"libc",
]
[[package]]
name = "core-graphics-types"
2024-11-08 11:48:27 +00:00
version = "0.1.3"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2023-10-03 12:25:25 +00:00
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"libc",
]
2023-10-12 13:35:00 +00:00
[[package]]
name = "cpufeatures"
2024-11-08 11:48:27 +00:00
version = "0.2.14"
2023-10-12 13:35:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
2023-10-12 13:35:00 +00:00
dependencies = [
"libc",
]
2022-04-28 19:14:26 +00:00
[[package]]
2023-09-24 10:36:32 +00:00
name = "crc32fast"
2024-11-08 11:48:27 +00:00
version = "1.4.2"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2022-04-28 19:14:26 +00:00
dependencies = [
2023-10-03 12:25:25 +00:00
"cfg-if",
2022-04-28 19:14:26 +00:00
]
[[package]]
name = "crossbeam-deque"
2024-11-08 11:48:27 +00:00
version = "0.8.5"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2022-04-28 19:14:26 +00:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-11-08 11:48:27 +00:00
version = "0.9.18"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2022-04-28 19:14:26 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-11-08 11:48:27 +00:00
version = "0.8.20"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2022-04-28 19:14:26 +00:00
[[package]]
2023-09-24 10:36:32 +00:00
name = "crunchy"
version = "0.2.2"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2023-10-12 13:35:00 +00:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2023-10-03 12:25:25 +00:00
[[package]]
2024-11-08 11:48:27 +00:00
name = "ctor-lite"
version = "0.1.0"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "1f791803201ab277ace03903de1594460708d2d54df6053f2d9e82f592b19e3b"
2023-10-03 12:25:25 +00:00
2023-09-24 10:36:32 +00:00
[[package]]
name = "deranged"
2024-11-08 11:48:27 +00:00
version = "0.3.11"
2023-09-24 10:36:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
2022-04-28 19:14:26 +00:00
2023-10-12 13:35:00 +00:00
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "display-interface"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7517c040926d7b02b111884aa089177db80878533127f7c1b480d852c5fb4112"
[[package]]
name = "display-interface-spi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489378ad054862146fbd1f09f51d585ccbe4bd1e2feadcda2a13ac33f840e1a5"
dependencies = [
"byte-slice-cast",
"display-interface",
2022-04-28 19:14:26 +00:00
"embedded-hal 0.2.7",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "dlib"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
2024-11-08 11:48:27 +00:00
"libloading 0.8.5",
2023-10-03 12:25:25 +00:00
]
[[package]]
name = "downcast-rs"
2024-11-08 11:48:27 +00:00
version = "1.2.1"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
2023-10-03 12:25:25 +00:00
[[package]]
name = "drm"
2024-11-08 11:48:27 +00:00
version = "0.11.1"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde"
2023-10-03 12:25:25 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"bitflags 2.6.0",
2023-10-03 12:25:25 +00:00
"bytemuck",
"drm-ffi",
"drm-fourcc",
2024-11-08 11:48:27 +00:00
"rustix",
2023-10-03 12:25:25 +00:00
]
[[package]]
name = "drm-ffi"
2024-11-08 11:48:27 +00:00
version = "0.7.1"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6"
2023-10-03 12:25:25 +00:00
dependencies = [
"drm-sys",
2024-11-08 11:48:27 +00:00
"rustix",
2023-10-03 12:25:25 +00:00
]
[[package]]
name = "drm-fourcc"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
[[package]]
name = "drm-sys"
2024-11-08 11:48:27 +00:00
version = "0.6.1"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176"
2023-10-03 12:25:25 +00:00
dependencies = [
"libc",
2024-11-08 11:48:27 +00:00
"linux-raw-sys 0.6.5",
2023-10-03 12:25:25 +00:00
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "either"
2024-11-08 11:48:27 +00:00
version = "1.13.0"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2022-04-28 19:14:26 +00:00
[[package]]
name = "embedded-graphics"
2023-10-12 12:42:54 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-12 12:42:54 +00:00
checksum = "0649998afacf6d575d126d83e68b78c0ab0e00ca2ac7e9b3db11b4cbe8274ef0"
dependencies = [
"az",
"byteorder",
"embedded-graphics-core",
"float-cmp",
"micromath",
]
[[package]]
name = "embedded-graphics-core"
2023-10-12 12:42:54 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-12 12:42:54 +00:00
checksum = "ba9ecd261f991856250d2207f6d8376946cd9f412a2165d3b75bc87a0bc7a044"
dependencies = [
"az",
"byteorder",
]
[[package]]
name = "embedded-hal"
2022-04-28 19:14:26 +00:00
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 19:14:26 +00:00
checksum = "35949884794ad573cf46071e41c9b60efb0cb311e3ca01f7af807af1debc66ff"
dependencies = [
"nb 0.1.3",
"void",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "embedded-hal"
2023-10-12 12:42:54 +00:00
version = "1.0.0-alpha.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "129b101ddfee640565f7c07b301a31d95aa21e5acef21a491c307139f5fa4c91"
[[package]]
name = "embedded-hal-nb"
version = "1.0.0-alpha.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-12 12:42:54 +00:00
checksum = "7e0760ec0a3bf76859d5e33f39542af103f157d5b2ecfb00ace56dd461472e3a"
2022-04-28 19:14:26 +00:00
dependencies = [
2023-10-12 12:42:54 +00:00
"embedded-hal 1.0.0-alpha.9",
2023-09-24 10:36:32 +00:00
"nb 1.1.0",
2022-04-28 19:14:26 +00:00
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2024-11-08 11:48:27 +00:00
[[package]]
name = "errno"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "exr"
2024-11-08 11:48:27 +00:00
version = "1.73.0"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
2022-04-28 19:14:26 +00:00
dependencies = [
"bit_field",
"half",
"lebe",
2023-09-24 10:36:32 +00:00
"miniz_oxide",
"rayon-core",
2022-04-28 19:14:26 +00:00
"smallvec",
2023-09-24 10:36:32 +00:00
"zune-inflate",
2022-04-28 19:14:26 +00:00
]
2021-09-08 13:42:33 +00:00
[[package]]
name = "fallible-iterator"
2024-11-08 11:48:27 +00:00
version = "0.3.0"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
2021-09-08 13:42:33 +00:00
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2023-10-03 12:25:25 +00:00
[[package]]
name = "fastrand"
2024-11-08 11:48:27 +00:00
version = "2.2.0"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
2023-10-03 12:25:25 +00:00
2023-09-24 10:36:32 +00:00
[[package]]
name = "fdeflate"
2024-11-08 11:48:27 +00:00
version = "0.3.6"
2023-09-24 10:36:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "07c6f4c64c1d33a3111c4466f7365ebdcc37c5bd1ea0d62aae2e3d722aacbedb"
2023-09-24 10:36:32 +00:00
dependencies = [
"simd-adler32",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "flate2"
2024-11-08 11:48:27 +00:00
version = "1.0.34"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
2022-04-28 19:14:26 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "float-cmp"
2023-10-12 12:42:54 +00:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-12 12:42:54 +00:00
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
dependencies = [
"num-traits",
]
2023-10-03 12:25:25 +00:00
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
dependencies = [
"proc-macro2",
"quote",
2024-11-08 11:48:27 +00:00
"syn 2.0.87",
2023-10-03 12:25:25 +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"
2022-05-06 08:48:38 +00:00
[[package]]
name = "form_urlencoded"
2024-11-08 11:48:27 +00:00
version = "1.0.1"
2022-05-06 08:48:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2022-05-06 08:48:38 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"matches",
2022-05-06 08:48:38 +00:00
"percent-encoding",
]
2023-10-12 13:35:00 +00:00
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "gethostname"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177"
dependencies = [
"libc",
"winapi",
]
2021-09-08 13:42:33 +00:00
[[package]]
name = "getrandom"
2024-11-08 11:48:27 +00:00
version = "0.2.15"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2021-09-08 13:42:33 +00:00
dependencies = [
2023-10-03 12:25:25 +00:00
"cfg-if",
2021-09-08 13:42:33 +00:00
"libc",
2023-09-24 10:36:32 +00:00
"wasi",
2022-04-28 19:14:26 +00:00
]
[[package]]
name = "gif"
2024-11-08 11:48:27 +00:00
version = "0.13.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
2022-04-28 19:14:26 +00:00
dependencies = [
"color_quant",
"weezl",
2021-09-08 13:42:33 +00:00
]
[[package]]
name = "gpio-cdev"
2023-10-03 12:25:25 +00:00
version = "0.5.1"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-03 12:25:25 +00:00
checksum = "409296415b8abc7b47e5b77096faae14595c53724972da227434fc8f4b05ec8b"
2021-09-08 13:42:33 +00:00
dependencies = [
2023-10-03 12:25:25 +00:00
"bitflags 1.3.2",
2021-09-08 13:42:33 +00:00
"libc",
2023-10-03 12:25:25 +00:00
"nix 0.23.2",
2021-09-08 13:42:33 +00:00
]
2022-04-28 19:14:26 +00:00
[[package]]
2023-10-03 12:25:25 +00:00
name = "gpiocdev"
2024-11-08 11:48:27 +00:00
version = "0.6.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "ff7266f74c73ad83d98d96c11ae301ec6d9d2c1a8ff10d4211ae301cdcc62702"
2023-10-03 12:25:25 +00:00
dependencies = [
"chrono",
"gpiocdev-uapi",
"nohash-hasher",
"thiserror",
]
[[package]]
name = "gpiocdev-uapi"
2024-11-08 11:48:27 +00:00
version = "0.6.3"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "1d5c09e8bbed8a03e31b0fabf273da9486940091820a088215cd9fc24a1523d1"
2022-04-28 19:14:26 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"bitflags 2.6.0",
"ioctl-sys",
2022-04-28 19:14:26 +00:00
"libc",
2023-10-03 12:25:25 +00:00
"thiserror",
2022-04-28 19:14:26 +00:00
]
[[package]]
name = "half"
2024-11-08 11:48:27 +00:00
version = "2.4.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
2023-09-24 10:36:32 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"cfg-if",
2023-09-24 10:36:32 +00:00
"crunchy",
]
2022-04-28 19:14:26 +00:00
2021-09-08 13:42:33 +00:00
[[package]]
name = "hashbrown"
2024-11-08 11:48:27 +00:00
version = "0.14.5"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2021-09-08 13:42:33 +00:00
dependencies = [
"ahash",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "hashbrown"
2024-11-08 11:48:27 +00:00
version = "0.15.1"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
2023-10-03 12:25:25 +00:00
2021-09-08 13:42:33 +00:00
[[package]]
name = "hashlink"
2024-11-08 11:48:27 +00:00
version = "0.9.1"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
2021-09-08 13:42:33 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"hashbrown 0.14.5",
2021-09-08 13:42:33 +00:00
]
2023-10-12 13:35:00 +00:00
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "i2cdev"
2022-04-28 19:14:26 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 19:14:26 +00:00
checksum = "b8fe61341e9ce588ede54fd131bf0df63eed3c6e45fcc7fa0e548ea176f39358"
dependencies = [
2023-10-03 12:25:25 +00:00
"bitflags 1.3.2",
"byteorder",
"libc",
2023-09-24 10:36:32 +00:00
"nix 0.23.2",
]
[[package]]
name = "iana-time-zone"
2024-11-08 11:48:27 +00:00
version = "0.1.61"
2023-09-24 10:36:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
2023-09-24 10:36:32 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-11-08 11:48:27 +00:00
"windows-core",
2023-09-24 10:36:32 +00:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
2022-04-28 19:14:26 +00:00
]
2022-05-06 08:48:38 +00:00
[[package]]
name = "idna"
2024-11-08 11:48:27 +00:00
version = "0.2.3"
2022-05-06 08:48:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2022-05-06 08:48:38 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"matches",
2022-05-06 08:48:38 +00:00
"unicode-bidi",
"unicode-normalization",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "image"
2024-11-08 11:48:27 +00:00
version = "0.24.9"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
2022-04-28 19:14:26 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"exr",
"gif",
"jpeg-decoder",
"num-traits",
"png",
2023-09-24 10:36:32 +00:00
"qoi",
2022-04-28 19:14:26 +00:00
"tiff",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "indexmap"
2024-11-08 11:48:27 +00:00
version = "2.6.0"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
2023-10-03 12:25:25 +00:00
dependencies = [
"equivalent",
2024-11-08 11:48:27 +00:00
"hashbrown 0.15.1",
2023-10-03 12:25:25 +00:00
]
[[package]]
name = "instant"
2024-11-08 11:48:27 +00:00
version = "0.1.13"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2023-10-03 12:25:25 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "ioctl-rs"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7970510895cee30b3e9128319f2cefd4bde883a39f38baa279567ba3a7eb97d"
dependencies = [
"libc",
]
2024-11-08 11:48:27 +00:00
[[package]]
name = "ioctl-sys"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bd11f3a29434026f5ff98c730b668ba74b1033637b8817940b54d040696133c"
2022-04-28 19:14:26 +00:00
[[package]]
name = "itoa"
2024-11-08 11:48:27 +00:00
version = "1.0.11"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-04-28 19:14:26 +00:00
2023-10-03 12:25:25 +00:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "jobserver"
2024-11-08 11:48:27 +00:00
version = "0.1.32"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2023-10-03 12:25:25 +00:00
dependencies = [
"libc",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "jpeg-decoder"
2024-11-08 11:48:27 +00:00
version = "0.3.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
2022-04-28 19:14:26 +00:00
dependencies = [
"rayon",
]
[[package]]
name = "js-sys"
2024-11-08 11:48:27 +00:00
version = "0.3.72"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
2022-04-28 19:14:26 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
2024-11-08 11:48:27 +00:00
version = "1.5.0"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2022-04-28 19:14:26 +00:00
[[package]]
name = "lebe"
2023-09-24 10:36:32 +00:00
version = "0.5.2"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2022-04-28 19:14:26 +00:00
[[package]]
name = "libc"
2024-11-08 11:48:27 +00:00
version = "0.2.162"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
2021-09-08 13:42:33 +00:00
[[package]]
2023-10-03 12:25:25 +00:00
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-03 12:25:25 +00:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2021-09-08 13:42:33 +00:00
dependencies = [
2023-10-03 12:25:25 +00:00
"cfg-if",
"winapi",
2021-09-08 13:42:33 +00:00
]
[[package]]
2023-10-03 12:25:25 +00:00
name = "libloading"
2024-11-08 11:48:27 +00:00
version = "0.8.5"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
2023-10-03 12:25:25 +00:00
dependencies = [
"cfg-if",
2024-11-08 11:48:27 +00:00
"windows-targets 0.52.6",
]
[[package]]
name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags 2.6.0",
"libc",
"redox_syscall 0.5.7",
2023-10-03 12:25:25 +00:00
]
[[package]]
name = "libsqlite3-sys"
2024-11-08 11:48:27 +00:00
version = "0.30.1"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
2023-10-03 12:25:25 +00:00
dependencies = [
"pkg-config",
"vcpkg",
]
[[package]]
name = "linux-embedded-hal"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 19:14:26 +00:00
checksum = "61861762ac50cb746e6137f1aeb2ca9812e1b1f2b923cfc83550befdc0b9915d"
dependencies = [
"cast",
2022-04-28 19:14:26 +00:00
"embedded-hal 0.2.7",
2023-10-03 12:25:25 +00:00
"gpio-cdev",
"i2cdev",
"nb 0.1.3",
"serial-core",
"serial-unix",
"spidev",
"sysfs_gpio",
2022-04-28 19:14:26 +00:00
"void",
]
[[package]]
2024-11-08 11:48:27 +00:00
name = "linux-raw-sys"
version = "0.4.14"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "linux-raw-sys"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7"
2022-04-28 19:14:26 +00:00
[[package]]
name = "log"
2024-11-08 11:48:27 +00:00
version = "0.4.22"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2023-10-03 12:25:25 +00:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2024-11-08 11:48:27 +00:00
[[package]]
name = "matches"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2021-09-08 13:42:33 +00:00
[[package]]
name = "memchr"
2024-11-08 11:48:27 +00:00
version = "2.7.4"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2021-09-08 13:42:33 +00:00
2023-10-03 12:25:25 +00:00
[[package]]
name = "memmap2"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
[[package]]
name = "memmap2"
2024-11-08 11:48:27 +00:00
version = "0.9.5"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
2023-10-03 12:25:25 +00:00
dependencies = [
"libc",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
[[package]]
name = "micromath"
2024-11-08 11:48:27 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "c3c8dda44ff03a2f238717214da50f65d5a53b45cd213a7370424ffdb6fae815"
2023-10-03 12:25:25 +00:00
2022-04-28 19:14:26 +00:00
[[package]]
name = "miniz_oxide"
2024-11-08 11:48:27 +00:00
version = "0.8.0"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
2022-04-28 19:14:26 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"adler2",
2023-09-24 10:36:32 +00:00
"simd-adler32",
2022-04-28 19:14:26 +00:00
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "mio"
2024-11-08 11:48:27 +00:00
version = "0.8.11"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2023-10-03 12:25:25 +00:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.48.0",
]
[[package]]
name = "nb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f"
dependencies = [
2023-09-24 10:36:32 +00:00
"nb 1.1.0",
]
[[package]]
name = "nb"
2023-09-24 10:36:32 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d"
[[package]]
2023-10-03 12:25:25 +00:00
name = "ndk"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-03 12:25:25 +00:00
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
dependencies = [
2023-10-03 12:25:25 +00:00
"bitflags 1.3.2",
"jni-sys",
"ndk-sys",
"num_enum 0.5.11",
"raw-window-handle",
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-sys"
version = "0.4.1+23.1.7779620"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
dependencies = [
"jni-sys",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "nix"
2023-09-24 10:36:32 +00:00
version = "0.23.2"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
2022-04-28 19:14:26 +00:00
dependencies = [
2023-10-03 12:25:25 +00:00
"bitflags 1.3.2",
2022-04-28 19:14:26 +00:00
"cc",
2023-10-03 12:25:25 +00:00
"cfg-if",
2022-04-28 19:14:26 +00:00
"libc",
2023-09-24 10:36:32 +00:00
"memoffset 0.6.5",
2022-04-28 19:14:26 +00:00
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "nix"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
"bitflags 1.3.2",
"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",
"bitflags 1.3.2",
"cfg-if",
"libc",
"memoffset 0.6.5",
]
[[package]]
name = "nix"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
"memoffset 0.7.1",
]
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
2024-11-08 11:48:27 +00:00
name = "num-conv"
version = "0.1.0"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2022-04-28 19:14:26 +00:00
[[package]]
name = "num-traits"
2024-11-08 11:48:27 +00:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "num_enum"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
dependencies = [
"num_enum_derive 0.5.11",
]
[[package]]
name = "num_enum"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
"num_enum_derive 0.6.1",
]
[[package]]
name = "num_enum_derive"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "num_enum_derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2024-11-08 11:48:27 +00:00
"syn 2.0.87",
2023-10-03 12:25:25 +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 = "objc-sys"
version = "0.2.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7"
[[package]]
name = "objc2"
version = "0.3.0-beta.3.patch-leaks.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468"
dependencies = [
"block2",
"objc-sys",
"objc2-encode",
]
[[package]]
name = "objc2-encode"
version = "2.0.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512"
dependencies = [
"objc-sys",
]
2021-09-08 13:42:33 +00:00
[[package]]
name = "once_cell"
2024-11-08 11:48:27 +00:00
version = "1.20.2"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2022-04-28 19:14:26 +00:00
2023-10-03 12:25:25 +00:00
[[package]]
name = "orbclient"
2024-11-08 11:48:27 +00:00
version = "0.3.48"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43"
2023-10-03 12:25:25 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"libredox",
2023-10-03 12:25:25 +00:00
]
[[package]]
name = "owned_ttf_parser"
2024-11-08 11:48:27 +00:00
version = "0.25.0"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4"
2023-10-03 12:25:25 +00:00
dependencies = [
"ttf-parser",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "parse-zoneinfo"
2024-11-08 11:48:27 +00:00
version = "0.3.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
2022-04-28 19:14:26 +00:00
dependencies = [
"regex",
]
2022-05-06 08:48:38 +00:00
[[package]]
name = "percent-encoding"
2024-11-08 11:48:27 +00:00
version = "2.1.0"
2022-05-06 08:48:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2022-05-06 08:48:38 +00:00
2022-04-28 19:14:26 +00:00
[[package]]
name = "phf"
2023-09-24 10:36:32 +00:00
version = "0.11.2"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2022-04-28 19:14:26 +00:00
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
2023-09-24 10:36:32 +00:00
version = "0.11.2"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2022-04-28 19:14:26 +00:00
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
2023-09-24 10:36:32 +00:00
version = "0.11.2"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2022-04-28 19:14:26 +00:00
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_shared"
2023-09-24 10:36:32 +00:00
version = "0.11.2"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2022-04-28 19:14:26 +00:00
dependencies = [
"siphasher",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "pin-project-lite"
2024-11-08 11:48:27 +00:00
version = "0.2.15"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
2023-10-03 12:25:25 +00:00
2021-09-08 13:42:33 +00:00
[[package]]
name = "pkg-config"
2024-11-08 11:48:27 +00:00
version = "0.3.31"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2022-04-28 19:14:26 +00:00
[[package]]
name = "png"
2024-11-08 11:48:27 +00:00
version = "0.17.14"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0"
2022-04-28 19:14:26 +00:00
dependencies = [
2023-10-03 12:25:25 +00:00
"bitflags 1.3.2",
2022-04-28 19:14:26 +00:00
"crc32fast",
2023-09-24 10:36:32 +00:00
"fdeflate",
"flate2",
2022-04-28 19:14:26 +00:00
"miniz_oxide",
]
2024-11-08 11:48:27 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2023-10-03 12:25:25 +00:00
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
"toml_edit",
]
2022-04-28 19:14:26 +00:00
[[package]]
2023-09-24 10:36:32 +00:00
name = "proc-macro2"
2024-11-08 11:48:27 +00:00
version = "1.0.89"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
2023-09-24 10:36:32 +00:00
dependencies = [
"unicode-ident",
]
2022-04-28 19:14:26 +00:00
[[package]]
2023-09-24 10:36:32 +00:00
name = "qoi"
version = "0.4.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
2022-04-28 19:14:26 +00:00
dependencies = [
2023-09-24 10:36:32 +00:00
"bytemuck",
2022-04-28 19:14:26 +00:00
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "quick-xml"
2024-11-08 11:48:27 +00:00
version = "0.36.2"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
2023-10-03 12:25:25 +00:00
dependencies = [
"memchr",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "quote"
2024-11-08 11:48:27 +00:00
version = "1.0.37"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2022-04-28 19:14:26 +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 = [
"rand_core",
]
[[package]]
name = "rand_core"
2023-09-24 10:36:32 +00:00
version = "0.6.4"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-09-08 13:42:33 +00:00
2023-10-03 12:25:25 +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",
]
[[package]]
name = "raspi-oled"
version = "0.1.0"
dependencies = [
2023-10-12 13:35:00 +00:00
"andotp-import",
2024-11-08 11:48:27 +00:00
"color_space",
2022-04-28 19:14:26 +00:00
"display-interface-spi",
"embedded-graphics",
2022-04-28 19:14:26 +00:00
"embedded-hal 0.2.7",
2023-10-03 12:25:25 +00:00
"gpiocdev",
2022-04-28 19:14:26 +00:00
"image",
2021-09-08 13:42:33 +00:00
"libc",
"linux-embedded-hal",
2023-10-03 12:25:25 +00:00
"rand_xoshiro",
2023-10-12 13:35:00 +00:00
"rpassword",
2023-10-12 12:42:54 +00:00
"rppal",
2021-09-08 13:42:33 +00:00
"rusqlite",
2022-04-28 19:14:26 +00:00
"serde",
"serde_derive",
"serde_json",
2023-10-03 12:25:25 +00:00
"softbuffer",
2022-04-28 19:14:26 +00:00
"ssd1351",
2023-09-24 10:36:32 +00:00
"time",
2022-04-28 19:14:26 +00:00
"time-tz",
2023-10-12 13:35:00 +00:00
"totp-rs",
2022-05-06 08:48:38 +00:00
"ureq",
2023-10-03 12:25:25 +00:00
"winit",
2022-04-28 19:14:26 +00:00
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "raw-window-handle"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2022-04-28 19:14:26 +00:00
[[package]]
name = "rayon"
2024-11-08 11:48:27 +00:00
version = "1.10.0"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2022-04-28 19:14:26 +00:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2024-11-08 11:48:27 +00:00
version = "1.12.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2022-04-28 19:14:26 +00:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
2024-11-08 11:48:27 +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",
]
[[package]]
name = "redox_syscall"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
dependencies = [
"bitflags 2.6.0",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "regex"
2024-11-08 11:48:27 +00:00
version = "1.11.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2022-04-28 19:14:26 +00:00
dependencies = [
2023-09-24 10:36:32 +00:00
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-11-08 11:48:27 +00:00
version = "0.4.8"
2023-09-24 10:36:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
2023-09-24 10:36:32 +00:00
dependencies = [
"aho-corasick",
"memchr",
2022-04-28 19:14:26 +00:00
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-11-08 11:48:27 +00:00
version = "0.8.5"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2023-10-12 13:35:00 +00:00
[[package]]
name = "ring"
2024-11-08 11:48:27 +00:00
version = "0.17.8"
2023-10-12 13:35:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2023-10-12 13:35:00 +00:00
dependencies = [
"cc",
2024-11-08 11:48:27 +00:00
"cfg-if",
2023-10-12 13:35:00 +00:00
"getrandom",
"libc",
"spin",
"untrusted",
2024-11-08 11:48:27 +00:00
"windows-sys 0.52.0",
2023-10-12 13:35:00 +00:00
]
[[package]]
name = "rpassword"
2024-11-08 11:48:27 +00:00
version = "7.3.1"
2023-10-12 13:35:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
2023-10-12 13:35:00 +00:00
dependencies = [
"libc",
"rtoolbox",
2024-11-08 11:48:27 +00:00
"windows-sys 0.48.0",
2023-10-12 13:35:00 +00:00
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "rppal"
2023-10-12 12:42:54 +00:00
version = "0.14.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-12 12:42:54 +00:00
checksum = "612e1a22e21f08a246657c6433fe52b773ae43d07c9ef88ccfc433cc8683caba"
2022-04-28 19:14:26 +00:00
dependencies = [
"embedded-hal 0.2.7",
2023-10-12 12:42:54 +00:00
"embedded-hal 1.0.0-alpha.9",
"embedded-hal-nb",
2022-04-28 19:14:26 +00:00
"libc",
"nb 0.1.3",
"spin_sleep",
"void",
]
2023-10-12 13:35:00 +00:00
[[package]]
name = "rtoolbox"
2024-11-08 11:48:27 +00:00
version = "0.0.2"
2023-10-12 13:35:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
2023-10-12 13:35:00 +00:00
dependencies = [
"libc",
2024-11-08 11:48:27 +00:00
"windows-sys 0.48.0",
2023-10-12 13:35:00 +00:00
]
2021-09-08 13:42:33 +00:00
[[package]]
name = "rusqlite"
2024-11-08 11:48:27 +00:00
version = "0.32.1"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e"
2021-09-08 13:42:33 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"bitflags 2.6.0",
2021-09-08 13:42:33 +00:00
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
]
2024-11-08 11:48:27 +00:00
[[package]]
name = "rustix"
version = "0.38.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
dependencies = [
"bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys 0.4.14",
"windows-sys 0.52.0",
]
[[package]]
name = "rustls"
version = "0.23.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8"
dependencies = [
"log",
"once_cell",
"ring",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
[[package]]
name = "rustls-pki-types"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55"
[[package]]
name = "rustls-webpki"
version = "0.102.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "ryu"
2024-11-08 11:48:27 +00:00
version = "1.0.18"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2022-04-28 19:14:26 +00:00
2023-10-03 12:25:25 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "sctk-adwaita"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09"
dependencies = [
"ab_glyph",
"log",
"memmap2 0.5.10",
"smithay-client-toolkit",
"tiny-skia",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "serde"
2024-11-08 11:48:27 +00:00
version = "1.0.214"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
2022-04-28 19:14:26 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-xml-rs"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65162e9059be2f6a3421ebbb4fef3e74b7d9e7c60c50a0e292c6239f19f1edfa"
dependencies = [
"log",
"serde",
"thiserror",
"xml-rs",
]
[[package]]
name = "serde_derive"
2024-11-08 11:48:27 +00:00
version = "1.0.214"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
2022-04-28 19:14:26 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-11-08 11:48:27 +00:00
"syn 2.0.87",
2022-04-28 19:14:26 +00:00
]
[[package]]
name = "serde_json"
2024-11-08 11:48:27 +00:00
version = "1.0.132"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
2022-04-28 19:14:26 +00:00
dependencies = [
"itoa",
2024-11-08 11:48:27 +00:00
"memchr",
2022-04-28 19:14:26 +00:00
"ryu",
"serde",
]
[[package]]
name = "serial-core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f46209b345401737ae2125fe5b19a77acce90cd53e1658cda928e4fe9a64581"
dependencies = [
"libc",
]
[[package]]
name = "serial-unix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f03fbca4c9d866e24a459cbca71283f545a37f8e3e002ad8c70593871453cab7"
dependencies = [
"ioctl-rs",
"libc",
"serial-core",
"termios",
]
2023-10-12 13:35:00 +00:00
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2024-11-08 11:48:27 +00:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2023-09-24 10:36:32 +00:00
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2022-04-28 19:14:26 +00:00
[[package]]
name = "simple-signal"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53f7da44adcc42667d57483bd93f81295f27d66897804b757573b61b6f13288b"
dependencies = [
"lazy_static",
"libc",
]
[[package]]
name = "siphasher"
2023-09-24 10:36:32 +00:00
version = "0.3.11"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2022-04-28 19:14:26 +00:00
2023-10-03 12:25:25 +00:00
[[package]]
name = "slotmap"
2024-11-08 11:48:27 +00:00
version = "1.0.7"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
2023-10-03 12:25:25 +00:00
dependencies = [
"version_check",
]
2021-09-08 13:42:33 +00:00
[[package]]
name = "smallvec"
2024-11-08 11:48:27 +00:00
version = "1.13.2"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2021-09-08 13:42:33 +00:00
2023-10-03 12:25:25 +00:00
[[package]]
name = "smithay-client-toolkit"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9"
dependencies = [
"bitflags 1.3.2",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2 0.5.10",
"nix 0.24.3",
"pkg-config",
"wayland-client 0.29.5",
"wayland-cursor",
"wayland-protocols",
]
[[package]]
name = "softbuffer"
2024-11-08 11:48:27 +00:00
version = "0.3.4"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "f266ce2aa23eaaaa4e758ed44495d505d00fb79f359d46f6c1900cb053123b62"
2023-10-03 12:25:25 +00:00
dependencies = [
"as-raw-xcb-connection",
"bytemuck",
"cfg_aliases",
"cocoa",
2024-11-08 11:48:27 +00:00
"core-graphics 0.23.2",
2023-10-03 12:25:25 +00:00
"drm",
"fastrand",
"foreign-types 0.5.0",
"js-sys",
"log",
2024-11-08 11:48:27 +00:00
"memmap2 0.9.5",
2023-10-03 12:25:25 +00:00
"objc",
"raw-window-handle",
2024-11-08 11:48:27 +00:00
"redox_syscall 0.4.1",
"rustix",
2023-10-03 12:25:25 +00:00
"tiny-xlib",
"wasm-bindgen",
"wayland-backend",
2024-11-08 11:48:27 +00:00
"wayland-client 0.31.7",
"wayland-sys 0.31.5",
2023-10-03 12:25:25 +00:00
"web-sys",
"windows-sys 0.48.0",
"x11rb",
]
[[package]]
name = "spidev"
2023-09-24 10:36:32 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "5a204ca68d7f2109ffaf6326b79d8abf0014870625b78c8aff1941a5e4b9ff7d"
dependencies = [
2023-10-03 12:25:25 +00:00
"bitflags 1.3.2",
"libc",
2023-09-24 10:36:32 +00:00
"nix 0.23.2",
2022-04-28 19:14:26 +00:00
]
[[package]]
name = "spin"
2023-09-24 10:36:32 +00:00
version = "0.9.8"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
2022-04-28 19:14:26 +00:00
name = "spin_sleep"
2024-11-08 11:48:27 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "64bd7227d85bfd1b8df51e0d83da36d9baaee85eb75730386ef8e3ab6f2a2ea3"
2022-04-28 19:14:26 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"windows-sys 0.59.0",
2022-04-28 19:14:26 +00:00
]
[[package]]
name = "ssd1351"
version = "0.3.0"
2023-10-12 12:42:54 +00:00
source = "git+https://github.com/FliegendeWurst/ssd1351-rust?rev=3de5be50bd9a59391c669aec8357923a56d121f6#3de5be50bd9a59391c669aec8357923a56d121f6"
dependencies = [
2022-04-28 19:14:26 +00:00
"chrono",
"display-interface",
"display-interface-spi",
2022-04-28 19:14:26 +00:00
"embedded-graphics",
"embedded-hal 0.2.7",
"linux-embedded-hal",
2023-10-12 12:42:54 +00:00
"rppal",
2022-04-28 19:14:26 +00:00
"simple-signal",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "strict-num"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
2023-10-12 13:35:00 +00:00
[[package]]
name = "subtle"
2024-11-08 11:48:27 +00:00
version = "2.6.1"
2023-10-12 13:35:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2023-10-12 13:35:00 +00:00
2023-10-03 12:25:25 +00:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "syn"
2024-11-08 11:48:27 +00:00
version = "2.0.87"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
2022-04-28 19:14:26 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-06-19 14:48:07 +00:00
"unicode-ident",
]
[[package]]
name = "sysfs_gpio"
2024-11-08 11:48:27 +00:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "e8808c55bc926565c62ef7838bcaa8add51585236803e2bdfa1472e3a3ab5e17"
dependencies = [
2023-09-24 10:36:32 +00:00
"nix 0.23.2",
]
[[package]]
name = "termios"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a"
dependencies = [
"libc",
]
[[package]]
2022-04-28 19:14:26 +00:00
name = "thiserror"
2024-11-08 11:48:27 +00:00
version = "1.0.68"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
2022-04-28 19:14:26 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-11-08 11:48:27 +00:00
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
2022-04-28 19:14:26 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-11-08 11:48:27 +00:00
"syn 2.0.87",
2022-04-28 19:14:26 +00:00
]
[[package]]
name = "tiff"
2024-11-08 11:48:27 +00:00
version = "0.9.1"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
2022-04-28 19:14:26 +00:00
dependencies = [
"flate2",
"jpeg-decoder",
"weezl",
]
[[package]]
name = "time"
2024-11-08 11:48:27 +00:00
version = "0.3.36"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2022-04-28 19:14:26 +00:00
dependencies = [
2023-09-24 10:36:32 +00:00
"deranged",
2023-10-05 10:56:25 +00:00
"js-sys",
2024-11-08 11:48:27 +00:00
"num-conv",
"powerfmt",
2023-09-24 10:36:32 +00:00
"serde",
"time-core",
"time-macros",
2022-04-28 19:14:26 +00:00
]
[[package]]
2023-09-24 10:36:32 +00:00
name = "time-core"
version = "0.1.2"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-04-28 19:14:26 +00:00
[[package]]
name = "time-macros"
2024-11-08 11:48:27 +00:00
version = "0.2.18"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2023-09-24 10:36:32 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"num-conv",
2023-09-24 10:36:32 +00:00
"time-core",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "time-tz"
2023-10-05 10:56:25 +00:00
version = "2.0.0"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-05 10:56:25 +00:00
checksum = "733bc522e97980eb421cbf381160ff225bd14262a48a739110f6653c6258d625"
2022-04-28 19:14:26 +00:00
dependencies = [
2023-10-03 12:25:25 +00:00
"cfg-if",
2022-04-28 19:14:26 +00:00
"parse-zoneinfo",
"phf",
"phf_codegen",
"serde",
"serde-xml-rs",
2023-09-24 10:36:32 +00:00
"time",
2023-10-05 10:56:25 +00:00
"wasm-bindgen",
2022-04-28 19:14:26 +00:00
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "tiny-skia"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67"
dependencies = [
"arrayref",
"arrayvec",
"bytemuck",
"cfg-if",
"png",
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c"
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
]
[[package]]
name = "tiny-xlib"
2024-11-08 11:48:27 +00:00
version = "0.2.3"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "1d52f22673960ad13af14ff4025997312def1223bfa7c8e4949d099e6b3d5d1c"
2023-10-03 12:25:25 +00:00
dependencies = [
"as-raw-xcb-connection",
2024-11-08 11:48:27 +00:00
"ctor-lite",
"libloading 0.8.5",
"pkg-config",
2023-10-03 12:25:25 +00:00
"tracing",
]
2022-05-06 08:48:38 +00:00
[[package]]
name = "tinyvec"
2024-11-08 11:48:27 +00:00
version = "1.8.0"
2022-05-06 08:48:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2022-05-06 08:48:38 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-09-24 10:36:32 +00:00
version = "0.1.1"
2022-05-06 08:48:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-05-06 08:48:38 +00:00
2023-10-03 12:25:25 +00:00
[[package]]
name = "toml_datetime"
2024-11-08 11:48:27 +00:00
version = "0.6.8"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2023-10-03 12:25:25 +00:00
[[package]]
name = "toml_edit"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap",
"toml_datetime",
"winnow",
]
2023-10-12 13:35:00 +00:00
[[package]]
name = "totp-rs"
2024-11-08 11:48:27 +00:00
version = "5.6.0"
2023-10-12 13:35:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "17b2f27dad992486c26b4e7455f38aa487e838d6d61b57e72906ee2b8c287a90"
2023-10-12 13:35:00 +00:00
dependencies = [
"base32",
"constant_time_eq",
"hmac",
"sha1",
"sha2",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "tracing"
2024-11-08 11:48:27 +00:00
version = "0.1.40"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-10-03 12:25:25 +00:00
dependencies = [
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2024-11-08 11:48:27 +00:00
version = "0.1.32"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-10-03 12:25:25 +00:00
[[package]]
name = "ttf-parser"
2024-11-08 11:48:27 +00:00
version = "0.25.0"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "5902c5d130972a0000f60860bfbf46f7ca3db5391eddfedd1b8728bd9dc96c0e"
2023-10-03 12:25:25 +00:00
2023-10-12 13:35:00 +00:00
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-05-06 08:48:38 +00:00
[[package]]
name = "unicode-bidi"
2024-11-08 11:48:27 +00:00
version = "0.3.17"
2022-05-06 08:48:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
2022-05-06 08:48:38 +00:00
2022-06-19 14:48:07 +00:00
[[package]]
name = "unicode-ident"
2024-11-08 11:48:27 +00:00
version = "1.0.13"
2022-06-19 14:48:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2022-06-19 14:48:07 +00:00
2022-05-06 08:48:38 +00:00
[[package]]
name = "unicode-normalization"
2024-11-08 11:48:27 +00:00
version = "0.1.24"
2022-05-06 08:48:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2022-05-06 08:48:38 +00:00
dependencies = [
"tinyvec",
]
2023-10-12 13:35:00 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-05-06 08:48:38 +00:00
[[package]]
name = "ureq"
2024-11-08 11:48:27 +00:00
version = "2.10.1"
2022-05-06 08:48:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a"
2022-05-06 08:48:38 +00:00
dependencies = [
"base64",
"log",
"once_cell",
2024-11-08 11:48:27 +00:00
"rustls",
"rustls-pki-types",
2022-05-06 08:48:38 +00:00
"url",
2024-11-08 11:48:27 +00:00
"webpki-roots",
2022-05-06 08:48:38 +00:00
]
[[package]]
name = "url"
2024-11-08 11:48:27 +00:00
version = "2.3.0"
2022-05-06 08:48:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3"
2022-05-06 08:48:38 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2021-09-08 13:42:33 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2023-10-03 12:25:25 +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"
2024-11-08 11:48:27 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2021-09-08 13:42:33 +00:00
2022-06-19 14:48:07 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2021-09-08 13:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-19 14:48:07 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-04-28 19:14:26 +00:00
[[package]]
name = "wasm-bindgen"
2024-11-08 11:48:27 +00:00
version = "0.2.95"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
2022-04-28 19:14:26 +00:00
dependencies = [
2023-10-03 12:25:25 +00:00
"cfg-if",
2024-11-08 11:48:27 +00:00
"once_cell",
2022-04-28 19:14:26 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-11-08 11:48:27 +00:00
version = "0.2.95"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
2022-04-28 19:14:26 +00:00
dependencies = [
"bumpalo",
"log",
2023-09-24 10:36:32 +00:00
"once_cell",
2022-04-28 19:14:26 +00:00
"proc-macro2",
"quote",
2024-11-08 11:48:27 +00:00
"syn 2.0.87",
2022-04-28 19:14:26 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2024-11-08 11:48:27 +00:00
version = "0.2.95"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
2022-04-28 19:14:26 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-11-08 11:48:27 +00:00
version = "0.2.95"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
2022-04-28 19:14:26 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-11-08 11:48:27 +00:00
"syn 2.0.87",
2022-04-28 19:14:26 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-11-08 11:48:27 +00:00
version = "0.2.95"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
2022-04-28 19:14:26 +00:00
2023-10-03 12:25:25 +00:00
[[package]]
name = "wayland-backend"
2024-11-08 11:48:27 +00:00
version = "0.3.7"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
2023-10-03 12:25:25 +00:00
dependencies = [
"cc",
"downcast-rs",
2024-11-08 11:48:27 +00:00
"rustix",
2023-10-03 12:25:25 +00:00
"scoped-tls",
"smallvec",
2024-11-08 11:48:27 +00:00
"wayland-sys 0.31.5",
2023-10-03 12:25:25 +00:00
]
[[package]]
name = "wayland-client"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
dependencies = [
"bitflags 1.3.2",
"downcast-rs",
"libc",
"nix 0.24.3",
"scoped-tls",
"wayland-commons",
"wayland-scanner 0.29.5",
"wayland-sys 0.29.5",
]
[[package]]
name = "wayland-client"
2024-11-08 11:48:27 +00:00
version = "0.31.7"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
2023-10-03 12:25:25 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"bitflags 2.6.0",
"rustix",
2023-10-03 12:25:25 +00:00
"wayland-backend",
2024-11-08 11:48:27 +00:00
"wayland-scanner 0.31.5",
2023-10-03 12:25:25 +00:00
]
[[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 0.29.5",
]
[[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 0.29.5",
"xcursor",
]
[[package]]
name = "wayland-protocols"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
dependencies = [
"bitflags 1.3.2",
"wayland-client 0.29.5",
"wayland-commons",
"wayland-scanner 0.29.5",
]
[[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-scanner"
2024-11-08 11:48:27 +00:00
version = "0.31.5"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
2023-10-03 12:25:25 +00:00
dependencies = [
"proc-macro2",
"quick-xml",
"quote",
]
[[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 = "wayland-sys"
2024-11-08 11:48:27 +00:00
version = "0.31.5"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
2023-10-03 12:25:25 +00:00
dependencies = [
"dlib",
"log",
2024-11-08 11:48:27 +00:00
"once_cell",
2023-10-03 12:25:25 +00:00
"pkg-config",
]
[[package]]
name = "web-sys"
2024-11-08 11:48:27 +00:00
version = "0.3.72"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
2023-10-03 12:25:25 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2024-11-08 11:48:27 +00:00
[[package]]
name = "webpki-roots"
version = "0.26.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958"
dependencies = [
"rustls-pki-types",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "weezl"
2024-11-08 11:48:27 +00:00
version = "0.1.8"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
2022-04-28 19:14:26 +00:00
[[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"
2023-10-03 12:25:25 +00:00
[[package]]
name = "winapi-wsapoll"
2024-11-08 11:48:27 +00:00
version = "0.1.2"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "1eafc5f679c576995526e81635d0cf9695841736712b4e892f87abbe6fed3f28"
2023-10-03 12:25:25 +00:00
dependencies = [
"winapi",
]
2022-04-28 19:14:26 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-09-24 10:36:32 +00:00
[[package]]
2024-11-08 11:48:27 +00:00
name = "windows-core"
version = "0.52.0"
2023-09-24 10:36:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-09-24 10:36:32 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"windows-targets 0.52.6",
2023-10-03 12:25:25 +00:00
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
2024-11-08 11:48:27 +00:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
2023-10-03 12:25:25 +00:00
[[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",
2023-09-24 10:36:32 +00:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
2023-10-03 12:25:25 +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-09-24 10:36:32 +00:00
]
2024-11-08 11:48:27 +00:00
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
]
2023-10-03 12:25:25 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2023-09-24 10:36:32 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2024-11-08 11:48:27 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-10-03 12:25:25 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2023-09-24 10:36:32 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2024-11-08 11:48:27 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-10-03 12:25:25 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2023-09-24 10:36:32 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2024-11-08 11:48:27 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-10-03 12:25:25 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-09-24 10:36:32 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2024-11-08 11:48:27 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-10-03 12:25:25 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-09-24 10:36:32 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2024-11-08 11:48:27 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-10-03 12:25:25 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-09-24 10:36:32 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2024-11-08 11:48:27 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-10-03 12:25:25 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-09-24 10:36:32 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-11-08 11:48:27 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2023-10-03 12:25:25 +00:00
[[package]]
name = "winit"
version = "0.28.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94"
dependencies = [
"android-activity",
"bitflags 1.3.2",
"cfg_aliases",
"core-foundation",
"core-graphics 0.22.3",
"dispatch",
"instant",
"libc",
"log",
"mio",
"ndk",
"objc2",
"once_cell",
"orbclient",
"percent-encoding",
"raw-window-handle",
2024-11-08 11:48:27 +00:00
"redox_syscall 0.3.5",
2023-10-03 12:25:25 +00:00
"sctk-adwaita",
"smithay-client-toolkit",
"wasm-bindgen",
"wayland-client 0.29.5",
"wayland-commons",
"wayland-protocols",
"wayland-scanner 0.29.5",
"web-sys",
"windows-sys 0.45.0",
"x11-dl",
]
[[package]]
name = "winnow"
2024-11-08 11:48:27 +00:00
version = "0.5.40"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
2023-10-03 12:25:25 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "x11-dl"
version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
dependencies = [
"libc",
"once_cell",
"pkg-config",
]
[[package]]
name = "x11rb"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a"
dependencies = [
"as-raw-xcb-connection",
"gethostname",
"libc",
"libloading 0.7.4",
"nix 0.26.4",
"once_cell",
"winapi",
"winapi-wsapoll",
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc"
dependencies = [
"nix 0.26.4",
]
[[package]]
name = "xcursor"
2024-11-08 11:48:27 +00:00
version = "0.3.8"
2023-10-03 12:25:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
[[package]]
name = "xml-rs"
version = "0.8.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af310deaae937e48a26602b730250b4949e125f468f11e6990be3e5304ddd96f"
[[package]]
name = "zerocopy"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2023-10-03 12:25:25 +00:00
dependencies = [
2024-11-08 11:48:27 +00:00
"zerocopy-derive",
2023-10-03 12:25:25 +00:00
]
2022-04-28 19:14:26 +00:00
[[package]]
2024-11-08 11:48:27 +00:00
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.87",
]
[[package]]
name = "zeroize"
version = "1.8.1"
2023-09-24 10:36:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-08 11:48:27 +00:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2023-09-24 10:36:32 +00:00
[[package]]
name = "zune-inflate"
version = "0.2.54"
2022-04-28 19:14:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 10:36:32 +00:00
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
dependencies = [
"simd-adler32",
]