2019-05-23 20:17:38 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-10-07 11:31:30 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-05-16 15:28:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.17.0"
|
2020-05-16 15:28:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
2020-05-16 15:28:47 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"gimli",
|
2020-05-16 15:28:47 +00:00
|
|
|
]
|
|
|
|
|
2020-07-09 10:46:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "1.0.2"
|
2020-07-09 10:46:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-07-09 10:46:27 +00:00
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-07 22:11:31 +00:00
|
|
|
version = "0.7.18"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 22:11:31 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2018-03-20 00:11:16 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"memchr",
|
2018-03-20 00:11:16 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.12.1"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2018-03-06 14:07:00 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "1.0.58"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
|
2021-04-09 12:33:28 +00:00
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "0.3.6"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
2018-03-05 17:23:41 +00:00
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.5.2"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2018-03-23 13:21:32 +00:00
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-10 15:14:16 +00:00
|
|
|
version = "0.2.14"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2018-03-05 17:23:41 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2018-03-05 17:23:41 +00:00
|
|
|
]
|
|
|
|
|
2019-01-11 17:14:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.1.8"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.1.0",
|
|
|
|
]
|
2019-01-11 17:14:26 +00:00
|
|
|
|
2020-01-10 15:14:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.1.0"
|
2020-01-10 15:14:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-01-10 15:14:16 +00:00
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.65"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
|
2018-03-18 18:15:17 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"addr2line",
|
2021-05-07 22:11:31 +00:00
|
|
|
"cc",
|
2020-10-16 12:35:50 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
2020-03-31 00:12:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.10"
|
2020-03-31 00:12:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
|
2020-03-31 00:12:54 +00:00
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2019-02-27 18:42:14 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"byteorder",
|
|
|
|
"safemem",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2018-11-20 11:02:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.10.1"
|
2018-11-20 11:02:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
2018-11-20 11:02:43 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"byteorder",
|
2018-11-20 11:02:43 +00:00
|
|
|
]
|
|
|
|
|
2021-01-04 10:44:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "1.3.2"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2019-04-01 13:12:56 +00:00
|
|
|
[[package]]
|
2019-08-25 13:14:33 +00:00
|
|
|
name = "blake2b_simd"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.5.11"
|
2019-04-01 13:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
2019-04-01 13:12:56 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
2019-04-01 13:12:56 +00:00
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
2018-03-18 18:15:17 +00:00
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2019-04-18 19:17:22 +00:00
|
|
|
version = "0.7.3"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
2018-03-06 14:07:00 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"block-padding",
|
|
|
|
"byte-tools",
|
|
|
|
"byteorder",
|
2021-04-09 12:33:28 +00:00
|
|
|
"generic-array 0.12.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"generic-array 0.14.5",
|
2018-10-15 21:02:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.1.5"
|
2018-10-15 21:02:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
2018-10-15 21:02:56 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"byte-tools",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2019-06-29 14:14:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2021-10-06 11:51:38 +00:00
|
|
|
version = "0.2.17"
|
2019-06-29 14:14:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-06 11:51:38 +00:00
|
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
2019-06-29 14:14:12 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
2019-06-29 14:14:12 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "3.10.0"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.3.1"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
2018-03-06 14:07:00 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "1.4.3"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2019-03-06 21:22:12 +00:00
|
|
|
version = "0.4.12"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"byteorder",
|
|
|
|
"iovec",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2020-07-30 16:23:52 +00:00
|
|
|
version = "0.5.6"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "1.1.0"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-04-09 12:33:28 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.0.73"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "0.1.10"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2020-10-16 12:35:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2018-08-02 00:39:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chbs"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.1.0"
|
2018-08-02 00:39:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "3553a1f278b0090017b37d0f2e4878ee1de65439626bd51030ef2bd97ebdf7f7"
|
2018-08-02 00:39:20 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"derive_builder 0.9.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"failure",
|
2022-06-07 08:29:32 +00:00
|
|
|
"rand 0.8.5",
|
2018-08-02 00:39:20 +00:00
|
|
|
]
|
|
|
|
|
2019-03-14 21:12:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "checked_int_cast"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919"
|
2019-03-14 21:12:21 +00:00
|
|
|
|
2018-03-08 19:32:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-10-16 12:35:50 +00:00
|
|
|
version = "0.4.19"
|
2018-03-08 19:32:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:35:50 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2018-03-08 19:32:45 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2022-06-18 23:41:03 +00:00
|
|
|
"time 0.1.44",
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2018-03-08 19:32:45 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "2.34.0"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2018-03-05 17:23:41 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim 0.8.0",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2018-03-05 17:23:41 +00:00
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard"
|
2018-11-20 10:04:27 +00:00
|
|
|
version = "0.5.0"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7"
|
2018-03-18 18:15:17 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"clipboard-win",
|
|
|
|
"objc",
|
|
|
|
"objc-foundation",
|
|
|
|
"objc_id",
|
|
|
|
"x11-clipboard",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2019-05-30 12:17:56 +00:00
|
|
|
version = "2.2.0"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b"
|
2018-03-18 18:15:17 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
2018-08-02 00:39:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2018-08-02 00:39:20 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bitflags",
|
2018-08-02 00:39:20 +00:00
|
|
|
]
|
|
|
|
|
2018-03-27 21:31:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2020-09-21 10:23:45 +00:00
|
|
|
version = "2.0.0"
|
2018-03-27 21:31:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
|
2018-03-27 21:31:25 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"atty",
|
|
|
|
"lazy_static",
|
|
|
|
"winapi 0.3.9",
|
2018-03-27 21:31:25 +00:00
|
|
|
]
|
|
|
|
|
2020-09-21 10:23:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.4.9"
|
2020-09-21 10:23:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
|
2020-09-21 10:23:45 +00:00
|
|
|
|
2019-04-01 13:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2020-01-20 17:06:43 +00:00
|
|
|
version = "0.1.5"
|
2019-04-01 13:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2019-04-01 13:12:56 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.9.3"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-10-14 20:52:02 +00:00
|
|
|
version = "0.8.3"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 20:52:02 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2019-01-11 17:14:26 +00:00
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
2021-05-07 22:11:31 +00:00
|
|
|
name = "cpufeatures"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.2"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
2021-05-07 22:11:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-04-09 12:33:28 +00:00
|
|
|
|
2020-05-30 14:16:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.5.5"
|
2020-05-30 14:16:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"
|
2020-05-30 14:16:45 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-06-18 23:41:03 +00:00
|
|
|
"crossbeam-utils 0.8.9",
|
2020-05-30 14:16:45 +00:00
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "0.7.2"
|
2018-11-20 10:03:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
2018-11-20 10:03:08 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"autocfg 1.1.0",
|
2020-10-16 12:35:50 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-10-16 12:33:46 +00:00
|
|
|
"lazy_static",
|
2018-11-20 10:03:08 +00:00
|
|
|
]
|
|
|
|
|
2021-01-04 10:44:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.8.9"
|
2021-01-04 10:44:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "8ff1f980957787286a554052d03c7aee98d99cc32e09f6d45f0a814133c87978"
|
2021-01-04 10:44:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-06-18 23:41:03 +00:00
|
|
|
"once_cell",
|
2021-01-04 10:44:01 +00:00
|
|
|
]
|
|
|
|
|
2019-03-14 21:12:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.23.2"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17"
|
2019-03-14 21:12:21 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bitflags",
|
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
2022-06-20 08:08:45 +00:00
|
|
|
"mio 0.8.4",
|
2022-06-07 08:29:32 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-10-16 12:33:46 +00:00
|
|
|
"signal-hook",
|
2022-06-07 08:29:32 +00:00
|
|
|
"signal-hook-mio",
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.9.0"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
|
2019-03-14 21:12:21 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2021-08-30 12:18:58 +00:00
|
|
|
version = "0.11.1"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-30 12:18:58 +00:00
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
2018-03-06 14:07:00 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"generic-array 0.14.5",
|
2020-10-16 12:33:46 +00:00
|
|
|
"subtle",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2018-04-27 17:11:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "1.1.6"
|
2018-04-27 17:11:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
|
2018-04-27 17:11:21 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bstr",
|
|
|
|
"csv-core",
|
2022-06-07 08:29:32 +00:00
|
|
|
"itoa 0.4.8",
|
2020-10-16 12:33:46 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-10-28 17:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "0.1.10"
|
2018-10-28 17:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
2018-10-28 17:21:53 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"memchr",
|
2018-04-27 17:11:21 +00:00
|
|
|
]
|
|
|
|
|
2018-10-28 17:17:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2019-11-06 15:52:26 +00:00
|
|
|
version = "0.10.2"
|
2019-10-24 14:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
2019-10-24 14:42:50 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"darling_core 0.10.2",
|
|
|
|
"darling_macro 0.10.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2021-04-21 17:13:07 +00:00
|
|
|
version = "0.12.4"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 17:13:07 +00:00
|
|
|
checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
2021-04-21 17:13:07 +00:00
|
|
|
"darling_core 0.12.4",
|
|
|
|
"darling_macro 0.12.4",
|
2019-10-24 14:42:50 +00:00
|
|
|
]
|
|
|
|
|
2018-10-28 17:17:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2019-11-06 15:52:26 +00:00
|
|
|
version = "0.10.2"
|
2019-10-24 14:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
2019-10-24 14:42:50 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.9.3",
|
|
|
|
"syn",
|
2019-10-24 14:42:50 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2021-04-21 17:13:07 +00:00
|
|
|
version = "0.12.4"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 17:13:07 +00:00
|
|
|
checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2018-10-28 17:17:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2019-11-06 15:52:26 +00:00
|
|
|
version = "0.10.2"
|
2019-10-24 14:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
2019-10-24 14:42:50 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"darling_core 0.10.2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2021-04-21 17:13:07 +00:00
|
|
|
version = "0.12.4"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 17:13:07 +00:00
|
|
|
checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
2021-04-21 17:13:07 +00:00
|
|
|
"darling_core 0.12.4",
|
2020-10-16 12:33:46 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-10-24 14:42:50 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 15:13:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
|
2019-11-29 15:13:23 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"darling 0.10.2",
|
|
|
|
"derive_builder_core 0.9.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-10-24 14:42:50 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2021-04-21 17:13:07 +00:00
|
|
|
version = "0.10.2"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 17:13:07 +00:00
|
|
|
checksum = "d13202debe11181040ae9063d739fa32cfcaaebe2275fe387703460ae2365b30"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
|
|
|
|
2019-11-29 15:13:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
|
2019-11-29 15:13:23 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"darling 0.10.2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2021-04-21 17:13:07 +00:00
|
|
|
version = "0.10.2"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 17:13:07 +00:00
|
|
|
checksum = "66e616858f6187ed828df7c64a6d71720d83767a7f19740b2d1b6fe6327b36e5"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
2021-04-21 17:13:07 +00:00
|
|
|
"darling 0.12.4",
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-10-24 14:42:50 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
2021-04-21 17:13:07 +00:00
|
|
|
version = "0.10.2"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 17:13:07 +00:00
|
|
|
checksum = "58a94ace95092c5acb1e97a7e846b310cfbd499652f72297da7493f618a98d73"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
2021-04-21 17:13:07 +00:00
|
|
|
"derive_builder_core 0.10.2",
|
2021-04-09 12:33:28 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2019-07-17 12:59:29 +00:00
|
|
|
version = "0.8.1"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2018-03-06 14:07:00 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"generic-array 0.12.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"generic-array 0.14.5",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2018-05-10 20:26:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
2021-10-06 11:51:38 +00:00
|
|
|
version = "4.0.1"
|
2018-05-10 20:26:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-06 11:51:38 +00:00
|
|
|
checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
|
2018-05-10 20:26:54 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"dirs-sys",
|
2019-04-01 13:12:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
2019-04-01 13:12:56 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2021-05-07 22:11:31 +00:00
|
|
|
"redox_users 0.3.5",
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2018-05-10 20:26:54 +00:00
|
|
|
]
|
|
|
|
|
2019-05-30 12:17:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.7"
|
2019-05-30 12:17:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2019-05-30 12:17:56 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2022-06-07 08:29:32 +00:00
|
|
|
"redox_users 0.4.3",
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2019-05-30 12:17:56 +00:00
|
|
|
]
|
|
|
|
|
2020-03-31 00:12:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
2020-03-31 00:12:54 +00:00
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2018-04-27 17:11:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "0.3.6"
|
2018-04-27 17:11:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
2018-04-27 17:11:21 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.8.31"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-26 23:06:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2020-05-04 23:46:01 +00:00
|
|
|
version = "0.1.8"
|
2018-03-26 23:06:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
2018-03-26 23:06:14 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"backtrace",
|
|
|
|
"failure_derive",
|
2018-03-26 23:06:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2020-05-04 23:46:01 +00:00
|
|
|
version = "0.1.8"
|
2018-03-26 23:06:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
2018-03-26 23:06:14 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
2018-03-26 23:06:14 +00:00
|
|
|
]
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2018-03-06 14:07:00 +00:00
|
|
|
|
2022-06-07 08:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2018-04-19 11:52:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ffsend"
|
2022-06-20 08:09:01 +00:00
|
|
|
version = "0.2.76"
|
2020-10-16 12:33:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"chbs",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"clipboard",
|
|
|
|
"colored",
|
2021-04-21 17:13:07 +00:00
|
|
|
"derive_builder 0.10.2",
|
2020-10-16 12:33:46 +00:00
|
|
|
"directories",
|
|
|
|
"failure",
|
|
|
|
"ffsend-api",
|
|
|
|
"fs2",
|
|
|
|
"lazy_static",
|
|
|
|
"open",
|
|
|
|
"openssl-probe",
|
|
|
|
"pathdiff",
|
|
|
|
"pbr",
|
|
|
|
"prettytable-rs",
|
|
|
|
"qr2term",
|
2022-06-07 08:29:32 +00:00
|
|
|
"rand 0.8.5",
|
2020-10-16 12:33:46 +00:00
|
|
|
"regex",
|
|
|
|
"rpassword",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"tar",
|
|
|
|
"tempfile",
|
|
|
|
"toml",
|
|
|
|
"urlshortener",
|
2021-10-14 20:52:02 +00:00
|
|
|
"version-compare 0.1.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"which",
|
2018-04-19 11:52:00 +00:00
|
|
|
]
|
|
|
|
|
2018-03-08 21:56:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ffsend-api"
|
2021-08-30 12:18:58 +00:00
|
|
|
version = "0.7.3"
|
2020-10-16 12:33:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-30 12:18:58 +00:00
|
|
|
checksum = "a9f74aa6959e4fe79f720b03058e068dd5f18851706d4d350a83b441dd4ced95"
|
2020-10-16 12:33:46 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"anyhow",
|
2020-10-16 12:33:46 +00:00
|
|
|
"arrayref",
|
2021-04-09 12:33:28 +00:00
|
|
|
"base64 0.13.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"byteorder",
|
2021-08-26 18:37:43 +00:00
|
|
|
"bytes 1.1.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"chrono",
|
2021-04-09 12:33:28 +00:00
|
|
|
"derive_builder 0.9.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"hkdf",
|
2022-06-07 08:29:32 +00:00
|
|
|
"hyper 0.14.19",
|
2020-10-16 12:33:46 +00:00
|
|
|
"mime 0.3.16",
|
|
|
|
"mime_guess",
|
|
|
|
"openssl",
|
|
|
|
"regex",
|
2022-06-18 23:41:03 +00:00
|
|
|
"reqwest 0.11.11",
|
2020-10-16 12:33:46 +00:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
2021-04-09 12:33:28 +00:00
|
|
|
"thiserror",
|
2021-08-26 18:37:43 +00:00
|
|
|
"time 0.2.27",
|
2021-05-07 22:11:31 +00:00
|
|
|
"url 2.2.2",
|
2021-10-06 11:51:38 +00:00
|
|
|
"version-compare 0.0.11",
|
2020-10-16 12:33:46 +00:00
|
|
|
"websocket",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-05-15 08:13:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.16"
|
2018-05-15 08:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
|
2018-05-15 08:13:19 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2022-06-07 08:29:32 +00:00
|
|
|
"redox_syscall 0.2.13",
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2018-05-15 08:13:19 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-16 15:28:47 +00:00
|
|
|
version = "1.0.7"
|
2018-09-04 17:47:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2018-09-04 17:47:40 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"foreign-types-shared",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2021-01-04 10:44:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "1.0.1"
|
2021-01-04 10:44:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2021-01-04 10:44:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
]
|
|
|
|
|
2018-05-10 14:47:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
2018-05-10 14:47:05 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2018-05-10 14:47:05 +00:00
|
|
|
]
|
|
|
|
|
2019-02-18 13:06:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2019-02-18 13:06:53 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "0.1.31"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.21"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"futures-core",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.21"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.21"
|
2020-05-17 11:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
2020-05-17 11:41:04 +00:00
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.21"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.21"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.21"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2022-06-07 08:29:32 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2020-10-16 12:33:46 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
2018-03-06 14:07:00 +00:00
|
|
|
name = "generic-array"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "0.12.4"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2018-03-06 14:07:00 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"typenum",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.14.5"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2022-06-07 08:29:32 +00:00
|
|
|
"version_check 0.9.4",
|
2021-04-09 12:33:28 +00:00
|
|
|
]
|
|
|
|
|
2019-07-17 12:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.1.16"
|
2019-07-17 12:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2019-07-17 12:59:29 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2019-07-17 12:59:29 +00:00
|
|
|
]
|
|
|
|
|
2021-01-04 10:44:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.2.7"
|
2021-01-04 10:44:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
2021-01-04 10:44:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2022-06-18 23:41:03 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-01-04 10:44:01 +00:00
|
|
|
]
|
|
|
|
|
2020-05-16 15:28:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.26.1"
|
2020-05-16 15:28:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
|
2020-05-16 15:28:47 +00:00
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.2.7"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bytes 0.5.6",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2021-04-09 12:33:28 +00:00
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-util 0.3.1",
|
2020-10-16 12:33:46 +00:00
|
|
|
"tracing",
|
2021-01-04 10:44:01 +00:00
|
|
|
"tracing-futures",
|
2020-07-30 16:23:52 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.13"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
2021-08-26 18:37:43 +00:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 12:33:28 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2022-06-07 08:29:32 +00:00
|
|
|
"tokio 1.19.2",
|
|
|
|
"tokio-util 0.7.3",
|
2021-04-09 12:33:28 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-07-30 16:23:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.12.1"
|
2020-07-30 16:23:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
2019-11-06 15:52:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "0.1.19"
|
2019-11-06 15:52:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-11-06 15:52:26 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2019-11-06 15:52:26 +00:00
|
|
|
]
|
|
|
|
|
2018-10-15 21:02:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
2021-08-30 12:18:58 +00:00
|
|
|
version = "0.11.0"
|
2018-10-17 15:49:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-30 12:18:58 +00:00
|
|
|
checksum = "01706d578d5c281058480e673ae4086a9f4710d8df1ad80a5b03e39ece5f886b"
|
2018-10-15 21:02:56 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"digest 0.9.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"hmac",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2021-08-30 12:18:58 +00:00
|
|
|
version = "0.11.0"
|
2018-10-15 21:02:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-30 12:18:58 +00:00
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
2018-10-15 21:02:56 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"crypto-mac",
|
2021-04-09 12:33:28 +00:00
|
|
|
"digest 0.9.0",
|
2018-10-15 21:02:56 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.8"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2021-08-26 18:37:43 +00:00
|
|
|
"bytes 1.1.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"fnv",
|
2022-06-07 08:29:32 +00:00
|
|
|
"itoa 1.0.2",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bytes 0.5.6",
|
|
|
|
"http",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.4.5"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
2021-08-26 18:37:43 +00:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 12:33:28 +00:00
|
|
|
"http",
|
2022-06-07 08:29:32 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2021-04-09 12:33:28 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.7.1"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2020-09-21 10:23:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
2020-09-21 10:23:45 +00:00
|
|
|
|
2021-05-07 22:11:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.0.2"
|
2021-05-07 22:11:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-05-07 22:11:31 +00:00
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.10.16"
|
2019-02-27 18:42:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
|
2019-02-27 18:42:14 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"base64 0.9.3",
|
|
|
|
"httparse",
|
|
|
|
"language-tags",
|
|
|
|
"log 0.3.9",
|
|
|
|
"mime 0.2.6",
|
|
|
|
"num_cpus",
|
2022-06-18 23:41:03 +00:00
|
|
|
"time 0.1.44",
|
2020-10-16 12:33:46 +00:00
|
|
|
"traitobject",
|
|
|
|
"typeable",
|
|
|
|
"unicase 1.4.2",
|
|
|
|
"url 1.7.2",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "0.13.10"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bytes 0.5.6",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-04-09 12:33:28 +00:00
|
|
|
"h2 0.2.7",
|
|
|
|
"http",
|
|
|
|
"http-body 0.3.1",
|
|
|
|
"httparse",
|
2021-05-07 22:11:31 +00:00
|
|
|
"httpdate 0.3.2",
|
2022-06-07 08:29:32 +00:00
|
|
|
"itoa 0.4.8",
|
2021-04-09 12:33:28 +00:00
|
|
|
"pin-project",
|
|
|
|
"socket2 0.3.19",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.14.19"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
2021-08-26 18:37:43 +00:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 12:33:28 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-06-07 08:29:32 +00:00
|
|
|
"h2 0.3.13",
|
2020-10-16 12:33:46 +00:00
|
|
|
"http",
|
2022-06-07 08:29:32 +00:00
|
|
|
"http-body 0.4.5",
|
2020-10-16 12:33:46 +00:00
|
|
|
"httparse",
|
2022-06-07 08:29:32 +00:00
|
|
|
"httpdate 1.0.2",
|
|
|
|
"itoa 1.0.2",
|
|
|
|
"pin-project-lite 0.2.9",
|
|
|
|
"socket2 0.4.4",
|
|
|
|
"tokio 1.19.2",
|
2020-10-16 12:33:46 +00:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2020-05-17 11:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.23.0"
|
2020-05-17 11:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
|
2020-05-17 11:41:04 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"http",
|
|
|
|
"hyper 0.14.19",
|
2020-10-16 12:33:46 +00:00
|
|
|
"rustls",
|
2022-06-07 08:29:32 +00:00
|
|
|
"tokio 1.19.2",
|
2020-10-16 12:33:46 +00:00
|
|
|
"tokio-rustls",
|
2020-05-17 11:41:04 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2020-07-09 10:46:27 +00:00
|
|
|
version = "0.4.3"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bytes 0.5.6",
|
2021-04-09 12:33:28 +00:00
|
|
|
"hyper 0.13.10",
|
2020-10-16 12:33:46 +00:00
|
|
|
"native-tls",
|
2021-04-09 12:33:28 +00:00
|
|
|
"tokio 0.2.25",
|
2020-10-16 12:33:46 +00:00
|
|
|
"tokio-tls 0.3.1",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
2021-08-26 18:37:43 +00:00
|
|
|
"bytes 1.1.0",
|
2022-06-07 08:29:32 +00:00
|
|
|
"hyper 0.14.19",
|
2021-04-09 12:33:28 +00:00
|
|
|
"native-tls",
|
2022-06-07 08:29:32 +00:00
|
|
|
"tokio 1.19.2",
|
2021-04-09 12:33:28 +00:00
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2018-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
2019-03-18 21:42:44 +00:00
|
|
|
version = "1.0.1"
|
2018-09-04 17:47:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2018-09-04 17:47:40 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.1.5"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-08-25 13:05:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-04-21 17:13:07 +00:00
|
|
|
version = "0.2.3"
|
2019-08-25 13:05:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 17:13:07 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-08-25 13:05:25 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-08-25 13:05:25 +00:00
|
|
|
]
|
|
|
|
|
2018-10-15 21:02:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "1.9.0"
|
2018-10-15 21:02:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "6c6392766afd7964e2531940894cffe4bd8d7d17dbc3c1c4857040fd4b33bdb3"
|
2019-10-25 12:52:57 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"autocfg 1.1.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"hashbrown",
|
2019-10-25 12:52:57 +00:00
|
|
|
]
|
2018-10-15 21:02:56 +00:00
|
|
|
|
2021-01-04 10:44:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.1.12"
|
2021-01-04 10:44:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-01-04 10:44:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.1.4"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2020-07-30 16:23:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "2.5.0"
|
2020-07-30 16:23:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
|
2020-07-30 16:23:52 +00:00
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "0.4.8"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2018-03-23 13:21:32 +00:00
|
|
|
|
2022-06-07 08:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.3.58"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"wasm-bindgen",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
2019-02-27 18:42:14 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-08-29 20:07:02 +00:00
|
|
|
version = "1.4.0"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.126"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2018-09-18 19:52:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2020-04-19 16:11:14 +00:00
|
|
|
version = "0.3.4"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
2018-09-18 19:52:53 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"scopeguard",
|
2018-09-18 19:52:53 +00:00
|
|
|
]
|
|
|
|
|
2021-01-04 10:44:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.4.7"
|
2021-01-04 10:44:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2021-01-04 10:44:01 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"autocfg 1.1.0",
|
2021-01-04 10:44:01 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2019-02-27 18:42:14 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.4.17"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"cfg-if 1.0.0",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
2018-03-18 18:15:17 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "0.1.9"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2019-11-06 15:52:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2019-11-06 15:52:26 +00:00
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "2.5.0"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2018-03-20 00:11:16 +00:00
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
2019-02-27 18:42:14 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"log 0.3.9",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-01-10 15:14:16 +00:00
|
|
|
version = "0.3.16"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "2.0.4"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"mime 0.3.16",
|
|
|
|
"unicase 2.6.0",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2020-07-09 10:46:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.5.3"
|
2020-07-09 10:46:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
|
2020-07-09 10:46:27 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"adler",
|
2020-07-09 10:46:27 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.6.23"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:35:50 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-10-16 12:33:46 +00:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
|
|
|
"miow",
|
2020-10-16 12:33:46 +00:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2020-07-09 10:46:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-06-20 08:08:45 +00:00
|
|
|
version = "0.8.4"
|
2020-07-09 10:46:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 08:08:45 +00:00
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
2020-07-09 10:46:27 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"windows-sys",
|
2020-07-09 10:46:27 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.2.2"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.10"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
2020-10-16 12:33:46 +00:00
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.2.37"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:35:50 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2020-07-09 10:46:27 +00:00
|
|
|
]
|
|
|
|
|
2018-03-08 19:32:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.1.45"
|
2018-03-08 19:32:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2018-03-08 19:32:45 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"autocfg 1.1.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"num-traits",
|
2018-03-08 19:32:45 +00:00
|
|
|
]
|
|
|
|
|
2019-05-04 12:44:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.15"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2019-05-23 20:17:38 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"autocfg 1.1.0",
|
2019-05-23 20:17:38 +00:00
|
|
|
]
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.13.1"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.2.7"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
2018-03-18 18:15:17 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"malloc_buf",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc-foundation"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
2018-03-18 18:15:17 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"block",
|
|
|
|
"objc",
|
|
|
|
"objc_id",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_id"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.1.1"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
2018-03-18 18:15:17 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"objc",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
2020-05-16 15:28:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.28.4"
|
2020-05-16 15:28:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
|
2021-08-26 18:37:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-05-16 15:28:47 +00:00
|
|
|
|
2020-05-11 18:56:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.12.0"
|
2020-05-11 18:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
|
2020-05-11 18:56:24 +00:00
|
|
|
|
2018-03-05 20:03:13 +00:00
|
|
|
[[package]]
|
2018-10-15 21:02:56 +00:00
|
|
|
name = "opaque-debug"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.2.3"
|
2018-03-05 20:03:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
2018-03-05 20:03:13 +00:00
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
2018-10-15 21:02:56 +00:00
|
|
|
name = "open"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "2.1.3"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "f2423ffbf445b82e58c3b1543655968923dd06f85432f10be2bb4f1b7122f98c"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2021-08-26 18:37:43 +00:00
|
|
|
"pathdiff",
|
2022-06-07 08:29:32 +00:00
|
|
|
"windows-sys",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 23:52:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.10.40"
|
2018-03-05 23:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
|
2018-03-05 23:52:45 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bitflags",
|
2021-01-04 10:44:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-04-09 12:33:28 +00:00
|
|
|
"once_cell",
|
2022-06-07 08:29:32 +00:00
|
|
|
"openssl-macros",
|
2020-10-16 12:33:46 +00:00
|
|
|
"openssl-sys",
|
2018-03-05 23:52:45 +00:00
|
|
|
]
|
|
|
|
|
2022-06-07 08:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2018-06-23 15:02:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.1.5"
|
2018-06-23 15:02:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2018-06-23 15:02:02 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.9.74"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1"
|
2018-09-18 19:52:53 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"autocfg 1.1.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2018-09-18 19:52:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2019-10-06 22:53:34 +00:00
|
|
|
version = "0.9.0"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"lock_api 0.3.4",
|
2020-10-16 12:33:46 +00:00
|
|
|
"parking_lot_core 0.6.2",
|
|
|
|
"rustc_version",
|
2018-09-18 19:52:53 +00:00
|
|
|
]
|
|
|
|
|
2019-12-29 15:11:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.12.1"
|
2019-12-29 15:11:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2019-12-29 15:11:52 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"lock_api 0.4.7",
|
|
|
|
"parking_lot_core 0.9.3",
|
2019-12-29 15:11:52 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 19:52:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2019-10-06 22:53:34 +00:00
|
|
|
version = "0.6.2"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
|
2018-09-18 19:52:53 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:35:50 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-10-16 12:33:46 +00:00
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
2021-04-09 12:33:28 +00:00
|
|
|
"redox_syscall 0.1.57",
|
2020-10-16 12:33:46 +00:00
|
|
|
"rustc_version",
|
2021-04-09 12:33:28 +00:00
|
|
|
"smallvec 0.6.14",
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-12-29 15:11:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.9.3"
|
2019-12-29 15:11:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
2019-12-29 15:11:52 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2022-06-07 08:29:32 +00:00
|
|
|
"redox_syscall 0.2.13",
|
|
|
|
"smallvec 1.8.0",
|
|
|
|
"windows-sys",
|
2019-12-29 15:11:52 +00:00
|
|
|
]
|
|
|
|
|
2019-06-20 19:16:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
2021-10-06 11:51:38 +00:00
|
|
|
version = "0.2.1"
|
2019-06-20 19:16:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-06 11:51:38 +00:00
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
2019-06-20 19:16:33 +00:00
|
|
|
|
2018-03-19 20:19:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pbr"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "1.0.4"
|
2018-03-19 20:19:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "ff5751d87f7c00ae6403eb1fcbba229b9c76c9a30de8c1cf87182177b168cea2"
|
2018-03-19 20:19:09 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"crossbeam-channel",
|
|
|
|
"libc",
|
2022-06-18 23:41:03 +00:00
|
|
|
"time 0.1.44",
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2018-03-19 20:19:09 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2019-08-25 13:05:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-08-25 13:05:25 +00:00
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.0.10"
|
2021-01-04 10:44:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
|
2021-01-04 10:44:01 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"pin-project-internal",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.0.10"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
|
2021-01-04 10:44:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "0.1.12"
|
2021-01-04 10:44:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
2021-01-04 10:44:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.9"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-05-04 23:46:01 +00:00
|
|
|
version = "0.1.0"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.25"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2019-07-17 12:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.16"
|
2019-07-17 12:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2019-07-17 12:59:29 +00:00
|
|
|
|
2018-04-27 17:11:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettytable-rs"
|
2018-10-28 17:21:53 +00:00
|
|
|
version = "0.8.0"
|
2018-04-27 17:11:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"
|
2018-04-27 17:11:21 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"atty",
|
|
|
|
"csv",
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"term",
|
|
|
|
"unicode-width",
|
2018-04-27 17:11:21 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.5.19"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
2019-08-25 13:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-06-20 08:08:45 +00:00
|
|
|
version = "1.0.40"
|
2019-08-25 13:14:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 08:08:45 +00:00
|
|
|
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
|
2019-08-25 13:14:33 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"unicode-ident",
|
2019-08-25 13:14:33 +00:00
|
|
|
]
|
|
|
|
|
2019-03-14 21:12:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "qr2term"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.3"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "1d9ed66d596477e4a04d2ebdbc9b657c417e8316ae7cc504f82ace5a786d4d7d"
|
2019-03-14 21:12:21 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"crossterm",
|
|
|
|
"qrcode",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "qrcode"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "0.12.0"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "16d2f1455f3630c6e5107b4f2b94e74d76dea80736de0981fd27644216cff57f"
|
2019-03-14 21:12:21 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"checked_int_cast",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
2019-08-25 13:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-06-20 08:08:45 +00:00
|
|
|
version = "1.0.20"
|
2019-08-25 13:14:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 08:08:45 +00:00
|
|
|
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
|
2019-08-25 13:14:33 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro2",
|
2019-08-25 13:14:33 +00:00
|
|
|
]
|
|
|
|
|
2019-01-11 17:14:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.6.5"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2019-01-11 17:14:26 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"autocfg 0.1.8",
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.1.1",
|
|
|
|
"rand_core 0.4.2",
|
2022-06-07 08:29:32 +00:00
|
|
|
"rand_hc",
|
2020-10-16 12:33:46 +00:00
|
|
|
"rand_isaac",
|
|
|
|
"rand_jitter",
|
|
|
|
"rand_os",
|
|
|
|
"rand_pcg",
|
|
|
|
"rand_xorshift",
|
|
|
|
"winapi 0.3.9",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
2019-07-17 12:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.8.5"
|
2021-01-04 10:44:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-04 10:44:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-08-26 18:37:43 +00:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.3",
|
2021-01-04 10:44:01 +00:00
|
|
|
]
|
|
|
|
|
2019-01-11 17:14:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2019-01-11 17:14:26 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"autocfg 0.1.8",
|
2020-10-16 12:33:46 +00:00
|
|
|
"rand_core 0.3.1",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
2021-01-04 10:44:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "0.3.1"
|
2021-01-04 10:44:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-04 10:44:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-08-26 18:37:43 +00:00
|
|
|
"rand_core 0.6.3",
|
2021-01-04 10:44:01 +00:00
|
|
|
]
|
|
|
|
|
2018-08-02 00:39:20 +00:00
|
|
|
[[package]]
|
2018-10-15 21:02:56 +00:00
|
|
|
name = "rand_core"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.3.1"
|
2018-08-02 00:39:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2018-08-02 00:39:20 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"rand_core 0.4.2",
|
2018-08-02 00:39:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "0.4.2"
|
2018-08-02 00:39:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2018-08-02 00:39:20 +00:00
|
|
|
|
2019-07-17 12:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "0.6.3"
|
2021-01-04 10:44:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-01-04 10:44:01 +00:00
|
|
|
dependencies = [
|
2022-06-18 23:41:03 +00:00
|
|
|
"getrandom 0.2.7",
|
2019-07-17 12:59:29 +00:00
|
|
|
]
|
|
|
|
|
2019-01-11 17:14:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2019-01-11 17:14:26 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"rand_core 0.3.1",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2019-01-11 17:14:26 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"rand_core 0.3.1",
|
2019-02-18 13:06:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.1.4"
|
2019-02-18 13:06:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-02-18 13:06:53 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"winapi 0.3.9",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-05 09:00:36 +00:00
|
|
|
version = "0.1.3"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-01-11 17:14:26 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"cloudabi",
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rdrand",
|
|
|
|
"winapi 0.3.9",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
2019-03-04 15:28:56 +00:00
|
|
|
version = "0.1.2"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2019-01-11 17:14:26 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"autocfg 0.1.8",
|
2020-10-16 12:33:46 +00:00
|
|
|
"rand_core 0.4.2",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2019-01-11 17:14:26 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"rand_core 0.3.1",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-01-11 17:14:26 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"rand_core 0.3.1",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-07-30 16:23:52 +00:00
|
|
|
version = "0.1.57"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.13"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2019-04-01 13:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2020-09-21 10:23:45 +00:00
|
|
|
version = "0.3.5"
|
2019-04-01 13:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
2019-04-01 13:12:56 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"getrandom 0.1.16",
|
2021-04-09 12:33:28 +00:00
|
|
|
"redox_syscall 0.1.57",
|
2020-10-16 12:33:46 +00:00
|
|
|
"rust-argon2",
|
2018-03-05 17:23:41 +00:00
|
|
|
]
|
|
|
|
|
2021-05-07 22:11:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.4.3"
|
2021-05-07 22:11:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-05-07 22:11:31 +00:00
|
|
|
dependencies = [
|
2022-06-18 23:41:03 +00:00
|
|
|
"getrandom 0.2.7",
|
2022-06-07 08:29:32 +00:00
|
|
|
"redox_syscall 0.2.13",
|
|
|
|
"thiserror",
|
2021-05-07 22:11:31 +00:00
|
|
|
]
|
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.5.6"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
|
2018-03-20 00:11:16 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2018-03-20 00:11:16 +00:00
|
|
|
]
|
|
|
|
|
2019-06-29 14:14:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "0.1.10"
|
2019-06-29 14:14:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2019-06-29 14:14:12 +00:00
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.6.26"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
|
2018-03-20 00:11:16 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-07-09 10:46:27 +00:00
|
|
|
version = "0.5.3"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.10.10"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
|
2020-10-16 12:33:46 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"base64 0.13.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"bytes 0.5.6",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2021-04-09 12:33:28 +00:00
|
|
|
"http-body 0.3.1",
|
|
|
|
"hyper 0.13.10",
|
|
|
|
"hyper-tls 0.4.3",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
2021-04-09 12:33:28 +00:00
|
|
|
"mime 0.3.16",
|
|
|
|
"mime_guess",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding 2.1.0",
|
2022-06-07 08:29:32 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2021-04-09 12:33:28 +00:00
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-tls 0.3.1",
|
2021-05-07 22:11:31 +00:00
|
|
|
"url 2.2.2",
|
2021-04-09 12:33:28 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2022-06-07 08:29:32 +00:00
|
|
|
"winreg 0.7.0",
|
2021-04-09 12:33:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.11.11"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
2021-08-26 18:37:43 +00:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 12:33:28 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-06-07 08:29:32 +00:00
|
|
|
"h2 0.3.13",
|
2021-04-09 12:33:28 +00:00
|
|
|
"http",
|
2022-06-07 08:29:32 +00:00
|
|
|
"http-body 0.4.5",
|
|
|
|
"hyper 0.14.19",
|
2020-10-16 12:33:46 +00:00
|
|
|
"hyper-rustls",
|
2021-04-09 12:33:28 +00:00
|
|
|
"hyper-tls 0.5.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
2020-10-16 12:33:46 +00:00
|
|
|
"mime 0.3.16",
|
|
|
|
"mime_guess",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding 2.1.0",
|
2022-06-07 08:29:32 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2020-10-16 12:33:46 +00:00
|
|
|
"rustls",
|
2022-06-07 08:29:32 +00:00
|
|
|
"rustls-pemfile",
|
2020-10-16 12:33:46 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2022-06-07 08:29:32 +00:00
|
|
|
"tokio 1.19.2",
|
2021-04-09 12:33:28 +00:00
|
|
|
"tokio-native-tls",
|
2020-10-16 12:33:46 +00:00
|
|
|
"tokio-rustls",
|
2022-06-18 23:41:03 +00:00
|
|
|
"tower-service",
|
2021-05-07 22:11:31 +00:00
|
|
|
"url 2.2.2",
|
2020-10-16 12:33:46 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
2022-06-07 08:29:32 +00:00
|
|
|
"winreg 0.10.1",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2020-05-17 11:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "0.16.20"
|
2020-05-17 11:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-05-17 11:41:04 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi 0.3.9",
|
2020-05-17 11:41:04 +00:00
|
|
|
]
|
|
|
|
|
2018-03-28 19:42:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "5.0.1"
|
2018-03-28 19:42:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
|
2018-03-28 19:42:02 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2019-08-25 13:14:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.8.3"
|
2019-08-25 13:14:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
2019-08-25 13:14:33 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"base64 0.13.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
2022-06-18 23:41:03 +00:00
|
|
|
"crossbeam-utils 0.8.9",
|
2018-03-28 19:42:02 +00:00
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "0.1.21"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
2018-03-18 18:15:17 +00:00
|
|
|
|
2018-09-18 19:52:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2018-09-18 19:52:53 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"semver",
|
2018-09-18 19:52:53 +00:00
|
|
|
]
|
|
|
|
|
2020-05-17 11:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.20.6"
|
2020-05-17 11:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
|
2020-05-17 11:41:04 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
2020-10-16 12:33:46 +00:00
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2020-05-17 11:41:04 +00:00
|
|
|
]
|
|
|
|
|
2022-06-07 08:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "1.0.0"
|
2022-06-07 08:29:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
|
2022-06-07 08:29:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
]
|
|
|
|
|
2019-06-29 14:14:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.0.10"
|
2019-06-29 14:14:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
|
2019-06-29 14:14:12 +00:00
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.3.3"
|
2019-02-27 18:42:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
2019-02-27 18:42:14 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.1.20"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"lazy_static",
|
2022-06-07 08:29:32 +00:00
|
|
|
"windows-sys",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-08-04 20:49:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "1.1.0"
|
2019-08-04 20:49:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-08-04 20:49:07 +00:00
|
|
|
|
2020-05-17 11:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.7.0"
|
2020-05-17 11:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2020-05-17 11:41:04 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-05-17 11:41:04 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "2.6.1"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "2.6.1"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 19:52:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2018-09-18 19:52:53 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"semver-parser",
|
2018-09-18 19:52:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2018-09-18 19:52:53 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.0.137"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
|
2019-05-23 20:17:38 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"serde_derive",
|
2019-05-23 20:17:38 +00:00
|
|
|
]
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.0.137"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.0.81"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"itoa 1.0.2",
|
2020-10-16 12:33:46 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.7.1"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"form_urlencoded",
|
2022-06-07 08:29:32 +00:00
|
|
|
"itoa 1.0.2",
|
2021-01-04 10:44:01 +00:00
|
|
|
"ryu",
|
2020-10-16 12:33:46 +00:00
|
|
|
"serde",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"fake-simd",
|
|
|
|
"opaque-debug 0.2.3",
|
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2022-06-07 08:29:32 +00:00
|
|
|
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"
|
2019-02-27 18:42:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
2019-02-27 18:42:14 +00:00
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.9.9"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2018-03-06 14:07:00 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"cfg-if 1.0.0",
|
2021-05-07 22:11:31 +00:00
|
|
|
"cpufeatures",
|
2021-04-09 12:33:28 +00:00
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2019-12-29 15:11:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.14"
|
2019-12-29 15:11:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
|
2019-12-29 15:11:52 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
2019-12-29 15:11:52 +00:00
|
|
|
]
|
|
|
|
|
2022-06-07 08:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-06-20 08:08:45 +00:00
|
|
|
"mio 0.8.4",
|
2022-06-07 08:29:32 +00:00
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
2019-12-29 15:11:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "1.4.0"
|
2019-12-29 15:11:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2019-12-29 15:11:52 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2019-12-29 15:11:52 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.4.6"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2018-09-18 19:52:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "0.6.14"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
|
2019-11-06 15:52:26 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"maybe-uninit",
|
2019-11-06 15:52:26 +00:00
|
|
|
]
|
2018-09-18 19:52:53 +00:00
|
|
|
|
2019-11-29 15:13:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.8.0"
|
2019-11-29 15:13:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2019-11-29 15:13:23 +00:00
|
|
|
|
2020-05-30 14:16:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-01-04 10:44:01 +00:00
|
|
|
version = "0.3.19"
|
2020-05-30 14:16:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:44:01 +00:00
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
2020-05-30 14:16:45 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2020-05-30 14:16:45 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.4.4"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-05-17 11:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2020-05-17 11:41:04 +00:00
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
2020-03-31 00:12:54 +00:00
|
|
|
name = "standback"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "0.2.17"
|
2020-03-31 00:12:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
2020-07-09 10:46:27 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"version_check 0.9.4",
|
2020-07-09 10:46:27 +00:00
|
|
|
]
|
2020-03-31 00:12:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
2020-03-31 00:12:54 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"discard",
|
|
|
|
"rustc_version",
|
|
|
|
"stdweb-derive",
|
|
|
|
"stdweb-internal-macros",
|
|
|
|
"stdweb-internal-runtime",
|
|
|
|
"wasm-bindgen",
|
2020-03-31 00:12:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-derive"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
2020-03-31 00:12:54 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"syn",
|
2020-03-31 00:12:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
2020-03-31 00:12:54 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"base-x",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"syn",
|
2020-03-31 00:12:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-04-09 16:12:15 +00:00
|
|
|
version = "0.8.0"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2018-03-05 17:23:41 +00:00
|
|
|
|
2019-10-24 14:42:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-12-29 15:11:52 +00:00
|
|
|
version = "0.9.3"
|
2019-10-24 14:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
2019-10-24 14:42:50 +00:00
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2018-03-26 23:06:14 +00:00
|
|
|
[[package]]
|
2018-10-15 21:02:56 +00:00
|
|
|
name = "subtle"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "2.4.1"
|
2018-03-26 23:06:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2018-03-26 23:06:14 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-06-20 08:08:45 +00:00
|
|
|
version = "1.0.98"
|
2019-08-25 13:14:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 08:08:45 +00:00
|
|
|
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
|
2019-08-25 13:14:33 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-06-07 08:29:32 +00:00
|
|
|
"unicode-ident",
|
2019-08-25 13:14:33 +00:00
|
|
|
]
|
|
|
|
|
2018-03-26 23:06:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2021-10-14 20:52:02 +00:00
|
|
|
version = "0.12.6"
|
2018-03-26 23:06:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 20:52:02 +00:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2018-03-26 23:06:14 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
2018-03-26 23:06:14 +00:00
|
|
|
]
|
|
|
|
|
2018-05-15 08:13:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.4.38"
|
2018-05-15 08:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
|
2018-05-15 08:13:19 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
2018-05-15 08:13:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "3.3.0"
|
2018-05-15 08:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2018-05-15 08:13:19 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-06-07 08:29:32 +00:00
|
|
|
"fastrand",
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2022-06-07 08:29:32 +00:00
|
|
|
"redox_syscall 0.2.13",
|
2020-10-16 12:33:46 +00:00
|
|
|
"remove_dir_all",
|
|
|
|
"winapi 0.3.9",
|
2018-05-15 08:13:19 +00:00
|
|
|
]
|
|
|
|
|
2018-04-27 17:11:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2019-04-01 13:12:56 +00:00
|
|
|
version = "0.5.2"
|
2018-04-27 17:11:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
2018-04-27 17:11:21 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"byteorder",
|
|
|
|
"dirs",
|
|
|
|
"winapi 0.3.9",
|
2018-04-27 17:11:21 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-04-09 16:12:15 +00:00
|
|
|
version = "0.11.0"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2018-03-05 17:23:41 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"unicode-width",
|
2018-03-05 17:23:41 +00:00
|
|
|
]
|
|
|
|
|
2020-05-30 14:17:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.0.31"
|
2020-05-30 14:17:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
|
2020-05-30 14:17:38 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"thiserror-impl",
|
2020-05-30 14:17:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.0.31"
|
2020-05-30 14:17:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
|
2020-05-30 14:17:38 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-05-30 14:17:38 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.1.44"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2022-06-18 23:41:03 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "0.2.27"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"const_fn",
|
|
|
|
"libc",
|
|
|
|
"standback",
|
|
|
|
"stdweb",
|
|
|
|
"time-macros",
|
2022-06-07 08:29:32 +00:00
|
|
|
"version_check 0.9.4",
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2020-10-16 12:35:50 +00:00
|
|
|
version = "0.1.1"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:35:50 +00:00
|
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro-hack",
|
|
|
|
"time-macros-impl",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros-impl"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "0.1.2"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"standback",
|
|
|
|
"syn",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2020-07-09 10:46:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.6.0"
|
2020-07-09 10:46:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-01-04 10:44:01 +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-07-09 10:46:27 +00:00
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "0.2.25"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bytes 0.5.6",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"iovec",
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
2021-01-04 10:44:01 +00:00
|
|
|
"mio 0.6.23",
|
2020-10-16 12:33:46 +00:00
|
|
|
"num_cpus",
|
2021-04-09 12:33:28 +00:00
|
|
|
"pin-project-lite 0.1.12",
|
2020-10-16 12:33:46 +00:00
|
|
|
"slab",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2021-04-09 12:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.19.2"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
2021-08-26 18:37:43 +00:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 12:33:28 +00:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-06-20 08:08:45 +00:00
|
|
|
"mio 0.8.4",
|
2021-04-09 12:33:28 +00:00
|
|
|
"num_cpus",
|
2022-06-07 08:29:32 +00:00
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite 0.2.9",
|
|
|
|
"socket2 0.4.4",
|
2021-08-26 18:37:43 +00:00
|
|
|
"winapi 0.3.9",
|
2021-04-09 12:33:28 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-codec"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "0.1.2"
|
2019-02-27 18:42:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
|
2019-02-27 18:42:14 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures",
|
|
|
|
"tokio-io",
|
2018-09-18 19:52:53 +00:00
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "0.1.10"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
|
2018-03-23 13:21:32 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"crossbeam-utils 0.7.2",
|
2020-10-16 12:33:46 +00:00
|
|
|
"futures",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "0.1.13"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures",
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
2021-04-09 12:33:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
2022-06-07 08:29:32 +00:00
|
|
|
"tokio 1.19.2",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "0.1.12"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
|
2018-03-23 13:21:32 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"crossbeam-utils 0.7.2",
|
2020-10-16 12:33:46 +00:00
|
|
|
"futures",
|
|
|
|
"lazy_static",
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
2021-01-04 10:44:01 +00:00
|
|
|
"mio 0.6.23",
|
2020-10-16 12:33:46 +00:00
|
|
|
"num_cpus",
|
|
|
|
"parking_lot 0.9.0",
|
|
|
|
"slab",
|
|
|
|
"tokio-executor",
|
|
|
|
"tokio-io",
|
|
|
|
"tokio-sync",
|
2018-03-23 13:21:32 +00:00
|
|
|
]
|
|
|
|
|
2020-05-17 11:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.23.4"
|
2020-05-17 11:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2020-05-17 11:41:04 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"rustls",
|
2022-06-07 08:29:32 +00:00
|
|
|
"tokio 1.19.2",
|
2020-10-16 12:33:46 +00:00
|
|
|
"webpki",
|
2020-05-17 11:41:04 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-sync"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "0.1.8"
|
2019-02-27 18:42:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
|
2019-02-27 18:42:14 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"fnv",
|
|
|
|
"futures",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
2018-03-24 21:01:58 +00:00
|
|
|
name = "tokio-tcp"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "0.1.4"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
|
2018-03-24 21:01:58 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures",
|
|
|
|
"iovec",
|
2021-01-04 10:44:01 +00:00
|
|
|
"mio 0.6.23",
|
2020-10-16 12:33:46 +00:00
|
|
|
"tokio-io",
|
|
|
|
"tokio-reactor",
|
2018-03-24 21:01:58 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tls"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c"
|
2019-02-27 18:42:14 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"futures",
|
|
|
|
"native-tls",
|
|
|
|
"tokio-io",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tls"
|
2020-05-11 18:56:24 +00:00
|
|
|
version = "0.3.1"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"native-tls",
|
2021-04-09 12:33:28 +00:00
|
|
|
"tokio 0.2.25",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2020-03-31 00:12:54 +00:00
|
|
|
version = "0.3.1"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bytes 0.5.6",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
2021-04-09 12:33:28 +00:00
|
|
|
"pin-project-lite 0.1.12",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.7.3"
|
2021-04-09 12:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
|
2021-04-09 12:33:28 +00:00
|
|
|
dependencies = [
|
2021-08-26 18:37:43 +00:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 12:33:28 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2022-06-07 08:29:32 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
|
|
|
"tokio 1.19.2",
|
|
|
|
"tracing",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2018-04-18 22:52:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.5.9"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2019-01-11 17:14:26 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"serde",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.3.2"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
2020-07-30 16:23:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.1.35"
|
2020-07-30 16:23:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
|
2020-07-30 16:23:52 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
|
|
|
"pin-project-lite 0.2.9",
|
2020-10-16 12:33:46 +00:00
|
|
|
"tracing-core",
|
2020-07-30 16:23:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.1.27"
|
2020-07-30 16:23:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"
|
2020-07-30 16:23:52 +00:00
|
|
|
dependencies = [
|
2022-06-18 23:41:03 +00:00
|
|
|
"once_cell",
|
2020-07-30 16:23:52 +00:00
|
|
|
]
|
|
|
|
|
2021-01-04 10:44:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "0.2.5"
|
2021-01-04 10:44:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
2021-01-04 10:44:01 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"pin-project",
|
2021-01-04 10:44:01 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
2019-02-27 18:42:14 +00:00
|
|
|
|
2018-05-17 12:35:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2020-07-30 16:23:52 +00:00
|
|
|
version = "0.2.3"
|
2018-05-17 12:35:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2018-05-17 12:35:08 +00:00
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typeable"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
2019-02-27 18:42:14 +00:00
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "1.15.0"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2018-03-06 14:07:00 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"version_check 0.1.5",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "2.6.0"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"version_check 0.9.4",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "1.0.1"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "0.1.19"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2019-02-18 13:06:53 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"tinyvec",
|
2019-02-18 13:06:53 +00:00
|
|
|
]
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-06 11:51:38 +00:00
|
|
|
version = "0.1.9"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-06 11:51:38 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2018-03-05 17:23:41 +00:00
|
|
|
|
2019-08-25 13:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.3"
|
2019-08-25 13:14:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
|
2019-08-25 13:14:33 +00:00
|
|
|
|
2020-05-17 11:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2020-05-17 11:41:04 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-11-20 10:03:08 +00:00
|
|
|
version = "1.7.2"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"idna 0.1.5",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding 1.0.1",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-08-25 13:05:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-07 22:11:31 +00:00
|
|
|
version = "2.2.2"
|
2019-08-25 13:05:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 22:11:31 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-08-25 13:05:25 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"form_urlencoded",
|
2021-04-21 17:13:07 +00:00
|
|
|
"idna 0.2.3",
|
2020-10-16 12:33:46 +00:00
|
|
|
"matches",
|
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
"serde",
|
2018-04-18 21:32:08 +00:00
|
|
|
]
|
|
|
|
|
2019-03-14 22:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urlshortener"
|
2020-03-07 03:16:29 +00:00
|
|
|
version = "3.0.0"
|
2019-03-14 22:50:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "ed098de5fb4d3eadb600327902b1d32f51e1b9f64e6a7baf588dda55ea989881"
|
2019-03-14 22:50:38 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"reqwest 0.10.10",
|
2021-05-07 22:11:31 +00:00
|
|
|
"url 2.2.2",
|
2019-03-14 22:50:38 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-08-26 18:37:43 +00:00
|
|
|
version = "0.2.15"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 18:37:43 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-11 18:56:24 +00:00
|
|
|
version = "0.8.2"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2018-03-05 17:23:41 +00:00
|
|
|
|
2020-09-21 10:23:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
|
|
|
version = "0.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
|
2020-09-21 10:23:45 +00:00
|
|
|
|
2021-10-06 11:51:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
2021-10-14 20:52:02 +00:00
|
|
|
version = "0.1.0"
|
2021-10-06 11:51:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 20:52:02 +00:00
|
|
|
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
|
2021-10-06 11:51:38 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2018-10-15 21:02:56 +00:00
|
|
|
version = "0.1.5"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2019-11-29 15:13:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.9.4"
|
2019-11-29 15:13:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-11-29 15:13:23 +00:00
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
2020-10-16 12:33:46 +00:00
|
|
|
"try-lock",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2019-08-25 13:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-01-10 15:14:16 +00:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-08-25 13:14:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-08-25 13:14:33 +00:00
|
|
|
|
2020-09-21 10:23:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2020-09-21 10:23:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2020-09-21 10:23:45 +00:00
|
|
|
|
2022-06-07 08:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-01-20 17:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.2.81"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.2.81"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.4.31"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:44:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-16 12:33:46 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.2.81"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.2.81"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.2.81"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
|
2020-01-20 17:00:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-06-18 23:41:03 +00:00
|
|
|
version = "0.3.58"
|
2020-01-20 17:00:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 23:41:03 +00:00
|
|
|
checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
|
2020-01-20 17:00:31 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2020-01-20 17:00:31 +00:00
|
|
|
]
|
|
|
|
|
2020-05-17 11:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.22.0"
|
2020-05-17 11:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
2020-05-17 11:41:04 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-05-17 11:41:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.22.3"
|
2020-05-17 11:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
|
2020-05-17 11:41:04 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"webpki",
|
2020-05-17 11:41:04 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "websocket"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.26.4"
|
2019-02-28 11:26:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "d0e2836502b48713d4e391e7e016df529d46e269878fe5d961b15a1fd6417f1a"
|
2019-02-27 18:42:14 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures",
|
|
|
|
"hyper 0.10.16",
|
|
|
|
"native-tls",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"tokio-codec",
|
|
|
|
"tokio-io",
|
|
|
|
"tokio-reactor",
|
|
|
|
"tokio-tcp",
|
|
|
|
"tokio-tls 0.2.1",
|
|
|
|
"unicase 1.4.2",
|
|
|
|
"url 1.7.2",
|
|
|
|
"websocket-base",
|
2019-12-05 21:27:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "websocket-base"
|
2021-04-09 12:33:28 +00:00
|
|
|
version = "0.26.2"
|
2019-12-05 21:27:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 12:33:28 +00:00
|
|
|
checksum = "403f3fd505ff930da84156389639932955fb09705b3dccd1a3d60c8e7ff62776"
|
2019-12-05 21:27:25 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"base64 0.10.1",
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures",
|
|
|
|
"native-tls",
|
|
|
|
"rand 0.6.5",
|
2021-04-09 12:33:28 +00:00
|
|
|
"sha-1",
|
2020-10-16 12:33:46 +00:00
|
|
|
"tokio-codec",
|
|
|
|
"tokio-io",
|
|
|
|
"tokio-tcp",
|
|
|
|
"tokio-tls 0.2.1",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2019-04-05 13:15:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "4.2.5"
|
2019-04-05 13:15:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
|
2019-04-05 13:15:05 +00:00
|
|
|
dependencies = [
|
2021-04-09 12:33:28 +00:00
|
|
|
"either",
|
2021-08-26 18:37:43 +00:00
|
|
|
"lazy_static",
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2019-04-05 13:15:05 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-09 10:46:27 +00:00
|
|
|
version = "0.3.9"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-03-05 14:41:22 +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-10-16 12:33:46 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2022-06-07 08:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
2019-08-04 20:49:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2020-05-30 14:16:45 +00:00
|
|
|
version = "0.7.0"
|
2019-08-04 20:49:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
2019-08-04 20:49:07 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.3.9",
|
2019-08-04 20:49:07 +00:00
|
|
|
]
|
|
|
|
|
2022-06-07 08:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
2018-03-05 12:07:31 +00:00
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "x11-clipboard"
|
2019-06-29 14:14:12 +00:00
|
|
|
version = "0.3.3"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea"
|
2018-03-18 18:15:17 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"xcb",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
2018-05-15 08:13:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2022-06-07 08:29:32 +00:00
|
|
|
version = "0.2.3"
|
2018-05-15 08:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 08:29:32 +00:00
|
|
|
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
|
2018-05-15 08:13:19 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2018-05-15 08:13:19 +00:00
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xcb"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-16 12:33:46 +00:00
|
|
|
checksum = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de"
|
2018-03-18 18:15:17 +00:00
|
|
|
dependencies = [
|
2020-10-16 12:33:46 +00:00
|
|
|
"libc",
|
2022-06-07 08:29:32 +00:00
|
|
|
"log 0.4.17",
|
2020-10-16 12:33:46 +00:00
|
|
|
]
|