hurl/Cargo.lock

1071 lines
27 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"
2021-07-03 14:51:55 +03:00
version = "0.7.18"
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 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
[[package]]
name = "alloc-stdlib"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
2020-08-27 10:07:46 +03:00
dependencies = [
"alloc-no-stdlib",
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"
version = "0.5.2"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
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"
version = "0.10.2"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
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 = "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"
2020-11-02 20:36:20 +03:00
version = "0.4.19"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 20:36:20 +03:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-08-27 10:07:46 +03:00
dependencies = [
2020-11-02 20:36:20 +03:00
"libc",
"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-06-21 20:33:39 +03:00
version = "3.2.6"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-21 20:33:39 +03:00
checksum = "9f1fe12880bae935d142c8702d500c63a4e8634b6c3c57ad72bf978fc7b6249a"
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-21 20:33:39 +03:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-21 20:33:39 +03:00
checksum = "87eba3c8c7f42ef17f6c659fc7416d0f4758cd3e58861ee63c5fa4a4dde649e4"
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",
]
2021-06-17 21:28:13 +03:00
[[package]]
name = "cpufeatures"
version = "0.2.2"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
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"
2022-02-22 11:33:11 +03:00
version = "0.1.3"
2021-12-08 18:34:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-22 11:33:11 +03:00
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
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-03-20 14:39:38 +03:00
version = "0.4.43"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-20 14:39:38 +03:00
checksum = "37d855aeef205b43f65a5001e0997d81f8efca7badad4fad7d897aa7f0d0651f"
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-05-18 14:03:20 +03:00
version = "0.4.55+curl-7.83.1"
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 = "23734ec77368ec583c2e61dd3f0b0e5c98b93abe6d2a004ca06b91dd7e3e2762"
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-02-22 11:33:11 +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-02-22 11:33:11 +03:00
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
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"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
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"
version = "1.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 = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2020-08-27 10:07:46 +03:00
2021-06-17 21:28:13 +03:00
[[package]]
name = "generic-array"
version = "0.14.5"
2021-06-17 21:28:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
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"
2022-06-17 12:30:01 +03:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-17 12:30:01 +03:00
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
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-02-10 16:00:10 +03:00
version = "1.7.0-snapshot"
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-02-10 16:00:10 +03:00
version = "1.7.0-snapshot"
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-02-10 16:00:10 +03:00
version = "1.7.0-snapshot"
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 = "idna"
version = "0.2.3"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2020-08-27 10:07:46 +03:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
2020-08-27 10:07:46 +03:00
]
[[package]]
name = "indexmap"
2022-06-17 12:30:01 +03:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-17 12:30:01 +03:00
checksum = "6c6392766afd7964e2531940894cffe4bd8d7d17dbc3c1c4857040fd4b33bdb3"
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-05-18 14:03:20 +03:00
version = "1.0.2"
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 = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
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-05-18 14:03:20 +03:00
version = "0.2.126"
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 = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
[[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 = "matches"
version = "0.1.9"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2020-08-27 10:07:46 +03:00
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"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
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"
2022-06-05 17:05:20 +03:00
version = "0.9.74"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 17:05:20 +03:00
checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1"
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-05-28 12:31:50 +03:00
version = "6.1.0"
2022-01-06 22:35:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 12:31:50 +03:00
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
2022-01-06 22:35:23 +03:00
2020-08-27 10:07:46 +03:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
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 = "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 = "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"
version = "0.6.3"
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 = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
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"
version = "0.2.13"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
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-05-28 12:31:50 +03:00
version = "1.5.6"
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 = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
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-05-28 12:31:50 +03:00
version = "0.6.26"
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 = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
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-05-18 14:03:20 +03:00
version = "1.0.10"
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 = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
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-05-02 18:31:45 +03:00
version = "1.0.137"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 18:31:45 +03:00
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
2020-08-27 10:07:46 +03:00
[[package]]
name = "serde_json"
2022-05-04 14:33:42 +03:00
version = "1.0.81"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-04 14:33:42 +03:00
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
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-02-22 11:33:11 +03:00
version = "0.10.2"
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 = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
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"
version = "0.4.4"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
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 = "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"
version = "0.15.0"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
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-normalization"
version = "0.1.19"
2020-08-27 10:07:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
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"
2021-07-03 14:51:55 +03:00
version = "2.2.2"
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 = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2020-08-27 10:07:46 +03:00
dependencies = [
2021-07-03 14:51:55 +03:00
"form_urlencoded",
"idna",
"matches",
"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"
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",
]