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"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "0.7.18"
|
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 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "2.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 = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
|
2020-10-14 14:24:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"hermit-abi",
|
|
|
|
"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"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "0.13.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 = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
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"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.10.2"
|
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 = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
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"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "2.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 = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
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"
|
2022-02-22 12:11:38 +03:00
|
|
|
version = "1.0.73"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 12:11:38 +03:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
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"
|
2020-11-02 20:36:20 +03:00
|
|
|
version = "0.4.19"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 20:36:20 +03:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-11-02 20:36:20 +03:00
|
|
|
"libc",
|
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"
|
2022-07-21 11:21:09 +03:00
|
|
|
version = "3.2.14"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-21 11:21:09 +03:00
|
|
|
checksum = "54635806b078b7925d6e36810b1755f2a4b5b4d57560432c1ecf60bcbe10602b"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2022-05-06 14:41:57 +03:00
|
|
|
"clap_lex",
|
2022-01-06 22:35:23 +03:00
|
|
|
"indexmap",
|
2022-06-14 22:56:29 +03:00
|
|
|
"once_cell",
|
2020-10-14 14:24:11 +03:00
|
|
|
"strsim",
|
2022-01-06 22:35:23 +03:00
|
|
|
"termcolor",
|
2020-10-14 14:24:11 +03:00
|
|
|
"textwrap",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-05-06 14:41:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-06-28 18:29:00 +03:00
|
|
|
version = "0.2.4"
|
2022-05-06 14:41:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-28 18:29:00 +03:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-05-06 14:41:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.2.2"
|
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 = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
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"
|
2022-07-22 11:23:29 +03:00
|
|
|
version = "0.4.56+curl-7.83.1"
|
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 = "6093e169dd4de29e468fa649fbae11cdcd5551c81fe5bf1b0677adad7ef3d26f"
|
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
|
|
|
]
|
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-02-22 11:33:11 +03:00
|
|
|
version = "0.10.3"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 11:33:11 +03:00
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
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
|
|
|
|
2022-05-06 14:41:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
|
|
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"
|
|
|
|
version = "1.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 = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.14.5"
|
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 = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-06-14 22:56:29 +03:00
|
|
|
version = "0.2.7"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-14 22:56:29 +03:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
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"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
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"
|
2021-11-12 12:37:12 +03:00
|
|
|
version = "0.3.4"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-12 12:37:12 +03:00
|
|
|
checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
|
2021-06-17 21:28:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hurl"
|
2022-02-10 16:00:10 +03:00
|
|
|
version = "1.7.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",
|
|
|
|
"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",
|
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",
|
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"
|
2022-02-10 16:00:10 +03:00
|
|
|
version = "1.7.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"
|
2022-02-10 16:00:10 +03:00
|
|
|
version = "1.7.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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.2.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 = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2021-12-07 12:12:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-06-22 14:51:52 +03:00
|
|
|
version = "1.9.1"
|
2021-12-07 12:12:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-22 14:51:52 +03:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
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",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-05-18 14:03:20 +03:00
|
|
|
version = "1.0.2"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-18 14:03:20 +03:00
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
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"
|
2022-05-18 14:03:20 +03:00
|
|
|
version = "0.2.126"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-18 14:03:20 +03:00
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
2020-10-14 14:24:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate"
|
2022-03-25 15:59:38 +03:00
|
|
|
version = "1.2.0"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-25 15:59:38 +03:00
|
|
|
checksum = "05605ab2bce11bcfc0e9c635ff29ef8b2ea83f29be257ee7d730cac3ee373093"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
"crc32fast",
|
|
|
|
"libflate_lz77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate_lz77"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "1.1.0"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 14:51:55 +03:00
|
|
|
checksum = "39a734c0493409afcd49deee13c006a04e3586b9761a03543c6272c9c51f2f5a"
|
|
|
|
dependencies = [
|
|
|
|
"rle-decode-fast",
|
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libxml"
|
2022-03-28 18:28:05 +03:00
|
|
|
version = "0.3.1"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 18:28:05 +03:00
|
|
|
checksum = "687f5a78939052c5d02865c0fe3ea2ce2acdca875f7f81db82f7aef256dd97ac"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.1.9"
|
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 = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
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",
|
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"
|
2022-07-05 18:33:19 +03:00
|
|
|
version = "1.13.0"
|
2022-06-14 22:56:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 18:33:19 +03:00
|
|
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
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"
|
2022-07-15 16:19:41 +03:00
|
|
|
version = "0.9.75"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:19:41 +03:00
|
|
|
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
|
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
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-01-06 22:35:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2022-07-17 11:18:42 +03:00
|
|
|
version = "6.2.0"
|
2022-01-06 22:35:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-17 11:18:42 +03:00
|
|
|
checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
|
2022-01-06 22:35:23 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
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-05-06 14:41:57 +03:00
|
|
|
version = "0.3.25"
|
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 = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-05-06 14:41:57 +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-05-06 14:41:57 +03:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proptest"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "1.0.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 = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"bit-set",
|
|
|
|
"bitflags",
|
|
|
|
"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",
|
|
|
|
"regex-syntax",
|
|
|
|
"rusty-fork",
|
|
|
|
"tempfile",
|
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
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.6.3"
|
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 = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
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-23 11:20:45 +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-07-23 11:20:45 +03:00
|
|
|
checksum = "534cfe58d6a18cc17120fbf4635d53d14691c1fe4d951064df9bd326178d7d5a"
|
2021-07-03 14:51:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
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 = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"redox_syscall",
|
2021-01-16 16:18:21 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-07-06 18:43:02 +03:00
|
|
|
version = "1.6.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 18:43:02 +03:00
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-07-06 18:43:02 +03:00
|
|
|
version = "0.6.27"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 18:43:02 +03:00
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2022-05-06 14:41:57 +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-05-06 14:41:57 +03:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"winapi",
|
2020-08-27 10:07:46 +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
|
|
|
|
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"
|
2022-05-18 14:03:20 +03:00
|
|
|
version = "1.0.10"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-18 14:03:20 +03:00
|
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2022-05-18 14:03:20 +03:00
|
|
|
version = "0.1.20"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-18 14:03:20 +03:00
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"lazy_static",
|
2022-05-18 14:03:20 +03:00
|
|
|
"windows-sys",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-07-20 20:52:58 +03:00
|
|
|
version = "1.0.140"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-20 20:52:58 +03:00
|
|
|
checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-06-30 13:55:04 +03:00
|
|
|
version = "1.0.82"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-30 13:55:04 +03:00
|
|
|
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
|
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-02-22 11:33:11 +03:00
|
|
|
version = "0.10.2"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 11:33:11 +03:00
|
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
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"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.4.4"
|
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 = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "3.3.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 = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
2022-05-06 14:41:57 +03:00
|
|
|
"redox_syscall",
|
2020-10-14 14:24:11 +03:00
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-01-06 22:35:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.1.3"
|
2022-01-06 22:35:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2022-01-06 22:35:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-01-16 16:18:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "1.5.6"
|
2021-01-16 16:18:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 14:51:55 +03:00
|
|
|
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
2021-01-16 16:18:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"numtoa",
|
2022-05-06 14:41:57 +03:00
|
|
|
"redox_syscall",
|
2021-01-16 16:18:21 +03:00
|
|
|
"redox_termios",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.15.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 = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
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"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-11-02 20:36:20 +03:00
|
|
|
|
2021-11-30 18:27:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.5.9"
|
2021-11-30 18:27:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
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-02-22 11:33:11 +03:00
|
|
|
version = "1.15.0"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 11:33:11 +03:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2021-06-17 21:28:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.3.8"
|
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 = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-07-02 16:39:47 +03:00
|
|
|
version = "0.1.21"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 16:39:47 +03:00
|
|
|
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "2.2.2"
|
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 = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
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",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
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"
|
|
|
|
|
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-05-18 14:03:20 +03: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"
|
|
|
|
|
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",
|
|
|
|
]
|