hurl/Cargo.lock

1204 lines
30 KiB
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-07-03 14:51:55 +03:00
version = 3
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2020-08-27 10:07:46 +03:00
[[package]]
name = "aho-corasick"
2022-09-07 20:38:30 +03:00
version = "0.7.19"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 20:38:30 +03:00
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
2022-09-13 11:27:07 +03:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
2022-09-13 11:27:07 +03:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
2020-08-27 10:07:46 +03:00
dependencies = [
"alloc-no-stdlib",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "android_system_properties"
2022-08-31 11:24:42 +03:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:24:42 +03:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2020-08-27 10:07:46 +03:00
dependencies = [
"hermit-abi",
"libc",
"winapi",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-08-27 10:07:46 +03:00
[[package]]
name = "base64"
2021-07-03 14:51:55 +03:00
version = "0.13.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:51:55 +03:00
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-08-27 10:07:46 +03:00
[[package]]
name = "bit-set"
2022-07-23 11:20:45 +03:00
version = "0.5.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-23 11:20:45 +03:00
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2020-08-27 10:07:46 +03:00
dependencies = [
"bit-vec",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "bit-vec"
version = "0.6.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-08-27 10:07:46 +03:00
[[package]]
name = "bitflags"
version = "1.3.2"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-06-17 21:28:13 +03:00
[[package]]
name = "block-buffer"
2022-09-07 20:38:30 +03:00
version = "0.10.3"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 20:38:30 +03:00
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
2021-06-17 21:28:13 +03:00
dependencies = [
"generic-array",
]
[[package]]
name = "brotli"
2022-04-01 13:10:38 +03:00
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-01 13:10:38 +03:00
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "bumpalo"
2022-08-21 11:23:19 +03:00
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-21 11:23:19 +03:00
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
2020-08-27 10:07:46 +03:00
[[package]]
name = "byteorder"
version = "1.4.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-08-27 10:07:46 +03:00
[[package]]
name = "cc"
2022-02-22 12:11:38 +03:00
version = "1.0.73"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-22 12:11:38 +03:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2020-08-27 10:07:46 +03:00
2020-11-02 20:36:20 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-08-27 10:07:46 +03:00
[[package]]
name = "chrono"
2022-08-14 11:21:59 +03:00
version = "0.4.22"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-14 11:21:59 +03:00
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
2020-08-27 10:07:46 +03:00
dependencies = [
"iana-time-zone",
"num-integer",
"num-traits",
2020-11-02 20:36:20 +03:00
"winapi",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "clap"
2022-09-17 11:26:35 +03:00
version = "3.2.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 = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
2020-08-27 10:07:46 +03:00
dependencies = [
"atty",
"bitflags",
"clap_lex",
2022-01-06 22:35:23 +03:00
"indexmap",
2022-06-14 22:56:29 +03:00
"once_cell",
"strsim",
2022-01-06 22:35:23 +03:00
"termcolor",
"textwrap",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "clap_lex"
2022-06-28 18:29:00 +03:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-28 18:29:00 +03:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "colored"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
dependencies = [
"atty",
"lazy_static",
"winapi",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2021-06-17 21:28:13 +03:00
[[package]]
name = "cpufeatures"
2022-09-07 20:38:30 +03:00
version = "0.2.5"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 20:38:30 +03:00
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
2021-06-17 21:28:13 +03:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
2020-08-27 10:07:46 +03:00
]
2021-12-08 18:34:37 +03:00
[[package]]
name = "crypto-common"
version = "0.1.6"
2021-12-08 18:34:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2021-12-08 18:34:37 +03:00
dependencies = [
"generic-array",
2022-02-22 11:33:11 +03:00
"typenum",
2021-12-08 18:34:37 +03:00
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "curl"
2022-07-22 11:23:29 +03:00
version = "0.4.44"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 11:23:29 +03:00
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
2020-08-27 10:07:46 +03:00
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
"winapi",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "curl-sys"
2022-09-08 11:25:47 +03:00
version = "0.4.56+curl-7.83.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 11:25:47 +03:00
checksum = "6093e169dd4de29e468fa649fbae11cdcd5551c81fe5bf1b0677adad7ef3d26f"
2020-08-27 10:07:46 +03:00
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
"winapi",
2020-08-27 10:07:46 +03:00
]
2021-06-17 21:28:13 +03:00
[[package]]
name = "digest"
2022-09-17 11:26:35 +03:00
version = "0.10.5"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-17 11:26:35 +03:00
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
2021-06-17 21:28:13 +03:00
dependencies = [
2021-12-08 18:34:37 +03:00
"block-buffer",
"crypto-common",
2021-06-17 21:28:13 +03:00
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "encoding"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
2020-08-27 10:07:46 +03:00
dependencies = [
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
2020-08-27 10:07:46 +03:00
dependencies = [
"encoding_index_tests",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
2020-08-27 10:07:46 +03:00
dependencies = [
"encoding_index_tests",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
2020-08-27 10:07:46 +03:00
dependencies = [
"encoding_index_tests",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
2020-08-27 10:07:46 +03:00
dependencies = [
"encoding_index_tests",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
2020-08-27 10:07:46 +03:00
dependencies = [
"encoding_index_tests",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
2020-08-27 10:07:46 +03:00
[[package]]
name = "fastrand"
2022-07-24 11:19:56 +03:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-24 11:19:56 +03:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "float-cmp"
2021-07-24 10:42:46 +03:00
version = "0.9.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-24 10:42:46 +03:00
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
2020-08-27 10:07:46 +03:00
dependencies = [
"num-traits",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "fnv"
version = "1.0.7"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-08-27 10:07:46 +03:00
[[package]]
2021-07-03 14:51:55 +03:00
name = "form_urlencoded"
2022-09-08 11:25:47 +03:00
version = "1.1.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 11:25:47 +03:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2021-07-03 14:51:55 +03:00
dependencies = [
"percent-encoding",
]
2020-08-27 10:07:46 +03:00
2021-06-17 21:28:13 +03:00
[[package]]
name = "generic-array"
2022-08-04 15:15:49 +03:00
version = "0.14.6"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-04 15:15:49 +03:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
2021-06-17 21:28:13 +03:00
dependencies = [
"typenum",
"version_check",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "getrandom"
2022-06-14 22:56:29 +03:00
version = "0.2.7"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-14 22:56:29 +03:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
2020-08-27 10:07:46 +03:00
dependencies = [
"cfg-if",
"libc",
"wasi",
2021-07-03 14:51:55 +03:00
]
2021-12-04 13:15:46 +03:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2020-08-27 10:07:46 +03:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-08-27 10:07:46 +03:00
dependencies = [
"libc",
2020-08-27 10:07:46 +03:00
]
2021-06-17 22:53:31 +03:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2021-06-17 21:28:13 +03:00
[[package]]
name = "hex-literal"
2021-11-12 12:37:12 +03:00
version = "0.3.4"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-12 12:37:12 +03:00
checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
2021-06-17 21:28:13 +03:00
2020-08-27 10:07:46 +03:00
[[package]]
name = "hurl"
2022-09-13 03:15:45 +03:00
version = "1.7.0"
2020-08-27 10:07:46 +03:00
dependencies = [
"atty",
"base64",
"brotli",
"cc",
"chrono",
"clap",
"colored",
"curl",
"encoding",
"float-cmp",
2021-12-04 13:15:46 +03:00
"glob",
2021-06-17 22:53:31 +03:00
"hex",
2021-06-17 21:28:13 +03:00
"hex-literal",
2020-11-02 20:30:13 +03:00
"hurl_core",
"indexmap",
2020-11-02 20:30:13 +03:00
"libflate",
"libxml",
2021-07-14 22:04:28 +03:00
"md5",
"percent-encoding",
2020-11-02 20:30:13 +03:00
"regex",
"serde",
"serde_json",
2021-06-17 21:28:13 +03:00
"sha2",
2021-01-16 16:18:21 +03:00
"termion",
2020-11-02 20:30:13 +03:00
"url",
2021-11-30 18:27:38 +03:00
"winres",
"xmltree",
2020-11-02 20:30:13 +03:00
]
[[package]]
name = "hurl_core"
2022-09-13 03:15:45 +03:00
version = "1.7.0"
2020-11-02 20:30:13 +03:00
dependencies = [
"float-cmp",
2021-05-25 17:56:55 +03:00
"regex",
2020-11-02 20:30:13 +03:00
"sxd-document",
]
[[package]]
name = "hurlfmt"
2022-09-13 03:15:45 +03:00
version = "1.7.0"
2020-11-02 20:30:13 +03:00
dependencies = [
"atty",
"base64",
2020-11-02 20:30:13 +03:00
"clap",
"colored",
2020-11-02 20:30:13 +03:00
"hurl_core",
"proptest",
"regex",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "iana-time-zone"
2022-09-13 11:27:07 +03:00
version = "0.1.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "237a0714f28b1ee39ccec0770ccb544eb02c9ef2c82bb096230eefcffa6468b0"
dependencies = [
"android_system_properties",
2022-08-12 17:05:11 +03:00
"core-foundation-sys",
"js-sys",
2022-08-31 11:24:42 +03:00
"once_cell",
"wasm-bindgen",
"winapi",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "idna"
2022-09-08 11:25:47 +03:00
version = "0.3.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 11:25:47 +03:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2020-08-27 10:07:46 +03:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "indexmap"
2022-06-22 14:51:52 +03:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-22 14:51:52 +03:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "itoa"
2022-08-04 15:15:49 +03:00
version = "1.0.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-04 15:15:49 +03:00
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
2020-08-27 10:07:46 +03:00
[[package]]
name = "js-sys"
2022-09-13 11:27:07 +03:00
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
dependencies = [
"wasm-bindgen",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-08-27 10:07:46 +03:00
[[package]]
name = "libc"
2022-08-21 11:23:19 +03:00
version = "0.2.132"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-21 11:23:19 +03:00
checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
[[package]]
name = "libflate"
2022-03-25 15:59:38 +03:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-25 15:59:38 +03:00
checksum = "05605ab2bce11bcfc0e9c635ff29ef8b2ea83f29be257ee7d730cac3ee373093"
dependencies = [
"adler32",
"crc32fast",
"libflate_lz77",
]
[[package]]
name = "libflate_lz77"
2021-07-03 14:51:55 +03:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:51:55 +03:00
checksum = "39a734c0493409afcd49deee13c006a04e3586b9761a03543c6272c9c51f2f5a"
dependencies = [
"rle-decode-fast",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "libxml"
2022-03-28 18:28:05 +03:00
version = "0.3.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-28 18:28:05 +03:00
checksum = "687f5a78939052c5d02865c0fe3ea2ce2acdca875f7f81db82f7aef256dd97ac"
2020-08-27 10:07:46 +03:00
dependencies = [
"libc",
"pkg-config",
2020-11-02 20:36:20 +03:00
"vcpkg",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "libz-sys"
2022-05-28 12:31:50 +03:00
version = "1.1.8"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 12:31:50 +03:00
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
2020-08-27 10:07:46 +03:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
2021-07-14 22:04:28 +03:00
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
2020-08-27 10:07:46 +03:00
[[package]]
name = "memchr"
version = "2.5.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2020-08-27 10:07:46 +03:00
[[package]]
name = "num-integer"
version = "0.1.45"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2020-08-27 10:07:46 +03:00
dependencies = [
2021-07-03 14:51:55 +03:00
"autocfg",
"num-traits",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "num-traits"
version = "0.2.15"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2020-08-27 10:07:46 +03:00
dependencies = [
2021-07-03 14:51:55 +03:00
"autocfg",
2020-08-27 10:07:46 +03:00
]
2021-01-16 16:18:21 +03:00
[[package]]
name = "numtoa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
2022-06-14 22:56:29 +03:00
[[package]]
name = "once_cell"
2022-09-03 01:37:35 +03:00
version = "1.14.0"
2022-06-14 22:56:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 01:37:35 +03:00
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
2022-06-14 22:56:29 +03:00
2020-08-27 10:07:46 +03:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2020-08-27 10:07:46 +03:00
[[package]]
name = "openssl-sys"
version = "0.9.75"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
2020-08-27 10:07:46 +03:00
dependencies = [
2021-07-03 14:51:55 +03:00
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
2020-08-27 10:07:46 +03:00
]
2022-01-06 22:35:23 +03:00
[[package]]
name = "os_str_bytes"
2022-08-14 11:21:59 +03:00
version = "6.3.0"
2022-01-06 22:35:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-14 11:21:59 +03:00
checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
2022-01-06 22:35:23 +03:00
2020-08-27 10:07:46 +03:00
[[package]]
name = "percent-encoding"
2022-09-08 11:25:47 +03:00
version = "2.2.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 11:25:47 +03:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2020-08-27 10:07:46 +03:00
[[package]]
name = "peresil"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f658886ed52e196e850cfbbfddab9eaa7f6d90dd0929e264c31e5cec07e09e57"
2020-08-27 10:07:46 +03:00
[[package]]
name = "pkg-config"
version = "0.3.25"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2020-08-27 10:07:46 +03:00
[[package]]
name = "ppv-lite86"
version = "0.2.16"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2020-08-27 10:07:46 +03:00
[[package]]
name = "proc-macro2"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
dependencies = [
"unicode-ident",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "proptest"
2021-07-03 14:51:55 +03:00
version = "1.0.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:51:55 +03:00
checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5"
2020-08-27 10:07:46 +03:00
dependencies = [
"bit-set",
"bitflags",
"byteorder",
"lazy_static",
"num-traits",
2021-07-03 14:51:55 +03:00
"quick-error 2.0.1",
"rand",
"rand_chacha",
"rand_xorshift",
"regex-syntax",
"rusty-fork",
"tempfile",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2020-08-27 10:07:46 +03:00
[[package]]
2021-07-03 14:51:55 +03:00
name = "quick-error"
version = "2.0.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:51:55 +03:00
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2020-08-27 10:07:46 +03:00
[[package]]
name = "quote"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
dependencies = [
"proc-macro2",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "rand"
version = "0.8.5"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2020-08-27 10:07:46 +03:00
dependencies = [
2021-07-03 14:51:55 +03:00
"libc",
"rand_chacha",
"rand_core",
2020-08-27 10:07:46 +03:00
]
[[package]]
2021-07-03 14:51:55 +03:00
name = "rand_chacha"
2020-08-27 10:07:46 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:51:55 +03:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2020-08-27 10:07:46 +03:00
dependencies = [
2021-07-03 14:51:55 +03:00
"ppv-lite86",
"rand_core",
2020-08-27 10:07:46 +03:00
]
[[package]]
2021-07-03 14:51:55 +03:00
name = "rand_core"
2022-09-17 11:26:35 +03:00
version = "0.6.4"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-17 11:26:35 +03:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2020-08-27 10:07:46 +03:00
dependencies = [
"getrandom",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "rand_xorshift"
2021-07-03 14:51:55 +03:00
version = "0.3.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:51:55 +03:00
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
2020-08-27 10:07:46 +03:00
dependencies = [
"rand_core",
2020-08-27 10:07:46 +03:00
]
[[package]]
2021-07-03 14:51:55 +03:00
name = "redox_syscall"
2022-07-27 11:25:20 +03:00
version = "0.2.16"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-27 11:25:20 +03:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-07-03 14:51:55 +03:00
dependencies = [
"bitflags",
]
2020-08-27 10:07:46 +03:00
2021-01-16 16:18:21 +03:00
[[package]]
name = "redox_termios"
version = "0.1.2"
2021-01-16 16:18:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
2021-01-16 16:18:21 +03:00
dependencies = [
"redox_syscall",
2021-01-16 16:18:21 +03:00
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "regex"
2022-07-06 18:43:02 +03:00
version = "1.6.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-06 18:43:02 +03:00
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2020-08-27 10:07:46 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "regex-syntax"
2022-07-06 18:43:02 +03:00
version = "0.6.27"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-06 18:43:02 +03:00
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2020-08-27 10:07:46 +03:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2020-08-27 10:07:46 +03:00
dependencies = [
"winapi",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "rle-decode-fast"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
2020-08-27 10:07:46 +03:00
[[package]]
name = "rusty-fork"
2021-07-03 14:51:55 +03:00
version = "0.3.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:51:55 +03:00
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
2020-08-27 10:07:46 +03:00
dependencies = [
"fnv",
2021-07-03 14:51:55 +03:00
"quick-error 1.2.3",
"tempfile",
"wait-timeout",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "ryu"
2022-08-04 15:15:49 +03:00
version = "1.0.11"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-04 15:15:49 +03:00
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
2020-08-27 10:07:46 +03:00
[[package]]
name = "schannel"
2022-05-18 14:03:20 +03:00
version = "0.1.20"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-18 14:03:20 +03:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2020-08-27 10:07:46 +03:00
dependencies = [
"lazy_static",
2022-05-18 14:03:20 +03:00
"windows-sys",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "serde"
2022-08-21 11:23:19 +03:00
version = "1.0.144"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-21 11:23:19 +03:00
checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
2020-08-27 10:07:46 +03:00
[[package]]
name = "serde_json"
2022-08-22 11:25:16 +03:00
version = "1.0.85"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-22 11:25:16 +03:00
checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
2020-08-27 10:07:46 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
2020-08-27 10:07:46 +03:00
]
2021-06-17 21:28:13 +03:00
[[package]]
name = "sha2"
2022-09-17 11:26:35 +03:00
version = "0.10.6"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-17 11:26:35 +03:00
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2021-06-17 21:28:13 +03:00
dependencies = [
"cfg-if",
2021-06-17 21:28:13 +03:00
"cpufeatures",
"digest",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "socket2"
2022-09-02 11:13:31 +03:00
version = "0.4.7"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-02 11:13:31 +03:00
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
2020-08-27 10:07:46 +03:00
dependencies = [
"libc",
"winapi",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "strsim"
2022-01-06 22:35:23 +03:00
version = "0.10.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 22:35:23 +03:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2020-08-27 10:07:46 +03:00
[[package]]
name = "sxd-document"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94d82f37be9faf1b10a82c4bd492b74f698e40082f0f40de38ab275f31d42078"
2020-08-27 10:07:46 +03:00
dependencies = [
"peresil",
"typed-arena",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "syn"
version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "tempfile"
version = "3.3.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2020-08-27 10:07:46 +03:00
dependencies = [
"cfg-if",
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
2020-08-27 10:07:46 +03:00
]
2022-01-06 22:35:23 +03:00
[[package]]
name = "termcolor"
version = "1.1.3"
2022-01-06 22:35:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2022-01-06 22:35:23 +03:00
dependencies = [
"winapi-util",
]
2021-01-16 16:18:21 +03:00
[[package]]
name = "termion"
2021-07-03 14:51:55 +03:00
version = "1.5.6"
2021-01-16 16:18:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:51:55 +03:00
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
2021-01-16 16:18:21 +03:00
dependencies = [
"libc",
"numtoa",
"redox_syscall",
2021-01-16 16:18:21 +03:00
"redox_termios",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "textwrap"
2022-09-17 11:26:35 +03:00
version = "0.15.1"
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 = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
2020-08-27 10:07:46 +03:00
2020-11-02 20:36:20 +03:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2020-11-02 20:36:20 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-11-02 20:36:20 +03:00
2021-11-30 18:27:38 +03:00
[[package]]
name = "toml"
version = "0.5.9"
2021-11-30 18:27:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2021-11-30 18:27:38 +03:00
dependencies = [
"serde",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "typed-arena"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
2020-08-27 10:07:46 +03:00
2021-06-17 21:28:13 +03:00
[[package]]
name = "typenum"
2022-02-22 11:33:11 +03:00
version = "1.15.0"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-22 11:33:11 +03:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2021-06-17 21:28:13 +03:00
2020-08-27 10:07:46 +03:00
[[package]]
name = "unicode-bidi"
version = "0.3.8"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2020-08-27 10:07:46 +03:00
[[package]]
name = "unicode-ident"
2022-09-17 11:26:35 +03:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-17 11:26:35 +03:00
checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
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"
2022-09-08 11:25:47 +03:00
version = "2.3.1"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 11:25:47 +03:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2020-08-27 10:07:46 +03:00
dependencies = [
2021-07-03 14:51:55 +03:00
"form_urlencoded",
"idna",
"percent-encoding",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "vcpkg"
version = "0.2.15"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-08-27 10:07:46 +03:00
2021-06-17 21:28:13 +03:00
[[package]]
name = "version_check"
version = "0.9.4"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-06-17 21:28:13 +03:00
2020-08-27 10:07:46 +03:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
2020-08-27 10:07:46 +03:00
dependencies = [
"libc",
2020-08-27 10:07:46 +03:00
]
2022-06-14 22:56:29 +03:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2022-09-13 11:27:07 +03:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-09-13 11:27:07 +03:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-09-13 11:27:07 +03:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-09-13 11:27:07 +03:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-09-13 11:27:07 +03:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-13 11:27:07 +03:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2020-08-27 10:07:46 +03:00
[[package]]
name = "winapi"
2021-07-03 14:51:55 +03:00
version = "0.3.9"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:51:55 +03:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-08-27 10:07:46 +03:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2020-08-27 10:07:46 +03:00
2022-01-06 22:35:23 +03:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2020-08-27 10:07:46 +03:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2021-11-30 18:27:38 +03:00
2022-05-18 14:03:20 +03:00
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2021-11-30 18:27:38 +03:00
[[package]]
name = "winres"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
"toml",
]
[[package]]
name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
[[package]]
name = "xmltree"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
dependencies = [
"indexmap",
"xml-rs",
]