2020-08-27 10:07:46 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-03 14:51:55 +03:00
|
|
|
version = 3
|
|
|
|
|
2020-10-14 14:24:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-04-21 06:02:21 +03:00
|
|
|
version = "1.0.1"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-21 06:02:21 +03:00
|
|
|
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2022-09-13 11:27:07 +03:00
|
|
|
version = "2.0.4"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 11:27:07 +03:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2020-10-14 14:24:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
2022-09-13 11:27:07 +03:00
|
|
|
version = "0.2.2"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 11:27:07 +03:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"alloc-no-stdlib",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-08-09 18:44:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-08-31 11:24:42 +03:00
|
|
|
version = "0.1.5"
|
2022-08-09 18:44:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-31 11:24:42 +03:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-09 18:44:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-04-13 19:40:34 +03:00
|
|
|
version = "0.3.0"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 19:40:34 +03:00
|
|
|
checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371"
|
2023-03-29 11:07:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
2023-04-13 19:40:34 +03:00
|
|
|
"anstyle-query",
|
2023-03-29 11:07:07 +03:00
|
|
|
"anstyle-wincon",
|
2023-04-13 19:40:34 +03:00
|
|
|
"colorchoice",
|
2023-03-29 11:07:07 +03:00
|
|
|
"is-terminal",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-04-13 19:40:34 +03:00
|
|
|
version = "1.0.0"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 19:40:34 +03:00
|
|
|
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
|
2023-03-29 11:07:07 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-04-13 19:40:34 +03:00
|
|
|
version = "0.2.0"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 19:40:34 +03:00
|
|
|
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
|
2023-03-29 11:07:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-04-13 19:40:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-04-13 19:40:34 +03:00
|
|
|
version = "1.0.0"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 19:40:34 +03:00
|
|
|
checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd"
|
2023-03-29 11:07:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-04-13 19:40:34 +03:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-29 11:07:07 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2022-11-25 01:11:38 +03:00
|
|
|
"hermit-abi 0.1.19",
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.1.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-01-09 15:15:41 +03:00
|
|
|
version = "0.21.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 15:15:41 +03:00
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2022-07-23 11:20:45 +03:00
|
|
|
version = "0.5.3"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-23 11:20:45 +03:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"bit-vec",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.6.3"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.3.2"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-10-14 14:24:11 +03:00
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-09 11:06:33 +03:00
|
|
|
version = "0.10.4"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-09 11:06:33 +03:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-10-14 14:24:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2022-04-01 13:10:38 +03:00
|
|
|
version = "3.3.4"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-01 13:10:38 +03:00
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2023-01-16 11:06:10 +03:00
|
|
|
version = "2.3.4"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-01-18 11:05:30 +03:00
|
|
|
version = "3.12.0"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 11:05:30 +03:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2022-08-05 14:52:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.4.3"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-01-29 11:05:35 +03:00
|
|
|
version = "1.0.79"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 11:05:35 +03:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2020-11-02 20:36:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-03-13 11:06:45 +03:00
|
|
|
version = "0.4.24"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 11:06:45 +03:00
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2022-08-09 18:44:36 +03:00
|
|
|
"iana-time-zone",
|
2020-10-14 14:24:11 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2020-11-02 20:36:20 +03:00
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-04-19 20:08:56 +03:00
|
|
|
version = "4.2.4"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-19 20:08:56 +03:00
|
|
|
checksum = "956ac1f6381d8d82ab4684768f89c0ea3afe66925ceadb4eeb3fc452ffc55d62"
|
2023-03-28 15:46:49 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-04-19 20:08:56 +03:00
|
|
|
version = "4.2.4"
|
2023-03-28 15:46:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-19 20:08:56 +03:00
|
|
|
checksum = "84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2023-03-29 11:07:07 +03:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2023-03-24 10:24:20 +03:00
|
|
|
"bitflags",
|
2022-05-06 14:41:57 +03:00
|
|
|
"clap_lex",
|
2022-06-14 22:56:29 +03:00
|
|
|
"once_cell",
|
2020-10-14 14:24:11 +03:00
|
|
|
"strsim",
|
2022-09-30 15:55:40 +03:00
|
|
|
"terminal_size",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-05-06 14:41:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-03-29 11:07:07 +03:00
|
|
|
version = "0.4.1"
|
2022-05-06 14:41:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 11:07:07 +03:00
|
|
|
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
|
2022-05-06 14:41:57 +03:00
|
|
|
|
2022-10-09 11:28:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-04-13 19:40:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2021-02-13 22:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"lazy_static",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-08-09 18:44:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-03 06:03:33 +03:00
|
|
|
version = "0.8.4"
|
2022-08-09 18:44:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 06:03:33 +03:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-08-09 18:44:36 +03:00
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-04-21 06:02:21 +03:00
|
|
|
version = "0.2.7"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-21 06:02:21 +03:00
|
|
|
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-14 14:24:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.3.2"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"cfg-if",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2021-12-08 18:34:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-17 11:18:42 +03:00
|
|
|
version = "0.1.6"
|
2021-12-08 18:34:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-17 11:18:42 +03:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2021-12-08 18:34:37 +03:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-02-22 11:33:11 +03:00
|
|
|
"typenum",
|
2021-12-08 18:34:37 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
2022-07-22 11:23:29 +03:00
|
|
|
version = "0.4.44"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-22 11:23:29 +03:00
|
|
|
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"socket2",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2023-03-21 11:07:00 +03:00
|
|
|
version = "0.4.61+curl-8.0.1"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-21 11:07:00 +03:00
|
|
|
checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-10-09 11:28:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2023-03-26 11:06:46 +03:00
|
|
|
version = "1.0.94"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 11:06:46 +03:00
|
|
|
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
|
2022-10-09 11:28:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2023-03-26 11:06:46 +03:00
|
|
|
version = "1.0.94"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 11:06:46 +03:00
|
|
|
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
|
2022-10-09 11:28:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
2023-04-13 19:40:34 +03:00
|
|
|
"syn 2.0.15",
|
2022-10-09 11:28:02 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-03-26 11:06:46 +03:00
|
|
|
version = "1.0.94"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 11:06:46 +03:00
|
|
|
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
|
2022-10-09 11:28:02 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-03-26 11:06:46 +03:00
|
|
|
version = "1.0.94"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 11:06:46 +03:00
|
|
|
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
|
2022-10-09 11:28:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-13 19:40:34 +03:00
|
|
|
"syn 2.0.15",
|
2022-10-09 11:28:02 +03:00
|
|
|
]
|
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-11-17 11:26:47 +03:00
|
|
|
version = "0.10.6"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 11:26:47 +03:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
2021-12-08 18:34:37 +03:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2021-06-17 21:28:13 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding"
|
|
|
|
version = "0.2.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding-index-japanese",
|
|
|
|
"encoding-index-korean",
|
|
|
|
"encoding-index-simpchinese",
|
|
|
|
"encoding-index-singlebyte",
|
|
|
|
"encoding-index-tradchinese",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-japanese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding_index_tests",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-korean"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding_index_tests",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-simpchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding_index_tests",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-singlebyte"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding_index_tests",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-tradchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding_index_tests",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_index_tests"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-09 06:02:46 +03:00
|
|
|
version = "0.3.1"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 06:02:46 +03:00
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2023-03-29 11:07:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-04-09 06:02:46 +03:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-29 11:07:07 +03:00
|
|
|
]
|
|
|
|
|
2022-09-30 15:55:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-05-06 14:41:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-02-14 11:06:28 +03:00
|
|
|
version = "1.9.0"
|
2022-05-06 14:41:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 11:06:28 +03:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-05-06 14:41:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
2021-07-24 10:42:46 +03:00
|
|
|
version = "0.9.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-24 10:42:46 +03:00
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"num-traits",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.0.7"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
2021-07-03 14:51:55 +03:00
|
|
|
name = "form_urlencoded"
|
2022-09-08 11:25:47 +03:00
|
|
|
version = "1.1.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-08 11:25:47 +03:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2021-07-03 14:51:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-03-28 15:46:49 +03:00
|
|
|
version = "0.14.7"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 15:46:49 +03:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-04-07 06:02:40 +03:00
|
|
|
version = "0.2.9"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-07 06:02:40 +03:00
|
|
|
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"cfg-if",
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
2022-06-17 12:23:37 +03:00
|
|
|
"wasi",
|
2021-07-03 14:51:55 +03:00
|
|
|
]
|
|
|
|
|
2021-12-04 13:15:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-07 11:05:18 +03:00
|
|
|
version = "0.3.1"
|
2021-12-04 13:15:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-07 11:05:18 +03:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2021-12-04 13:15:46 +03:00
|
|
|
|
2021-12-07 12:12:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-18 11:21:54 +03:00
|
|
|
version = "0.12.3"
|
2021-12-07 12:12:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 11:21:54 +03:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2021-12-07 12:12:59 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.1.19"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-11-25 01:11:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-02-09 11:21:43 +03:00
|
|
|
version = "0.3.1"
|
2022-11-25 01:11:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 11:21:43 +03:00
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
2022-11-25 01:11:38 +03:00
|
|
|
|
2021-06-17 22:53:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hex-literal"
|
2023-04-06 00:16:37 +03:00
|
|
|
version = "0.4.1"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 00:16:37 +03:00
|
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
2021-06-17 21:28:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hurl"
|
2023-02-25 13:39:18 +03:00
|
|
|
version = "3.0.0-SNAPSHOT"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"atty",
|
|
|
|
"base64",
|
|
|
|
"brotli",
|
2021-05-26 11:06:29 +03:00
|
|
|
"cc",
|
2020-10-14 14:24:11 +03:00
|
|
|
"chrono",
|
|
|
|
"clap",
|
2021-02-13 22:51:22 +03:00
|
|
|
"colored",
|
2020-10-14 14:24:11 +03:00
|
|
|
"curl",
|
2023-02-22 00:02:11 +03:00
|
|
|
"curl-sys",
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding",
|
|
|
|
"float-cmp",
|
2021-12-04 13:15:46 +03:00
|
|
|
"glob",
|
2021-06-17 22:53:31 +03:00
|
|
|
"hex",
|
2021-06-17 21:28:13 +03:00
|
|
|
"hex-literal",
|
2020-11-02 20:30:13 +03:00
|
|
|
"hurl_core",
|
2021-12-07 12:12:59 +03:00
|
|
|
"indexmap",
|
2022-12-11 22:58:05 +03:00
|
|
|
"lazy_static",
|
2020-11-02 20:30:13 +03:00
|
|
|
"libflate",
|
|
|
|
"libxml",
|
2021-07-14 22:04:28 +03:00
|
|
|
"md5",
|
2021-05-14 20:31:18 +03:00
|
|
|
"percent-encoding",
|
2020-11-02 20:30:13 +03:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-06-17 21:28:13 +03:00
|
|
|
"sha2",
|
2021-01-16 16:18:21 +03:00
|
|
|
"termion",
|
2020-11-02 20:30:13 +03:00
|
|
|
"url",
|
2023-02-21 15:38:38 +03:00
|
|
|
"uuid",
|
2021-11-30 18:27:38 +03:00
|
|
|
"winres",
|
2021-12-07 12:12:59 +03:00
|
|
|
"xmltree",
|
2020-11-02 20:30:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hurl_core"
|
2023-02-25 13:39:18 +03:00
|
|
|
version = "3.0.0-SNAPSHOT"
|
2020-11-02 20:30:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"float-cmp",
|
2021-05-25 17:56:55 +03:00
|
|
|
"regex",
|
2020-11-02 20:30:13 +03:00
|
|
|
"sxd-document",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hurlfmt"
|
2023-02-25 13:39:18 +03:00
|
|
|
version = "3.0.0-SNAPSHOT"
|
2020-11-02 20:30:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2021-06-16 22:13:17 +03:00
|
|
|
"base64",
|
2020-11-02 20:30:13 +03:00
|
|
|
"clap",
|
2021-02-13 22:51:22 +03:00
|
|
|
"colored",
|
2020-11-02 20:30:13 +03:00
|
|
|
"hurl_core",
|
2020-10-14 14:24:11 +03:00
|
|
|
"proptest",
|
|
|
|
"regex",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-08-09 18:44:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-04-05 06:03:08 +03:00
|
|
|
version = "0.1.56"
|
2022-08-09 18:44:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 06:03:08 +03:00
|
|
|
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
|
2022-08-09 18:44:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
2022-08-12 17:05:11 +03:00
|
|
|
"core-foundation-sys",
|
2022-10-09 11:28:02 +03:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-09 18:44:36 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-03-22 11:06:37 +03:00
|
|
|
"windows",
|
2022-08-09 18:44:36 +03:00
|
|
|
]
|
|
|
|
|
2022-10-09 11:28:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2022-10-18 12:27:17 +03:00
|
|
|
version = "0.1.1"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-18 12:27:17 +03:00
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
2022-10-09 11:28:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-09-08 11:25:47 +03:00
|
|
|
version = "0.3.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-08 11:25:47 +03:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2021-12-07 12:12:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-25 11:06:24 +03:00
|
|
|
version = "1.9.3"
|
2021-12-07 12:12:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 11:06:24 +03:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2021-12-07 12:12:59 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2022-05-06 14:41:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-09-30 15:55:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-04-05 06:03:08 +03:00
|
|
|
version = "1.0.10"
|
2022-11-25 01:11:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 06:03:08 +03:00
|
|
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
2022-11-25 01:11:38 +03:00
|
|
|
dependencies = [
|
2023-03-17 11:06:24 +03:00
|
|
|
"hermit-abi 0.3.1",
|
2022-11-25 01:11:38 +03:00
|
|
|
"libc",
|
2023-04-05 06:03:08 +03:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-25 01:11:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-04-07 06:02:40 +03:00
|
|
|
version = "0.4.7"
|
2022-11-25 01:11:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-07 06:02:40 +03:00
|
|
|
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
2022-11-25 01:11:38 +03:00
|
|
|
dependencies = [
|
2023-02-09 11:21:43 +03:00
|
|
|
"hermit-abi 0.3.1",
|
2022-11-29 11:24:13 +03:00
|
|
|
"io-lifetimes",
|
2023-04-05 06:03:08 +03:00
|
|
|
"rustix",
|
2023-04-07 06:02:40 +03:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-25 01:11:38 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-03-04 11:06:03 +03:00
|
|
|
version = "1.0.6"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-04 11:06:03 +03:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-02-02 12:37:39 +03:00
|
|
|
version = "0.3.61"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 12:37:39 +03:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-04-21 06:02:21 +03:00
|
|
|
version = "0.2.142"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-21 06:02:21 +03:00
|
|
|
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
|
2020-10-14 14:24:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate"
|
2023-02-16 18:04:06 +03:00
|
|
|
version = "1.3.0"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 18:04:06 +03:00
|
|
|
checksum = "97822bf791bd4d5b403713886a5fbe8bf49520fe78e323b0dc480ca1a03e50b0"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
"crc32fast",
|
|
|
|
"libflate_lz77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate_lz77"
|
2023-02-16 18:04:06 +03:00
|
|
|
version = "1.2.0"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 18:04:06 +03:00
|
|
|
checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf"
|
2021-07-03 14:51:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"rle-decode-fast",
|
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2023-02-07 11:21:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libxml"
|
2023-03-08 11:06:48 +03:00
|
|
|
version = "0.3.2"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 11:06:48 +03:00
|
|
|
checksum = "ca310e4db05e9b7386ad0734975fabc912b66f6bc50a98f525e690822da1ee0e"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2020-11-02 20:36:20 +03:00
|
|
|
"vcpkg",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2022-05-28 12:31:50 +03:00
|
|
|
version = "1.1.8"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 12:31:50 +03:00
|
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-10-09 11:28:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
2022-12-19 19:47:36 +03:00
|
|
|
version = "1.0.8"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 19:47:36 +03:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
2022-10-09 11:28:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-04-20 06:02:09 +03:00
|
|
|
version = "0.3.3"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 06:02:09 +03:00
|
|
|
checksum = "9b085a4f2cde5781fc4b1717f2e86c62f5cda49de7ba99a7c2eae02b61c9064c"
|
2023-03-29 11:07:07 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-07-14 22:04:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "2.5.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.1.45"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2021-07-03 14:51:55 +03:00
|
|
|
"autocfg",
|
2020-10-14 14:24:11 +03:00
|
|
|
"num-traits",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-17 20:55:25 +03:00
|
|
|
name = "num-traits"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.2.15"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2021-07-03 14:51:55 +03:00
|
|
|
"autocfg",
|
2023-02-07 11:21:23 +03:00
|
|
|
"libm",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2021-01-16 16:18:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
|
|
|
|
2022-06-14 22:56:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-02-15 11:06:25 +03:00
|
|
|
version = "1.17.1"
|
2022-06-14 22:56:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-15 11:06:25 +03:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2022-06-14 22:56:29 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.1.5"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-04-21 06:02:21 +03:00
|
|
|
version = "0.9.86"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-21 06:02:21 +03:00
|
|
|
checksum = "992bac49bdbab4423199c654a5515bd2a6c6a23bf03f2dd3bdb7e5ae6259bc69"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-09-08 11:25:47 +03:00
|
|
|
version = "2.2.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-08 11:25:47 +03:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peresil"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "f658886ed52e196e850cfbbfddab9eaa7f6d90dd0929e264c31e5cec07e09e57"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-10-29 20:10:01 +03:00
|
|
|
version = "0.3.26"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-29 20:10:01 +03:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-05 21:04:45 +03:00
|
|
|
version = "0.2.17"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 21:04:45 +03:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-04-05 06:03:08 +03:00
|
|
|
version = "1.0.56"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 06:03:08 +03:00
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proptest"
|
2023-02-07 11:21:23 +03:00
|
|
|
version = "1.1.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 11:21:23 +03:00
|
|
|
checksum = "29f1b898011ce9595050a68e60f90bad083ff2987a695a42357134c8381fba70"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"bit-set",
|
2023-03-24 10:24:20 +03:00
|
|
|
"bitflags",
|
2020-10-14 14:24:11 +03:00
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
2021-07-03 14:51:55 +03:00
|
|
|
"quick-error 2.0.1",
|
2022-05-06 14:41:57 +03:00
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
2020-10-14 14:24:11 +03:00
|
|
|
"rand_xorshift",
|
2023-04-21 06:02:21 +03:00
|
|
|
"regex-syntax 0.6.29",
|
2020-10-14 14:24:11 +03:00
|
|
|
"rusty-fork",
|
|
|
|
"tempfile",
|
2023-02-07 11:21:23 +03:00
|
|
|
"unarray",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
2021-07-03 14:51:55 +03:00
|
|
|
name = "quick-error"
|
|
|
|
version = "2.0.1"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 14:51:55 +03:00
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-03-14 11:07:13 +03:00
|
|
|
version = "1.0.26"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-14 11:07:13 +03:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.8.5"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2021-07-03 14:51:55 +03:00
|
|
|
"libc",
|
2022-05-06 14:41:57 +03:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-07-03 14:51:55 +03:00
|
|
|
name = "rand_chacha"
|
2020-08-27 10:07:46 +03:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 14:51:55 +03:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2021-07-03 14:51:55 +03:00
|
|
|
"ppv-lite86",
|
2022-05-06 14:41:57 +03:00
|
|
|
"rand_core",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-07-03 14:51:55 +03:00
|
|
|
name = "rand_core"
|
2022-09-17 11:26:35 +03:00
|
|
|
version = "0.6.4"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 11:26:35 +03:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"getrandom",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "0.3.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 14:51:55 +03:00
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"rand_core",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-07-03 14:51:55 +03:00
|
|
|
name = "redox_syscall"
|
2022-07-27 11:25:20 +03:00
|
|
|
version = "0.2.16"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 11:25:20 +03:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-07-03 14:51:55 +03:00
|
|
|
dependencies = [
|
2023-03-24 10:24:20 +03:00
|
|
|
"bitflags",
|
2021-07-03 14:51:55 +03:00
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-01-16 16:18:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.1.2"
|
2021-01-16 16:18:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
2021-01-16 16:18:21 +03:00
|
|
|
dependencies = [
|
2023-03-29 11:07:07 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2021-01-16 16:18:21 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-04-21 15:52:33 +03:00
|
|
|
version = "1.8.1"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-21 15:52:33 +03:00
|
|
|
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-04-21 15:52:33 +03:00
|
|
|
"regex-syntax 0.7.1",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-22 11:06:37 +03:00
|
|
|
version = "0.6.29"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 11:06:37 +03:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2023-04-21 06:02:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-21 15:52:33 +03:00
|
|
|
version = "0.7.1"
|
2023-04-21 06:02:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-21 15:52:33 +03:00
|
|
|
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
2023-04-21 06:02:21 +03:00
|
|
|
|
2020-10-14 14:24:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rle-decode-fast"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.0.3"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
|
2020-10-14 14:24:11 +03:00
|
|
|
|
2022-09-30 15:55:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-04-21 06:02:21 +03:00
|
|
|
version = "0.37.13"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-21 06:02:21 +03:00
|
|
|
checksum = "f79bef90eb6d984c72722595b5b1348ab39275a5e5123faca6863bf07d75a4e0"
|
2023-03-29 11:07:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2023-04-05 06:03:08 +03:00
|
|
|
"errno",
|
2023-03-29 11:07:07 +03:00
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
2023-04-05 06:03:08 +03:00
|
|
|
"linux-raw-sys",
|
2023-04-07 06:02:40 +03:00
|
|
|
"windows-sys 0.48.0",
|
2022-09-30 15:55:40 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rusty-fork"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "0.3.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 14:51:55 +03:00
|
|
|
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"fnv",
|
2021-07-03 14:51:55 +03:00
|
|
|
"quick-error 1.2.3",
|
2020-10-14 14:24:11 +03:00
|
|
|
"tempfile",
|
|
|
|
"wait-timeout",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-03-04 11:06:03 +03:00
|
|
|
version = "1.0.13"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-04 11:06:03 +03:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-01-10 16:40:04 +03:00
|
|
|
version = "0.1.21"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-10 16:40:04 +03:00
|
|
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2023-02-02 12:37:39 +03:00
|
|
|
"windows-sys 0.42.0",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-10-09 11:28:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2023-03-06 11:06:40 +03:00
|
|
|
version = "1.0.5"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 11:06:40 +03:00
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2022-10-09 11:28:02 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-04-11 15:18:18 +03:00
|
|
|
version = "1.0.160"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 15:18:18 +03:00
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-13 06:01:56 +03:00
|
|
|
version = "1.0.96"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 06:01:56 +03:00
|
|
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-09-17 11:26:35 +03:00
|
|
|
version = "0.10.6"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 11:26:35 +03:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"cfg-if",
|
2021-06-17 21:28:13 +03:00
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-04 11:06:03 +03:00
|
|
|
version = "0.4.9"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-04 11:06:03 +03:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-01-06 22:35:23 +03:00
|
|
|
version = "0.10.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 22:35:23 +03:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sxd-document"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "94d82f37be9faf1b10a82c4bd492b74f698e40082f0f40de38ab275f31d42078"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"peresil",
|
|
|
|
"typed-arena",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-02-25 11:05:51 +03:00
|
|
|
version = "1.0.109"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 11:05:51 +03:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-03-18 11:06:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-04-13 19:40:34 +03:00
|
|
|
version = "2.0.15"
|
2023-03-18 11:06:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 19:40:34 +03:00
|
|
|
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
2023-03-18 11:06:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-03-29 11:07:07 +03:00
|
|
|
version = "3.5.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 11:07:07 +03:00
|
|
|
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2023-03-29 11:07:07 +03:00
|
|
|
"redox_syscall 0.3.5",
|
2023-04-05 06:03:08 +03:00
|
|
|
"rustix",
|
2023-03-29 11:07:07 +03:00
|
|
|
"windows-sys 0.45.0",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-01-06 22:35:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-01-16 11:06:10 +03:00
|
|
|
version = "1.2.0"
|
2022-01-06 22:35:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2022-01-06 22:35:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-09-30 15:55:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2023-04-05 06:03:08 +03:00
|
|
|
version = "0.2.6"
|
2022-09-30 15:55:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 06:03:08 +03:00
|
|
|
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
|
2022-09-30 15:55:40 +03:00
|
|
|
dependencies = [
|
2023-04-05 06:03:08 +03:00
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.48.0",
|
2022-09-30 15:55:40 +03:00
|
|
|
]
|
|
|
|
|
2021-01-16 16:18:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
2022-10-22 11:30:57 +03:00
|
|
|
version = "2.0.1"
|
2021-01-16 16:18:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 11:30:57 +03:00
|
|
|
checksum = "659c1f379f3408c7e5e84c7d0da6d93404e3800b6b9d063ba24436419302ec90"
|
2021-01-16 16:18:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"numtoa",
|
2023-03-29 11:07:07 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2021-01-16 16:18:21 +03:00
|
|
|
"redox_termios",
|
|
|
|
]
|
|
|
|
|
2020-11-02 20:36:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.6.0"
|
2020-11-02 20:36:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-03 11:06:02 +03:00
|
|
|
version = "0.1.1"
|
2022-05-06 14:41:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 11:06:02 +03:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-11-02 20:36:20 +03:00
|
|
|
|
2021-11-30 18:27:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-01-20 11:05:45 +03:00
|
|
|
version = "0.5.11"
|
2021-11-30 18:27:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 11:05:45 +03:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2021-11-30 18:27:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-12-11 01:01:41 +03:00
|
|
|
version = "1.16.0"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 01:01:41 +03:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2021-06-17 21:28:13 +03:00
|
|
|
|
2023-02-07 11:21:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unarray"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-03-21 11:07:00 +03:00
|
|
|
version = "0.3.13"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-21 11:07:00 +03:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-03-06 11:06:40 +03:00
|
|
|
version = "1.0.8"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 11:06:40 +03:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-08-05 14:52:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-17 11:26:35 +03:00
|
|
|
version = "0.1.22"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 11:26:35 +03:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-11-02 20:36:20 +03:00
|
|
|
"tinyvec",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-10-09 11:28:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-09-08 11:25:47 +03:00
|
|
|
version = "2.3.1"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-08 11:25:47 +03:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2021-07-03 14:51:55 +03:00
|
|
|
"form_urlencoded",
|
2020-10-14 14:24:11 +03:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2023-02-21 15:38:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-04-09 12:11:33 +03:00
|
|
|
version = "1.3.1"
|
2023-02-21 15:38:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:11:33 +03:00
|
|
|
checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb"
|
2023-02-21 15:38:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.2.15"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.9.4"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-06-17 21:28:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-06-14 22:56:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-02-02 12:37:39 +03:00
|
|
|
version = "0.2.84"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 12:37:39 +03:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-02 12:37:39 +03:00
|
|
|
version = "0.2.84"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 12:37:39 +03:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-18 11:06:10 +03:00
|
|
|
"syn 1.0.109",
|
2022-08-05 14:52:13 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-02 12:37:39 +03:00
|
|
|
version = "0.2.84"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 12:37:39 +03:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-02 12:37:39 +03:00
|
|
|
version = "0.2.84"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 12:37:39 +03:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-18 11:06:10 +03:00
|
|
|
"syn 1.0.109",
|
2022-08-05 14:52:13 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-02 12:37:39 +03:00
|
|
|
version = "0.2.84"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 12:37:39 +03:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2022-08-05 14:52:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "0.3.9"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 14:51:55 +03:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-01-06 22:35:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2021-11-30 18:27:38 +03:00
|
|
|
|
2022-11-04 20:52:42 +03:00
|
|
|
[[package]]
|
2023-03-22 11:06:37 +03:00
|
|
|
name = "windows"
|
2023-04-05 06:03:08 +03:00
|
|
|
version = "0.48.0"
|
2023-03-22 11:06:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 06:03:08 +03:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-03-22 11:06:37 +03:00
|
|
|
dependencies = [
|
2023-04-05 06:03:08 +03:00
|
|
|
"windows-targets 0.48.0",
|
2023-03-22 11:06:37 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-11-04 20:52:42 +03:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
2023-04-05 06:03:08 +03:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2022-11-04 20:52:42 +03:00
|
|
|
]
|
|
|
|
|
2023-02-02 12:37:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-04-05 06:03:08 +03:00
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.0",
|
2023-02-02 12:37:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-03-14 11:07:13 +03:00
|
|
|
version = "0.42.2"
|
2023-02-02 12:37:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-14 11:07:13 +03:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-02 12:37:39 +03:00
|
|
|
dependencies = [
|
2023-04-05 06:03:08 +03:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
2023-02-02 12:37:39 +03:00
|
|
|
]
|
|
|
|
|
2022-11-04 20:52:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-14 11:07:13 +03:00
|
|
|
version = "0.42.2"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-14 11:07:13 +03:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
2023-04-05 06:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
2022-11-04 20:52:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-14 11:07:13 +03:00
|
|
|
version = "0.42.2"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-14 11:07:13 +03:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
2023-04-05 06:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
2022-11-04 20:52:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-14 11:07:13 +03:00
|
|
|
version = "0.42.2"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-14 11:07:13 +03:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
2023-04-05 06:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
2022-11-04 20:52:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-14 11:07:13 +03:00
|
|
|
version = "0.42.2"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-14 11:07:13 +03:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
2023-04-05 06:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
2022-11-04 20:52:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-14 11:07:13 +03:00
|
|
|
version = "0.42.2"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-14 11:07:13 +03:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
2023-04-05 06:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
2022-11-04 20:52:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-14 11:07:13 +03:00
|
|
|
version = "0.42.2"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-14 11:07:13 +03:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
2023-04-05 06:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
2022-11-04 20:52:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-14 11:07:13 +03:00
|
|
|
version = "0.42.2"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-14 11:07:13 +03:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
2023-04-05 06:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
2021-11-30 18:27:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winres"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
|
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
2021-12-07 12:12:59 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmltree"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"xml-rs",
|
|
|
|
]
|