hurl/Cargo.lock

1407 lines
36 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-12-31 06:01:39 +03:00
version = "0.8.7"
2023-07-09 06:14:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 06:01:39 +03:00
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
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"
2024-01-19 06:01:42 +03:00
version = "0.6.11"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 06:01:42 +03:00
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
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"
2024-01-30 06:01:39 +03:00
version = "1.0.5"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 06:01:39 +03:00
checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220"
2023-03-29 11:07:07 +03:00
[[package]]
name = "anstyle-parse"
2023-12-05 06:01:52 +03:00
version = "0.2.3"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-05 06:01:52 +03:00
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
2023-03-29 11:07:07 +03:00
dependencies = [
"utf8parse",
]
2023-04-13 19:40:34 +03:00
[[package]]
name = "anstyle-query"
2023-12-09 06:01:47 +03:00
version = "1.0.2"
2023-04-13 19:40:34 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 06:01:47 +03:00
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
2023-04-13 19:40:34 +03:00
dependencies = [
2023-12-05 06:01:52 +03:00
"windows-sys 0.52.0",
2023-04-13 19:40:34 +03:00
]
2023-03-29 11:07:07 +03:00
[[package]]
name = "anstyle-wincon"
2023-12-05 06:01:52 +03:00
version = "3.0.2"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-05 06:01:52 +03:00
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
2023-03-29 11:07:07 +03:00
dependencies = [
"anstyle",
2023-12-05 06:01:52 +03:00
"windows-sys 0.52.0",
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"
2024-01-17 15:34:16 +03:00
version = "0.21.7"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
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"
2024-01-17 15:34:16 +03:00
version = "2.4.2"
2023-06-30 06:06:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
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"
2024-01-25 20:05:04 +03:00
version = "0.4.33"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-25 20:05:04 +03:00
checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
2020-08-27 10:07:46 +03:00
dependencies = [
2023-06-01 17:35:26 +03:00
"android-tzdata",
"iana-time-zone",
"num-traits",
2024-01-23 06:01:52 +03:00
"windows-targets 0.52.0",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "clap"
2024-01-17 15:34:16 +03:00
version = "4.4.18"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
2023-03-28 15:46:49 +03:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
2024-01-17 15:34:16 +03:00
version = "4.4.18"
2023-03-28 15:46:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
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-12-10 06:01:48 +03:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-10 06:01:48 +03:00
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
dependencies = [
"lazy_static",
2023-11-28 06:01:58 +03:00
"windows-sys 0.48.0",
]
[[package]]
name = "core-foundation-sys"
2023-12-01 06:01:46 +03:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-01 06:01:46 +03:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
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"
2024-01-05 06:01:40 +03:00
version = "0.2.12"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-05 06:01:40 +03:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
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-12-08 06:01:51 +03:00
version = "0.4.70+curl-8.5.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-08 06:01:51 +03:00
checksum = "3c0333d8849afe78a4c8102a429a446bfdd055832af071945520e835ae2d841e"
2020-08-27 10:07:46 +03:00
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
2023-11-28 06:01:58 +03:00
"windows-sys 0.48.0",
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-28 06:01:58 +03:00
version = "0.3.8"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-28 06:01:58 +03:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2023-03-29 11:07:07 +03:00
dependencies = [
"libc",
2023-11-28 06:01:58 +03:00
"windows-sys 0.52.0",
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-11-23 06:01:35 +03:00
version = "1.2.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 06:01:35 +03:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
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"
2024-01-10 06:01:44 +03:00
version = "0.2.12"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-10 06:01:44 +03:00
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
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",
]
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"
2024-01-17 15:34:16 +03:00
version = "4.3.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"
2024-01-17 15:34:16 +03:00
version = "4.3.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"
2024-01-17 15:34:16 +03:00
version = "4.3.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-12-31 06:01:39 +03:00
version = "0.1.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 06:01:39 +03:00
checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539"
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-11-23 06:01:35 +03:00
version = "0.5.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 06:01:35 +03:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2020-08-27 10:07:46 +03:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "itoa"
2023-12-09 06:01:47 +03:00
version = "1.0.10"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 06:01:47 +03:00
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2020-08-27 10:07:46 +03:00
[[package]]
name = "js-sys"
2024-01-17 15:34:16 +03:00
version = "0.3.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
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"
2024-01-08 06:01:44 +03:00
version = "0.2.152"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 06:01:44 +03:00
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
[[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 = [
2024-01-17 15:34:16 +03:00
"bitflags 2.4.2",
2023-11-05 06:01:50 +03:00
"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"
2024-01-27 06:01:40 +03:00
version = "1.1.15"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-27 06:01:40 +03:00
checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6"
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"
2024-01-17 15:34:16 +03:00
version = "0.4.13"
2023-06-30 06:06:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
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-12-29 06:01:36 +03:00
version = "2.7.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-29 06:01:36 +03:00
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
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-12-08 06:01:51 +03:00
version = "1.19.0"
2022-06-14 22:56:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-08 06:01:51 +03:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
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"
2024-01-31 06:01:59 +03:00
version = "300.2.2+3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 06:01:59 +03:00
checksum = "8bbfad0063610ac26ee79f7484739e2b07555a75c42453b89263830b5c8103bc"
dependencies = [
"cc",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "openssl-sys"
2024-01-20 06:02:03 +03:00
version = "0.9.99"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-20 06:02:03 +03:00
checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae"
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-11-23 06:01:35 +03:00
version = "2.3.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 06:01:35 +03:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2020-08-27 10:07:46 +03:00
[[package]]
name = "pkg-config"
2024-01-18 06:02:14 +03:00
version = "0.3.29"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-18 06:02:14 +03:00
checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
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"
2024-01-21 06:01:37 +03:00
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-21 06:01:37 +03:00
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
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",
2024-01-17 15:34:16 +03:00
"bitflags 2.4.2",
"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"
2024-01-03 13:38:19 +03:00
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-03 13:38:19 +03:00
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
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"
2024-01-22 06:01:46 +03:00
version = "1.10.3"
2023-07-05 15:47:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-22 06:01:46 +03:00
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
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"
2024-01-25 20:05:04 +03:00
version = "0.4.5"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-25 20:05:04 +03:00
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
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"
2024-01-17 15:34:16 +03:00
version = "0.38.30"
2023-06-30 06:06:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
2023-06-30 06:06:31 +03:00
dependencies = [
2024-01-17 15:34:16 +03:00
"bitflags 2.4.2",
2023-06-30 06:06:31 +03:00
"errno",
"libc",
2023-09-19 06:01:58 +03:00
"linux-raw-sys",
2023-12-01 06:01:46 +03:00
"windows-sys 0.52.0",
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-12-10 06:01:48 +03:00
version = "1.0.16"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-10 06:01:48 +03:00
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
2020-08-27 10:07:46 +03:00
[[package]]
name = "schannel"
2023-12-28 06:02:05 +03:00
version = "0.1.23"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 06:02:05 +03:00
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2020-08-27 10:07:46 +03:00
dependencies = [
2023-12-28 06:02:05 +03:00
"windows-sys 0.52.0",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "serde"
2024-01-27 06:01:40 +03:00
version = "1.0.196"
2023-08-25 08:52:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-27 06:01:40 +03:00
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
2023-08-25 08:52:33 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-01-27 06:01:40 +03:00
version = "1.0.196"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-27 06:01:40 +03:00
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
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"
2024-01-30 06:01:39 +03:00
version = "1.0.113"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 06:01:39 +03:00
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
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"
2024-01-05 06:01:40 +03:00
version = "2.0.48"
2023-05-04 12:33:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-05 06:01:40 +03:00
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
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-12-29 06:01:36 +03:00
version = "3.9.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-29 06:01:36 +03:00
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
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-12-29 06:01:36 +03:00
"windows-sys 0.52.0",
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-11-28 06:01:58 +03:00
"windows-sys 0.48.0",
2022-09-30 15:55:40 +03:00
]
2021-01-16 16:18:21 +03:00
[[package]]
name = "termion"
2024-01-06 06:01:43 +03:00
version = "3.0.0"
2021-01-16 16:18:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-06 06:01:43 +03:00
checksum = "417813675a504dfbbf21bfde32c03e5bf9f2413999962b479023c02848c1c7a5"
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"
2024-01-18 06:02:14 +03:00
version = "0.3.15"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-18 06:02:14 +03:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
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-11-23 06:01:35 +03:00
version = "2.5.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 06:01:35 +03:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
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"
2024-01-19 06:01:42 +03:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 06:01:42 +03:00
checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
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"
2024-01-17 15:34:16 +03:00
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-01-17 15:34:16 +03:00
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
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"
2024-01-17 15:34:16 +03:00
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-01-17 15:34:16 +03:00
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
dependencies = [
"proc-macro2",
"quote",
2023-06-01 18:50:52 +03:00
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-01-17 15:34:16 +03:00
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 15:34:16 +03:00
checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
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"
2023-12-31 06:01:39 +03:00
version = "0.52.0"
2023-03-22 11:06:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 06:01:39 +03:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-03-22 11:06:37 +03:00
dependencies = [
2023-12-31 06:01:39 +03:00
"windows-targets 0.52.0",
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-11-28 06:01:58 +03:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.0",
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-11-28 06:01:58 +03:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
"windows_aarch64_gnullvm 0.52.0",
"windows_aarch64_msvc 0.52.0",
"windows_i686_gnu 0.52.0",
"windows_i686_msvc 0.52.0",
"windows_x86_64_gnu 0.52.0",
"windows_x86_64_gnullvm 0.52.0",
"windows_x86_64_msvc 0.52.0",
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
2023-11-28 06:01:58 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
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
2023-11-28 06:01:58 +03:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
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
2023-11-28 06:01:58 +03:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
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
2023-11-28 06:01:58 +03:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
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
2023-11-28 06:01:58 +03:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
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
2023-11-28 06:01:58 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
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
2023-11-28 06:01:58 +03:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
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-12-22 06:01:44 +03:00
version = "0.7.32"
2023-10-23 14:18:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-22 06:01:44 +03:00
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
2023-10-23 14:18:00 +03:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2023-12-22 06:01:44 +03:00
version = "0.7.32"
2023-10-23 14:18:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-22 06:01:44 +03:00
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
2023-10-23 14:18:00 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]