2019-04-14 11:35:18 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2021-07-06 09:38:10 +03:00
|
|
|
version = 3
|
|
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "addr2line"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.19.0"
|
2022-11-11 09:39:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
2022-11-11 09:39:29 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"gimli",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2021-07-06 09:38:10 +03:00
|
|
|
name = "adler"
|
|
|
|
|
version = "1.0.2"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 09:38:10 +03:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2020-02-29 20:15:28 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ahash"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "0.7.6"
|
2020-02-29 20:15:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
2020-02-29 20:15:28 +02:00
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2022-11-23 10:32:58 +00:00
|
|
|
version = "0.7.20"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-23 10:32:58 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2018-06-17 14:17:36 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"memchr",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2022-10-17 22:53:24 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "android_system_properties"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2019-06-02 09:08:47 +03:00
|
|
|
[[package]]
|
2022-03-23 22:31:18 +02:00
|
|
|
name = "async-broadcast"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.4.1"
|
2019-06-02 09:08:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
|
2022-03-23 22:31:18 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"event-listener",
|
|
|
|
|
"futures-core",
|
2022-05-15 09:28:22 +03:00
|
|
|
"parking_lot",
|
2022-03-23 22:31:18 +02:00
|
|
|
]
|
2019-06-02 09:08:47 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2022-03-23 22:31:18 +02:00
|
|
|
name = "async-channel"
|
2022-11-29 15:17:20 +00:00
|
|
|
version = "1.8.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-29 15:17:20 +00:00
|
|
|
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
|
2022-03-23 22:31:18 +02:00
|
|
|
dependencies = [
|
2022-11-29 15:17:20 +00:00
|
|
|
"concurrent-queue",
|
2022-03-23 22:31:18 +02:00
|
|
|
"event-listener",
|
|
|
|
|
"futures-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-executor"
|
2022-11-16 13:43:57 -05:00
|
|
|
version = "1.5.0"
|
2022-03-23 22:31:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-16 13:43:57 -05:00
|
|
|
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
|
2022-03-23 22:31:18 +02:00
|
|
|
dependencies = [
|
2022-11-16 13:43:57 -05:00
|
|
|
"async-lock",
|
2022-03-23 22:31:18 +02:00
|
|
|
"async-task",
|
2022-11-29 15:17:20 +00:00
|
|
|
"concurrent-queue",
|
2022-03-23 22:31:18 +02:00
|
|
|
"fastrand",
|
|
|
|
|
"futures-lite",
|
|
|
|
|
"slab",
|
|
|
|
|
]
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "async-io"
|
2022-11-29 15:17:20 +00:00
|
|
|
version = "1.12.0"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-29 15:17:20 +00:00
|
|
|
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
2022-11-02 16:25:54 +00:00
|
|
|
"async-lock",
|
2022-10-17 22:53:24 +02:00
|
|
|
"autocfg",
|
2022-11-29 15:17:20 +00:00
|
|
|
"concurrent-queue",
|
2021-05-10 09:40:11 +03:00
|
|
|
"futures-lite",
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"parking",
|
|
|
|
|
"polling",
|
|
|
|
|
"slab",
|
2021-07-06 09:38:10 +03:00
|
|
|
"socket2",
|
2021-05-10 09:40:11 +03:00
|
|
|
"waker-fn",
|
2023-03-12 20:37:41 +00:00
|
|
|
"windows-sys 0.42.0",
|
2021-05-10 09:40:11 +03:00
|
|
|
]
|
|
|
|
|
|
2022-03-23 22:31:18 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "async-lock"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "2.7.0"
|
2022-03-23 22:31:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
|
2022-03-23 22:31:18 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"event-listener",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-recursion"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2022-03-23 22:31:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-task"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "4.3.0"
|
2022-03-23 22:31:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
|
2022-03-23 22:31:18 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-trait"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.1.66"
|
2022-03-23 22:31:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"
|
2022-03-23 22:31:18 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2022-03-23 22:31:18 +02:00
|
|
|
]
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "atty"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.2.14"
|
2018-06-12 11:30:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2018-06-12 11:30:03 +03:00
|
|
|
dependencies = [
|
2023-01-29 19:19:27 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2018-06-12 11:30:03 +03:00
|
|
|
]
|
|
|
|
|
|
2020-02-10 22:17:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2022-03-23 22:31:18 +02:00
|
|
|
version = "1.1.0"
|
2020-02-10 22:17:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 22:31:18 +02:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-02-10 22:17:59 +02:00
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "backtrace"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.3.67"
|
2022-11-11 09:39:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
2022-11-11 09:39:29 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"addr2line",
|
|
|
|
|
"cc",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
2023-01-29 19:19:27 +00:00
|
|
|
"miniz_oxide",
|
2022-11-11 09:39:29 -05:00
|
|
|
"object",
|
|
|
|
|
"rustc-demangle",
|
|
|
|
|
]
|
|
|
|
|
|
2020-06-11 17:39:06 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.21.0"
|
2020-06-11 17:39:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
2020-06-18 22:25:27 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2021-10-25 22:41:12 +03:00
|
|
|
version = "1.3.2"
|
2018-06-12 11:30:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 22:41:12 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-06-12 11:30:03 +03:00
|
|
|
|
2020-01-03 10:26:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "block"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "3.12.0"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2020-01-03 10:26:21 +02:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "byteorder"
|
2021-07-06 09:38:10 +03:00
|
|
|
version = "1.4.3"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 09:38:10 +03:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2018-11-25 13:05:02 +02:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "bytes"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.4.0"
|
2019-07-16 08:56:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2018-11-25 13:05:02 +02:00
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "1.0.79"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2018-05-29 23:48:30 +03:00
|
|
|
|
2020-11-02 14:00:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
2019-05-21 16:40:00 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "chrono"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.4.24"
|
2019-05-21 16:40:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2019-05-21 16:40:00 +03:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"iana-time-zone",
|
|
|
|
|
"js-sys",
|
2020-05-09 07:22:51 +03:00
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
2022-11-29 15:17:20 +00:00
|
|
|
"time 0.1.45",
|
2022-10-17 22:53:24 +02:00
|
|
|
"wasm-bindgen",
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2019-05-21 16:40:00 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
2022-11-03 17:05:09 +00:00
|
|
|
version = "3.1.18"
|
2018-06-12 11:30:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 17:05:09 +00:00
|
|
|
checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"
|
2018-06-12 11:30:03 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"atty",
|
2021-10-25 22:41:12 +03:00
|
|
|
"bitflags",
|
2022-04-23 12:35:06 +02:00
|
|
|
"clap_derive",
|
|
|
|
|
"clap_lex",
|
2022-11-02 15:28:47 +00:00
|
|
|
"indexmap",
|
2022-11-03 17:05:09 +00:00
|
|
|
"lazy_static",
|
2020-05-09 07:22:51 +03:00
|
|
|
"strsim",
|
2022-04-23 12:35:06 +02:00
|
|
|
"termcolor",
|
2022-11-02 15:28:47 +00:00
|
|
|
"textwrap",
|
2022-04-23 12:35:06 +02:00
|
|
|
]
|
|
|
|
|
|
2022-11-26 20:42:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap_complete"
|
|
|
|
|
version = "3.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "da92e6facd8d73c22745a5d3cbb59bdf8e46e3235c923e516527d8e81eec14a4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clap",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-23 12:35:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap_derive"
|
2022-11-03 17:05:09 +00:00
|
|
|
version = "3.1.18"
|
2022-04-23 12:35:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 17:05:09 +00:00
|
|
|
checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"
|
2022-04-23 12:35:06 +02:00
|
|
|
dependencies = [
|
2023-03-12 20:37:41 +00:00
|
|
|
"heck 0.4.1",
|
2022-04-23 12:35:06 +02:00
|
|
|
"proc-macro-error",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2022-04-23 12:35:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_lex"
|
2022-11-02 15:28:47 +00:00
|
|
|
version = "0.2.4"
|
2022-04-23 12:35:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-02 15:28:47 +00:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-04-23 12:35:06 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"os_str_bytes",
|
2018-06-12 11:30:03 +03:00
|
|
|
]
|
|
|
|
|
|
2022-11-26 20:42:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap_mangen"
|
|
|
|
|
version = "0.1.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "121b598d1b9d63d4ff3b7dae8defd88cc23e41850ee89fd2feec2e7d992e6ec8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clap",
|
|
|
|
|
"roff",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-17 22:53:24 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "codespan-reporting"
|
|
|
|
|
version = "0.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"termcolor",
|
|
|
|
|
"unicode-width",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "color-eyre"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"backtrace",
|
|
|
|
|
"color-spantrace",
|
|
|
|
|
"eyre",
|
|
|
|
|
"indenter",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"owo-colors",
|
|
|
|
|
"tracing-error",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "color-spantrace"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
"owo-colors",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
"tracing-error",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-16 13:43:57 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "concurrent-queue"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "2.1.0"
|
2022-11-16 13:43:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
|
2022-11-16 13:43:57 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "console"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.15.5"
|
2018-10-17 14:07:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
|
2020-06-05 15:28:43 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"encode_unicode",
|
2022-10-17 22:53:24 +02:00
|
|
|
"lazy_static",
|
2020-06-05 15:28:43 +03:00
|
|
|
"libc",
|
|
|
|
|
"unicode-width",
|
2023-03-12 20:37:41 +00:00
|
|
|
"windows-sys 0.42.0",
|
2020-12-07 20:51:41 +02:00
|
|
|
]
|
|
|
|
|
|
2022-10-17 22:53:24 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
|
version = "0.8.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
|
2018-11-25 13:05:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "crc32fast"
|
2022-03-23 22:31:18 +02:00
|
|
|
version = "1.3.2"
|
2020-02-13 15:38:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 22:31:18 +02:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-02-13 15:38:28 +02:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2020-02-13 15:38:28 +02:00
|
|
|
]
|
|
|
|
|
|
2022-04-30 16:17:27 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-utils"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.8.15"
|
2022-04-30 16:17:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2022-04-30 16:17:27 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
2022-10-17 22:53:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cxx"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.92"
|
2022-10-17 22:53:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72"
|
2022-10-17 22:53:24 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"cxxbridge-flags",
|
|
|
|
|
"cxxbridge-macro",
|
|
|
|
|
"link-cplusplus",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cxx-build"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.92"
|
2022-10-17 22:53:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613"
|
2022-10-17 22:53:24 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"codespan-reporting",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"scratch",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2022-10-17 22:53:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cxxbridge-flags"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.92"
|
2022-10-17 22:53:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97"
|
2022-10-17 22:53:24 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cxxbridge-macro"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.92"
|
2022-10-17 22:53:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56"
|
2022-10-17 22:53:24 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2022-04-30 16:17:27 +03:00
|
|
|
]
|
|
|
|
|
|
2020-01-03 10:26:21 +02:00
|
|
|
[[package]]
|
2021-05-10 09:40:11 +03:00
|
|
|
name = "derivative"
|
|
|
|
|
version = "2.2.0"
|
2020-01-03 10:26:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 09:40:11 +03:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
2020-01-03 10:26:21 +02:00
|
|
|
dependencies = [
|
2021-05-10 09:40:11 +03:00
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2020-01-03 10:26:21 +02:00
|
|
|
]
|
|
|
|
|
|
2022-10-17 22:53:24 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "dirs"
|
|
|
|
|
version = "4.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dirs-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2020-01-05 21:55:05 +02:00
|
|
|
[[package]]
|
2021-01-07 10:03:20 +02:00
|
|
|
name = "dirs-next"
|
|
|
|
|
version = "2.0.0"
|
2020-01-05 21:55:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-07 10:03:20 +02:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-01-05 21:55:05 +02:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2021-01-07 10:03:20 +02:00
|
|
|
"dirs-sys-next",
|
2020-01-05 21:55:05 +02:00
|
|
|
]
|
|
|
|
|
|
2019-06-02 09:08:47 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "dirs-sys"
|
2022-03-23 22:31:18 +02:00
|
|
|
version = "0.3.7"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 22:31:18 +02:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2018-06-08 18:19:07 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2022-03-23 22:31:18 +02:00
|
|
|
"redox_users",
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dirs-sys-next"
|
2021-02-13 06:26:50 +02:00
|
|
|
version = "0.1.2"
|
2021-01-07 10:03:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-13 06:26:50 +02:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2021-01-07 10:03:20 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2022-03-23 22:31:18 +02:00
|
|
|
"redox_users",
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
2020-02-29 20:15:28 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "dlv-list"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "0.3.0"
|
2020-02-29 20:15:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
|
2020-02-29 20:15:28 +02:00
|
|
|
|
2018-11-25 13:05:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "either"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "1.8.1"
|
2018-11-25 13:05:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2018-11-25 13:05:02 +02:00
|
|
|
|
2019-01-14 09:28:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "encode_unicode"
|
2019-08-26 21:06:15 +03:00
|
|
|
version = "0.3.6"
|
2019-01-14 09:28:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
2019-01-14 09:28:20 +02:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "encoding_rs"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.8.32"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "enumflags2"
|
2023-04-24 20:37:00 +00:00
|
|
|
version = "0.7.7"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 20:37:00 +00:00
|
|
|
checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"enumflags2_derive",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "enumflags2_derive"
|
2023-04-24 20:37:00 +00:00
|
|
|
version = "0.7.7"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 20:37:00 +00:00
|
|
|
checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 2.0.12",
|
2021-05-10 09:40:11 +03:00
|
|
|
]
|
|
|
|
|
|
2023-05-01 00:02:13 +05:30
|
|
|
[[package]]
|
|
|
|
|
name = "etcetera"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"home",
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-23 15:18:09 +00:00
|
|
|
[[package]]
|
2022-11-23 15:23:00 +00:00
|
|
|
name = "event-listener"
|
|
|
|
|
version = "2.5.3"
|
2022-11-23 15:18:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-23 15:23:00 +00:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2022-11-23 15:18:09 +00:00
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "eyre"
|
|
|
|
|
version = "0.6.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"indenter",
|
|
|
|
|
"once_cell",
|
|
|
|
|
]
|
|
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "fastrand"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.9.0"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"instant",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "filetime"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.2.20"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2022-03-23 22:31:18 +02:00
|
|
|
"redox_syscall",
|
2023-03-12 20:37:41 +00:00
|
|
|
"windows-sys 0.45.0",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "flate2"
|
2022-11-29 15:17:20 +00:00
|
|
|
version = "1.0.25"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-29 15:17:20 +00:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"crc32fast",
|
2023-01-29 19:19:27 +00:00
|
|
|
"miniz_oxide",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fnv"
|
2020-06-11 17:39:06 +03:00
|
|
|
version = "1.0.7"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 17:39:06 +03:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2020-12-07 20:51:41 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "form_urlencoded"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "1.1.0"
|
2020-12-07 20:51:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2020-12-07 20:51:41 +02:00
|
|
|
dependencies = [
|
2021-01-07 10:03:20 +02:00
|
|
|
"percent-encoding",
|
2018-10-17 14:07:58 +03:00
|
|
|
]
|
|
|
|
|
|
2020-05-15 11:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.27"
|
2020-05-15 11:11:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
|
2020-05-15 11:11:28 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-executor",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
2020-05-09 07:22:51 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-channel"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.27"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
2020-05-15 11:11:28 +03:00
|
|
|
"futures-sink",
|
2020-05-09 07:22:51 +03:00
|
|
|
]
|
2018-10-17 14:07:58 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "futures-core"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.27"
|
2020-02-10 22:17:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
|
2020-02-10 22:17:59 +02:00
|
|
|
|
2020-05-15 11:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-executor"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.27"
|
2020-05-15 11:11:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
|
2020-05-15 11:11:28 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
2020-02-10 22:17:59 +02:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "futures-io"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.27"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
|
2021-05-10 09:40:11 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-lite"
|
2021-07-06 09:38:10 +03:00
|
|
|
version = "1.12.0"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 09:38:10 +03:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"fastrand",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"memchr",
|
|
|
|
|
"parking",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"waker-fn",
|
|
|
|
|
]
|
2020-05-09 07:22:51 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-macro"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.27"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2020-05-09 07:22:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-sink"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.27"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
|
2020-05-09 07:22:51 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-task"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.27"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
|
2020-05-09 07:22:51 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.27"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
2020-05-15 11:11:28 +03:00
|
|
|
"futures-channel",
|
2020-05-09 07:22:51 +03:00
|
|
|
"futures-core",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-macro",
|
2020-05-15 11:11:28 +03:00
|
|
|
"futures-sink",
|
2020-05-09 07:22:51 +03:00
|
|
|
"futures-task",
|
|
|
|
|
"memchr",
|
2021-02-13 06:26:50 +02:00
|
|
|
"pin-project-lite",
|
2020-05-09 07:22:51 +03:00
|
|
|
"pin-utils",
|
|
|
|
|
"slab",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2019-07-16 08:56:26 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2022-11-02 16:25:54 +00:00
|
|
|
version = "0.2.8"
|
2021-02-13 06:26:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-02 16:25:54 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-02-13 06:26:50 +02:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2021-02-13 06:26:50 +02:00
|
|
|
"libc",
|
2022-10-17 22:53:24 +02:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-02-13 06:26:50 +02:00
|
|
|
]
|
|
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "gimli"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.27.2"
|
2022-11-11 09:39:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
|
2022-11-11 09:39:29 -05:00
|
|
|
|
2019-08-11 12:41:09 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "glob"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.3.1"
|
2019-08-11 12:41:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2019-08-11 12:41:09 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "h2"
|
2023-04-17 14:19:48 +00:00
|
|
|
version = "0.3.17"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 14:19:48 +00:00
|
|
|
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2021-02-13 06:26:50 +02:00
|
|
|
"bytes",
|
2020-05-09 07:22:51 +03:00
|
|
|
"fnv",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"http",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"slab",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-util",
|
2020-07-14 08:20:01 +03:00
|
|
|
"tracing",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2020-02-29 20:15:28 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.12.3"
|
2021-07-06 09:38:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-05-15 09:28:22 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"ahash",
|
|
|
|
|
]
|
2021-07-06 09:38:10 +03:00
|
|
|
|
2018-12-12 13:05:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "heck"
|
2021-07-06 09:38:10 +03:00
|
|
|
version = "0.3.3"
|
2018-12-12 13:05:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 09:38:10 +03:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2018-12-12 13:05:02 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"unicode-segmentation",
|
2019-11-04 06:42:20 +02:00
|
|
|
]
|
|
|
|
|
|
2022-04-23 12:35:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "heck"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.4.1"
|
2022-04-23 12:35:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-04-23 12:35:06 +02:00
|
|
|
|
2019-11-04 06:42:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
2021-07-06 09:38:10 +03:00
|
|
|
version = "0.1.19"
|
2019-11-04 06:42:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 09:38:10 +03:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-11-04 06:42:20 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2018-12-12 13:05:02 +02:00
|
|
|
]
|
|
|
|
|
|
2023-01-29 19:19:27 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2022-03-23 22:31:18 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hex"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
2022-10-23 11:34:30 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "home"
|
|
|
|
|
version = "0.5.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "http"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.2.9"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2021-02-13 06:26:50 +02:00
|
|
|
"bytes",
|
2020-05-09 07:22:51 +03:00
|
|
|
"fnv",
|
2022-03-23 22:31:18 +02:00
|
|
|
"itoa",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2019-05-30 21:14:21 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "http-body"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.4.5"
|
2019-05-30 21:14:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2019-05-30 21:14:21 +03:00
|
|
|
dependencies = [
|
2021-02-13 06:26:50 +02:00
|
|
|
"bytes",
|
2020-05-09 07:22:51 +03:00
|
|
|
"http",
|
2021-07-06 09:38:10 +03:00
|
|
|
"pin-project-lite",
|
2019-05-30 21:14:21 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "httparse"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "1.8.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2020-11-02 14:00:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "httpdate"
|
2021-12-16 09:44:19 +02:00
|
|
|
version = "1.0.2"
|
2020-11-02 14:00:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-16 09:44:19 +02:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2020-11-02 14:00:04 +02:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hyper"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.14.25"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
2021-02-13 06:26:50 +02:00
|
|
|
"bytes",
|
2020-05-09 07:22:51 +03:00
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"h2",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"httparse",
|
2020-11-02 14:00:04 +02:00
|
|
|
"httpdate",
|
2022-03-23 22:31:18 +02:00
|
|
|
"itoa",
|
2021-07-06 09:38:10 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
|
"socket2",
|
2020-05-09 07:22:51 +03:00
|
|
|
"tokio",
|
|
|
|
|
"tower-service",
|
2020-07-14 08:20:01 +03:00
|
|
|
"tracing",
|
2020-05-09 07:22:51 +03:00
|
|
|
"want",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2022-04-30 16:17:27 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "hyper-rustls"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.23.2"
|
2022-04-30 16:17:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
|
2022-04-30 16:17:27 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"http",
|
|
|
|
|
"hyper",
|
|
|
|
|
"rustls",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-rustls",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-17 22:53:24 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "iana-time-zone"
|
2022-11-02 16:25:54 +00:00
|
|
|
version = "0.1.53"
|
2022-10-17 22:53:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-02 16:25:54 +00:00
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
2022-10-17 22:53:24 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"android_system_properties",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cxx",
|
|
|
|
|
"cxx-build",
|
|
|
|
|
]
|
|
|
|
|
|
2019-09-04 21:07:43 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "idna"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.3.0"
|
2019-09-04 21:07:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2019-09-04 21:07:43 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"unicode-bidi",
|
|
|
|
|
"unicode-normalization",
|
2019-09-04 21:07:43 +03:00
|
|
|
]
|
|
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "indenter"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2022-11-23 10:32:58 +00:00
|
|
|
version = "1.9.2"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-23 10:32:58 +00:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2019-10-26 21:36:50 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"autocfg",
|
2022-10-17 22:53:24 +02:00
|
|
|
"hashbrown",
|
2019-10-26 21:36:50 +03:00
|
|
|
]
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2019-08-13 14:27:41 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "indicatif"
|
2022-01-24 12:10:02 +02:00
|
|
|
version = "0.16.2"
|
2019-08-13 14:27:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 12:10:02 +02:00
|
|
|
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
|
2019-08-13 14:27:41 +03:00
|
|
|
dependencies = [
|
2021-01-07 10:03:20 +02:00
|
|
|
"console",
|
2020-05-09 07:22:51 +03:00
|
|
|
"lazy_static",
|
|
|
|
|
"number_prefix",
|
|
|
|
|
"regex",
|
2019-08-13 14:27:41 +03:00
|
|
|
]
|
|
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "instant"
|
2021-10-25 22:41:12 +03:00
|
|
|
version = "0.1.12"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 22:41:12 +03:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2021-05-10 09:40:11 +03:00
|
|
|
]
|
|
|
|
|
|
2020-08-09 09:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "ipnet"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "2.7.1"
|
2020-08-09 09:14:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
|
2020-05-09 07:22:51 +03:00
|
|
|
|
2021-12-16 09:44:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.6"
|
2021-12-16 09:44:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2021-12-16 09:44:19 +02:00
|
|
|
|
2020-05-09 07:22:51 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.61"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
2019-08-26 21:06:15 +03:00
|
|
|
version = "1.4.0"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-06-17 14:17:36 +03:00
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.2.140"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
2022-10-17 22:53:24 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "link-cplusplus"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "1.0.8"
|
2022-10-17 22:53:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
2022-10-17 22:53:24 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
2022-05-15 09:28:22 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.4.9"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2022-05-15 09:28:22 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"scopeguard",
|
|
|
|
|
]
|
2018-05-29 23:48:30 +03:00
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "0.4.17"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2018-06-17 14:17:36 +03:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2020-01-03 10:26:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "mac-notification-sys"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.5.6"
|
2020-01-03 10:26:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "3e72d50edb17756489e79d52eb146927bec8eba9dd48faadf9ef08bca3791ad5"
|
2020-01-03 10:26:21 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cc",
|
2022-03-23 22:31:18 +02:00
|
|
|
"dirs-next",
|
2020-05-09 07:22:51 +03:00
|
|
|
"objc-foundation",
|
2022-03-23 22:31:18 +02:00
|
|
|
"objc_id",
|
2023-03-12 20:37:41 +00:00
|
|
|
"time 0.3.20",
|
2020-01-03 10:26:21 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "malloc_buf"
|
|
|
|
|
version = "0.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
2020-01-03 10:26:21 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2020-01-03 10:26:21 +02:00
|
|
|
]
|
|
|
|
|
|
2022-11-16 13:43:57 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "matchers"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"regex-automata",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "2.5.0"
|
2021-10-25 22:41:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-10-25 22:41:12 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memoffset"
|
2021-12-16 09:44:19 +02:00
|
|
|
version = "0.6.5"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-16 09:44:19 +02:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2021-10-25 22:41:12 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
2020-02-13 15:38:28 +02:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "mime"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.3.16"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2022-11-29 15:17:20 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "miniz_oxide"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"adler",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.8.6"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
|
|
|
|
"log",
|
2023-01-06 23:13:01 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-03-12 20:37:41 +00:00
|
|
|
"windows-sys 0.45.0",
|
2020-05-15 11:11:28 +03:00
|
|
|
]
|
|
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
2022-12-06 19:22:06 +00:00
|
|
|
version = "0.23.2"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 19:22:06 +00:00
|
|
|
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
|
2018-10-17 14:07:58 +03:00
|
|
|
dependencies = [
|
2021-10-25 22:41:12 +03:00
|
|
|
"bitflags",
|
2020-05-09 07:22:51 +03:00
|
|
|
"cc",
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2021-10-25 22:41:12 +03:00
|
|
|
"memoffset",
|
2018-10-17 14:07:58 +03:00
|
|
|
]
|
|
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
2022-12-06 19:22:06 +00:00
|
|
|
version = "0.24.3"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 19:22:06 +00:00
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
2022-05-15 09:28:22 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"memoffset",
|
|
|
|
|
]
|
|
|
|
|
|
2020-01-03 10:26:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "notify-rust"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "4.5.10"
|
2020-01-03 10:26:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "368e89ea58df747ce88be669ae44e79783c1d30bfd540ad0fc520b3f41f0b3b0"
|
2020-01-03 10:26:21 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"mac-notification-sys",
|
2021-05-10 09:40:11 +03:00
|
|
|
"serde",
|
2022-10-17 22:53:24 +02:00
|
|
|
"tauri-winrt-notification",
|
2021-05-10 09:40:11 +03:00
|
|
|
"zbus",
|
|
|
|
|
"zvariant",
|
|
|
|
|
"zvariant_derive",
|
2020-01-03 10:26:21 +02:00
|
|
|
]
|
|
|
|
|
|
2022-11-16 13:43:57 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
|
version = "0.46.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"overload",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2019-05-21 16:40:00 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-integer"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "0.1.45"
|
2019-05-21 16:40:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2019-05-21 16:40:00 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"autocfg",
|
|
|
|
|
"num-traits",
|
2019-05-21 16:40:00 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-traits"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "0.2.15"
|
2019-05-21 16:40:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2019-05-30 21:14:21 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"autocfg",
|
2019-05-30 21:14:21 +03:00
|
|
|
]
|
2019-05-21 16:40:00 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "num_cpus"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "1.15.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2023-01-29 19:19:27 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2019-05-12 10:20:40 +03:00
|
|
|
[[package]]
|
2019-08-13 14:27:41 +03:00
|
|
|
name = "number_prefix"
|
2022-01-24 12:10:02 +02:00
|
|
|
version = "0.4.0"
|
2019-05-12 10:20:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 12:10:02 +02:00
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
2019-05-12 10:20:40 +03:00
|
|
|
|
2020-01-03 10:26:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "objc"
|
|
|
|
|
version = "0.2.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
2020-01-03 10:26:21 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"malloc_buf",
|
2020-01-03 10:26:21 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "objc-foundation"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
2020-01-03 10:26:21 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"block",
|
|
|
|
|
"objc",
|
|
|
|
|
"objc_id",
|
2020-01-03 10:26:21 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "objc_id"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
2020-01-03 10:26:21 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"objc",
|
2020-01-03 10:26:21 +02:00
|
|
|
]
|
|
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "object"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.30.3"
|
2022-11-11 09:39:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
2022-11-11 09:39:29 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2020-05-15 21:10:15 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.17.1"
|
2020-05-15 21:10:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2020-05-15 21:10:15 +03:00
|
|
|
|
2020-02-29 20:15:28 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ordered-multimap"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "0.4.3"
|
2020-02-29 20:15:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
|
2020-02-29 20:15:28 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"dlv-list",
|
2022-10-17 22:53:24 +02:00
|
|
|
"hashbrown",
|
2020-02-29 20:15:28 +02:00
|
|
|
]
|
|
|
|
|
|
2022-03-23 22:31:18 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ordered-stream"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-23 12:35:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "os_str_bytes"
|
2022-11-23 10:32:58 +00:00
|
|
|
version = "6.4.1"
|
2022-11-16 13:43:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-23 10:32:58 +00:00
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
2022-11-16 13:43:57 -05:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "overload"
|
|
|
|
|
version = "0.1.1"
|
2022-04-23 12:35:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-16 13:43:57 -05:00
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
2022-04-23 12:35:06 +02:00
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "owo-colors"
|
|
|
|
|
version = "3.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
|
|
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking"
|
|
|
|
|
version = "2.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.12.1"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-05-15 09:28:22 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"lock_api",
|
|
|
|
|
"parking_lot_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot_core"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.9.7"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2022-05-15 09:28:22 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"smallvec",
|
2023-03-12 20:37:41 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-05-15 09:28:22 +03:00
|
|
|
]
|
|
|
|
|
|
2021-02-02 22:28:22 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "parselnk"
|
2022-03-23 22:31:18 +02:00
|
|
|
version = "0.1.1"
|
2021-02-02 22:28:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 22:31:18 +02:00
|
|
|
checksum = "0088616e6efe53ab79907b9313f4743eb3f8a16eb1e0014af810164808906dc3"
|
2021-02-02 22:28:22 +02:00
|
|
|
dependencies = [
|
2021-10-25 22:41:12 +03:00
|
|
|
"bitflags",
|
2021-02-02 22:28:22 +02:00
|
|
|
"byteorder",
|
|
|
|
|
"chrono",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"widestring",
|
|
|
|
|
]
|
|
|
|
|
|
2019-05-12 10:20:40 +03:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "percent-encoding"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "2.2.0"
|
2019-05-12 10:20:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2019-05-12 10:20:40 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "pin-project-lite"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "0.2.9"
|
2020-12-07 20:51:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-12-07 20:51:41 +02:00
|
|
|
|
2019-09-04 21:07:43 +03:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "pin-utils"
|
2020-05-15 21:10:15 +03:00
|
|
|
version = "0.1.0"
|
2019-09-04 21:07:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2019-09-04 21:07:43 +03:00
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "polling"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "2.6.0"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"autocfg",
|
2023-03-12 20:37:41 +00:00
|
|
|
"bitflags",
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2023-03-12 20:37:41 +00:00
|
|
|
"concurrent-queue",
|
2021-05-10 09:40:11 +03:00
|
|
|
"libc",
|
|
|
|
|
"log",
|
2023-03-12 20:37:41 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
|
"windows-sys 0.45.0",
|
2021-05-10 09:40:11 +03:00
|
|
|
]
|
|
|
|
|
|
2019-07-16 08:56:26 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "ppv-lite86"
|
2022-11-16 13:43:57 -05:00
|
|
|
version = "0.2.17"
|
2022-11-23 15:23:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-16 13:43:57 -05:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2019-08-04 09:33:01 +03:00
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-crate"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.3.1"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
2021-07-06 09:38:10 +03:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"once_cell",
|
2023-01-29 19:19:27 +00:00
|
|
|
"toml_edit",
|
2021-07-06 09:38:10 +03:00
|
|
|
]
|
|
|
|
|
|
2019-09-04 21:07:43 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error"
|
2020-08-09 09:14:39 +03:00
|
|
|
version = "1.0.4"
|
2019-09-04 21:07:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-09 09:14:39 +03:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2019-09-04 21:07:43 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2020-05-09 07:22:51 +03:00
|
|
|
"version_check",
|
2020-01-05 21:55:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error-attr"
|
2020-08-09 09:14:39 +03:00
|
|
|
version = "1.0.4"
|
2020-01-05 21:55:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-09 09:14:39 +03:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-01-05 21:55:05 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2020-05-09 07:22:51 +03:00
|
|
|
"version_check",
|
2019-09-04 21:07:43 +03:00
|
|
|
]
|
|
|
|
|
|
2019-05-12 10:20:40 +03:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "proc-macro2"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "1.0.52"
|
2019-05-12 10:20:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:27:33 +00:00
|
|
|
checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
|
2020-02-13 15:38:28 +02:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"unicode-ident",
|
2020-02-13 15:38:28 +02:00
|
|
|
]
|
2019-05-12 10:20:40 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "quick-xml"
|
2022-04-30 16:17:27 +03:00
|
|
|
version = "0.22.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 16:17:27 +03:00
|
|
|
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"memchr",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2019-08-13 14:27:41 +03:00
|
|
|
[[package]]
|
2022-10-17 22:53:24 +02:00
|
|
|
name = "quick-xml"
|
|
|
|
|
version = "0.23.1"
|
2019-08-13 14:27:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
|
2020-02-13 15:38:28 +02:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"memchr",
|
2020-02-13 15:38:28 +02:00
|
|
|
]
|
|
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
2022-10-17 22:53:24 +02:00
|
|
|
name = "quote"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "1.0.26"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:27:33 +00:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2022-05-15 09:28:22 +03:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"proc-macro2",
|
2022-05-15 09:28:22 +03:00
|
|
|
]
|
|
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
2022-03-23 22:31:18 +02:00
|
|
|
version = "0.8.5"
|
2021-02-13 06:26:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 22:31:18 +02:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-02-13 06:26:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2021-07-06 09:38:10 +03:00
|
|
|
"rand_chacha",
|
2022-10-17 22:53:24 +02:00
|
|
|
"rand_core",
|
2021-02-13 06:26:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_chacha"
|
2021-07-06 09:38:10 +03:00
|
|
|
version = "0.3.1"
|
2021-02-13 06:26:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 09:38:10 +03:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-02-13 06:26:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"ppv-lite86",
|
2022-10-17 22:53:24 +02:00
|
|
|
"rand_core",
|
2021-02-13 06:26:50 +02:00
|
|
|
]
|
|
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.6.4"
|
2019-07-16 08:56:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2019-07-16 08:56:26 +03:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"getrandom",
|
2018-12-12 13:05:02 +02:00
|
|
|
]
|
|
|
|
|
|
2018-05-31 16:00:01 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.2.16"
|
2018-05-31 16:00:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-02-13 06:26:50 +02:00
|
|
|
dependencies = [
|
2021-10-25 22:41:12 +03:00
|
|
|
"bitflags",
|
2021-02-13 06:26:50 +02:00
|
|
|
]
|
|
|
|
|
|
2019-06-02 09:08:47 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_users"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "0.4.3"
|
2021-02-13 06:26:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-02-13 06:26:50 +02:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"getrandom",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"thiserror",
|
2021-02-13 06:26:50 +02:00
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2022-11-03 17:05:09 +00:00
|
|
|
version = "1.5.6"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 17:05:09 +00:00
|
|
|
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
|
2018-06-17 14:17:36 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2022-11-16 13:43:57 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex-automata"
|
|
|
|
|
version = "0.1.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2022-11-16 13:43:57 -05:00
|
|
|
version = "0.6.28"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-16 13:43:57 -05:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2018-06-17 14:17:36 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "remove_dir_all"
|
2020-06-18 22:25:27 +03:00
|
|
|
version = "0.5.3"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:25:27 +03:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "reqwest"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.11.14"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
2021-01-07 10:03:20 +02:00
|
|
|
"base64",
|
2021-02-13 06:26:50 +02:00
|
|
|
"bytes",
|
2020-05-09 07:22:51 +03:00
|
|
|
"encoding_rs",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
2022-01-24 12:10:02 +02:00
|
|
|
"h2",
|
2020-05-09 07:22:51 +03:00
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"hyper",
|
2022-04-30 16:17:27 +03:00
|
|
|
"hyper-rustls",
|
2020-08-09 09:14:39 +03:00
|
|
|
"ipnet",
|
2020-05-09 07:22:51 +03:00
|
|
|
"js-sys",
|
|
|
|
|
"log",
|
|
|
|
|
"mime",
|
2022-10-17 22:53:24 +02:00
|
|
|
"once_cell",
|
2021-01-07 10:03:20 +02:00
|
|
|
"percent-encoding",
|
|
|
|
|
"pin-project-lite",
|
2022-04-30 16:17:27 +03:00
|
|
|
"rustls",
|
|
|
|
|
"rustls-pemfile",
|
2020-05-09 07:22:51 +03:00
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"serde_urlencoded",
|
|
|
|
|
"tokio",
|
2022-04-30 16:17:27 +03:00
|
|
|
"tokio-rustls",
|
2022-10-17 22:53:24 +02:00
|
|
|
"tower-service",
|
2020-05-09 07:22:51 +03:00
|
|
|
"url",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
|
"web-sys",
|
2022-04-30 16:17:27 +03:00
|
|
|
"webpki-roots",
|
2020-05-09 07:22:51 +03:00
|
|
|
"winreg",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-30 16:17:27 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "ring"
|
|
|
|
|
version = "0.16.20"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"spin",
|
|
|
|
|
"untrusted",
|
|
|
|
|
"web-sys",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-26 20:42:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "roff"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
|
|
|
|
|
|
2020-02-11 09:37:22 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rust-ini"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "0.18.0"
|
2020-02-11 09:37:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
|
2020-02-11 09:37:22 +02:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2020-05-09 07:22:51 +03:00
|
|
|
"ordered-multimap",
|
2020-02-11 09:37:22 +02:00
|
|
|
]
|
|
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-demangle"
|
|
|
|
|
version = "0.1.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
|
|
|
|
|
2022-04-30 16:17:27 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustls"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.20.8"
|
2022-04-30 16:17:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
2022-04-30 16:17:27 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"ring",
|
|
|
|
|
"sct",
|
|
|
|
|
"webpki",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustls-pemfile"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "1.0.2"
|
2022-04-30 16:17:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
2022-04-30 16:17:27 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"base64",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-24 12:10:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustversion"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.12"
|
2022-01-24 12:10:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
2022-01-24 12:10:02 +02:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.13"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2018-10-02 11:36:10 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "same-file"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.0.6"
|
2018-10-02 11:36:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2018-10-02 11:36:10 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"winapi-util",
|
2018-10-02 11:36:10 +03:00
|
|
|
]
|
|
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "scopeguard"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
2022-10-17 22:53:24 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "scratch"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.5"
|
2022-10-17 22:53:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2022-10-17 22:53:24 +02:00
|
|
|
|
2022-04-30 16:17:27 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "sct"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ring",
|
|
|
|
|
"untrusted",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "self_update"
|
2022-04-30 16:17:27 +03:00
|
|
|
version = "0.30.0"
|
2019-01-13 22:54:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 16:17:27 +03:00
|
|
|
checksum = "88c865d17fb512577be02a09fd2fd96c31c7e46fe649205d84feefd8b2a332da"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"either",
|
|
|
|
|
"flate2",
|
2021-01-07 10:03:20 +02:00
|
|
|
"hyper",
|
2020-05-09 07:22:51 +03:00
|
|
|
"indicatif",
|
2020-06-18 22:25:27 +03:00
|
|
|
"log",
|
2022-10-17 22:53:24 +02:00
|
|
|
"quick-xml 0.22.0",
|
2020-05-09 07:22:51 +03:00
|
|
|
"regex",
|
|
|
|
|
"reqwest",
|
|
|
|
|
"semver",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"tar",
|
2020-06-18 22:25:27 +03:00
|
|
|
"tempfile",
|
2020-05-09 07:22:51 +03:00
|
|
|
"zip",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.17"
|
2018-10-17 14:07:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2018-10-17 14:07:58 +03:00
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.155"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8"
|
2018-12-24 10:09:46 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"serde_derive",
|
2018-12-24 10:09:46 +02:00
|
|
|
]
|
2018-06-08 18:19:07 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.155"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630"
|
2018-06-08 18:19:07 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.94"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"itoa",
|
2020-05-09 07:22:51 +03:00
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_repr"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.1.11"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "395627de918015623b32e7669714206363a7fc00382bf477e72c1f7533e8eafc"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2021-05-10 09:40:11 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_urlencoded"
|
2022-01-24 12:10:02 +02:00
|
|
|
version = "0.7.1"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 12:10:02 +02:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-12-07 20:51:41 +02:00
|
|
|
"form_urlencoded",
|
2022-03-23 22:31:18 +02:00
|
|
|
"itoa",
|
2020-12-07 20:51:41 +02:00
|
|
|
"ryu",
|
2020-05-09 07:22:51 +03:00
|
|
|
"serde",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2022-03-23 22:31:18 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "sha1"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"sha1_smol",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "sha1_smol"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "sharded-slab"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-03 12:46:43 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "shell-words"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
|
|
2018-06-11 13:56:57 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "shellexpand"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "2.1.2"
|
2018-06-11 13:56:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
|
2020-01-05 21:55:05 +02:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"dirs",
|
2020-01-05 21:55:05 +02:00
|
|
|
]
|
2018-06-11 13:56:57 +03:00
|
|
|
|
2020-05-15 11:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "signal-hook-registry"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.4.1"
|
2020-05-15 11:11:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2020-05-15 11:11:28 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "slab"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.4.8"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-10-17 22:53:24 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
2022-05-15 09:28:22 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "1.10.0"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2020-02-13 15:38:28 +02:00
|
|
|
|
2020-05-15 11:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "socket2"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.4.9"
|
2020-05-15 11:11:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2020-05-15 11:11:28 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2020-05-15 11:11:28 +03:00
|
|
|
]
|
|
|
|
|
|
2022-04-30 16:17:27 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "spin"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
2021-07-06 09:38:10 +03:00
|
|
|
name = "static_assertions"
|
|
|
|
|
version = "1.1.0"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 09:38:10 +03:00
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2021-05-10 09:40:11 +03:00
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
2022-04-23 12:35:06 +02:00
|
|
|
version = "0.10.0"
|
2018-06-12 11:30:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 12:35:06 +02:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2018-09-06 14:42:56 +03:00
|
|
|
|
2020-06-18 22:25:27 +03:00
|
|
|
[[package]]
|
2021-10-25 22:41:12 +03:00
|
|
|
name = "strum"
|
|
|
|
|
version = "0.22.0"
|
2020-06-18 22:25:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 22:41:12 +03:00
|
|
|
checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
|
2020-06-18 22:25:27 +03:00
|
|
|
dependencies = [
|
2022-01-24 12:10:02 +02:00
|
|
|
"strum_macros 0.22.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "strum"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.24.1"
|
2022-01-24 12:10:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
2022-01-24 12:10:02 +02:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"strum_macros 0.24.3",
|
2020-06-18 22:25:27 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-10-25 22:41:12 +03:00
|
|
|
name = "strum_macros"
|
|
|
|
|
version = "0.22.0"
|
2020-06-18 22:25:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 22:41:12 +03:00
|
|
|
checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
|
2020-06-18 22:25:27 +03:00
|
|
|
dependencies = [
|
2022-04-23 12:35:06 +02:00
|
|
|
"heck 0.3.3",
|
2021-10-25 22:41:12 +03:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2019-09-28 14:41:06 +03:00
|
|
|
]
|
|
|
|
|
|
2022-01-24 12:10:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "strum_macros"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.24.3"
|
2022-01-24 12:10:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
2022-01-24 12:10:02 +02:00
|
|
|
dependencies = [
|
2023-03-12 20:37:41 +00:00
|
|
|
"heck 0.4.1",
|
2022-01-24 12:10:02 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"rustversion",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2022-01-24 12:10:02 +02:00
|
|
|
]
|
|
|
|
|
|
2019-08-22 21:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.109"
|
2019-08-22 21:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2019-08-22 21:53:38 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2022-10-17 22:53:24 +02:00
|
|
|
"unicode-ident",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2023-04-24 20:37:00 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
|
|
|
|
version = "2.0.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "79d9531f94112cfc3e4c8f5f02cb2b58f72c97b7efd85f70203cc6d8efda5927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2020-06-18 22:25:27 +03:00
|
|
|
name = "tar"
|
2021-12-16 09:44:19 +02:00
|
|
|
version = "0.4.38"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-16 09:44:19 +02:00
|
|
|
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-06-18 22:25:27 +03:00
|
|
|
"filetime",
|
|
|
|
|
"libc",
|
|
|
|
|
"xattr",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
2022-10-17 22:53:24 +02:00
|
|
|
name = "tauri-winrt-notification"
|
|
|
|
|
version = "0.1.0"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "c58de036c4d2e20717024de2a3c4bf56c301f07b21bc8ef9b57189fce06f1f3b"
|
2022-05-15 09:28:22 +03:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"quick-xml 0.23.1",
|
|
|
|
|
"strum 0.22.0",
|
|
|
|
|
"windows",
|
2022-05-15 09:28:22 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tempfile"
|
2022-11-03 17:05:09 +00:00
|
|
|
version = "3.2.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 17:05:09 +00:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2022-11-03 17:05:09 +00:00
|
|
|
"rand",
|
2022-03-23 22:31:18 +02:00
|
|
|
"redox_syscall",
|
2020-05-09 07:22:51 +03:00
|
|
|
"remove_dir_all",
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "termcolor"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "1.2.0"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2018-06-17 14:17:36 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"winapi-util",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2022-11-02 15:28:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "textwrap"
|
2022-11-16 13:43:57 -05:00
|
|
|
version = "0.15.2"
|
2022-11-02 15:28:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-16 13:43:57 -05:00
|
|
|
checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
|
2022-11-02 15:28:47 +00:00
|
|
|
|
2019-12-11 23:05:38 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.39"
|
2019-12-11 23:05:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
|
2019-12-11 23:05:38 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"thiserror-impl",
|
2019-12-11 23:05:38 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.39"
|
2019-12-11 23:05:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
|
2019-12-11 23:05:38 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2019-12-11 23:05:38 +02:00
|
|
|
]
|
|
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "thread_local"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.1.7"
|
2022-11-11 09:39:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2022-11-11 09:39:29 -05:00
|
|
|
dependencies = [
|
2023-03-12 20:37:41 +00:00
|
|
|
"cfg-if",
|
2022-11-11 09:39:29 -05:00
|
|
|
"once_cell",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "time"
|
2022-11-29 15:17:20 +00:00
|
|
|
version = "0.1.45"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-29 15:17:20 +00:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2021-07-06 09:38:10 +03:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2022-03-23 22:31:18 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "time"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.20"
|
2022-03-23 22:31:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
2022-03-23 22:31:18 +02:00
|
|
|
dependencies = [
|
2022-04-30 16:17:27 +03:00
|
|
|
"itoa",
|
2022-11-02 16:25:54 +00:00
|
|
|
"serde",
|
|
|
|
|
"time-core",
|
2022-04-30 16:17:27 +03:00
|
|
|
"time-macros",
|
2022-03-23 22:31:18 +02:00
|
|
|
]
|
|
|
|
|
|
2022-11-02 16:25:54 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "time-core"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
|
2022-04-30 16:17:27 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "time-macros"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.2.8"
|
2022-04-30 16:17:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
2022-11-02 16:25:54 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"time-core",
|
|
|
|
|
]
|
2022-04-30 16:17:27 +03:00
|
|
|
|
2020-06-18 22:25:27 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "tinyvec"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "1.6.0"
|
2020-06-18 22:25:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-12-07 20:51:41 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"tinyvec_macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tinyvec_macros"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.1.1"
|
2020-12-07 20:51:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-06-18 22:25:27 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "1.18.5"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2021-02-13 06:26:50 +02:00
|
|
|
"bytes",
|
2020-05-15 11:11:28 +03:00
|
|
|
"libc",
|
2020-05-09 07:22:51 +03:00
|
|
|
"memchr",
|
|
|
|
|
"mio",
|
|
|
|
|
"num_cpus",
|
2021-01-07 10:03:20 +02:00
|
|
|
"pin-project-lite",
|
2020-05-15 11:11:28 +03:00
|
|
|
"signal-hook-registry",
|
2023-01-06 23:13:01 +00:00
|
|
|
"socket2",
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2022-04-30 16:17:27 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-rustls"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "0.23.4"
|
2022-04-30 16:17:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2022-04-30 16:17:27 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"rustls",
|
|
|
|
|
"tokio",
|
|
|
|
|
"webpki",
|
|
|
|
|
]
|
|
|
|
|
|
2020-02-13 15:38:28 +02:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "tokio-util"
|
2022-12-06 19:22:06 +00:00
|
|
|
version = "0.7.2"
|
2020-02-13 15:38:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 19:22:06 +00:00
|
|
|
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
|
2020-02-13 15:38:28 +02:00
|
|
|
dependencies = [
|
2021-02-13 06:26:50 +02:00
|
|
|
"bytes",
|
2020-05-09 07:22:51 +03:00
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
2021-01-07 10:03:20 +02:00
|
|
|
"pin-project-lite",
|
2020-05-09 07:22:51 +03:00
|
|
|
"tokio",
|
2022-12-06 19:22:06 +00:00
|
|
|
"tracing",
|
2019-03-14 21:41:16 +02:00
|
|
|
]
|
|
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.5.11"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2018-06-08 18:19:07 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"serde",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
2023-01-29 19:19:27 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml_datetime"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.6.1"
|
2023-01-29 19:19:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
2023-01-29 19:19:27 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_edit"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "0.19.6"
|
2023-01-29 19:19:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:27:33 +00:00
|
|
|
checksum = "08de71aa0d6e348f070457f85af8bd566e2bc452156a423ddf22861b3a953fae"
|
2023-01-29 19:19:27 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"indexmap",
|
|
|
|
|
"toml_datetime",
|
2023-03-12 20:37:41 +00:00
|
|
|
"winnow",
|
2023-01-29 19:19:27 +00:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
2022-10-26 20:45:49 +00:00
|
|
|
name = "topgrade"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "10.3.3"
|
2021-07-06 09:40:04 +03:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2021-07-19 09:34:14 +03:00
|
|
|
"chrono",
|
2022-04-23 12:35:06 +02:00
|
|
|
"clap",
|
2022-11-26 20:42:35 +01:00
|
|
|
"clap_complete",
|
|
|
|
|
"clap_mangen",
|
2022-11-11 09:39:29 -05:00
|
|
|
"color-eyre",
|
2021-07-19 09:34:14 +03:00
|
|
|
"console",
|
2023-05-01 00:02:13 +05:30
|
|
|
"etcetera",
|
2021-07-19 09:34:14 +03:00
|
|
|
"futures",
|
|
|
|
|
"glob",
|
2022-10-23 11:34:30 +00:00
|
|
|
"home",
|
2021-07-19 09:34:14 +03:00
|
|
|
"lazy_static",
|
2022-11-16 20:05:20 -03:00
|
|
|
"libc",
|
2022-12-06 19:22:06 +00:00
|
|
|
"nix 0.24.3",
|
2020-05-09 07:22:51 +03:00
|
|
|
"notify-rust",
|
2023-05-01 00:02:13 +05:30
|
|
|
"once_cell",
|
2021-02-02 22:28:22 +02:00
|
|
|
"parselnk",
|
2020-08-02 06:29:16 +03:00
|
|
|
"regex",
|
2020-05-09 07:22:51 +03:00
|
|
|
"rust-ini",
|
|
|
|
|
"self_update",
|
2022-06-02 11:28:20 +03:00
|
|
|
"semver",
|
2020-05-09 07:22:51 +03:00
|
|
|
"serde",
|
2022-11-03 12:46:43 -04:00
|
|
|
"shell-words",
|
2020-05-09 07:22:51 +03:00
|
|
|
"shellexpand",
|
2022-10-17 22:53:24 +02:00
|
|
|
"strum 0.24.1",
|
2020-05-09 07:22:51 +03:00
|
|
|
"tempfile",
|
|
|
|
|
"thiserror",
|
2020-05-15 11:11:28 +03:00
|
|
|
"tokio",
|
2020-05-09 07:22:51 +03:00
|
|
|
"toml",
|
2022-11-16 13:43:57 -05:00
|
|
|
"tracing",
|
|
|
|
|
"tracing-subscriber",
|
2020-05-09 07:22:51 +03:00
|
|
|
"walkdir",
|
|
|
|
|
"which",
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2020-05-09 07:22:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tower-service"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.3.2"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2018-05-29 23:48:30 +03:00
|
|
|
|
2020-07-14 08:20:01 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "tracing"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.1.37"
|
2020-07-14 08:20:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2020-07-14 08:20:01 +03:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2022-11-16 13:43:57 -05:00
|
|
|
"log",
|
2021-01-07 10:03:20 +02:00
|
|
|
"pin-project-lite",
|
2022-05-15 09:28:22 +03:00
|
|
|
"tracing-attributes",
|
2020-07-14 08:20:01 +03:00
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-attributes"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.1.23"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2022-05-15 09:28:22 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2022-05-15 09:28:22 +03:00
|
|
|
]
|
|
|
|
|
|
2020-07-14 08:20:01 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-core"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.1.30"
|
2020-07-14 08:20:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2020-07-14 08:20:01 +03:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"once_cell",
|
2022-11-11 09:39:29 -05:00
|
|
|
"valuable",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-error"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"tracing",
|
|
|
|
|
"tracing-subscriber",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-16 13:43:57 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-log"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
|
version = "0.3.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
|
|
|
|
dependencies = [
|
2022-11-16 13:43:57 -05:00
|
|
|
"matchers",
|
|
|
|
|
"nu-ansi-term",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"regex",
|
2022-11-11 09:39:29 -05:00
|
|
|
"sharded-slab",
|
2022-11-16 13:43:57 -05:00
|
|
|
"smallvec",
|
2022-11-11 09:39:29 -05:00
|
|
|
"thread_local",
|
2023-03-12 20:37:41 +00:00
|
|
|
"time 0.3.20",
|
2022-11-16 13:43:57 -05:00
|
|
|
"tracing",
|
2022-11-11 09:39:29 -05:00
|
|
|
"tracing-core",
|
2022-11-16 13:43:57 -05:00
|
|
|
"tracing-log",
|
2020-07-14 08:20:01 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2020-02-13 15:38:28 +02:00
|
|
|
name = "try-lock"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.2.4"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2019-05-12 10:20:40 +03:00
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "uds_windows"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "1.0.2"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
|
2022-05-15 09:28:22 +03:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"tempfile",
|
2022-05-15 09:28:22 +03:00
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-bidi"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.11"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c"
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2022-10-17 22:53:24 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.0.8"
|
2022-10-17 22:53:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-10-17 22:53:24 +02:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-normalization"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.1.22"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2019-01-22 11:43:39 +02:00
|
|
|
dependencies = [
|
2020-06-18 22:25:27 +03:00
|
|
|
"tinyvec",
|
2019-01-22 11:43:39 +02:00
|
|
|
]
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2018-12-12 13:05:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-segmentation"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "1.10.1"
|
2018-12-12 13:05:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2018-12-12 13:05:02 +02:00
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-width"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.1.10"
|
2019-08-22 21:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2019-08-22 21:53:38 +03:00
|
|
|
|
2022-04-30 16:17:27 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "untrusted"
|
|
|
|
|
version = "0.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "url"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "2.3.1"
|
2019-09-04 21:07:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2019-09-04 21:07:43 +03:00
|
|
|
dependencies = [
|
2020-12-07 20:51:41 +02:00
|
|
|
"form_urlencoded",
|
2020-05-09 07:22:51 +03:00
|
|
|
"idna",
|
2021-01-07 10:03:20 +02:00
|
|
|
"percent-encoding",
|
2020-02-13 15:38:28 +02:00
|
|
|
]
|
|
|
|
|
|
2022-11-11 09:39:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "valuable"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
|
2019-11-15 07:08:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "version_check"
|
2022-01-24 12:10:02 +02:00
|
|
|
version = "0.9.4"
|
2019-11-15 07:08:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 12:10:02 +02:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-11-15 07:08:46 +02:00
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "waker-fn"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
|
2018-10-02 11:36:10 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "walkdir"
|
2021-05-10 09:40:11 +03:00
|
|
|
version = "2.3.2"
|
2018-10-02 11:36:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 09:40:11 +03:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2018-10-02 11:36:10 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"same-file",
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2020-05-09 07:22:51 +03:00
|
|
|
"winapi-util",
|
2018-10-02 11:36:10 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "want"
|
2020-05-09 07:22:51 +03:00
|
|
|
version = "0.3.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"log",
|
|
|
|
|
"try-lock",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2019-08-15 13:22:35 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
2022-03-23 22:31:18 +02:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2020-02-10 22:17:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 22:31:18 +02:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2020-05-09 07:22:51 +03:00
|
|
|
|
2020-11-02 14:00:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
2022-03-23 22:31:18 +02:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-11-02 14:00:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 22:31:18 +02:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2020-11-02 14:00:04 +02:00
|
|
|
|
2020-05-09 07:22:51 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.2.84"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2020-05-09 07:22:51 +03:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.2.84"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"bumpalo",
|
|
|
|
|
"log",
|
2022-10-17 22:53:24 +02:00
|
|
|
"once_cell",
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2020-05-09 07:22:51 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.4.34"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"cfg-if",
|
2020-05-09 07:22:51 +03:00
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.2.84"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2020-05-09 07:22:51 +03:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.2.84"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2020-05-09 07:22:51 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.2.84"
|
2020-12-07 20:51:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2020-12-07 20:51:41 +02:00
|
|
|
|
2020-05-09 07:22:51 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "web-sys"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.3.61"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-30 16:17:27 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "webpki"
|
|
|
|
|
version = "0.22.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ring",
|
|
|
|
|
"untrusted",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "webpki-roots"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "0.22.6"
|
2022-04-30 16:17:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
2022-04-30 16:17:27 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"webpki",
|
|
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "which"
|
2022-11-03 17:05:09 +00:00
|
|
|
version = "4.1.0"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 17:05:09 +00:00
|
|
|
checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
|
2018-05-29 23:48:30 +03:00
|
|
|
dependencies = [
|
2021-05-10 09:40:11 +03:00
|
|
|
"either",
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
2021-02-02 22:28:22 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "widestring"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
2020-06-30 12:23:05 +03:00
|
|
|
version = "0.3.9"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-30 12:23:05 +03:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-05-29 23:48:30 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-05-29 23:48:30 +03:00
|
|
|
|
2018-08-27 15:24:08 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-util"
|
2020-06-11 17:39:06 +03:00
|
|
|
version = "0.1.5"
|
2018-08-27 15:24:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 17:39:06 +03:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2018-08-27 15:24:08 +03:00
|
|
|
dependencies = [
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2018-08-27 15:24:08 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-05-29 23:48:30 +03:00
|
|
|
|
2019-07-31 14:31:28 +03:00
|
|
|
[[package]]
|
2021-10-25 22:41:12 +03:00
|
|
|
name = "windows"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "0.39.0"
|
2019-07-31 14:31:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
|
2019-07-31 14:31:28 +03:00
|
|
|
dependencies = [
|
2022-10-17 22:53:24 +02:00
|
|
|
"windows_aarch64_msvc 0.39.0",
|
|
|
|
|
"windows_i686_gnu 0.39.0",
|
|
|
|
|
"windows_i686_msvc 0.39.0",
|
|
|
|
|
"windows_x86_64_gnu 0.39.0",
|
|
|
|
|
"windows_x86_64_msvc 0.39.0",
|
2019-07-31 14:31:28 +03:00
|
|
|
]
|
|
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2022-11-02 16:25:54 +00:00
|
|
|
version = "0.42.0"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-02 16:25:54 +00:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2022-05-15 09:28:22 +03:00
|
|
|
dependencies = [
|
2023-05-01 00:02:13 +05:30
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
2023-03-13 19:27:33 +00:00
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
2023-05-01 00:02:13 +05:30
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
2023-03-13 19:27:33 +00:00
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2022-05-15 09:28:22 +03:00
|
|
|
]
|
|
|
|
|
|
2023-03-12 20:37:41 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.45.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
|
dependencies = [
|
2023-05-01 00:02:13 +05:30
|
|
|
"windows-targets 0.42.2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets 0.48.0",
|
2023-03-12 20:37:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "0.42.2"
|
2023-03-12 20:37:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:27:33 +00:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-03-12 20:37:41 +00:00
|
|
|
dependencies = [
|
2023-05-01 00:02:13 +05:30
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
2023-03-13 19:27:33 +00:00
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
2023-05-01 00:02:13 +05:30
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
2023-03-13 19:27:33 +00:00
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2023-03-12 20:37:41 +00:00
|
|
|
]
|
|
|
|
|
|
2023-05-01 00:02:13 +05:30
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
|
|
|
|
]
|
|
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
2022-11-02 16:25:54 +00:00
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "0.42.2"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:27:33 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-05-15 09:28:22 +03:00
|
|
|
|
2023-05-01 00:02:13 +05:30
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
2020-06-18 22:25:27 +03:00
|
|
|
[[package]]
|
2022-10-17 22:53:24 +02:00
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.39.0"
|
2021-10-25 22:41:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
|
2021-10-25 22:41:12 +03:00
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
2022-11-02 16:25:54 +00:00
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "0.42.2"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:27:33 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-05-15 09:28:22 +03:00
|
|
|
|
2023-05-01 00:02:13 +05:30
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
2021-10-25 22:41:12 +03:00
|
|
|
[[package]]
|
2022-10-17 22:53:24 +02:00
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.39.0"
|
2021-10-25 22:41:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
|
2021-10-25 22:41:12 +03:00
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
2022-11-02 16:25:54 +00:00
|
|
|
name = "windows_i686_gnu"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "0.42.2"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:27:33 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-05-15 09:28:22 +03:00
|
|
|
|
2023-05-01 00:02:13 +05:30
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
2021-10-25 22:41:12 +03:00
|
|
|
[[package]]
|
2022-10-17 22:53:24 +02:00
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.39.0"
|
2021-10-25 22:41:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
|
2021-10-25 22:41:12 +03:00
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
2022-11-02 16:25:54 +00:00
|
|
|
name = "windows_i686_msvc"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "0.42.2"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:27:33 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-05-15 09:28:22 +03:00
|
|
|
|
2023-05-01 00:02:13 +05:30
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
2021-10-25 22:41:12 +03:00
|
|
|
[[package]]
|
2022-10-17 22:53:24 +02:00
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.39.0"
|
2021-10-25 22:41:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
|
2021-10-25 22:41:12 +03:00
|
|
|
|
2022-05-15 09:28:22 +03:00
|
|
|
[[package]]
|
2022-11-02 16:25:54 +00:00
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "0.42.2"
|
2022-11-02 16:25:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:27:33 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-11-02 16:25:54 +00:00
|
|
|
|
2023-05-01 00:02:13 +05:30
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
|
2022-11-02 16:25:54 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "0.42.2"
|
2022-05-15 09:28:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:27:33 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-05-15 09:28:22 +03:00
|
|
|
|
2023-05-01 00:02:13 +05:30
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
2022-10-17 22:53:24 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.39.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
|
|
|
|
|
|
2022-11-02 16:25:54 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-13 19:27:33 +00:00
|
|
|
version = "0.42.2"
|
2022-11-02 16:25:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:27:33 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-11-02 16:25:54 +00:00
|
|
|
|
2023-05-01 00:02:13 +05:30
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
|
2023-03-12 20:37:41 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "winnow"
|
|
|
|
|
version = "0.3.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ee7b2c67f962bf5042bfd8b6a916178df33a26eec343ae064cb8e069f638fa6f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2021-10-25 22:41:12 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winreg"
|
2022-03-23 22:31:18 +02:00
|
|
|
version = "0.10.1"
|
2020-06-18 22:25:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 22:31:18 +02:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2020-06-18 22:25:27 +03:00
|
|
|
dependencies = [
|
2021-01-07 10:03:20 +02:00
|
|
|
"winapi",
|
2020-06-18 22:25:27 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "xattr"
|
2022-05-15 09:28:22 +03:00
|
|
|
version = "0.2.3"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 09:28:22 +03:00
|
|
|
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2021-05-10 09:40:11 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "zbus"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "2.3.2"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "2d8f1a037b2c4a67d9654dc7bdfa8ff2e80555bbefdd3c1833c1d1b27c963a6b"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"async-broadcast",
|
|
|
|
|
"async-channel",
|
|
|
|
|
"async-executor",
|
2021-05-10 09:40:11 +03:00
|
|
|
"async-io",
|
2022-03-23 22:31:18 +02:00
|
|
|
"async-lock",
|
|
|
|
|
"async-recursion",
|
|
|
|
|
"async-task",
|
|
|
|
|
"async-trait",
|
2021-05-10 09:40:11 +03:00
|
|
|
"byteorder",
|
|
|
|
|
"derivative",
|
2022-10-17 22:53:24 +02:00
|
|
|
"dirs",
|
2021-05-10 09:40:11 +03:00
|
|
|
"enumflags2",
|
2022-03-23 22:31:18 +02:00
|
|
|
"event-listener",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"hex",
|
|
|
|
|
"lazy_static",
|
2022-12-06 19:22:06 +00:00
|
|
|
"nix 0.23.2",
|
2021-05-10 09:40:11 +03:00
|
|
|
"once_cell",
|
2022-03-23 22:31:18 +02:00
|
|
|
"ordered-stream",
|
2022-10-17 22:53:24 +02:00
|
|
|
"rand",
|
2021-05-10 09:40:11 +03:00
|
|
|
"serde",
|
|
|
|
|
"serde_repr",
|
2022-03-23 22:31:18 +02:00
|
|
|
"sha1",
|
|
|
|
|
"static_assertions",
|
2022-10-17 22:53:24 +02:00
|
|
|
"tracing",
|
2022-05-15 09:28:22 +03:00
|
|
|
"uds_windows",
|
2022-03-23 22:31:18 +02:00
|
|
|
"winapi",
|
2021-05-10 09:40:11 +03:00
|
|
|
"zbus_macros",
|
2022-03-23 22:31:18 +02:00
|
|
|
"zbus_names",
|
2021-05-10 09:40:11 +03:00
|
|
|
"zvariant",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zbus_macros"
|
2022-10-17 22:53:24 +02:00
|
|
|
version = "2.3.2"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 22:53:24 +02:00
|
|
|
checksum = "1f8fb5186d1c87ae88cf234974c240671238b4a679158ad3b94ec465237349a6"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"proc-macro-crate",
|
2021-05-10 09:40:11 +03:00
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2022-03-23 22:31:18 +02:00
|
|
|
"regex",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2021-05-10 09:40:11 +03:00
|
|
|
]
|
|
|
|
|
|
2022-03-23 22:31:18 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "zbus_names"
|
2023-01-29 19:19:27 +00:00
|
|
|
version = "2.5.0"
|
2022-03-23 22:31:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 19:19:27 +00:00
|
|
|
checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3"
|
2022-03-23 22:31:18 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
"static_assertions",
|
|
|
|
|
"zvariant",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-25 13:05:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "zip"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "0.6.4"
|
2018-11-25 13:05:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef"
|
2018-11-25 13:05:02 +02:00
|
|
|
dependencies = [
|
2020-11-02 14:00:04 +02:00
|
|
|
"byteorder",
|
2020-05-09 07:22:51 +03:00
|
|
|
"crc32fast",
|
2022-04-30 16:17:27 +03:00
|
|
|
"crossbeam-utils",
|
2020-05-09 07:22:51 +03:00
|
|
|
"flate2",
|
2023-03-12 20:37:41 +00:00
|
|
|
"time 0.3.20",
|
2020-05-09 07:22:51 +03:00
|
|
|
]
|
2021-05-10 09:40:11 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zvariant"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "3.12.0"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "46fe4914a985446d6fd287019b5fceccce38303d71407d9e6e711d44954a05d8"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
"enumflags2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"libc",
|
2021-05-10 09:40:11 +03:00
|
|
|
"serde",
|
2021-07-06 09:38:10 +03:00
|
|
|
"static_assertions",
|
2021-05-10 09:40:11 +03:00
|
|
|
"zvariant_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zvariant_derive"
|
2023-03-12 20:37:41 +00:00
|
|
|
version = "3.12.0"
|
2021-05-10 09:40:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 20:37:41 +00:00
|
|
|
checksum = "34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a"
|
2021-05-10 09:40:11 +03:00
|
|
|
dependencies = [
|
2022-03-23 22:31:18 +02:00
|
|
|
"proc-macro-crate",
|
2021-05-10 09:40:11 +03:00
|
|
|
"proc-macro2",
|
2021-10-25 22:41:12 +03:00
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-12 20:37:41 +00:00
|
|
|
"zvariant_utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zvariant_utils"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-24 20:37:00 +00:00
|
|
|
"syn 1.0.109",
|
2021-05-10 09:40:11 +03:00
|
|
|
]
|