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"
|
2022-11-22 10:10:46 +03:00
|
|
|
version = "0.7.20"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 10:10:46 +03:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
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",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-09-07 20:38:30 +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-09-07 20:38:30 +03:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
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"
|
2022-10-19 11:39:30 +03:00
|
|
|
version = "3.11.1"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-19 11:39:30 +03:00
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
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"
|
2022-12-15 11:06:52 +03:00
|
|
|
version = "1.0.78"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-15 11:06:52 +03:00
|
|
|
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
|
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"
|
2022-11-12 11:25:30 +03:00
|
|
|
version = "0.4.23"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-12 11:25:30 +03:00
|
|
|
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
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-01-16 11:06:10 +03:00
|
|
|
version = "4.1.1"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"bitflags",
|
2022-05-06 14:41:57 +03:00
|
|
|
"clap_lex",
|
2022-11-25 01:11:38 +03:00
|
|
|
"is-terminal",
|
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",
|
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-01-16 11:06:10 +03:00
|
|
|
version = "0.3.1"
|
2022-05-06 14:41:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
|
2022-05-06 14:41:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2022-09-07 20:38:30 +03:00
|
|
|
version = "0.2.5"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-07 20:38:30 +03:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
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-11-04 20:52:42 +03:00
|
|
|
version = "0.4.59+curl-7.86.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-04 20:52:42 +03:00
|
|
|
checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407"
|
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-01-08 11:05:06 +03:00
|
|
|
version = "1.0.86"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-08 11:05:06 +03:00
|
|
|
checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579"
|
2022-10-09 11:28:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2023-01-08 11:05:06 +03:00
|
|
|
version = "1.0.86"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-08 11:05:06 +03:00
|
|
|
checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70"
|
2022-10-09 11:28:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-01-08 11:05:06 +03:00
|
|
|
version = "1.0.86"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-08 11:05:06 +03:00
|
|
|
checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c"
|
2022-10-09 11:28:02 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-01-08 11:05:06 +03:00
|
|
|
version = "1.0.86"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-08 11:05:06 +03:00
|
|
|
checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5"
|
2022-10-09 11:28:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2022-09-30 15:55:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-07-24 11:19:56 +03:00
|
|
|
version = "1.8.0"
|
2022-05-06 14:41:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 11:19:56 +03:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
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"
|
2022-08-04 15:15:49 +03:00
|
|
|
version = "0.14.6"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 15:15:49 +03:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-10-21 11:33:27 +03:00
|
|
|
version = "0.2.8"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-21 11:33:27 +03:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
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"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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-11-29 15:12:43 +03:00
|
|
|
version = "2.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",
|
|
|
|
"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",
|
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-11-29 15:12:43 +03:00
|
|
|
version = "2.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"
|
2022-11-29 15:12:43 +03:00
|
|
|
version = "2.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"
|
2022-10-29 20:10:01 +03:00
|
|
|
version = "0.1.53"
|
2022-08-09 18:44:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-29 20:10:01 +03:00
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
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",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-11-18 01:55:05 +03:00
|
|
|
version = "1.9.2"
|
2021-12-07 12:12:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 01:55:05 +03:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
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-01-16 11:06:10 +03:00
|
|
|
version = "1.0.4"
|
2022-11-25 01:11:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
|
2022-11-25 01:11:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-01-10 16:40:04 +03:00
|
|
|
"windows-sys",
|
2022-11-25 01:11:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2022-12-21 11:06:52 +03:00
|
|
|
version = "0.4.2"
|
2022-11-25 01:11:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-21 11:06:52 +03:00
|
|
|
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
|
2022-11-25 01:11:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.2.6",
|
2022-11-29 11:24:13 +03:00
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
2023-01-10 16:40:04 +03:00
|
|
|
"windows-sys",
|
2022-11-25 01:11:38 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-12-19 19:47:36 +03:00
|
|
|
version = "1.0.5"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 19:47:36 +03:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-09-13 11:27:07 +03:00
|
|
|
version = "0.3.60"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 11:27:07 +03:00
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
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"
|
2022-12-23 11:05:12 +03:00
|
|
|
version = "0.2.139"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 11:05:12 +03:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
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
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-11-25 01:11:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2022-12-15 11:06:52 +03:00
|
|
|
version = "0.1.4"
|
2022-11-25 01:11:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-15 11:06:52 +03:00
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
2022-11-25 01:11:38 +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",
|
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-12-30 11:05:13 +03:00
|
|
|
version = "1.17.0"
|
2022-06-14 22:56:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 11:05:13 +03:00
|
|
|
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
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-12-21 11:06:52 +03:00
|
|
|
version = "0.9.80"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-21 11:06:52 +03:00
|
|
|
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
|
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-11-21 11:26:05 +03:00
|
|
|
version = "6.4.1"
|
2022-01-06 22:35:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 11:26:05 +03:00
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
2022-01-06 22:35:23 +03:00
|
|
|
|
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"
|
2022-12-19 19:47:36 +03:00
|
|
|
version = "1.0.49"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 19:47:36 +03:00
|
|
|
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-12-19 19:47:36 +03:00
|
|
|
version = "1.0.23"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 19:47:36 +03:00
|
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
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 = [
|
|
|
|
"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"
|
2023-01-10 16:40:04 +03:00
|
|
|
version = "1.7.1"
|
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 = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
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-11-05 21:04:45 +03:00
|
|
|
version = "0.6.28"
|
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 = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
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
|
|
|
|
2022-09-30 15:55:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2022-12-27 11:05:26 +03:00
|
|
|
version = "0.36.6"
|
2022-09-30 15:55:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-27 11:05:26 +03:00
|
|
|
checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
|
2022-09-30 15:55:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
2022-11-29 11:24:13 +03:00
|
|
|
"io-lifetimes",
|
2022-11-25 01:11:38 +03:00
|
|
|
"libc",
|
2022-11-29 11:24:13 +03:00
|
|
|
"linux-raw-sys",
|
2023-01-10 16:40:04 +03:00
|
|
|
"windows-sys",
|
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"
|
2022-12-19 19:47:36 +03:00
|
|
|
version = "1.0.12"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 19:47:36 +03:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
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-01-10 16:40:04 +03:00
|
|
|
"windows-sys",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-10-09 11:28:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2022-12-19 19:47:36 +03:00
|
|
|
version = "1.0.3"
|
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 = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
|
2022-10-09 11:28:02 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-12-27 11:05:26 +03:00
|
|
|
version = "1.0.152"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-27 11:05:26 +03:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-12-19 19:47:36 +03:00
|
|
|
version = "1.0.91"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 19:47:36 +03:00
|
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
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"
|
2022-09-02 11:13:31 +03:00
|
|
|
version = "0.4.7"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 11:13:31 +03:00
|
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
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"
|
2022-12-19 19:47:36 +03:00
|
|
|
version = "1.0.107"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 19:47:36 +03:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
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"
|
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"
|
2022-11-29 11:24:13 +03:00
|
|
|
version = "0.2.3"
|
2022-09-30 15:55:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-29 11:24:13 +03:00
|
|
|
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
|
2022-09-30 15:55:40 +03:00
|
|
|
dependencies = [
|
2022-11-29 11:24:13 +03:00
|
|
|
"rustix",
|
2023-01-10 16:40:04 +03:00
|
|
|
"windows-sys",
|
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",
|
2022-05-06 14:41:57 +03:00
|
|
|
"redox_syscall",
|
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"
|
|
|
|
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-12-15 11:06:52 +03:00
|
|
|
version = "0.5.10"
|
2021-11-30 18:27:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-15 11:06:52 +03:00
|
|
|
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
|
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
|
|
|
|
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
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-12-19 19:47:36 +03:00
|
|
|
version = "1.0.6"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 19:47:36 +03:00
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-09-13 11:27:07 +03:00
|
|
|
version = "0.2.83"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 11:27:07 +03:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-09-13 11:27:07 +03:00
|
|
|
version = "0.2.83"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 11:27:07 +03:00
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-09-13 11:27:07 +03:00
|
|
|
version = "0.2.83"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 11:27:07 +03:00
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-09-13 11:27:07 +03:00
|
|
|
version = "0.2.83"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 11:27:07 +03:00
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-09-13 11:27:07 +03:00
|
|
|
version = "0.2.83"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 11:27:07 +03:00
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
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]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-01-10 16:40:04 +03:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-11-04 20:52:42 +03:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-01-10 16:40:04 +03:00
|
|
|
"windows_x86_64_msvc",
|
2022-11-04 20:52:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-01-16 11:06:10 +03:00
|
|
|
version = "0.42.1"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-01-16 11:06:10 +03:00
|
|
|
version = "0.42.1"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-01-16 11:06:10 +03:00
|
|
|
version = "0.42.1"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-01-16 11:06:10 +03:00
|
|
|
version = "0.42.1"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-01-16 11:06:10 +03:00
|
|
|
version = "0.42.1"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-01-16 11:06:10 +03:00
|
|
|
version = "0.42.1"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-01-16 11:06:10 +03:00
|
|
|
version = "0.42.1"
|
2022-11-04 20:52:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
2022-11-04 20:52:42 +03:00
|
|
|
|
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",
|
|
|
|
]
|