2020-08-27 10:07:46 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-10-14 14:24:11 +03:00
|
|
|
[[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"
|
|
|
|
version = "0.7.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5192ec435945d87bc2f70992b4d818154b5feede43c09fb7592146374eac90a6"
|
|
|
|
|
|
|
|
[[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 = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"alloc-no-stdlib",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"winapi",
|
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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "ad235dabf00f36301792cfe82499880ba54c6486be094d1047b02bacb67c14e8"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"backtrace-sys",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"rustc-demangle",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
|
|
|
version = "0.1.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "ca797db0057bae1a7aa2eef3283a874695455cecf08a43bfb8507ee0ebc1ed69"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"bit-vec",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f29919120f08613aadcd4383764e00526fc9f18b6c0895814faeed0dd78613e"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1052e1c3b8d4d80eb84a8b94f0a1498797b5fb96314c001156a1c761940ef4ec"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.50"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.33.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
|
|
|
version = "0.4.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "78baca05127a115136a9898e266988fc49ca7ea2c839f60fc6e1fc9df1599168"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"socket2",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
|
|
|
version = "0.4.36+curl-7.71.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "68cad94adeb0c16558429c3c34a607acc9ea58e09a7b66310aabc9788fc5d721"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
"winapi",
|
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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"backtrace",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "da62c4f1b81918835a8c6a484a397775fff5953fe83529afd51b05f5c6a6617d"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"num-traits",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"unicode-segmentation",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hurl"
|
2020-10-28 18:27:40 +03:00
|
|
|
version = "0.99.14"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"atty",
|
|
|
|
"base64",
|
|
|
|
"brotli",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"curl",
|
|
|
|
"encoding",
|
|
|
|
"float-cmp",
|
2020-11-02 20:30:13 +03:00
|
|
|
"hurl_core",
|
|
|
|
"libflate",
|
|
|
|
"libxml",
|
|
|
|
"proptest",
|
|
|
|
"regex",
|
|
|
|
"roxmltree",
|
|
|
|
"serde",
|
|
|
|
"serde-xml-rs",
|
|
|
|
"serde_json",
|
|
|
|
"structopt",
|
|
|
|
"sxd-document",
|
|
|
|
"url",
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hurl_core"
|
|
|
|
version = "0.99.14"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"base64",
|
|
|
|
"brotli",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"curl",
|
|
|
|
"encoding",
|
|
|
|
"float-cmp",
|
|
|
|
"libflate",
|
|
|
|
"libxml",
|
|
|
|
"proptest",
|
|
|
|
"regex",
|
|
|
|
"roxmltree",
|
|
|
|
"serde",
|
|
|
|
"serde-xml-rs",
|
|
|
|
"serde_json",
|
|
|
|
"structopt",
|
|
|
|
"sxd-document",
|
|
|
|
"url",
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hurlfmt"
|
|
|
|
version = "0.99.14"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"base64",
|
|
|
|
"brotli",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"curl",
|
|
|
|
"encoding",
|
|
|
|
"float-cmp",
|
|
|
|
"hurl_core",
|
2020-10-14 14:24:11 +03:00
|
|
|
"libflate",
|
|
|
|
"libxml",
|
|
|
|
"proptest",
|
|
|
|
"regex",
|
|
|
|
"roxmltree",
|
|
|
|
"serde",
|
|
|
|
"serde-xml-rs",
|
|
|
|
"serde_json",
|
|
|
|
"structopt",
|
|
|
|
"sxd-document",
|
|
|
|
"url",
|
|
|
|
"xmlparser",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.67"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9bac9023e1db29c084f9f8cd9d3852e5e8fddf98fb47c4964a0ea4663d95949"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
"crc32fast",
|
|
|
|
"libflate_lz77",
|
|
|
|
"rle-decode-fast",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate_lz77"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3286f09f7d4926fc486334f28d8d2e6ebe4f7f9994494b6dab27ddfad2c9b11b"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libxml"
|
|
|
|
version = "0.2.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "fbbe61bd26eaed780d4d81e07ad3f5ce4aae2d61eca61945006875f08cbdf1b4"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "af67924b8dd885cccea261866c8ce5b74d239d272e154053ff927dae839f5ae9"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cfg-if",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"autocfg 1.0.0",
|
|
|
|
"num-traits",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-17 20:55:25 +03:00
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.11"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"autocfg 1.0.0",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
|
|
|
version = "0.9.54"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"autocfg 1.0.0",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
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"
|
2020-10-14 14:24:11 +03:00
|
|
|
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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "f658886ed52e196e850cfbbfddab9eaa7f6d90dd0929e264c31e5cec07e09e57"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"unicode-xid",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proptest"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "bf6147d103a7c9d7598f4105cf049b15c99e2ecd93179bf024f0fd349be5ada4"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"bit-set",
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"quick-error",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"rand_chacha 0.1.1",
|
|
|
|
"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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"proc-macro2",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.1.1",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rand_hc 0.1.0",
|
|
|
|
"rand_isaac",
|
|
|
|
"rand_jitter",
|
|
|
|
"rand_os",
|
|
|
|
"rand_pcg",
|
|
|
|
"rand_xorshift",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"rand_core 0.3.1",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"rand_core 0.4.2",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"getrandom",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"rand_core 0.3.1",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"rand_core 0.5.1",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"rand_core 0.3.1",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cloudabi",
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rdrand",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"rand_core 0.4.2",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"rand_core 0.3.1",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"rand_core 0.3.1",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.56"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "1.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "1132f845907680735a84409c3bebc64d1364a5683ffbce899550cd09d5eaefc1"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2020-10-14 14:24:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rle-decode-fast"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roxmltree"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "0852407257c1b696a0c66b9db3ffe7769c2744a2fa725c8050e6f3e5a823c02b"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"xmlparser",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusty-fork"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "3dd93264e10c577503e926bd1430193eeb5d21b059148910082245309b424fae"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"fnv",
|
|
|
|
"quick-error",
|
|
|
|
"tempfile",
|
|
|
|
"wait-timeout",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "507a9e6e8ffe0a4e0ebb9a10293e62fdf7657c06f1b8bb07a8fcf697d2abf295"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"lazy_static",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.104"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-xml-rs"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "27d98dfc234faa8532d66c837de56bf4276a259a43dd10ef96feb2fb7ab333b1"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"error-chain",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"xml-rs",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.48"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.3.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"clap",
|
|
|
|
"structopt-derive",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "94d82f37be9faf1b10a82c4bd492b74f698e40082f0f40de38ab275f31d42078"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"peresil",
|
|
|
|
"typed-arena",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.15.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"unicode-width",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"lazy_static",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi",
|
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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"matches",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"smallvec",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"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"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "8110496c5bcc0d966b0b2da38d5a791aa139eeb0b80e7840a7463c2b806921eb"
|