2023-08-07 19:44:40 +04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-09-05 12:58:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-09-21 20:05:10 +04:00
|
|
|
version = "1.1.1"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-21 20:05:10 +04:00
|
|
|
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-activity"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0"
|
|
|
|
dependencies = [
|
|
|
|
"android-properties",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cc",
|
|
|
|
"jni-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"ndk",
|
|
|
|
"ndk-context",
|
|
|
|
"ndk-sys",
|
|
|
|
"num_enum 0.6.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-properties"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "0.6.4"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "1.0.4"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
2023-08-09 11:03:38 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "0.2.2"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "3.0.1"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "1.0.75"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2023-08-09 11:03:38 +04:00
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "async-broadcast"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
|
|
|
|
dependencies = [
|
2023-09-24 11:04:30 +04:00
|
|
|
"event-listener 2.5.3",
|
2023-08-27 10:29:06 +04:00
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
2023-09-24 11:04:30 +04:00
|
|
|
"event-listener 2.5.3",
|
2023-08-27 10:29:06 +04:00
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "1.5.4"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "2c1da3ae8dabd9c00f453a329dfe1fb28da3c0a72e2478cdcd93171740c20499"
|
2023-08-27 10:29:06 +04:00
|
|
|
dependencies = [
|
|
|
|
"async-lock",
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
2023-09-24 11:04:30 +04:00
|
|
|
"fastrand 2.0.1",
|
2023-08-27 10:29:06 +04:00
|
|
|
"futures-lite",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-fs"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
|
|
|
|
dependencies = [
|
|
|
|
"async-lock",
|
|
|
|
"autocfg",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
|
|
|
dependencies = [
|
|
|
|
"async-lock",
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"log",
|
|
|
|
"parking",
|
2023-09-24 11:04:30 +04:00
|
|
|
"polling 2.8.0",
|
2023-09-30 09:05:16 +04:00
|
|
|
"rustix 0.37.24",
|
2023-08-27 10:29:06 +04:00
|
|
|
"slab",
|
|
|
|
"socket2",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "2.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
|
|
|
dependencies = [
|
2023-09-24 11:04:30 +04:00
|
|
|
"event-listener 2.5.3",
|
2023-08-27 10:29:06 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "1.8.0"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "bf012553ce51eb7aa6dc2143804cc8252bd1cb681a1c5cb7fa94ca88682dee1d"
|
2023-08-27 10:29:06 +04:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2023-09-24 11:04:30 +04:00
|
|
|
"async-signal",
|
2023-08-27 10:29:06 +04:00
|
|
|
"blocking",
|
|
|
|
"cfg-if",
|
2023-09-24 11:04:30 +04:00
|
|
|
"event-listener 3.0.0",
|
2023-08-27 10:29:06 +04:00
|
|
|
"futures-lite",
|
2023-09-30 09:05:16 +04:00
|
|
|
"rustix 0.38.15",
|
2023-08-27 10:29:06 +04:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "1.0.5"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
|
2023-08-27 10:29:06 +04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-27 10:29:06 +04:00
|
|
|
]
|
|
|
|
|
2023-09-24 11:04:30 +04:00
|
|
|
[[package]]
|
|
|
|
name = "async-signal"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "0.2.2"
|
2023-09-24 11:04:30 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "c99f3cb3f9ff89f7d718fbb942c9eb91bedff12e396adf09a622dfe7ffec2bc2"
|
2023-09-24 11:04:30 +04:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
|
|
|
"atomic-waker",
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "4.4.1"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "b9441c6b2fe128a7c2bf680a44c34d0df31ce09e5b7e401fcca3faa483dbc921"
|
2023-08-27 10:29:06 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.73"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-27 10:29:06 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "1.1.2"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
2023-08-27 10:29:06 +04:00
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2023-09-05 12:58:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-09-11 19:24:09 +04:00
|
|
|
version = "0.21.4"
|
2023-09-05 12:58:51 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 19:24:09 +04:00
|
|
|
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
2023-09-05 12:58:51 +04:00
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.66.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-09-08 17:54:02 +04:00
|
|
|
]
|
|
|
|
|
2023-09-27 13:35:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-08-16 14:16:48 +04:00
|
|
|
version = "2.4.0"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 14:16:48 +04:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "block-sys"
|
|
|
|
version = "0.1.0-beta.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
|
|
|
|
dependencies = [
|
|
|
|
"objc-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block2"
|
|
|
|
version = "0.2.0-alpha.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
|
|
|
|
dependencies = [
|
|
|
|
"block-sys",
|
|
|
|
"objc2-encode",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "1.4.0"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "94c4ef1f913d78636d78d538eec1f18de81e481f44b1be0a81060090530846e1"
|
2023-08-27 10:29:06 +04:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-lock",
|
|
|
|
"async-task",
|
2023-09-24 11:04:30 +04:00
|
|
|
"fastrand 2.0.1",
|
|
|
|
"futures-io",
|
2023-08-27 10:29:06 +04:00
|
|
|
"futures-lite",
|
2023-09-24 11:04:30 +04:00
|
|
|
"piper",
|
|
|
|
"tracing",
|
2023-08-27 10:29:06 +04:00
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-09-18 19:53:15 +04:00
|
|
|
version = "3.14.0"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 19:53:15 +04:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-09-06 17:31:59 +04:00
|
|
|
version = "1.14.0"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 17:31:59 +04:00
|
|
|
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
2023-09-06 17:31:59 +04:00
|
|
|
version = "1.5.0"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 17:31:59 +04:00
|
|
|
checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-09 11:03:38 +04:00
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"log",
|
|
|
|
"nix 0.25.1",
|
|
|
|
"slotmap",
|
|
|
|
"thiserror",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2023-09-24 11:04:30 +04:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
|
|
|
version = "0.12.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aadd183e815348c0649051b1c43418643208f8ed13c8a84da7215b4e1cf42714"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"log",
|
|
|
|
"polling 3.1.0",
|
2023-09-30 09:05:16 +04:00
|
|
|
"rustix 0.38.15",
|
2023-09-24 11:04:30 +04:00
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "1.0.83"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
|
|
|
version = "0.15.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-09-05 12:58:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "chumsky"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23170228b96236b5a7299057ac284a321457700bc8c41a4476052f0f4ba5349d"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading 0.7.4",
|
|
|
|
]
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "4.4.6"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "4.4.6"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "4.4.2"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-09 11:03:38 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.5.1"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
|
2023-08-09 11:03:38 +04:00
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "2.3.0"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"
|
2023-08-27 10:29:06 +04:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie-factory"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
|
|
|
version = "0.22.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[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 = [
|
2023-09-08 17:54:02 +04:00
|
|
|
"libloading 0.8.0",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "drm"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.10.0"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "97fb1b703ffbc7ebd216eba7900008049a56ace55580ecb2ee7fa801e8d8be87"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
2023-09-24 11:04:30 +04:00
|
|
|
"bitflags 2.4.0",
|
2023-08-09 11:03:38 +04:00
|
|
|
"bytemuck",
|
|
|
|
"drm-ffi",
|
|
|
|
"drm-fourcc",
|
2023-09-24 11:04:30 +04:00
|
|
|
"nix 0.27.1",
|
2023-08-09 11:03:38 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "drm-ffi"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.6.0"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "ba7d1c19c4b6270e89d59fb27dc6d02a317c658a8a54e54781e1db9b5947595d"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
|
|
|
"drm-sys",
|
2023-09-24 11:04:30 +04:00
|
|
|
"nix 0.27.1",
|
2023-08-09 11:03:38 +04:00
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "drm-fourcc"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "drm-sys"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.5.0"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "3a4f1c0468062a56cd5705f1e3b5409eb286d5596a2028ec8e947595d7e715ae"
|
2023-08-09 11:03:38 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "edid-rs"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ab5fa33485cd85ac354df485819a63360fefa312fe04cffe65e6f175be1522c"
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "enumflags2"
|
2023-09-18 19:53:15 +04:00
|
|
|
version = "0.7.8"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 19:53:15 +04:00
|
|
|
checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939"
|
2023-08-27 10:29:06 +04:00
|
|
|
dependencies = [
|
|
|
|
"enumflags2_derive",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
2023-09-18 19:53:15 +04:00
|
|
|
version = "0.7.8"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 19:53:15 +04:00
|
|
|
checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246"
|
2023-08-27 10:29:06 +04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-27 10:29:06 +04:00
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.3.3"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
2023-09-24 11:04:30 +04:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29e56284f00d94c1bc7fd3c77027b4623c88c1f53d8d2394c6199f2921dea325"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "2.0.1"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-09-27 13:35:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand 1.9.0",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "gbm"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.13.0"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "57c97c1672f2d951da311cd20b148794c4157a8879c7650e65f76c7826e2b1c1"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"drm",
|
|
|
|
"drm-fourcc",
|
|
|
|
"gbm-sys",
|
|
|
|
"libc",
|
|
|
|
"wayland-backend",
|
|
|
|
"wayland-server",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gbm-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b63eba9b9b7a231514482deb08759301c9f9f049ac6869403f381834ebfeaf67"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-10 14:12:20 +04:00
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustversion",
|
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-09-05 12:58:51 +04:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "0.14.1"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2023-09-05 12:58:51 +04:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2023-08-09 11:03:38 +04:00
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-09-21 20:05:10 +04:00
|
|
|
version = "0.3.3"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-21 20:05:10 +04:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
|
|
|
version = "0.24.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "2.0.2"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-09-30 09:05:16 +04:00
|
|
|
"hashbrown 0.14.1",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "input"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6e74cd82cedcd66db78742a8337bdc48f188c4d2c12742cbc5cd85113f0b059"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"input-sys",
|
2023-09-24 11:04:30 +04:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-08-09 11:03:38 +04:00
|
|
|
"libc",
|
2023-09-24 11:04:30 +04:00
|
|
|
"udev 0.7.0",
|
2023-08-09 11:03:38 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "input-sys"
|
|
|
|
version = "1.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f6c2a17e8aba7217660e32863af87b0febad811d4b8620ef76b386603fddc2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "io-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",
|
|
|
|
]
|
|
|
|
|
2023-09-24 11:04:30 +04:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c"
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.64"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-08-16 14:16:48 +04:00
|
|
|
[[package]]
|
|
|
|
name = "keyframe"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60708bf7981518d09095d6f5673ce5cf6a64f1e0d9708b554f670e6d9d2bd9a9"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "khronos_api"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
|
|
|
|
2023-09-05 12:58:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "knuffel"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04bee6ddc6071011314b1ce4f7705fef6c009401dba4fd22cb0009db6a177413"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"chumsky",
|
|
|
|
"knuffel-derive",
|
|
|
|
"miette",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "knuffel-derive"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91977f56c49cfb961e3d840e2e7c6e4a56bde7283898cf606861f1421348283d"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-09-18 19:53:15 +04:00
|
|
|
version = "0.2.148"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 19:53:15 +04:00
|
|
|
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-08-16 14:16:48 +04:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "libseat"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.2.1"
|
2023-08-09 11:03:38 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "54a0adf8d8607a73a5b74cbe4132f57cb349e4bf860103cd089461bbcbc9907e"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
2023-09-04 16:36:27 +04:00
|
|
|
"errno",
|
2023-08-09 11:03:38 +04:00
|
|
|
"libseat-sys",
|
2023-09-04 16:36:27 +04:00
|
|
|
"log",
|
2023-08-09 11:03:38 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libseat-sys"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3671cb5e03871f1d6bf0b3b5daa9275549e348fa6359e0f9adb910ca163d4c34"
|
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "libspa"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0434617020ddca18b86067912970c55410ca654cdafd775480322f50b857a8c4"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"cc",
|
|
|
|
"convert_case",
|
|
|
|
"cookie-factory",
|
|
|
|
"libc",
|
|
|
|
"libspa-sys",
|
|
|
|
"nix 0.26.4",
|
|
|
|
"nom",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libspa-sys"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3e70ca3f3e70f858ef363046d06178c427b4e0b63d210c95fd87d752679d345"
|
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"cc",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "libudev-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-09-11 19:24:09 +04:00
|
|
|
version = "0.4.7"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 19:24:09 +04:00
|
|
|
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-16 14:16:48 +04:00
|
|
|
version = "0.4.20"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 14:16:48 +04:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
2023-09-03 07:31:44 +04:00
|
|
|
[[package]]
|
|
|
|
name = "logind-zbus"
|
|
|
|
version = "3.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c07a2542f6e91ea92780158654852190edb2ba0b232d9d00d649d0c691cb7eb3"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"zbus",
|
|
|
|
]
|
|
|
|
|
2023-08-10 14:12:20 +04:00
|
|
|
[[package]]
|
|
|
|
name = "loom"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "2.6.3"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
|
|
|
version = "0.5.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-09-24 11:04:30 +04:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-09-05 12:58:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "miette"
|
|
|
|
version = "5.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
|
|
|
|
dependencies = [
|
|
|
|
"miette-derive",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miette-derive"
|
|
|
|
version = "5.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-09-05 12:58:51 +04:00
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.8.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"jni-sys",
|
|
|
|
"ndk-sys",
|
|
|
|
"num_enum 0.5.11",
|
|
|
|
"raw-window-handle",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-context"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
|
|
|
version = "0.4.1+23.1.7779620"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
|
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "niri"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-08-09 11:03:38 +04:00
|
|
|
"anyhow",
|
2023-09-20 09:28:23 +04:00
|
|
|
"async-channel",
|
2023-09-08 17:54:02 +04:00
|
|
|
"async-io",
|
2023-08-16 14:16:48 +04:00
|
|
|
"bitflags 2.4.0",
|
2023-08-09 11:03:38 +04:00
|
|
|
"clap",
|
2023-08-27 19:34:37 +04:00
|
|
|
"directories",
|
|
|
|
"image",
|
2023-08-16 14:16:48 +04:00
|
|
|
"keyframe",
|
2023-09-05 12:58:51 +04:00
|
|
|
"knuffel",
|
2023-09-21 20:05:10 +04:00
|
|
|
"libc",
|
2023-09-24 11:04:30 +04:00
|
|
|
"log",
|
2023-09-03 07:31:44 +04:00
|
|
|
"logind-zbus",
|
2023-09-05 12:58:51 +04:00
|
|
|
"miette",
|
2023-09-24 11:04:30 +04:00
|
|
|
"nix 0.27.1",
|
2023-09-08 17:54:02 +04:00
|
|
|
"pipewire",
|
2023-09-06 15:49:46 +04:00
|
|
|
"portable-atomic",
|
2023-08-10 14:12:20 +04:00
|
|
|
"profiling",
|
2023-09-27 13:35:02 +04:00
|
|
|
"proptest",
|
|
|
|
"proptest-derive",
|
2023-08-27 07:37:36 +04:00
|
|
|
"sd-notify",
|
2023-09-05 12:58:51 +04:00
|
|
|
"serde",
|
2023-08-07 19:44:40 +04:00
|
|
|
"smithay",
|
2023-08-09 11:03:38 +04:00
|
|
|
"smithay-drm-extras",
|
2023-08-27 19:34:37 +04:00
|
|
|
"time",
|
2023-08-09 11:03:38 +04:00
|
|
|
"tracing",
|
2023-08-07 19:44:40 +04:00
|
|
|
"tracing-subscriber",
|
2023-09-08 09:30:22 +04:00
|
|
|
"tracy-client",
|
2023-08-16 14:16:48 +04:00
|
|
|
"xcursor",
|
2023-08-27 10:29:06 +04:00
|
|
|
"zbus",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.24.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset 0.6.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.25.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset 0.6.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.26.4"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset 0.7.1",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
2023-09-24 11:04:30 +04:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.27.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset 0.9.0",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-08-16 14:16:48 +04:00
|
|
|
"libm",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
|
|
|
|
dependencies = [
|
|
|
|
"num_enum_derive 0.5.11",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
|
|
|
|
dependencies = [
|
|
|
|
"num_enum_derive 0.6.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "objc-sys"
|
|
|
|
version = "0.2.0-beta.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2"
|
|
|
|
version = "0.3.0-beta.3.patch-leaks.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468"
|
|
|
|
dependencies = [
|
|
|
|
"block2",
|
|
|
|
"objc-sys",
|
|
|
|
"objc2-encode",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-encode"
|
|
|
|
version = "2.0.0-pre.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512"
|
|
|
|
dependencies = [
|
|
|
|
"objc-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "orbclient"
|
|
|
|
version = "0.3.46"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8378ac0dfbd4e7895f2d2c1f1345cab3836910baf3a300b000d04250f0c8428f"
|
|
|
|
dependencies = [
|
2023-08-27 19:34:37 +04:00
|
|
|
"redox_syscall 0.3.5",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-stream"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "2.1.1"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "e52c774a4c39359c1d1c52e43f73dd91a75a614652c825408eec30c95a9b2067"
|
2023-08-27 10:29:06 +04:00
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.2.13"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-09-24 11:04:30 +04:00
|
|
|
[[package]]
|
|
|
|
name = "piper"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand 2.0.1",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "pipewire"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2d009c8dd65e890b515a71950f7e4c801523b8894ff33863a40830bf762e9e9"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"libc",
|
|
|
|
"libspa",
|
|
|
|
"libspa-sys",
|
|
|
|
"nix 0.26.4",
|
|
|
|
"once_cell",
|
|
|
|
"pipewire-sys",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pipewire-sys"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "890c084e7b737246cb4799c86b71a0e4da536031ff7473dd639eba9f95039f64"
|
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"libspa-sys",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
|
|
|
version = "0.17.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"crc32fast",
|
|
|
|
"fdeflate",
|
|
|
|
"flate2",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
|
|
|
version = "2.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-09-24 11:04:30 +04:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7571075a670bb8e02350c4d1c27d934aabdce416aa91a95d58dc9e21267dad3c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"pin-project-lite",
|
2023-09-30 09:05:16 +04:00
|
|
|
"rustix 0.38.15",
|
2023-09-24 11:04:30 +04:00
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-09-06 15:49:46 +04:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "1.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
2023-09-05 12:58:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-09-18 19:53:15 +04:00
|
|
|
version = "1.0.67"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 19:53:15 +04:00
|
|
|
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2023-09-18 19:53:15 +04:00
|
|
|
version = "1.0.11"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 19:53:15 +04:00
|
|
|
checksum = "f89dff0959d98c9758c88826cc002e2c3d0b9dfac4139711d1f30de442f1139b"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"profiling-procmacros",
|
2023-09-08 09:30:22 +04:00
|
|
|
"tracy-client",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "profiling-procmacros"
|
2023-09-18 19:53:15 +04:00
|
|
|
version = "1.0.11"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 19:53:15 +04:00
|
|
|
checksum = "eb156a45b6b9fe8027497422179fb65afc84d36707a7ca98297bf06bccb8d43f"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
2023-09-27 13:35:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "proptest"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65"
|
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_xorshift",
|
|
|
|
"regex-syntax 0.6.29",
|
|
|
|
"rusty-fork",
|
|
|
|
"tempfile",
|
|
|
|
"unarray",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proptest-derive"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cf16337405ca084e9c78985114633b6827711d22b9e6ef6c6c0d665eb3f0b6e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.30.0"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "1.0.33"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2023-08-07 19:44:40 +04:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-09-27 13:35:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall 0.2.16",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "1.9.5"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-09-04 16:36:27 +04:00
|
|
|
"regex-automata 0.3.8",
|
|
|
|
"regex-syntax 0.7.5",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.3.8"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-09-04 16:36:27 +04:00
|
|
|
"regex-syntax 0.7.5",
|
2023-08-07 19:44:40 +04: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"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.7.5"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "0.37.24"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "4279d76516df406a8bd37e7dff53fd37d1a093f997a3c34a5c21658c126db06d"
|
2023-08-27 10:29:06 +04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
2023-09-04 16:36:27 +04:00
|
|
|
"errno",
|
2023-09-24 11:04:30 +04:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-08-27 10:29:06 +04:00
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.3.8",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "0.38.15"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
2023-08-16 14:16:48 +04:00
|
|
|
"bitflags 2.4.0",
|
2023-09-04 16:36:27 +04:00
|
|
|
"errno",
|
2023-08-07 19:44:40 +04:00
|
|
|
"libc",
|
2023-09-11 19:24:09 +04:00
|
|
|
"linux-raw-sys 0.4.7",
|
2023-08-07 19:44:40 +04:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-08-10 14:12:20 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
|
|
|
|
2023-09-27 13:35:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rusty-fork"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"quick-error",
|
|
|
|
"tempfile",
|
|
|
|
"wait-timeout",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[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"
|
|
|
|
|
2023-08-27 07:37:36 +04:00
|
|
|
[[package]]
|
|
|
|
name = "sd-notify"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "621e3680f3e07db4c9c2c3fb07c6223ab2fab2e54bd3c04c3ae037990f428c32"
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.188"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.188"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-27 10:29:06 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-27 10:29:06 +04:00
|
|
|
]
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-09-21 20:05:10 +04:00
|
|
|
version = "0.10.6"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-21 20:05:10 +04:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2023-08-27 10:29:06 +04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "0.1.6"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "slotmap"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-09-21 20:05:10 +04:00
|
|
|
version = "1.11.1"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-21 20:05:10 +04:00
|
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smithay"
|
|
|
|
version = "0.3.0"
|
2023-09-30 09:05:16 +04:00
|
|
|
source = "git+https://github.com/Smithay/smithay.git#74ef59a3f8b6a1f86a74388590f2f852040354e4"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"appendlist",
|
2023-08-16 14:16:48 +04:00
|
|
|
"bitflags 2.4.0",
|
2023-09-24 11:04:30 +04:00
|
|
|
"calloop 0.12.2",
|
2023-08-09 11:03:38 +04:00
|
|
|
"cc",
|
2023-08-07 19:44:40 +04:00
|
|
|
"cgmath",
|
|
|
|
"downcast-rs",
|
2023-08-09 11:03:38 +04:00
|
|
|
"drm",
|
|
|
|
"drm-ffi",
|
2023-08-07 19:44:40 +04:00
|
|
|
"drm-fourcc",
|
2023-08-09 11:03:38 +04:00
|
|
|
"gbm",
|
2023-08-07 19:44:40 +04:00
|
|
|
"gl_generator",
|
2023-09-24 11:04:30 +04:00
|
|
|
"indexmap",
|
2023-08-09 11:03:38 +04:00
|
|
|
"input",
|
2023-08-07 19:44:40 +04:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2023-09-08 17:54:02 +04:00
|
|
|
"libloading 0.8.0",
|
2023-08-09 11:03:38 +04:00
|
|
|
"libseat",
|
2023-09-24 11:04:30 +04:00
|
|
|
"nix 0.27.1",
|
2023-08-07 19:44:40 +04:00
|
|
|
"once_cell",
|
2023-08-09 11:03:38 +04:00
|
|
|
"pkg-config",
|
2023-08-07 19:44:40 +04:00
|
|
|
"profiling",
|
|
|
|
"rand",
|
|
|
|
"scan_fmt",
|
2023-09-19 17:03:24 +04:00
|
|
|
"smallvec",
|
2023-08-07 19:44:40 +04:00
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
2023-09-24 11:04:30 +04:00
|
|
|
"udev 0.8.0",
|
2023-08-09 11:03:38 +04:00
|
|
|
"wayland-backend",
|
2023-08-07 19:44:40 +04:00
|
|
|
"wayland-egl",
|
2023-09-24 11:04:30 +04:00
|
|
|
"wayland-protocols 0.31.0",
|
2023-08-07 19:44:40 +04:00
|
|
|
"wayland-protocols-misc",
|
|
|
|
"wayland-protocols-wlr",
|
|
|
|
"wayland-server",
|
2023-09-24 11:04:30 +04:00
|
|
|
"wayland-sys 0.31.1",
|
2023-08-07 19:44:40 +04:00
|
|
|
"winit",
|
|
|
|
"xkbcommon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smithay-client-toolkit"
|
2023-09-19 17:03:24 +04:00
|
|
|
version = "0.16.1"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 17:03:24 +04:00
|
|
|
checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
2023-09-24 11:04:30 +04:00
|
|
|
"calloop 0.10.6",
|
2023-08-07 19:44:40 +04:00
|
|
|
"dlib",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memmap2 0.5.10",
|
|
|
|
"nix 0.24.3",
|
|
|
|
"pkg-config",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-cursor",
|
|
|
|
"wayland-protocols 0.29.5",
|
|
|
|
]
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "smithay-drm-extras"
|
|
|
|
version = "0.1.0"
|
2023-09-30 09:05:16 +04:00
|
|
|
source = "git+https://github.com/Smithay/smithay.git#74ef59a3f8b6a1f86a74388590f2f852040354e4"
|
2023-08-09 11:03:38 +04:00
|
|
|
dependencies = [
|
|
|
|
"drm",
|
|
|
|
"edid-rs",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-09-18 19:53:15 +04:00
|
|
|
version = "2.0.37"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 19:53:15 +04:00
|
|
|
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
|
|
|
version = "6.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-expr",
|
|
|
|
"heck",
|
|
|
|
"pkg-config",
|
|
|
|
"toml",
|
|
|
|
"version-compare",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.12.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "3.8.0"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-09-24 11:04:30 +04:00
|
|
|
"fastrand 2.0.1",
|
2023-08-27 19:34:37 +04:00
|
|
|
"redox_syscall 0.3.5",
|
2023-09-30 09:05:16 +04:00
|
|
|
"rustix 0.38.15",
|
2023-08-07 19:44:40 +04:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-09-27 13:35:02 +04:00
|
|
|
version = "1.0.49"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 13:35:02 +04:00
|
|
|
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-09-27 13:35:02 +04:00
|
|
|
version = "1.0.49"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 13:35:02 +04:00
|
|
|
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-08-27 19:34:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.3.29"
|
2023-08-27 19:34:37 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
|
2023-08-27 19:34:37 +04:00
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
|
|
|
"itoa",
|
|
|
|
"libc",
|
|
|
|
"num_threads",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.1.2"
|
2023-08-27 19:34:37 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2023-08-27 19:34:37 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.2.15"
|
2023-08-27 19:34:37 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
2023-08-27 19:34:37 +04:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-09-11 19:24:09 +04:00
|
|
|
version = "0.7.8"
|
2023-09-08 17:54:02 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 19:24:09 +04:00
|
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
2023-09-08 17:54:02 +04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2023-09-08 17:54:02 +04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-09-08 09:30:22 +04:00
|
|
|
version = "0.19.15"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-08 09:30:22 +04:00
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
2023-09-24 11:04:30 +04:00
|
|
|
"indexmap",
|
2023-09-08 17:54:02 +04:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-08-07 19:44:40 +04:00
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2023-08-10 14:12:20 +04:00
|
|
|
[[package]]
|
|
|
|
name = "tracy-client"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.16.3"
|
2023-08-10 14:12:20 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "03684af8fb393cc7903210d868e4cb9f5c1e156737be38f52c4217fb21b86bf6"
|
2023-08-10 14:12:20 +04:00
|
|
|
dependencies = [
|
|
|
|
"loom",
|
|
|
|
"once_cell",
|
|
|
|
"tracy-client-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracy-client-sys"
|
2023-09-18 19:53:15 +04:00
|
|
|
version = "0.21.2"
|
2023-08-10 14:12:20 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 19:53:15 +04:00
|
|
|
checksum = "2cb915ea3af048554640d76dd6f1492589a6401a41a30d789b983c1ec280455a"
|
2023-08-10 14:12:20 +04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-09-18 19:53:15 +04:00
|
|
|
version = "1.17.0"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 19:53:15 +04:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2023-08-27 10:29:06 +04:00
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "udev"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebdbbd670373442a12fe9ef7aeb53aec4147a5a27a00bbc3ab639f08f48191a"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libudev-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-09-24 11:04:30 +04:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "uds_windows"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
|
|
|
|
dependencies = [
|
|
|
|
"tempfile",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-09-27 13:35:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "unarray"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-18 19:53:15 +04:00
|
|
|
version = "1.0.12"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 19:53:15 +04:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
2023-09-05 12:58:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-09-21 20:05:10 +04:00
|
|
|
version = "0.1.11"
|
2023-09-05 12:58:51 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-21 20:05:10 +04:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2023-09-05 12:58:51 +04:00
|
|
|
|
2023-08-09 11:03:38 +04:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2023-09-08 17:54:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-09-27 13:35:02 +04:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "1.1.1"
|
2023-08-27 10:29:06 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
|
2023-08-27 10:29:06 +04:00
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-07 19:44:40 +04:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-18 19:53:15 +04:00
|
|
|
"syn 2.0.37",
|
2023-08-07 19:44:40 +04:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-backend"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.3.2"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "19152ddd73f45f024ed4534d9ca2594e0ef252c1847695255dae47f34df9fbe4"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"downcast-rs",
|
2023-09-04 16:36:27 +04:00
|
|
|
"nix 0.26.4",
|
2023-08-07 19:44:40 +04:00
|
|
|
"scoped-tls",
|
|
|
|
"smallvec",
|
2023-09-24 11:04:30 +04:00
|
|
|
"wayland-sys 0.31.1",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"downcast-rs",
|
|
|
|
"libc",
|
|
|
|
"nix 0.24.3",
|
|
|
|
"scoped-tls",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner 0.29.5",
|
|
|
|
"wayland-sys 0.29.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-commons"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
|
|
|
|
dependencies = [
|
|
|
|
"nix 0.24.3",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"wayland-sys 0.29.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
|
|
|
|
dependencies = [
|
|
|
|
"nix 0.24.3",
|
|
|
|
"wayland-client",
|
|
|
|
"xcursor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-egl"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.32.0"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "355f652e5a24ae02d2ad536c8fc2d3dcc6c2bd635027cd6103a193e7d75eeda2"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"wayland-backend",
|
2023-09-24 11:04:30 +04:00
|
|
|
"wayland-sys 0.31.1",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner 0.29.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.31.0"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "e253d7107ba913923dc253967f35e8561a3c65f914543e46843c88ddd729e21c"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
2023-09-24 11:04:30 +04:00
|
|
|
"bitflags 2.4.0",
|
2023-08-07 19:44:40 +04:00
|
|
|
"wayland-backend",
|
2023-09-24 11:04:30 +04:00
|
|
|
"wayland-scanner 0.31.0",
|
2023-08-07 19:44:40 +04:00
|
|
|
"wayland-server",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols-misc"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.2.0"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "bfa5933740b200188c9b4c38601b8212e8c154d7de0d2cb171944e137a77de1e"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
2023-09-24 11:04:30 +04:00
|
|
|
"bitflags 2.4.0",
|
2023-08-07 19:44:40 +04:00
|
|
|
"wayland-backend",
|
2023-09-24 11:04:30 +04:00
|
|
|
"wayland-protocols 0.31.0",
|
|
|
|
"wayland-scanner 0.31.0",
|
2023-08-07 19:44:40 +04:00
|
|
|
"wayland-server",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols-wlr"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.2.0"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
2023-09-24 11:04:30 +04:00
|
|
|
"bitflags 2.4.0",
|
2023-08-07 19:44:40 +04:00
|
|
|
"wayland-backend",
|
2023-09-24 11:04:30 +04:00
|
|
|
"wayland-protocols 0.31.0",
|
|
|
|
"wayland-scanner 0.31.0",
|
2023-08-07 19:44:40 +04:00
|
|
|
"wayland-server",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.31.0"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "fb8e28403665c9f9513202b7e1ed71ec56fde5c107816843fb14057910b2c09c"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quick-xml",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-server"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.31.0"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "3f3f0c52a445936ca1184c98f1a69cf4ad9c9130788884531ef04428468cb1ce"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
2023-09-24 11:04:30 +04:00
|
|
|
"bitflags 2.4.0",
|
2023-08-07 19:44:40 +04:00
|
|
|
"downcast-rs",
|
2023-09-24 11:04:30 +04:00
|
|
|
"io-lifetimes 2.0.2",
|
2023-09-04 16:36:27 +04:00
|
|
|
"nix 0.26.4",
|
2023-08-07 19:44:40 +04:00
|
|
|
"wayland-backend",
|
2023-09-24 11:04:30 +04:00
|
|
|
"wayland-scanner 0.31.0",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
|
|
|
|
dependencies = [
|
|
|
|
"dlib",
|
|
|
|
"lazy_static",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.31.1"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"dlib",
|
2023-08-09 11:03:38 +04:00
|
|
|
"libc",
|
2023-08-07 19:44:40 +04:00
|
|
|
"log",
|
2023-09-24 11:04:30 +04:00
|
|
|
"memoffset 0.9.0",
|
2023-08-07 19:44:40 +04:00
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.64"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
|
|
|
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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-08-10 14:12:20 +04:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
|
|
|
dependencies = [
|
2023-09-04 16:36:27 +04:00
|
|
|
"windows-targets 0.48.5",
|
2023-08-10 14:12:20 +04:00
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04: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 = [
|
2023-09-04 16:36:27 +04:00
|
|
|
"windows-targets 0.48.5",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.48.5"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
2023-09-04 16:36:27 +04:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.48.5"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[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"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.48.5"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[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"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.48.5"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[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"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.48.5"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[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"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.48.5"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[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"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.48.5"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[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"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.48.5"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-08-07 19:44:40 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winit"
|
2023-09-30 09:05:16 +04:00
|
|
|
version = "0.28.7"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 09:05:16 +04:00
|
|
|
checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"android-activity",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cfg_aliases",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
|
|
|
"dispatch",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"mio",
|
|
|
|
"ndk",
|
|
|
|
"objc2",
|
|
|
|
"once_cell",
|
|
|
|
"orbclient",
|
|
|
|
"percent-encoding",
|
|
|
|
"raw-window-handle",
|
2023-08-27 19:34:37 +04:00
|
|
|
"redox_syscall 0.3.5",
|
2023-08-07 19:44:40 +04:00
|
|
|
"smithay-client-toolkit",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-protocols 0.29.5",
|
|
|
|
"wayland-scanner 0.29.5",
|
|
|
|
"web-sys",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
"x11-dl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-09-04 16:36:27 +04:00
|
|
|
version = "0.5.15"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 16:36:27 +04:00
|
|
|
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
|
|
|
version = "2.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xcursor"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2023-08-27 10:29:06 +04:00
|
|
|
[[package]]
|
|
|
|
name = "xdg-home"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
|
|
|
|
dependencies = [
|
2023-09-04 16:36:27 +04:00
|
|
|
"nix 0.26.4",
|
2023-08-27 10:29:06 +04:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "xkbcommon"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.6.0"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "c286371c44b3572d19b09196c129a8fff47d7704d6494daefb44fec10f0278ab"
|
2023-08-07 19:44:40 +04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"memmap2 0.7.1",
|
2023-09-24 11:04:30 +04:00
|
|
|
"xkeysym",
|
2023-08-07 19:44:40 +04:00
|
|
|
]
|
|
|
|
|
2023-09-24 11:04:30 +04:00
|
|
|
[[package]]
|
|
|
|
name = "xkeysym"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
|
|
|
|
|
2023-08-07 19:44:40 +04:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2023-09-24 11:04:30 +04:00
|
|
|
version = "0.8.19"
|
2023-08-07 19:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 11:04:30 +04:00
|
|
|
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
|
2023-08-27 10:29:06 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus"
|
|
|
|
version = "3.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948"
|
|
|
|
dependencies = [
|
|
|
|
"async-broadcast",
|
|
|
|
"async-executor",
|
|
|
|
"async-fs",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
|
|
|
"async-process",
|
|
|
|
"async-recursion",
|
|
|
|
"async-task",
|
|
|
|
"async-trait",
|
|
|
|
"blocking",
|
|
|
|
"byteorder",
|
|
|
|
"derivative",
|
|
|
|
"enumflags2",
|
2023-09-24 11:04:30 +04:00
|
|
|
"event-listener 2.5.3",
|
2023-08-27 10:29:06 +04:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
2023-09-04 16:36:27 +04:00
|
|
|
"nix 0.26.4",
|
2023-08-27 10:29:06 +04:00
|
|
|
"once_cell",
|
|
|
|
"ordered-stream",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
|
|
|
"sha1",
|
|
|
|
"static_assertions",
|
|
|
|
"tracing",
|
|
|
|
"uds_windows",
|
|
|
|
"winapi",
|
|
|
|
"xdg-home",
|
|
|
|
"zbus_macros",
|
|
|
|
"zbus_names",
|
|
|
|
"zvariant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus_macros"
|
|
|
|
version = "3.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"zvariant_utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus_names"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
|
|
|
"zvariant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zvariant"
|
|
|
|
version = "3.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"enumflags2",
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
|
|
|
"zvariant_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zvariant_derive"
|
|
|
|
version = "3.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"zvariant_utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zvariant_utils"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|