hurl/Cargo.lock

1359 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"
2023-07-09 06:14:33 +03:00
[[package]]
name = "ahash"
2023-10-25 06:01:52 +03:00
version = "0.8.6"
2023-07-09 06:14:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-25 06:01:52 +03:00
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
2023-07-09 06:14:33 +03:00
dependencies = [
"cfg-if",
"once_cell",
"version_check",
2023-10-23 14:18:00 +03:00
"zerocopy",
2023-07-09 06:14:33 +03:00
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "aho-corasick"
2023-10-10 06:01:48 +03:00
version = "1.1.2"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-10 06:01:48 +03:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
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-09-30 06:01:45 +03:00
version = "0.6.4"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-30 06:01:45 +03:00
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
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-29 06:01:45 +03:00
version = "1.0.4"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 06:01:45 +03:00
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
2023-03-29 11:07:07 +03:00
[[package]]
name = "anstyle-parse"
2023-09-29 06:01:45 +03:00
version = "0.2.2"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 06:01:45 +03:00
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
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-09-30 06:01:45 +03:00
version = "3.0.1"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-30 06:01:45 +03:00
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
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-10-23 14:18:00 +03:00
version = "0.21.5"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-23 14:18:00 +03:00
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
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-10-16 06:02:10 +03:00
version = "2.4.1"
2023-06-30 06:06:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 06:02:10 +03:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
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"
2023-09-30 12:26:56 +03:00
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-30 12:26:56 +03:00
checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2023-10-29 06:01:52 +03:00
version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-29 06:01:52 +03:00
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
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 = "cc"
2023-11-16 06:01:56 +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-11-16 06:01:56 +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-11-11 06:05:13 +03:00
version = "4.4.8"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-11 06:05:13 +03:00
checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
2023-03-28 15:46:49 +03:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
2023-11-11 06:05:13 +03:00
version = "4.4.8"
2023-03-28 15:46:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-11 06:05:13 +03:00
checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
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-10-25 06:01:52 +03:00
version = "0.6.0"
2022-10-09 11:28:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-25 06:01:52 +03:00
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
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-10-27 06:01:54 +03:00
version = "0.2.11"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 06:01:54 +03:00
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
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"
version = "0.4.68+curl-8.4.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4a0d18d88360e374b16b2273c832b5e57258ffc1d4aa4f96b108e0738d5752f"
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-11-16 06:01:56 +03:00
version = "0.3.7"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-16 06:01:56 +03:00
checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
2023-03-29 11:07:07 +03:00
dependencies = [
"libc",
2023-07-03 17:32:57 +03:00
"windows-sys",
2023-03-29 11:07:07 +03:00
]
[[package]]
name = "fastrand"
2023-09-26 06:01:41 +03:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 06:01:41 +03:00
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
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-11-08 06:01:44 +03:00
version = "0.2.11"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-08 06:01:44 +03:00
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
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
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-09-21 15:08:40 +03:00
version = "4.2.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",
"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",
2023-10-27 17:25:20 +03:00
"xml-rs",
2020-11-02 20:30:13 +03:00
]
[[package]]
name = "hurl_core"
2023-09-21 15:08:40 +03:00
version = "4.2.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-09-21 15:08:40 +03:00
version = "4.2.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-10-18 06:01:44 +03:00
version = "0.1.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-18 06:01:44 +03:00
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
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-10-18 06:01:44 +03:00
"windows-core",
]
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
]
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-11-02 06:01:39 +03:00
version = "0.3.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-02 06:01:39 +03:00
checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
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-11-06 06:01:46 +03:00
version = "0.2.150"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-06 06:01:46 +03:00
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[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",
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-10-07 06:01:40 +03:00
version = "0.2.8"
2023-02-07 11:21:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-07 06:01:40 +03:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2023-02-07 11:21:23 +03:00
2023-11-05 06:01:50 +03:00
[[package]]
name = "libredox"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
dependencies = [
"bitflags 2.4.1",
"libc",
"redox_syscall",
]
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-11-09 06:01:50 +03:00
version = "0.4.11"
2023-06-30 06:06:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 06:01:50 +03:00
checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
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-10-01 23:49:25 +03:00
version = "2.6.4"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-01 23:49:25 +03:00
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2020-08-27 10:07:46 +03:00
[[package]]
name = "num-traits"
2023-10-08 06:01:42 +03:00
version = "0.2.17"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-08 06:01:42 +03:00
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
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-10-26 06:01:37 +03:00
version = "300.1.6+3.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 06:01:37 +03:00
checksum = "439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085"
dependencies = [
"cc",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "openssl-sys"
2023-11-04 06:01:47 +03:00
version = "0.9.95"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 06:01:47 +03:00
checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9"
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-10-09 06:01:47 +03:00
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 06:01:47 +03:00
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
dependencies = [
"unicode-ident",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "proptest"
2023-11-11 06:05:13 +03:00
version = "1.4.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-11 06:05:13 +03:00
checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf"
2020-08-27 10:07:46 +03:00
dependencies = [
"bit-set",
2023-10-01 06:02:12 +03:00
"bit-vec",
2023-10-16 06:02:10 +03:00
"bitflags 2.4.1",
"lazy_static",
"num-traits",
"rand",
"rand_chacha",
"rand_xorshift",
2023-11-11 06:05:13 +03:00
"regex-syntax",
"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
]
2023-03-29 11:07:07 +03:00
[[package]]
name = "redox_syscall"
2023-10-27 06:01:54 +03:00
version = "0.4.1"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 06:01:54 +03:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-03-29 11:07:07 +03:00
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"
2023-11-05 06:01:50 +03:00
version = "0.1.3"
2021-01-16 16:18:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-05 06:01:50 +03:00
checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb"
2021-01-16 16:18:21 +03:00
2020-08-27 10:07:46 +03:00
[[package]]
name = "regex"
2023-10-17 06:01:54 +03:00
version = "1.10.2"
2023-07-05 15:47:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-17 06:01:54 +03:00
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
2023-07-05 15:47:56 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
2023-11-11 06:05:13 +03:00
"regex-syntax",
2023-07-05 15:47:56 +03:00
]
[[package]]
name = "regex-automata"
2023-10-17 06:01:54 +03:00
version = "0.4.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-17 06:01:54 +03:00
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
2020-08-27 10:07:46 +03:00
dependencies = [
"aho-corasick",
"memchr",
2023-11-11 06:05:13 +03:00
"regex-syntax",
2020-08-27 10:07:46 +03:00
]
2023-10-10 06:01:48 +03:00
[[package]]
name = "regex-syntax"
2023-10-14 22:43:21 +03:00
version = "0.8.2"
2023-10-10 06:01:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 22:43:21 +03:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2023-10-10 06:01:48 +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-11-16 06:01:56 +03:00
version = "0.38.24"
2023-06-30 06:06:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-16 06:01:56 +03:00
checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234"
2023-06-30 06:06:31 +03:00
dependencies = [
2023-10-16 06:02:10 +03:00
"bitflags 2.4.1",
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-11-07 06:01:38 +03:00
version = "1.0.192"
2023-08-25 08:52:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-07 06:01:38 +03:00
checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
2023-08-25 08:52:33 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-11-07 06:01:38 +03:00
version = "1.0.192"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-07 06:01:38 +03:00
checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
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-10-31 06:01:52 +03:00
version = "1.0.108"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 06:01:52 +03:00
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
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-09-26 19:24:17 +03:00
version = "0.10.8"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 19:24:17 +03:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
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-10-21 06:01:44 +03:00
version = "0.4.10"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 06:01:44 +03:00
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
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-11-06 06:01:46 +03:00
version = "2.0.39"
2023-05-04 12:33:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-06 06:01:46 +03:00
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
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-10-27 06:01:54 +03:00
version = "3.8.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 06:01:54 +03:00
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
2020-08-27 10:07:46 +03:00
dependencies = [
"cfg-if",
"fastrand",
2023-11-05 06:01:50 +03:00
"redox_syscall",
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"
2023-11-05 06:01:50 +03:00
version = "2.0.3"
2021-01-16 16:18:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-05 06:01:50 +03:00
checksum = "c4648c7def6f2043b2568617b9f9b75eae88ca185dbc1f1fda30e95a85d49d7d"
2021-01-16 16:18:21 +03:00
dependencies = [
"libc",
2023-11-05 06:01:50 +03:00
"libredox",
2021-01-16 16:18:21 +03:00
"numtoa",
"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-10-18 16:16:45 +03:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-18 16:16:45 +03:00
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
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-11-02 06:01:39 +03:00
version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-02 06:01:39 +03:00
checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-11-02 06:01:39 +03:00
version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-02 06:01:39 +03:00
checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
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-11-02 06:01:39 +03:00
version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-02 06:01:39 +03:00
checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-11-02 06:01:39 +03:00
version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-02 06:01:39 +03:00
checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
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-11-02 06:01:39 +03:00
version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-02 06:01:39 +03:00
checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
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-10-18 06:01:44 +03:00
name = "windows-core"
version = "0.51.1"
2023-03-22 11:06:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-18 06:01:44 +03:00
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
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-24 06:01:46 +03:00
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 06:01:46 +03:00
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
2023-10-23 14:18:00 +03:00
[[package]]
name = "zerocopy"
2023-11-16 06:01:56 +03:00
version = "0.7.26"
2023-10-23 14:18:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-16 06:01:56 +03:00
checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
2023-10-23 14:18:00 +03:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2023-11-16 06:01:56 +03:00
version = "0.7.26"
2023-10-23 14:18:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-16 06:01:56 +03:00
checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
2023-10-23 14:18:00 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]