ironbar/Cargo.lock

3930 lines
94 KiB
Plaintext
Raw Normal View History

2022-08-14 16:30:13 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2023-03-18 23:46:49 +03:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-08-14 16:30:13 +03: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",
]
[[package]]
name = "aho-corasick"
version = "1.0.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
2022-08-14 16:30:13 +03:00
dependencies = [
"memchr",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
2022-10-15 01:53:13 +03:00
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
2022-10-15 01:53:13 +03:00
"libc",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "anyhow"
2023-03-18 23:46:49 +03:00
version = "1.0.70"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
2022-08-14 16:30:13 +03:00
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2022-08-14 16:30:13 +03:00
[[package]]
name = "async-broadcast"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
dependencies = [
"event-listener",
"futures-core",
"parking_lot",
]
2023-03-18 23:46:49 +03:00
[[package]]
name = "async-broadcast"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
dependencies = [
"event-listener",
"futures-core",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "async-channel"
2022-12-12 02:30:42 +03:00
version = "1.8.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-12 02:30:42 +03:00
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
2022-08-14 16:30:13 +03:00
dependencies = [
2022-12-12 02:30:42 +03:00
"concurrent-queue",
2022-08-14 16:30:13 +03:00
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
2023-03-18 23:46:49 +03:00
version = "1.5.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
2022-08-14 16:30:13 +03:00
dependencies = [
"async-lock",
2022-08-14 16:30:13 +03:00
"async-task",
2022-12-12 02:30:42 +03:00
"concurrent-queue",
2022-08-14 16:30:13 +03:00
"fastrand",
"futures-lite",
"slab",
]
2023-03-18 23:46:49 +03:00
[[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"
2023-03-18 23:46:49 +03:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
2022-11-02 01:56:47 +03:00
"async-lock",
"autocfg",
2023-03-18 23:46:49 +03:00
"cfg-if",
2022-12-12 02:30:42 +03:00
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
2023-03-18 23:46:49 +03:00
"rustix",
"slab",
"socket2",
"waker-fn",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "async-lock"
2023-03-18 23:46:49 +03:00
version = "2.7.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
2022-08-14 16:30:13 +03:00
dependencies = [
"event-listener",
]
[[package]]
name = "async-pidfd"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12177058299bb8e3507695941b6d0d7dc0e4e6515b8bc1bf4609d9e32ef51799"
dependencies = [
"async-io",
"libc",
]
[[package]]
name = "async-process"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
dependencies = [
"async-io",
"async-lock",
"autocfg",
"blocking",
"cfg-if",
"event-listener",
"futures-lite",
"rustix",
"signal-hook",
"windows-sys 0.48.0",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "async-recursion"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
]
[[package]]
name = "async-recursion"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
dependencies = [
"proc-macro2",
"quote 1.0.26",
"syn 2.0.15",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "async-task"
2023-03-18 23:46:49 +03:00
version = "4.4.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
2022-08-14 16:30:13 +03:00
[[package]]
name = "async-trait"
2023-03-18 23:46:49 +03:00
version = "0.1.68"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
2022-08-14 16:30:13 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "async_once"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ce4f10ea3abcd6617873bae9f91d1c5332b4a778bd9ce34d0cd517474c1de82"
2022-08-14 16:30:13 +03:00
[[package]]
name = "atk"
2023-03-18 23:46:49 +03:00
version = "0.17.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "6ba16453d10c712284061a05f6510f75abeb92b56ba88dfeb48c74775020cc22"
2022-08-14 16:30:13 +03:00
dependencies = [
"atk-sys",
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2022-08-14 16:30:13 +03:00
"glib",
"libc",
]
[[package]]
name = "atk-sys"
2023-03-19 03:14:59 +03:00
version = "0.17.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "e3bf0a7ca572fbd5762fd8f8cd65a581e06767bc1234913fe1f43e370cff6e90"
2022-08-14 16:30:13 +03:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
2023-03-18 23:46:49 +03:00
[[package]]
name = "atomic-waker"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
2022-08-14 16:30:13 +03:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
2023-03-18 23:46:49 +03:00
version = "0.3.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
2022-08-14 16:30:13 +03:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-03-18 23:46:49 +03:00
[[package]]
name = "bitflags"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3"
2022-08-14 16:30:13 +03:00
[[package]]
name = "block-buffer"
2023-03-18 23:46:49 +03:00
version = "0.10.4"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-08-14 16:30:13 +03:00
dependencies = [
"generic-array",
]
2023-03-18 23:46:49 +03:00
[[package]]
name = "blocking"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"log",
]
2022-10-15 01:53:13 +03:00
[[package]]
name = "bumpalo"
2023-03-18 23:46:49 +03:00
version = "3.12.0"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
2022-10-15 01:53:13 +03:00
2022-08-14 16:30:13 +03:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2023-03-18 23:46:49 +03:00
version = "1.4.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-08-14 16:30:13 +03:00
[[package]]
name = "cairo-rs"
2023-03-19 03:14:59 +03:00
version = "0.17.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "a8af54f5d48af1226928adc1f57edd22f5df1349e7da1fc96ae15cf43db0e871"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2022-08-14 16:30:13 +03:00
"cairo-sys-rs",
"glib",
"libc",
2022-11-02 01:56:47 +03:00
"once_cell",
2022-08-14 16:30:13 +03:00
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
2023-03-19 03:14:59 +03:00
version = "0.17.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "f55382a01d30e5e53f185eee269124f5e21ab526595b872751278dfbb463594e"
2022-08-14 16:30:13 +03:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "calloop"
2023-03-18 23:46:49 +03:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192"
dependencies = [
"log",
2022-12-12 02:30:42 +03:00
"nix 0.25.1",
"slotmap",
"thiserror",
"vec_map",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "cc"
2023-03-18 23:46:49 +03:00
version = "1.0.79"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-08-14 16:30:13 +03:00
[[package]]
name = "cfg-expr"
2023-03-18 23:46:49 +03:00
version = "0.14.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6"
2022-08-14 16:30:13 +03:00
dependencies = [
"smallvec",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.26"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
2022-08-14 16:30:13 +03:00
dependencies = [
"android-tzdata",
2022-10-15 01:53:13 +03:00
"iana-time-zone",
"js-sys",
2022-08-14 16:30:13 +03:00
"num-traits",
"time 0.1.45",
2022-10-15 01:53:13 +03:00
"wasm-bindgen",
"winapi",
2022-08-14 16:30:13 +03:00
]
2022-10-15 01:53:13 +03:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "color-eyre"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
dependencies = [
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
"tracing-error",
]
[[package]]
name = "color-spantrace"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
dependencies = [
"once_cell",
"owo-colors",
"tracing-core",
"tracing-error",
]
[[package]]
name = "concurrent-queue"
2023-03-18 23:46:49 +03:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
dependencies = [
"crossbeam-utils",
]
2023-04-01 15:12:26 +03:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[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",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "core-foundation-sys"
2023-03-18 23:46:49 +03:00
version = "0.8.4"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-08-14 16:30:13 +03:00
[[package]]
name = "cpufeatures"
2023-03-18 23:46:49 +03:00
version = "0.2.6"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
2022-08-14 16:30:13 +03:00
dependencies = [
"libc",
]
[[package]]
name = "crossbeam-channel"
2023-03-18 23:46:49 +03:00
version = "0.5.8"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2022-08-14 16:30:13 +03:00
dependencies = [
"cfg-if",
"crossbeam-utils",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "crossbeam-deque"
2023-03-18 23:46:49 +03:00
version = "0.8.3"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2022-08-14 16:30:13 +03:00
dependencies = [
"cfg-if",
2022-08-14 16:30:13 +03:00
"crossbeam-epoch",
"crossbeam-utils",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "crossbeam-epoch"
2023-03-18 23:46:49 +03:00
version = "0.9.14"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
2022-08-14 16:30:13 +03:00
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
2023-03-18 23:46:49 +03:00
"memoffset 0.8.0",
2022-08-14 16:30:13 +03:00
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-03-18 23:46:49 +03:00
version = "0.8.15"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
2022-08-14 16:30:13 +03:00
dependencies = [
"cfg-if",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2022-10-15 01:53:13 +03:00
[[package]]
name = "cxx"
2023-03-18 23:46:49 +03:00
version = "1.0.94"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
2022-10-15 01:53:13 +03:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-03-18 23:46:49 +03:00
version = "1.0.94"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
2022-10-15 01:53:13 +03:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote 1.0.26",
2022-10-15 01:53:13 +03:00
"scratch",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
2022-10-15 01:53:13 +03:00
]
[[package]]
name = "cxxbridge-flags"
2023-03-18 23:46:49 +03:00
version = "1.0.94"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
2022-10-15 01:53:13 +03:00
[[package]]
name = "cxxbridge-macro"
2023-03-18 23:46:49 +03:00
version = "1.0.94"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
2022-10-15 01:53:13 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
]
[[package]]
name = "darling"
2023-03-18 23:46:49 +03:00
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-03-18 23:46:49 +03:00
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote 1.0.26",
"strsim",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
]
[[package]]
name = "darling_macro"
2023-03-18 23:46:49 +03:00
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
dependencies = [
"darling_core",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
]
[[package]]
name = "dbus"
2023-03-18 23:46:49 +03:00
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
dependencies = [
"libc",
"libdbus-sys",
"winapi",
2022-10-15 01:53:13 +03:00
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
]
[[package]]
name = "derive_is_enum_variant"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ac8859845146979953797f03cc5b282fb4396891807cdb3d04929a88418197"
dependencies = [
"heck 0.3.3",
"quote 0.3.15",
"syn 0.11.11",
2022-08-14 16:30:13 +03:00
]
2023-04-01 15:12:26 +03:00
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case",
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"rustc_version",
"syn 1.0.109",
2023-04-01 15:12:26 +03:00
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "digest"
version = "0.10.6"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
2022-08-14 16:30:13 +03:00
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
2023-04-01 15:12:26 +03:00
"dirs-sys 0.3.7",
]
[[package]]
name = "dirs"
version = "5.0.1"
2023-04-01 15:12:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2023-04-01 15:12:26 +03:00
dependencies = [
"dirs-sys 0.4.1",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
2022-08-14 16:30:13 +03:00
]
2023-04-01 15:12:26 +03:00
[[package]]
name = "dirs-sys"
version = "0.4.1"
2023-04-01 15:12:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2023-04-01 15:12:26 +03:00
dependencies = [
"libc",
"option-ext",
2023-04-01 15:12:26 +03:00
"redox_users",
"windows-sys 0.48.0",
2023-04-01 15:12:26 +03:00
]
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
"libloading",
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2022-08-14 16:30:13 +03:00
[[package]]
name = "either"
2023-03-18 23:46:49 +03:00
version = "1.8.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2022-08-14 16:30:13 +03:00
[[package]]
name = "encoding_rs"
2023-03-18 23:46:49 +03:00
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
dependencies = [
"cfg-if",
]
[[package]]
name = "enum-kinds"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e40a16955681d469ab3da85aaa6b42ff656b3c67b52e1d8d3dd36afe97fd462"
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "enumflags2"
2023-03-18 23:46:49 +03:00
version = "0.7.6"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "0044ebdf7fbb2a772e0c0233a9d3173c5cd8af8ae7078d4c5188af44ffffaa4b"
2022-08-14 16:30:13 +03:00
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
2023-03-18 23:46:49 +03:00
version = "0.7.6"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "9d2c772ccdbdfd1967b4f5d79d17c98ebf92009fdcc838db7aa434462f600c26"
2022-08-14 16:30:13 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
]
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
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",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "eyre"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
dependencies = [
"indenter",
"once_cell",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "fastrand"
2023-03-18 23:46:49 +03:00
version = "1.9.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-08-14 16:30:13 +03:00
dependencies = [
"instant",
]
[[package]]
name = "field-offset"
2023-03-18 23:46:49 +03:00
version = "0.3.5"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"memoffset 0.8.0",
"rustc_version",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "filetime"
2023-03-18 23:46:49 +03:00
version = "0.2.21"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2022-08-14 16:30:13 +03:00
dependencies = [
"cfg-if",
2022-08-14 16:30:13 +03:00
"libc",
2023-03-18 23:46:49 +03:00
"redox_syscall 0.2.16",
"windows-sys 0.48.0",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
[[package]]
name = "from_variants"
2023-03-18 23:46:49 +03:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "4e859c8f2057687618905dbe99fc76e836e0a69738865ef90e46fc214a41bbf2"
dependencies = [
"from_variants_impl",
]
[[package]]
name = "from_variants_impl"
2023-03-18 23:46:49 +03:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "55a5e644a80e6d96b2b4910fa7993301d7b7926c045b475b62202b20a36ce69e"
dependencies = [
"darling",
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
]
2023-04-01 15:12:26 +03:00
[[package]]
name = "futures"
2023-03-18 23:46:49 +03:00
version = "0.3.28"
2023-04-01 15:12:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2023-04-01 15:12:26 +03:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "futures-channel"
2023-03-18 23:46:49 +03:00
version = "0.3.28"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-08-14 16:30:13 +03:00
dependencies = [
"futures-core",
2023-04-01 15:12:26 +03:00
"futures-sink",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "futures-core"
2023-03-18 23:46:49 +03:00
version = "0.3.28"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-08-14 16:30:13 +03:00
[[package]]
name = "futures-executor"
2023-03-18 23:46:49 +03:00
version = "0.3.28"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2022-08-14 16:30:13 +03:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-03-18 23:46:49 +03:00
version = "0.3.28"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2022-08-14 16:30:13 +03:00
[[package]]
name = "futures-lite"
2023-03-18 23:46:49 +03:00
version = "1.13.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2022-08-14 16:30:13 +03:00
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
2023-03-18 23:46:49 +03:00
version = "0.3.28"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2022-08-14 16:30:13 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "futures-sink"
2023-03-18 23:46:49 +03:00
version = "0.3.28"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-08-14 16:30:13 +03:00
[[package]]
name = "futures-task"
2023-03-18 23:46:49 +03:00
version = "0.3.28"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-08-14 16:30:13 +03:00
[[package]]
name = "futures-util"
2023-03-18 23:46:49 +03:00
version = "0.3.28"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-04-01 15:12:26 +03:00
"futures-channel",
2022-08-14 16:30:13 +03:00
"futures-core",
2023-04-01 15:12:26 +03:00
"futures-io",
2022-08-14 16:30:13 +03:00
"futures-macro",
"futures-sink",
"futures-task",
2023-04-01 15:12:26 +03:00
"memchr",
2022-08-14 16:30:13 +03:00
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "gdk"
2023-03-18 23:46:49 +03:00
version = "0.17.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "be1df5ea52cccd7e3a0897338b5564968274b52f5fd12601e0afa44f454c74d3"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2022-08-14 16:30:13 +03:00
"cairo-rs",
"gdk-pixbuf",
"gdk-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk-pixbuf"
2023-03-19 03:14:59 +03:00
version = "0.17.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "b023fbe0c6b407bd3d9805d107d9800da3829dc5a676653210f1d5f16d7f59bf"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2022-08-14 16:30:13 +03:00
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
2023-03-19 03:14:59 +03:00
"once_cell",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "gdk-pixbuf-sys"
2023-03-19 03:14:59 +03:00
version = "0.17.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "7b41bd2b44ed49d99277d3925652a163038bd5ed943ec9809338ffb2f4391e3b"
2022-08-14 16:30:13 +03:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk-sys"
2023-03-19 03:14:59 +03:00
version = "0.17.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "2152de9d38bc67a17b3fe49dc0823af5bf874df59ea088c5f28f31cf103de703"
2022-08-14 16:30:13 +03:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
"system-deps",
]
[[package]]
name = "generic-array"
2023-03-18 23:46:49 +03:00
version = "0.14.7"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-08-14 16:30:13 +03:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2023-03-18 23:46:49 +03:00
version = "0.2.9"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
2022-08-14 16:30:13 +03:00
dependencies = [
"cfg-if",
2022-08-14 16:30:13 +03:00
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "gimli"
2023-03-18 23:46:49 +03:00
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2022-08-14 16:30:13 +03:00
[[package]]
name = "gio"
2023-03-19 03:14:59 +03:00
version = "0.17.4"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "2261a3b4e922ec676d1c27ac466218c38cf5dcb49a759129e54bb5046e442125"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2022-08-14 16:30:13 +03:00
"futures-channel",
"futures-core",
"futures-io",
2022-11-02 01:56:47 +03:00
"futures-util",
2022-08-14 16:30:13 +03:00
"gio-sys",
"glib",
"libc",
"once_cell",
2022-11-02 01:56:47 +03:00
"pin-project-lite",
"smallvec",
2022-08-14 16:30:13 +03:00
"thiserror",
]
[[package]]
name = "gio-sys"
2023-03-19 03:14:59 +03:00
version = "0.17.4"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "6b1d43b0d7968b48455244ecafe41192871257f5740aa6b095eb19db78e362a5"
2022-08-14 16:30:13 +03:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "glib"
version = "0.17.9"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f1de7cbde31ea4f0a919453a2dcece5d54d5b70e08f8ad254dc4840f5f09b6"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2022-08-14 16:30:13 +03:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
2022-11-02 01:56:47 +03:00
"futures-util",
"gio-sys",
2022-08-14 16:30:13 +03:00
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
2023-03-19 03:14:59 +03:00
"memchr",
2022-08-14 16:30:13 +03:00
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
name = "glib-macros"
2023-03-18 23:46:49 +03:00
version = "0.17.8"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "726f25f054ce331f0d971a82a6a85eb4955074d6afbe479e42a63ae9f15f6ac4"
2022-08-14 16:30:13 +03:00
dependencies = [
"anyhow",
2023-03-18 23:46:49 +03:00
"heck 0.4.1",
2022-08-14 16:30:13 +03:00
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "glib-sys"
2023-03-19 03:14:59 +03:00
version = "0.17.4"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "49f00ad0a1bf548e61adfff15d83430941d9e1bb620e334f779edd1c745680a5"
2022-08-14 16:30:13 +03:00
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "gobject-sys"
2023-03-19 03:14:59 +03:00
version = "0.17.4"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "15e75b0000a64632b2d8ca3cf856af9308e3a970844f6e9659bd197f026793d0"
2022-08-14 16:30:13 +03:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "gtk"
2023-03-18 23:46:49 +03:00
version = "0.17.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "b6c4222ab92b08d4d0bab90ddb6185b4e575ceeea8b8cdf00b938d7b6661d966"
2022-08-14 16:30:13 +03:00
dependencies = [
"atk",
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2022-08-14 16:30:13 +03:00
"cairo-rs",
"field-offset",
"futures-channel",
"gdk",
"gdk-pixbuf",
"gio",
"glib",
"gtk-sys",
"gtk3-macros",
"libc",
"once_cell",
"pango",
"pkg-config",
]
[[package]]
name = "gtk-layer-shell"
2023-03-18 23:46:49 +03:00
version = "0.6.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "992f5fedb31835424a5280acd162bf348995f617d26969fde8d3dfd389b3ff5f"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 2.1.0",
2022-08-14 16:30:13 +03:00
"gdk",
"glib",
"glib-sys",
"gtk",
"gtk-layer-shell-sys",
"libc",
]
[[package]]
name = "gtk-layer-shell-sys"
2023-03-19 03:14:59 +03:00
version = "0.6.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "5754bcfaadfc3529116af6ae93559b267d88647f965382153a4b8ea9372be75a"
2022-08-14 16:30:13 +03:00
dependencies = [
"gdk-sys",
"glib-sys",
"gtk-sys",
"libc",
"system-deps",
]
[[package]]
name = "gtk-sys"
2023-03-19 03:14:59 +03:00
version = "0.17.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "4d8eb6a4b93e5a7e6980f7348d08c1cd93d31fae07cf97f20678c5ec41de3d7e"
2022-08-14 16:30:13 +03:00
dependencies = [
"atk-sys",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"system-deps",
]
[[package]]
name = "gtk3-macros"
2023-03-18 23:46:49 +03:00
version = "0.17.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "3efb84d682c9a39c10bd9f24f5a4b9c15cc8c7edc45c19cb2ca2c4fc38b2d95e"
2022-08-14 16:30:13 +03:00
dependencies = [
"anyhow",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "h2"
2023-03-18 23:46:49 +03:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "heck"
2023-03-18 23:46:49 +03:00
version = "0.4.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-08-14 16:30:13 +03:00
[[package]]
name = "hermit-abi"
2023-03-18 23:46:49 +03:00
version = "0.2.6"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2022-08-14 16:30:13 +03:00
dependencies = [
"libc",
]
2023-03-18 23:46:49 +03:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2022-08-14 16:30:13 +03:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "http"
2023-03-18 23:46:49 +03:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "hyper"
2023-03-18 23:46:49 +03:00
version = "0.14.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "hyprland"
2023-04-01 15:12:26 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 15:12:26 +03:00
checksum = "19d341e36a776cd092622daf2439a484247f3dc7d25eab7b286cc88ac85120d3"
dependencies = [
"async-trait",
2023-04-01 15:12:26 +03:00
"derive_more",
"doc-comment",
2023-04-01 15:12:26 +03:00
"futures",
"hex",
2023-04-01 15:12:26 +03:00
"hyprland-macros",
"lazy_static",
"num-traits",
"paste",
"regex",
"serde",
"serde_json",
"serde_repr",
2023-01-28 18:41:52 +03:00
"strum",
"tokio",
]
2023-04-01 15:12:26 +03:00
[[package]]
name = "hyprland-macros"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0088021091c08e29e9d1f735142ab811bd4d4d7f82fd4d4673407cb96fffb062"
dependencies = [
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
2023-04-01 15:12:26 +03:00
]
2022-10-15 01:53:13 +03:00
[[package]]
name = "iana-time-zone"
2023-03-18 23:46:49 +03:00
version = "0.1.56"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
2022-10-15 01:53:13 +03:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-03-18 23:46:49 +03:00
"windows",
2022-10-15 01:53:13 +03:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
2022-10-15 01:53:13 +03:00
dependencies = [
"cxx",
"cxx-build",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2022-08-14 16:30:13 +03:00
[[package]]
name = "indexmap"
2023-03-18 23:46:49 +03:00
version = "1.9.3"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-08-14 16:30:13 +03:00
dependencies = [
"autocfg",
"hashbrown",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "inotify"
version = "0.9.6"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2022-08-14 16:30:13 +03:00
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
2022-08-14 16:30:13 +03:00
]
2023-03-18 23:46:49 +03:00
[[package]]
name = "io-lifetimes"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
dependencies = [
"hermit-abi 0.3.1",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "ipnet"
2023-03-18 23:46:49 +03:00
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2022-08-14 16:30:13 +03:00
[[package]]
name = "ironbar"
2023-05-07 18:09:39 +03:00
version = "0.12.1"
2022-08-14 16:30:13 +03:00
dependencies = [
"async_once",
"cfg-if",
2022-08-14 16:30:13 +03:00
"chrono",
"color-eyre",
"dirs 5.0.1",
2023-03-18 23:46:49 +03:00
"futures-lite",
2022-08-14 16:30:13 +03:00
"futures-util",
"glib",
"gtk",
"gtk-layer-shell",
"hyprland",
"indexmap",
"lazy_static",
2022-08-14 16:30:13 +03:00
"mpd_client",
"mpris",
2023-02-25 17:30:45 +03:00
"nix 0.26.2",
2022-08-14 16:30:13 +03:00
"notify",
"regex",
"reqwest",
2022-08-14 16:30:13 +03:00
"serde",
"smithay-client-toolkit",
2022-08-14 16:30:13 +03:00
"stray",
"strip-ansi-escapes",
"swayipc-async",
2022-08-14 16:30:13 +03:00
"sysinfo",
"tokio",
"tracing",
"tracing-appender",
"tracing-error",
"tracing-subscriber",
"universal-config",
2023-03-18 23:46:49 +03:00
"upower_dbus",
2022-08-14 16:30:13 +03:00
"walkdir",
"wayland-client",
"wayland-protocols",
"wayland-protocols-wlr",
"zbus 3.13.1",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "itoa"
2023-03-18 23:46:49 +03:00
version = "1.0.6"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-10-15 01:53:13 +03:00
[[package]]
name = "js-sys"
2023-03-18 23:46:49 +03:00
version = "0.3.61"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
2022-10-15 01:53:13 +03:00
dependencies = [
"wasm-bindgen",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "kqueue"
version = "1.0.7"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
2022-08-14 16:30:13 +03:00
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
"libc",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2023-03-18 23:46:49 +03:00
version = "0.2.141"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
2022-08-14 16:30:13 +03:00
[[package]]
name = "libcorn"
2022-12-13 02:15:57 +03:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-13 02:15:57 +03:00
checksum = "ec3c43083c921e27422ac8b8e96b75b55156cc1f6e176d9dbed0f02d57a86832"
dependencies = [
"cfg-if",
"pest",
"pest_derive",
"serde",
2023-03-18 23:46:49 +03:00
"toml 0.5.11",
]
[[package]]
name = "libdbus-sys"
2023-03-18 23:46:49 +03:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
dependencies = [
"pkg-config",
]
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
2022-10-15 01:53:13 +03:00
[[package]]
name = "link-cplusplus"
2023-03-18 23:46:49 +03:00
version = "1.0.8"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
2022-10-15 01:53:13 +03:00
dependencies = [
"cc",
]
2023-03-18 23:46:49 +03:00
[[package]]
name = "linux-raw-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
2022-08-14 16:30:13 +03:00
[[package]]
name = "lock_api"
2022-10-15 01:53:13 +03:00
version = "0.4.9"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-08-14 16:30:13 +03:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
2023-03-18 23:46:49 +03:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2023-03-18 23:46:49 +03:00
[[package]]
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
"autocfg",
]
[[package]]
name = "mime"
2023-03-18 23:46:49 +03:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-08-14 16:30:13 +03:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2023-03-18 23:46:49 +03:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "mio"
2023-03-18 23:46:49 +03:00
version = "0.8.6"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2022-08-14 16:30:13 +03:00
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
2023-03-18 23:46:49 +03:00
"windows-sys 0.45.0",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "mpd_client"
2023-03-18 23:46:49 +03:00
version = "1.1.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "09acf3ba374ec87b03c0ca60f648dc3f7d045d4b8a4254553217f9098fef9039"
2022-08-14 16:30:13 +03:00
dependencies = [
"bytes",
"mpd_protocol",
"tokio",
"tracing",
]
[[package]]
name = "mpd_protocol"
version = "1.0.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcc158275b88361fed416b6efe013286b8fe0c8929bbd569504e5992f638693"
2022-08-14 16:30:13 +03:00
dependencies = [
"ahash",
2022-08-14 16:30:13 +03:00
"bytes",
"nom",
"tokio",
"tracing",
]
[[package]]
name = "mpris"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e3d377fd27d9d5c7145341cd3affcb83839c24c73e7460488b3ae0a3f9c5166"
dependencies = [
"dbus",
"derive_is_enum_variant",
"enum-kinds",
"from_variants",
"thiserror",
]
[[package]]
name = "native-tls"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "nix"
2022-12-12 02:30:42 +03:00
version = "0.23.2"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-12 02:30:42 +03:00
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2022-08-14 16:30:13 +03:00
"cc",
"cfg-if",
2022-08-14 16:30:13 +03:00
"libc",
"memoffset 0.6.5",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "nix"
2022-12-12 02:30:42 +03:00
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-12 02:30:42 +03:00
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
dependencies = [
"autocfg",
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
"cfg-if",
"libc",
"memoffset 0.6.5",
]
2023-02-25 17:30:45 +03:00
[[package]]
name = "nix"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2023-02-25 17:30:45 +03:00
"cfg-if",
"libc",
"memoffset 0.7.1",
"pin-utils",
"static_assertions",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "nom"
2023-03-18 23:46:49 +03:00
version = "7.1.3"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-08-14 16:30:13 +03:00
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "notify"
version = "6.0.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d9ba6c734de18ca27c8cef5cd7058aa4ac9f63596131e4c7e41e579319032a2"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2022-08-14 16:30:13 +03:00
"filetime",
"inotify",
"kqueue",
2022-08-14 16:30:13 +03:00
"libc",
"mio",
2022-08-14 16:30:13 +03:00
"walkdir",
"windows-sys 0.45.0",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "ntapi"
2022-10-15 01:53:13 +03:00
version = "0.4.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"
2022-08-14 16:30:13 +03:00
dependencies = [
"winapi",
2022-08-14 16:30:13 +03:00
]
2022-10-15 01:53:13 +03:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-03-18 23:46:49 +03:00
version = "1.15.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"hermit-abi 0.2.6",
2022-08-14 16:30:13 +03:00
"libc",
]
[[package]]
name = "object"
2023-03-18 23:46:49 +03:00
version = "0.30.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
dependencies = [
"memchr",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "once_cell"
2023-03-18 23:46:49 +03:00
version = "1.17.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2022-08-14 16:30:13 +03:00
[[package]]
name = "openssl"
2023-03-18 23:46:49 +03:00
version = "0.10.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "7e30d8bc91859781f0a943411186324d580f2bbeb71b452fe91ae344806af3f1"
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
2023-03-18 23:46:49 +03:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2023-03-18 23:46:49 +03:00
version = "0.9.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "0d3d193fb1488ad46ffe3aaabc912cc931d02ee8518fe2959aea8ef52718b0c0"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2022-08-14 16:30:13 +03:00
[[package]]
name = "ordered-stream"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1"
dependencies = [
"futures-core",
"pin-project-lite",
]
2023-03-18 23:46:49 +03: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",
]
2022-10-15 01:53:13 +03:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-08-14 16:30:13 +03:00
[[package]]
name = "owo-colors"
2022-10-15 01:53:13 +03:00
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2022-08-14 16:30:13 +03:00
[[package]]
name = "pango"
2023-03-19 03:14:59 +03:00
version = "0.17.4"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "52c280b82a881e4208afb3359a8e7fde27a1b272280981f1f34610bed5770d37"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
2022-11-02 01:56:47 +03:00
"gio",
2022-08-14 16:30:13 +03:00
"glib",
"libc",
"once_cell",
"pango-sys",
]
[[package]]
name = "pango-sys"
2023-03-19 03:14:59 +03:00
version = "0.17.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 03:14:59 +03:00
checksum = "4293d0f0b5525eb5c24734d30b0ed02cd02aa734f216883f376b54de49625de8"
2022-08-14 16:30:13 +03:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "parking"
2023-03-18 23:46:49 +03:00
version = "2.1.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
2022-08-14 16:30:13 +03:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-03-18 23:46:49 +03:00
version = "0.9.7"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2022-08-14 16:30:13 +03:00
dependencies = [
"cfg-if",
2022-08-14 16:30:13 +03:00
"libc",
2023-03-18 23:46:49 +03:00
"redox_syscall 0.2.16",
2022-08-14 16:30:13 +03:00
"smallvec",
2023-03-18 23:46:49 +03:00
"windows-sys 0.45.0",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "paste"
2023-03-18 23:46:49 +03:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
[[package]]
name = "percent-encoding"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2022-08-14 16:30:13 +03:00
[[package]]
name = "pest"
2023-03-18 23:46:49 +03:00
version = "2.5.7"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "7b1403e8401ad5dedea73c626b99758535b342502f8d1e361f4a2dd952749122"
2022-08-14 16:30:13 +03:00
dependencies = [
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
2023-03-18 23:46:49 +03:00
version = "2.5.7"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "be99c4c1d2fc2769b1d00239431d711d08f6efedcecb8b6e30707160aee99c15"
2022-08-14 16:30:13 +03:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2023-03-18 23:46:49 +03:00
version = "2.5.7"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "e56094789873daa36164de2e822b3888c6ae4b4f9da555a1103587658c805b1e"
2022-08-14 16:30:13 +03:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "pest_meta"
2023-03-18 23:46:49 +03:00
version = "2.5.7"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "6733073c7cff3d8459fda0e42f13a047870242aed8b509fe98000928975f359e"
2022-08-14 16:30:13 +03:00
dependencies = [
"once_cell",
"pest",
2023-03-18 23:46:49 +03:00
"sha2",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2022-11-02 01:56:47 +03:00
version = "0.3.26"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-02 01:56:47 +03:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2022-08-14 16:30:13 +03:00
[[package]]
name = "polling"
2023-03-18 23:46:49 +03:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "4be1c66a6add46bff50935c313dae30a5030cf8385c5206e8a95e9e9def974aa"
dependencies = [
"autocfg",
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
"cfg-if",
2023-03-18 23:46:49 +03:00
"concurrent-queue",
"libc",
"log",
2023-03-18 23:46:49 +03:00
"pin-project-lite",
"windows-sys 0.48.0",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-08-14 16:30:13 +03:00
[[package]]
name = "proc-macro-crate"
2023-03-18 23:46:49 +03:00
version = "1.3.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2022-08-14 16:30:13 +03:00
dependencies = [
2022-10-15 01:53:13 +03:00
"once_cell",
2023-03-18 23:46:49 +03:00
"toml_edit",
2022-08-14 16:30:13 +03: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 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
2022-08-14 16:30:13 +03:00
"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 1.0.26",
2022-08-14 16:30:13 +03:00
"version_check",
]
[[package]]
name = "proc-macro2"
2023-03-18 23:46:49 +03:00
version = "1.0.56"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
2022-08-14 16:30:13 +03:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quick-xml"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
dependencies = [
"memchr",
]
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
2022-08-14 16:30:13 +03:00
[[package]]
name = "quote"
version = "1.0.26"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
2022-08-14 16:30:13 +03:00
dependencies = [
"proc-macro2",
2022-08-14 16:30:13 +03:00
]
[[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"
2022-10-15 01:53:13 +03:00
version = "0.6.4"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-08-14 16:30:13 +03:00
dependencies = [
"getrandom",
]
[[package]]
name = "rayon"
2023-03-18 23:46:49 +03:00
version = "1.7.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2022-08-14 16:30:13 +03:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-03-18 23:46:49 +03:00
version = "1.11.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2022-08-14 16:30:13 +03:00
dependencies = [
"crossbeam-channel",
2022-08-14 16:30:13 +03:00
"crossbeam-deque",
"crossbeam-utils",
2022-08-14 16:30:13 +03:00
"num_cpus",
]
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
]
[[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",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
2023-03-18 23:46:49 +03:00
"redox_syscall 0.2.16",
2022-08-14 16:30:13 +03:00
"thiserror",
]
[[package]]
name = "regex"
version = "1.8.4"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
2022-08-14 16:30:13 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.2",
2022-08-14 16:30:13 +03: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",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "regex-syntax"
2023-03-18 23:46:49 +03:00
version = "0.6.29"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-08-14 16:30:13 +03:00
[[package]]
name = "regex-syntax"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
[[package]]
name = "reqwest"
version = "0.11.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
dependencies = [
"base64 0.21.0",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
[[package]]
name = "ron"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
dependencies = [
"base64 0.13.1",
"bitflags 1.3.2",
"serde",
]
[[package]]
name = "rustc-demangle"
2023-03-18 23:46:49 +03:00
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"
2022-08-14 16:30:13 +03:00
[[package]]
name = "rustc_version"
2023-03-18 23:46:49 +03:00
version = "0.4.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"semver",
2023-04-01 15:12:26 +03:00
]
[[package]]
2023-03-18 23:46:49 +03:00
name = "rustix"
version = "0.37.11"
2023-04-01 15:12:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77"
2023-04-01 15:12:26 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
2022-08-14 16:30:13 +03:00
]
2023-01-28 18:41:52 +03:00
[[package]]
name = "rustversion"
2023-03-18 23:46:49 +03:00
version = "1.0.12"
2023-01-28 18:41:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2023-01-28 18:41:52 +03:00
2022-08-14 16:30:13 +03:00
[[package]]
name = "ryu"
2023-03-18 23:46:49 +03:00
version = "1.0.13"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2022-08-14 16:30:13 +03:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
dependencies = [
2023-04-01 15:12:26 +03:00
"windows-sys 0.42.0",
]
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-08-14 16:30:13 +03:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-10-15 01:53:13 +03:00
[[package]]
name = "scratch"
2023-03-18 23:46:49 +03:00
version = "1.0.5"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
2022-10-15 01:53:13 +03:00
[[package]]
name = "security-framework"
2023-03-18 23:46:49 +03:00
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
dependencies = [
"core-foundation-sys",
"libc",
]
2023-04-01 15:12:26 +03:00
[[package]]
name = "semver"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2022-08-14 16:30:13 +03:00
[[package]]
name = "serde"
version = "1.0.163"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
2022-08-14 16:30:13 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.163"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
2022-08-14 16:30:13 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "serde_json"
2023-03-18 23:46:49 +03:00
version = "1.0.96"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2022-08-14 16:30:13 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2023-03-18 23:46:49 +03:00
version = "0.1.12"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
2022-08-14 16:30:13 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
2022-08-14 16:30:13 +03:00
]
2023-01-28 18:41:52 +03:00
[[package]]
name = "serde_spanned"
version = "0.6.1"
2023-01-28 18:41:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
2023-01-28 18:41:52 +03:00
dependencies = [
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "serde_yaml"
2023-03-18 23:46:49 +03:00
version = "0.9.21"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c"
2022-08-14 16:30:13 +03:00
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
[[package]]
2022-10-15 01:53:13 +03:00
name = "sha1"
version = "0.6.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
2022-08-14 16:30:13 +03:00
dependencies = [
2022-10-15 01:53:13 +03:00
"sha1_smol",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "sha1"
2022-10-15 01:53:13 +03:00
version = "0.10.5"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2022-08-14 16:30:13 +03:00
dependencies = [
2022-10-15 01:53:13 +03:00
"cfg-if",
"cpufeatures",
"digest",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2023-03-18 23:46:49 +03:00
[[package]]
name = "sha2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
2023-03-18 23:46:49 +03:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "slab"
2023-03-18 23:46:49 +03:00
version = "0.4.8"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-08-14 16:30:13 +03:00
dependencies = [
"autocfg",
]
[[package]]
name = "slotmap"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "smallvec"
2022-10-15 01:53:13 +03:00
version = "1.10.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-08-14 16:30:13 +03:00
[[package]]
name = "smithay-client-toolkit"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1476c3d89bb67079264b88aaf4f14358353318397e083b7c4e8c14517f55de7"
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2",
"nix 0.26.2",
"thiserror",
"wayland-backend",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
"wayland-protocols-wlr",
"wayland-scanner",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "socket2"
2023-03-18 23:46:49 +03:00
version = "0.4.9"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-08-14 16:30:13 +03:00
dependencies = [
"libc",
"winapi",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stray"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "358c1637c5ba4ccf1b6a0698de81454db644866cc426d1abc6d357b2efede511"
2022-08-14 16:30:13 +03:00
dependencies = [
"anyhow",
"byteorder",
"chrono",
"log",
2022-08-14 16:30:13 +03:00
"serde",
"thiserror",
2022-08-14 16:30:13 +03:00
"tokio",
"tokio-stream",
"tracing",
2023-03-18 23:46:49 +03:00
"zbus 2.3.2",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "strip-ansi-escapes"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
dependencies = [
"vte",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2023-01-28 18:41:52 +03:00
[[package]]
name = "strum"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
2023-04-01 15:12:26 +03:00
dependencies = [
"strum_macros",
]
2023-01-28 18:41:52 +03:00
[[package]]
name = "strum_macros"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
2023-03-18 23:46:49 +03:00
"heck 0.4.1",
2023-01-28 18:41:52 +03:00
"proc-macro2",
"quote 1.0.26",
2023-01-28 18:41:52 +03:00
"rustversion",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
2023-01-28 18:41:52 +03:00
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "swayipc-async"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812eaecd6f9e658587570dffe2768d7b58410cbcaad6579dd44414a890594f74"
dependencies = [
"async-io",
"async-pidfd",
"futures-lite",
"serde",
"serde_json",
"swayipc-types",
]
[[package]]
name = "swayipc-types"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44b43b4059d825ccc04adf9726f944d0e3aa20938f4cff3b5c6b53198afcd6b3"
2022-08-14 16:30:13 +03:00
dependencies = [
"serde",
"serde_json",
"thiserror",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
dependencies = [
"quote 0.3.15",
"synom",
"unicode-xid",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "syn"
2023-03-18 23:46:49 +03:00
version = "1.0.109"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-08-14 16:30:13 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
"unicode-ident",
]
[[package]]
name = "syn"
2023-03-18 23:46:49 +03:00
version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
dependencies = [
"proc-macro2",
"quote 1.0.26",
2022-08-14 16:30:13 +03:00
"unicode-ident",
]
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
dependencies = [
"unicode-xid",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "sysinfo"
version = "0.29.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1"
2022-08-14 16:30:13 +03:00
dependencies = [
"cfg-if",
2022-08-14 16:30:13 +03:00
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "system-deps"
2023-03-18 23:46:49 +03:00
version = "6.0.4"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f"
2022-08-14 16:30:13 +03:00
dependencies = [
"cfg-expr",
2023-03-18 23:46:49 +03:00
"heck 0.4.1",
2022-08-14 16:30:13 +03:00
"pkg-config",
2023-03-18 23:46:49 +03:00
"toml 0.7.3",
2022-08-14 16:30:13 +03:00
"version-compare",
]
[[package]]
name = "tempfile"
2023-03-18 23:46:49 +03:00
version = "3.5.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
2022-08-14 16:30:13 +03:00
dependencies = [
"cfg-if",
2022-08-14 16:30:13 +03:00
"fastrand",
2023-03-18 23:46:49 +03:00
"redox_syscall 0.3.5",
"rustix",
"windows-sys 0.45.0",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "termcolor"
2023-03-18 23:46:49 +03:00
version = "1.2.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2022-08-14 16:30:13 +03:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
version = "1.0.40"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2022-08-14 16:30:13 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2022-08-14 16:30:13 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "thread_local"
2023-03-18 23:46:49 +03:00
version = "1.1.7"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"cfg-if",
2022-08-14 16:30:13 +03:00
"once_cell",
]
[[package]]
name = "time"
version = "0.1.45"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2022-08-14 16:30:13 +03:00
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "time"
2023-03-18 23:46:49 +03:00
version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
dependencies = [
"itoa",
2022-11-02 01:56:47 +03:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "time-macros"
2023-03-18 23:46:49 +03:00
version = "0.2.8"
2022-11-02 01:56:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
2022-11-02 01:56:47 +03:00
dependencies = [
"time-core",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-03-18 23:46:49 +03:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-08-14 16:30:13 +03:00
[[package]]
name = "tokio"
version = "1.28.2"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
2022-08-14 16:30:13 +03:00
dependencies = [
"autocfg",
"bytes",
"libc",
"mio",
2022-08-14 16:30:13 +03:00
"num_cpus",
"parking_lot",
2022-08-14 16:30:13 +03:00
"pin-project-lite",
"signal-hook-registry",
2022-08-14 16:30:13 +03:00
"socket2",
"tokio-macros",
"windows-sys 0.48.0",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "tokio-macros"
version = "2.1.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2022-08-14 16:30:13 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 2.0.15",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "tokio-native-tls"
2023-03-18 23:46:49 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "tokio-stream"
2023-03-18 23:46:49 +03:00
version = "0.1.12"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
2022-08-14 16:30:13 +03:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2023-03-18 23:46:49 +03:00
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "toml"
2023-03-18 23:46:49 +03:00
version = "0.5.11"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2022-08-14 16:30:13 +03:00
dependencies = [
"serde",
]
2023-01-28 18:41:52 +03:00
[[package]]
name = "toml"
version = "0.7.3"
2023-01-28 18:41:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
2023-01-28 18:41:52 +03:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.1"
2023-01-28 18:41:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
2023-01-28 18:41:52 +03:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-03-18 23:46:49 +03:00
version = "0.19.8"
2023-01-28 18:41:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
2023-01-28 18:41:52 +03:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
2023-01-28 18:41:52 +03:00
]
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-08-14 16:30:13 +03:00
[[package]]
name = "tracing"
2022-10-15 01:53:13 +03:00
version = "0.1.37"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2022-08-14 16:30:13 +03:00
dependencies = [
"cfg-if",
2022-08-14 16:30:13 +03:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-appender"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
dependencies = [
"crossbeam-channel",
2023-03-18 23:46:49 +03:00
"time 0.3.20",
"tracing-subscriber",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "tracing-attributes"
2022-10-15 01:53:13 +03:00
version = "0.1.23"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
2022-08-14 16:30:13 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "tracing-core"
2022-10-15 01:53:13 +03:00
version = "0.1.30"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2022-08-14 16:30:13 +03:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
dependencies = [
"tracing",
"tracing-subscriber",
]
[[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",
2022-10-15 01:53:13 +03:00
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "try-lock"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2022-08-14 16:30:13 +03:00
[[package]]
name = "typenum"
2022-12-12 02:30:42 +03:00
version = "1.16.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-12 02:30:42 +03:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-08-14 16:30:13 +03:00
[[package]]
name = "ucd-trie"
2022-10-15 01:53:13 +03:00
version = "0.1.5"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 01:53:13 +03:00
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2022-08-14 16:30:13 +03:00
[[package]]
name = "uds_windows"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
dependencies = [
"tempfile",
"winapi",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "unicode-bidi"
2023-03-18 23:46:49 +03:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-08-14 16:30:13 +03:00
[[package]]
name = "unicode-ident"
2023-03-18 23:46:49 +03:00
version = "1.0.8"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2022-10-15 01:53:13 +03:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2023-03-18 23:46:49 +03:00
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2022-10-15 01:53:13 +03:00
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-08-14 16:30:13 +03:00
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
[[package]]
name = "universal-config"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "923efc70bfb900a20e1c86fa462fad94c336ef212de25589ef9924fb5e6cd2b6"
dependencies = [
"dirs 5.0.1",
"libcorn",
"ron",
"serde",
"serde_json",
"serde_yaml",
"thiserror",
"toml 0.7.3",
"tracing",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "unsafe-libyaml"
2023-03-18 23:46:49 +03:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
[[package]]
name = "upower_dbus"
version = "0.3.2"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "b0b1d77de98ab2e5187f5fa2b045b8c4eecfc49e5ccd07f16f4c89f008116f8c"
dependencies = [
"serde",
"serde_repr",
"zbus 3.13.1",
2023-03-18 23:46:49 +03:00
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "url"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf8parse"
2023-03-18 23:46:49 +03:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2022-08-14 16:30:13 +03:00
[[package]]
name = "version-compare"
version = "0.1.1"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2022-08-14 16:30:13 +03:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vte"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
dependencies = [
"arrayvec",
"utf8parse",
"vte_generate_state_changes",
]
[[package]]
name = "vte_generate_state_changes"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
dependencies = [
"proc-macro2",
"quote 1.0.26",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "walkdir"
2023-03-18 23:46:49 +03:00
version = "2.3.3"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2022-08-14 16:30:13 +03:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-10-15 01:53:13 +03:00
[[package]]
name = "wasm-bindgen"
2023-03-18 23:46:49 +03:00
version = "0.2.84"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2022-10-15 01:53:13 +03:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-03-18 23:46:49 +03:00
version = "0.2.84"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2022-10-15 01:53:13 +03:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
2022-10-15 01:53:13 +03:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-03-18 23:46:49 +03:00
version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2022-10-15 01:53:13 +03:00
[[package]]
name = "wasm-bindgen-macro"
2023-03-18 23:46:49 +03:00
version = "0.2.84"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2022-10-15 01:53:13 +03:00
dependencies = [
"quote 1.0.26",
2022-10-15 01:53:13 +03:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-03-18 23:46:49 +03:00
version = "0.2.84"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2022-10-15 01:53:13 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
2022-10-15 01:53:13 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-03-18 23:46:49 +03:00
version = "0.2.84"
2022-10-15 01:53:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2022-10-15 01:53:13 +03:00
[[package]]
name = "wayland-backend"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41b48e27457e8da3b2260ac60d0a94512f5cba36448679f3747c0865b7893ed8"
dependencies = [
"cc",
"downcast-rs",
"io-lifetimes",
"nix 0.26.2",
"scoped-tls",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-client"
version = "0.30.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489c9654770f674fc7e266b3c579f4053d7551df0ceb392f153adb1f9ed06ac8"
dependencies = [
"bitflags 1.3.2",
"calloop",
"nix 0.26.2",
"wayland-backend",
"wayland-scanner",
]
[[package]]
name = "wayland-cursor"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d0c3a0d5b4b688b07b0442362d3ed6bf04724fcc16cd69ab6285b90dbc487aa"
dependencies = [
"nix 0.26.2",
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fefbeb8a360abe67ab7c2efe1d297a1a50ee011f5460791bc18870c26bb84e2"
dependencies = [
"bitflags 1.3.2",
"wayland-backend",
"wayland-client",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce991093320e4a6a525876e6b629ab24da25f9baef0c2e0080ad173ec89588a"
dependencies = [
2023-03-18 23:46:49 +03:00
"bitflags 1.3.2",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4834c14b3edf1d9986c83ca79b1e7e3afbe9874c7c144702f6467063259ce45d"
dependencies = [
"proc-macro2",
"quick-xml",
"quote 1.0.26",
]
[[package]]
name = "wayland-sys"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06"
dependencies = [
"dlib",
"log",
"pkg-config",
]
[[package]]
name = "web-sys"
2023-03-18 23:46:49 +03:00
version = "0.3.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-03-18 23:46:49 +03:00
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets 0.48.0",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "windows-sys"
2022-11-02 01:56:47 +03:00
version = "0.42.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-02 01:56:47 +03:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2022-08-14 16:30:13 +03:00
dependencies = [
2023-03-18 23:46:49 +03:00
"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",
2022-08-14 16:30:13 +03:00
]
2023-04-01 15:12:26 +03:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
2023-03-18 23:46:49 +03:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
2023-04-01 15:12:26 +03:00
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
2023-03-18 23:46:49 +03:00
"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"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-04-01 15:12:26 +03:00
]
2022-11-02 01:56:47 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-04-01 15:12:26 +03:00
version = "0.42.2"
2022-11-02 01:56:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 15:12:26 +03:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-11-02 01:56:47 +03:00
2023-03-18 23:46:49 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2022-08-14 16:30:13 +03:00
[[package]]
name = "windows_aarch64_msvc"
2023-04-01 15:12:26 +03:00
version = "0.42.2"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 15:12:26 +03:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-08-14 16:30:13 +03:00
2023-03-18 23:46:49 +03:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-08-14 16:30:13 +03:00
[[package]]
name = "windows_i686_gnu"
2023-04-01 15:12:26 +03:00
version = "0.42.2"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 15:12:26 +03:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-08-14 16:30:13 +03:00
2023-03-18 23:46:49 +03:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2022-08-14 16:30:13 +03:00
[[package]]
name = "windows_i686_msvc"
2023-04-01 15:12:26 +03:00
version = "0.42.2"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 15:12:26 +03:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-08-14 16:30:13 +03:00
2023-03-18 23:46:49 +03:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2022-08-14 16:30:13 +03:00
[[package]]
name = "windows_x86_64_gnu"
2023-04-01 15:12:26 +03:00
version = "0.42.2"
2022-11-02 01:56:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 15:12:26 +03:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-11-02 01:56:47 +03:00
2023-03-18 23:46:49 +03:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2022-11-02 01:56:47 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-04-01 15:12:26 +03:00
version = "0.42.2"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 15:12:26 +03:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-08-14 16:30:13 +03:00
2023-03-18 23:46:49 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-08-14 16:30:13 +03:00
[[package]]
name = "windows_x86_64_msvc"
2023-04-01 15:12:26 +03:00
version = "0.42.2"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-01 15:12:26 +03:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-08-14 16:30:13 +03:00
2023-03-18 23:46:49 +03:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winnow"
2023-03-18 23:46:49 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "xcursor"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
"nom",
]
[[package]]
name = "xdg-home"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
dependencies = [
"nix 0.26.2",
"winapi",
]
2022-08-14 16:30:13 +03:00
[[package]]
name = "zbus"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d8f1a037b2c4a67d9654dc7bdfa8ff2e80555bbefdd3c1833c1d1b27c963a6b"
dependencies = [
2023-03-18 23:46:49 +03:00
"async-broadcast 0.4.1",
2022-08-14 16:30:13 +03:00
"async-channel",
"async-executor",
"async-lock",
2023-03-18 23:46:49 +03:00
"async-recursion 0.3.2",
2022-08-14 16:30:13 +03:00
"async-task",
"async-trait",
"byteorder",
"derivative",
2023-04-01 15:12:26 +03:00
"dirs 4.0.0",
2022-08-14 16:30:13 +03:00
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"lazy_static",
2022-12-12 02:30:42 +03:00
"nix 0.23.2",
2022-08-14 16:30:13 +03:00
"once_cell",
2023-03-18 23:46:49 +03:00
"ordered-stream 0.0.1",
2022-08-14 16:30:13 +03:00
"rand",
"serde",
"serde_repr",
2022-10-15 01:53:13 +03:00
"sha1 0.6.1",
2022-08-14 16:30:13 +03:00
"static_assertions",
"tokio",
"tracing",
"uds_windows",
"winapi",
2023-03-18 23:46:49 +03:00
"zbus_macros 2.3.2",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus"
version = "3.13.1"
2023-03-18 23:46:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c3d77c9966c28321f1907f0b6c5a5561189d1f7311eea6d94180c6be9daab29"
2023-03-18 23:46:49 +03:00
dependencies = [
"async-broadcast 0.5.1",
"async-executor",
"async-fs",
"async-io",
"async-lock",
"async-process",
2023-03-18 23:46:49 +03:00
"async-recursion 1.0.4",
"async-task",
"async-trait",
"byteorder",
"derivative",
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"nix 0.26.2",
"once_cell",
"ordered-stream 0.2.0",
"rand",
"serde",
"serde_repr",
"sha1 0.10.5",
"static_assertions",
"tracing",
"uds_windows",
"winapi",
"xdg-home",
"zbus_macros 3.13.1",
2022-08-14 16:30:13 +03:00
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f8fb5186d1c87ae88cf234974c240671238b4a679158ad3b94ec465237349a6"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote 1.0.26",
2022-08-14 16:30:13 +03:00
"regex",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
]
[[package]]
name = "zbus_macros"
version = "3.13.1"
2023-03-18 23:46:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6e341d12edaff644e539ccbbf7f161601294c9a84ed3d7e015da33155b435af"
2023-03-18 23:46:49 +03:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote 1.0.26",
"regex",
"syn 1.0.109",
"winnow",
2023-03-18 23:46:49 +03:00
"zvariant_utils",
2022-08-14 16:30:13 +03:00
]
[[package]]
name = "zbus_names"
2023-03-18 23:46:49 +03:00
version = "2.5.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 23:46:49 +03:00
checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3"
2022-08-14 16:30:13 +03:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zvariant"
version = "3.14.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622cc473f10cef1b0d73b7b34a266be30ebdcfaea40ec297dd8cbda088f9f93c"
2022-08-14 16:30:13 +03:00
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
version = "3.14.0"
2022-08-14 16:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d9c1b57352c25b778257c661f3c4744b7cefb7fc09dd46909a153cce7773da2"
2022-08-14 16:30:13 +03:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote 1.0.26",
2023-03-18 23:46:49 +03:00
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
version = "1.0.1"
2023-03-18 23:46:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
2023-03-18 23:46:49 +03:00
dependencies = [
"proc-macro2",
"quote 1.0.26",
"syn 1.0.109",
2022-08-14 16:30:13 +03:00
]