hurl/Cargo.lock

1381 lines
35 KiB
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-07-03 14:51:55 +03:00
version = 3
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2023-07-09 06:14:33 +03:00
[[package]]
name = "ahash"
2024-03-04 06:14:01 +03:00
version = "0.8.11"
2023-07-09 06:14:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 06:14:01 +03:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
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"
2024-03-20 06:01:46 +03:00
version = "1.1.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-20 06:01:46 +03:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
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-02-28 06:01:41 +03:00
version = "0.6.13"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 06:01:41 +03:00
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
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-02-06 11:17:13 +03:00
version = "1.0.6"
2023-03-29 11:07:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 11:17:13 +03:00
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
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"
2024-03-26 06:01:46 +03:00
version = "1.2.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-26 06:01:46 +03:00
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
2020-08-27 10:07:46 +03:00
[[package]]
name = "base64"
2024-03-02 06:02:04 +03:00
version = "0.22.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 06:02:04 +03:00
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
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-03-19 06:01:45 +03:00
version = "2.5.0"
2023-06-30 06:06:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-19 06:01:45 +03:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
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"
2024-04-04 06:01:55 +03:00
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 06:01:55 +03:00
checksum = "125740193d7fee5cc63ab9e16c2fdc4e07c74ba755cc53b327d6ea029e9fc569"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2024-04-04 06:01:55 +03:00
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 06:01:55 +03:00
checksum = "65622a320492e09b5e0ac436b14c54ff68199bac392d0e89a6832c4518eea525"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "bumpalo"
2024-03-08 06:01:46 +03:00
version = "3.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 06:01:46 +03:00
checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
2020-08-27 10:07:46 +03:00
[[package]]
name = "cc"
2024-04-08 06:01:48 +03:00
version = "1.0.91"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-08 06:01:48 +03:00
checksum = "1fd97381a8cc6493395a5afc4c691c1084b3768db713b73aa215217aa245d153"
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-03-28 06:01:53 +03:00
version = "0.4.37"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 06:01:53 +03:00
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
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-02-29 06:01:40 +03:00
"windows-targets 0.52.4",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "clap"
2024-03-26 06:01:46 +03:00
version = "4.5.4"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-26 06:01:46 +03:00
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
2023-03-28 15:46:49 +03:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
2024-03-06 20:58:15 +03:00
version = "4.5.2"
2023-03-28 15:46:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-06 20:58:15 +03:00
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
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"
2024-02-08 20:45:38 +03:00
version = "0.7.0"
2022-10-09 11:28:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 20:45:38 +03:00
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
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"
2024-02-13 06:02:09 +03:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-13 06:02:09 +03:00
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
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"
2024-02-13 06:02:09 +03:00
version = "0.4.46"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-13 06:02:09 +03:00
checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6"
2020-08-27 10:07:46 +03:00
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
2024-02-09 20:36:53 +03:00
"windows-sys 0.52.0",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "curl-sys"
2024-02-09 20:36:53 +03:00
version = "0.4.72+curl-8.6.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 20:36:53 +03:00
checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea"
2020-08-27 10:07:46 +03:00
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
2024-02-09 20:36:53 +03:00
"windows-sys 0.52.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"
2024-03-25 06:02:02 +03:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 06:02:02 +03:00
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
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-04-08 06:01:48 +03:00
version = "0.2.13"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-08 06:01:48 +03:00
checksum = "a06fddc2749e0528d2813f95e050e87e52c8cbbae56223b9babf73b3e53b0cc6"
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"
2024-02-06 11:17:13 +03:00
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 11:17:13 +03:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
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"
2024-03-27 06:01:42 +03:00
version = "1.0.11"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 06:01:42 +03:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2020-08-27 10:07:46 +03:00
[[package]]
name = "js-sys"
2024-03-05 06:01:54 +03:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 06:01:54 +03:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
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-02-01 17:37:52 +03:00
version = "0.2.153"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-01 17:37:52 +03:00
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[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-03-19 06:01:45 +03:00
"bitflags 2.5.0",
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-03-22 06:01:52 +03:00
version = "1.1.16"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-22 06:01:52 +03:00
checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
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"
2024-02-29 06:01:40 +03:00
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 06:01:40 +03:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
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"
2024-03-28 06:01:53 +03:00
version = "2.7.2"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 06:01:53 +03:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2020-08-27 10:07:46 +03:00
[[package]]
name = "num-traits"
2024-02-08 06:02:01 +03:00
version = "0.2.18"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 06:02:01 +03:00
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
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-02-13 06:02:09 +03:00
version = "300.2.3+3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-13 06:02:09 +03:00
checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
dependencies = [
"cc",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "openssl-sys"
2024-03-29 06:01:35 +03:00
version = "0.9.102"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 06:01:35 +03:00
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
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-02-15 06:01:54 +03:00
version = "0.3.30"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-15 06:01:54 +03:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
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-03-13 06:01:36 +03:00
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-13 06:01:36 +03:00
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
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-03-19 06:01:45 +03:00
"bitflags 2.5.0",
"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-03-23 06:01:57 +03:00
version = "1.10.4"
2023-07-05 15:47:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 06:01:57 +03:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
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-03-04 17:03:28 +03:00
version = "0.4.6"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:03:28 +03:00
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
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"
2024-03-27 06:01:42 +03:00
version = "0.8.3"
2023-10-10 06:01:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 06:01:42 +03:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
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-03-20 06:01:46 +03:00
version = "0.38.32"
2023-06-30 06:06:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-20 06:01:46 +03:00
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
2023-06-30 06:06:31 +03:00
dependencies = [
2024-03-19 06:01:45 +03:00
"bitflags 2.5.0",
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"
2024-02-20 06:02:14 +03:00
version = "1.0.17"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-20 06:02:14 +03:00
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
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-02-20 06:02:14 +03:00
version = "1.0.197"
2023-08-25 08:52:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-20 06:02:14 +03:00
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
2023-08-25 08:52:33 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-02-20 06:02:14 +03:00
version = "1.0.197"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-20 06:02:14 +03:00
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
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-03-27 06:01:42 +03:00
version = "1.0.115"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 06:01:42 +03:00
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
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"
2024-02-24 21:26:14 +03:00
version = "0.5.6"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 21:26:14 +03:00
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
2020-08-27 10:07:46 +03:00
dependencies = [
"libc",
2024-02-24 21:26:14 +03:00
"windows-sys 0.52.0",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "strsim"
2024-04-03 06:02:00 +03:00
version = "0.11.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-03 06:02:00 +03:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2020-08-27 10:07:46 +03:00
[[package]]
name = "syn"
2024-04-03 06:02:00 +03:00
version = "2.0.58"
2023-05-04 12:33:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-03 06:02:00 +03:00
checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
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"
2024-02-27 06:01:43 +03:00
version = "3.10.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-27 06:01:43 +03:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2020-08-27 10:07:46 +03:00
dependencies = [
"cfg-if",
"fastrand",
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"
2024-02-21 06:01:56 +03:00
version = "0.1.23"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-21 06:01:56 +03:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
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-03-19 06:01:45 +03:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-19 06:01:45 +03:00
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
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-03-05 06:01:54 +03:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 06:01:54 +03:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-03-05 06:01:54 +03:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 06:01:54 +03:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
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-03-05 06:01:54 +03:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 06:01:54 +03:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-03-05 06:01:54 +03:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 06:01:54 +03:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
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-03-05 06:01:54 +03:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 06:01:54 +03:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
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 = [
2024-02-29 06:01:40 +03:00
"windows-targets 0.52.4",
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 = [
2024-02-29 06:01:40 +03:00
"windows-targets 0.52.4",
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"
2024-02-29 06:01:40 +03:00
version = "0.52.4"
2023-11-28 06:01:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 06:01:40 +03:00
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
2023-11-28 06:01:58 +03:00
dependencies = [
2024-02-29 06:01:40 +03:00
"windows_aarch64_gnullvm 0.52.4",
"windows_aarch64_msvc 0.52.4",
"windows_i686_gnu 0.52.4",
"windows_i686_msvc 0.52.4",
"windows_x86_64_gnu 0.52.4",
"windows_x86_64_gnullvm 0.52.4",
"windows_x86_64_msvc 0.52.4",
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"
2024-02-29 06:01:40 +03:00
version = "0.52.4"
2023-11-28 06:01:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 06:01:40 +03:00
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
2023-11-28 06:01:58 +03:00
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"
2024-02-29 06:01:40 +03:00
version = "0.52.4"
2023-11-28 06:01:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 06:01:40 +03:00
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2023-11-28 06:01:58 +03:00
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"
2024-02-29 06:01:40 +03:00
version = "0.52.4"
2023-11-28 06:01:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 06:01:40 +03:00
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2023-11-28 06:01:58 +03:00
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"
2024-02-29 06:01:40 +03:00
version = "0.52.4"
2023-11-28 06:01:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 06:01:40 +03:00
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
2023-11-28 06:01:58 +03:00
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"
2024-02-29 06:01:40 +03:00
version = "0.52.4"
2023-11-28 06:01:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 06:01:40 +03:00
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2023-11-28 06:01:58 +03:00
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"
2024-02-29 06:01:40 +03:00
version = "0.52.4"
2023-11-28 06:01:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 06:01:40 +03:00
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2023-11-28 06:01:58 +03:00
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"
2024-02-29 06:01:40 +03:00
version = "0.52.4"
2023-11-28 06:01:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 06:01:40 +03:00
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
2023-11-28 06:01:58 +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"
2024-04-01 06:01:58 +03:00
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-01 06:01:58 +03:00
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
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",
]