pinnacle/Cargo.lock

3714 lines
90 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2024-01-08 19:42:29 +01:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
2024-03-05 02:22:02 +01:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
"zerocopy",
]
2024-01-08 19:42:29 +01:00
[[package]]
name = "aho-corasick"
2024-04-06 23:14:45 +02:00
version = "1.1.3"
2024-01-08 19:42:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2024-01-08 19:42:29 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "android-activity"
2024-02-08 02:38:15 +01:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 02:38:15 +01:00
checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289"
dependencies = [
"android-properties",
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"cc",
"cesu8",
"jni",
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
"num_enum",
"thiserror",
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
2024-03-02 08:23:31 +01: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",
]
[[package]]
name = "anstream"
2024-05-08 03:28:48 +02:00
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-08 03:28:48 +02:00
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
2024-05-08 03:28:48 +02:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
[[package]]
name = "anstyle-parse"
2024-05-08 03:28:48 +02:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-05-08 03:28:48 +02:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
dependencies = [
2024-01-08 19:42:29 +01:00
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
2024-05-08 03:28:48 +02:00
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
dependencies = [
"anstyle",
2024-01-08 19:42:29 +01:00
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
2024-05-08 03:28:48 +02:00
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
dependencies = [
"backtrace",
]
[[package]]
name = "appendlist"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e149dc73cd30538307e7ffa2acd3d2221148eaeed4871f246657b1c3eaa1cbd2"
[[package]]
name = "approx"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
"num-traits",
]
[[package]]
name = "as-raw-xcb-connection"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
[[package]]
name = "ash"
version = "0.37.3+1.3.251"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
dependencies = [
"libloading 0.7.4",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "async-stream"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-01-08 19:51:04 +01:00
]
[[package]]
name = "async-trait"
2024-05-08 03:28:48 +02:00
version = "0.1.80"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
2024-01-08 19:51:04 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-01-08 19:51:04 +01:00
]
[[package]]
name = "atomic-waker"
2024-01-08 19:42:29 +01:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "autocfg"
2024-05-08 03:28:48 +02:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2024-01-08 19:51:04 +01:00
[[package]]
name = "axum"
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
dependencies = [
"async-trait",
"axum-core",
"bitflags 1.3.2",
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"sync_wrapper",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
"rustversion",
"tower-layer",
"tower-service",
]
[[package]]
name = "backtrace"
2024-04-06 23:14:45 +02:00
version = "0.3.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "base64"
version = "0.21.7"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2024-01-08 19:51:04 +01:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-03-30 23:23:47 +01:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 23:23:47 +01:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
[[package]]
name = "block-sys"
2024-01-08 19:42:29 +01:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7"
dependencies = [
"objc-sys",
]
[[package]]
name = "block2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68"
dependencies = [
"block-sys",
"objc2",
]
2024-03-04 21:44:33 +01:00
[[package]]
name = "bstr"
2024-03-05 02:22:02 +01:00
version = "1.9.1"
2024-03-04 21:44:33 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
2024-03-04 21:44:33 +01:00
dependencies = [
"memchr",
2024-03-05 02:22:02 +01:00
"regex-automata 0.4.6",
2024-03-04 21:44:33 +01:00
"serde",
]
[[package]]
name = "bumpalo"
2024-05-08 03:28:48 +02:00
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "bytemuck"
2024-05-16 20:31:21 +02:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 20:31:21 +02:00
checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2024-04-06 23:14:45 +02:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "byteorder"
2024-01-08 19:42:29 +01:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
2024-04-06 23:14:45 +02:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]]
name = "calloop"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"log",
"polling",
"rustix",
"slab",
"thiserror",
]
[[package]]
name = "calloop"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
dependencies = [
"bitflags 2.5.0",
"log",
"polling",
2024-01-08 19:42:29 +01:00
"rustix",
"slab",
"thiserror",
]
[[package]]
name = "calloop-wayland-source"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
dependencies = [
2024-03-30 23:23:47 +01:00
"calloop 0.12.4",
2024-01-08 19:42:29 +01:00
"rustix",
"wayland-backend",
"wayland-client",
]
2024-05-08 05:30:48 +02:00
[[package]]
name = "camino"
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
dependencies = [
"serde",
]
[[package]]
name = "cargo-platform"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
dependencies = [
"serde",
]
[[package]]
name = "cargo_metadata"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
dependencies = [
"camino",
"cargo-platform",
"semver",
"serde",
"serde_json",
"thiserror",
]
[[package]]
name = "cc"
2024-05-08 03:28:48 +02:00
version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
dependencies = [
"jobserver",
2024-01-08 19:42:29 +01:00
"libc",
2024-05-08 03:28:48 +02:00
"once_cell",
]
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "cgmath"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
dependencies = [
"approx",
"num-traits",
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "chrono"
2024-05-08 03:28:48 +02:00
version = "0.4.38"
2024-03-02 08:23:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2024-03-02 08:23:31 +01:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
2024-05-08 03:28:48 +02:00
"windows-targets 0.52.5",
2024-03-02 08:23:31 +01:00
]
[[package]]
name = "clap"
2024-03-30 23:23:47 +01:00
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 23:23:47 +01:00
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-03-30 23:23:47 +01:00
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 23:23:47 +01:00
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2024-03-30 23:23:47 +01:00
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 23:23:47 +01:00
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
dependencies = [
2024-04-06 23:14:45 +02:00
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2024-02-18 06:50:36 +01:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-18 06:50:36 +01:00
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
2024-03-02 08:23:31 +01:00
[[package]]
name = "cliclack"
2024-04-12 14:24:37 +02:00
version = "0.2.5"
2024-03-02 08:23:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-12 14:24:37 +02:00
checksum = "4febf49beeedc40528e4956995631f1bbdb4d8804ef940b44351f393a996c739"
2024-03-02 08:23:31 +01:00
dependencies = [
"console",
"indicatif",
"once_cell",
"textwrap",
"zeroize",
]
[[package]]
name = "colorchoice"
2024-05-08 03:28:48 +02:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
[[package]]
name = "combine"
2024-05-08 03:28:48 +02:00
version = "4.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
dependencies = [
"bytes",
"memchr",
]
[[package]]
name = "concurrent-queue"
2024-05-08 03:28:48 +02:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
dependencies = [
"crossbeam-utils",
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "console"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
"windows-sys 0.52.0",
]
2024-01-09 01:55:59 +01:00
[[package]]
name = "const_format"
version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
2024-04-13 17:56:02 +02:00
[[package]]
name = "container_of"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89f5bbeb86761f66a87f8e327265ea0111f82f1928a84037b9abedab9f79472b"
dependencies = [
"memoffset 0.6.5",
]
[[package]]
name = "core-foundation"
2024-01-08 19:42:29 +01:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2024-01-08 19:42:29 +01:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "core-graphics"
2024-04-06 23:14:45 +02:00
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"core-graphics-types",
2024-01-08 19:42:29 +01:00
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
2024-01-08 19:42:29 +01:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"libc",
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "crossbeam"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-channel"
2024-03-05 02:22:02 +01:00
version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2024-01-08 19:42:29 +01:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-01-08 19:42:29 +01:00
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "crossbeam-queue"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-01-08 19:42:29 +01:00
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
[[package]]
name = "cursor-icon"
2024-01-08 19:42:29 +01:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
[[package]]
name = "deranged"
2024-01-08 19:42:29 +01:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "dircpy"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29259db751c34980bfc44100875890c507f585323453b91936960ab1104272ca"
dependencies = [
"jwalk",
"log",
"walkdir",
]
[[package]]
name = "dirs"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "dlib"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
2024-04-06 23:14:45 +02:00
"libloading 0.8.3",
]
[[package]]
name = "downcast-rs"
2024-05-08 03:28:48 +02:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
[[package]]
name = "drm"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98888c4bbd601524c11a7ed63f814b8825f420514f78e96f752c437ae9cbb5d1"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"bytemuck",
"drm-ffi",
"drm-fourcc",
2024-01-08 19:42:29 +01:00
"rustix",
]
[[package]]
name = "drm-ffi"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97c98727e48b7ccb4f4aea8cfe881e5b07f702d17b7875991881b41af7278d53"
dependencies = [
"drm-sys",
2024-01-08 19:42:29 +01:00
"rustix",
]
[[package]]
name = "drm-fourcc"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
[[package]]
name = "drm-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd39dde40b6e196c2e8763f23d119ddb1a8714534bf7d77fa97a65b0feda3986"
dependencies = [
"libc",
"linux-raw-sys 0.6.4",
]
[[package]]
name = "edid-rs"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ab5fa33485cd85ac354df485819a63360fefa312fe04cffe65e6f175be1522c"
[[package]]
name = "either"
2024-05-08 03:28:48 +02:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
2024-03-02 08:23:31 +01:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
2024-05-08 03:28:48 +02:00
version = "0.8.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
dependencies = [
"cfg-if",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "fastrand"
2024-05-08 03:28:48 +02:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "filedescriptor"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
dependencies = [
"libc",
"thiserror",
"winapi",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
dependencies = [
"foreign-types-macros",
2024-01-08 19:42:29 +01:00
"foreign-types-shared",
]
[[package]]
name = "foreign-types-macros"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "foreign-types-shared"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2024-02-18 06:50:36 +01:00
[[package]]
name = "futures"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "futures-channel"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
2024-02-18 06:50:36 +01:00
"futures-sink",
2024-01-08 19:51:04 +01:00
]
[[package]]
name = "futures-core"
2024-01-08 19:42:29 +01:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2024-02-18 06:50:36 +01:00
[[package]]
name = "futures-executor"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-macro"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-02-18 06:50:36 +01:00
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "futures-sink"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
[[package]]
name = "futures-task"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
2024-02-18 06:50:36 +01:00
"futures-channel",
2024-01-08 19:51:04 +01:00
"futures-core",
2024-02-18 06:50:36 +01:00
"futures-io",
"futures-macro",
"futures-sink",
2024-01-08 19:51:04 +01:00
"futures-task",
2024-02-18 06:50:36 +01:00
"memchr",
2024-01-08 19:51:04 +01:00
"pin-project-lite",
"pin-utils",
2024-02-18 06:50:36 +01:00
"slab",
2024-01-08 19:51:04 +01:00
]
[[package]]
name = "gag"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a713bee13966e9fbffdf7193af71d54a6b35a0bb34997cd6c9519ebeb5005972"
dependencies = [
"filedescriptor",
"tempfile",
]
[[package]]
name = "gbm"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45bf55ba6dd53ad0ac115046ff999c5324c283444ee6e0be82454c4e8eb2f36a"
dependencies = [
"bitflags 2.5.0",
"drm",
"drm-fourcc",
"gbm-sys",
"libc",
"wayland-backend",
"wayland-server",
]
[[package]]
name = "gbm-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd2d6bf7c0143b38beece05f9a5c4c851a49a8434f62bf58ff28da92b0ddc58"
dependencies = [
"libc",
]
[[package]]
name = "gethostname"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
dependencies = [
"libc",
2024-01-08 19:42:29 +01:00
"windows-targets 0.48.5",
]
[[package]]
name = "getrandom"
2024-05-08 03:28:48 +02:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
2024-01-08 19:42:29 +01:00
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "gl_generator"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
dependencies = [
"khronos_api",
"log",
"xml-rs",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "h2"
2024-04-06 23:14:45 +02:00
version = "0.3.26"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2024-01-08 19:51:04 +01:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2024-04-06 23:14:45 +02:00
"indexmap 2.2.6",
2024-01-08 19:51:04 +01:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
2024-05-08 03:28:48 +02:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2024-03-30 23:23:47 +01:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
2024-03-05 02:22:02 +01:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2024-01-08 19:51:04 +01:00
[[package]]
name = "http"
2024-03-05 02:22:02 +01:00
version = "0.2.12"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2024-01-08 19:51:04 +01:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "hyper"
version = "0.14.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
"hyper",
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "icrate"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319"
dependencies = [
"block2",
"dispatch",
"objc2",
]
[[package]]
name = "image"
2024-04-06 23:14:45 +02:00
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
dependencies = [
"bytemuck",
"byteorder",
"num-traits",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
2024-04-06 23:14:45 +02:00
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
"equivalent",
2024-05-08 03:28:48 +02:00
"hashbrown 0.14.5",
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "indicatif"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic",
"unicode-width",
]
[[package]]
name = "input"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7911ce3db9c10c5ab4a35c49af778a5f9a827bd0f7371d9be56175d8dd2740d0"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"input-sys",
"io-lifetimes 1.0.11",
"libc",
"udev",
]
[[package]]
name = "input-sys"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd4f5b4d1c00331c5245163aacfe5f20be75b564c7112d45893d4ae038119eb0"
2024-03-02 08:23:31 +01:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "io-lifetimes"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
"hermit-abi",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "io-lifetimes"
2024-01-08 19:42:29 +01:00
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
2024-05-08 03:28:48 +02:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2024-01-08 19:51:04 +01:00
[[package]]
name = "itertools"
2024-04-06 23:14:45 +02:00
version = "0.12.1"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2024-01-08 19:51:04 +01:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
2024-04-06 23:14:45 +02:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jni"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
dependencies = [
"cesu8",
"cfg-if",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
"windows-sys 0.45.0",
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "jobserver"
2024-05-08 03:28:48 +02:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2024-03-05 02:22:02 +01:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
dependencies = [
"wasm-bindgen",
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "jwalk"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56"
dependencies = [
"crossbeam",
"rayon",
]
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2024-05-08 03:28:48 +02:00
version = "0.2.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "libloading"
2024-04-06 23:14:45 +02:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
dependencies = [
"cfg-if",
2024-05-17 17:25:06 +02:00
"windows-targets 0.48.5",
]
2024-01-08 19:42:29 +01:00
[[package]]
name = "libredox"
2024-04-06 23:14:45 +02:00
version = "0.0.2"
2024-01-08 19:42:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
2024-01-08 19:42:29 +01:00
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
2024-01-08 19:42:29 +01:00
"libc",
"redox_syscall 0.4.1",
]
[[package]]
name = "libredox"
2024-04-06 23:14:45 +02:00
version = "0.1.3"
2024-01-08 19:42:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2024-01-08 19:42:29 +01:00
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
2024-01-08 19:42:29 +01:00
"libc",
]
[[package]]
name = "libseat"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54a0adf8d8607a73a5b74cbe4132f57cb349e4bf860103cd089461bbcbc9907e"
dependencies = [
"errno",
"libseat-sys",
"log",
]
[[package]]
name = "libseat-sys"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3671cb5e03871f1d6bf0b3b5daa9275549e348fa6359e0f9adb910ca163d4c34"
dependencies = [
"pkg-config",
]
[[package]]
name = "libudev-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "linux-raw-sys"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
[[package]]
name = "linux-raw-sys"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0b5399f6804fbab912acbd8878ed3532d506b7c951b8f9f164ef90fef39e3f4"
2024-02-17 07:00:25 +01:00
[[package]]
name = "lock_api"
2024-05-08 03:28:48 +02:00
version = "0.4.12"
2024-02-17 07:00:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2024-02-17 07:00:25 +01:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-03-05 02:22:02 +01:00
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2024-01-08 19:42:29 +01:00
"regex-automata 0.1.10",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "matchit"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
[[package]]
name = "memchr"
2024-04-06 23:14:45 +02:00
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
[[package]]
name = "memmap2"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
dependencies = [
"libc",
]
[[package]]
name = "memmap2"
2024-02-08 02:38:15 +01:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 02:38:15 +01:00
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
dependencies = [
"libc",
]
2024-04-13 17:56:02 +02:00
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
2024-04-06 23:14:45 +02:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
dependencies = [
"autocfg",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "miniz_oxide"
2024-02-08 02:38:15 +01:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 02:38:15 +01:00
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
dependencies = [
"adler",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "mio"
2024-03-05 02:22:02 +01:00
version = "0.8.11"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2024-01-08 19:51:04 +01:00
dependencies = [
"libc",
"wasi",
"windows-sys 0.48.0",
]
[[package]]
name = "multimap"
2024-04-06 23:14:45 +02:00
version = "0.10.0"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
2024-01-08 19:51:04 +01:00
[[package]]
name = "ndk"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"jni-sys",
"log",
"ndk-sys",
"num_enum",
"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.5.0+25.2.9519653"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
dependencies = [
"jni-sys",
]
2024-04-13 17:56:02 +02:00
[[package]]
name = "nix"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
"bitflags 2.5.0",
"cfg-if",
"libc",
]
[[package]]
name = "ntapi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2024-02-08 02:38:15 +01:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-traits"
2024-05-08 03:28:48 +02:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
2024-01-08 20:43:38 +01:00
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_enum"
2024-01-08 19:42:29 +01:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2024-01-08 19:42:29 +01:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
2024-05-08 05:30:48 +02:00
[[package]]
name = "num_threads"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "objc-sys"
2024-05-08 03:28:48 +02:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "da284c198fb9b7b0603f8635185e85fbd5b64ee154b1ed406d489077de2d6d60"
[[package]]
name = "objc2"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d"
dependencies = [
"objc-sys",
"objc2-encode",
]
[[package]]
name = "objc2-encode"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666"
[[package]]
name = "object"
2024-01-08 19:42:29 +01:00
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2024-01-08 19:42:29 +01:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "orbclient"
2024-01-08 19:42:29 +01:00
version = "0.3.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166"
dependencies = [
2024-01-08 19:42:29 +01:00
"libredox 0.0.2",
]
2024-03-04 21:44:33 +01:00
[[package]]
name = "os_str_bytes"
version = "6.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
dependencies = [
"memchr",
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2024-02-17 07:00:25 +01:00
[[package]]
name = "parking_lot"
2024-05-08 03:28:48 +02:00
version = "0.12.2"
2024-02-17 07:00:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
2024-02-17 07:00:25 +01:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-08 03:28:48 +02:00
version = "0.9.10"
2024-02-17 07:00:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2024-02-17 07:00:25 +01:00
dependencies = [
"cfg-if",
"libc",
2024-05-08 03:28:48 +02:00
"redox_syscall 0.5.1",
2024-02-17 07:00:25 +01:00
"smallvec",
2024-05-08 03:28:48 +02:00
"windows-targets 0.52.5",
2024-02-17 07:00:25 +01:00
]
[[package]]
name = "percent-encoding"
2024-01-08 19:42:29 +01:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2024-01-08 19:51:04 +01:00
[[package]]
name = "petgraph"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
dependencies = [
"fixedbitset",
2024-04-06 23:14:45 +02:00
"indexmap 2.2.6",
2024-01-08 19:51:04 +01:00
]
[[package]]
name = "pin-project"
2024-04-06 23:14:45 +02:00
version = "1.1.5"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2024-01-08 19:51:04 +01:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2024-04-06 23:14:45 +02:00
version = "1.1.5"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2024-01-08 19:51:04 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-01-08 19:51:04 +01:00
]
[[package]]
name = "pin-project-lite"
2024-04-06 23:14:45 +02:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2024-01-08 19:51:04 +01:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pinnacle"
version = "0.0.1"
dependencies = [
"anyhow",
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"bytemuck",
2024-03-02 08:23:31 +01:00
"chrono",
"clap",
2024-03-02 08:23:31 +01:00
"cliclack",
"dircpy",
"gag",
"image",
2024-03-07 01:50:45 +01:00
"pinnacle",
"pinnacle-api",
"pinnacle-api-defs",
2024-01-08 19:51:04 +01:00
"prost",
"serde",
"shellexpand",
"smithay",
"smithay-drm-extras",
"sysinfo",
2024-02-17 07:00:25 +01:00
"temp-env",
"tempfile",
2024-03-07 01:50:45 +01:00
"test-log",
"thiserror",
2024-01-08 19:51:04 +01:00
"tokio",
"tokio-stream",
"toml",
2024-01-08 19:51:04 +01:00
"tonic",
2024-01-09 03:11:02 +01:00
"tonic-reflection",
"tracing",
"tracing-appender",
"tracing-subscriber",
2024-05-08 05:30:48 +02:00
"vergen",
2024-01-08 19:42:29 +01:00
"x11rb",
"xcursor",
"xdg",
"xkbcommon",
]
2024-02-18 06:50:36 +01:00
[[package]]
name = "pinnacle-api"
version = "0.0.2"
dependencies = [
"bitflags 2.5.0",
2024-02-18 06:50:36 +01:00
"futures",
"num_enum",
"pinnacle-api-defs",
"pinnacle-api-macros",
"rand",
2024-02-18 06:50:36 +01:00
"tokio",
2024-02-23 23:24:43 +01:00
"tokio-stream",
2024-02-18 06:50:36 +01:00
"tonic",
"tower",
"xkbcommon",
]
[[package]]
name = "pinnacle-api-defs"
version = "0.0.1"
dependencies = [
"const_format",
"prost",
"tonic",
"tonic-build",
]
2024-02-18 06:50:36 +01:00
[[package]]
name = "pinnacle-api-macros"
version = "0.0.2"
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-02-18 06:50:36 +01:00
]
[[package]]
name = "pkg-config"
2024-03-05 02:22:02 +01:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "polling"
2024-05-08 03:28:48 +02:00
version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3"
dependencies = [
"cfg-if",
"concurrent-queue",
2024-04-06 23:14:45 +02:00
"hermit-abi",
"pin-project-lite",
2024-01-08 19:42:29 +01:00
"rustix",
"tracing",
2024-01-08 19:42:29 +01:00
"windows-sys 0.52.0",
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "portable-atomic"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
2024-01-08 19:42:29 +01:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2024-01-08 19:51:04 +01:00
[[package]]
name = "prettyplease"
2024-05-08 03:28:48 +02:00
version = "0.2.20"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
2024-01-08 19:51:04 +01:00
dependencies = [
"proc-macro2",
"syn",
2024-01-08 19:51:04 +01:00
]
[[package]]
name = "proc-macro-crate"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
dependencies = [
2024-02-08 02:38:15 +01:00
"toml_edit 0.21.1",
]
[[package]]
name = "proc-macro2"
2024-05-08 03:28:48 +02:00
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
dependencies = [
"unicode-ident",
]
[[package]]
name = "profiling"
2024-03-05 02:22:02 +01:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
dependencies = [
"profiling-procmacros",
]
[[package]]
name = "profiling-procmacros"
2024-03-05 02:22:02 +01:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
dependencies = [
"quote",
"syn",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "prost"
2024-04-06 23:14:45 +02:00
version = "0.12.4"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922"
2024-01-08 19:51:04 +01:00
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
2024-04-06 23:14:45 +02:00
version = "0.12.4"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1"
2024-01-08 19:51:04 +01:00
dependencies = [
"bytes",
2024-04-06 23:14:45 +02:00
"heck",
2024-01-08 19:51:04 +01:00
"itertools",
"log",
"multimap",
"once_cell",
"petgraph",
"prettyplease",
"prost",
"prost-types",
"regex",
"syn",
2024-01-08 19:51:04 +01:00
"tempfile",
]
[[package]]
name = "prost-derive"
2024-04-06 23:14:45 +02:00
version = "0.12.4"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48"
2024-01-08 19:51:04 +01:00
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
"syn",
2024-01-08 19:51:04 +01:00
]
[[package]]
name = "prost-types"
2024-04-06 23:14:45 +02:00
version = "0.12.4"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe"
2024-01-08 19:51:04 +01:00
dependencies = [
"prost",
]
[[package]]
name = "quick-xml"
2024-02-08 02:38:15 +01:00
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 02:38:15 +01:00
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
dependencies = [
"memchr",
]
[[package]]
name = "quote"
2024-05-08 03:28:48 +02:00
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "raw-window-handle"
2024-05-08 03:28:48 +02:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "8cc3bcbdb1ddfc11e700e62968e6b4cc9c75bb466464ad28fb61c5b2c964418b"
[[package]]
name = "rayon"
2024-04-06 23:14:45 +02:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "redox_syscall"
2024-01-08 19:42:29 +01:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
2024-01-08 19:42:29 +01:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
2024-05-08 03:28:48 +02:00
[[package]]
name = "redox_syscall"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
dependencies = [
"bitflags 2.5.0",
]
[[package]]
name = "redox_users"
2024-04-06 23:14:45 +02:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
dependencies = [
"getrandom",
2024-04-06 23:14:45 +02:00
"libredox 0.1.3",
"thiserror",
]
[[package]]
name = "regex"
2024-04-06 23:14:45 +02:00
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
2024-01-08 19:42:29 +01:00
"aho-corasick",
"memchr",
2024-03-05 02:22:02 +01:00
"regex-automata 0.4.6",
2024-04-06 23:14:45 +02:00
"regex-syntax 0.8.3",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
]
2024-01-08 19:42:29 +01:00
[[package]]
name = "regex-automata"
2024-03-05 02:22:02 +01:00
version = "0.4.6"
2024-01-08 19:42:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2024-01-08 19:42:29 +01:00
dependencies = [
"aho-corasick",
"memchr",
2024-04-06 23:14:45 +02:00
"regex-syntax 0.8.3",
2024-01-08 19:42:29 +01:00
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
2024-04-06 23:14:45 +02:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
[[package]]
name = "rustc-demangle"
2024-05-08 03:28:48 +02:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2024-05-08 05:30:48 +02:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "rustix"
2024-05-08 03:28:48 +02:00
version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"errno",
"libc",
"linux-raw-sys 0.4.13",
"windows-sys 0.52.0",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "rustversion"
2024-05-08 03:28:48 +02:00
version = "1.0.16"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "092474d1a01ea8278f69e6a358998405fae5b8b963ddaeb2b0b04a128bf1dfb0"
2024-01-08 19:51:04 +01:00
2024-05-08 05:30:48 +02:00
[[package]]
name = "ryu"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "scan_fmt"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b53b0a5db882a8e2fdaae0a43f7b39e7e9082389e978398bdf223a55b581248"
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
2024-01-08 19:42:29 +01:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2024-05-08 05:30:48 +02:00
[[package]]
name = "semver"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
dependencies = [
"serde",
]
[[package]]
name = "serde"
2024-05-16 20:31:21 +02:00
version = "1.0.202"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 20:31:21 +02:00
checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-05-16 20:31:21 +02:00
version = "1.0.202"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 20:31:21 +02:00
checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-05-08 05:30:48 +02:00
[[package]]
name = "serde_json"
version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
2024-05-16 20:31:21 +02:00
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 20:31:21 +02:00
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
dependencies = [
"serde",
]
[[package]]
name = "sharded-slab"
2024-01-08 19:42:29 +01:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
[[package]]
name = "shellexpand"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
dependencies = [
2024-03-04 21:44:33 +01:00
"bstr",
"dirs",
2024-03-04 21:44:33 +01:00
"os_str_bytes",
]
[[package]]
name = "signal-hook-registry"
2024-05-08 03:28:48 +02:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
dependencies = [
"libc",
]
[[package]]
name = "slab"
2024-01-08 19:42:29 +01:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-04-06 23:14:45 +02:00
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2024-03-02 08:23:31 +01:00
[[package]]
name = "smawk"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
[[package]]
name = "smithay"
version = "0.3.0"
2024-05-17 17:25:06 +02:00
source = "git+https://github.com/Smithay/smithay?rev=900b938#900b938970081cb525dc94ff083d76aa07c60e54"
dependencies = [
"appendlist",
"ash",
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"calloop 0.13.0",
"cc",
"cgmath",
"cursor-icon",
"downcast-rs",
"drm",
"drm-ffi",
"drm-fourcc",
"encoding_rs",
"errno",
"gbm",
"gl_generator",
2024-04-06 23:14:45 +02:00
"indexmap 2.2.6",
"input",
"lazy_static",
"libc",
2024-04-06 23:14:45 +02:00
"libloading 0.8.3",
"libseat",
"once_cell",
"pkg-config",
"profiling",
"rand",
2024-01-08 19:42:29 +01:00
"rustix",
"scan_fmt",
"scopeguard",
"smallvec",
"tempfile",
"thiserror",
"tracing",
"udev",
"wayland-backend",
"wayland-egl",
"wayland-protocols",
"wayland-protocols-misc",
"wayland-protocols-wlr",
"wayland-server",
"wayland-sys",
"winit",
2024-01-08 19:42:29 +01:00
"x11rb",
"xkbcommon",
]
[[package]]
name = "smithay-client-toolkit"
2024-03-05 02:22:02 +01:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"calloop 0.12.4",
"calloop-wayland-source",
"cursor-icon",
"libc",
"log",
2024-02-08 02:38:15 +01:00
"memmap2 0.9.4",
2024-01-08 19:42:29 +01:00
"rustix",
"thiserror",
"wayland-backend",
"wayland-client",
"wayland-csd-frame",
"wayland-cursor",
"wayland-protocols",
"wayland-protocols-wlr",
"wayland-scanner",
"xkeysym",
]
[[package]]
name = "smithay-drm-extras"
version = "0.1.0"
2024-05-17 17:25:06 +02:00
source = "git+https://github.com/Smithay/smithay?rev=900b938#900b938970081cb525dc94ff083d76aa07c60e54"
dependencies = [
"drm",
"edid-rs",
]
[[package]]
name = "smol_str"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49"
dependencies = [
"serde",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "socket2"
2024-05-08 03:28:48 +02:00
version = "0.5.7"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2024-01-08 19:51:04 +01:00
dependencies = [
"libc",
2024-03-05 02:22:02 +01:00
"windows-sys 0.52.0",
2024-01-08 19:51:04 +01:00
]
[[package]]
name = "strsim"
2024-04-06 23:14:45 +02:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "syn"
2024-05-08 03:28:48 +02:00
version = "2.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "sysinfo"
2024-05-08 03:28:48 +02:00
version = "0.30.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae"
dependencies = [
"cfg-if",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
2024-01-08 19:42:29 +01:00
"windows",
]
2024-02-17 07:00:25 +01:00
[[package]]
name = "temp-env"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96374855068f47402c3121c6eed88d29cb1de8f3ab27090e273e420bdabcf050"
dependencies = [
"parking_lot",
]
[[package]]
name = "tempfile"
2024-03-05 02:22:02 +01:00
version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
"cfg-if",
2024-01-08 19:42:29 +01:00
"fastrand",
"rustix",
"windows-sys 0.52.0",
]
2024-03-07 01:50:45 +01:00
[[package]]
name = "test-log"
2024-05-08 03:28:48 +02:00
version = "0.2.16"
2024-03-07 01:50:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "3dffced63c2b5c7be278154d76b479f9f9920ed34e7574201407f0b14e2bbb93"
2024-03-07 01:50:45 +01:00
dependencies = [
"test-log-macros",
"tracing-subscriber",
]
[[package]]
name = "test-log-macros"
2024-05-08 03:28:48 +02:00
version = "0.2.16"
2024-03-07 01:50:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "5999e24eaa32083191ba4e425deb75cdf25efefabe5aaccb7446dd0d4122a3f5"
2024-03-07 01:50:45 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-03-07 01:50:45 +01:00
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "textwrap"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
dependencies = [
"smawk",
"unicode-linebreak",
"unicode-width",
]
[[package]]
name = "thiserror"
2024-05-08 03:28:48 +02:00
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-05-08 03:28:48 +02:00
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
2024-03-05 02:22:02 +01:00
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
2024-05-08 03:28:48 +02:00
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
"deranged",
"itoa",
2024-05-08 05:30:48 +02:00
"libc",
2024-02-08 02:38:15 +01:00
"num-conv",
2024-05-08 05:30:48 +02:00
"num_threads",
2024-01-08 19:42:29 +01:00
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2024-01-08 19:42:29 +01:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2024-05-08 03:28:48 +02:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
2024-02-08 02:38:15 +01:00
"num-conv",
"time-core",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "tokio"
2024-03-30 23:23:47 +01:00
version = "1.37.0"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 23:23:47 +01:00
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
2024-01-08 19:51:04 +01:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
2024-01-08 20:43:38 +01:00
"num_cpus",
2024-01-08 19:51:04 +01:00
"pin-project-lite",
2024-01-08 20:43:38 +01:00
"signal-hook-registry",
2024-01-08 19:51:04 +01:00
"socket2",
"tokio-macros",
"windows-sys 0.48.0",
]
[[package]]
name = "tokio-io-timeout"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
dependencies = [
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-macros"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-01-08 19:51:04 +01:00
]
[[package]]
name = "tokio-stream"
2024-03-30 23:23:47 +01:00
version = "0.1.15"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 23:23:47 +01:00
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
2024-01-08 19:51:04 +01:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2024-05-08 03:28:48 +02:00
version = "0.7.11"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2024-01-08 19:51:04 +01:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
2024-05-16 20:31:21 +02:00
version = "0.8.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 20:31:21 +02:00
checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2024-05-16 20:31:21 +02:00
"toml_edit 0.22.13",
]
[[package]]
name = "toml_datetime"
2024-05-16 20:31:21 +02:00
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 20:31:21 +02:00
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-02-08 02:38:15 +01:00
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
2024-04-06 23:14:45 +02:00
"indexmap 2.2.6",
2024-02-08 02:38:15 +01:00
"toml_datetime",
2024-03-05 02:22:02 +01:00
"winnow 0.5.40",
2024-02-08 02:38:15 +01:00
]
[[package]]
name = "toml_edit"
2024-05-16 20:31:21 +02:00
version = "0.22.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-16 20:31:21 +02:00
checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c"
dependencies = [
2024-04-06 23:14:45 +02:00
"indexmap 2.2.6",
"serde",
"serde_spanned",
"toml_datetime",
2024-05-08 03:28:48 +02:00
"winnow 0.6.8",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "tonic"
2024-02-18 06:50:36 +01:00
version = "0.11.0"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-18 06:50:36 +01:00
checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
2024-01-08 19:51:04 +01:00
dependencies = [
"async-stream",
"async-trait",
"axum",
"base64",
"bytes",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"tokio",
"tokio-stream",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tonic-build"
2024-02-18 06:50:36 +01:00
version = "0.11.0"
2024-01-08 19:51:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-18 06:50:36 +01:00
checksum = "be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2"
2024-01-08 19:51:04 +01:00
dependencies = [
"prettyplease",
"proc-macro2",
"prost-build",
"quote",
"syn",
2024-01-08 19:51:04 +01:00
]
2024-01-09 03:11:02 +01:00
[[package]]
name = "tonic-reflection"
2024-02-18 06:50:36 +01:00
version = "0.11.0"
2024-01-09 03:11:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-18 06:50:36 +01:00
checksum = "548c227bd5c0fae5925812c4ec6c66ffcfced23ea370cb823f4d18f0fc1cb6a7"
2024-01-09 03:11:02 +01:00
dependencies = [
"prost",
"prost-types",
"tokio",
"tokio-stream",
"tonic",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"indexmap 1.9.3",
"pin-project",
"pin-project-lite",
"rand",
"slab",
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
2024-02-18 06:50:36 +01:00
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-appender"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
dependencies = [
"crossbeam-channel",
"thiserror",
"time",
"tracing-subscriber",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "udev"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50051c6e22be28ee6f217d50014f3bc29e81c20dc66ff7ca0d5c5226e1dcc5a1"
dependencies = [
"io-lifetimes 1.0.11",
"libc",
"libudev-sys",
"pkg-config",
]
[[package]]
name = "unicode-ident"
2024-01-08 19:42:29 +01:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2024-03-02 08:23:31 +01:00
[[package]]
name = "unicode-linebreak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
[[package]]
name = "unicode-segmentation"
2024-02-08 02:38:15 +01:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 02:38:15 +01:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2024-03-02 08:23:31 +01:00
[[package]]
name = "unicode-width"
2024-05-08 03:28:48 +02:00
version = "0.1.12"
2024-03-02 08:23:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
2024-03-02 08:23:31 +01:00
2024-01-09 01:55:59 +01:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2024-05-08 05:30:48 +02:00
[[package]]
name = "vergen"
version = "8.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525"
dependencies = [
"anyhow",
"cargo_metadata",
"cfg-if",
"regex",
"rustc_version",
"rustversion",
"sysinfo",
"time",
]
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "walkdir"
2024-03-05 02:22:02 +01:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
2024-01-08 19:51:04 +01:00
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2024-03-05 02:22:02 +01:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-03-05 02:22:02 +01:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-03-05 02:22:02 +01:00
version = "0.4.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-03-05 02:22:02 +01:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-03-05 02:22:02 +01:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-03-05 02:22:02 +01:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]]
name = "wayland-backend"
2024-02-08 02:38:15 +01:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 02:38:15 +01:00
checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
dependencies = [
"cc",
"downcast-rs",
2024-02-08 02:38:15 +01:00
"rustix",
"scoped-tls",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-client"
2024-02-08 02:38:15 +01:00
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 02:38:15 +01:00
checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
2024-02-08 02:38:15 +01:00
"rustix",
"wayland-backend",
"wayland-scanner",
]
[[package]]
name = "wayland-csd-frame"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"cursor-icon",
"wayland-backend",
]
[[package]]
name = "wayland-cursor"
2024-02-08 02:38:15 +01:00
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 02:38:15 +01:00
checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
dependencies = [
2024-02-08 02:38:15 +01:00
"rustix",
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-egl"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "355f652e5a24ae02d2ad536c8fc2d3dcc6c2bd635027cd6103a193e7d75eeda2"
dependencies = [
"wayland-backend",
"wayland-sys",
]
[[package]]
name = "wayland-protocols"
2024-02-08 02:38:15 +01:00
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 02:38:15 +01:00
checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-scanner",
"wayland-server",
]
[[package]]
name = "wayland-protocols-misc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa5933740b200188c9b4c38601b8212e8c154d7de0d2cb171944e137a77de1e"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-protocols",
"wayland-scanner",
"wayland-server",
]
[[package]]
name = "wayland-protocols-plasma"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
"wayland-server",
]
[[package]]
name = "wayland-scanner"
2024-02-08 02:38:15 +01:00
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 02:38:15 +01:00
checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
dependencies = [
"proc-macro2",
"quick-xml",
"quote",
]
[[package]]
name = "wayland-server"
2024-02-08 02:38:15 +01:00
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 02:38:15 +01:00
checksum = "00e6e4d5c285bc24ba4ed2d5a4bd4febd5fd904451f465973225c8e99772fdb7"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"downcast-rs",
2024-01-08 19:42:29 +01:00
"io-lifetimes 2.0.3",
2024-02-08 02:38:15 +01:00
"rustix",
"wayland-backend",
"wayland-scanner",
]
[[package]]
name = "wayland-sys"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
dependencies = [
"dlib",
"libc",
"log",
2024-04-13 17:56:02 +02:00
"memoffset 0.9.1",
"once_cell",
"pkg-config",
]
[[package]]
name = "web-sys"
2024-03-05 02:22:02 +01:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
2024-01-08 19:42:29 +01:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2024-05-08 03:28:48 +02:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
dependencies = [
2024-05-08 03:28:48 +02:00
"windows-sys 0.52.0",
]
[[package]]
2024-01-08 19:42:29 +01:00
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
dependencies = [
2024-01-08 19:42:29 +01:00
"windows-core",
2024-05-08 03:28:48 +02:00
"windows-targets 0.52.5",
]
[[package]]
2024-01-08 19:42:29 +01:00
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
2024-05-08 03:28:48 +02:00
"windows-targets 0.52.5",
2024-01-08 19:42:29 +01: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 = [
2024-01-08 19:42:29 +01:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-05-08 03:28:48 +02:00
"windows-targets 0.52.5",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
2024-01-08 19:42:29 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
2024-01-08 19:42:29 +01: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",
]
[[package]]
name = "windows-targets"
2024-05-08 03:28:48 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
dependencies = [
2024-05-08 03:28:48 +02:00
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-01-08 19:42:29 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-05-08 03:28:48 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
2024-01-08 19:42:29 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-05-08 03:28:48 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
2024-01-08 19:42:29 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-05-08 03:28:48 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
2024-01-08 19:42:29 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-05-08 03:28:48 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
2024-01-08 19:42:29 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-05-08 03:28:48 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
2024-01-08 19:42:29 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2024-05-08 03:28:48 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
2024-01-08 19:42:29 +01:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2024-05-08 03:28:48 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
[[package]]
name = "winit"
2024-04-06 23:14:45 +02:00
version = "0.29.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca"
dependencies = [
"ahash",
"android-activity",
"atomic-waker",
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"bytemuck",
2024-03-30 23:23:47 +01:00
"calloop 0.12.4",
"cfg_aliases",
"core-foundation",
"core-graphics",
"cursor-icon",
"icrate",
"js-sys",
"libc",
"log",
2024-02-08 02:38:15 +01:00
"memmap2 0.9.4",
"ndk",
"ndk-sys",
"objc2",
"once_cell",
"orbclient",
"percent-encoding",
"raw-window-handle",
"redox_syscall 0.3.5",
2024-01-08 19:42:29 +01:00
"rustix",
"smithay-client-toolkit",
"smol_str",
"unicode-segmentation",
"wasm-bindgen",
"wasm-bindgen-futures",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-protocols-plasma",
"web-sys",
"web-time",
"windows-sys 0.48.0",
"x11-dl",
2024-01-08 19:42:29 +01:00
"x11rb",
"xkbcommon-dl",
]
[[package]]
name = "winnow"
2024-03-05 02:22:02 +01:00
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]]
name = "winnow"
2024-05-08 03:28:48 +02:00
version = "0.6.8"
2024-03-05 02:22:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d"
dependencies = [
"memchr",
]
2024-04-13 17:56:02 +02:00
[[package]]
name = "wlcs"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d99c305ce368db32f0c675a3a17abbfd4123a59f4a1c56c0ee70b372cb7609e"
dependencies = [
"container_of",
"memoffset 0.9.1",
2024-05-08 03:28:48 +02:00
"nix",
2024-04-13 17:56:02 +02:00
"wayland-sys",
]
[[package]]
name = "wlcs_pinnacle"
version = "0.0.1"
dependencies = [
"pinnacle",
2024-04-24 19:02:15 +02:00
"pinnacle-api",
2024-04-13 17:56:02 +02:00
"smithay",
2024-04-24 19:02:15 +02:00
"tempfile",
2024-04-16 20:07:10 +02:00
"tokio",
2024-04-15 20:15:24 +02:00
"tracing",
"tracing-subscriber",
2024-04-13 17:56:02 +02:00
"wayland-sys",
"wlcs",
]
[[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"
2024-05-08 03:28:48 +02:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
dependencies = [
"as-raw-xcb-connection",
2024-01-08 19:42:29 +01:00
"gethostname",
"libc",
2024-04-06 23:14:45 +02:00
"libloading 0.8.3",
"once_cell",
2024-01-08 19:42:29 +01:00
"rustix",
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
2024-05-08 03:28:48 +02:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
[[package]]
name = "xcursor"
2024-01-08 19:42:29 +01:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 19:42:29 +01:00
checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
[[package]]
name = "xdg"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
[[package]]
name = "xkbcommon"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
dependencies = [
"libc",
"memmap2 0.8.0",
"xkeysym",
]
[[package]]
name = "xkbcommon-dl"
2024-03-05 02:22:02 +01:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 02:22:02 +01:00
checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
dependencies = [
2024-03-30 23:23:47 +01:00
"bitflags 2.5.0",
"dlib",
"log",
"once_cell",
"xkeysym",
]
[[package]]
name = "xkeysym"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
[[package]]
name = "xml-rs"
2024-04-06 23:14:45 +02:00
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 23:14:45 +02:00
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
[[package]]
name = "zerocopy"
2024-05-08 03:28:48 +02:00
version = "0.7.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-05-08 03:28:48 +02:00
version = "0.7.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 03:28:48 +02:00
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-03-02 08:23:31 +01:00
[[package]]
name = "zeroize"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-03-02 08:23:31 +01:00
]