You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2398 lines
58 KiB
2398 lines
58 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "adler32" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2" |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "ansi_term" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
dependencies = [ |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.4.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba" |
|
dependencies = [ |
|
"nodrop", |
|
] |
|
|
|
[[package]] |
|
name = "ascii" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e" |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
dependencies = [ |
|
"hermit-abi", |
|
"libc", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.38" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "690a62be8920ccf773ee00ef0968649b0e724cda8bd5b12286302b4ae955fdf5" |
|
dependencies = [ |
|
"backtrace-sys", |
|
"cfg-if 0.1.10", |
|
"libc", |
|
"rustc-demangle", |
|
] |
|
|
|
[[package]] |
|
name = "backtrace-sys" |
|
version = "0.1.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
|
dependencies = [ |
|
"byteorder", |
|
"safemem", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a606a02debe2813760609f57a64a2ffd27d9fdf5b2f133eaca0b248dd92cdd2" |
|
|
|
[[package]] |
|
name = "bytecount" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b92204551573580e078dc80017f36a213eb77a0450e4ddd8cfa0f3f2d1f0178f" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "0.4.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
|
dependencies = [ |
|
"byteorder", |
|
"either", |
|
"iovec", |
|
] |
|
|
|
[[package]] |
|
name = "c2-chacha" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" |
|
dependencies = [ |
|
"lazy_static", |
|
"ppv-lite86", |
|
] |
|
|
|
[[package]] |
|
name = "cargo_metadata" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5d1b4d380e1bab994591a24c2bdd1b054f64b60bef483a8c598c7c345bc3bbe" |
|
dependencies = [ |
|
"error-chain", |
|
"semver", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be" |
|
|
|
[[package]] |
|
name = "cesu8" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" |
|
dependencies = [ |
|
"libc", |
|
"num-integer", |
|
"num-traits", |
|
"serde", |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "2.33.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" |
|
dependencies = [ |
|
"ansi_term", |
|
"atty", |
|
"bitflags", |
|
"strsim 0.8.0", |
|
"textwrap", |
|
"unicode-width", |
|
"vec_map", |
|
] |
|
|
|
[[package]] |
|
name = "cloudabi" |
|
version = "0.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "combine" |
|
version = "3.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680" |
|
dependencies = [ |
|
"ascii", |
|
"byteorder", |
|
"either", |
|
"memchr", |
|
"unreachable", |
|
] |
|
|
|
[[package]] |
|
name = "cookie" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5" |
|
dependencies = [ |
|
"time", |
|
"url 1.7.2", |
|
] |
|
|
|
[[package]] |
|
name = "cookie_store" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c" |
|
dependencies = [ |
|
"cookie", |
|
"failure", |
|
"idna 0.1.5", |
|
"log", |
|
"publicsuffix", |
|
"serde", |
|
"serde_json", |
|
"time", |
|
"try_from", |
|
"url 1.7.2", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" |
|
dependencies = [ |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" |
|
dependencies = [ |
|
"arrayvec", |
|
"cfg-if 0.1.10", |
|
"crossbeam-utils", |
|
"lazy_static", |
|
"memoffset", |
|
"scopeguard 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-queue" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.6.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "darling" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858" |
|
dependencies = [ |
|
"darling_core", |
|
"darling_macro", |
|
] |
|
|
|
[[package]] |
|
name = "darling_core" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b" |
|
dependencies = [ |
|
"fnv", |
|
"ident_case", |
|
"proc-macro2 1.0.4", |
|
"quote 1.0.2", |
|
"strsim 0.9.3", |
|
"syn 1.0.5", |
|
] |
|
|
|
[[package]] |
|
name = "darling_macro" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" |
|
dependencies = [ |
|
"darling_core", |
|
"quote 1.0.2", |
|
"syn 1.0.5", |
|
] |
|
|
|
[[package]] |
|
name = "data-encoding" |
|
version = "2.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97" |
|
|
|
[[package]] |
|
name = "directories" |
|
version = "3.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7" |
|
dependencies = [ |
|
"dirs-sys", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-next" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"dirs-sys-next", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-sys" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" |
|
dependencies = [ |
|
"libc", |
|
"redox_users", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-sys-next" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
|
dependencies = [ |
|
"libc", |
|
"redox_users", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "doc-comment" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "923dea538cea0aa3025e8685b20d6ee21ef99c4f77e954a30febbaac5ec73a97" |
|
|
|
[[package]] |
|
name = "downfav" |
|
version = "0.4.1" |
|
dependencies = [ |
|
"chrono", |
|
"clap", |
|
"directories", |
|
"elefren", |
|
"env_logger", |
|
"html2md", |
|
"html5ever 0.25.1", |
|
"log", |
|
"log-derive", |
|
"markup5ever 0.10.1", |
|
"markup5ever_rcdom", |
|
"reqwest", |
|
"serde", |
|
"serde_derive", |
|
"shellexpand", |
|
"toml", |
|
] |
|
|
|
[[package]] |
|
name = "dtoa" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
|
|
|
[[package]] |
|
name = "elefren" |
|
version = "0.20.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dfca8d8d0147086081224e22183a37a7b98e3230b945a717f1b5a0eed5fb07af" |
|
dependencies = [ |
|
"chrono", |
|
"doc-comment", |
|
"hyper-old-types", |
|
"isolang", |
|
"log", |
|
"reqwest", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"serde_qs", |
|
"serde_urlencoded", |
|
"skeptic", |
|
"tap-reader", |
|
"toml", |
|
"try_from", |
|
"url 1.7.2", |
|
] |
|
|
|
[[package]] |
|
name = "encoding_rs" |
|
version = "0.8.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87240518927716f79692c2ed85bfe6e98196d18c6401ec75355760233a7e12e9" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "env_logger" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" |
|
dependencies = [ |
|
"atty", |
|
"humantime", |
|
"log", |
|
"regex", |
|
"termcolor", |
|
] |
|
|
|
[[package]] |
|
name = "error-chain" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" |
|
dependencies = [ |
|
"backtrace", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "failure" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
|
dependencies = [ |
|
"backtrace", |
|
"failure_derive", |
|
] |
|
|
|
[[package]] |
|
name = "failure_derive" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
|
dependencies = [ |
|
"proc-macro2 0.4.30", |
|
"quote 0.6.13", |
|
"syn 0.15.44", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2adaffba6388640136149e18ed080b77a78611c1e1d6de75aedcdf78df5d4682" |
|
dependencies = [ |
|
"crc32fast", |
|
"libc", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
|
|
|
[[package]] |
|
name = "foreign-types" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
dependencies = [ |
|
"foreign-types-shared", |
|
] |
|
|
|
[[package]] |
|
name = "foreign-types-shared" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
[[package]] |
|
name = "fuchsia-cprng" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
|
|
[[package]] |
|
name = "fuchsia-zircon" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
|
dependencies = [ |
|
"bitflags", |
|
"fuchsia-zircon-sys", |
|
] |
|
|
|
[[package]] |
|
name = "fuchsia-zircon-sys" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
|
[[package]] |
|
name = "futf" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b" |
|
dependencies = [ |
|
"mac", |
|
"new_debug_unreachable", |
|
] |
|
|
|
[[package]] |
|
name = "futures" |
|
version = "0.1.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" |
|
|
|
[[package]] |
|
name = "futures-cpupool" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
|
dependencies = [ |
|
"futures", |
|
"num_cpus", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"libc", |
|
"wasi 0.7.0", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"wasi 0.10.2+wasi-snapshot-preview1", |
|
] |
|
|
|
[[package]] |
|
name = "glob" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.1.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" |
|
dependencies = [ |
|
"byteorder", |
|
"bytes", |
|
"fnv", |
|
"futures", |
|
"http", |
|
"indexmap", |
|
"log", |
|
"slab", |
|
"string", |
|
"tokio-io", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "html2md" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3f40515ebe18a0e23fa35cfce0694e681474a29c6cf0ebe510c05ad6cf2233c" |
|
dependencies = [ |
|
"html5ever 0.22.5", |
|
"jni", |
|
"lazy_static", |
|
"percent-encoding 1.0.1", |
|
"regex", |
|
] |
|
|
|
[[package]] |
|
name = "html5ever" |
|
version = "0.22.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c213fa6a618dc1da552f54f85cba74b05d8e883c92ec4e89067736938084c26e" |
|
dependencies = [ |
|
"log", |
|
"mac", |
|
"markup5ever 0.7.5", |
|
"proc-macro2 0.4.30", |
|
"quote 0.6.13", |
|
"syn 0.15.44", |
|
] |
|
|
|
[[package]] |
|
name = "html5ever" |
|
version = "0.25.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b" |
|
dependencies = [ |
|
"log", |
|
"mac", |
|
"markup5ever 0.10.1", |
|
"proc-macro2 1.0.4", |
|
"quote 1.0.2", |
|
"syn 1.0.5", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.1.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" |
|
dependencies = [ |
|
"bytes", |
|
"futures", |
|
"http", |
|
"tokio-buf", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
|
|
|
[[package]] |
|
name = "humantime" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.12.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" |
|
dependencies = [ |
|
"bytes", |
|
"futures", |
|
"futures-cpupool", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"httparse", |
|
"iovec", |
|
"itoa", |
|
"log", |
|
"net2", |
|
"rustc_version", |
|
"time", |
|
"tokio", |
|
"tokio-buf", |
|
"tokio-executor", |
|
"tokio-io", |
|
"tokio-reactor", |
|
"tokio-tcp", |
|
"tokio-threadpool", |
|
"tokio-timer", |
|
"want", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-old-types" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6896be51ecf3966c0fa14ff2da3233dbb9aef57ccea1be1afe55f105f4d4c9c4" |
|
dependencies = [ |
|
"base64 0.9.3", |
|
"bytes", |
|
"httparse", |
|
"language-tags", |
|
"log", |
|
"mime", |
|
"percent-encoding 1.0.1", |
|
"time", |
|
"unicase", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-tls" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f" |
|
dependencies = [ |
|
"bytes", |
|
"futures", |
|
"hyper", |
|
"native-tls", |
|
"tokio-io", |
|
] |
|
|
|
[[package]] |
|
name = "ident_case" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
|
dependencies = [ |
|
"matches", |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
|
dependencies = [ |
|
"matches", |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3" |
|
|
|
[[package]] |
|
name = "iovec" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "isolang" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "265ef164908329e47e753c769b14cbb27434abf0c41984dca201484022f09ce5" |
|
dependencies = [ |
|
"phf 0.7.24", |
|
"phf_codegen 0.7.24", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
|
|
|
[[package]] |
|
name = "jni" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "294eca097d1dc0bf59de5ab9f7eafa5f77129e9f6464c957ed3ddeb705fb4292" |
|
dependencies = [ |
|
"cesu8", |
|
"combine", |
|
"error-chain", |
|
"jni-sys", |
|
"log", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "jni-sys" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
|
|
|
[[package]] |
|
name = "kernel32-sys" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
dependencies = [ |
|
"winapi 0.2.8", |
|
"winapi-build", |
|
] |
|
|
|
[[package]] |
|
name = "language-tags" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.96" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5600b4e6efc5421841a2138a6b082e07fe12f9aaa12783d50e5d13325b26b4fc" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
|
dependencies = [ |
|
"owning_ref", |
|
"scopeguard 0.3.3", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "log-derive" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a42526bb432bcd1b43571d5f163984effa25409a29f1a3242a54d0577d55bcf" |
|
dependencies = [ |
|
"darling", |
|
"proc-macro2 1.0.4", |
|
"quote 1.0.2", |
|
"syn 1.0.5", |
|
] |
|
|
|
[[package]] |
|
name = "mac" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
|
|
|
[[package]] |
|
name = "markup5ever" |
|
version = "0.7.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "897636f9850c3eef4905a5540683ed53dc9393860f0846cab2c2ddf9939862ff" |
|
dependencies = [ |
|
"phf 0.7.24", |
|
"phf_codegen 0.7.24", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"string_cache 0.7.3", |
|
"string_cache_codegen 0.4.4", |
|
"tendril", |
|
] |
|
|
|
[[package]] |
|
name = "markup5ever" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" |
|
dependencies = [ |
|
"log", |
|
"phf 0.8.0", |
|
"phf_codegen 0.8.0", |
|
"string_cache 0.8.1", |
|
"string_cache_codegen 0.5.1", |
|
"tendril", |
|
] |
|
|
|
[[package]] |
|
name = "markup5ever_rcdom" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b" |
|
dependencies = [ |
|
"html5ever 0.25.1", |
|
"markup5ever 0.10.1", |
|
"tendril", |
|
"xml5ever", |
|
] |
|
|
|
[[package]] |
|
name = "matches" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" |
|
dependencies = [ |
|
"rustc_version", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.3.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd1d63acd1b78403cc0c325605908475dd9b9a3acbf65ed8bcab97e27014afcf" |
|
|
|
[[package]] |
|
name = "mime_guess" |
|
version = "2.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599" |
|
dependencies = [ |
|
"mime", |
|
"unicase", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10" |
|
dependencies = [ |
|
"adler32", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.6.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"fuchsia-zircon", |
|
"fuchsia-zircon-sys", |
|
"iovec", |
|
"kernel32-sys", |
|
"libc", |
|
"log", |
|
"miow", |
|
"net2", |
|
"slab", |
|
"winapi 0.2.8", |
|
] |
|
|
|
[[package]] |
|
name = "miow" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
|
dependencies = [ |
|
"kernel32-sys", |
|
"net2", |
|
"winapi 0.2.8", |
|
"ws2_32-sys", |
|
] |
|
|
|
[[package]] |
|
name = "native-tls" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e" |
|
dependencies = [ |
|
"lazy_static", |
|
"libc", |
|
"log", |
|
"openssl", |
|
"openssl-probe", |
|
"openssl-sys", |
|
"schannel", |
|
"security-framework", |
|
"security-framework-sys", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "net2" |
|
version = "0.2.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"libc", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "new_debug_unreachable" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30" |
|
|
|
[[package]] |
|
name = "nodrop" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
|
dependencies = [ |
|
"autocfg", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8152bb5a9b5b721538462336e3bef9a539f892715e5037fda0f984577311af15" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if 0.1.10", |
|
"foreign-types", |
|
"lazy_static", |
|
"libc", |
|
"openssl-sys", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.49" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4fad9e54bd23bd4cbbe48fdc08a1b8091707ac869ef8508edea2fec77dcc884" |
|
dependencies = [ |
|
"autocfg", |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "owning_ref" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
|
dependencies = [ |
|
"stable_deref_trait", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
|
dependencies = [ |
|
"libc", |
|
"rand 0.6.5", |
|
"rustc_version", |
|
"smallvec", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.7.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" |
|
dependencies = [ |
|
"phf_shared 0.7.24", |
|
] |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" |
|
dependencies = [ |
|
"phf_shared 0.8.0", |
|
] |
|
|
|
[[package]] |
|
name = "phf_codegen" |
|
version = "0.7.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" |
|
dependencies = [ |
|
"phf_generator 0.7.24", |
|
"phf_shared 0.7.24", |
|
] |
|
|
|
[[package]] |
|
name = "phf_codegen" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" |
|
dependencies = [ |
|
"phf_generator 0.8.0", |
|
"phf_shared 0.8.0", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.7.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" |
|
dependencies = [ |
|
"phf_shared 0.7.24", |
|
"rand 0.6.5", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" |
|
dependencies = [ |
|
"phf_shared 0.8.0", |
|
"rand 0.7.2", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.7.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" |
|
dependencies = [ |
|
"siphasher 0.2.3", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" |
|
dependencies = [ |
|
"siphasher 0.3.5", |
|
] |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72d5370d90f49f70bd033c3d75e87fc529fbfff9d6f7cccef07d6170079d91ea" |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" |
|
|
|
[[package]] |
|
name = "precomputed-hash" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "0.4.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
|
dependencies = [ |
|
"unicode-xid 0.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "afdc77cc74ec70ed262262942ebb7dac3d479e9e5cfa2da1841c0806f6cdabcc" |
|
dependencies = [ |
|
"unicode-xid 0.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "publicsuffix" |
|
version = "1.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9bf259a81de2b2eb9850ec990ec78e6a25319715584fd7652b9b26f96fcb1510" |
|
dependencies = [ |
|
"error-chain", |
|
"idna 0.2.0", |
|
"lazy_static", |
|
"regex", |
|
"url 2.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "pulldown-cmark" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "0.6.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
|
dependencies = [ |
|
"proc-macro2 0.4.30", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
|
dependencies = [ |
|
"proc-macro2 1.0.4", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
|
dependencies = [ |
|
"fuchsia-cprng", |
|
"libc", |
|
"rand_core 0.3.1", |
|
"rdrand", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.6.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
|
dependencies = [ |
|
"autocfg", |
|
"libc", |
|
"rand_chacha 0.1.1", |
|
"rand_core 0.4.2", |
|
"rand_hc 0.1.0", |
|
"rand_isaac", |
|
"rand_jitter", |
|
"rand_os", |
|
"rand_pcg 0.1.2", |
|
"rand_xorshift", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" |
|
dependencies = [ |
|
"getrandom 0.1.12", |
|
"libc", |
|
"rand_chacha 0.2.1", |
|
"rand_core 0.5.1", |
|
"rand_hc 0.2.0", |
|
"rand_pcg 0.2.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
|
dependencies = [ |
|
"autocfg", |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
|
dependencies = [ |
|
"c2-chacha", |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
dependencies = [ |
|
"rand_core 0.4.2", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
dependencies = [ |
|
"getrandom 0.1.12", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
dependencies = [ |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_isaac" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_jitter" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
|
dependencies = [ |
|
"libc", |
|
"rand_core 0.4.2", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "rand_os" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
|
dependencies = [ |
|
"cloudabi", |
|
"fuchsia-cprng", |
|
"libc", |
|
"rand_core 0.4.2", |
|
"rdrand", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "rand_pcg" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
|
dependencies = [ |
|
"autocfg", |
|
"rand_core 0.4.2", |
|
] |
|
|
|
[[package]] |
|
name = "rand_pcg" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" |
|
dependencies = [ |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_xorshift" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rdrand" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.1.56" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "redox_users" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" |
|
dependencies = [ |
|
"getrandom 0.2.3", |
|
"redox_syscall 0.2.8", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
"thread_local", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" |
|
|
|
[[package]] |
|
name = "remove_dir_all" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
|
dependencies = [ |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.9.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f6d896143a583047512e59ac54a215cb203c29cc941917343edea3be8df9c78" |
|
dependencies = [ |
|
"base64 0.10.1", |
|
"bytes", |
|
"cookie", |
|
"cookie_store", |
|
"encoding_rs", |
|
"flate2", |
|
"futures", |
|
"http", |
|
"hyper", |
|
"hyper-tls", |
|
"log", |
|
"mime", |
|
"mime_guess", |
|
"native-tls", |
|
"serde", |
|
"serde_json", |
|
"serde_urlencoded", |
|
"time", |
|
"tokio", |
|
"tokio-executor", |
|
"tokio-io", |
|
"tokio-threadpool", |
|
"tokio-timer", |
|
"url 1.7.2", |
|
"uuid", |
|
"winreg", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
|
|
|
[[package]] |
|
name = "safemem" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2b08423011dae9a5ca23f07cf57dac3857f5c885d352b76f6d95f4aea9434d0" |
|
|
|
[[package]] |
|
name = "same-file" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "schannel" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021" |
|
dependencies = [ |
|
"lazy_static", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2" |
|
dependencies = [ |
|
"core-foundation", |
|
"core-foundation-sys", |
|
"libc", |
|
"security-framework-sys", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
dependencies = [ |
|
"semver-parser", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "semver-parser" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.101" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.101" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" |
|
dependencies = [ |
|
"proc-macro2 1.0.4", |
|
"quote 1.0.2", |
|
"syn 1.0.5", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
|
dependencies = [ |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_qs" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "35965fa1d2413717053d67c2df1f5c3e1763fbf77200ea7e767523707bd5a0af" |
|
dependencies = [ |
|
"data-encoding", |
|
"error-chain", |
|
"percent-encoding 1.0.1", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_urlencoded" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" |
|
dependencies = [ |
|
"dtoa", |
|
"itoa", |
|
"serde", |
|
"url 1.7.2", |
|
] |
|
|
|
[[package]] |
|
name = "shellexpand" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829" |
|
dependencies = [ |
|
"dirs-next", |
|
] |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27" |
|
|
|
[[package]] |
|
name = "skeptic" |
|
version = "0.13.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6fb8ed853fdc19ce09752d63f3a2e5b5158aeb261520cd75eb618bd60305165" |
|
dependencies = [ |
|
"bytecount", |
|
"cargo_metadata", |
|
"error-chain", |
|
"glob", |
|
"pulldown-cmark", |
|
"serde_json", |
|
"tempdir", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "0.6.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
|
|
|
[[package]] |
|
name = "stable_deref_trait" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
|
|
[[package]] |
|
name = "string" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" |
|
dependencies = [ |
|
"bytes", |
|
] |
|
|
|
[[package]] |
|
name = "string_cache" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423" |
|
dependencies = [ |
|
"lazy_static", |
|
"new_debug_unreachable", |
|
"phf_shared 0.7.24", |
|
"precomputed-hash", |
|
"serde", |
|
"string_cache_codegen 0.4.4", |
|
"string_cache_shared", |
|
] |
|
|
|
[[package]] |
|
name = "string_cache" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a" |
|
dependencies = [ |
|
"lazy_static", |
|
"new_debug_unreachable", |
|
"phf_shared 0.8.0", |
|
"precomputed-hash", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "string_cache_codegen" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f0f45ed1b65bf9a4bf2f7b7dc59212d1926e9eaf00fa998988e420fd124467c6" |
|
dependencies = [ |
|
"phf_generator 0.7.24", |
|
"phf_shared 0.7.24", |
|
"proc-macro2 1.0.4", |
|
"quote 1.0.2", |
|
"string_cache_shared", |
|
] |
|
|
|
[[package]] |
|
name = "string_cache_codegen" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97" |
|
dependencies = [ |
|
"phf_generator 0.8.0", |
|
"phf_shared 0.8.0", |
|
"proc-macro2 1.0.4", |
|
"quote 1.0.2", |
|
] |
|
|
|
[[package]] |
|
name = "string_cache_shared" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "0.15.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
|
dependencies = [ |
|
"proc-macro2 0.4.30", |
|
"quote 0.6.13", |
|
"unicode-xid 0.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" |
|
dependencies = [ |
|
"proc-macro2 1.0.4", |
|
"quote 1.0.2", |
|
"unicode-xid 0.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
|
dependencies = [ |
|
"proc-macro2 0.4.30", |
|
"quote 0.6.13", |
|
"syn 0.15.44", |
|
"unicode-xid 0.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "tap-reader" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f13fc301d415a8cd4529ba679720c59f07369bcff573618a6e8d5afebefb6f3" |
|
|
|
[[package]] |
|
name = "tempdir" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
|
dependencies = [ |
|
"rand 0.4.6", |
|
"remove_dir_all", |
|
] |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"libc", |
|
"rand 0.7.2", |
|
"redox_syscall 0.1.56", |
|
"remove_dir_all", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "tendril" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b" |
|
dependencies = [ |
|
"futf", |
|
"mac", |
|
"utf-8", |
|
] |
|
|
|
[[package]] |
|
name = "termcolor" |
|
version = "1.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "textwrap" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
dependencies = [ |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.1.42" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
|
dependencies = [ |
|
"libc", |
|
"redox_syscall 0.1.56", |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "0.1.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" |
|
dependencies = [ |
|
"bytes", |
|
"futures", |
|
"mio", |
|
"num_cpus", |
|
"tokio-current-thread", |
|
"tokio-executor", |
|
"tokio-io", |
|
"tokio-reactor", |
|
"tokio-tcp", |
|
"tokio-threadpool", |
|
"tokio-timer", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-buf" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" |
|
dependencies = [ |
|
"bytes", |
|
"either", |
|
"futures", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-current-thread" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" |
|
dependencies = [ |
|
"futures", |
|
"tokio-executor", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-executor" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"futures", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-io" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
|
dependencies = [ |
|
"bytes", |
|
"futures", |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-reactor" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"futures", |
|
"lazy_static", |
|
"log", |
|
"mio", |
|
"num_cpus", |
|
"parking_lot", |
|
"slab", |
|
"tokio-executor", |
|
"tokio-io", |
|
"tokio-sync", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-sync" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7" |
|
dependencies = [ |
|
"fnv", |
|
"futures", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-tcp" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" |
|
dependencies = [ |
|
"bytes", |
|
"futures", |
|
"iovec", |
|
"mio", |
|
"tokio-io", |
|
"tokio-reactor", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-threadpool" |
|
version = "0.1.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19" |
|
dependencies = [ |
|
"crossbeam-deque", |
|
"crossbeam-queue", |
|
"crossbeam-utils", |
|
"futures", |
|
"log", |
|
"num_cpus", |
|
"rand 0.6.5", |
|
"slab", |
|
"tokio-executor", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-timer" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"futures", |
|
"slab", |
|
"tokio-executor", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "try-lock" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
|
|
|
[[package]] |
|
name = "try_from" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "unicase" |
|
version = "2.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150" |
|
dependencies = [ |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-bidi" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
|
dependencies = [ |
|
"matches", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" |
|
dependencies = [ |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
|
|
|
[[package]] |
|
name = "unreachable" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
|
dependencies = [ |
|
"void", |
|
] |
|
|
|
[[package]] |
|
name = "url" |
|
version = "1.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
|
dependencies = [ |
|
"idna 0.1.5", |
|
"matches", |
|
"percent-encoding 1.0.1", |
|
] |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" |
|
dependencies = [ |
|
"idna 0.2.0", |
|
"matches", |
|
"percent-encoding 2.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "utf-8" |
|
version = "0.7.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" |
|
dependencies = [ |
|
"rand 0.6.5", |
|
] |
|
|
|
[[package]] |
|
name = "vcpkg" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95" |
|
|
|
[[package]] |
|
name = "vec_map" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
|
|
|
[[package]] |
|
name = "void" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
|
[[package]] |
|
name = "walkdir" |
|
version = "2.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" |
|
dependencies = [ |
|
"same-file", |
|
"winapi 0.3.8", |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "want" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" |
|
dependencies = [ |
|
"futures", |
|
"log", |
|
"try-lock", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.10.2+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" |
|
|
|
[[package]] |
|
name = "winapi" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
|
[[package]] |
|
name = "winapi" |
|
version = "0.3.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
|
dependencies = [ |
|
"winapi-i686-pc-windows-gnu", |
|
"winapi-x86_64-pc-windows-gnu", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-build" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
|
[[package]] |
|
name = "winapi-i686-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
[[package]] |
|
name = "winapi-util" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
|
dependencies = [ |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
[[package]] |
|
name = "winreg" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9" |
|
dependencies = [ |
|
"winapi 0.3.8", |
|
] |
|
|
|
[[package]] |
|
name = "ws2_32-sys" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
|
dependencies = [ |
|
"winapi 0.2.8", |
|
"winapi-build", |
|
] |
|
|
|
[[package]] |
|
name = "xml5ever" |
|
version = "0.16.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59" |
|
dependencies = [ |
|
"log", |
|
"mac", |
|
"markup5ever 0.10.1", |
|
"time", |
|
]
|
|
|