2019-04-04 20:59:03 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-04 19:32:58 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-10-08 07:58:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2022-02-22 08:06:29 +00:00
|
|
|
version = "0.7.6"
|
2020-10-08 07:58:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 08:06:29 +00:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2022-03-21 07:06:44 +00:00
|
|
|
"getrandom",
|
2022-02-22 08:06:29 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
2020-10-08 07:58:00 +00:00
|
|
|
|
2019-05-14 04:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-01 18:02:29 +00:00
|
|
|
version = "0.7.18"
|
2019-05-14 04:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 18:02:29 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2019-05-14 04:43:11 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"memchr",
|
2019-05-14 04:43:11 +00:00
|
|
|
]
|
|
|
|
|
2019-07-15 17:33:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2019-09-03 15:04:47 +00:00
|
|
|
version = "0.12.1"
|
2019-07-15 17:33:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2019-07-15 17:33:54 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"winapi",
|
2019-07-15 17:33:54 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 07:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-broadcast"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b"
|
|
|
|
dependencies = [
|
|
|
|
"easy-parallel",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "1.6.0"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2021-05-01 18:02:29 +00:00
|
|
|
"slab",
|
2021-04-22 16:17:37 +00:00
|
|
|
"socket2",
|
2021-03-01 06:24:20 +00:00
|
|
|
"waker-fn",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-07 07:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "2.5.0"
|
2022-02-07 07:06:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
|
2022-02-07 07:06:17 +00: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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "4.2.0"
|
2022-02-07 07:06:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
|
2022-02-07 07:06:17 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.52"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-04-02 03:23:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-16 04:56:59 +00:00
|
|
|
version = "0.2.14"
|
2019-04-02 03:23:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-04-02 03:23:03 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-04-02 03:23:03 +00:00
|
|
|
]
|
|
|
|
|
2020-01-16 04:56:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.1.0"
|
2020-01-16 04:56:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-01-16 04:56:59 +00:00
|
|
|
|
2019-04-02 03:23:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-30 04:06:31 +00:00
|
|
|
version = "1.3.2"
|
2019-04-02 03:23:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 04:06:31 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-04-02 03:23:03 +00:00
|
|
|
|
2020-08-11 16:44:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
2020-04-06 17:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
2020-04-06 17:16:18 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"block-padding",
|
|
|
|
"byte-tools",
|
|
|
|
"byteorder",
|
2021-10-05 23:27:25 +00:00
|
|
|
"generic-array 0.12.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.10.2"
|
2021-10-05 23:27:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
2021-10-05 23:27:25 +00:00
|
|
|
dependencies = [
|
2022-03-10 18:01:38 +00:00
|
|
|
"generic-array 0.14.5",
|
2020-04-06 17:16:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
2020-04-06 17:16:18 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"byte-tools",
|
2020-04-06 17:16:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
2020-04-06 17:16:18 +00:00
|
|
|
|
2019-09-29 05:55:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byte-unit"
|
2022-03-07 07:10:39 +00:00
|
|
|
version = "4.0.14"
|
2019-09-29 05:55:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 07:10:39 +00:00
|
|
|
checksum = "95ebf10dda65f19ff0f42ea15572a359ed60d7fc74fdc984d90310937be0014b"
|
2020-07-06 05:58:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8-width",
|
|
|
|
]
|
2019-09-29 05:55:49 +00:00
|
|
|
|
2020-04-06 17:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-23 16:28:30 +00:00
|
|
|
version = "1.4.3"
|
2020-04-06 17:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-23 16:28:30 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-04-06 17:16:18 +00:00
|
|
|
|
2020-02-06 03:58:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "1.1.0"
|
2020-02-06 03:58:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2020-02-06 03:58:39 +00:00
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.2.0"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
2021-03-01 06:24:20 +00:00
|
|
|
|
2019-04-04 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.0.73"
|
2019-04-04 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2019-09-10 15:38:26 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"jobserver",
|
2019-09-10 15:38:26 +00:00
|
|
|
]
|
2019-04-04 18:18:15 +00:00
|
|
|
|
2020-10-14 05:31:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2019-05-14 04:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-10-01 05:25:17 +00:00
|
|
|
version = "0.4.19"
|
2019-05-14 04:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 05:25:17 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2019-05-14 04:43:11 +00:00
|
|
|
dependencies = [
|
2020-09-28 05:25:38 +00:00
|
|
|
"libc",
|
2020-05-14 16:50:43 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2022-03-21 07:06:44 +00:00
|
|
|
"time 0.1.44",
|
2020-09-28 05:25:38 +00:00
|
|
|
"winapi",
|
2019-05-14 04:43:11 +00:00
|
|
|
]
|
|
|
|
|
2019-04-02 03:23:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-04-01 13:33:08 +00:00
|
|
|
version = "3.1.7"
|
2019-04-02 03:23:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-01 13:33:08 +00:00
|
|
|
checksum = "c67e7973e74896f4bba06ca2dcfd28d54f9cb8c035e940a32b88ed48f5f5ecf2"
|
2019-04-02 03:23:03 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"atty",
|
2021-10-15 05:21:38 +00:00
|
|
|
"bitflags",
|
2022-01-04 09:49:42 +00:00
|
|
|
"clap_derive",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"os_str_bytes",
|
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
2020-08-05 17:16:59 +00:00
|
|
|
"textwrap",
|
2022-01-04 09:49:42 +00:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2022-03-03 11:10:29 +00:00
|
|
|
version = "3.1.1"
|
2022-01-04 09:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-03 11:10:29 +00:00
|
|
|
checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
|
2022-01-04 09:49:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2022-04-01 13:33:08 +00:00
|
|
|
version = "3.1.7"
|
2022-01-04 09:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-01 13:33:08 +00:00
|
|
|
checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"
|
2022-01-04 09:49:42 +00:00
|
|
|
dependencies = [
|
2022-02-19 21:24:11 +00:00
|
|
|
"heck 0.4.0",
|
2022-01-04 09:49:42 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-04-02 03:23:03 +00:00
|
|
|
]
|
|
|
|
|
2021-10-23 08:15:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2022-01-13 07:05:47 +00:00
|
|
|
version = "4.6.3"
|
2021-10-23 08:15:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 07:05:47 +00:00
|
|
|
checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062"
|
2021-10-23 08:15:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
|
|
|
dependencies = [
|
|
|
|
"cache-padded",
|
|
|
|
]
|
|
|
|
|
2022-03-20 01:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const_format"
|
|
|
|
version = "0.2.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22bc6cd49b0ec407b680c3e380182b6ac63b73991cb7602de350352fc309b614"
|
|
|
|
dependencies = [
|
|
|
|
"const_format_proc_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const_format_proc_macros"
|
|
|
|
version = "0.2.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2020-02-27 05:40:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
2020-02-27 05:40:55 +00:00
|
|
|
dependencies = [
|
2022-01-14 12:22:36 +00:00
|
|
|
"core-foundation-sys",
|
2020-05-14 16:50:43 +00:00
|
|
|
"libc",
|
2020-02-27 05:40:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
2020-02-27 05:40:55 +00:00
|
|
|
|
2021-10-05 23:27:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-08-25 05:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.5.2"
|
2020-08-25 05:22:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
|
2020-08-25 05:22:11 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2021-01-02 20:31:49 +00:00
|
|
|
"crossbeam-utils",
|
2020-08-25 05:22:11 +00:00
|
|
|
]
|
|
|
|
|
2019-04-16 19:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "0.8.1"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
2019-04-16 19:20:00 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2020-05-14 16:50:43 +00:00
|
|
|
"crossbeam-epoch",
|
2021-01-02 20:31:49 +00:00
|
|
|
"crossbeam-utils",
|
2019-04-16 19:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.9.7"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "c00d6d2ea26e8b151d99093005cb442fb9a37aeaca582a03ec70946f49ab5ed9"
|
2019-04-16 19:20:00 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2021-01-02 20:31:49 +00:00
|
|
|
"crossbeam-utils",
|
2020-05-14 16:50:43 +00:00
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2019-04-16 19:20:00 +00:00
|
|
|
]
|
|
|
|
|
2019-11-12 16:20:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.8.7"
|
2020-10-22 05:20:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
|
2020-10-22 05:20:45 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2020-10-22 05:20:45 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-12-08 07:05:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.1.3"
|
2021-12-08 07:05:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
2021-12-08 07:05:30 +00:00
|
|
|
dependencies = [
|
2022-03-10 18:01:38 +00:00
|
|
|
"generic-array 0.14.5",
|
|
|
|
"typenum",
|
2021-12-08 07:05:30 +00:00
|
|
|
]
|
|
|
|
|
2020-08-11 16:44:25 +00:00
|
|
|
[[package]]
|
2021-03-01 06:24:20 +00:00
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
2020-08-11 16:44:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 06:24:20 +00:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
2020-08-11 16:44:25 +00:00
|
|
|
dependencies = [
|
2021-03-01 06:24:20 +00:00
|
|
|
"proc-macro2",
|
2021-10-15 05:21:38 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-08-11 16:44:25 +00:00
|
|
|
]
|
|
|
|
|
2021-06-29 23:46:41 +00:00
|
|
|
[[package]]
|
2021-12-13 07:05:49 +00:00
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
2021-06-29 23:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-13 07:05:49 +00:00
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
2021-06-29 23:46:41 +00:00
|
|
|
|
2020-04-06 17:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2020-04-06 17:16:18 +00:00
|
|
|
dependencies = [
|
2021-10-05 23:27:25 +00:00
|
|
|
"generic-array 0.12.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.10.3"
|
2021-10-05 23:27:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
2021-10-05 23:27:25 +00:00
|
|
|
dependencies = [
|
2022-03-10 18:01:38 +00:00
|
|
|
"block-buffer 0.10.2",
|
2021-12-08 07:05:30 +00:00
|
|
|
"crypto-common",
|
2020-04-06 17:16:18 +00:00
|
|
|
]
|
|
|
|
|
2020-08-11 16:44:25 +00:00
|
|
|
[[package]]
|
2022-03-21 07:06:44 +00:00
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
2020-08-11 16:44:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 07:06:44 +00:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-08-11 16:44:25 +00:00
|
|
|
dependencies = [
|
2022-03-21 07:06:44 +00:00
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
2020-08-11 16:44:25 +00:00
|
|
|
]
|
|
|
|
|
2019-05-27 14:43:36 +00:00
|
|
|
[[package]]
|
2020-06-20 17:59:35 +00:00
|
|
|
name = "dirs-sys-next"
|
2021-01-29 17:40:04 +00:00
|
|
|
version = "0.1.2"
|
2019-05-27 14:43:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-29 17:40:04 +00:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2019-05-27 14:43:36 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"libc",
|
2022-03-21 07:06:44 +00:00
|
|
|
"redox_users",
|
2020-05-14 16:50:43 +00:00
|
|
|
"winapi",
|
2019-04-04 18:18:15 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 07:58:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dlv-list"
|
2022-02-22 08:06:29 +00:00
|
|
|
version = "0.3.0"
|
2020-10-08 07:58:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 08:06:29 +00:00
|
|
|
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
|
2020-10-08 07:58:00 +00:00
|
|
|
|
2021-06-29 23:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "downcast"
|
2021-12-13 07:05:49 +00:00
|
|
|
version = "0.11.0"
|
2021-06-29 23:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-13 07:05:49 +00:00
|
|
|
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
|
2021-06-29 23:46:41 +00:00
|
|
|
|
2022-02-23 23:32:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
|
|
|
|
|
2022-04-01 15:14:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"
|
|
|
|
|
2022-02-07 07:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "easy-parallel"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946"
|
|
|
|
|
2019-04-16 19:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-10-14 19:29:16 +00:00
|
|
|
version = "1.6.1"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 19:29:16 +00:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2019-04-16 19:20:00 +00:00
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "enumflags2"
|
2022-02-07 07:06:17 +00:00
|
|
|
version = "0.7.3"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 07:06:17 +00:00
|
|
|
checksum = "a25c90b056b3f84111cf183cbeddef0d3a0bbe9a674f057e1a1533c315f24def"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"enumflags2_derive",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
2022-02-07 07:06:17 +00:00
|
|
|
version = "0.7.3"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 07:06:17 +00:00
|
|
|
checksum = "144ec79496cbab6f84fa125dc67be9264aef22eb8a28da8454d9c33f15108da4"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2021-10-15 05:21:38 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-01 06:24:20 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 07:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
|
|
|
|
2020-04-06 17:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2020-04-06 17:16:18 +00:00
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.7.0"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-06-29 23:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
2021-12-13 07:05:49 +00:00
|
|
|
version = "0.9.0"
|
2021-06-29 23:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-13 07:05:49 +00:00
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
2021-06-29 23:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-01-02 20:31:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-03-08 19:27:38 +00:00
|
|
|
version = "1.0.1"
|
2021-01-02 20:31:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-08 19:27:38 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2021-01-02 20:31:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-06-29 23:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fragile"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.1.0"
|
2021-06-29 23:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "8da1b8f89c5b5a5b7e59405cfcf0bb9588e5ed19f0b57a4cd542bbba3f164a6d"
|
2021-06-29 23:46:41 +00:00
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.3.21"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2021-03-01 06:24:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.3.21"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
2021-03-01 06:24:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "1.12.0"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.3.21"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2021-03-01 06:24:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.3.21"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2021-03-01 06:24:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.3.21"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2020-04-06 17:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-04 16:58:10 +00:00
|
|
|
version = "0.12.4"
|
2020-04-06 17:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 16:58:10 +00:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2020-04-06 17:16:18 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"typenum",
|
2020-04-06 17:16:18 +00:00
|
|
|
]
|
|
|
|
|
2021-10-05 23:27:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.14.5"
|
2021-10-05 23:27:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2021-10-05 23:27:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-09-04 17:03:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
2022-03-14 20:40:05 +00:00
|
|
|
version = "0.2.3"
|
2019-09-04 17:03:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-14 20:40:05 +00:00
|
|
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
2019-09-04 17:03:31 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-09-04 17:03:31 +00:00
|
|
|
]
|
|
|
|
|
2020-12-25 18:08:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.2.5"
|
2020-12-25 18:08:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
|
2020-12-25 18:08:07 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2020-12-25 18:08:07 +00:00
|
|
|
"libc",
|
2022-03-21 07:06:44 +00:00
|
|
|
"wasi",
|
2020-12-25 18:08:07 +00:00
|
|
|
]
|
|
|
|
|
2019-04-07 20:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2022-03-20 01:01:57 +00:00
|
|
|
version = "0.14.2"
|
2019-04-07 20:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 01:01:57 +00:00
|
|
|
checksum = "3826a6e0e2215d7a41c2bfc7c9244123969273f3476b939a226aac0ab56e9e3c"
|
2019-04-07 20:43:11 +00:00
|
|
|
dependencies = [
|
2021-10-15 05:21:38 +00:00
|
|
|
"bitflags",
|
2020-05-14 16:50:43 +00:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"url",
|
2019-04-07 20:43:11 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 07:58:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-02-22 08:06:29 +00:00
|
|
|
version = "0.11.2"
|
2020-10-08 07:58:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 08:06:29 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2020-10-08 07:58:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2021-10-15 05:21:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2022-02-19 21:24:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
|
2019-11-02 11:14:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "0.1.19"
|
2019-11-02 11:14:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-11-02 11:14:03 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"libc",
|
2019-11-02 11:14:03 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 07:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2019-04-07 20:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-04-22 16:17:37 +00:00
|
|
|
version = "0.2.3"
|
2019-04-07 20:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-22 16:17:37 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-04-07 20:43:11 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-04-07 20:43:11 +00:00
|
|
|
]
|
|
|
|
|
2020-04-11 16:37:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-03-30 11:10:36 +00:00
|
|
|
version = "1.8.1"
|
2020-04-11 16:37:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-30 11:10:36 +00:00
|
|
|
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
2020-04-11 16:37:24 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"autocfg",
|
2022-02-22 08:06:29 +00:00
|
|
|
"hashbrown",
|
2021-03-31 15:31:55 +00:00
|
|
|
"serde",
|
2020-04-11 16:37:24 +00:00
|
|
|
]
|
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.1.12"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2021-03-01 06:24:20 +00:00
|
|
|
]
|
|
|
|
|
2021-11-12 07:05:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is_debug"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06d198e9919d9822d5f7083ba8530e04de87841eaf21ead9af8f2304efd57c89"
|
|
|
|
|
2021-04-08 22:37:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.10.3"
|
2021-04-08 22:37:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2021-04-08 22:37:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-12-14 06:39:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
2019-04-16 19:20:00 +00:00
|
|
|
[[package]]
|
2019-09-10 15:38:26 +00:00
|
|
|
name = "jobserver"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "0.1.24"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
2019-07-01 22:21:27 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"libc",
|
2019-07-01 22:21:27 +00:00
|
|
|
]
|
2019-04-16 19:20:00 +00:00
|
|
|
|
2019-09-10 15:38:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-09-10 15:38:26 +00:00
|
|
|
|
2019-05-22 16:29:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2020-08-26 05:21:36 +00:00
|
|
|
version = "1.3.0"
|
2019-05-22 16:29:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-26 05:21:36 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2019-05-22 16:29:39 +00:00
|
|
|
|
2019-04-02 03:23:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-03-21 12:12:03 +00:00
|
|
|
version = "0.2.121"
|
2019-04-02 03:23:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 12:12:03 +00:00
|
|
|
checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
|
2019-04-02 03:23:03 +00:00
|
|
|
|
2019-04-07 20:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2022-03-20 01:01:57 +00:00
|
|
|
version = "0.13.2+1.4.2"
|
2019-04-07 20:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 01:01:57 +00:00
|
|
|
checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
|
2019-04-07 20:43:11 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"pkg-config",
|
2019-04-07 20:43:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.1.5"
|
2019-04-07 20:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"
|
2019-04-07 20:43:11 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-04-07 20:43:11 +00:00
|
|
|
]
|
|
|
|
|
2019-10-01 18:58:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2021-01-29 17:40:04 +00:00
|
|
|
version = "0.5.4"
|
2019-10-01 18:58:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-29 17:40:04 +00:00
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
2019-10-01 18:58:24 +00:00
|
|
|
|
2022-01-30 20:31:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "local_ipaddress"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6a104730949fbc4c78e4fa98ed769ca0faa02e9818936b61032d2d77526afa9"
|
|
|
|
|
2019-04-07 20:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-03-25 10:43:48 +00:00
|
|
|
version = "0.4.16"
|
2019-04-07 20:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-25 10:43:48 +00:00
|
|
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
2019-04-07 20:43:11 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2019-04-07 20:43:11 +00:00
|
|
|
]
|
|
|
|
|
2020-08-11 16:44:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mac-notification-sys"
|
2022-03-21 07:06:44 +00:00
|
|
|
version = "0.5.0"
|
2020-08-11 16:44:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 07:06:44 +00:00
|
|
|
checksum = "297c13fc8ff9fa8b2d0e53850f80e0aa962628e865d447031ce58cdb062e5b29"
|
2020-08-11 16:44:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2022-03-21 07:06:44 +00:00
|
|
|
"dirs-next",
|
2020-08-11 16:44:25 +00:00
|
|
|
"objc-foundation",
|
2022-03-21 07:06:44 +00:00
|
|
|
"objc_id",
|
|
|
|
"time 0.3.7",
|
2020-08-11 16:44:25 +00:00
|
|
|
]
|
|
|
|
|
2019-05-22 16:29:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
2020-08-26 05:21:36 +00:00
|
|
|
version = "0.3.2"
|
2019-05-22 16:29:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-26 05:21:36 +00:00
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
2019-05-22 16:29:39 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"libc",
|
2019-05-22 16:29:39 +00:00
|
|
|
]
|
|
|
|
|
2020-08-11 16:44:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-06 17:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
2020-04-06 17:16:18 +00:00
|
|
|
|
2019-04-07 20:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "0.1.9"
|
2019-04-07 20:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2019-04-07 20:43:11 +00:00
|
|
|
|
2019-04-16 19:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "2.4.1"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2019-04-16 19:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.6.5"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2019-08-19 17:55:41 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"autocfg",
|
2019-08-19 17:55:41 +00:00
|
|
|
]
|
2019-04-16 19:20:00 +00:00
|
|
|
|
2021-08-24 16:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2022-01-10 10:32:59 +00:00
|
|
|
version = "0.2.1"
|
2021-08-24 16:38:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-10 10:32:59 +00:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-08-24 16:38:12 +00:00
|
|
|
|
2021-06-29 23:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mockall"
|
2021-12-13 07:05:49 +00:00
|
|
|
version = "0.11.0"
|
2021-06-29 23:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-13 07:05:49 +00:00
|
|
|
checksum = "3d4d70639a72f972725db16350db56da68266ca368b2a1fe26724a903ad3d6b8"
|
2021-06-29 23:46:41 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2021-06-29 23:46:41 +00:00
|
|
|
"downcast",
|
|
|
|
"fragile",
|
|
|
|
"lazy_static",
|
|
|
|
"mockall_derive",
|
|
|
|
"predicates",
|
|
|
|
"predicates-tree",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mockall_derive"
|
2021-12-13 07:05:49 +00:00
|
|
|
version = "0.11.0"
|
2021-06-29 23:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-13 07:05:49 +00:00
|
|
|
checksum = "79ef208208a0dea3f72221e26e904cdc6db2e481d9ade89081ddd494f1dbaa6b"
|
2021-06-29 23:46:41 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2021-06-29 23:46:41 +00:00
|
|
|
"proc-macro2",
|
2021-10-15 05:21:38 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-06-29 23:46:41 +00:00
|
|
|
]
|
|
|
|
|
2021-02-22 05:19:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2021-12-17 07:05:24 +00:00
|
|
|
version = "0.23.1"
|
2021-02-22 05:19:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 07:05:24 +00:00
|
|
|
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
2021-02-22 05:19:40 +00:00
|
|
|
dependencies = [
|
2021-10-15 05:21:38 +00:00
|
|
|
"bitflags",
|
2021-02-22 05:19:40 +00:00
|
|
|
"cc",
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2021-02-22 05:19:40 +00:00
|
|
|
"libc",
|
2021-06-01 07:36:27 +00:00
|
|
|
"memoffset",
|
2021-02-22 05:19:40 +00:00
|
|
|
]
|
|
|
|
|
2021-04-08 22:37:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-01-10 10:32:59 +00:00
|
|
|
version = "7.1.0"
|
2021-04-08 22:37:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-10 10:32:59 +00:00
|
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
2021-04-08 22:37:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-08-24 16:38:12 +00:00
|
|
|
"minimal-lexical",
|
2021-04-08 22:37:54 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-06-29 23:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "normalize-line-endings"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|
|
|
|
2020-08-11 16:44:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify-rust"
|
2022-03-28 12:37:59 +00:00
|
|
|
version = "4.5.8"
|
2020-08-11 16:44:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 12:37:59 +00:00
|
|
|
checksum = "a995a3d2834cefa389218e7a35156e8ce544bc95f836900da01ee0b26a07e9d4"
|
2020-08-11 16:44:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"mac-notification-sys",
|
2021-03-01 06:24:20 +00:00
|
|
|
"serde",
|
2020-08-11 16:44:25 +00:00
|
|
|
"winrt-notification",
|
2021-03-01 06:24:20 +00:00
|
|
|
"zbus",
|
|
|
|
"zvariant",
|
|
|
|
"zvariant_derive",
|
2020-08-11 16:44:25 +00:00
|
|
|
]
|
|
|
|
|
2019-05-14 04:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2021-01-02 20:31:49 +00:00
|
|
|
version = "0.1.44"
|
2019-05-14 04:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-02 20:31:49 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2019-05-14 04:43:11 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2019-05-14 04:43:11 +00:00
|
|
|
]
|
|
|
|
|
2019-04-16 19:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2021-01-02 20:31:49 +00:00
|
|
|
version = "0.2.14"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-02 20:31:49 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2019-09-30 12:10:35 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"autocfg",
|
2019-09-30 12:10:35 +00:00
|
|
|
]
|
2019-04-16 19:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.13.1"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2019-04-16 19:20:00 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2019-04-16 19:20:00 +00:00
|
|
|
]
|
|
|
|
|
2022-03-21 07:06:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-08-11 16:44:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc-foundation"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
|
|
|
dependencies = [
|
|
|
|
"block",
|
|
|
|
"objc",
|
|
|
|
"objc_id",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_id"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
|
|
|
dependencies = [
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2019-09-09 23:14:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-03-05 11:05:14 +00:00
|
|
|
version = "1.10.0"
|
2019-09-09 23:14:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-05 11:05:14 +00:00
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
2019-09-09 23:14:38 +00:00
|
|
|
|
2020-04-06 17:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
2020-04-06 17:16:18 +00:00
|
|
|
|
2019-07-29 00:15:40 +00:00
|
|
|
[[package]]
|
2019-12-14 23:40:12 +00:00
|
|
|
name = "open"
|
2022-03-08 21:54:02 +00:00
|
|
|
version = "2.1.1"
|
2019-07-29 00:15:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 21:54:02 +00:00
|
|
|
checksum = "9213e7b66aa06a7722828ee2980c1adff22a3922b582baaa1e62e30ca2a6c018"
|
2019-12-14 23:40:12 +00:00
|
|
|
dependencies = [
|
2021-07-19 20:49:35 +00:00
|
|
|
"pathdiff",
|
2020-05-14 16:50:43 +00:00
|
|
|
"winapi",
|
2019-12-14 23:40:12 +00:00
|
|
|
]
|
2019-07-29 00:15:40 +00:00
|
|
|
|
2020-10-08 07:58:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-multimap"
|
2022-02-22 08:06:29 +00:00
|
|
|
version = "0.4.2"
|
2020-10-08 07:58:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 08:06:29 +00:00
|
|
|
checksum = "7b476c5fc0aad16f8b8d74e7df9da1813731fae300f7a923713c4c591905ff50"
|
2020-10-08 07:58:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"dlv-list",
|
2022-02-22 08:06:29 +00:00
|
|
|
"hashbrown",
|
2020-10-08 07:58:00 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 07:06:17 +00: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",
|
|
|
|
]
|
|
|
|
|
2020-02-06 03:58:39 +00:00
|
|
|
[[package]]
|
2020-03-15 01:07:34 +00:00
|
|
|
name = "os_info"
|
2022-02-07 14:28:42 +00:00
|
|
|
version = "3.2.0"
|
2020-02-06 03:58:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 14:28:42 +00:00
|
|
|
checksum = "023df84d545ef479cf67fd2f4459a613585c9db4852c2fad12ab70587859d340"
|
2020-02-06 03:58:39 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"winapi",
|
2020-02-06 03:58:39 +00:00
|
|
|
]
|
|
|
|
|
2022-01-04 09:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "6.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
|
|
2020-02-06 03:58:39 +00:00
|
|
|
[[package]]
|
2020-03-15 01:07:34 +00:00
|
|
|
name = "path-slash"
|
2021-01-18 05:42:38 +00:00
|
|
|
version = "0.1.4"
|
2020-02-06 03:58:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-18 05:42:38 +00:00
|
|
|
checksum = "3cacbb3c4ff353b534a67fb8d7524d00229da4cb1dc8c79f4db96e375ab5b619"
|
2020-02-06 03:58:39 +00:00
|
|
|
|
2021-07-19 20:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.2.1"
|
2021-07-19 20:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
2021-07-19 20:49:35 +00:00
|
|
|
|
2020-02-06 03:58:39 +00:00
|
|
|
[[package]]
|
2020-03-15 01:07:34 +00:00
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
2020-02-06 03:58:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2020-02-06 03:58:39 +00:00
|
|
|
|
2020-04-06 17:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
2020-04-06 17:16:18 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"ucd-trie",
|
2020-04-06 17:16:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
2020-04-06 17:16:18 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
2020-04-06 17:16:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
|
2020-04-06 17:16:18 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
2021-10-15 05:21:38 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-06 17:16:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
|
2020-04-06 17:16:18 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"maplit",
|
|
|
|
"pest",
|
2021-10-05 23:27:25 +00:00
|
|
|
"sha-1 0.8.2",
|
2020-04-06 17:16:18 +00:00
|
|
|
]
|
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.2.8"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2021-03-01 06:24:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2019-12-14 23:40:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.3.24"
|
2019-12-14 23:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
2019-12-14 23:40:12 +00:00
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "2.2.0"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2021-03-01 06:24:20 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-08-26 14:07:40 +00:00
|
|
|
"wepoll-ffi",
|
2021-03-01 06:24:20 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-12-14 23:40:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.2.16"
|
2019-12-14 23:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2019-12-14 23:40:12 +00:00
|
|
|
|
2021-06-29 23:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "2.1.1"
|
2021-06-29 23:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c"
|
2021-06-29 23:46:41 +00:00
|
|
|
dependencies = [
|
2021-12-13 07:05:49 +00:00
|
|
|
"difflib",
|
2021-06-29 23:46:41 +00:00
|
|
|
"float-cmp",
|
2021-12-13 07:05:49 +00:00
|
|
|
"itertools",
|
2021-06-29 23:46:41 +00:00
|
|
|
"normalize-line-endings",
|
|
|
|
"predicates-core",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.0.3"
|
2021-06-29 23:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb"
|
2021-06-29 23:46:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.0.5"
|
2021-06-29 23:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032"
|
2021-06-29 23:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"predicates-core",
|
2022-03-10 18:01:38 +00:00
|
|
|
"termtree",
|
2021-06-29 23:46:41 +00:00
|
|
|
]
|
|
|
|
|
2021-08-26 14:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.1.3"
|
2021-08-26 14:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
2021-08-26 14:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2022-01-04 09:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-02-06 03:58:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.0.36"
|
2019-12-14 23:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2019-12-14 23:40:12 +00:00
|
|
|
dependencies = [
|
2021-10-15 05:21:38 +00:00
|
|
|
"unicode-xid",
|
2019-12-14 23:40:12 +00:00
|
|
|
]
|
|
|
|
|
2021-01-21 21:59:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "process_control"
|
2022-03-17 17:07:08 +00:00
|
|
|
version = "3.3.0"
|
2021-01-21 21:59:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:07:08 +00:00
|
|
|
checksum = "26d4fa9c62a51815c9588b09a94f713c1e9a87d74142537d7c7d5ee972b8479f"
|
2021-01-21 21:59:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"libc",
|
2022-01-03 10:05:52 +00:00
|
|
|
"windows-sys",
|
2021-01-21 21:59:14 +00:00
|
|
|
]
|
|
|
|
|
2020-07-07 22:45:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2021-02-24 05:18:17 +00:00
|
|
|
version = "0.22.0"
|
2020-07-07 22:45:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-24 05:18:17 +00:00
|
|
|
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
|
2020-07-07 22:45:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2019-09-30 12:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.0.15"
|
2019-09-30 12:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
2019-09-30 12:10:35 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"proc-macro2",
|
2019-09-30 12:10:35 +00:00
|
|
|
]
|
|
|
|
|
2020-12-25 18:08:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-15 07:45:02 +00:00
|
|
|
version = "0.8.5"
|
2020-12-25 18:08:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-15 07:45:02 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-12-25 18:08:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-05-01 18:02:29 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2020-12-25 18:08:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "0.3.1"
|
2020-12-25 18:08:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-12-25 18:08:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-05-01 18:02:29 +00:00
|
|
|
"rand_core",
|
2020-12-25 18:08:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "0.6.3"
|
2020-12-25 18:08:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2020-12-25 18:08:07 +00:00
|
|
|
dependencies = [
|
2022-03-21 07:06:44 +00:00
|
|
|
"getrandom",
|
2019-04-16 14:59:57 +00:00
|
|
|
]
|
|
|
|
|
2019-04-16 19:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2021-05-19 08:10:45 +00:00
|
|
|
version = "1.5.1"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-19 08:10:45 +00:00
|
|
|
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
|
2019-04-16 19:20:00 +00:00
|
|
|
dependencies = [
|
2020-06-22 09:19:32 +00:00
|
|
|
"autocfg",
|
2020-05-14 16:50:43 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2019-04-16 19:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2021-05-19 08:10:45 +00:00
|
|
|
version = "1.9.1"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-19 08:10:45 +00:00
|
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
2019-04-16 19:20:00 +00:00
|
|
|
dependencies = [
|
2020-08-25 05:22:11 +00:00
|
|
|
"crossbeam-channel",
|
2020-05-14 16:50:43 +00:00
|
|
|
"crossbeam-deque",
|
2021-01-02 20:31:49 +00:00
|
|
|
"crossbeam-utils",
|
2020-05-14 16:50:43 +00:00
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2019-04-04 18:18:15 +00:00
|
|
|
]
|
|
|
|
|
2021-01-13 05:19:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.2.11"
|
2021-01-13 05:19:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
|
2021-01-13 05:19:35 +00:00
|
|
|
dependencies = [
|
2021-10-15 05:21:38 +00:00
|
|
|
"bitflags",
|
2021-01-13 05:19:35 +00:00
|
|
|
]
|
|
|
|
|
2021-01-29 17:40:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
2022-03-21 07:06:44 +00:00
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
2021-01-29 17:40:04 +00:00
|
|
|
]
|
|
|
|
|
2019-04-16 00:54:52 +00:00
|
|
|
[[package]]
|
2019-05-14 04:43:11 +00:00
|
|
|
name = "regex"
|
2022-03-09 13:24:28 +00:00
|
|
|
version = "1.5.5"
|
2019-04-16 00:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-09 13:24:28 +00:00
|
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
2019-04-16 00:54:52 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2019-04-16 00:54:52 +00:00
|
|
|
]
|
|
|
|
|
2019-04-04 18:18:15 +00:00
|
|
|
[[package]]
|
2019-05-14 04:43:11 +00:00
|
|
|
name = "regex-syntax"
|
2021-05-03 17:20:48 +00:00
|
|
|
version = "0.6.25"
|
2019-04-04 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-03 17:20:48 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2019-04-04 18:18:15 +00:00
|
|
|
|
2019-04-07 20:43:11 +00:00
|
|
|
[[package]]
|
2019-05-14 04:43:11 +00:00
|
|
|
name = "remove_dir_all"
|
2020-06-15 16:44:01 +00:00
|
|
|
version = "0.5.3"
|
2019-09-30 12:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 16:44:01 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2019-09-30 12:10:35 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"winapi",
|
2019-09-30 12:10:35 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 07:58:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
2022-02-22 08:06:29 +00:00
|
|
|
version = "0.18.0"
|
2020-10-08 07:58:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 08:06:29 +00:00
|
|
|
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
|
2020-10-08 07:58:00 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2020-10-08 07:58:00 +00:00
|
|
|
"ordered-multimap",
|
|
|
|
]
|
|
|
|
|
2019-04-16 19:20:00 +00:00
|
|
|
[[package]]
|
2019-12-20 20:42:21 +00:00
|
|
|
name = "ryu"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.0.9"
|
2019-08-19 17:55:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2019-08-19 17:55:41 +00:00
|
|
|
|
2022-04-01 15:14:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schemars"
|
|
|
|
version = "0.8.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c6b5a3c80cea1ab61f4260238409510e814e38b4b563c06044edf91e7dc070e3"
|
|
|
|
dependencies = [
|
|
|
|
"dyn-clone",
|
|
|
|
"indexmap",
|
|
|
|
"schemars_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schemars_derive"
|
|
|
|
version = "0.8.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41ae4dce13e8614c46ac3c38ef1c0d668b101df6ac39817aebdaa26642ddae9b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde_derive_internals",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-12-14 23:40:12 +00:00
|
|
|
[[package]]
|
2019-12-20 20:42:21 +00:00
|
|
|
name = "scopeguard"
|
2020-02-19 21:22:09 +00:00
|
|
|
version = "1.1.0"
|
2019-12-14 23:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-12-14 23:40:12 +00:00
|
|
|
|
2020-12-05 11:25:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-03-28 12:38:31 +00:00
|
|
|
version = "1.0.7"
|
2020-12-05 11:25:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 12:38:31 +00:00
|
|
|
checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
|
2020-12-05 11:25:48 +00:00
|
|
|
|
2019-04-16 19:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-01-26 17:08:20 +00:00
|
|
|
version = "1.0.136"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-26 17:08:20 +00:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2020-02-11 05:28:52 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"serde_derive",
|
2020-02-11 05:28:52 +00:00
|
|
|
]
|
2019-12-14 23:40:12 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-01-26 17:08:20 +00:00
|
|
|
version = "1.0.136"
|
2019-12-14 23:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-26 17:08:20 +00:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2019-12-14 23:40:12 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"proc-macro2",
|
2021-10-15 05:21:38 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-12-14 23:40:12 +00:00
|
|
|
]
|
2019-04-16 19:20:00 +00:00
|
|
|
|
2022-04-01 15:14:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1dbab34ca63057a1f15280bdf3c39f2b1eb1b54c17e98360e511637aef7418c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-04-16 19:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-02-14 14:52:06 +00:00
|
|
|
version = "1.0.79"
|
2019-04-16 19:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-14 14:52:06 +00:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
2019-04-16 19:20:00 +00:00
|
|
|
dependencies = [
|
2022-01-14 12:22:36 +00:00
|
|
|
"itoa",
|
2020-05-14 16:50:43 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-04-16 19:20:00 +00:00
|
|
|
]
|
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2021-05-15 14:04:49 +00:00
|
|
|
version = "0.1.7"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:04:49 +00:00
|
|
|
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2021-10-15 05:21:38 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-01 06:24:20 +00:00
|
|
|
]
|
|
|
|
|
2020-04-06 17:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
2020-04-06 17:16:18 +00:00
|
|
|
dependencies = [
|
2021-10-05 23:27:25 +00:00
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"digest 0.8.1",
|
2020-05-14 16:50:43 +00:00
|
|
|
"fake-simd",
|
2021-12-08 07:05:30 +00:00
|
|
|
"opaque-debug",
|
2021-10-05 23:27:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2021-12-08 07:05:30 +00:00
|
|
|
version = "0.10.0"
|
2021-10-05 23:27:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-08 07:05:30 +00:00
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
2021-10-05 23:27:25 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2021-10-05 23:27:25 +00:00
|
|
|
"cpufeatures",
|
2022-03-10 18:01:38 +00:00
|
|
|
"digest 0.10.3",
|
2020-04-06 17:16:18 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 07:06:17 +00: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"
|
|
|
|
|
2021-01-22 19:14:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shadow-rs"
|
2022-03-22 19:36:55 +00:00
|
|
|
version = "0.11.0"
|
2021-01-22 19:14:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 19:36:55 +00:00
|
|
|
checksum = "f47e98e36909e951f4da3908f4475f969bec92a41734dd92e883aaa11c10294b"
|
2021-01-22 19:14:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2022-03-20 01:01:57 +00:00
|
|
|
"const_format",
|
2021-01-22 19:14:51 +00:00
|
|
|
"git2",
|
2021-11-12 07:05:24 +00:00
|
|
|
"is_debug",
|
2021-01-22 19:14:51 +00:00
|
|
|
]
|
|
|
|
|
2020-08-21 16:41:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
2022-02-07 14:28:17 +00:00
|
|
|
version = "1.1.0"
|
2020-08-21 16:41:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 14:28:17 +00:00
|
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
2020-08-21 16:41:36 +00:00
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.4.5"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2021-03-01 06:24:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.4.4"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-04-02 03:23:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "starship"
|
2022-03-24 19:12:59 +00:00
|
|
|
version = "1.5.4"
|
2020-05-14 16:50:43 +00:00
|
|
|
dependencies = [
|
2021-11-30 07:06:20 +00:00
|
|
|
"ansi_term",
|
2020-05-14 16:50:43 +00:00
|
|
|
"byte-unit",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
2022-01-04 09:49:42 +00:00
|
|
|
"clap_complete",
|
2022-03-24 19:06:24 +00:00
|
|
|
"dirs-next",
|
2022-02-23 23:32:35 +00:00
|
|
|
"dunce",
|
2020-05-14 16:50:43 +00:00
|
|
|
"gethostname",
|
|
|
|
"git2",
|
2020-10-13 19:06:41 +00:00
|
|
|
"indexmap",
|
2022-01-30 20:31:26 +00:00
|
|
|
"local_ipaddress",
|
2020-05-14 16:50:43 +00:00
|
|
|
"log",
|
2021-06-29 23:46:41 +00:00
|
|
|
"mockall",
|
2022-02-07 07:06:17 +00:00
|
|
|
"nix",
|
2020-08-11 16:44:25 +00:00
|
|
|
"notify-rust",
|
2020-05-14 16:50:43 +00:00
|
|
|
"once_cell",
|
|
|
|
"open",
|
|
|
|
"os_info",
|
|
|
|
"path-slash",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
2021-01-21 21:59:14 +00:00
|
|
|
"process_control",
|
2020-07-07 22:45:32 +00:00
|
|
|
"quick-xml",
|
2021-05-01 18:02:29 +00:00
|
|
|
"rand",
|
2020-05-14 16:50:43 +00:00
|
|
|
"rayon",
|
|
|
|
"regex",
|
2020-10-08 07:58:00 +00:00
|
|
|
"rust-ini",
|
2022-04-01 15:14:05 +00:00
|
|
|
"schemars",
|
2020-12-05 11:25:48 +00:00
|
|
|
"semver",
|
2020-11-30 12:52:55 +00:00
|
|
|
"serde",
|
2020-05-14 16:50:43 +00:00
|
|
|
"serde_json",
|
2021-12-08 07:05:30 +00:00
|
|
|
"sha-1 0.10.0",
|
2021-01-22 19:14:51 +00:00
|
|
|
"shadow-rs",
|
2020-08-21 16:41:36 +00:00
|
|
|
"shell-words",
|
2021-11-09 11:35:45 +00:00
|
|
|
"starship-battery",
|
2022-01-04 09:49:42 +00:00
|
|
|
"strsim",
|
2020-11-24 02:17:15 +00:00
|
|
|
"sys-info",
|
2020-05-14 16:50:43 +00:00
|
|
|
"tempfile",
|
2021-09-23 15:52:51 +00:00
|
|
|
"terminal_size",
|
2020-05-14 16:50:43 +00:00
|
|
|
"toml",
|
2021-10-23 08:15:46 +00:00
|
|
|
"toml_edit",
|
2020-05-14 16:50:43 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"urlencoding",
|
2021-04-08 22:37:54 +00:00
|
|
|
"versions",
|
2020-12-22 16:44:38 +00:00
|
|
|
"which",
|
2020-07-13 21:55:42 +00:00
|
|
|
"winapi",
|
2022-02-20 17:12:40 +00:00
|
|
|
"winres",
|
2020-05-14 16:50:43 +00:00
|
|
|
"yaml-rust",
|
2019-04-02 03:23:03 +00:00
|
|
|
]
|
|
|
|
|
2021-11-09 11:35:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "starship-battery"
|
|
|
|
version = "0.7.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3336198ad004af4447ae69be4f4e562c26814570f8f0c1e37858405a294e015d"
|
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2022-01-14 12:22:36 +00:00
|
|
|
"core-foundation",
|
2021-11-09 11:35:45 +00:00
|
|
|
"lazycell",
|
|
|
|
"libc",
|
|
|
|
"mach",
|
2022-02-07 07:06:17 +00:00
|
|
|
"nix",
|
2021-11-09 11:35:45 +00:00
|
|
|
"num-traits",
|
|
|
|
"uom",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-08-26 14:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2021-04-06 20:12:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2020-08-11 16:44:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2021-11-05 07:05:27 +00:00
|
|
|
version = "0.22.0"
|
2020-08-11 16:44:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-05 07:05:27 +00:00
|
|
|
checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
|
2020-08-11 16:44:25 +00:00
|
|
|
dependencies = [
|
2021-10-15 05:21:38 +00:00
|
|
|
"strum_macros",
|
2020-08-11 16:44:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-10-15 05:21:38 +00:00
|
|
|
name = "strum_macros"
|
2021-11-05 07:05:27 +00:00
|
|
|
version = "0.22.0"
|
2020-08-11 16:44:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-05 07:05:27 +00:00
|
|
|
checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
|
2020-08-11 16:44:25 +00:00
|
|
|
dependencies = [
|
2022-02-19 21:24:11 +00:00
|
|
|
"heck 0.3.3",
|
2021-10-15 05:21:38 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-08-11 16:44:25 +00:00
|
|
|
]
|
|
|
|
|
2019-04-04 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.0.86"
|
2019-04-04 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
2019-04-04 18:18:15 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"proc-macro2",
|
2021-10-15 05:21:38 +00:00
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-04-04 18:18:15 +00:00
|
|
|
]
|
|
|
|
|
2019-09-29 05:55:49 +00:00
|
|
|
[[package]]
|
2020-11-24 02:17:15 +00:00
|
|
|
name = "sys-info"
|
2021-10-22 07:05:32 +00:00
|
|
|
version = "0.9.1"
|
2019-09-29 05:55:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 07:05:32 +00:00
|
|
|
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
|
2019-09-29 05:55:49 +00:00
|
|
|
dependencies = [
|
2020-11-24 02:17:15 +00:00
|
|
|
"cc",
|
2020-05-14 16:50:43 +00:00
|
|
|
"libc",
|
2019-09-29 05:55:49 +00:00
|
|
|
]
|
|
|
|
|
2019-04-16 00:54:52 +00:00
|
|
|
[[package]]
|
2019-04-16 14:59:57 +00:00
|
|
|
name = "tempfile"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "3.3.0"
|
2019-04-16 00:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2019-04-16 00:54:52 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"cfg-if",
|
2022-03-10 18:01:38 +00:00
|
|
|
"fastrand",
|
2020-05-14 16:50:43 +00:00
|
|
|
"libc",
|
2022-03-21 07:06:44 +00:00
|
|
|
"redox_syscall",
|
2020-05-14 16:50:43 +00:00
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2019-05-14 04:43:11 +00:00
|
|
|
]
|
|
|
|
|
2022-01-04 09:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.1.3"
|
2022-01-04 09:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2022-01-04 09:49:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-01-02 04:19:08 +00:00
|
|
|
[[package]]
|
2021-09-23 15:52:51 +00:00
|
|
|
name = "terminal_size"
|
|
|
|
version = "0.1.17"
|
2020-01-02 04:19:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-23 15:52:51 +00:00
|
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
2020-01-02 04:19:08 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-01-02 04:19:08 +00:00
|
|
|
]
|
|
|
|
|
2022-03-10 18:01:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termtree"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
|
|
|
|
|
2019-04-02 03:23:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-03-03 10:15:28 +00:00
|
|
|
version = "0.15.0"
|
2019-04-02 03:23:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-03 10:15:28 +00:00
|
|
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
2019-04-02 03:23:03 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"unicode-width",
|
2019-04-02 03:23:03 +00:00
|
|
|
]
|
|
|
|
|
2021-08-26 14:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.0.30"
|
2021-08-26 14:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2021-08-26 14:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.0.30"
|
2021-08-26 14:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2021-08-26 14:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2021-10-15 05:21:38 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-08-26 14:07:40 +00:00
|
|
|
]
|
|
|
|
|
2019-05-14 04:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-10-14 19:29:16 +00:00
|
|
|
version = "0.1.44"
|
2019-05-14 04:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 19:29:16 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2019-05-14 04:43:11 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"libc",
|
2022-03-21 07:06:44 +00:00
|
|
|
"wasi",
|
2020-05-14 16:50:43 +00:00
|
|
|
"winapi",
|
2019-05-14 04:43:11 +00:00
|
|
|
]
|
|
|
|
|
2022-03-21 07:06:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num_threads",
|
|
|
|
]
|
|
|
|
|
2020-06-26 15:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.5.1"
|
2020-06-26 15:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2021-01-02 20:31:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-06-26 15:37:22 +00:00
|
|
|
|
2019-05-01 14:45:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2020-12-20 17:38:22 +00:00
|
|
|
version = "0.5.8"
|
2019-05-01 14:45:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-20 17:38:22 +00:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2019-05-01 14:45:56 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"indexmap",
|
|
|
|
"serde",
|
2019-05-01 14:45:56 +00:00
|
|
|
]
|
|
|
|
|
2021-10-23 08:15:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2022-03-31 10:37:29 +00:00
|
|
|
version = "0.14.2"
|
2021-10-23 08:15:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-31 10:37:29 +00:00
|
|
|
checksum = "86e793cd7300306ebefde30a6282a9016899b7bad63799511253d95518a62bcd"
|
2021-10-23 08:15:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"combine",
|
|
|
|
"indexmap",
|
|
|
|
"itertools",
|
|
|
|
]
|
|
|
|
|
2019-05-22 16:29:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "1.15.0"
|
2019-05-22 16:29:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2019-05-22 16:29:39 +00:00
|
|
|
|
2020-04-06 17:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
2020-04-06 17:16:18 +00:00
|
|
|
|
2022-01-04 09:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-04-07 20:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.3.7"
|
2019-04-07 20:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2019-04-07 20:43:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "0.1.19"
|
2019-04-07 20:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2019-04-07 20:43:11 +00:00
|
|
|
dependencies = [
|
2020-06-26 15:37:22 +00:00
|
|
|
"tinyvec",
|
2019-04-07 20:43:11 +00:00
|
|
|
]
|
|
|
|
|
2019-09-02 19:56:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-02-07 14:29:38 +00:00
|
|
|
version = "1.9.0"
|
2019-09-02 19:56:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 14:29:38 +00:00
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
2019-09-02 19:56:59 +00:00
|
|
|
|
2019-04-02 03:23:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-09-17 11:37:28 +00:00
|
|
|
version = "0.1.9"
|
2019-04-02 03:23:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-17 11:37:28 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2019-04-02 03:23:03 +00:00
|
|
|
|
2019-09-30 12:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-01 18:02:29 +00:00
|
|
|
version = "0.2.2"
|
2019-09-30 12:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 18:02:29 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2019-09-30 12:10:35 +00:00
|
|
|
|
2019-05-22 16:29:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uom"
|
2020-10-20 05:21:34 +00:00
|
|
|
version = "0.30.0"
|
2019-05-22 16:29:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-20 05:21:34 +00:00
|
|
|
checksum = "e76503e636584f1e10b9b3b9498538279561adcef5412927ba00c2b32c4ce5ed"
|
2019-05-22 16:29:39 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"num-traits",
|
|
|
|
"typenum",
|
2019-05-22 16:29:39 +00:00
|
|
|
]
|
|
|
|
|
2019-04-07 20:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-15 14:04:49 +00:00
|
|
|
version = "2.2.2"
|
2019-04-07 20:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:04:49 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-04-07 20:43:11 +00:00
|
|
|
dependencies = [
|
2021-01-02 20:31:49 +00:00
|
|
|
"form_urlencoded",
|
2020-05-14 16:50:43 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2019-04-07 20:43:11 +00:00
|
|
|
]
|
|
|
|
|
2019-12-14 23:40:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2021-07-19 18:22:33 +00:00
|
|
|
version = "2.1.0"
|
2019-12-14 23:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-19 18:22:33 +00:00
|
|
|
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
|
2019-12-14 23:40:12 +00:00
|
|
|
|
2020-07-06 05:58:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-width"
|
2021-05-01 18:02:29 +00:00
|
|
|
version = "0.1.5"
|
2020-07-06 05:58:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 18:02:29 +00:00
|
|
|
checksum = "7cf7d77f457ef8dfa11e4cd5933c5ddb5dc52a94664071951219a97710f0a32b"
|
2020-07-06 05:58:21 +00:00
|
|
|
|
2019-04-07 20:43:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-08-26 14:07:40 +00:00
|
|
|
version = "0.2.15"
|
2019-04-07 20:43:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2019-04-07 20:43:11 +00:00
|
|
|
|
2021-04-08 22:37:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.9.4"
|
2021-04-08 22:37:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-04-08 22:37:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "versions"
|
2022-01-10 10:32:59 +00:00
|
|
|
version = "4.0.0"
|
2021-04-08 22:37:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-10 10:32:59 +00:00
|
|
|
checksum = "d5276c151793dde1cc57e08123f36f96e662a9f2532060c677612bf0e2c604d4"
|
2021-04-08 22:37:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"itertools",
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
2020-10-14 19:29:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
2021-08-26 14:07:40 +00:00
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 14:07:40 +00:00
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-12-22 16:44:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2022-03-21 12:12:03 +00:00
|
|
|
version = "4.2.5"
|
2020-12-22 16:44:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 12:12:03 +00:00
|
|
|
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
|
2020-12-22 16:44:38 +00:00
|
|
|
dependencies = [
|
2021-03-29 05:40:44 +00:00
|
|
|
"either",
|
2021-07-30 18:01:12 +00:00
|
|
|
"lazy_static",
|
2020-12-22 16:44:38 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-04-02 03:23:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-26 15:37:22 +00:00
|
|
|
version = "0.3.9"
|
2019-04-02 03:23:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-26 15:37:22 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-04-02 03:23:03 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-04-02 03:23:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 16:50:43 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-04-02 03:23:03 +00:00
|
|
|
|
2022-01-04 09:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-04-02 03:23:03 +00: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-14 16:50:43 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-04-02 03:23:03 +00:00
|
|
|
|
2020-08-11 16:44:25 +00:00
|
|
|
[[package]]
|
2021-10-15 05:21:38 +00:00
|
|
|
name = "windows"
|
2021-11-05 07:05:27 +00:00
|
|
|
version = "0.24.0"
|
2020-08-11 16:44:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-05 07:05:27 +00:00
|
|
|
checksum = "a9f39345ae0c8ab072c0ac7fe8a8b411636aa34f89be19ddd0d9226544f13944"
|
2020-08-11 16:44:25 +00:00
|
|
|
dependencies = [
|
2022-01-03 10:05:52 +00:00
|
|
|
"windows_i686_gnu 0.24.0",
|
|
|
|
"windows_i686_msvc 0.24.0",
|
|
|
|
"windows_x86_64_gnu 0.24.0",
|
|
|
|
"windows_x86_64_msvc 0.24.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-03-17 17:07:08 +00:00
|
|
|
version = "0.33.0"
|
2022-01-03 10:05:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:07:08 +00:00
|
|
|
checksum = "43dbb096663629518eb1dfa72d80243ca5a6aca764cae62a2df70af760a9be75"
|
2022-01-03 10:05:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
2022-03-17 17:07:08 +00:00
|
|
|
"windows_i686_gnu 0.33.0",
|
|
|
|
"windows_i686_msvc 0.33.0",
|
|
|
|
"windows_x86_64_gnu 0.33.0",
|
|
|
|
"windows_x86_64_msvc 0.33.0",
|
2021-10-15 05:21:38 +00:00
|
|
|
]
|
|
|
|
|
2022-01-03 10:05:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-03-17 17:07:08 +00:00
|
|
|
version = "0.33.0"
|
2022-01-03 10:05:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:07:08 +00:00
|
|
|
checksum = "cd761fd3eb9ab8cc1ed81e56e567f02dd82c4c837e48ac3b2181b9ffc5060807"
|
2022-01-03 10:05:52 +00:00
|
|
|
|
2021-10-15 05:21:38 +00:00
|
|
|
[[package]]
|
2021-11-05 07:05:27 +00:00
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.24.0"
|
2021-10-15 05:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-05 07:05:27 +00:00
|
|
|
checksum = "c0866510a3eca9aed73a077490bbbf03e5eaac4e1fd70849d89539e5830501fd"
|
2021-10-15 05:21:38 +00:00
|
|
|
|
2022-01-03 10:05:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-03-17 17:07:08 +00:00
|
|
|
version = "0.33.0"
|
2022-01-03 10:05:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:07:08 +00:00
|
|
|
checksum = "cab0cf703a96bab2dc0c02c0fa748491294bf9b7feb27e1f4f96340f208ada0e"
|
2022-01-03 10:05:52 +00:00
|
|
|
|
2021-10-15 05:21:38 +00:00
|
|
|
[[package]]
|
2021-11-05 07:05:27 +00:00
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.24.0"
|
2021-10-15 05:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-05 07:05:27 +00:00
|
|
|
checksum = "bf0ffed56b7e9369a29078d2ab3aaeceea48eb58999d2cff3aa2494a275b95c6"
|
2020-08-11 16:44:25 +00:00
|
|
|
|
2022-01-03 10:05:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-03-17 17:07:08 +00:00
|
|
|
version = "0.33.0"
|
2022-01-03 10:05:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:07:08 +00:00
|
|
|
checksum = "8cfdbe89cc9ad7ce618ba34abc34bbb6c36d99e96cae2245b7943cd75ee773d0"
|
2022-01-03 10:05:52 +00:00
|
|
|
|
2021-10-15 05:21:38 +00:00
|
|
|
[[package]]
|
2021-11-05 07:05:27 +00:00
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.24.0"
|
2021-10-15 05:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-05 07:05:27 +00:00
|
|
|
checksum = "384a173630588044205a2993b6864a2f56e5a8c1e7668c07b93ec18cf4888dc4"
|
2021-10-15 05:21:38 +00:00
|
|
|
|
2022-01-03 10:05:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-03-17 17:07:08 +00:00
|
|
|
version = "0.33.0"
|
2022-01-03 10:05:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:07:08 +00:00
|
|
|
checksum = "b4dd9b0c0e9ece7bb22e84d70d01b71c6d6248b81a3c60d11869451b4cb24784"
|
2022-01-03 10:05:52 +00:00
|
|
|
|
2021-10-15 05:21:38 +00:00
|
|
|
[[package]]
|
2021-11-05 07:05:27 +00:00
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.24.0"
|
2021-10-15 05:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-05 07:05:27 +00:00
|
|
|
checksum = "9bd8f062d8ca5446358159d79a90be12c543b3a965c847c8f3eedf14b321d399"
|
2021-10-15 05:21:38 +00:00
|
|
|
|
2022-01-03 10:05:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-03-17 17:07:08 +00:00
|
|
|
version = "0.33.0"
|
2022-01-03 10:05:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:07:08 +00:00
|
|
|
checksum = "ff1e4aa646495048ec7f3ffddc411e1d829c026a2ec62b39da15c1055e406eaa"
|
2022-01-03 10:05:52 +00:00
|
|
|
|
2022-02-20 17:12:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winres"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
|
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-08-11 16:44:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winrt-notification"
|
2022-03-10 18:01:38 +00:00
|
|
|
version = "0.5.1"
|
2020-08-11 16:44:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 18:01:38 +00:00
|
|
|
checksum = "007a0353840b23e0c6dc73e5b962ff58ed7f6bc9ceff3ce7fe6fbad8d496edf4"
|
2020-08-11 16:44:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"strum",
|
2021-10-15 05:21:38 +00:00
|
|
|
"windows",
|
2020-08-11 16:44:25 +00:00
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2021-10-15 05:21:38 +00:00
|
|
|
version = "0.8.4"
|
2020-08-11 16:44:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 05:21:38 +00:00
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
2020-08-11 16:44:25 +00:00
|
|
|
|
2019-10-01 18:58:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2021-01-04 05:27:29 +00:00
|
|
|
version = "0.4.5"
|
2019-10-01 18:58:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 05:27:29 +00:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2019-10-01 18:58:24 +00:00
|
|
|
dependencies = [
|
2020-05-14 16:50:43 +00:00
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2021-03-01 06:24:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus"
|
2022-02-07 07:06:17 +00:00
|
|
|
version = "2.1.1"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 07:06:17 +00:00
|
|
|
checksum = "7bb86f3d4592e26a48b2719742aec94f8ae6238ebde20d98183ee185d1275e9a"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"async-broadcast",
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
2021-03-01 06:24:20 +00:00
|
|
|
"async-io",
|
2022-02-07 07:06:17 +00:00
|
|
|
"async-lock",
|
|
|
|
"async-recursion",
|
|
|
|
"async-task",
|
|
|
|
"async-trait",
|
2021-03-01 06:24:20 +00:00
|
|
|
"byteorder",
|
|
|
|
"derivative",
|
|
|
|
"enumflags2",
|
2022-02-07 07:06:17 +00:00
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"lazy_static",
|
|
|
|
"nix",
|
2021-03-01 06:24:20 +00:00
|
|
|
"once_cell",
|
2022-02-07 07:06:17 +00:00
|
|
|
"ordered-stream",
|
|
|
|
"rand",
|
2021-03-01 06:24:20 +00:00
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
2022-02-07 07:06:17 +00:00
|
|
|
"sha1",
|
|
|
|
"static_assertions",
|
|
|
|
"winapi",
|
2021-03-01 06:24:20 +00:00
|
|
|
"zbus_macros",
|
2022-02-07 07:06:17 +00:00
|
|
|
"zbus_names",
|
2021-03-01 06:24:20 +00:00
|
|
|
"zvariant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus_macros"
|
2022-02-07 07:06:17 +00:00
|
|
|
version = "2.1.1"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 07:06:17 +00:00
|
|
|
checksum = "36823cc10fddc3c6b19f048903262dacaf8274170e9a255784bdd8b4570a8040"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"proc-macro-crate",
|
2021-03-01 06:24:20 +00:00
|
|
|
"proc-macro2",
|
2021-10-15 05:21:38 +00:00
|
|
|
"quote",
|
2022-02-07 07:06:17 +00:00
|
|
|
"regex",
|
2021-10-15 05:21:38 +00:00
|
|
|
"syn",
|
2021-03-01 06:24:20 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 07:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zbus_names"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45dfcdcf87b71dad505d30cc27b1b7b88a64b6d1c435648f48f9dbc1fdc4b7e1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
|
|
|
"zvariant",
|
|
|
|
]
|
|
|
|
|
2021-03-01 06:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zvariant"
|
2022-02-07 07:06:17 +00:00
|
|
|
version = "3.1.2"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 07:06:17 +00:00
|
|
|
checksum = "49ea5dc38b2058fae6a5b79009388143dadce1e91c26a67f984a0fc0381c8033"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"enumflags2",
|
2022-02-07 07:06:17 +00:00
|
|
|
"libc",
|
2021-03-01 06:24:20 +00:00
|
|
|
"serde",
|
2021-08-26 14:07:40 +00:00
|
|
|
"static_assertions",
|
2021-03-01 06:24:20 +00:00
|
|
|
"zvariant_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zvariant_derive"
|
2022-02-07 07:06:17 +00:00
|
|
|
version = "3.1.2"
|
2021-03-01 06:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 07:06:17 +00:00
|
|
|
checksum = "8c2cecc5a61c2a053f7f653a24cd15b3b0195d7f7ddb5042c837fb32e161fb7a"
|
2021-03-01 06:24:20 +00:00
|
|
|
dependencies = [
|
2022-02-07 07:06:17 +00:00
|
|
|
"proc-macro-crate",
|
2021-03-01 06:24:20 +00:00
|
|
|
"proc-macro2",
|
2021-10-15 05:21:38 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-01 06:24:20 +00:00
|
|
|
]
|