hurl/Cargo.lock

1339 lines
34 KiB
Plaintext
Raw Normal View History

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
[[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-09-07 20:38:30 +03:00
version = "0.7.19"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 20:38:30 +03:00
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
2022-09-13 11:27:07 +03:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
2022-09-13 11:27:07 +03:00
version = "0.2.2"
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 = [
"alloc-no-stdlib",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "android_system_properties"
2022-08-31 11:24:42 +03:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:24:42 +03:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
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"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2020-08-27 10:07:46 +03:00
dependencies = [
"hermit-abi",
"libc",
"winapi",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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 = [
"bit-vec",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "bit-vec"
version = "0.6.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-08-27 10:07:46 +03:00
[[package]]
name = "bitflags"
version = "1.3.2"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
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",
]
[[package]]
name = "brotli"
2022-04-01 13:10:38 +03:00
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 13:10:38 +03:00
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "bumpalo"
2022-10-19 11:39:30 +03:00
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-19 11:39:30 +03:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2020-08-27 10:07:46 +03:00
[[package]]
name = "byteorder"
version = "1.4.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
2022-08-14 11:21:59 +03:00
version = "0.4.22"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-14 11:21:59 +03:00
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
2020-08-27 10:07:46 +03:00
dependencies = [
"iana-time-zone",
"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-10-19 11:39:30 +03:00
version = "4.0.17"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-19 11:39:30 +03:00
checksum = "06badb543e734a2d6568e19a40af66ed5364360b9226184926f89d229b4b4267"
2020-08-27 10:07:46 +03:00
dependencies = [
"atty",
"bitflags",
"clap_lex",
2022-06-14 22:56:29 +03:00
"once_cell",
"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
]
[[package]]
name = "clap_lex"
2022-09-29 12:53:03 +03:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 12:53:03 +03:00
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
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",
]
[[package]]
name = "colored"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
dependencies = [
"atty",
"lazy_static",
"winapi",
]
[[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",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
2020-08-27 10:07:46 +03:00
]
2021-12-08 18:34:37 +03:00
[[package]]
name = "crypto-common"
version = "0.1.6"
2021-12-08 18:34:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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 = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
"winapi",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "curl-sys"
2022-09-08 11:25:47 +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-09-08 11:25:47 +03:00
checksum = "6093e169dd4de29e468fa649fbae11cdcd5551c81fe5bf1b0677adad7ef3d26f"
2020-08-27 10:07:46 +03:00
dependencies = [
"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"
2022-10-18 12:27:17 +03:00
version = "1.0.79"
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 = "3f83d0ebf42c6eafb8d7c52f7e5f2d3003b89c7aa4fd2b79229209459a849af8"
2022-10-09 11:28:02 +03:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2022-10-18 12:27:17 +03:00
version = "1.0.79"
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 = "07d050484b55975889284352b0ffc2ecbda25c0c55978017c132b29ba0818a86"
2022-10-09 11:28:02 +03:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
2022-10-18 12:27:17 +03:00
version = "1.0.79"
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 = "99d2199b00553eda8012dfec8d3b1c75fce747cf27c169a270b3b99e3448ab78"
2022-10-09 11:28:02 +03:00
[[package]]
name = "cxxbridge-macro"
2022-10-18 12:27:17 +03:00
version = "1.0.79"
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 = "dcb67a6de1f602736dd7eaead0080cf3435df806c61b24b13328db128c58868f"
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-09-17 11:26:35 +03:00
version = "0.10.5"
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 = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
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"
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
2020-08-27 10:07:46 +03:00
dependencies = [
"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"
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
2020-08-27 10:07:46 +03:00
dependencies = [
"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"
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
2020-08-27 10:07:46 +03:00
dependencies = [
"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"
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
2020-08-27 10:07:46 +03:00
dependencies = [
"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"
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
2020-08-27 10:07:46 +03:00
dependencies = [
"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"
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
2020-08-27 10:07:46 +03:00
dependencies = [
"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"
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",
]
[[package]]
name = "fastrand"
2022-07-24 11:19:56 +03:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-24 11:19:56 +03:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
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 = [
"num-traits",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "fnv"
version = "1.0.7"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-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 = [
"cfg-if",
"libc",
"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"
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2020-08-27 10:07:46 +03:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-08-27 10:07:46 +03:00
dependencies = [
"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-09-22 16:39:24 +03:00
version = "1.8.0-SNAPSHOT"
2020-08-27 10:07:46 +03:00
dependencies = [
"atty",
"base64",
"brotli",
"cc",
"chrono",
"clap",
"colored",
"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",
"indexmap",
2020-11-02 20:30:13 +03:00
"libflate",
"libxml",
2021-07-14 22:04:28 +03:00
"md5",
"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",
"xmltree",
2020-11-02 20:30:13 +03:00
]
[[package]]
name = "hurl_core"
2022-09-22 16:39:24 +03:00
version = "1.8.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-09-22 16:39:24 +03:00
version = "1.8.0-SNAPSHOT"
2020-11-02 20:30:13 +03:00
dependencies = [
"atty",
"base64",
2020-11-02 20:30:13 +03:00
"clap",
"colored",
2020-11-02 20:30:13 +03:00
"hurl_core",
"proptest",
"regex",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "iana-time-zone"
2022-10-09 11:28:02 +03:00
version = "0.1.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-09 11:28:02 +03:00
checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"
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",
"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 = [
"unicode-bidi",
"unicode-normalization",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "indexmap"
2022-06-22 14:51:52 +03:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-22 14:51:52 +03:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
dependencies = [
"autocfg",
"hashbrown",
]
[[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"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06"
2020-08-27 10:07:46 +03:00
[[package]]
name = "itoa"
2022-10-09 11:28:02 +03:00
version = "1.0.4"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-09 11:28:02 +03:00
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
2020-08-27 10:07:46 +03:00
[[package]]
name = "js-sys"
2022-09-13 11:27:07 +03:00
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
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"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-08-27 10:07:46 +03:00
[[package]]
name = "libc"
2022-10-11 09:54:51 +03:00
version = "0.2.135"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 09:54:51 +03:00
checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
[[package]]
name = "libflate"
2022-03-25 15:59:38 +03:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-25 15:59:38 +03:00
checksum = "05605ab2bce11bcfc0e9c635ff29ef8b2ea83f29be257ee7d730cac3ee373093"
dependencies = [
"adler32",
"crc32fast",
"libflate_lz77",
]
[[package]]
name = "libflate_lz77"
2021-07-03 14:51:55 +03:00
version = "1.1.0"
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 = [
"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 = [
"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"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
dependencies = [
"cc",
]
2022-09-30 15:55:40 +03:00
[[package]]
name = "linux-raw-sys"
version = "0.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
[[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"
version = "2.5.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2020-08-27 10:07:46 +03:00
[[package]]
name = "num-integer"
version = "0.1.45"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2020-08-27 10:07:46 +03:00
dependencies = [
2021-07-03 14:51:55 +03:00
"autocfg",
"num-traits",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "num-traits"
version = "0.2.15"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-09-23 11:06:48 +03:00
version = "1.15.0"
2022-06-14 22:56:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-23 11:06:48 +03:00
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
2022-06-14 22:56:29 +03:00
2020-08-27 10:07:46 +03:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2020-08-27 10:07:46 +03:00
[[package]]
name = "openssl-sys"
2022-09-29 12:53:03 +03:00
version = "0.9.76"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 12:53:03 +03:00
checksum = "5230151e44c0f05157effb743e8d517472843121cf9243e8b81393edb5acd9ce"
2020-08-27 10:07:46 +03:00
dependencies = [
2021-07-03 14:51:55 +03:00
"autocfg",
"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-08-14 11:21:59 +03:00
version = "6.3.0"
2022-01-06 22:35:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-14 11:21:59 +03:00
checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
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"
checksum = "f658886ed52e196e850cfbbfddab9eaa7f6d90dd0929e264c31e5cec07e09e57"
2020-08-27 10:07:46 +03:00
[[package]]
name = "pkg-config"
version = "0.3.25"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2020-08-27 10:07:46 +03:00
[[package]]
name = "ppv-lite86"
version = "0.2.16"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2020-08-27 10:07:46 +03:00
[[package]]
name = "proc-macro2"
2022-10-18 12:27:17 +03:00
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-18 12:27:17 +03:00
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
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 = [
"bit-set",
"bitflags",
"byteorder",
"lazy_static",
"num-traits",
2021-07-03 14:51:55 +03:00
"quick-error 2.0.1",
"rand",
"rand_chacha",
"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"
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 = "quote"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
dependencies = [
"proc-macro2",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "rand"
version = "0.8.5"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2020-08-27 10:07:46 +03:00
dependencies = [
2021-07-03 14:51:55 +03:00
"libc",
"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",
"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 = [
"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 = [
"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"
version = "0.1.2"
2021-01-16 16:18:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
2021-01-16 16:18:21 +03:00
dependencies = [
"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 = [
"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"
version = "0.5.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2020-08-27 10:07:46 +03:00
dependencies = [
"winapi",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "rle-decode-fast"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
2022-09-30 15:55:40 +03:00
[[package]]
name = "rustix"
version = "0.35.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbb2fda4666def1433b1b05431ab402e42a1084285477222b72d6c564c417cef"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
]
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 = [
"fnv",
2021-07-03 14:51:55 +03:00
"quick-error 1.2.3",
"tempfile",
"wait-timeout",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "ryu"
2022-08-04 15:15:49 +03:00
version = "1.0.11"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-04 15:15:49 +03:00
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
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 = [
"lazy_static",
2022-05-18 14:03:20 +03:00
"windows-sys",
2020-08-27 10:07:46 +03:00
]
2022-10-09 11:28:02 +03:00
[[package]]
name = "scratch"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
2020-08-27 10:07:46 +03:00
[[package]]
name = "serde"
2022-09-23 11:06:48 +03:00
version = "1.0.145"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-23 11:06:48 +03:00
checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"
2020-08-27 10:07:46 +03:00
[[package]]
name = "serde_json"
2022-10-10 11:35:17 +03:00
version = "1.0.86"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-10 11:35:17 +03:00
checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
2020-08-27 10:07:46 +03:00
dependencies = [
"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 = [
"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 = [
"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"
checksum = "94d82f37be9faf1b10a82c4bd492b74f698e40082f0f40de38ab275f31d42078"
2020-08-27 10:07:46 +03:00
dependencies = [
"peresil",
"typed-arena",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "syn"
2022-10-09 11:28:02 +03:00
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-09 11:28:02 +03:00
checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "tempfile"
version = "3.3.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2020-08-27 10:07:46 +03:00
dependencies = [
"cfg-if",
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
2020-08-27 10:07:46 +03:00
]
2022-01-06 22:35:23 +03:00
[[package]]
name = "termcolor"
version = "1.1.3"
2022-01-06 22:35:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2022-01-06 22:35:23 +03:00
dependencies = [
"winapi-util",
]
2022-09-30 15:55:40 +03:00
[[package]]
name = "terminal_size"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8440c860cf79def6164e4a0a983bcc2305d82419177a0e0c71930d049e3ac5a1"
dependencies = [
"rustix",
"windows-sys",
]
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",
"redox_syscall",
2021-01-16 16:18:21 +03:00
"redox_termios",
]
2020-11-02 20:36:20 +03:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2020-11-02 20:36:20 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.5.9"
2021-11-30 18:27:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
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"
version = "0.3.8"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2020-08-27 10:07:46 +03:00
[[package]]
name = "unicode-ident"
2022-10-09 11:28:02 +03:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-09 11:28:02 +03:00
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
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",
"idna",
"percent-encoding",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "vcpkg"
version = "0.2.15"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-08-27 10:07:46 +03:00
2021-06-17 21:28:13 +03:00
[[package]]
name = "version_check"
version = "0.9.4"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
2020-08-27 10:07:46 +03:00
dependencies = [
"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"
[[package]]
name = "wasm-bindgen"
2022-09-13 11:27:07 +03:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-09-13 11:27:07 +03:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-09-13 11:27:07 +03:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
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 = [
"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"
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"
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",
]
[[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",
]