hurl/Cargo.lock

1389 lines
35 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"
2023-07-09 06:14:33 +03:00
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "aho-corasick"
2023-09-21 06:01:44 +03:00
version = "1.1.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-21 06:01:44 +03:00
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
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
]
2023-06-01 17:35:26 +03:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[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",
]
2023-03-29 11:07:07 +03:00
[[package]]
name = "anstream"
2023-08-25 08:52:33 +03:00
version = "0.5.0"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
2023-03-29 11:07:07 +03:00
dependencies = [
"anstyle",
"anstyle-parse",
2023-04-13 19:40:34 +03:00
"anstyle-query",
2023-03-29 11:07:07 +03:00
"anstyle-wincon",
2023-04-13 19:40:34 +03:00
"colorchoice",
2023-03-29 11:07:07 +03:00
"utf8parse",
]
[[package]]
name = "anstyle"
2023-09-12 06:01:49 +03:00
version = "1.0.3"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-12 06:01:49 +03:00
checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46"
2023-03-29 11:07:07 +03:00
[[package]]
name = "anstyle-parse"
2023-06-21 06:01:59 +03:00
version = "0.2.1"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 06:01:59 +03:00
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
2023-03-29 11:07:07 +03:00
dependencies = [
"utf8parse",
]
2023-04-13 19:40:34 +03:00
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
2023-07-03 17:32:57 +03:00
"windows-sys",
2023-04-13 19:40:34 +03:00
]
2023-03-29 11:07:07 +03:00
[[package]]
name = "anstyle-wincon"
2023-08-25 08:52:33 +03:00
version = "2.1.0"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
2023-03-29 11:07:07 +03:00
dependencies = [
"anstyle",
2023-07-03 17:32:57 +03:00
"windows-sys",
2023-03-29 11:07:07 +03:00
]
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"
2023-09-11 06:01:52 +03:00
version = "0.21.4"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-11 06:01:52 +03:00
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
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"
2023-06-30 06:06:31 +03:00
[[package]]
name = "bitflags"
2023-08-12 06:01:38 +03:00
version = "2.4.0"
2023-06-30 06:06:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-12 06:01:38 +03:00
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
2023-06-30 06:06:31 +03:00
2021-06-17 21:28:13 +03:00
[[package]]
name = "block-buffer"
2023-03-09 11:06:33 +03:00
version = "0.10.4"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-09 11:06:33 +03:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2021-06-17 21:28:13 +03:00
dependencies = [
"generic-array",
]
[[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"
2023-01-16 11:06:10 +03:00
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-16 11:06:10 +03:00
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "bumpalo"
2023-09-15 06:01:39 +03:00
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-15 06:01:39 +03:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
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"
2023-08-25 08:52:33 +03:00
version = "1.0.83"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
2023-08-02 06:01:47 +03:00
dependencies = [
"libc",
]
2020-08-27 10:07:46 +03:00
2020-11-02 20:36:20 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-08-27 10:07:46 +03:00
[[package]]
name = "chrono"
2023-09-16 06:01:42 +03:00
version = "0.4.31"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-16 06:01:42 +03:00
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
2020-08-27 10:07:46 +03:00
dependencies = [
2023-06-01 17:35:26 +03:00
"android-tzdata",
"iana-time-zone",
"num-traits",
2023-08-31 06:01:55 +03:00
"windows-targets",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "clap"
2023-09-19 06:01:58 +03:00
version = "4.4.4"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-19 06:01:58 +03:00
checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
2023-03-28 15:46:49 +03:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
2023-09-19 06:01:58 +03:00
version = "4.4.4"
2023-03-28 15:46:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-19 06:01:58 +03:00
checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
2020-08-27 10:07:46 +03:00
dependencies = [
2023-03-29 11:07:07 +03:00
"anstream",
"anstyle",
"clap_lex",
"strsim",
2022-09-30 15:55:40 +03:00
"terminal_size",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "clap_lex"
2023-08-25 08:52:33 +03:00
version = "0.5.1"
2022-10-09 11:28:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
2022-10-09 11:28:02 +03:00
2023-04-13 19:40:34 +03:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "colored"
2023-07-05 19:09:57 +03:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 19:09:57 +03:00
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
dependencies = [
2023-07-05 06:12:08 +03:00
"is-terminal",
"lazy_static",
2023-07-05 19:09:57 +03:00
"windows-sys",
]
[[package]]
name = "core-foundation-sys"
2023-04-03 06:03:33 +03:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-03 06:03:33 +03:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2023-07-09 06:14:33 +03:00
[[package]]
name = "core2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
dependencies = [
"memchr",
]
2021-06-17 21:28:13 +03:00
[[package]]
name = "cpufeatures"
2023-07-05 15:47:56 +03:00
version = "0.2.9"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 15:47:56 +03:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
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"
2023-09-19 06:01:58 +03:00
version = "0.4.66+curl-8.3.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-19 06:01:58 +03:00
checksum = "70c44a72e830f0e40ad90dda8a6ab6ed6314d39776599a58a2e5e37fbc6db5b9"
2020-08-27 10:07:46 +03:00
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
2023-09-19 06:01:58 +03:00
"windows-sys",
2020-08-27 10:07:46 +03:00
]
2023-07-09 06:14:33 +03:00
[[package]]
name = "dary_heap"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca"
2021-06-17 21:28:13 +03:00
[[package]]
name = "digest"
2023-06-01 18:50:52 +03:00
version = "0.10.7"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 18:50:52 +03:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
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
2023-03-29 11:07:07 +03:00
[[package]]
name = "errno"
2023-08-29 06:02:38 +03:00
version = "0.3.3"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 06:02:38 +03:00
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
2023-03-29 11:07:07 +03:00
dependencies = [
"errno-dragonfly",
"libc",
2023-07-03 17:32:57 +03:00
"windows-sys",
2023-03-29 11:07:07 +03:00
]
2022-09-30 15:55:40 +03:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "fastrand"
2023-07-21 06:01:37 +03:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 06:01:37 +03:00
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
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"
2023-06-05 18:13:49 +03:00
version = "1.2.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-05 18:13:49 +03:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2021-07-03 14:51:55 +03:00
dependencies = [
"percent-encoding",
]
2020-08-27 10:07:46 +03:00
2021-06-17 21:28:13 +03:00
[[package]]
name = "generic-array"
2023-03-28 15:46:49 +03:00
version = "0.14.7"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 15:46:49 +03:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2021-06-17 21:28:13 +03:00
dependencies = [
"typenum",
"version_check",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "getrandom"
2023-06-07 06:08:37 +03:00
version = "0.2.10"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 06:08:37 +03:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
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"
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
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-07-09 06:14:33 +03:00
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash",
]
2022-11-25 01:11:38 +03:00
[[package]]
name = "hermit-abi"
2023-09-20 06:01:52 +03:00
version = "0.3.3"
2022-11-25 01:11:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 06:01:52 +03:00
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2022-11-25 01:11:38 +03:00
2021-06-17 22:53:31 +03:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2021-06-17 21:28:13 +03:00
[[package]]
name = "hex-literal"
2023-04-06 00:16:37 +03:00
version = "0.4.1"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 00:16:37 +03:00
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
2021-06-17 21:28:13 +03:00
2020-08-27 10:07:46 +03:00
[[package]]
name = "hurl"
2023-06-29 17:05:31 +03:00
version = "4.1.0-SNAPSHOT"
2020-08-27 10:07:46 +03:00
dependencies = [
"base64",
"brotli",
"cc",
"chrono",
"clap",
"colored",
"curl",
2023-02-22 00:02:11 +03:00
"curl-sys",
"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",
"lazy_static",
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",
"uuid",
2021-11-30 18:27:38 +03:00
"winres",
"xmltree",
2020-11-02 20:30:13 +03:00
]
[[package]]
name = "hurl_core"
2023-06-29 17:05:31 +03:00
version = "4.1.0-SNAPSHOT"
2020-11-02 20:30:13 +03:00
dependencies = [
"float-cmp",
"libxml",
2021-05-25 17:56:55 +03:00
"regex",
2020-11-02 20:30:13 +03:00
]
[[package]]
name = "hurlfmt"
2023-06-29 17:05:31 +03:00
version = "4.1.0-SNAPSHOT"
2020-11-02 20:30:13 +03:00
dependencies = [
"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"
2023-06-08 06:08:05 +03:00
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 06:08:05 +03:00
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
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",
2023-03-22 11:06:37 +03:00
"windows",
]
2022-10-09 11:28:02 +03:00
[[package]]
name = "iana-time-zone-haiku"
2023-06-01 18:50:52 +03:00
version = "0.1.2"
2022-10-09 11:28:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 18:50:52 +03:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-10-09 11:28:02 +03:00
dependencies = [
2023-06-01 18:50:52 +03:00
"cc",
2022-10-09 11:28:02 +03:00
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "idna"
2023-06-05 18:13:49 +03:00
version = "0.4.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-05 18:13:49 +03:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2020-08-27 10:07:46 +03:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "indexmap"
2023-03-25 11:06:24 +03:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 11:06:24 +03:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
2023-07-09 06:14:33 +03:00
"hashbrown 0.12.3",
]
2022-11-25 01:11:38 +03:00
[[package]]
name = "is-terminal"
2023-07-07 06:11:47 +03:00
version = "0.4.9"
2022-11-25 01:11:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 06:11:47 +03:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2022-11-25 01:11:38 +03:00
dependencies = [
"hermit-abi",
2023-09-19 06:01:58 +03:00
"rustix",
2023-07-03 17:32:57 +03:00
"windows-sys",
2022-11-25 01:11:38 +03:00
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "itoa"
2023-07-16 06:16:15 +03:00
version = "1.0.9"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-16 06:16:15 +03:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2020-08-27 10:07:46 +03:00
[[package]]
name = "js-sys"
2023-06-13 17:38:31 +03:00
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 17:38:31 +03:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
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"
2023-09-14 06:01:59 +03:00
version = "0.2.148"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 06:01:59 +03:00
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
[[package]]
name = "libflate"
2023-07-09 06:14:33 +03:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 06:14:33 +03:00
checksum = "9f7d5654ae1795afc7ff76f4365c2c8791b0feb18e8996a96adad8ffd7c3b2bf"
dependencies = [
"adler32",
2023-07-09 06:14:33 +03:00
"core2",
"crc32fast",
2023-07-09 06:14:33 +03:00
"dary_heap",
"libflate_lz77",
]
[[package]]
name = "libflate_lz77"
2023-07-09 06:14:33 +03:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 06:14:33 +03:00
checksum = "be5f52fb8c451576ec6b79d3f4deb327398bc05bbdbd99021a6e77a4c855d524"
2021-07-03 14:51:55 +03:00
dependencies = [
2023-07-09 06:14:33 +03:00
"core2",
"hashbrown 0.13.2",
2021-07-03 14:51:55 +03:00
"rle-decode-fast",
]
2020-08-27 10:07:46 +03:00
2023-02-07 11:21:23 +03:00
[[package]]
name = "libm"
2023-06-01 18:50:52 +03:00
version = "0.2.7"
2023-02-07 11:21:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 18:50:52 +03:00
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2023-02-07 11:21:23 +03:00
2020-08-27 10:07:46 +03:00
[[package]]
name = "libxml"
2023-07-18 06:09:48 +03:00
version = "0.3.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-18 06:09:48 +03:00
checksum = "5fe73cdec2bcb36d25a9fe3f607ffcd44bb8907ca0100c4098d1aa342d1e7bec"
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"
2023-07-27 06:01:41 +03:00
version = "1.1.12"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-27 06:01:41 +03:00
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
2020-08-27 10:07:46 +03:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
2020-08-27 10:07:46 +03:00
]
2023-06-30 06:06:31 +03:00
[[package]]
name = "linux-raw-sys"
2023-09-11 06:01:52 +03:00
version = "0.4.7"
2023-06-30 06:06:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-11 06:01:52 +03:00
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
2023-06-30 06:06:31 +03:00
[[package]]
name = "log"
2023-08-14 06:01:36 +03:00
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 06:01:36 +03:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
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"
2023-09-04 06:02:09 +03:00
version = "2.6.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:09 +03:00
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
2020-08-27 10:07:46 +03:00
[[package]]
name = "num-traits"
2023-07-21 06:01:37 +03:00
version = "0.2.16"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 06:01:37 +03:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2020-08-27 10:07:46 +03:00
dependencies = [
2021-07-03 14:51:55 +03:00
"autocfg",
2023-02-07 11:21:23 +03:00
"libm",
2020-08-27 10:07:46 +03:00
]
2021-01-16 16:18:21 +03:00
[[package]]
name = "numtoa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
2022-06-14 22:56:29 +03:00
[[package]]
name = "once_cell"
2023-06-05 06:06:26 +03:00
version = "1.18.0"
2022-06-14 22:56:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-05 06:06:26 +03:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
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-src"
2023-09-20 06:01:52 +03:00
version = "300.1.5+3.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 06:01:52 +03:00
checksum = "559068e4c12950d7dcaa1857a61725c0d38d4fc03ff8e070ab31a75d6e316491"
dependencies = [
"cc",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "openssl-sys"
2023-09-06 06:01:56 +03:00
version = "0.9.93"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-06 06:01:56 +03:00
checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
2020-08-27 10:07:46 +03:00
dependencies = [
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "percent-encoding"
2023-06-05 18:13:49 +03:00
version = "2.3.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-05 18:13:49 +03:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2020-08-27 10:07:46 +03:00
[[package]]
name = "pkg-config"
2023-05-03 16:32:58 +03:00
version = "0.3.27"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-03 16:32:58 +03:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
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
[[package]]
name = "proc-macro2"
2023-09-14 06:01:59 +03:00
version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 06:01:59 +03:00
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
dependencies = [
"unicode-ident",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "proptest"
2023-06-01 17:35:26 +03:00
version = "1.2.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 17:35:26 +03:00
checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65"
2020-08-27 10:07:46 +03:00
dependencies = [
"bit-set",
2023-06-30 06:06:31 +03:00
"bitflags 1.3.2",
"byteorder",
"lazy_static",
"num-traits",
"rand",
"rand_chacha",
"rand_xorshift",
2023-04-21 06:02:21 +03:00
"regex-syntax 0.6.29",
"rusty-fork",
"tempfile",
2023-02-07 11:21:23 +03:00
"unarray",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2020-08-27 10:07:46 +03:00
[[package]]
name = "quote"
2023-08-17 14:44:38 +03:00
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 14:44:38 +03:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
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 = [
2023-06-30 06:06:31 +03:00
"bitflags 1.3.2",
2021-07-03 14:51:55 +03:00
]
2020-08-27 10:07:46 +03:00
2023-03-29 11:07:07 +03:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
2023-06-30 06:06:31 +03:00
"bitflags 1.3.2",
2023-03-29 11:07:07 +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 = [
2023-03-29 11:07:07 +03:00
"redox_syscall 0.2.16",
2021-01-16 16:18:21 +03:00
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "regex"
2023-09-04 06:02:09 +03:00
version = "1.9.5"
2023-07-05 15:47:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:09 +03:00
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
2023-07-05 15:47:56 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
2023-08-27 17:43:04 +03:00
"regex-syntax 0.7.5",
2023-07-05 15:47:56 +03:00
]
[[package]]
name = "regex-automata"
2023-09-04 06:02:09 +03:00
version = "0.3.8"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:09 +03:00
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
2020-08-27 10:07:46 +03:00
dependencies = [
"aho-corasick",
"memchr",
2023-08-27 17:43:04 +03:00
"regex-syntax 0.7.5",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "regex-syntax"
2023-03-22 11:06:37 +03:00
version = "0.6.29"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:06:37 +03:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2020-08-27 10:07:46 +03:00
2023-04-21 06:02:21 +03:00
[[package]]
name = "regex-syntax"
2023-08-27 17:43:04 +03:00
version = "0.7.5"
2023-04-21 06:02:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 17:43:04 +03:00
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2023-04-21 06:02:21 +03:00
[[package]]
name = "rle-decode-fast"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
2023-06-30 06:06:31 +03:00
[[package]]
name = "rustix"
2023-09-21 06:01:44 +03:00
version = "0.38.14"
2023-06-30 06:06:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-21 06:01:44 +03:00
checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
2023-06-30 06:06:31 +03:00
dependencies = [
2023-08-12 06:01:38 +03:00
"bitflags 2.4.0",
2023-06-30 06:06:31 +03:00
"errno",
"libc",
2023-09-19 06:01:58 +03:00
"linux-raw-sys",
2023-07-03 17:32:57 +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 = [
"fnv",
2023-06-01 17:35:26 +03:00
"quick-error",
"tempfile",
"wait-timeout",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "ryu"
2023-07-16 06:16:15 +03:00
version = "1.0.15"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-16 06:16:15 +03:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2020-08-27 10:07:46 +03:00
[[package]]
name = "schannel"
2023-07-03 17:32:57 +03:00
version = "0.1.22"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 17:32:57 +03:00
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2020-08-27 10:07:46 +03:00
dependencies = [
2023-07-03 17:32:57 +03:00
"windows-sys",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "serde"
2023-08-26 08:24:57 +03:00
version = "1.0.188"
2023-08-25 08:52:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-26 08:24:57 +03:00
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
2023-08-25 08:52:33 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-08-26 08:24:57 +03:00
version = "1.0.188"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-26 08:24:57 +03:00
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2023-08-25 08:52:33 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "serde_json"
2023-09-14 06:01:59 +03:00
version = "1.0.107"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 06:01:59 +03:00
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
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"
2023-06-15 23:33:36 +03:00
version = "0.10.7"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-15 23:33:36 +03:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
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"
2023-03-04 11:06:03 +03:00
version = "0.4.9"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-04 11:06:03 +03:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2020-08-27 10:07:46 +03:00
dependencies = [
"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 = "syn"
2023-09-19 06:01:58 +03:00
version = "2.0.37"
2023-05-04 12:33:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-19 06:01:58 +03:00
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
2023-03-18 11:06:10 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "tempfile"
2023-08-25 08:52:33 +03:00
version = "3.8.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
2020-08-27 10:07:46 +03:00
dependencies = [
"cfg-if",
"fastrand",
2023-03-29 11:07:07 +03:00
"redox_syscall 0.3.5",
2023-09-19 06:01:58 +03:00
"rustix",
2023-07-03 17:32:57 +03:00
"windows-sys",
2020-08-27 10:07:46 +03:00
]
2022-09-30 15:55:40 +03:00
[[package]]
name = "terminal_size"
2023-09-19 06:01:58 +03:00
version = "0.3.0"
2022-09-30 15:55:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-19 06:01:58 +03:00
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
2022-09-30 15:55:40 +03:00
dependencies = [
2023-09-19 06:01:58 +03:00
"rustix",
2023-07-03 17:32:57 +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",
2023-03-29 11:07:07 +03:00
"redox_syscall 0.2.16",
2021-01-16 16:18:21 +03:00
"redox_termios",
]
2020-11-02 20:36:20 +03:00
[[package]]
name = "tinyvec"
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"
2023-02-03 11:06:02 +03:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-03 11:06:02 +03:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2020-11-02 20:36:20 +03:00
2021-11-30 18:27:38 +03:00
[[package]]
name = "toml"
2023-01-20 11:05:45 +03:00
version = "0.5.11"
2021-11-30 18:27:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-20 11:05:45 +03:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2021-11-30 18:27:38 +03:00
dependencies = [
"serde",
]
2021-06-17 21:28:13 +03:00
[[package]]
name = "typenum"
2023-09-16 06:01:42 +03:00
version = "1.17.0"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-16 06:01:42 +03:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2021-06-17 21:28:13 +03:00
2023-02-07 11:21:23 +03:00
[[package]]
name = "unarray"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
2020-08-27 10:07:46 +03:00
[[package]]
name = "unicode-bidi"
2023-03-21 11:07:00 +03:00
version = "0.3.13"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 11:07:00 +03:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2020-08-27 10:07:46 +03:00
[[package]]
name = "unicode-ident"
2023-09-14 06:01:59 +03:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 06:01:59 +03:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
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
]
[[package]]
name = "url"
2023-08-29 06:02:38 +03:00
version = "2.4.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 06:02:38 +03:00
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
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
]
2023-03-29 11:07:07 +03:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
2023-07-17 12:46:23 +03:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-17 12:46:23 +03:00
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
dependencies = [
"getrandom",
"rand",
]
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"
2023-06-13 17:38:31 +03:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 17:38:31 +03:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-06-13 17:38:31 +03:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 17:38:31 +03:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-06-01 18:50:52 +03:00
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-06-13 17:38:31 +03:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 17:38:31 +03:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-06-13 17:38:31 +03:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 17:38:31 +03:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2",
"quote",
2023-06-01 18:50:52 +03:00
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-06-13 17:38:31 +03:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 17:38:31 +03:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
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
[[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-11-04 20:52:42 +03:00
[[package]]
2023-03-22 11:06:37 +03:00
name = "windows"
2023-04-05 06:03:08 +03:00
version = "0.48.0"
2023-03-22 11:06:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-05 06:03:08 +03:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2023-03-22 11:06:37 +03:00
dependencies = [
2023-06-07 06:08:37 +03:00
"windows-targets",
2023-03-22 11:06:37 +03:00
]
2023-04-05 06:03:08 +03:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-06-07 06:08:37 +03:00
"windows-targets",
2023-04-05 06:03:08 +03:00
]
[[package]]
name = "windows-targets"
2023-08-25 08:52:33 +03:00
version = "0.48.5"
2023-04-05 06:03:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-05 06:03:08 +03:00
dependencies = [
2023-07-03 17:32:57 +03:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2023-02-02 12:37:39 +03:00
]
2023-04-05 06:03:08 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-25 08:52:33 +03:00
version = "0.48.5"
2023-04-05 06:03:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-05 06:03:08 +03:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-25 08:52:33 +03:00
version = "0.48.5"
2023-04-05 06:03:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-05 06:03:08 +03:00
[[package]]
name = "windows_i686_gnu"
2023-08-25 08:52:33 +03:00
version = "0.48.5"
2023-04-05 06:03:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-05 06:03:08 +03:00
[[package]]
name = "windows_i686_msvc"
2023-08-25 08:52:33 +03:00
version = "0.48.5"
2023-04-05 06:03:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-05 06:03:08 +03:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-25 08:52:33 +03:00
version = "0.48.5"
2023-04-05 06:03:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-05 06:03:08 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-25 08:52:33 +03:00
version = "0.48.5"
2023-04-05 06:03:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-05 06:03:08 +03:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-25 08:52:33 +03:00
version = "0.48.5"
2023-04-05 06:03:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 08:52:33 +03:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-05 06:03:08 +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",
]
[[package]]
name = "xml-rs"
2023-09-09 06:01:40 +03:00
version = "0.8.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-09 06:01:40 +03:00
checksum = "bab77e97b50aee93da431f2cee7cd0f43b4d1da3c408042f2d7d164187774f0a"
[[package]]
name = "xmltree"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
dependencies = [
"indexmap",
"xml-rs",
]