bscreensaver/Cargo.lock

2680 lines
64 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
2024-08-02 18:21:48 +00:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
2023-09-25 18:34:26 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-08-16 05:53:45 +00:00
[[package]]
name = "android_system_properties"
2023-09-25 18:34:26 +00:00
version = "0.1.5"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-08-16 05:53:45 +00:00
dependencies = [
"libc",
]
[[package]]
2024-08-02 18:21:48 +00:00
name = "anstream"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
dependencies = [
2024-08-02 18:21:48 +00:00
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
[[package]]
name = "anstyle-parse"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
dependencies = [
"anstyle",
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
2024-08-02 18:21:48 +00:00
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "async-attributes"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
dependencies = [
"quote",
2023-09-25 18:34:26 +00:00
"syn 1.0.109",
]
[[package]]
name = "async-broadcast"
2024-08-02 18:21:48 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
dependencies = [
2024-08-02 18:21:48 +00:00
"event-listener 5.3.1",
"event-listener-strategy",
"futures-core",
2024-08-02 18:21:48 +00:00
"pin-project-lite",
]
[[package]]
name = "async-channel"
2023-09-25 18:34:26 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
dependencies = [
"concurrent-queue",
2023-09-25 18:34:26 +00:00
"event-listener 2.5.3",
"futures-core",
]
2024-08-02 18:21:48 +00:00
[[package]]
name = "async-channel"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
dependencies = [
"concurrent-queue",
"event-listener-strategy",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-executor"
2024-08-02 18:21:48 +00:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0"
dependencies = [
"async-task",
"concurrent-queue",
2024-08-02 18:21:48 +00:00
"fastrand 2.1.0",
"futures-lite 2.3.0",
"slab",
]
2023-09-25 18:34:26 +00:00
[[package]]
name = "async-fs"
2024-08-02 18:21:48 +00:00
version = "2.1.2"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
2023-09-25 18:34:26 +00:00
dependencies = [
2024-08-02 18:21:48 +00:00
"async-lock 3.4.0",
2023-09-25 18:34:26 +00:00
"blocking",
2024-08-02 18:21:48 +00:00
"futures-lite 2.3.0",
2023-09-25 18:34:26 +00:00
]
[[package]]
name = "async-global-executor"
2024-08-02 18:21:48 +00:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
dependencies = [
2024-08-02 18:21:48 +00:00
"async-channel 2.3.1",
"async-executor",
2024-08-02 18:21:48 +00:00
"async-io 2.3.3",
"async-lock 3.4.0",
"blocking",
2024-08-02 18:21:48 +00:00
"futures-lite 2.3.0",
"once_cell",
]
[[package]]
name = "async-io"
2023-09-25 18:34:26 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
2024-08-02 18:21:48 +00:00
"async-lock 2.8.0",
2023-09-25 18:34:26 +00:00
"autocfg",
"cfg-if",
"concurrent-queue",
2024-08-02 18:21:48 +00:00
"futures-lite 1.13.0",
"log",
"parking",
2024-08-02 18:21:48 +00:00
"polling 2.8.0",
"rustix 0.37.27",
"slab",
"socket2",
"waker-fn",
]
2024-08-02 18:21:48 +00:00
[[package]]
name = "async-io"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
dependencies = [
"async-lock 3.4.0",
"cfg-if",
"concurrent-queue",
"futures-io",
"futures-lite 2.3.0",
"parking",
"polling 3.7.2",
"rustix 0.38.34",
"slab",
"tracing",
"windows-sys 0.52.0",
]
[[package]]
name = "async-lock"
2023-09-25 18:34:26 +00:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
dependencies = [
2023-09-25 18:34:26 +00:00
"event-listener 2.5.3",
]
2024-08-02 18:21:48 +00:00
[[package]]
name = "async-lock"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
dependencies = [
"event-listener 5.3.1",
"event-listener-strategy",
"pin-project-lite",
]
2023-09-25 18:34:26 +00:00
[[package]]
name = "async-process"
2024-08-02 18:21:48 +00:00
version = "2.2.3"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a"
2023-09-25 18:34:26 +00:00
dependencies = [
2024-08-02 18:21:48 +00:00
"async-channel 2.3.1",
"async-io 2.3.3",
"async-lock 3.4.0",
2023-09-25 18:34:26 +00:00
"async-signal",
2024-08-02 18:21:48 +00:00
"async-task",
2023-09-25 18:34:26 +00:00
"blocking",
"cfg-if",
2024-08-02 18:21:48 +00:00
"event-listener 5.3.1",
"futures-lite 2.3.0",
"rustix 0.38.34",
"tracing",
"windows-sys 0.52.0",
]
[[package]]
name = "async-recursion"
2024-08-02 18:21:48 +00:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
dependencies = [
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
2023-09-25 18:34:26 +00:00
]
[[package]]
name = "async-signal"
2024-08-02 18:21:48 +00:00
version = "0.2.8"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d"
2023-09-25 18:34:26 +00:00
dependencies = [
2024-08-02 18:21:48 +00:00
"async-io 2.3.3",
"async-lock 3.4.0",
2023-09-25 18:34:26 +00:00
"atomic-waker",
"cfg-if",
"futures-core",
"futures-io",
2024-08-02 18:21:48 +00:00
"rustix 0.38.34",
2023-09-25 18:34:26 +00:00
"signal-hook-registry",
"slab",
2024-08-02 18:21:48 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "async-std"
2022-08-16 05:53:45 +00:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 05:53:45 +00:00
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-attributes",
2024-08-02 18:21:48 +00:00
"async-channel 1.9.0",
"async-global-executor",
2024-08-02 18:21:48 +00:00
"async-io 1.13.0",
"async-lock 2.8.0",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
2024-08-02 18:21:48 +00:00
"futures-lite 1.13.0",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-task"
2024-08-02 18:21:48 +00:00
version = "4.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
[[package]]
name = "async-trait"
2024-08-02 18:21:48 +00:00
version = "0.1.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
dependencies = [
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
]
[[package]]
name = "async-xcb"
version = "0.1.0"
dependencies = [
2024-08-02 18:21:48 +00:00
"async-io 2.3.3",
"async-std",
"futures",
2024-08-02 18:21:48 +00:00
"futures-lite 2.3.0",
"nix",
"xcb",
]
[[package]]
name = "atk"
2024-08-02 18:21:48 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "b4af014b17dd80e8af9fa689b2d4a211ddba6eb583c1622f35d0cb543f6b17e4"
dependencies = [
"atk-sys",
"glib",
"libc",
]
[[package]]
name = "atk-sys"
2024-08-02 18:21:48 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "251e0b7d90e33e0ba930891a505a9a35ece37b2dd37a14f3ffc306c13b980009"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "atomic-waker"
2023-09-25 18:34:26 +00:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "autocfg"
2024-08-02 18:21:48 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
[[package]]
name = "bindgen"
2024-08-02 18:21:48 +00:00
version = "0.63.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885"
dependencies = [
2023-09-25 18:34:26 +00:00
"bitflags 1.3.2",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
2023-09-25 18:34:26 +00:00
"shlex",
2024-08-02 18:21:48 +00:00
"syn 1.0.109",
2023-09-25 18:34:26 +00:00
"which",
]
[[package]]
name = "bindgen"
2024-08-02 18:21:48 +00:00
version = "0.69.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
dependencies = [
2024-08-02 18:21:48 +00:00
"bitflags 2.6.0",
2023-09-25 18:34:26 +00:00
"cexpr",
"clang-sys",
2024-08-02 18:21:48 +00:00
"itertools",
"lazy_static",
"lazycell",
"log",
2024-08-02 18:21:48 +00:00
"prettyplease",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
2023-09-25 18:34:26 +00:00
"shlex",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
2023-09-25 18:34:26 +00:00
"which",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-09-25 18:34:26 +00:00
[[package]]
name = "bitflags"
2024-08-02 18:21:48 +00:00
version = "2.6.0"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-09-25 18:34:26 +00:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "blocking"
2024-08-02 18:21:48 +00:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
dependencies = [
2024-08-02 18:21:48 +00:00
"async-channel 2.3.1",
"async-task",
2023-09-25 18:34:26 +00:00
"futures-io",
2024-08-02 18:21:48 +00:00
"futures-lite 2.3.0",
2023-09-25 18:34:26 +00:00
"piper",
]
[[package]]
name = "bscreensaver"
version = "0.1.0"
dependencies = [
"anyhow",
"bscreensaver-command",
"bscreensaver-util",
2024-08-02 18:21:48 +00:00
"clap",
"libc",
"log",
2024-08-02 18:21:48 +00:00
"nix",
"xcb",
"xcb-xembed",
"xkb",
2023-09-25 18:34:26 +00:00
"xkbcommon-sys",
]
[[package]]
name = "bscreensaver-command"
version = "0.1.0"
dependencies = [
"bscreensaver-util",
2024-08-02 18:21:48 +00:00
"clap",
"nix",
"xcb",
]
[[package]]
name = "bscreensaver-dbus-service"
version = "0.1.0"
dependencies = [
"anyhow",
"async-std",
"async-xcb",
"bscreensaver-command",
"bscreensaver-util",
"futures",
"log",
"xcb",
"zbus",
]
[[package]]
name = "bscreensaver-dialog-gtk3"
version = "0.1.0"
dependencies = [
"anyhow",
2024-08-02 18:21:48 +00:00
"bindgen 0.69.4",
"bscreensaver-util",
"chrono",
"gdk-sys",
"gdkx11",
"gethostname",
"glib",
"gtk",
"gtk-sys",
"log",
"pam-client",
"shell-words",
]
2022-05-05 08:14:53 +00:00
[[package]]
name = "bscreensaver-settings"
version = "0.1.0"
dependencies = [
"anyhow",
"bscreensaver-util",
"glib",
"gtk",
"log",
2022-05-05 08:14:53 +00:00
]
[[package]]
name = "bscreensaver-systemd"
version = "0.1.0"
dependencies = [
"anyhow",
"async-std",
"async-xcb",
"bscreensaver-command",
"bscreensaver-util",
"futures",
"log",
"logind-zbus",
2024-08-02 18:21:48 +00:00
"nix",
"xcb",
"zbus",
]
[[package]]
name = "bscreensaver-util"
version = "0.1.0"
dependencies = [
"anyhow",
2024-08-02 18:21:48 +00:00
"clap",
2023-09-25 18:34:26 +00:00
"env_logger",
2022-05-04 22:37:28 +00:00
"humantime",
"lazy_static",
"libc",
"shell-words",
2024-08-02 18:21:48 +00:00
"toml",
"xcb",
"xdg",
"zbus",
]
[[package]]
name = "bumpalo"
2024-08-02 18:21:48 +00:00
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "cairo-rs"
2024-08-02 18:21:48 +00:00
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
dependencies = [
2024-08-02 18:21:48 +00:00
"bitflags 2.6.0",
"cairo-sys-rs",
"glib",
"libc",
2024-08-02 18:21:48 +00:00
"once_cell",
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
2024-08-02 18:21:48 +00:00
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "cc"
2024-08-02 18:21:48 +00:00
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490"
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
2023-09-25 18:34:26 +00:00
"nom",
]
[[package]]
name = "cfg-expr"
2024-08-02 18:21:48 +00:00
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
dependencies = [
"smallvec",
2023-09-25 18:34:26 +00:00
"target-lexicon",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-08-02 18:21:48 +00:00
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "chrono"
2024-08-02 18:21:48 +00:00
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
2023-09-25 18:34:26 +00:00
"android-tzdata",
2022-08-16 05:53:45 +00:00
"iana-time-zone",
"js-sys",
"num-traits",
2022-08-16 05:53:45 +00:00
"wasm-bindgen",
2024-08-02 18:21:48 +00:00
"windows-targets 0.52.6",
]
[[package]]
name = "clang-sys"
2024-08-02 18:21:48 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
"glob",
"libc",
"libloading",
]
[[package]]
name = "clap"
2024-08-02 18:21:48 +00:00
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d"
dependencies = [
2024-08-02 18:21:48 +00:00
"clap_builder",
"clap_derive",
]
[[package]]
2024-08-02 18:21:48 +00:00
name = "clap_builder"
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708"
dependencies = [
2024-08-02 18:21:48 +00:00
"anstream",
"anstyle",
"clap_lex",
2024-08-02 18:21:48 +00:00
"strsim",
]
[[package]]
2024-08-02 18:21:48 +00:00
name = "clap_derive"
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085"
dependencies = [
2024-08-02 18:21:48 +00:00
"heck 0.5.0",
"proc-macro2",
"quote",
"syn 2.0.68",
]
2024-08-02 18:21:48 +00:00
[[package]]
name = "clap_lex"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
[[package]]
name = "colorchoice"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
[[package]]
name = "concurrent-queue"
2024-08-02 18:21:48 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
dependencies = [
2023-09-25 18:34:26 +00:00
"crossbeam-utils",
]
2022-08-16 05:53:45 +00:00
[[package]]
name = "core-foundation-sys"
2024-08-02 18:21:48 +00:00
version = "0.8.6"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-09-25 18:34:26 +00:00
[[package]]
name = "cpufeatures"
2024-08-02 18:21:48 +00:00
version = "0.2.12"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2023-09-25 18:34:26 +00:00
dependencies = [
"libc",
]
2022-08-16 05:53:45 +00:00
[[package]]
name = "crossbeam-utils"
2024-08-02 18:21:48 +00:00
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
[[package]]
2023-09-25 18:34:26 +00:00
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
2023-09-25 18:34:26 +00:00
"generic-array",
"typenum",
]
[[package]]
2023-09-25 18:34:26 +00:00
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
2023-09-25 18:34:26 +00:00
"block-buffer",
"crypto-common",
]
[[package]]
name = "either"
2024-08-02 18:21:48 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "endi"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
[[package]]
name = "enum-repr"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bad30c9c0fa1aaf1ae5010dab11f1117b15d35faf62cda4bbbc53b9987950f18"
dependencies = [
"proc-macro2",
"quote",
2023-09-25 18:34:26 +00:00
"syn 1.0.109",
]
[[package]]
name = "enumflags2"
2024-08-02 18:21:48 +00:00
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
2024-08-02 18:21:48 +00:00
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
dependencies = [
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
]
[[package]]
name = "env_filter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
2024-08-02 18:21:48 +00:00
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
dependencies = [
2024-08-02 18:21:48 +00:00
"anstream",
"anstyle",
"env_filter",
"humantime",
"log",
]
[[package]]
2023-09-25 18:34:26 +00:00
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2024-08-02 18:21:48 +00:00
version = "0.3.9"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-09-25 18:34:26 +00:00
dependencies = [
"libc",
2024-08-02 18:21:48 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "event-listener"
2022-08-16 05:53:45 +00:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 05:53:45 +00:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2023-09-25 18:34:26 +00:00
[[package]]
name = "event-listener"
2024-08-02 18:21:48 +00:00
version = "5.3.1"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
2023-09-25 18:34:26 +00:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
2024-08-02 18:21:48 +00:00
[[package]]
name = "event-listener-strategy"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
dependencies = [
"event-listener 5.3.1",
"pin-project-lite",
]
[[package]]
name = "fastrand"
2023-09-25 18:34:26 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
2023-09-25 18:34:26 +00:00
[[package]]
name = "fastrand"
2024-08-02 18:21:48 +00:00
version = "2.1.0"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2023-09-25 18:34:26 +00:00
[[package]]
name = "field-offset"
2023-09-25 18:34:26 +00:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
dependencies = [
2024-08-02 18:21:48 +00:00
"memoffset",
"rustc_version",
]
[[package]]
name = "futures"
2024-08-02 18:21:48 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-08-02 18:21:48 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-08-02 18:21:48 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "futures-executor"
2024-08-02 18:21:48 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2024-08-02 18:21:48 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-lite"
2023-09-25 18:34:26 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
2023-09-25 18:34:26 +00:00
"fastrand 1.9.0",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2024-08-02 18:21:48 +00:00
[[package]]
name = "futures-lite"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
dependencies = [
"fastrand 2.1.0",
"futures-core",
"futures-io",
"parking",
"pin-project-lite",
]
[[package]]
name = "futures-macro"
2024-08-02 18:21:48 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
]
[[package]]
name = "futures-sink"
2024-08-02 18:21:48 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
[[package]]
name = "futures-task"
2024-08-02 18:21:48 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
2024-08-02 18:21:48 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "gdk"
2024-08-02 18:21:48 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "f5ba081bdef3b75ebcdbfc953699ed2d7417d6bd853347a42a37d76406a33646"
dependencies = [
"cairo-rs",
"gdk-pixbuf",
"gdk-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk-pixbuf"
2024-08-02 18:21:48 +00:00
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
dependencies = [
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
2024-08-02 18:21:48 +00:00
"once_cell",
]
[[package]]
name = "gdk-pixbuf-sys"
2024-08-02 18:21:48 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk-sys"
2024-08-02 18:21:48 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "31ff856cb3386dae1703a920f803abafcc580e9b5f711ca62ed1620c25b51ff2"
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
"system-deps",
]
[[package]]
name = "gdkx11"
2024-08-02 18:21:48 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "db2ea8a4909d530f79921290389cbd7c34cb9d623bfe970eaae65ca5f9cd9cce"
dependencies = [
"gdk",
"gdkx11-sys",
"gio",
"glib",
"libc",
"x11",
]
[[package]]
name = "gdkx11-sys"
2024-08-02 18:21:48 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "fee8f00f4ee46cad2939b8990f5c70c94ff882c3028f3cc5abf950fa4ab53043"
dependencies = [
"gdk-sys",
"glib-sys",
"libc",
"system-deps",
"x11",
]
2023-09-25 18:34:26 +00:00
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "gethostname"
2024-08-02 18:21:48 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
dependencies = [
"libc",
2024-08-02 18:21:48 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "getrandom"
2024-08-02 18:21:48 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"libc",
2023-09-25 18:34:26 +00:00
"wasi",
]
[[package]]
name = "gio"
2024-08-02 18:21:48 +00:00
version = "0.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
2024-08-02 18:21:48 +00:00
"futures-util",
"gio-sys",
"glib",
"libc",
"once_cell",
2024-08-02 18:21:48 +00:00
"pin-project-lite",
"smallvec",
"thiserror",
]
[[package]]
name = "gio-sys"
2024-08-02 18:21:48 +00:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib"
2024-08-02 18:21:48 +00:00
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
dependencies = [
2024-08-02 18:21:48 +00:00
"bitflags 2.6.0",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
2024-08-02 18:21:48 +00:00
"futures-util",
"gio-sys",
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
2022-05-05 21:50:51 +00:00
"log",
2024-08-02 18:21:48 +00:00
"memchr",
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
name = "glib-macros"
2024-08-02 18:21:48 +00:00
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
dependencies = [
2024-08-02 18:21:48 +00:00
"heck 0.4.1",
"proc-macro-crate 2.0.0",
"proc-macro-error",
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
]
[[package]]
name = "glib-sys"
2024-08-02 18:21:48 +00:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "glob"
2023-09-25 18:34:26 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "gloo-timers"
2023-09-25 18:34:26 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "gobject-sys"
2024-08-02 18:21:48 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "gtk"
2024-08-02 18:21:48 +00:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "93c4f5e0e20b60e10631a5f06da7fe3dda744b05ad0ea71fee2f47adf865890c"
dependencies = [
"atk",
"cairo-rs",
"field-offset",
"futures-channel",
"gdk",
"gdk-pixbuf",
"gio",
"glib",
"gtk-sys",
"gtk3-macros",
"libc",
"pango",
"pkg-config",
]
[[package]]
name = "gtk-sys"
2024-08-02 18:21:48 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "771437bf1de2c1c0b496c11505bdf748e26066bbe942dfc8f614c9460f6d7722"
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"
2024-08-02 18:21:48 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "c6063efb63db582968fb7df72e1ae68aa6360dcfb0a75143f34fc7d616bad75e"
dependencies = [
2024-08-02 18:21:48 +00:00
"proc-macro-crate 1.3.1",
"proc-macro-error",
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
]
[[package]]
name = "hashbrown"
2024-08-02 18:21:48 +00:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-09-25 18:34:26 +00:00
[[package]]
2024-08-02 18:21:48 +00:00
name = "heck"
version = "0.4.1"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2023-09-25 18:34:26 +00:00
[[package]]
name = "heck"
2024-08-02 18:21:48 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
2024-08-02 18:21:48 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-09-25 18:34:26 +00:00
[[package]]
name = "hermit-abi"
2024-08-02 18:21:48 +00:00
version = "0.4.0"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
2023-09-25 18:34:26 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2023-09-25 18:34:26 +00:00
[[package]]
name = "home"
2024-08-02 18:21:48 +00:00
version = "0.5.9"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2023-09-25 18:34:26 +00:00
dependencies = [
2024-08-02 18:21:48 +00:00
"windows-sys 0.52.0",
2023-09-25 18:34:26 +00:00
]
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2022-08-16 05:53:45 +00:00
[[package]]
name = "iana-time-zone"
2024-08-02 18:21:48 +00:00
version = "0.1.60"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2022-08-16 05:53:45 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2023-09-25 18:34:26 +00:00
"iana-time-zone-haiku",
2022-08-16 05:53:45 +00:00
"js-sys",
"wasm-bindgen",
2024-08-02 18:21:48 +00:00
"windows-core",
2023-09-25 18:34:26 +00:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
2022-08-16 05:53:45 +00:00
]
[[package]]
name = "indexmap"
2024-08-02 18:21:48 +00:00
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-09-25 18:34:26 +00:00
dependencies = [
"equivalent",
2024-08-02 18:21:48 +00:00
"hashbrown",
]
[[package]]
name = "instant"
2024-08-02 18:21:48 +00:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
dependencies = [
"cfg-if",
]
2023-09-25 18:34:26 +00:00
[[package]]
name = "io-lifetimes"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
2024-08-02 18:21:48 +00:00
"hermit-abi 0.3.9",
2023-09-25 18:34:26 +00:00
"libc",
2024-08-02 18:21:48 +00:00
"windows-sys 0.48.0",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
2023-09-25 18:34:26 +00:00
]
[[package]]
name = "itoa"
2024-08-02 18:21:48 +00:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "js-sys"
2024-08-02 18:21:48 +00:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
[[package]]
name = "lazy_static"
2024-08-02 18:21:48 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
2024-08-02 18:21:48 +00:00
version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libloading"
2024-08-02 18:21:48 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
dependencies = [
"cfg-if",
2024-08-02 18:21:48 +00:00
"windows-targets 0.52.6",
]
[[package]]
2023-09-25 18:34:26 +00:00
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
[[package]]
name = "linux-raw-sys"
2024-08-02 18:21:48 +00:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "log"
2024-08-02 18:21:48 +00:00
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
dependencies = [
"value-bag",
]
[[package]]
name = "logind-zbus"
2024-08-02 18:21:48 +00:00
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "8e77231dda256523272d8168cf57a9f214ccef06d385c126ce64df662ca5721e"
dependencies = [
"serde",
"zbus",
]
[[package]]
name = "memchr"
2024-08-02 18:21:48 +00:00
version = "2.7.4"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2023-09-25 18:34:26 +00:00
[[package]]
name = "memoffset"
2024-08-02 18:21:48 +00:00
version = "0.9.1"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2023-09-25 18:34:26 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "nix"
2024-08-02 18:21:48 +00:00
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
dependencies = [
2024-08-02 18:21:48 +00:00
"bitflags 2.6.0",
"cfg-if",
2024-08-02 18:21:48 +00:00
"cfg_aliases",
"libc",
2024-08-02 18:21:48 +00:00
"memoffset",
]
[[package]]
name = "nom"
2023-09-25 18:34:26 +00:00
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "num-traits"
2024-08-02 18:21:48 +00:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
2024-08-02 18:21:48 +00:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "ordered-stream"
2023-09-25 18:34:26 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
dependencies = [
"futures-core",
"pin-project-lite",
]
[[package]]
name = "pam-client"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51bd776116a7ada5ebbe31f54cdc5b1030ed7265686cf7c8a21c057a2f8dab9a"
dependencies = [
2023-09-25 18:34:26 +00:00
"bitflags 1.3.2",
"enum-repr",
"libc",
"pam-sys",
"rpassword",
"rustversion",
]
[[package]]
name = "pam-sys"
2024-08-02 18:21:48 +00:00
version = "1.0.0-alpha5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "ce9484729b3e52c0bacdc5191cb6a6a5f31ef4c09c5e4ab1209d3340ad9e997b"
dependencies = [
2024-08-02 18:21:48 +00:00
"bindgen 0.69.4",
"libc",
]
[[package]]
name = "pango"
2024-08-02 18:21:48 +00:00
version = "0.18.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
dependencies = [
2024-08-02 18:21:48 +00:00
"gio",
"glib",
"libc",
"once_cell",
"pango-sys",
]
[[package]]
name = "pango-sys"
2024-08-02 18:21:48 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "parking"
2024-08-02 18:21:48 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "pin-project-lite"
2024-08-02 18:21:48 +00:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-09-25 18:34:26 +00:00
[[package]]
name = "piper"
2024-08-02 18:21:48 +00:00
version = "0.2.3"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
2023-09-25 18:34:26 +00:00
dependencies = [
"atomic-waker",
2024-08-02 18:21:48 +00:00
"fastrand 2.1.0",
2023-09-25 18:34:26 +00:00
"futures-io",
]
[[package]]
name = "pkg-config"
2024-08-02 18:21:48 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "polling"
2023-09-25 18:34:26 +00:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
2023-09-25 18:34:26 +00:00
"autocfg",
"bitflags 1.3.2",
"cfg-if",
2023-09-25 18:34:26 +00:00
"concurrent-queue",
"libc",
"log",
2023-09-25 18:34:26 +00:00
"pin-project-lite",
2024-08-02 18:21:48 +00:00
"windows-sys 0.48.0",
]
[[package]]
name = "polling"
version = "3.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
dependencies = [
"cfg-if",
"concurrent-queue",
"hermit-abi 0.4.0",
"pin-project-lite",
"rustix 0.38.34",
"tracing",
"windows-sys 0.52.0",
]
[[package]]
name = "ppv-lite86"
2023-09-25 18:34:26 +00:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2024-08-02 18:21:48 +00:00
[[package]]
name = "prettyplease"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
dependencies = [
"proc-macro2",
"syn 2.0.68",
]
[[package]]
name = "proc-macro-crate"
2023-09-25 18:34:26 +00:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
2022-08-16 05:53:45 +00:00
"once_cell",
2024-08-02 18:21:48 +00:00
"toml_edit 0.19.15",
]
[[package]]
name = "proc-macro-crate"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
dependencies = [
"toml_edit 0.20.7",
]
[[package]]
name = "proc-macro-crate"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
dependencies = [
"toml_edit 0.21.1",
]
[[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",
2023-09-25 18:34:26 +00:00
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2024-08-02 18:21:48 +00:00
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quick-xml"
2024-08-02 18:21:48 +00:00
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
dependencies = [
"memchr",
]
[[package]]
name = "quote"
2024-08-02 18:21:48 +00:00
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
2022-08-16 05:53:45 +00:00
"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",
2022-08-16 05:53:45 +00:00
"rand_core",
]
[[package]]
name = "rand_core"
2023-09-25 18:34:26 +00:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
2023-09-25 18:34:26 +00:00
name = "regex"
2024-08-02 18:21:48 +00:00
version = "1.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
dependencies = [
2023-09-25 18:34:26 +00:00
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
2023-09-25 18:34:26 +00:00
name = "regex-automata"
2024-08-02 18:21:48 +00:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-08-02 18:21:48 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[package]]
name = "rpassword"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
dependencies = [
"libc",
"serde",
"serde_json",
"winapi",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
2023-09-25 18:34:26 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
2023-09-25 18:34:26 +00:00
name = "rustix"
2024-08-02 18:21:48 +00:00
version = "0.37.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
2023-09-25 18:34:26 +00:00
dependencies = [
"bitflags 1.3.2",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.8",
2024-08-02 18:21:48 +00:00
"windows-sys 0.48.0",
2023-09-25 18:34:26 +00:00
]
[[package]]
2023-09-25 18:34:26 +00:00
name = "rustix"
2024-08-02 18:21:48 +00:00
version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-09-25 18:34:26 +00:00
dependencies = [
2024-08-02 18:21:48 +00:00
"bitflags 2.6.0",
2023-09-25 18:34:26 +00:00
"errno",
"libc",
2024-08-02 18:21:48 +00:00
"linux-raw-sys 0.4.14",
"windows-sys 0.52.0",
2023-09-25 18:34:26 +00:00
]
[[package]]
2023-09-25 18:34:26 +00:00
name = "rustversion"
2024-08-02 18:21:48 +00:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
[[package]]
2023-09-25 18:34:26 +00:00
name = "ryu"
2024-08-02 18:21:48 +00:00
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
2023-09-25 18:34:26 +00:00
name = "semver"
2024-08-02 18:21:48 +00:00
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
[[package]]
name = "serde"
2024-08-02 18:21:48 +00:00
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-08-02 18:21:48 +00:00
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
dependencies = [
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
]
[[package]]
name = "serde_json"
2024-08-02 18:21:48 +00:00
version = "1.0.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2024-08-02 18:21:48 +00:00
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
dependencies = [
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
]
[[package]]
2023-09-25 18:34:26 +00:00
name = "serde_spanned"
2024-08-02 18:21:48 +00:00
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
dependencies = [
2023-09-25 18:34:26 +00:00
"serde",
]
[[package]]
2023-09-25 18:34:26 +00:00
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "shlex"
2024-08-02 18:21:48 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
2023-09-25 18:34:26 +00:00
name = "signal-hook-registry"
2024-08-02 18:21:48 +00:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2023-09-25 18:34:26 +00:00
dependencies = [
"libc",
]
[[package]]
name = "slab"
2023-09-25 18:34:26 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-08-16 05:53:45 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-08-02 18:21:48 +00:00
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "socket2"
2024-08-02 18:21:48 +00:00
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
2024-08-02 18:21:48 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "syn"
2023-09-25 18:34:26 +00:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-08-02 18:21:48 +00:00
version = "2.0.68"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "system-deps"
2024-08-02 18:21:48 +00:00
version = "6.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
dependencies = [
"cfg-expr",
2024-08-02 18:21:48 +00:00
"heck 0.5.0",
"pkg-config",
2024-08-02 18:21:48 +00:00
"toml",
"version-compare",
]
2023-09-25 18:34:26 +00:00
[[package]]
name = "target-lexicon"
2024-08-02 18:21:48 +00:00
version = "0.12.14"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
2023-09-25 18:34:26 +00:00
[[package]]
2022-08-16 05:53:45 +00:00
name = "tempfile"
2024-08-02 18:21:48 +00:00
version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
2022-08-16 05:53:45 +00:00
"cfg-if",
2024-08-02 18:21:48 +00:00
"fastrand 2.1.0",
"rustix 0.38.34",
"windows-sys 0.52.0",
]
[[package]]
2024-08-02 18:21:48 +00:00
name = "thiserror"
version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
dependencies = [
2024-08-02 18:21:48 +00:00
"thiserror-impl",
]
[[package]]
2024-08-02 18:21:48 +00:00
name = "thiserror-impl"
version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
dependencies = [
2024-08-02 18:21:48 +00:00
"proc-macro2",
"quote",
"syn 2.0.68",
]
[[package]]
2024-08-02 18:21:48 +00:00
name = "toml"
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
dependencies = [
2024-08-02 18:21:48 +00:00
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.14",
]
[[package]]
2024-08-02 18:21:48 +00:00
name = "toml_datetime"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
dependencies = [
2024-08-02 18:21:48 +00:00
"serde",
]
[[package]]
2024-08-02 18:21:48 +00:00
name = "toml_edit"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
2024-08-02 18:21:48 +00:00
"indexmap",
"toml_datetime",
"winnow 0.5.40",
]
[[package]]
2024-08-02 18:21:48 +00:00
name = "toml_edit"
version = "0.20.7"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
2023-09-25 18:34:26 +00:00
dependencies = [
2024-08-02 18:21:48 +00:00
"indexmap",
2023-09-25 18:34:26 +00:00
"toml_datetime",
2024-08-02 18:21:48 +00:00
"winnow 0.5.40",
2023-09-25 18:34:26 +00:00
]
[[package]]
2024-08-02 18:21:48 +00:00
name = "toml_edit"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
2024-08-02 18:21:48 +00:00
"indexmap",
"toml_datetime",
"winnow 0.5.40",
]
2023-09-25 18:34:26 +00:00
[[package]]
name = "toml_edit"
2024-08-02 18:21:48 +00:00
version = "0.22.14"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
2023-09-25 18:34:26 +00:00
dependencies = [
2024-08-02 18:21:48 +00:00
"indexmap",
2023-09-25 18:34:26 +00:00
"serde",
"serde_spanned",
"toml_datetime",
2024-08-02 18:21:48 +00:00
"winnow 0.6.13",
2023-09-25 18:34:26 +00:00
]
2022-08-16 05:53:45 +00:00
[[package]]
name = "tracing"
2024-08-02 18:21:48 +00:00
version = "0.1.40"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-08-16 05:53:45 +00:00
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2024-08-02 18:21:48 +00:00
version = "0.1.27"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2022-08-16 05:53:45 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
2022-08-16 05:53:45 +00:00
]
[[package]]
name = "tracing-core"
2024-08-02 18:21:48 +00:00
version = "0.1.32"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-08-16 05:53:45 +00:00
dependencies = [
"once_cell",
]
[[package]]
2023-09-25 18:34:26 +00:00
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "uds_windows"
2024-08-02 18:21:48 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
dependencies = [
2024-08-02 18:21:48 +00:00
"memoffset",
2022-08-16 05:53:45 +00:00
"tempfile",
"winapi",
]
[[package]]
name = "unicode-ident"
2023-09-25 18:34:26 +00:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
2024-08-02 18:21:48 +00:00
name = "utf8parse"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "value-bag"
2024-08-02 18:21:48 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
[[package]]
name = "version-compare"
2024-08-02 18:21:48 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "waker-fn"
2024-08-02 18:21:48 +00:00
version = "1.2.0"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
2022-08-16 05:53:45 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 05:53:45 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2024-08-02 18:21:48 +00:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-08-02 18:21:48 +00:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
dependencies = [
"bumpalo",
"log",
2022-08-16 05:53:45 +00:00
"once_cell",
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-08-02 18:21:48 +00:00
version = "0.4.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-08-02 18:21:48 +00:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-08-02 18:21:48 +00:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-08-02 18:21:48 +00:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]]
name = "web-sys"
2024-08-02 18:21:48 +00:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "which"
2023-09-25 18:34:26 +00:00
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
2023-09-25 18:34:26 +00:00
"home",
"once_cell",
2024-08-02 18:21:48 +00:00
"rustix 0.38.34",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-09-25 18:34:26 +00:00
[[package]]
2024-08-02 18:21:48 +00:00
name = "windows-core"
version = "0.52.0"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-09-25 18:34:26 +00:00
dependencies = [
2024-08-02 18:21:48 +00:00
"windows-targets 0.52.6",
2023-09-25 18:34:26 +00:00
]
2022-08-16 05:53:45 +00:00
[[package]]
name = "windows-sys"
2023-09-25 18:34:26 +00:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2024-08-02 18:21:48 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
2023-09-25 18:34:26 +00:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2022-08-16 05:53:45 +00:00
dependencies = [
2024-08-02 18:21:48 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2022-08-16 05:53:45 +00:00
]
2023-09-25 18:34:26 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2024-08-02 18:21:48 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2022-08-16 05:53:45 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-09-25 18:34:26 +00:00
version = "0.48.5"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-08-16 05:53:45 +00:00
2024-08-02 18:21:48 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2022-08-16 05:53:45 +00:00
[[package]]
name = "windows_i686_gnu"
2023-09-25 18:34:26 +00:00
version = "0.48.5"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-08-16 05:53:45 +00:00
2024-08-02 18:21:48 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2022-08-16 05:53:45 +00:00
[[package]]
name = "windows_i686_msvc"
2023-09-25 18:34:26 +00:00
version = "0.48.5"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2022-08-16 05:53:45 +00:00
2024-08-02 18:21:48 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2022-08-16 05:53:45 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-09-25 18:34:26 +00:00
version = "0.48.5"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2024-08-02 18:21:48 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-09-25 18:34:26 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2022-08-16 05:53:45 +00:00
2024-08-02 18:21:48 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2022-08-16 05:53:45 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-25 18:34:26 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-08-02 18:21:48 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winnow"
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
2023-09-25 18:34:26 +00:00
[[package]]
name = "winnow"
2024-08-02 18:21:48 +00:00
version = "0.6.13"
2022-08-16 05:53:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
2023-09-25 18:34:26 +00:00
dependencies = [
"memchr",
]
2022-08-16 05:53:45 +00:00
[[package]]
name = "x11"
2023-09-25 18:34:26 +00:00
version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "xcb"
2024-08-02 18:21:48 +00:00
version = "1.4.0"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "02e75181b5a62b6eeaa72f303d3cef7dbb841e22885bf6d3e66fe23e88c55dc6"
dependencies = [
2023-09-25 18:34:26 +00:00
"bitflags 1.3.2",
"libc",
"quick-xml",
]
[[package]]
name = "xcb-xembed"
version = "0.1.0"
dependencies = [
2024-08-02 18:21:48 +00:00
"bitflags 2.6.0",
"log",
"xcb",
]
[[package]]
name = "xdg"
2023-09-25 18:34:26 +00:00
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:34:26 +00:00
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
[[package]]
name = "xdg-home"
2024-08-02 18:21:48 +00:00
version = "1.2.0"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "ca91dcf8f93db085f3a0a29358cd0b9d670915468f4290e8b85d118a34211ab8"
dependencies = [
2024-08-02 18:21:48 +00:00
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "xkb"
2023-09-25 18:34:26 +00:00
version = "0.3.0"
2024-08-02 18:21:48 +00:00
source = "git+https://github.com/kelnos/rust-xkb?branch=remove-missing-keysyms#e1b454928e6dd827b46dbc70274444e079056d0e"
dependencies = [
2023-09-25 18:34:26 +00:00
"bitflags 1.3.2",
"libc",
"xcb",
"xkbcommon-sys",
]
[[package]]
name = "xkbcommon-sys"
2023-09-25 18:34:26 +00:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f7dbb61bc8fd714a64f750e9c259952f079afe701256dd2118602c0ae15c90"
dependencies = [
2023-09-25 18:34:26 +00:00
"bindgen 0.63.0",
"libc",
"pkg-config",
]
[[package]]
name = "zbus"
2024-08-02 18:21:48 +00:00
version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "851238c133804e0aa888edf4a0229481c753544ca12a60fd1c3230c8a500fe40"
dependencies = [
"async-broadcast",
"async-executor",
2023-09-25 18:34:26 +00:00
"async-fs",
2024-08-02 18:21:48 +00:00
"async-io 2.3.3",
"async-lock 3.4.0",
2023-09-25 18:34:26 +00:00
"async-process",
"async-recursion",
"async-task",
"async-trait",
2023-09-25 18:34:26 +00:00
"blocking",
"enumflags2",
2024-08-02 18:21:48 +00:00
"event-listener 5.3.1",
"futures-core",
"futures-sink",
"futures-util",
"hex",
2024-08-02 18:21:48 +00:00
"nix",
"ordered-stream",
2022-08-16 05:53:45 +00:00
"rand",
"serde",
"serde_repr",
"sha1",
"static_assertions",
2022-08-16 05:53:45 +00:00
"tracing",
"uds_windows",
2024-08-02 18:21:48 +00:00
"windows-sys 0.52.0",
2023-09-25 18:34:26 +00:00
"xdg-home",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2024-08-02 18:21:48 +00:00
version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "8d5a3f12c20bd473be3194af6b49d50d7bb804ef3192dc70eddedb26b85d9da7"
dependencies = [
2024-08-02 18:21:48 +00:00
"proc-macro-crate 3.1.0",
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
2023-09-25 18:34:26 +00:00
"zvariant_utils",
]
[[package]]
name = "zbus_names"
2024-08-02 18:21:48 +00:00
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zvariant"
2024-08-02 18:21:48 +00:00
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "1724a2b330760dc7d2a8402d841119dc869ef120b139d29862d6980e9c75bfc9"
dependencies = [
2024-08-02 18:21:48 +00:00
"endi",
"enumflags2",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2024-08-02 18:21:48 +00:00
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "55025a7a518ad14518fb243559c058a2e5b848b015e31f1d90414f36e3317859"
dependencies = [
2024-08-02 18:21:48 +00:00
"proc-macro-crate 3.1.0",
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
2023-09-25 18:34:26 +00:00
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
2024-08-02 18:21:48 +00:00
version = "2.0.0"
2023-09-25 18:34:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-02 18:21:48 +00:00
checksum = "fc242db087efc22bd9ade7aa7809e4ba828132edc312871584a6b4391bdf8786"
2023-09-25 18:34:26 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-08-02 18:21:48 +00:00
"syn 2.0.68",
]