2020-05-29 21:21:53 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-29 04:50:46 +00:00
|
|
|
version = 3
|
|
|
|
|
2023-09-22 01:50:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-04 03:05:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.12.1"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2020-06-04 03:05:45 +00:00
|
|
|
dependencies = [
|
2021-07-29 04:50:46 +00:00
|
|
|
"winapi",
|
2020-06-04 03:05:45 +00:00
|
|
|
]
|
|
|
|
|
2020-06-03 05:20:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.1.74"
|
2020-06-03 05:20:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
|
2020-06-03 05:20:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-11 01:10:14 +00:00
|
|
|
"syn 2.0.39",
|
2020-06-03 05:20:18 +00:00
|
|
|
]
|
|
|
|
|
2020-06-04 03:05:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-09-22 01:50:58 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2020-06-04 03:05:45 +00:00
|
|
|
"libc",
|
2021-07-29 04:50:46 +00:00
|
|
|
"winapi",
|
2020-06-04 03:05:45 +00:00
|
|
|
]
|
|
|
|
|
2020-05-30 19:45:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "1.1.0"
|
2020-05-30 19:45:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
2020-05-30 19:45:43 +00:00
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "1.3.2"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "1.5.0"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2021-07-29 04:50:46 +00:00
|
|
|
version = "1.0.0"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-29 04:50:46 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
2020-05-30 19:45:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.4.31"
|
2020-05-30 19:45:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2020-05-30 19:45:43 +00:00
|
|
|
dependencies = [
|
2023-09-22 01:50:58 +00:00
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2020-05-30 19:45:43 +00:00
|
|
|
"num-traits",
|
2023-09-22 01:50:58 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-targets",
|
2020-05-30 19:45:43 +00:00
|
|
|
]
|
|
|
|
|
2020-06-04 03:05:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "2.34.0"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-06-04 03:05:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2023-09-22 01:50:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.8.6"
|
2023-09-22 01:50:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2023-09-22 01:50:58 +00:00
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dbus"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.9.7"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
2021-07-29 04:50:46 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2020-05-29 21:21:53 +00:00
|
|
|
"libc",
|
|
|
|
"libdbus-sys",
|
2021-07-29 04:50:46 +00:00
|
|
|
"winapi",
|
2020-05-29 21:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dbus-tokio"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.7.6"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "007688d459bc677131c063a3a77fb899526e17b7980f390b69644bdbc41fad13"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"dbus",
|
2020-08-08 01:13:02 +00:00
|
|
|
"libc",
|
2020-05-29 21:21:53 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-10-10 18:41:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.3.29"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2020-08-08 01:13:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-async-stream"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.2.9"
|
2020-08-08 01:13:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "379790776b0d953337df4ab7ecc51936c66ea112484cad7912907b1d34253ebf"
|
2020-08-08 01:13:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-async-stream-macro",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-async-stream-macro"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.2.9"
|
2020-08-08 01:13:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "5df2c13d48c8cb8a3ec093ede6f0f4482f327d7bb781120c5fb483ef0f17e758"
|
2020-08-08 01:13:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-11 01:10:14 +00:00
|
|
|
"syn 2.0.39",
|
2020-08-08 01:13:02 +00:00
|
|
|
]
|
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.3.29"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.3.29"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.3.29"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.3.29"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.3.29"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-11 01:10:14 +00:00
|
|
|
"syn 2.0.39",
|
2020-05-29 21:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.3.29"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.3.29"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.3.29"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-07-29 04:50:46 +00:00
|
|
|
"pin-project-lite",
|
2020-05-29 21:21:53 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2020-05-30 01:40:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.2.11"
|
2020-05-30 01:40:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
|
2020-05-30 01:40:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2023-09-22 01:50:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.28.1"
|
2023-09-22 01:50:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2023-09-22 01:50:58 +00:00
|
|
|
|
2023-10-10 18:41:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.14.3"
|
2023-10-10 18:41:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2023-10-10 18:41:21 +00:00
|
|
|
|
2020-06-04 03:05:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-07-29 04:50:46 +00:00
|
|
|
version = "0.3.3"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-29 04:50:46 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-06-04 03:05:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-07-29 04:50:46 +00:00
|
|
|
version = "0.1.19"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-29 04:50:46 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-22 01:50:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.1.58"
|
2023-09-22 01:50:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
|
2023-09-22 01:50:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-12-11 01:10:14 +00:00
|
|
|
"windows-core",
|
2023-09-22 01:50:58 +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",
|
|
|
|
]
|
|
|
|
|
2023-10-10 18:41:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "2.1.0"
|
2023-10-10 18:41:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
2023-10-10 18:41:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "1.0.10"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
2023-09-22 01:50:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.3.66"
|
2023-09-22 01:50:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
|
2023-09-22 01:50:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2020-05-29 21:21:53 +00: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-12-11 01:10:14 +00:00
|
|
|
version = "0.2.151"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libdbus-sys"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.2.5"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.4.20"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-10 18:41:21 +00:00
|
|
|
version = "2.6.4"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-10 18:41:21 +00:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-09-22 01:50:58 +00:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
2023-09-22 01:50:58 +00:00
|
|
|
"adler",
|
2020-05-29 21:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-22 01:50:58 +00:00
|
|
|
name = "mio"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.8.10"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
2023-09-22 01:50:58 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"windows-sys",
|
2020-05-29 21:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-22 01:50:58 +00:00
|
|
|
name = "num-traits"
|
2023-10-10 18:41:21 +00:00
|
|
|
version = "0.2.17"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-10 18:41:21 +00:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
2023-09-22 01:50:58 +00:00
|
|
|
"autocfg",
|
2020-05-29 21:21:53 +00:00
|
|
|
]
|
|
|
|
|
2020-05-30 19:45:43 +00:00
|
|
|
[[package]]
|
2023-09-22 01:50:58 +00:00
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.16.0"
|
2020-05-30 19:45:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2020-05-30 19:45:43 +00:00
|
|
|
dependencies = [
|
2023-09-22 01:50:58 +00:00
|
|
|
"hermit-abi 0.3.3",
|
|
|
|
"libc",
|
2020-05-30 19:45:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-22 01:50:58 +00:00
|
|
|
name = "object"
|
|
|
|
version = "0.32.1"
|
2020-05-30 19:45:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2020-05-30 19:45:43 +00:00
|
|
|
dependencies = [
|
2023-09-22 01:50:58 +00:00
|
|
|
"memchr",
|
2020-05-30 19:45:43 +00:00
|
|
|
]
|
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
2023-09-22 01:50:58 +00:00
|
|
|
name = "once_cell"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "1.19.0"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "1.1.3"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "1.1.3"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-11 01:10:14 +00:00
|
|
|
"syn 2.0.39",
|
2020-05-29 21:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.2.13"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.3.27"
|
2020-05-30 01:40:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2020-05-30 01:40:01 +00:00
|
|
|
|
2020-06-04 03:05:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-08-08 01:13:02 +00:00
|
|
|
version = "1.0.4"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-08 01:13:02 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-06-04 03:05:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-22 01:50:58 +00:00
|
|
|
"syn 1.0.109",
|
2020-06-04 03:05:45 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-08-08 01:13:02 +00:00
|
|
|
version = "1.0.4"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-08 01:13:02 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-06-04 03:05:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "1.0.70"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
2023-09-22 01:50:58 +00:00
|
|
|
"unicode-ident",
|
2020-05-29 21:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "1.0.33"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-09-22 01:50:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustybar"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-06-03 05:20:18 +00:00
|
|
|
"async-trait",
|
2020-05-30 19:45:43 +00:00
|
|
|
"chrono",
|
2020-05-29 21:21:53 +00:00
|
|
|
"dbus",
|
|
|
|
"dbus-tokio",
|
2020-06-04 23:47:16 +00:00
|
|
|
"futures",
|
2020-08-08 01:13:02 +00:00
|
|
|
"futures-async-stream",
|
2020-05-30 01:40:01 +00:00
|
|
|
"serde",
|
2020-05-29 21:21:53 +00:00
|
|
|
"serde_json",
|
2020-06-03 01:57:02 +00:00
|
|
|
"smart-default",
|
2020-06-04 03:05:45 +00:00
|
|
|
"structopt",
|
2020-05-29 21:21:53 +00:00
|
|
|
"tokio",
|
2021-07-29 04:50:46 +00:00
|
|
|
"tokio-stream",
|
2020-06-04 03:05:45 +00:00
|
|
|
"toml",
|
2020-05-30 01:40:01 +00:00
|
|
|
"uuid",
|
2020-05-29 21:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "1.0.16"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "1.0.193"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
|
2020-05-30 01:40:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "1.0.193"
|
2020-05-30 01:40:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
|
2020-05-30 01:40:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-11 01:10:14 +00:00
|
|
|
"syn 2.0.39",
|
2020-05-30 01:40:01 +00:00
|
|
|
]
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "1.0.108"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-10-10 18:41:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.6.4"
|
2023-10-10 18:41:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
|
2023-10-10 18:41:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.4.9"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2020-05-29 21:21:53 +00:00
|
|
|
|
2020-06-03 01:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smart-default"
|
2023-10-10 18:41:21 +00:00
|
|
|
version = "0.7.1"
|
2020-06-03 01:57:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-10 18:41:21 +00:00
|
|
|
checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
|
2020-06-03 01:57:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-11 01:10:14 +00:00
|
|
|
"syn 2.0.39",
|
2023-09-22 01:50:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.5.5"
|
2023-09-22 01:50:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
2023-09-22 01:50:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
2020-06-03 01:57:02 +00:00
|
|
|
]
|
|
|
|
|
2020-06-04 03:05:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.3.26"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2020-06-04 03:05:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.4.18"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2020-06-04 03:05:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-22 01:50:58 +00:00
|
|
|
"syn 1.0.109",
|
2020-06-04 03:05:45 +00:00
|
|
|
]
|
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "1.0.109"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-22 01:50:58 +00:00
|
|
|
"unicode-ident",
|
2020-05-29 21:21:53 +00:00
|
|
|
]
|
|
|
|
|
2020-06-04 03:05:45 +00:00
|
|
|
[[package]]
|
2023-09-22 01:50:58 +00:00
|
|
|
name = "syn"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "2.0.39"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
|
2020-06-04 03:05:45 +00:00
|
|
|
dependencies = [
|
2023-09-22 01:50:58 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2020-06-04 03:05:45 +00:00
|
|
|
]
|
|
|
|
|
2020-05-30 19:45:43 +00:00
|
|
|
[[package]]
|
2023-09-22 01:50:58 +00:00
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
2020-05-30 19:45:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-05-30 19:45:43 +00:00
|
|
|
dependencies = [
|
2023-09-22 01:50:58 +00:00
|
|
|
"unicode-width",
|
2020-05-30 19:45:43 +00:00
|
|
|
]
|
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "1.35.0"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
2023-09-22 01:50:58 +00:00
|
|
|
"backtrace",
|
2020-05-29 21:21:53 +00:00
|
|
|
"bytes",
|
2021-07-29 04:50:46 +00:00
|
|
|
"libc",
|
2020-05-29 21:21:53 +00:00
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2023-09-22 01:50:58 +00:00
|
|
|
"socket2",
|
2020-05-29 21:21:53 +00:00
|
|
|
"tokio-macros",
|
2023-09-22 01:50:58 +00:00
|
|
|
"windows-sys",
|
2020-05-29 21:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "2.2.0"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
2020-05-29 21:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-11 01:10:14 +00:00
|
|
|
"syn 2.0.39",
|
2020-05-29 21:21:53 +00:00
|
|
|
]
|
|
|
|
|
2021-07-29 04:50:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.1.14"
|
2021-07-29 04:50:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2021-07-29 04:50:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-06-04 03:05:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.8.8"
|
2023-10-10 18:41:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
|
2023-10-10 18:41:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.6.5"
|
2023-10-10 18:41:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
2023-10-10 18:41:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.21.0"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
|
2020-06-04 03:05:45 +00:00
|
|
|
dependencies = [
|
2023-10-10 18:41:21 +00:00
|
|
|
"indexmap",
|
2020-06-04 03:05:45 +00:00
|
|
|
"serde",
|
2023-10-10 18:41:21 +00:00
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
2020-06-04 03:05:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-22 01:50:58 +00:00
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.12"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2020-06-04 03:05:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-09-22 01:50:58 +00:00
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.10.1"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2020-06-04 03:05:45 +00:00
|
|
|
|
2020-05-29 21:21:53 +00:00
|
|
|
[[package]]
|
2023-09-22 01:50:58 +00:00
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.11"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
2020-05-30 01:40:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "1.6.1"
|
2020-05-30 01:40:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
|
2020-05-30 01:40:01 +00:00
|
|
|
dependencies = [
|
2021-07-29 04:50:46 +00:00
|
|
|
"getrandom",
|
2020-05-30 01:40:01 +00:00
|
|
|
]
|
|
|
|
|
2020-06-04 03:05:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.9.4"
|
2020-06-04 03:05:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-06-04 03:05:45 +00:00
|
|
|
|
2020-05-30 01:40:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2023-09-22 01:50:58 +00:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 01:50:58 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.2.89"
|
2023-09-22 01:50:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
|
2023-09-22 01:50:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.2.89"
|
2023-09-22 01:50:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
|
2023-09-22 01:50:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-11 01:10:14 +00:00
|
|
|
"syn 2.0.39",
|
2023-09-22 01:50:58 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.2.89"
|
2023-09-22 01:50:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
|
2023-09-22 01:50:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.2.89"
|
2023-09-22 01:50:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
|
2023-09-22 01:50:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-11 01:10:14 +00:00
|
|
|
"syn 2.0.39",
|
2023-09-22 01:50:58 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.2.89"
|
2023-09-22 01:50:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
|
2020-05-29 21:21:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-08-08 01:13:02 +00:00
|
|
|
version = "0.3.9"
|
2020-05-29 21:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-08 01:13:02 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-05-29 21:21:53 +00:00
|
|
|
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-22 01:50:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-12-11 01:10:14 +00:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.51.1"
|
2023-09-22 01:50:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
|
2023-09-22 01:50:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-10-10 18:41:21 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-12-11 01:10:14 +00:00
|
|
|
version = "0.5.26"
|
2023-10-10 18:41:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 01:10:14 +00:00
|
|
|
checksum = "b67b5f0a4e7a27a64c651977932b9dc5667ca7fc31ac44b03ed37a0cf42fdfff"
|
2023-10-10 18:41:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|