pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/geckodriver



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Jan  5 03:01:30 UTC 2019

Modified Files:
        pkgsrc/www/geckodriver: Makefile distinfo
        pkgsrc/www/geckodriver/patches: patch-vendor_mozrunner_src_runner.rs
Added Files:
        pkgsrc/www/geckodriver/files: Cargo.lock
        pkgsrc/www/geckodriver/patches: patch-Cargo.toml

Log Message:
geckodriver: update to 0.23.0

v0.23.0

Removed:
- The POST /session/{session id}/element/{element id}/tap endpoint
  was removed, thanks to Kerem Kat.
Changed:
- webdriver crate upgraded to 0.38.0.
Fixed:
- desiredCapabilities and requiredCapabilities are again
    recognised on session creation
- duration field made optional on pause actions
- Log level formatted to expected Marionette input
- temporary field on addon installation made optional
- SHA1s in version information uses limited number of characters


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/geckodriver/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/geckodriver/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/geckodriver/files/Cargo.lock
cvs rdiff -u -r0 -r1.1 pkgsrc/www/geckodriver/patches/patch-Cargo.toml
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/geckodriver/Makefile
diff -u pkgsrc/www/geckodriver/Makefile:1.6 pkgsrc/www/geckodriver/Makefile:1.7
--- pkgsrc/www/geckodriver/Makefile:1.6 Wed Dec 12 04:51:35 2018
+++ pkgsrc/www/geckodriver/Makefile     Sat Jan  5 03:01:30 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/12/12 04:51:35 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2019/01/05 03:01:30 tnn Exp $
 
-DISTNAME=      geckodriver-0.20.1
+DISTNAME=      geckodriver-0.23.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mozilla/}
 GITHUB_PROJECT=        geckodriver
@@ -11,95 +11,161 @@ HOMEPAGE=  https://github.com/mozilla/gec
 COMMENT=       W3C WebDriver-compatible proxy for Gecko-based browsers
 LICENSE=       mpl-1.1
 
-CARGO_CRATE_DEPENDS+=          \
-       adler32-1.0.2           \
-       aho-corasick-0.6.4      \
-       base64-0.6.0            \
-       bitflags-1.0.1          \
-       build_const-0.2.0       \
-       byteorder-1.2.2         \
-       bzip2-0.3.2             \
-       bzip2-sys-0.1.6         \
-       cc-1.0.9                \
-       cfg-if-0.1.2            \
-       chrono-0.2.25           \
-       clap-2.31.2             \
-       cookie-0.10.1           \
-       crc-1.7.0               \
-       flate2-1.0.1            \
-       fuchsia-zircon-0.3.3    \
-       fuchsia-zircon-sys-0.3.3        \
-       httparse-1.2.4          \
-       hyper-0.10.13           \
-       idna-0.1.4              \
-       kernel32-sys-0.2.2      \
-       language-tags-0.2.2     \
-       lazy_static-1.0.0       \
-       libc-0.2.40             \
-       log-0.3.9               \
-       log-0.4.1               \
-       matches-0.1.6           \
-       memchr-2.0.1            \
-       mime-0.2.6              \
-       miniz_oxide-0.1.2       \
-       miniz_oxide_c_api-0.1.2 \
-       mozprofile-0.3.0        \
-       mozrunner-0.6.1         \
-       mozversion-0.1.3        \
-       msdos_time-0.1.5        \
-       num-0.1.42              \
-       num-integer-0.1.36      \
-       num-iter-0.1.35         \
-       num-traits-0.2.2        \
-       num_cpus-1.8.0          \
-       percent-encoding-1.0.1  \
-       podio-0.1.6             \
-       rand-0.3.22             \
-       rand-0.4.2              \
-       redox_syscall-0.1.37    \
-       regex-0.2.10            \
-       regex-syntax-0.5.3      \
-       remove_dir_all-0.5.0    \
-       rust-ini-0.10.3         \
-       rustc-serialize-0.3.24  \
-       safemem-0.2.0           \
-       semver-0.6.0            \
-       semver-parser-0.7.0     \
-       strsim-0.7.0            \
-       tempdir-0.3.7           \
-       term_size-0.3.1         \
-       textwrap-0.9.0          \
-       thread_local-0.3.5      \
-       time-0.1.39             \
-       traitobject-0.1.0       \
-       typeable-0.1.2          \
-       ucd-util-0.1.1          \
-       unicase-1.4.2           \
-       unicode-bidi-0.3.4      \
-       unicode-normalization-0.1.5     \
-       unicode-segmentation-1.2.0      \
-       unicode-width-0.1.4     \
-       unreachable-1.0.0       \
-       url-1.7.0               \
-       utf8-ranges-1.0.0       \
-       uuid-0.1.18             \
-       version_check-0.1.3     \
-       void-1.0.2              \
-       webdriver-0.35.0        \
-       winapi-0.2.8            \
-       winapi-0.3.4            \
-       winapi-build-0.1.1      \
-       winapi-i686-pc-windows-gnu-0.4.0        \
-       winapi-x86_64-pc-windows-gnu-0.4.0      \
-       winreg-0.5.0            \
-       zip-0.3.1
+CARGO_CRATE_DEPENDS+=  adler32-1.0.3
+CARGO_CRATE_DEPENDS+=  aho-corasick-0.6.9
+CARGO_CRATE_DEPENDS+=  arrayvec-0.4.10
+CARGO_CRATE_DEPENDS+=  autocfg-0.1.1
+CARGO_CRATE_DEPENDS+=  base64-0.9.3
+CARGO_CRATE_DEPENDS+=  bitflags-1.0.4
+CARGO_CRATE_DEPENDS+=  build_const-0.2.1
+CARGO_CRATE_DEPENDS+=  byteorder-1.2.7
+CARGO_CRATE_DEPENDS+=  bytes-0.4.11
+CARGO_CRATE_DEPENDS+=  bzip2-0.3.3
+CARGO_CRATE_DEPENDS+=  bzip2-sys-0.1.7
+CARGO_CRATE_DEPENDS+=  cc-1.0.28
+CARGO_CRATE_DEPENDS+=  cfg-if-0.1.6
+CARGO_CRATE_DEPENDS+=  chrono-0.4.6
+CARGO_CRATE_DEPENDS+=  clap-2.32.0
+CARGO_CRATE_DEPENDS+=  cloudabi-0.0.3
+CARGO_CRATE_DEPENDS+=  cookie-0.11.0
+CARGO_CRATE_DEPENDS+=  crc-1.8.1
+CARGO_CRATE_DEPENDS+=  crc32fast-1.1.2
+CARGO_CRATE_DEPENDS+=  crossbeam-deque-0.6.3
+CARGO_CRATE_DEPENDS+=  crossbeam-epoch-0.7.0
+CARGO_CRATE_DEPENDS+=  crossbeam-utils-0.6.3
+CARGO_CRATE_DEPENDS+=  flate2-1.0.6
+CARGO_CRATE_DEPENDS+=  fnv-1.0.6
+CARGO_CRATE_DEPENDS+=  fuchsia-zircon-0.3.3
+CARGO_CRATE_DEPENDS+=  fuchsia-zircon-sys-0.3.3
+CARGO_CRATE_DEPENDS+=  futures-0.1.25
+CARGO_CRATE_DEPENDS+=  futures-cpupool-0.1.8
+CARGO_CRATE_DEPENDS+=  h2-0.1.14
+CARGO_CRATE_DEPENDS+=  http-0.1.14
+CARGO_CRATE_DEPENDS+=  httparse-1.3.3
+CARGO_CRATE_DEPENDS+=  hyper-0.12.19
+CARGO_CRATE_DEPENDS+=  idna-0.1.5
+CARGO_CRATE_DEPENDS+=  indexmap-1.0.2
+CARGO_CRATE_DEPENDS+=  iovec-0.1.2
+CARGO_CRATE_DEPENDS+=  itoa-0.4.3
+CARGO_CRATE_DEPENDS+=  kernel32-sys-0.2.2
+CARGO_CRATE_DEPENDS+=  lazy_static-1.2.0
+CARGO_CRATE_DEPENDS+=  lazycell-1.2.1
+CARGO_CRATE_DEPENDS+=  libc-0.2.46
+CARGO_CRATE_DEPENDS+=  lock_api-0.1.5
+CARGO_CRATE_DEPENDS+=  log-0.4.6
+CARGO_CRATE_DEPENDS+=  matches-0.1.8
+CARGO_CRATE_DEPENDS+=  memchr-2.1.2
+CARGO_CRATE_DEPENDS+=  memoffset-0.2.1
+CARGO_CRATE_DEPENDS+=  miniz_oxide-0.2.0
+CARGO_CRATE_DEPENDS+=  miniz_oxide_c_api-0.2.0
+CARGO_CRATE_DEPENDS+=  mio-0.6.16
+CARGO_CRATE_DEPENDS+=  mio-uds-0.6.7
+CARGO_CRATE_DEPENDS+=  miow-0.2.1
+CARGO_CRATE_DEPENDS+=  mozprofile-0.4.0
+CARGO_CRATE_DEPENDS+=  mozrunner-0.8.0
+CARGO_CRATE_DEPENDS+=  mozversion-0.1.3
+CARGO_CRATE_DEPENDS+=  msdos_time-0.1.6
+CARGO_CRATE_DEPENDS+=  net2-0.2.33
+CARGO_CRATE_DEPENDS+=  nodrop-0.1.13
+CARGO_CRATE_DEPENDS+=  num-integer-0.1.39
+CARGO_CRATE_DEPENDS+=  num-traits-0.2.6
+CARGO_CRATE_DEPENDS+=  num_cpus-1.9.0
+CARGO_CRATE_DEPENDS+=  owning_ref-0.4.0
+CARGO_CRATE_DEPENDS+=  parking_lot-0.6.4
+CARGO_CRATE_DEPENDS+=  parking_lot_core-0.3.1
+CARGO_CRATE_DEPENDS+=  percent-encoding-1.0.1
+CARGO_CRATE_DEPENDS+=  podio-0.1.6
+CARGO_CRATE_DEPENDS+=  proc-macro2-0.4.24
+CARGO_CRATE_DEPENDS+=  quote-0.6.10
+CARGO_CRATE_DEPENDS+=  rand-0.3.22
+CARGO_CRATE_DEPENDS+=  rand-0.4.3
+CARGO_CRATE_DEPENDS+=  rand-0.5.5
+CARGO_CRATE_DEPENDS+=  rand-0.6.3
+CARGO_CRATE_DEPENDS+=  rand_chacha-0.1.1
+CARGO_CRATE_DEPENDS+=  rand_core-0.2.2
+CARGO_CRATE_DEPENDS+=  rand_core-0.3.0
+CARGO_CRATE_DEPENDS+=  rand_hc-0.1.0
+CARGO_CRATE_DEPENDS+=  rand_isaac-0.1.1
+CARGO_CRATE_DEPENDS+=  rand_os-0.1.0
+CARGO_CRATE_DEPENDS+=  rand_pcg-0.1.1
+CARGO_CRATE_DEPENDS+=  rand_xorshift-0.1.1
+CARGO_CRATE_DEPENDS+=  redox_syscall-0.1.50
+CARGO_CRATE_DEPENDS+=  regex-0.2.11
+CARGO_CRATE_DEPENDS+=  regex-1.1.0
+CARGO_CRATE_DEPENDS+=  regex-syntax-0.5.6
+CARGO_CRATE_DEPENDS+=  regex-syntax-0.6.4
+CARGO_CRATE_DEPENDS+=  remove_dir_all-0.5.1
+CARGO_CRATE_DEPENDS+=  rust-ini-0.10.3
+CARGO_CRATE_DEPENDS+=  rustc_version-0.2.3
+CARGO_CRATE_DEPENDS+=  ryu-0.2.7
+CARGO_CRATE_DEPENDS+=  safemem-0.3.0
+CARGO_CRATE_DEPENDS+=  scopeguard-0.3.3
+CARGO_CRATE_DEPENDS+=  semver-0.6.0
+CARGO_CRATE_DEPENDS+=  semver-0.9.0
+CARGO_CRATE_DEPENDS+=  semver-parser-0.7.0
+CARGO_CRATE_DEPENDS+=  serde-1.0.84
+CARGO_CRATE_DEPENDS+=  serde_derive-1.0.84
+CARGO_CRATE_DEPENDS+=  serde_json-1.0.34
+CARGO_CRATE_DEPENDS+=  slab-0.4.1
+CARGO_CRATE_DEPENDS+=  smallvec-0.6.7
+CARGO_CRATE_DEPENDS+=  stable_deref_trait-1.1.1
+CARGO_CRATE_DEPENDS+=  string-0.1.2
+CARGO_CRATE_DEPENDS+=  strsim-0.7.0
+CARGO_CRATE_DEPENDS+=  syn-0.15.23
+CARGO_CRATE_DEPENDS+=  tempdir-0.3.7
+CARGO_CRATE_DEPENDS+=  term_size-0.3.1
+CARGO_CRATE_DEPENDS+=  textwrap-0.10.0
+CARGO_CRATE_DEPENDS+=  thread_local-0.3.6
+CARGO_CRATE_DEPENDS+=  time-0.1.41
+CARGO_CRATE_DEPENDS+=  tokio-0.1.13
+CARGO_CRATE_DEPENDS+=  tokio-codec-0.1.1
+CARGO_CRATE_DEPENDS+=  tokio-current-thread-0.1.4
+CARGO_CRATE_DEPENDS+=  tokio-executor-0.1.5
+CARGO_CRATE_DEPENDS+=  tokio-fs-0.1.4
+CARGO_CRATE_DEPENDS+=  tokio-io-0.1.10
+CARGO_CRATE_DEPENDS+=  tokio-reactor-0.1.7
+CARGO_CRATE_DEPENDS+=  tokio-tcp-0.1.2
+CARGO_CRATE_DEPENDS+=  tokio-threadpool-0.1.9
+CARGO_CRATE_DEPENDS+=  tokio-timer-0.2.8
+CARGO_CRATE_DEPENDS+=  tokio-udp-0.1.3
+CARGO_CRATE_DEPENDS+=  tokio-uds-0.2.4
+CARGO_CRATE_DEPENDS+=  try-lock-0.2.2
+CARGO_CRATE_DEPENDS+=  ucd-util-0.1.3
+CARGO_CRATE_DEPENDS+=  unicode-bidi-0.3.4
+CARGO_CRATE_DEPENDS+=  unicode-normalization-0.1.7
+CARGO_CRATE_DEPENDS+=  unicode-segmentation-1.2.1
+CARGO_CRATE_DEPENDS+=  unicode-width-0.1.5
+CARGO_CRATE_DEPENDS+=  unicode-xid-0.1.0
+CARGO_CRATE_DEPENDS+=  unreachable-1.0.0
+CARGO_CRATE_DEPENDS+=  url-1.7.2
+CARGO_CRATE_DEPENDS+=  utf8-ranges-1.0.2
+CARGO_CRATE_DEPENDS+=  uuid-0.5.1
+CARGO_CRATE_DEPENDS+=  version_check-0.1.5
+CARGO_CRATE_DEPENDS+=  void-1.0.2
+CARGO_CRATE_DEPENDS+=  want-0.0.6
+CARGO_CRATE_DEPENDS+=  webdriver-0.38.0
+CARGO_CRATE_DEPENDS+=  winapi-0.2.8
+CARGO_CRATE_DEPENDS+=  winapi-0.3.6
+CARGO_CRATE_DEPENDS+=  winapi-build-0.1.1
+CARGO_CRATE_DEPENDS+=  winapi-i686-pc-windows-gnu-0.4.0
+CARGO_CRATE_DEPENDS+=  winapi-x86_64-pc-windows-gnu-0.4.0
+CARGO_CRATE_DEPENDS+=  winreg-0.5.1
+CARGO_CRATE_DEPENDS+=  ws2_32-sys-0.2.1
+CARGO_CRATE_DEPENDS+=  zip-0.4.2
+
+INSTALLATION_DIRS=     bin
+
+# Mozilla stopped providing a standalone Cargo.lock for geckodriver.
+# So, we have to maintain a local copy.
+post-extract:
+       cp ${FILESDIR}/Cargo.lock ${WRKSRC}/Cargo.lock
 
 do-build:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release
 
 do-install:
-       cd ${WRKSRC} && ${PREFIX}/bin/cargo install --root ${DESTDIR}${PREFIX}
-       rm ${DESTDIR}${PREFIX}/.crates.toml
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/geckodriver ${DESTDIR}${PREFIX}/bin
 
+.include "../../lang/rust/buildlink3.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/geckodriver/distinfo
diff -u pkgsrc/www/geckodriver/distinfo:1.3 pkgsrc/www/geckodriver/distinfo:1.4
--- pkgsrc/www/geckodriver/distinfo:1.3 Wed May  9 23:41:39 2018
+++ pkgsrc/www/geckodriver/distinfo     Sat Jan  5 03:01:30 2019
@@ -1,65 +1,101 @@
-$NetBSD: distinfo,v 1.3 2018/05/09 23:41:39 maya Exp $
+$NetBSD: distinfo,v 1.4 2019/01/05 03:01:30 tnn Exp $
 
-SHA1 (adler32-1.0.2.crate) = 1cd9103c6a836589866b82002f7e73ef6a112097
-RMD160 (adler32-1.0.2.crate) = a9f6f2e2f086a9dab8cf82209484741d9f980aef
-SHA512 (adler32-1.0.2.crate) = e0589745fa6758eb728e1c5a24592a2e1de6d8694194b81a477ea51b07f5a2d9bfe0f5d46b1d007d8274dece8e1be564292dacef5b92747b27949d007c2bb48f
-Size (adler32-1.0.2.crate) = 5348 bytes
-SHA1 (aho-corasick-0.6.4.crate) = fedf6ca36887ccf37e0b9be80b3303fb14508887
-RMD160 (aho-corasick-0.6.4.crate) = 64351ab3da703b5276bba7e1c332ac7e50a5fb63
-SHA512 (aho-corasick-0.6.4.crate) = 0191f627896469bdb271f1b9d2f3d3b0f7952579cd07c2659996ad66a961dbe605c6a4a929100d6b9c246e65199c0e180b1e8349943f06a6f08250e003e62b65
-Size (aho-corasick-0.6.4.crate) = 25443 bytes
-SHA1 (base64-0.6.0.crate) = 2c183ace7699917685e25dd833e71142d5ffc036
-RMD160 (base64-0.6.0.crate) = 910f6f8c1d7d1754f5241a3eda0ed4a20a606623
-SHA512 (base64-0.6.0.crate) = e81dd6c8b89adb2682eabed43b6f2b91623f04b44e5962b9c84ad26d41074d0c7f0a06b20c6dff70841aa23a2c34ec68805db04d7aeebd1f23b96d0e908b35c8
-Size (base64-0.6.0.crate) = 25720 bytes
-SHA1 (bitflags-1.0.1.crate) = d7da06a6de58e9273dee5207734057bf722376ba
-RMD160 (bitflags-1.0.1.crate) = 92184075730d0601dc17ced504601b0ae55d64e2
-SHA512 (bitflags-1.0.1.crate) = 6ca3a06645534769fb5c5ad91958e9e802db5a4b49a2a11b0be5243d7e92e32e552183a7ba8d7052f8543f642bc0e4799ef0f36013f64e5c60f4e98bbb26e465
-Size (bitflags-1.0.1.crate) = 13451 bytes
-SHA1 (build_const-0.2.0.crate) = 06c63ea5618629e5ff662a6e6bc35031413a6e39
-RMD160 (build_const-0.2.0.crate) = 731de910dffde06984b7a623922eb928e8672cd3
-SHA512 (build_const-0.2.0.crate) = 664b525db27fe345f0766ac71b0ad938bfa424a18987c4b95cc868e1240be815554aa467cfe204891ed404980ef3df4f430c43f0167b2f6577aa9cf7f7ea19cc
-Size (build_const-0.2.0.crate) = 4184 bytes
-SHA1 (byteorder-1.2.2.crate) = 477053e256c13e002bf760000ba97a5c291d0245
-RMD160 (byteorder-1.2.2.crate) = cd84a9f1aaadc9c826b21e285b16a5381b77598f
-SHA512 (byteorder-1.2.2.crate) = b3b0aa23f0d6a5023fbc8571e73cb7aabd8148f9dcba8da9aad49cabf97dabbbb3a05764cd3604edbd00ecb56ee0695cd30a67d9d51264539169e400d7bbc478
-Size (byteorder-1.2.2.crate) = 18909 bytes
-SHA1 (bzip2-0.3.2.crate) = b43dd3a09aea1c393301eaf9683a5b43e347be92
-RMD160 (bzip2-0.3.2.crate) = 24993f8cb8466252378c6ca27ae91cbf54d48891
-SHA512 (bzip2-0.3.2.crate) = da7fca72b1a4e476d39fc670fa7f92bc3963c21c19cb6fe4ac878a0dd4d2a72d0795087b3bbeeecd3c600b7ff8e353dd0217c3a17c9594e1ba2a774bb8aa70a4
-Size (bzip2-0.3.2.crate) = 14720 bytes
-SHA1 (bzip2-sys-0.1.6.crate) = 747a9c9cb832a9262c78c7a6f05b27ead2015db1
-RMD160 (bzip2-sys-0.1.6.crate) = 36684d36ba249f60fe8f14c76b4d324a91bc0abb
-SHA512 (bzip2-sys-0.1.6.crate) = d7c69e8eff1b9f1317577ccf0cbaffb6ed284c3f1f6c18db96e2e5380e69a818406107e6bc2634222c2f3ed56c478a1cb9ca58b7b3df29ee4a82e76493533d63
-Size (bzip2-sys-0.1.6.crate) = 609274 bytes
-SHA1 (cc-1.0.9.crate) = d33166dbe3b211e2b3897997138fe327f84e3177
-RMD160 (cc-1.0.9.crate) = 8e0e9abc24d7541b7eedd93e348edc5a9553d9a2
-SHA512 (cc-1.0.9.crate) = 7423164d85ac2d57782b6f259ea7e7e581fd8ecb7f3cfe4f8767c05caaf6e25d8cd73031123b60f0df96b2cd4c265d92a66933b7aaef4aae998cdc0e179618f4
-Size (cc-1.0.9.crate) = 41193 bytes
-SHA1 (cfg-if-0.1.2.crate) = 052481643121edcc1e2d78ce8e260ce6beee5bf0
-RMD160 (cfg-if-0.1.2.crate) = 746bff7b0ffc0c28ed347c8dbb8963e62c759c59
-SHA512 (cfg-if-0.1.2.crate) = ed6732d8ef2c99d99861f5dcfec3bcd2d1b62dcf6e8e4e88ca25148b5566f86418270dbbe9a7d2fae62a8320d432c5e0474059fa25a11c0f66787084e36f36aa
-Size (cfg-if-0.1.2.crate) = 6668 bytes
-SHA1 (chrono-0.2.25.crate) = 0b89095d3094260eb79c0fe7390ac0b47ed6babe
-RMD160 (chrono-0.2.25.crate) = 71ae4188c13fcf3195ca193079737473305467ff
-SHA512 (chrono-0.2.25.crate) = bce6ad6395cef0036ecfa9c48ee046804b9a1201d80b8425c12c6954634777821599eecd70d10f1e449d3fd02740002bbed7164c5601b76b0ffbe6f02d6f3076
-Size (chrono-0.2.25.crate) = 98296 bytes
-SHA1 (clap-2.31.2.crate) = 7b766681226d5c45a696a362117acbc022deea65
-RMD160 (clap-2.31.2.crate) = 79fb60c0f24c2fba1fae1f74a42552247abe9b6d
-SHA512 (clap-2.31.2.crate) = f43c3e2736a7fcd5c59ba4c80bcdb28fe436b85fe33ef74a53b76b7aab009d9315d2be007a52c1abdee2f754b118ab8132640e6e6954fd60017a17d0cc086127
-Size (clap-2.31.2.crate) = 194051 bytes
-SHA1 (cookie-0.10.1.crate) = 37e98dd7705821ae7afc1fef9a8426dc39e46ccc
-RMD160 (cookie-0.10.1.crate) = bcb8e66dd601ae562ddfcb91c7682d76c8cf620c
-SHA512 (cookie-0.10.1.crate) = 6ce099222c11ebe5e6a408a03f00ef658799412d525967c55d6ea6f4eaaa4943942f8267d2af4f9f9a45d9408f43d5538439f4931ecfb6fb0d564267b5641f6a
-Size (cookie-0.10.1.crate) = 24873 bytes
-SHA1 (crc-1.7.0.crate) = 529828e98a1a809b4e768f823e906c9c77551d47
-RMD160 (crc-1.7.0.crate) = c94d8f99499f07fce297603e1128c12c89f3f1c7
-SHA512 (crc-1.7.0.crate) = e0eb1e04bc796ffb464549b5441de17d0319ff13fda0d4230bc3cbd502d3e396a95278b246b046b6645448d42188ef4d53a930bb63c73edac2d0f4e9fa1fef38
-Size (crc-1.7.0.crate) = 8560 bytes
-SHA1 (flate2-1.0.1.crate) = 395c2243e4b4cc0343150074736024a66d6562e1
-RMD160 (flate2-1.0.1.crate) = 499c44adf04e7107a48dbe036897f4d18e6995cf
-SHA512 (flate2-1.0.1.crate) = 2be6cf3228e9df76643e7b45ab1ea4956e7618e90e9bf8cce62f6d0bac864e2bd7a808aad1b54728797831b170801acf43a6a254d9268c8fc57052f1e2d172b9
-Size (flate2-1.0.1.crate) = 61869 bytes
+SHA1 (adler32-1.0.3.crate) = d72a6705a1b94eb48c0fc7bd8ab357d4eb9c6ee6
+RMD160 (adler32-1.0.3.crate) = 2860e381b2c52325b1b8befb3b6db0727f0eb66b
+SHA512 (adler32-1.0.3.crate) = 2128cc34abc74a363b18eec5abf414b95e4d84bfd99b6508ac807e13c026ad0e37e67b5a8c429212b85e78071f03e0df24ee70db5995772c4bc78acfb0234459
+Size (adler32-1.0.3.crate) = 5734 bytes
+SHA1 (aho-corasick-0.6.9.crate) = 55b7a786a3cf6477ad95a183e3bcb9f2dbaff645
+RMD160 (aho-corasick-0.6.9.crate) = 142faa94cfdadb1f547c9aca2409e8f869b6044f
+SHA512 (aho-corasick-0.6.9.crate) = 8dfc817b435d8a44fb4ca79bb20e283659c2fe9a75a4892389958f5880acc436bbe32552098429f15585ee025d064fdb5806b814f0e9d67a4261ffd23852172b
+Size (aho-corasick-0.6.9.crate) = 25979 bytes
+SHA1 (arrayvec-0.4.10.crate) = b8c148dd6f7221a8823987fac9719df95c6725fc
+RMD160 (arrayvec-0.4.10.crate) = c9053ff76d759abd696ec0c3c0439da4f00bc7f4
+SHA512 (arrayvec-0.4.10.crate) = 8aa327fcc18220da496c63c76a521c383c7d506e8c39448f5cc6535c47b8c70ca74f73322b0c368fae7b8a8cec11c9854ac45b4eb7e537fed34e007aa3ad175f
+Size (arrayvec-0.4.10.crate) = 26133 bytes
+SHA1 (autocfg-0.1.1.crate) = 39bcfac066deb1a21279238e6b481f164fcfb97b
+RMD160 (autocfg-0.1.1.crate) = 035241c8c510e551f7232115701e65eaa7c061e2
+SHA512 (autocfg-0.1.1.crate) = c4be8633fb47cc0cdc342ae04897902cdff7aa64956459a2ef50e1e3589a93ac9fd9cde596a83869e9fcd6bd345ed2dfd7563b682ba3de672e54c03febcb50ae
+Size (autocfg-0.1.1.crate) = 10044 bytes
+SHA1 (base64-0.9.3.crate) = f1ae4f7b6abd186274e21508331cb4371b52935b
+RMD160 (base64-0.9.3.crate) = bcad6aa30bbf392479517b341b41909fbc969f40
+SHA512 (base64-0.9.3.crate) = 4790e4de201123e7b3e3c8a574c92089e38900a67f1bb4868987da4088785ea05e4258559c1c32be67341c2ba8a19deacd156492d8383949e1c9a6ae218b7eeb
+Size (base64-0.9.3.crate) = 37993 bytes
+SHA1 (bitflags-1.0.4.crate) = fbc1ce9fa176ed7a7e15cfc6d1f6c2389f536361
+RMD160 (bitflags-1.0.4.crate) = fd720dba692f079a1c6662e43677533bb68654de
+SHA512 (bitflags-1.0.4.crate) = 81850d2be62eabb8486024ab263da67e6eb8ebfa732cac3a5d46a9186c564b2065cba15fa3da468bbd26eaf2b67038680e5de19d5dd99d78f60dae8a1776c8de
+Size (bitflags-1.0.4.crate) = 15282 bytes
+SHA1 (build_const-0.2.1.crate) = f7bbaded507495502b920cb1c875de2d5e2719a4
+RMD160 (build_const-0.2.1.crate) = f33e3e64b89b8a7169c8fb81bdd82f4ea4505bf8
+SHA512 (build_const-0.2.1.crate) = 4e210078ad781bd645381f469285f0e4d20cc8c416818c27d98c0033f070b708a6ab27933f9c3660c83e6cbfb3afcb7ec753f9c186b0c75b99db37dff1cde658
+Size (build_const-0.2.1.crate) = 4499 bytes
+SHA1 (byteorder-1.2.7.crate) = 05e9a378df8ec77b66bb31b80adb99308898f7e3
+RMD160 (byteorder-1.2.7.crate) = e220bb9ad58bf38faf3b0b72606f708601134e7a
+SHA512 (byteorder-1.2.7.crate) = 166bf831dac44332fb05679add5ed8c54d692a582cdb8584486dee8295080a625d12eebe40de6f3b82ef98a1f4c65503da9c84d570b14d58dd5e31a3cc6b7391
+Size (byteorder-1.2.7.crate) = 19640 bytes
+SHA1 (bytes-0.4.11.crate) = ef9f922222dab0ae069364f217e0f5bdf9c3dcf1
+RMD160 (bytes-0.4.11.crate) = c349b79d639a74ae8543a818f9cbf42b17efc2d0
+SHA512 (bytes-0.4.11.crate) = 3a0354981488c354b2aaa664f320b18cfb09ed07a5f74a10f8fc120279d660dc7899306bd01b1b3405fc92eec5de3f6f8e9d6c1e5d4a2374da865d5a8a8405d3
+Size (bytes-0.4.11.crate) = 45988 bytes
+SHA1 (bzip2-0.3.3.crate) = 3f764def6ebccc0a4573cfb5a2dcf4a878e3a76a
+RMD160 (bzip2-0.3.3.crate) = a9dd828a3e90beed54ba64c7518609a927e8134d
+SHA512 (bzip2-0.3.3.crate) = f2a844655fbd9abc866e691b57ddad166f09a183b8bd33cc6ff5952fe7f11141b1843728c6ad23fdf88a181fd40a3599df3e716c5f004ef097af6b99162a55d2
+Size (bzip2-0.3.3.crate) = 15346 bytes
+SHA1 (bzip2-sys-0.1.7.crate) = cbdff23577bacbca0a9227b53e3b7ee29d68ad30
+RMD160 (bzip2-sys-0.1.7.crate) = ee33a69577c20ee407a4f3bc2544708152a5efcf
+SHA512 (bzip2-sys-0.1.7.crate) = f6d5441340f0cccb0e17dcb7cf9fbe460acd34168369c96c3bdd1e1b823853f57153c8dee2440d970e523253200e9268f5df426c4b4afca17200f4ae6bcf067f
+Size (bzip2-sys-0.1.7.crate) = 609563 bytes
+SHA1 (cc-1.0.28.crate) = c6ba73470b031fb160ebe4d445fc952305ec26b7
+RMD160 (cc-1.0.28.crate) = bca754b4bf3e9acafb48e1c84d0f4d105458722f
+SHA512 (cc-1.0.28.crate) = 2d1e8e34dd8d60aafb0337a86516b152f7f5b04ed5313079fcce66460b5d9c753afbf5e5ba13ada56bbaa7f5ffa1678eb3c2e27b9d58cdcec9f1a5374e6a32ab
+Size (cc-1.0.28.crate) = 42422 bytes
+SHA1 (cfg-if-0.1.6.crate) = e3b635b8ff3a8615385ce05d343b8ee105399f74
+RMD160 (cfg-if-0.1.6.crate) = f190c1846549b3ad88559ae471cf2828c0bf44d1
+SHA512 (cfg-if-0.1.6.crate) = e393816f659bb5b1e64ebc72a4b6e3e673afd00cba302c3c92c6f2e98db341a29197f6cf413107e569175a86aad85e74a93e2cd3a9fa9fa2d1b70b01c3fcf378
+Size (cfg-if-0.1.6.crate) = 7411 bytes
+SHA1 (chrono-0.4.6.crate) = 2d3854bf8cda6f09d6b3edf06aa861e13815286c
+RMD160 (chrono-0.4.6.crate) = 9ddf038c956cb3db217fcd375fa159a03cb7b610
+SHA512 (chrono-0.4.6.crate) = c869cab6da906d50531476c892510042eeccb3daf790ef13b3014121c805b3f8e23c7a6ffccb3bb11d15a1615e997df4180e41f0140a2c327cc816b94f28976d
+Size (chrono-0.4.6.crate) = 133108 bytes
+SHA1 (clap-2.32.0.crate) = 056a334c2e22d1696c94d2b78b26ccb3095870c6
+RMD160 (clap-2.32.0.crate) = 069963d76d9d566b3ec52976b30c798d564e198d
+SHA512 (clap-2.32.0.crate) = ee2a66cec0d867d73fce35c055bcac77cc3ea9537b355be04be3ee17ddabefebfe3649cbdfc30ea356c54cf9f066369540eac4f5dc67e60cdadc9c66be014ef0
+Size (clap-2.32.0.crate) = 196073 bytes
+SHA1 (cloudabi-0.0.3.crate) = 3686cb2aa6c559198711acc8b0c7b0b1494d70b9
+RMD160 (cloudabi-0.0.3.crate) = 4da7ab080c1d18e5881dbcb419d250d0c38387eb
+SHA512 (cloudabi-0.0.3.crate) = 691ed793e9b35ba382f03897f4c0efc31a528394862a27b814ba8993ad30bbe0ebc9808484baf580e8b69d9c13ad1612776a1efd0f6981545b420139ff83592c
+Size (cloudabi-0.0.3.crate) = 22156 bytes
+SHA1 (cookie-0.11.0.crate) = a544c39c20decbce0651d908502bda6b18332a48
+RMD160 (cookie-0.11.0.crate) = 8c7ed4637408dcf58de002afe244a2182d2d5af8
+SHA512 (cookie-0.11.0.crate) = de8d56c719b4fcbf9a586f1f6b822c7a5e98d2e900b6248c2086149447a64b71cb1250f89ecdb2bc6245ea06e811cd5c6f70ef45e3f881dfb4f6746647a71536
+Size (cookie-0.11.0.crate) = 25906 bytes
+SHA1 (crc-1.8.1.crate) = 5d21ff5f8d06b7d1be7f885029570b26b75abb15
+RMD160 (crc-1.8.1.crate) = 3ed84aa2ceb54ddc691479e756745d0eed09cfe3
+SHA512 (crc-1.8.1.crate) = db0b3d0ca197cb2a2049720b753061f1532d1ba2c86c7befce36a18cb4e8008b061e39e26960b4d9dcf1e7ea55348f55c441da5d17cd0a424402a8489d52ed1a
+Size (crc-1.8.1.crate) = 9114 bytes
+SHA1 (crc32fast-1.1.2.crate) = 7df65c6953ff7e395019fe411be50fb8673ad5df
+RMD160 (crc32fast-1.1.2.crate) = 4412da5e699626e06695fee297ed23e72b19960e
+SHA512 (crc32fast-1.1.2.crate) = f0ff5c889a89e0c235ff876d2e0bf50a5c97b85c6f19abbc3d12de26c97e678e784c04cc975be7d008b45fba7ac68c9a129680e37492d77f7a0f433fa895c659
+Size (crc32fast-1.1.2.crate) = 38312 bytes
+SHA1 (crossbeam-deque-0.6.3.crate) = b7e291820a77ab6b4330dd1836449488a34a0753
+RMD160 (crossbeam-deque-0.6.3.crate) = 1ef5127cbe33bca38fb15d33b95a467c510f8af3
+SHA512 (crossbeam-deque-0.6.3.crate) = a3248a310c10d09e5a9d394a4e7c571bb75c92c904924fd26b40a55d6fa97c054fa2f1a978ed52263d91b495702c5957dc69aa8793a5c42b4b9e83ac86d4f263
+Size (crossbeam-deque-0.6.3.crate) = 14238 bytes
+SHA1 (crossbeam-epoch-0.7.0.crate) = ae33ebe66472910d10000d50f1b5abc33f04e0f0
+RMD160 (crossbeam-epoch-0.7.0.crate) = 49bfad30940bb1c2cada17a6b4ea70ae88efda22
+SHA512 (crossbeam-epoch-0.7.0.crate) = 25eaefa2995ec546a3da2a1bd8554061ef840036fa93e666cd0850b35b217286000fbf605f0f7d5b85ecd0075694afb24b1cb873241c261f3f40b884320fedd9
+Size (crossbeam-epoch-0.7.0.crate) = 34324 bytes
+SHA1 (crossbeam-utils-0.6.3.crate) = 984acb8a2222d735ae3ef441904c7a9e860bc46f
+RMD160 (crossbeam-utils-0.6.3.crate) = 0f25c67721643427350f42c686c68d41f450466b
+SHA512 (crossbeam-utils-0.6.3.crate) = 3a6df428dc2791a76823be7658905be2c45bb859703bc13e5c1142c4e5c815f2c0bc12da7419370c541afbba8e85c078f0ee0da65c27502972a6187c80b8ee7d
+Size (crossbeam-utils-0.6.3.crate) = 22304 bytes
+SHA1 (flate2-1.0.6.crate) = c65bc1bde28d4c17e66684de8dac35e1f60ebd28
+RMD160 (flate2-1.0.6.crate) = 8e5017c5accbd35c137d37357db48975036416a2
+SHA512 (flate2-1.0.6.crate) = b51c31d41db4f9732156a1f5ac956f0482d988174f06675498647d21cc70a22e97c2c01d8a5d0657b5d649c933f51582553da0be32b096f94fcf92402983967c
+Size (flate2-1.0.6.crate) = 64769 bytes
+SHA1 (fnv-1.0.6.crate) = c27de3ad3f2efcfd015ca605f9a206b5da2cc8f6
+RMD160 (fnv-1.0.6.crate) = 2dd59fa1942e8e496ea4e2e01dc98279a95b5dcf
+SHA512 (fnv-1.0.6.crate) = f1356b3da25f76cb3ccb4336ff54d4967f1dc7523eae6cba21a4349b8ce563516f6a2aa10d626cd5bb6046b55ac2f246e61e4e526a03fad5e78d0ea174841844
+Size (fnv-1.0.6.crate) = 11131 bytes
 SHA1 (fuchsia-zircon-0.3.3.crate) = aed68761b67347c3ef3eda0059157def9eaaf7de
 RMD160 (fuchsia-zircon-0.3.3.crate) = 1c6ff549ecff64347e4b53dc8eb95d1444b78647
 SHA512 (fuchsia-zircon-0.3.3.crate) = a43ee59452d49742111e506d6bdd8b8399a3a646e08648e25292864d7f71460c1dd1f2d77b8efa8ed09ac21fa4ff0442a2709f16d8833a3849bde0c388d83a93
@@ -68,102 +104,154 @@ SHA1 (fuchsia-zircon-sys-0.3.3.crate) = 
 RMD160 (fuchsia-zircon-sys-0.3.3.crate) = 4b9e5d77223362e647972d7ccc66f69236aa1e89
 SHA512 (fuchsia-zircon-sys-0.3.3.crate) = 978b7e8795a5877a68409ed3a1d7b4246263f8e7e7ce9ba8a022643be98f58f329cc1c234717df80a509db849da4394f39e90a8e2a6f56f8fa8dd3c07e7d4386
 Size (fuchsia-zircon-sys-0.3.3.crate) = 7191 bytes
-SHA1 (geckodriver-0.20.1.tar.gz) = 9786e287d69abdeb8a007955e510052a3c03ed2c
-RMD160 (geckodriver-0.20.1.tar.gz) = 875dc38a27e3309ee715c09f26fb710a61cab26d
-SHA512 (geckodriver-0.20.1.tar.gz) = e7626f58539356e46d860601b78fb49530bdfc6429c7e40854562d9e2b4f053865c752c33f18ac3bf80f84382b0007ed5786dcecd8de7ad19a2f3406509e697c
-Size (geckodriver-0.20.1.tar.gz) = 60787 bytes
-SHA1 (httparse-1.2.4.crate) = 958259bc8fb72db7782c6a00ff2b919af44d2927
-RMD160 (httparse-1.2.4.crate) = 138dc96eeeaf79d0382b17c89f7b7d3803db0857
-SHA512 (httparse-1.2.4.crate) = 957e162be7734505b18f42f03a58a358c4388467afc857bd47c14b92e072d04d6aecb999c340147b37c81af446788f81f19eb5823d2e47a386c2e053f2361396
-Size (httparse-1.2.4.crate) = 15081 bytes
-SHA1 (hyper-0.10.13.crate) = 3fbdf907d270df621316ea4ec8107ea1fcdf34e0
-RMD160 (hyper-0.10.13.crate) = 7d06c5c6cdeb6cd52fbd8962beb187a015a20734
-SHA512 (hyper-0.10.13.crate) = 7155dd358510d3523ac158cd68a7f40cf417589be3e4c75fd9336b18dce79300487e611f8812274a33ee59e333a81c31093596e81d986783e1b1a628a290781e
-Size (hyper-0.10.13.crate) = 113480 bytes
-SHA1 (idna-0.1.4.crate) = 1aa8a241b4a01edabb9c9500e4321fd19616da09
-RMD160 (idna-0.1.4.crate) = ebdf78a6e7ed1b446acd6de83de8b58bfc78a4ae
-SHA512 (idna-0.1.4.crate) = 45e04b1e4619be105866ed098e486700951e1765ebc4aa84122266fc3995ceb2a99f30465ca9202cc5f35db049c7a64711b77f347e9c983b11c0840f7654a9a0
-Size (idna-0.1.4.crate) = 289112 bytes
+SHA1 (futures-0.1.25.crate) = e25cea058c9c8003f0a337c4bbc001470d52f07e
+RMD160 (futures-0.1.25.crate) = 89f1b4a79d325158a8007584c5f6849ed2b192f2
+SHA512 (futures-0.1.25.crate) = 5bba3ed715e5ecb40450b3911d2f3d469bfd93935c94a526d70c2b6604de7953f8b1e4ed80a276e42870771f581d3c7f0b40dfb9cd076bd215a3dcffc78136b3
+Size (futures-0.1.25.crate) = 158626 bytes
+SHA1 (futures-cpupool-0.1.8.crate) = dabd8f42e3a31f087c3ee817ed22bc9464e7d168
+RMD160 (futures-cpupool-0.1.8.crate) = 2c7f18cf2e951194b6363806812ede306010bdef
+SHA512 (futures-cpupool-0.1.8.crate) = 49d7a75e2e0a6a6d2103212a9ad9474119f4f33cf3748b605dfbb461ec822330115cada6bbf6457f2093f4af4cc04b4db63dbab8c0faa8b25ee31fea29f660e6
+Size (futures-cpupool-0.1.8.crate) = 10583 bytes
+SHA1 (geckodriver-0.23.0.tar.gz) = de4ea56661e9d93f97f7b713078e3a97ea19843c
+RMD160 (geckodriver-0.23.0.tar.gz) = c9183b6749d41a4a4aba46e94fa883c0bb720585
+SHA512 (geckodriver-0.23.0.tar.gz) = e36a9943af056b7483cdd2e94a444dd5178eb0d05b722271d313873627b43fbda91f0239e413f924cfa8a9f78a9b7f9415b27b372cb6d12e46c574b08011bba8
+Size (geckodriver-0.23.0.tar.gz) = 56268 bytes
+SHA1 (h2-0.1.14.crate) = fb1be67118035608fc40ff8edfc76584b14fd656
+RMD160 (h2-0.1.14.crate) = 67379424a6e06cc9328042deeb830aa79ccdfc31
+SHA512 (h2-0.1.14.crate) = 3aa07eb2da38fc2aefd780193968e4da6be361c25ef0cc0b83dc77ba1eb68f9b9337749135df8ae9db227c1e918193930a562074ea29528edc58d9655398b4d7
+Size (h2-0.1.14.crate) = 140365 bytes
+SHA1 (http-0.1.14.crate) = e052c91787be2f2aca5c3bdca5884b37a116d8ee
+RMD160 (http-0.1.14.crate) = 7289d9d58c9e75e275a04a5705733fedfa7da0b5
+SHA512 (http-0.1.14.crate) = 7cfc8fe2e3890a0cc430e5bdc8a88afacb185462381c63670acba59607bf89952f823a16c627010bc17e037881b14be5fe2f2ffddf85aeaf781a31f516bcfcf5
+Size (http-0.1.14.crate) = 97027 bytes
+SHA1 (httparse-1.3.3.crate) = 41ad25cfc21cc4f29c1c7b4ec49b030a5c46bdff
+RMD160 (httparse-1.3.3.crate) = beb43d80099d3d01c91f5ed0d112a19b11e26438
+SHA512 (httparse-1.3.3.crate) = b7c3486fde1ec34c07b317df1ad03be6585c3a114a8abcc593dad4244ba372ff4faca9c25151c5c896609dce72523a9daceebd554efc396a937a0c80f87a2087
+Size (httparse-1.3.3.crate) = 23689 bytes
+SHA1 (hyper-0.12.19.crate) = 574e5ad68daee886e9e1becd1525e5c4a4124e0d
+RMD160 (hyper-0.12.19.crate) = 8e796f2f29cc43b826e79cf956caa42a0548ae7b
+SHA512 (hyper-0.12.19.crate) = b90fc281a72e8dc11c55b2eb60a5e4fe4e39eedec4e55d9ae2636d4763d0bb0a3ccd7b6f52eb72a8a6a21b96b18378502812628c4db238b19d3a15649184aeb2
+Size (hyper-0.12.19.crate) = 113017 bytes
+SHA1 (idna-0.1.5.crate) = 5fd8219d324ba63bfd0a63a392086f70ec9e3f1b
+RMD160 (idna-0.1.5.crate) = e4049ab9ac2f8338e23c55d1f948c55a7f265d02
+SHA512 (idna-0.1.5.crate) = 217bc49f667242bd89eff708fef395fd46cfe3d24440bfb76869086fb93805c4f49d718251fb1c35ac40d5588ec98cf8b8b516fda53d6d7fd3da1ab04b0d173a
+Size (idna-0.1.5.crate) = 258735 bytes
+SHA1 (indexmap-1.0.2.crate) = 8426a2f2b8adf63e297066fb760986ff5f265c7d
+RMD160 (indexmap-1.0.2.crate) = c33801a950a85883e1b58dff9f50503613d201ca
+SHA512 (indexmap-1.0.2.crate) = cfae9d222efcce9ab15c5a8368db2865fbdb6819b4fc317ca0aed55c32ea312b5c5ca13130d4aabf08af1803c34d465a1a1209dabbce37e7a1a911faf5cfcfe8
+Size (indexmap-1.0.2.crate) = 38255 bytes
+SHA1 (iovec-0.1.2.crate) = e37c720bf04d3a1e1614b74a0a30ecc536e8ba56
+RMD160 (iovec-0.1.2.crate) = eb35790d17a2d6dab4353f57e6b1875b0e41ad4b
+SHA512 (iovec-0.1.2.crate) = 3e523bcb8b9891be66398f44c97933d246b7a7fbfc4f315bfda6cdb22ca2786ccc82139ee1b646b4c24f6f50f57fba38f9b1fb7c75e859722e9e9c789b458223
+Size (iovec-0.1.2.crate) = 8565 bytes
+SHA1 (itoa-0.4.3.crate) = c47509fc88ccff54f67f1e7efc713658943e3d5f
+RMD160 (itoa-0.4.3.crate) = 6de7c975f7c4522b2e6a4d1804e42bb0673bdeee
+SHA512 (itoa-0.4.3.crate) = da1d1c988c2c81f37de8d048ca8f8fb8787c48c34e815dc64616368cb787990ae0255cf1a3259f87ad02964c9b3e1e20c759072442c18c7d32db1deac11b52c1
+Size (itoa-0.4.3.crate) = 11061 bytes
 SHA1 (kernel32-sys-0.2.2.crate) = cb00b1c052bc4497cd9593a8191d8d711e02f375
 RMD160 (kernel32-sys-0.2.2.crate) = c25a6cce8b38dad557b1c21e41e688d43406389f
 SHA512 (kernel32-sys-0.2.2.crate) = 682bc7c629aefd035966a2873518fd60719121cca7d63d89d6c97ff5306f24d8b5055a3c91b4eedaec22b1d5dd3fb8b48ff7341a05bbd72d86e06c422dab473b
 Size (kernel32-sys-0.2.2.crate) = 24537 bytes
-SHA1 (language-tags-0.2.2.crate) = 6c24abbf1000ca1669745b68a67a2c9837621f92
-RMD160 (language-tags-0.2.2.crate) = 7e3789f65f62c9c16bf98c0ddc9fb99b7a5a5a98
-SHA512 (language-tags-0.2.2.crate) = 54a6c7d1bc985860c194c842d7b5ec731d0e06f9c77ead8cb0156bd34addd957d0bbf8b6a9dfc6bef5ea31e39f84ab447d1ccec3c178a6c18c4a222a51e1abc6
-Size (language-tags-0.2.2.crate) = 12754 bytes
-SHA1 (lazy_static-1.0.0.crate) = a9069d41c8de2900a62adcb15b69ba00d570a5d4
-RMD160 (lazy_static-1.0.0.crate) = b3be9fd42b94bb13ff7971303fd61c3069c16327
-SHA512 (lazy_static-1.0.0.crate) = 73044fce4d00002d35931d4b28810feb5c28c3debfb7bd570d9a8434cf15c29c17f0daf29ac04d748a32f52a205d5f52ecf69aa395f49d46b825e3fc0cbcd41b
-Size (lazy_static-1.0.0.crate) = 12611 bytes
-SHA1 (libc-0.2.40.crate) = ea049cbf3f84cdc191175ebc7d1ed2f092dfe698
-RMD160 (libc-0.2.40.crate) = 12e732bd3fc6fd7aff2495981d46137d56fe73de
-SHA512 (libc-0.2.40.crate) = 21dfb230796885d4459b1119de31f2615ee4f1020578e74d2e07fa5340777fde4c2f60aabba7444f00434519c95f12e6e1a3bfc496b83c11cea582a219005dd4
-Size (libc-0.2.40.crate) = 327272 bytes
-SHA1 (log-0.3.9.crate) = 43126e34bacb6c2726a34b6d29a298e01da7797d
-RMD160 (log-0.3.9.crate) = c9386d3be326986a40a13636f6ea5c76a1362b7c
-SHA512 (log-0.3.9.crate) = 1d49a0dcff0a17c1238aba6a6cbc485a61986e8c4768805ded912c5014d0fba6ca38c9bd038f3f53900a6309d41fc0216682f137362e63715878195453d2de6f
-Size (log-0.3.9.crate) = 16686 bytes
-SHA1 (log-0.4.1.crate) = cbfc4127dd3dce06de30beb8ee4a299db8296dd5
-RMD160 (log-0.4.1.crate) = 7f3f029ecc7321bf7105603f50094bdc5ff6820f
-SHA512 (log-0.4.1.crate) = a142f4d230cbe64a4efe2c46055722bf06e7af500c0f14d66f1d7d7fec99d552081ee9541d4a5b3aa5f46bc3be42f7702dff76132cc1eed7734234b2db37c0f0
-Size (log-0.4.1.crate) = 20731 bytes
-SHA1 (matches-0.1.6.crate) = 0c52df885352d5fe7ead15e43311b66e093fd4b5
-RMD160 (matches-0.1.6.crate) = 77e47f0c22b83a9b0bfd228f12fd86869492d865
-SHA512 (matches-0.1.6.crate) = 0a613c6daba26056da06cbc4a8a66751412b8e5709bf0e24e45caef76e308b918a2f6038342f3428633e388fe7631fc3978673560829b0842c9ceadb4037fa90
-Size (matches-0.1.6.crate) = 1916 bytes
-SHA1 (memchr-2.0.1.crate) = 17b027562b22417a77b63a3e13f3ad82adf40b50
-RMD160 (memchr-2.0.1.crate) = 4894e0ad3a987cf78a6b4be9974e830865db22c5
-SHA512 (memchr-2.0.1.crate) = 50daeb73062c30b244c8fec965ff0c69c29571022a9228dafd1ed397164956e39fbe260b8adce33522b5cedcd7f9135500ac45d6bc0b5e72bf9e89ebea0954d1
-Size (memchr-2.0.1.crate) = 9858 bytes
-SHA1 (mime-0.2.6.crate) = 28111c3e87d9d13ec363f5e03cf323720c82b62e
-RMD160 (mime-0.2.6.crate) = d0a1d95a42251831eb1185fe4a65399574f5cf3a
-SHA512 (mime-0.2.6.crate) = 30e0cd95c8961ddce61759fa2c7273dfd37d490f96a5715d558c6c7775457560268309c3ad1222ff8150beab8f328b3a958dc05729d9550233d3efa0a1e13137
-Size (mime-0.2.6.crate) = 6719 bytes
-SHA1 (miniz_oxide-0.1.2.crate) = 5e290b3c19c622c00b16583988d7aa0fd9e19783
-RMD160 (miniz_oxide-0.1.2.crate) = 8a09f2767e4fb1e0e628dc71855664277e7669a0
-SHA512 (miniz_oxide-0.1.2.crate) = 66ff845b4b34a7c346006d736cc0588b408453ea0d3b993cacd91598b0e6dded7122a53235d04fe2ba903c7faeb7546529a146c204f99d0d27618c4892617788
-Size (miniz_oxide-0.1.2.crate) = 37200 bytes
-SHA1 (miniz_oxide_c_api-0.1.2.crate) = 556f2fe72dbae3e5ed9ab12bdb48123d42f56f51
-RMD160 (miniz_oxide_c_api-0.1.2.crate) = bff7fe6104064b069b9ca9fc8763810b65242f27
-SHA512 (miniz_oxide_c_api-0.1.2.crate) = 662c4750b49a1e8f3766840555d215b70e1979e58bd417ff3e130143979294f7c3d6a8ee11e0ac43f923663337c62e996f13b7c786950aa56215542a3bd91b44
-Size (miniz_oxide_c_api-0.1.2.crate) = 164974 bytes
-SHA1 (mozprofile-0.3.0.crate) = 7d7906e80682a10d792e10ef45e7f171d9eb8605
-RMD160 (mozprofile-0.3.0.crate) = 688decbb715a9d71ea2b7242ccf3f3c17a77ee49
-SHA512 (mozprofile-0.3.0.crate) = 0d4ba6c72a08c5c7974c61a1027982efbdb0334a281c12008c100aa515a4bf0dd56c3cdd89874882ced9add1e65043ca5ac8cd99d2ce2e2655f27891eadf2e4c
-Size (mozprofile-0.3.0.crate) = 13955 bytes
-SHA1 (mozrunner-0.6.1.crate) = 908ec91c43208fb6ae310363a986ba067ddbf07b
-RMD160 (mozrunner-0.6.1.crate) = 823f7b7531c2a0791e1d5c3c09a6b5816a8ef456
-SHA512 (mozrunner-0.6.1.crate) = a7da41d96e73acaf3d222dd45b001d3e90c3e77deb8a1ee15f42faeec8bfc55235b9c87bbc301511bff8a1ffd2a3888ff614a9a4b6766aaf2db046f78f5fc43b
-Size (mozrunner-0.6.1.crate) = 5180 bytes
+SHA1 (lazy_static-1.2.0.crate) = ebb50de839c69a6e4ceb467bc5e10f9a3b4b153a
+RMD160 (lazy_static-1.2.0.crate) = 92005f698356b188b35ae897b821137e61642966
+SHA512 (lazy_static-1.2.0.crate) = 0d80334da99292d68fb2ea9879540676fd45788547b7170b6df1b0a606c1645a07188837f9414196eb44ac63010a3c84fe5c4319478f6fc2cef837295a255edc
+Size (lazy_static-1.2.0.crate) = 10840 bytes
+SHA1 (lazycell-1.2.1.crate) = cdd694abd50b27e4d5d908cbaa6600e2cc159ab3
+RMD160 (lazycell-1.2.1.crate) = aa0807dc6f3190c61f6525b601ade584e5f55cfa
+SHA512 (lazycell-1.2.1.crate) = de74ccd6a3c32c360a12a51ba1d51d6530130396b37d63350a960956ae0ba13e9ac31e2bb70b61ddf055fdfbe7e559b20a38415cac3906839684905a01256ff2
+Size (lazycell-1.2.1.crate) = 11691 bytes
+SHA1 (libc-0.2.46.crate) = 46383354ed7a4255ce773e6c1891037553ed30b3
+RMD160 (libc-0.2.46.crate) = 7b22631601da746fe161251a5ca75b220ba6b82f
+SHA512 (libc-0.2.46.crate) = 88f27e58dfa06dabf0faf350c2676ba1b00f25d9a0999fc444d00b80f6282ae61dcd4154d5d9ccc8a0cf9e2495d1021982a10ac076b68bbeb3896f09fc0f3fc7
+Size (libc-0.2.46.crate) = 350476 bytes
+SHA1 (lock_api-0.1.5.crate) = f1bb15478101ba653e11cf368c4f5a32c85cc867
+RMD160 (lock_api-0.1.5.crate) = ba1a2e7fc818e0cdef3386da54a0041444173327
+SHA512 (lock_api-0.1.5.crate) = e6049a8a840c11f00b6505dc9d01d1f759aa7bee47520f86e36caf6c52ca476236b09609b0a5cab0f4c247a40a4736f8fc04cf26fce0962cbbf2956ad4adbfde
+Size (lock_api-0.1.5.crate) = 16967 bytes
+SHA1 (log-0.4.6.crate) = f9cb8d6a9370d2908b288fa8f1f1c579a531a882
+RMD160 (log-0.4.6.crate) = af66860f529673c05c3a4b161d0290c2bbfb462c
+SHA512 (log-0.4.6.crate) = 3844c771f97531ae7312c6bb0cf74ccaab94925f68bf1172419cc44fa4b5373f3ac6b42fb6d0ba636a970b295ea5d1b5abbe72b4da67a103e8dc4ed48a0cc5cb
+Size (log-0.4.6.crate) = 22303 bytes
+SHA1 (matches-0.1.8.crate) = b63cddc6e8278d0919db5bf344d9fa97c25cad04
+RMD160 (matches-0.1.8.crate) = dc8239e015b64fbc488e1ea9ff74aad38f872a72
+SHA512 (matches-0.1.8.crate) = 98b58f6a2694b03a7dd1be69ebf7e3ad14483fc8e4cb6e6c26a4937e4e660e843efb4dd04a7312dd9659ca02acd3775678f73b8faac44a76ffafaf873c22f590
+Size (matches-0.1.8.crate) = 2216 bytes
+SHA1 (memchr-2.1.2.crate) = 92094d70f54007b8678ed099db23a490d823953a
+RMD160 (memchr-2.1.2.crate) = 1973ab2a3624060a2aa1990ccc9b8e4a5b7988df
+SHA512 (memchr-2.1.2.crate) = ba3bad3b911fdd767b6c770209e93dfc367c6228117a5d85bfa95d70ec66df9842f3cf788ac560d1255415dba49028187542000b9a71fbe79ec51a386afda38f
+Size (memchr-2.1.2.crate) = 19520 bytes
+SHA1 (memoffset-0.2.1.crate) = f2d9e2c1f9d8bbeb74c3410879b9450ba936d4df
+RMD160 (memoffset-0.2.1.crate) = 5920a7d0cbebb035c2e91fb056f54a48fd8ac2ee
+SHA512 (memoffset-0.2.1.crate) = 4901eca49eb20acc53d1120548925d691d5e0a0ee899f5c26f55f8b997549cea3b819b1f9b4f5495f4bc73fbcaa386cda50cefdc0036c097c4eeca8086568530
+Size (memoffset-0.2.1.crate) = 4618 bytes
+SHA1 (miniz_oxide-0.2.0.crate) = a0478a355e9a58dbd60cdc783bda658be703d0f1
+RMD160 (miniz_oxide-0.2.0.crate) = 363d79e4a8201e8defef75a28accbd224bd3cb36
+SHA512 (miniz_oxide-0.2.0.crate) = 479aefdd98b5e7518053a81c4c2e0c86be1998158b6aca8467338b1593f282471e88f25168af0853a44448e46cdb68face063a449604e929e4f5ef9695df1464
+Size (miniz_oxide-0.2.0.crate) = 49387 bytes
+SHA1 (miniz_oxide_c_api-0.2.0.crate) = 3ecad6afed534e92dc442d119cd90da71d8d6456
+RMD160 (miniz_oxide_c_api-0.2.0.crate) = c537553c64996b52295459ffd10b1300e3b792d5
+SHA512 (miniz_oxide_c_api-0.2.0.crate) = 9c557372aeadfc916dbcd9237d54817732ce1b8a5f87afa62f0e5bf95e8512099a9a96b322852f39b44472b94d0d638af6405a2832c4c9d67f3dcaa7300f0055
+Size (miniz_oxide_c_api-0.2.0.crate) = 166923 bytes
+SHA1 (mio-0.6.16.crate) = 9df11ffe56e8d6e09f599fd17a9697382ad797d1
+RMD160 (mio-0.6.16.crate) = 6aa3bd58ab209388827c60b39373fe124c270f10
+SHA512 (mio-0.6.16.crate) = ca9290edfdbd4659c686a9f47d7bcd2177001fbfe02ce1fcf6e8aaff4c6e4ba52abb0d698b103337e4587789e7e31945886a90f5e334651d27ac7b109f560c95
+Size (mio-0.6.16.crate) = 126174 bytes
+SHA1 (mio-uds-0.6.7.crate) = a2fd10f4ed64a230ee1e2ce14a6ffb462e20c71e
+RMD160 (mio-uds-0.6.7.crate) = 3f4b14a55229a89af6113ed9cb6279399ba66156
+SHA512 (mio-uds-0.6.7.crate) = fe16c8702eef599c2379a2b72a0408970c3318e240d6ed59077c7fcae142bfcda4d9e342e3185338671b82719f7c2ab156bb28a54818a54c249216dbb0f8bb04
+Size (mio-uds-0.6.7.crate) = 14389 bytes
+SHA1 (miow-0.2.1.crate) = 24513c07f48a663928315211f9e803917055e9e6
+RMD160 (miow-0.2.1.crate) = cb287b2c09dcd951fb798144902df7b503dbed2b
+SHA512 (miow-0.2.1.crate) = b2639b1976274b7a01ec3ff7fd019087775e3bc5365101b24db480bf9c9b66e8a1aa34405d44db6c2be753265a5124054eb37870b84cae2c63fb6b36bd5c6d72
+Size (miow-0.2.1.crate) = 21133 bytes
+SHA1 (mozprofile-0.4.0.crate) = 4493f77ea625870fd175514097e89d6fe7bd4970
+RMD160 (mozprofile-0.4.0.crate) = 4cd1c05a5fdf437191b05435621f1d0cc95d797a
+SHA512 (mozprofile-0.4.0.crate) = d70af620d6613ee12a8e15c026f85acc6cdf588621e7cbed46e6b6d2d102811d02c429385e9d04413bce1f5deb6c2bc7d5634ba2d75ccdff923886a7f082d5da
+Size (mozprofile-0.4.0.crate) = 9122 bytes
+SHA1 (mozrunner-0.8.0.crate) = 3fa4921c7ff8a695c9d31b1e098654480cb8031b
+RMD160 (mozrunner-0.8.0.crate) = 25ea317ef9d11bbd03d062c0d99e1ed761d6cf9b
+SHA512 (mozrunner-0.8.0.crate) = 1b9c6f5a715a44a03ae6e66638cb17474da57e59f8d1c5949ccf303044ce1ed9523a098613bbdaa45631de143c8cef8f47460639c4940dd23ea71d537e308f81
+Size (mozrunner-0.8.0.crate) = 6542 bytes
 SHA1 (mozversion-0.1.3.crate) = d360a7532ad655bf13f5b2576bdaa24226efef4c
 RMD160 (mozversion-0.1.3.crate) = 64305088fc078a7bcfc34480ce90f822edc98819
 SHA512 (mozversion-0.1.3.crate) = f78641ef054f2e9f27038d8449b88f1f72a023ceb21126c2c341704a11b563c80f9d843627382e7342ebdf96e55a58f653cc2827125c211c06a435f64ae345e3
 Size (mozversion-0.1.3.crate) = 3387 bytes
-SHA1 (msdos_time-0.1.5.crate) = 6593f1dbe55106f0fbfad9c79f100f889137a0cd
-RMD160 (msdos_time-0.1.5.crate) = a20d688d7e0068123c4355607ce3f5f32d802495
-SHA512 (msdos_time-0.1.5.crate) = 6d6cd5b3eea581c71fdecaacecce48462424e687c0fdffb031b0699c7fccf19742e36ae56abca082a516c1e81586d85826f46c8ce06516e8cee17ecd37355673
-Size (msdos_time-0.1.5.crate) = 8037 bytes
-SHA1 (num-0.1.42.crate) = 34d2df5f9a5ce223d15be9e5d8f54108fb407fa3
-RMD160 (num-0.1.42.crate) = 0e5420034764c44aedeae71327e4e128221a739c
-SHA512 (num-0.1.42.crate) = d8d48080f84dbda59d16418f39aca158deda1fabfba2aed1944f77b3c6099a244d7a32e79f28b9b72dad4cd446a8f4f854afaf3f368e3ffbbd124e64e4aef3cc
-Size (num-0.1.42.crate) = 8323 bytes
-SHA1 (num-integer-0.1.36.crate) = e74f1be569d7307d2e055411d6b176a6f2da3d63
-RMD160 (num-integer-0.1.36.crate) = 020b9a9ddeecfc28fc8952c25689d59e4ed997a4
-SHA512 (num-integer-0.1.36.crate) = 9f7f8ae499ab181d77d69f6e761457fc170305767a0867142ccd549cf55c24b9731434f6289856d959ac239aee32a6574c77a5a783a701ca583310ed9134911d
-Size (num-integer-0.1.36.crate) = 12168 bytes
-SHA1 (num-iter-0.1.35.crate) = a8a1a8bff5b580c4b9ec85f56508d4210aa458e1
-RMD160 (num-iter-0.1.35.crate) = 85a6758594c41d1cc0edb5406cc6fc37f5a31fc7
-SHA512 (num-iter-0.1.35.crate) = df4fc06ff7ae28b4576a1004d2284d49865e899ae315c5621258aa1087c951b2927e1e413d2a8fa992ede242c2e73eb40c6efbf3feb1adbbe5aad8ea323d9e4c
-Size (num-iter-0.1.35.crate) = 9013 bytes
-SHA1 (num-traits-0.2.2.crate) = bb22af38ef7240381bc63ac810062e9b45d98c73
-RMD160 (num-traits-0.2.2.crate) = f7f1908b59b085833bc46082e7efefa87186eeff
-SHA512 (num-traits-0.2.2.crate) = 2b2baea40084f4b1c7b4aace26681e92f0d4fc40686ce248849ca9672b2e24f545dd168e37f33ef162b07663e192d81c9b1f2ede1cd45afa5910fe9aa2c365a5
-Size (num-traits-0.2.2.crate) = 34777 bytes
-SHA1 (num_cpus-1.8.0.crate) = c4cc00d886008f4bd15c088fc8a7c52eefc83aa4
-RMD160 (num_cpus-1.8.0.crate) = 98a3c4f2f1e5e0d7801fe583766f7062c6dd6510
-SHA512 (num_cpus-1.8.0.crate) = cd25a8da1a7c2639f33c3d36382580788d8056bce30f87b89993b92f39ea6ccce0527a907eb38dfdbe9219ae3a2bf86449dcb43ece978f834679dd4a8f8f2ea8
-Size (num_cpus-1.8.0.crate) = 10539 bytes
+SHA1 (msdos_time-0.1.6.crate) = 9854dd896da355b0a597ffdb3b980f0558ec45ed
+RMD160 (msdos_time-0.1.6.crate) = dca5f213b56bef23d9af2c70bb7b920f3e42504c
+SHA512 (msdos_time-0.1.6.crate) = c6e053673a9ebdf442ff064b5353b7af9c660f1a498f487da7893d31cc7a0b6debff4ee9e134299eb94e3fbebfd16d7561940b302b1ce976ea5c7bfd5cc19fd3
+Size (msdos_time-0.1.6.crate) = 8445 bytes
+SHA1 (net2-0.2.33.crate) = 041612a5b18f590a6b0f77c7478884fba84246ff
+RMD160 (net2-0.2.33.crate) = d88b2fc1b694904e6dc6e13a829f659ef17452b7
+SHA512 (net2-0.2.33.crate) = e522b399071daf1a9b913429e2eee52503d9604114feaf6987e97b85c128246b9137e3dcf03f45ca93d623ca6a4b295c9b703db4c319af47498e07d7714c07a9
+Size (net2-0.2.33.crate) = 20936 bytes
+SHA1 (nodrop-0.1.13.crate) = df9cc479d751c277ea39a84f12369616ccdbaaa1
+RMD160 (nodrop-0.1.13.crate) = 6478a3dead0c72da1d32615205d0c2f4ab17734a
+SHA512 (nodrop-0.1.13.crate) = 2648c0aec970c99f001dbd8169939731610ccff6433acba8c71c669bea5078613b2a785d3ac5ce5a839fcec714b5bc55f2cc83522ab4cc09560c846f4cf8023e
+Size (nodrop-0.1.13.crate) = 7508 bytes
+SHA1 (num-integer-0.1.39.crate) = 0b0bfac7a29e04dc523408edb682a028f47ebd41
+RMD160 (num-integer-0.1.39.crate) = a72bc9c1474befe5ad6ff0e427d2c09cdf736bb2
+SHA512 (num-integer-0.1.39.crate) = 1e00ef9fe5adcc312b4b8a59923015eb1387d90e6b3d7239b3aabcd83a9e67f2384b3a383d84ce8cdc82a470770f56373a89f0a679727a5fcc8f5bdb1f1209e3
+Size (num-integer-0.1.39.crate) = 17881 bytes
+SHA1 (num-traits-0.2.6.crate) = 6dc748f859c200c4c6e645f45858a5abe2aed5ac
+RMD160 (num-traits-0.2.6.crate) = b9711ea18adbc559a892b0741877f5a5a840e3e8
+SHA512 (num-traits-0.2.6.crate) = db638c662737972f07bc7ab82b923bece8a6c04719199ec0c7ca90140ac11e4fd1e4eb3748a69ddd3ad2791d4f5f5f69a00ce8aae92a647d9015d130f85b6b4c
+Size (num-traits-0.2.6.crate) = 39923 bytes
+SHA1 (num_cpus-1.9.0.crate) = 1c5e0dd94fd9c74c7c6b2882cf1af8c01a2e5a40
+RMD160 (num_cpus-1.9.0.crate) = 4cc51dc6223098ddad4c1ded4ff1fd4affa5a66b
+SHA512 (num_cpus-1.9.0.crate) = 8e51f266dfa1b9837f677d41a7edafe3768a9a0fea552ff5e63ca52874d1bf174b7fab018b1a6c130cc33259d0ff81e31d3933a376535f63c28d6da206d05c02
+Size (num_cpus-1.9.0.crate) = 10599 bytes
+SHA1 (owning_ref-0.4.0.crate) = 34e2c9bf791e6f550e09712cd39b9fc73d5ce1a3
+RMD160 (owning_ref-0.4.0.crate) = b3718973496355ca2de77e567f3cb2388ff203ba
+SHA512 (owning_ref-0.4.0.crate) = 51bb1cb259452f7395bce0ac4e7d2d6f3733dfe7a8a1a46d50179516ef921924f745a248e4816da5e434b589b5956a20ca554f9a93790b2ed1c55451b9b885ba
+Size (owning_ref-0.4.0.crate) = 12233 bytes
+SHA1 (parking_lot-0.6.4.crate) = f8316cf16224612146ec4d8874b026fd96653fd4
+RMD160 (parking_lot-0.6.4.crate) = 90c4e6cec322cb5cbbdeb7755c1fcdbfb0c22625
+SHA512 (parking_lot-0.6.4.crate) = e2d91dcddb872d09d1f4a9d7fff21ca53c0c8b15f49e46b68e4a59f2ccffe1e852214860bd99d9407a66e4b6ecf102fb96ad792bb3e9676ecde349d728f16028
+Size (parking_lot-0.6.4.crate) = 31890 bytes
+SHA1 (parking_lot_core-0.3.1.crate) = a3a01f05b77c8c77bc264e0f818d49e22dc57b4d
+RMD160 (parking_lot_core-0.3.1.crate) = 4f36cfbdd51c74d67574835a5feb7fb16decaff3
+SHA512 (parking_lot_core-0.3.1.crate) = 3cca0091e839cb0b63dd17f989c1d3d196e9706b4adb227f9308cd2b43b68806dfdf0b7ea098592cdc520bff249ddcadf23d0c0a7c23eda179ac11594c26e127
+Size (parking_lot_core-0.3.1.crate) = 26635 bytes
 SHA1 (percent-encoding-1.0.1.crate) = f3ba1d540cf6265d76b8bd2947eddf3ab21f35f6
 RMD160 (percent-encoding-1.0.1.crate) = 68898d3983e831ac02ae8d440a5c6f5a8e395695
 SHA512 (percent-encoding-1.0.1.crate) = 6e884d7172e8cadcf6e39056c9f92b70252f56a8062af0e792179dcf990344f47553c04e2fce84841f20f5c28557d7768727f60c862b9876d29cabffd4ad19e9
@@ -172,54 +260,154 @@ SHA1 (podio-0.1.6.crate) = 87e0d5fd48718
 RMD160 (podio-0.1.6.crate) = 81b69b745caccff1c0f8b59cf75e396ea9d57d18
 SHA512 (podio-0.1.6.crate) = 91901b941780db01f01848ed63fe44decf3543dd5163804fbd0118435ea60b43baba9d24bb1d182e929744a32ab4b2a0bb7fa9b6e9f3d32966bdd6b8ccc631f7
 Size (podio-0.1.6.crate) = 10186 bytes
+SHA1 (proc-macro2-0.4.24.crate) = 5d0b775c4ed590e03918d5e994cbfb1fc852f1b8
+RMD160 (proc-macro2-0.4.24.crate) = bbd92a79ca663073f20126fdabdc0edd386d0557
+SHA512 (proc-macro2-0.4.24.crate) = 57ae6a761fcc14f22277df025db6b09f1173035e1496d1c4906d9af9231c19f0b93750abf36e4013ae82799069869047a7e3f1b3e095344e55c603fe5a462d03
+Size (proc-macro2-0.4.24.crate) = 30970 bytes
+SHA1 (quote-0.6.10.crate) = 92b2475d65e82f7a0cea4cddfd62c8239dc93158
+RMD160 (quote-0.6.10.crate) = baf3e1f9cce4dd4e92a8ae20c4b5ce8ed768b63f
+SHA512 (quote-0.6.10.crate) = 92250a3664fe872175ee8c8aa7c4fec121ffe6fcec11a957646fab1297e9e946be03924ce1d7897125cdc0d4883400ac05774ed55a32f943a129fa8d48a1a162
+Size (quote-0.6.10.crate) = 15795 bytes
 SHA1 (rand-0.3.22.crate) = 5bbae2d8ef331c987ec19de8334d16e5a1b70198
 RMD160 (rand-0.3.22.crate) = b205c1039b3f9dc31f58377d27ec3656e7bc4910
 SHA512 (rand-0.3.22.crate) = 1b3af2048992341ce5a3bb5d5c9bc2580949dc5e92f7aa14d17bc3eb3cde4ff4ffc9201ff2c4dcc02dbfefd5307f0731775ec46825032dc1b576a2d77cb4cee5
 Size (rand-0.3.22.crate) = 11318 bytes
-SHA1 (rand-0.4.2.crate) = 6f6259c800569feadce2a444df0aa444f160a4a6
-RMD160 (rand-0.4.2.crate) = a35c3c8c78007c0bee72082834bb8ed0eccd025e
-SHA512 (rand-0.4.2.crate) = ac6eaf9f0914fd966c835a04ec644c5a8d62a4a634187d538cecfb711955a977234dc5fe487cd4d351514bc0de4f51cbd0f09a8f6aac56aa0467ae5eb17a4fad
-Size (rand-0.4.2.crate) = 76170 bytes
-SHA1 (redox_syscall-0.1.37.crate) = 83b89d278b40f76e70642b57eaf21c9c8c376b44
-RMD160 (redox_syscall-0.1.37.crate) = ab09d6a7a17c7ebbef7fab079e6d0098f590b888
-SHA512 (redox_syscall-0.1.37.crate) = 147e48d44227cfe8ea190d543f9f8ab1e49fe2336c80f7e2b83546e617d0eeb8a1e94ce6e4d6f633b92ca72241cbfe0aec082425bc5f7b63d5efd164b51d5e48
-Size (redox_syscall-0.1.37.crate) = 13980 bytes
-SHA1 (regex-0.2.10.crate) = ba6dbe1e9f5cc2de568b1e1bfbbe66b14e63514e
-RMD160 (regex-0.2.10.crate) = 9e7ae2b9e233dd8b7369bb7e6d0e382904b168bd
-SHA512 (regex-0.2.10.crate) = 2f2a2c0f7ffe4c9711a689b156b732b5ba58774a0f2064a64527e1af29ad9fb8ade6580f10b52f912a9bea373422bdaa995b83d0f2620aab9280e43330953614
-Size (regex-0.2.10.crate) = 208632 bytes
-SHA1 (regex-syntax-0.5.3.crate) = df7fd65691dd3364fc1718cade4d8c73db1ce910
-RMD160 (regex-syntax-0.5.3.crate) = f58264bb15f125cee8bd41fe49fd84038055bcf0
-SHA512 (regex-syntax-0.5.3.crate) = 03034432b2a27c5b7e79ca072405ce4639e097843fe9861f0b8a0f289b37ff28e03c2454be0e815181882da7590ac1e8a356beefccc2bac57d02dfdd1f404d65
-Size (regex-syntax-0.5.3.crate) = 233364 bytes
-SHA1 (remove_dir_all-0.5.0.crate) = b14e0534bde3b035f782510f030e790158d8a8a7
-RMD160 (remove_dir_all-0.5.0.crate) = 016d226fd5380442c50882b686c16d8134d0c41c
-SHA512 (remove_dir_all-0.5.0.crate) = 876681ae98ac9a9cf0447397446ca7afb4e254cf0cfdd7a9b8702eb94cfda5230ac4daeaa067a3f07ae303b920d1a97fa4a0da76b80b4545eab1080bee8c1574
-Size (remove_dir_all-0.5.0.crate) = 8651 bytes
+SHA1 (rand-0.4.3.crate) = ce80f993064573f247f06695265e89cfca2451cd
+RMD160 (rand-0.4.3.crate) = 0911fc63ee17323176b7806d7ed6db412b32ac0f
+SHA512 (rand-0.4.3.crate) = d287faa583d07134a10db61d1dad30a3ac006624815240d50a8a21faca49085c3ef5c01c3741def25b3e93cb52507fff36497521caacf525e106f419013381d3
+Size (rand-0.4.3.crate) = 76094 bytes
+SHA1 (rand-0.5.5.crate) = e19dccf087b45974147e8fe0c43c85b7472212c3
+RMD160 (rand-0.5.5.crate) = 09a484f5c5e3501d87ec80eb4be990fcb421b9a9
+SHA512 (rand-0.5.5.crate) = e135a9c97943662bcea9c4730f19ec6e01ea73303801101592c14e97b59adbbc3457ed7a3dd57843776f5febb6fa34890aad9d1c2c596ae89416e1a281062cc8
+Size (rand-0.5.5.crate) = 137359 bytes
+SHA1 (rand-0.6.3.crate) = 36ac2d063aec6ac9aeb45ddfbc19b7f770ec00b4
+RMD160 (rand-0.6.3.crate) = bc59d72ce8320fce8783ce0ad125b1cb1acfdf87
+SHA512 (rand-0.6.3.crate) = ac87f6bb1e6801be991ffac2daecab8c64a1b74602a4e23c5efcc2f0538a072f02522bb7272b82e20354c8dac99293f16ddb69995ddaa25f791b2bb402e9f5a3
+Size (rand-0.6.3.crate) = 117566 bytes
+SHA1 (rand_chacha-0.1.1.crate) = 8939c0b3f813795e2c539d913c11d485284b5157
+RMD160 (rand_chacha-0.1.1.crate) = 1859cc8038a4f6bfca8ba9265607088485b64648
+SHA512 (rand_chacha-0.1.1.crate) = 200d39362ffd6d91cfe80634e951c7323a5df8a382c91e3afcef1ecb143a16dc47a17db7f1a746b18e4ea8bfd36bc31ceaeff6d0116e166f8b34e4a8530b3c1b
+Size (rand_chacha-0.1.1.crate) = 11703 bytes
+SHA1 (rand_core-0.2.2.crate) = e9f716d89c71caa3d35d84bd18dd2b7d74b03891
+RMD160 (rand_core-0.2.2.crate) = 333621510560ad7e8e982e5d6ef1dd5d2b932afb
+SHA512 (rand_core-0.2.2.crate) = fc06e20d22751c55cf869707b527a55709c48d04d498b4301b4d629e4fde2e2ad0d9009734ad20f64f188f55b2e4d5f0ed8a81b7e681a8a0890a4900d63a0bde
+Size (rand_core-0.2.2.crate) = 15450 bytes
+SHA1 (rand_core-0.3.0.crate) = a007c576d5cca17259fc23b4b4d5879d729824bb
+RMD160 (rand_core-0.3.0.crate) = a19a998a918f95fcd70748ddd120089a022deda5
+SHA512 (rand_core-0.3.0.crate) = a476510ef936571e3351f42e0f1c615530732b7c66f41975fef10dc6b8f4d8536a6d8166bb90d6da2bb997108ee3e87f4d80884264b239680e6ffd3494dcb748
+Size (rand_core-0.3.0.crate) = 20581 bytes
+SHA1 (rand_hc-0.1.0.crate) = 24a8471816f4c4292a6fc979c81538777d34c34e
+RMD160 (rand_hc-0.1.0.crate) = 067ca62839fb5cde9dc018dc0c95db5b6eb3387b
+SHA512 (rand_hc-0.1.0.crate) = 808d8c167daa66a2608884d5d3f1444cdb21f8ca1c61e59fc9bdfb506a634ebb22c0143cfc0574e15313f82559fd2d117a46910eba3b4eb7e0052ec280f5cd2f
+Size (rand_hc-0.1.0.crate) = 11644 bytes
+SHA1 (rand_isaac-0.1.1.crate) = 197e80157c609106b291b99627563b5c5d4a270b
+RMD160 (rand_isaac-0.1.1.crate) = 5d0f0a1a2b0385cd7901ceeda695d31cfacd0cac
+SHA512 (rand_isaac-0.1.1.crate) = 9e8f6c79abc53352c971f8182dcaa7979904d5649eec9008262bb0aaf0585b4c4817351cd80ffa8d07f172ff4c82d85a09ef2642a08f608fc6be3e246ed7f82e
+Size (rand_isaac-0.1.1.crate) = 16020 bytes
+SHA1 (rand_os-0.1.0.crate) = 0e3213a7b2c97a47e8b5baeb0b83b85451a5eab9
+RMD160 (rand_os-0.1.0.crate) = 9017d49af3681f6e9102f889133568044ec2d776
+SHA512 (rand_os-0.1.0.crate) = a1c653bde687787e23f0833a9644c4ba41b9cf80ce72bce1c98951f623c91f06b05ba085d29fa1ad88a7a8affcb0f94b9ee486109ee297ee4ad5e26a3bd69466
+Size (rand_os-0.1.0.crate) = 17915 bytes
+SHA1 (rand_pcg-0.1.1.crate) = 8d1108ad484d0cfdc39447a35e660feabb37ecbd
+RMD160 (rand_pcg-0.1.1.crate) = 533f5f25ebbaa1a055a09242d0b79246d8dd4933
+SHA512 (rand_pcg-0.1.1.crate) = 5104d9a3352f631eb7775218fae6da430d0b26c500aa10a333baa0b1b3d4ff7ff6e8a0162cfe8f514382b0a9342a00e3d2ad6b0313047c5e0c324f3184cfa9e3
+Size (rand_pcg-0.1.1.crate) = 10881 bytes
+SHA1 (rand_xorshift-0.1.1.crate) = cc720ac6868eb09e50f34e1fd260fb5580199432
+RMD160 (rand_xorshift-0.1.1.crate) = 510849fe396efa98d27b272f6c7884d69b9151c8
+SHA512 (rand_xorshift-0.1.1.crate) = 3205499ed2584467dedb4641a48f3ca8fedc263b1d9431d36a251af0bc4701d99ce4b5219d515b9b24210dd3ef2faace6efa886aa50f361e07f53dd0fb0841e5
+Size (rand_xorshift-0.1.1.crate) = 8997 bytes
+SHA1 (redox_syscall-0.1.50.crate) = 33cd5f10bfc6ffa6cf8824c462c8e7d979f5daf0
+RMD160 (redox_syscall-0.1.50.crate) = 3e5fef404bcfc68e10c79508b241e397a7fd5f86
+SHA512 (redox_syscall-0.1.50.crate) = eb98bec77830bf2eeb0943bee2818f85881ace42e49122005195c65366596be3e886f592c3561288f253951b2768ac5b9e02f9f815961500a08176ba777b27a6
+Size (redox_syscall-0.1.50.crate) = 15609 bytes
+SHA1 (regex-0.2.11.crate) = 4731c7800c908ed086db11503cce1d00915c01e7
+RMD160 (regex-0.2.11.crate) = 0f9d5f87f3bb59af74a84dd2a1d430ff48d73e36
+SHA512 (regex-0.2.11.crate) = e0f48ab9a692f7ebd83a21bc70060aed0a7dccc9aaaef6995262fa4e2e33f4404a04a217588b72025820b1a0e4697c076ad47a017e7c51cdd4b6c1909c015ead
+Size (regex-0.2.11.crate) = 209507 bytes
+SHA1 (regex-1.1.0.crate) = 6ea359f2e53750503216012f284c5d4f79b4c0fe
+RMD160 (regex-1.1.0.crate) = 30c1df865aa99c31b45fcb92df7c2d0454d4f481
+SHA512 (regex-1.1.0.crate) = f60d9e7c5a8647a1e0d35e995e799335ae695903985cd9f90923ab6483172602e9493005b7c7bd3dee0824de992dcd2f03320d58419206a0d5cfb675c68c4745
+Size (regex-1.1.0.crate) = 241219 bytes
+SHA1 (regex-syntax-0.5.6.crate) = 657cf964d8f8adbd172e6dac585ae31b79907f7b
+RMD160 (regex-syntax-0.5.6.crate) = ad5f26dcb2f2ab34be9b331437a174e8685167eb
+SHA512 (regex-syntax-0.5.6.crate) = 4ee43272d0d6e5cc0b554816e20e2d93b0ee774fd71643d5edae06627b295d374769ecdc3c1233a688d306d1cb86a83b6850ffe4022baa3db78beeea1190b455
+Size (regex-syntax-0.5.6.crate) = 233912 bytes
+SHA1 (regex-syntax-0.6.4.crate) = 0323d674e40fa37df4d126f388b91d6f3a342878
+RMD160 (regex-syntax-0.6.4.crate) = 732c501a0998ae07b9e9387c0ef95ad4ff80bbc3
+SHA512 (regex-syntax-0.6.4.crate) = 7a199c43668f7d660a28a1324ce1951cd6ec299cd98edbfde3b6a6d172e9f1a52135457673b432a0318163a5c23e541abca58607623a310f15fbefeafb50ee3b
+Size (regex-syntax-0.6.4.crate) = 272048 bytes
+SHA1 (remove_dir_all-0.5.1.crate) = d92b006225b56e4df5d14d4428c915bc69e864d3
+RMD160 (remove_dir_all-0.5.1.crate) = 13b7dcf0ae8c4100d53134d45c32539b7a4debfb
+SHA512 (remove_dir_all-0.5.1.crate) = 9ee9a11717d45aebd28cd2f50719a2183cc623bdb1af099701e4edbdb9c98bc14cf2278ba06aca4658bfeddaffff00d0d1464c82d175fba7d6fb272918dd6928
+Size (remove_dir_all-0.5.1.crate) = 8726 bytes
 SHA1 (rust-ini-0.10.3.crate) = 1d1380f372e4392fd1e2caebf66fc8d70ab09c1d
 RMD160 (rust-ini-0.10.3.crate) = 89d6d4aec698d8b1228d9009134d2a671df4d174
 SHA512 (rust-ini-0.10.3.crate) = 0ca4cd15d81ed8c5cdf659e6b5ec91bc6a2e014380d6891936711d2ee2639dea3141f825147e4fecd21205fb1df95909798272368a50db5c69e7ede7856b8169
 Size (rust-ini-0.10.3.crate) = 9938 bytes
-SHA1 (rustc-serialize-0.3.24.crate) = e92b5277f8c1c558a4b2c3859bddb6794a2ce76d
-RMD160 (rustc-serialize-0.3.24.crate) = d435b12641ddf0b09927564ec1a5e6412d257695
-SHA512 (rustc-serialize-0.3.24.crate) = 60b40a0b41678287627cf5898e0ff6ac5668865f1ce5a482190ecd7539b59a955a73c675fedac76e68a5126efb92ff0cf1d1b4f24359a932463434bb76d9e884
-Size (rustc-serialize-0.3.24.crate) = 45926 bytes
-SHA1 (safemem-0.2.0.crate) = c0977077cf2f5549410879e4bb97727295c3e48f
-RMD160 (safemem-0.2.0.crate) = 6603c8cce05c1897b523434060c5dffff6a5e1fc
-SHA512 (safemem-0.2.0.crate) = 71901f472668572e849504a8a830d4dd9a742729b0158d2c6865a5ad86e65cae8b5bb83707240ba03a7a74c610ace87f8b59bde68998d2bd66c19849aec4fc8a
-Size (safemem-0.2.0.crate) = 6450 bytes
+SHA1 (rustc_version-0.2.3.crate) = 3bb71c3af5956c4aacde09017576b1f77347dab1
+RMD160 (rustc_version-0.2.3.crate) = 6ca6aa5c736a1f88dd7579eb78d097ec40663173
+SHA512 (rustc_version-0.2.3.crate) = 01fa7a758dcaa4f15c18628a0d5ee5adde5ade96a8b7dde0908e39e27b290d1e9adb20d44e2adcd379341d2d4a0c34a80dc12553a3bb4efa4758988f28989779
+Size (rustc_version-0.2.3.crate) = 10210 bytes
+SHA1 (ryu-0.2.7.crate) = 9478b9d0ee0a7c22104a6c96e9593ecc2e7232de
+RMD160 (ryu-0.2.7.crate) = b0695d2b1ab622ab30322144f55983a2b6cf14ca
+SHA512 (ryu-0.2.7.crate) = 94805952eabddc1c295b76e5b6d5b441748763b41d9371f3a2116c0bce6fa933767a3c1682a39d339d4430b86190c84e9421b5f3acd4d3274998d0d96bf229a4
+Size (ryu-0.2.7.crate) = 41382 bytes
+SHA1 (safemem-0.3.0.crate) = a5e181b7fd6e9de36436a118f6fd2bc231dc523d
+RMD160 (safemem-0.3.0.crate) = 7a6ebe4c105f7a6ce43ed5e6710b586c3cf04802
+SHA512 (safemem-0.3.0.crate) = c7d56204b29e9c0fcf925ccc43a2c910f6cd74d232c500b61996559a783ced3938cefa058128d72759e94edea683bb8922ac5ea631d16e31b58de093d6650b0f
+Size (safemem-0.3.0.crate) = 6947 bytes
+SHA1 (scopeguard-0.3.3.crate) = 58ee051d324306ad6ae3b007e2ef0fced57d9f8f
+RMD160 (scopeguard-0.3.3.crate) = e77508e3d64bc39c22ac5c87f8937906d160019e
+SHA512 (scopeguard-0.3.3.crate) = 57ce8e32dbe342040a63ec65fbef3680d66d439f0f704c5d485670041505905cfc602e7e3580748b4b4a55ce892d17a453e6d2f853cf0de4c6a2082f0fe95719
+Size (scopeguard-0.3.3.crate) = 9605 bytes
 SHA1 (semver-0.6.0.crate) = 6f9fd80df0ca10de197fcd2a5296fc87522da2bf
 RMD160 (semver-0.6.0.crate) = 9d181aab2c9a724f0f7083329b6e6a8807c3d55e
 SHA512 (semver-0.6.0.crate) = 8b4dcad3c672ff8468a68fc19de2804e079af1a75406d71b996621021b5e05dc53fef972455fa9146c199493b71e2b80fe180e33ba4ccfb4dda10ba962a0a6bf
 Size (semver-0.6.0.crate) = 15598 bytes
+SHA1 (semver-0.9.0.crate) = 9441388ecab182656baa085efed00cb68128840e
+RMD160 (semver-0.9.0.crate) = f3ba6d2359a3690d316a22586db785538b0e09ac
+SHA512 (semver-0.9.0.crate) = 03a2ea563456f812c301721c3572370fe4934a22db60079da0dd6ffa33fa789e5e2436ef09e62fc35e0b742b06fabc290992c74eed80419a353c9de9449928dc
+Size (semver-0.9.0.crate) = 17344 bytes
 SHA1 (semver-parser-0.7.0.crate) = 97b6fd66497a26ea9fbe76591f7ae041a3f85a5b
 RMD160 (semver-parser-0.7.0.crate) = 63f826b792b17493186d587b9887efd93121294b
 SHA512 (semver-parser-0.7.0.crate) = 17320468ec6b9862d595f358d70c09ac6e09db7885fe0ead7a1e596f79350a6306e8bfde5bbd6512008a7c5454da1c7ae55fe1e3bc1c1ff02ac9df54c0a6121f
 Size (semver-parser-0.7.0.crate) = 10268 bytes
+SHA1 (serde-1.0.84.crate) = 00143a9e4ced9e5e9bd6e4edf8421d500e189b63
+RMD160 (serde-1.0.84.crate) = 3a9b5a8d627d0417bf9ad45ad9096dc922649a46
+SHA512 (serde-1.0.84.crate) = 0e5800fdc7a0f37eed8dce491a17490f8c6e879b893ef3dadea68d26a64d0fc11574f73e062d77d3b2b863df33c42a99c41c2384c17a97a3e26007d6e0ed72eb
+Size (serde-1.0.84.crate) = 71614 bytes
+SHA1 (serde_derive-1.0.84.crate) = 262679008a770c34ad21cad19fc4e64f8901b8fe
+RMD160 (serde_derive-1.0.84.crate) = 0178fc2072df3e03d1e9b1ff8508640344aa8945
+SHA512 (serde_derive-1.0.84.crate) = 817ab7d764ef1f7781f0f01627b3c2c96797f64ce62830ec7c520e94db05b6b7efa4589a394f5375ee30cb85af6bd7a17c50b51e77d4d927ccb247c87c16b2f3
+Size (serde_derive-1.0.84.crate) = 47924 bytes
+SHA1 (serde_json-1.0.34.crate) = 385ce9f1c6ed24f70d00862e8dc0bc742c13e065
+RMD160 (serde_json-1.0.34.crate) = 6603325478b7deff62feefbfaef398e201088021
+SHA512 (serde_json-1.0.34.crate) = cdf5443f91cd9896347b9cf5784ec8f64691dbc6cf3810654ae67b349930db257a4b1eb60b9d0fa844f54986d81f93514a3f22de7bd2f8ee34dc147c525fb16b
+Size (serde_json-1.0.34.crate) = 69774 bytes
+SHA1 (slab-0.4.1.crate) = beccc8103f8dd2052df37c413382d21df1ec4c1d
+RMD160 (slab-0.4.1.crate) = 6c3a417459c621d0390cd5ca5b2b90c31a3a4d89
+SHA512 (slab-0.4.1.crate) = ff8a967579f8d91548c03002f05f6612c6660796cd6fc35b325994f9bd48148ae124d58d9b991fe0b1d7bc111e9a6e43d4ae0be7a31a9faa126ef96ce82a248f
+Size (slab-0.4.1.crate) = 9479 bytes
+SHA1 (smallvec-0.6.7.crate) = e3f95616ca9f283aeb52bf7f99fd8f5441efbd6e
+RMD160 (smallvec-0.6.7.crate) = 5d41c043dd309a5529c38e38d66e54d18e250d84
+SHA512 (smallvec-0.6.7.crate) = 2f3e45b27d8a1e02ff856e9690d982a8c785eef797f0e33beb8a832b6de5038d5ca3d285f49d67bbcf9fb2cb4de278dc33f2e77c615ecd333da014f56c8aec1e
+Size (smallvec-0.6.7.crate) = 21450 bytes
+SHA1 (stable_deref_trait-1.1.1.crate) = 0334ab8ba0db84fbd84f02cbbc61e03e6cca96ce
+RMD160 (stable_deref_trait-1.1.1.crate) = 2864679bbc382223ef85944502118c744a22e703
+SHA512 (stable_deref_trait-1.1.1.crate) = ca224226d612e1c4eb178271cee0d18b44fc036959e528d720e33f65c3ecd7a40c20d32f294c029d0d7b74dc6ce57d19aadfe3cf02c5f894e94ddb3bb06898e4
+Size (stable_deref_trait-1.1.1.crate) = 8007 bytes
+SHA1 (string-0.1.2.crate) = 0bec8be668e1137de44ca0fa4a950d2930b18393
+RMD160 (string-0.1.2.crate) = 305b695d28efc4226ebf2c1f7da11c027b5d0a18
+SHA512 (string-0.1.2.crate) = 1c147d5f0be85e9b0821411864e3f4b71678d9b910506f98376108136cf4b6a3f65cc7d2a34d132becee33216b7cd4215f83023221a7863df3e8ef9cc3219881
+Size (string-0.1.2.crate) = 3989 bytes
 SHA1 (strsim-0.7.0.crate) = 4cf1b45a817297904edb358a1a2ec14d32361ac6
 RMD160 (strsim-0.7.0.crate) = 82c766cebe88a39e3058a21c730b43b3bf6e929d
 SHA512 (strsim-0.7.0.crate) = 3f92df0f444129b16fbb15c533b7bc1d6f18970b487b57345f74747fb7f41e3dc0cb61255712e94d419a5777b8f6a9cdf1a716718698c479eb98dfb6464d1983
 Size (strsim-0.7.0.crate) = 8435 bytes
+SHA1 (syn-0.15.23.crate) = 1613d2dd7c71feb41fb97b07fc808fe4b2de76f5
+RMD160 (syn-0.15.23.crate) = c1b6a1478ccf857727cf522d3b89b3385e936376
+SHA512 (syn-0.15.23.crate) = d447ec08199d36e289ea303ee8e871e13e002a4d67c396187ef56eb16b69cf21d64becd24fd8d2f7a1c826685f7b6df747903e7eb8cc5c334ee0528998597128
+Size (syn-0.15.23.crate) = 145369 bytes
 SHA1 (tempdir-0.3.7.crate) = 64ae0a4a60a5d4c9275666c31c49b00117a6a209
 RMD160 (tempdir-0.3.7.crate) = 196eae26810acca0e4a52f690c79a74c147a963c
 SHA512 (tempdir-0.3.7.crate) = e5b02f7d260ff594fc2dbbd441eb8adfa36ede937f32c8c812b458167c0e49f5cf493c6ebf83ce8007a0aeb97016169fda7f5d2996fecc72f9409d6f463d9bbe
@@ -228,86 +416,134 @@ SHA1 (term_size-0.3.1.crate) = 8b266d996
 RMD160 (term_size-0.3.1.crate) = 50156c31a11af27a7a5e0e31d30aa3759cea7a8d
 SHA512 (term_size-0.3.1.crate) = fb43e0519cc3371b23b3d4c52d25c59c3e45afc550ba081e8cb832a48d9dbd50cbb69bb154ae7926fe869eb2c35b72b95238cdb8822910bd68b4f65927ca6a5f
 Size (term_size-0.3.1.crate) = 10754 bytes
-SHA1 (textwrap-0.9.0.crate) = 57b8298306ff75807cef72bc045830e101e78787
-RMD160 (textwrap-0.9.0.crate) = a530153540ed92b8038ac3bfb4e65fe588447cd9
-SHA512 (textwrap-0.9.0.crate) = e176f703f971eefb5cfc1ecf9047858bd7610a58fa4103879fd963b292c79872bd8466ef8fc9742a428ac707400dade307e72fa965dc4d61da66e932e5b20c35
-Size (textwrap-0.9.0.crate) = 15795 bytes
-SHA1 (thread_local-0.3.5.crate) = c9caa6efee7b110b8f8ea0656c11d1515ea42a79
-RMD160 (thread_local-0.3.5.crate) = 5d166aed0e0aa52f1ec4e0cd440aa2b5a00c878e
-SHA512 (thread_local-0.3.5.crate) = c17bb6bb58e8ef5f27cd6b0a4290752ec00c9856753c9800664e1debc347a26930970b073ba87d6f95936b1be540f87559a8410151b18d01ecc3fe77c45d6cb6
-Size (thread_local-0.3.5.crate) = 11794 bytes
-SHA1 (time-0.1.39.crate) = 970278323dd96d0fb722d45b10def1f7a8515ede
-RMD160 (time-0.1.39.crate) = 64d6dd2f210d7e353df73da786bb9f15e8d2a77d
-SHA512 (time-0.1.39.crate) = 522e9f3a1fc712a6dbb428d5bfe4ea32067028137d5c68c3e9059bb31c874785993aace65e9ac137fb8355f762def9c2602ec08217f395d8ef8bfc790b38108d
-Size (time-0.1.39.crate) = 29295 bytes
-SHA1 (traitobject-0.1.0.crate) = 6e9bd187d42c732f8c69ba0e953cec1536e7b620
-RMD160 (traitobject-0.1.0.crate) = 6e8e0afd100a977645278f67004401fc02876d7e
-SHA512 (traitobject-0.1.0.crate) = aa23140652ecb3397ea989da0c2c58da88d22a816a2bb9fbd90db4299b773275d20a68411d8d300d2fefb2b508f561978c12b95f88d178f9401fe2230f9f795f
-Size (traitobject-0.1.0.crate) = 1957 bytes
-SHA1 (typeable-0.1.2.crate) = e7084ca73fdc81fc2084a6583747d3d62cf6425a
-RMD160 (typeable-0.1.2.crate) = 4e318e8d5cba5bd38d26ce463bd90ac24019dd77
-SHA512 (typeable-0.1.2.crate) = 336083ea6c8cc64fce1cf14443b1afa955a71302cc0a2023e3c52aeadbf3832c59aa8b8ae0c87d3062658cb7c98e9f79dfac9db7f5831642075ae8f9c0bbebc9
-Size (typeable-0.1.2.crate) = 901 bytes
-SHA1 (ucd-util-0.1.1.crate) = da23ff4d1f5c1c7c20b87d8fd5b7cc2dd6acbdf4
-RMD160 (ucd-util-0.1.1.crate) = b36f310b6d4808dc0b20f217727a592eb48b3e05
-SHA512 (ucd-util-0.1.1.crate) = 3101bb088f9a804f311c23cfbec1b59ed6daebcc985af3c4a25cee5c1a0c0b8fe15a3b95516361cfc75bf0322895f2acc4835ee94122c782abfc8b0a1e6f8738
-Size (ucd-util-0.1.1.crate) = 24221 bytes
-SHA1 (unicase-1.4.2.crate) = fdcf4a0708ccf5ae895820719f13b4e53ecba601
-RMD160 (unicase-1.4.2.crate) = 0b0793bceea1ff1c9e29f83a7f4a60aefeca9499
-SHA512 (unicase-1.4.2.crate) = f92ceb4b9b4757a813fcf23949c8a9770e5169aec19d43c7ea9c3b49b365a2d4ef619255693b5dc30b974e6fe5bed857fa0743caec0ad88abd5b5c80df96fcac
-Size (unicase-1.4.2.crate) = 3907 bytes
+SHA1 (textwrap-0.10.0.crate) = 3df7e4cc58e78fd4ce3613656611acc9126e0607
+RMD160 (textwrap-0.10.0.crate) = 93e9595c1e99d77cfa8f5111f40b52d6292e617b
+SHA512 (textwrap-0.10.0.crate) = cb50cc73f3f5ab704ef9e6d526b751f7e66de213fa534206e5b4e9da829f19aedda9f23f262f865fdb3247c703aeaa87f38099f6c575d1961ec923d62a9b2293
+Size (textwrap-0.10.0.crate) = 15986 bytes
+SHA1 (thread_local-0.3.6.crate) = 0618e3967b553247352790115ab8d28fa1f76166
+RMD160 (thread_local-0.3.6.crate) = 58db38e54f31dc4c247aae31770f73047b17a7db
+SHA512 (thread_local-0.3.6.crate) = cd783d3d9caec43868da1f6118d4c4d520e03b9f1049d8f15d2c12482989401d3aee748e04a149953d35e5d6487355c2891d44569ef688bc1d45f01b6461d253
+Size (thread_local-0.3.6.crate) = 12388 bytes
+SHA1 (time-0.1.41.crate) = 4a7377d7303982d02bc0f091c9510b2101379adf
+RMD160 (time-0.1.41.crate) = b10dddebb7bc21556f278d9e79a0f7d366b9f269
+SHA512 (time-0.1.41.crate) = 9dcfc89dd33122b5dc77d9bec3038bc492f9162eb1fa15e68f1f9682ade3429c526bfc5d9ec4d102beed007a8ab77f5b07a2f04444c8b2630ec54e569c982942
+Size (time-0.1.41.crate) = 29991 bytes
+SHA1 (tokio-0.1.13.crate) = de86594f92a6df5ea93229d88b1525f4d3e47692
+RMD160 (tokio-0.1.13.crate) = 326f47fb23506b2660f2f2266ef5240a55b27600
+SHA512 (tokio-0.1.13.crate) = 9014af3d1cdd9f63790318f5a71d4a1b991c7721f453adfb067eede32e4d8f410f38e28109ac3f42de93013a46885808026102b134ec89e53580e64c46ca73c4
+Size (tokio-0.1.13.crate) = 79248 bytes
+SHA1 (tokio-codec-0.1.1.crate) = 99862149d2e0a4640c214435137fbf2f2479ef9f
+RMD160 (tokio-codec-0.1.1.crate) = 5b62e89cbf3e2ffedd292463fe1699d888245a54
+SHA512 (tokio-codec-0.1.1.crate) = 9c868545e8adc234a51b81966836b786019181ea25907bf14887ce26ed1cf5866f5df8898bbf6bb7c8d3626f145ce0465d3a79050d53f8dcffe98f71886f9044
+Size (tokio-codec-0.1.1.crate) = 7617 bytes
+SHA1 (tokio-current-thread-0.1.4.crate) = 41cb7980e23006cf8c6bcf53b9d1466ef0e8024e
+RMD160 (tokio-current-thread-0.1.4.crate) = d0ab595f490e339f6c94e0bbbf20f13d9222aae4
+SHA512 (tokio-current-thread-0.1.4.crate) = 2d6c0af55470795b3ad237a2fd3e59b3d75831b04841219f57033556372f2d31af71500374022359fc661f7d606967c6b922a06c1e71e5bcea0759eea7c0ace3
+Size (tokio-current-thread-0.1.4.crate) = 19400 bytes
+SHA1 (tokio-executor-0.1.5.crate) = afa3a45b53deaa857b5e43998e9e29c966797cce
+RMD160 (tokio-executor-0.1.5.crate) = 89e2c0b0ae9287fd25c9a20de65b2f7647bd8913
+SHA512 (tokio-executor-0.1.5.crate) = 488b75570e1f07c521972bd33b6313926c0e763385872f50858a58af1e738f2ea1a276e8899263a25a4788f641ba94f9280ad55c32978a97af9337bb0c8af987
+Size (tokio-executor-0.1.5.crate) = 10540 bytes
+SHA1 (tokio-fs-0.1.4.crate) = e602270196579ff2b0e3fa8ec49e9e07e948baee
+RMD160 (tokio-fs-0.1.4.crate) = f50ad35866de40ccc9af0f4f3fdccee345137f1c
+SHA512 (tokio-fs-0.1.4.crate) = aa9393f9f9cf32ccba258821b22d6f3a7297ff2b4a84db934abfc66cd421239de581ad3d756815e47095435d045dcfcf6897124e0414f1fca7452f28644844d8
+Size (tokio-fs-0.1.4.crate) = 12706 bytes
+SHA1 (tokio-io-0.1.10.crate) = 189e9cfa59cdfef2f84c1de247c594d0debb0837
+RMD160 (tokio-io-0.1.10.crate) = 621bdb4e6410e9b7773f6e11ab491624c148db9d
+SHA512 (tokio-io-0.1.10.crate) = 6e5327e5d555fa5b84bbe361219e2a1cf3c47ae8ca2f26bf38b258176e00af6e4c3602bbe0dc2636241730e0735482189edc5ac5300bf411c9963546f103792d
+Size (tokio-io-0.1.10.crate) = 33143 bytes
+SHA1 (tokio-reactor-0.1.7.crate) = 7ced3ee9cebced65c355aff03be7695a5f58bae2
+RMD160 (tokio-reactor-0.1.7.crate) = 7026b4d727b51879816eb290826cc36f14c66659
+SHA512 (tokio-reactor-0.1.7.crate) = 4859751a0eb2d423ad1216c0a63248b6dccfcd987e3d9c58cf4277d47c5123e9ae2e9a0e8a4f3178d83b46fd4d89c14a0e09a4ef3b7b10a3ff3a662be794077a
+Size (tokio-reactor-0.1.7.crate) = 23740 bytes
+SHA1 (tokio-tcp-0.1.2.crate) = 35eba29e43049de785fec7233f03889632e00976
+RMD160 (tokio-tcp-0.1.2.crate) = c29a529df4a3358ec1bea389896d3ae497a8870c
+SHA512 (tokio-tcp-0.1.2.crate) = d250eeff3a1e8133cf20201dd3c54ba2a6f057407f051cda3da195437d0cb8eb0592e9467343145d85f916276bc76910434a5190af476cc845ff6e7e0e66e8b1
+Size (tokio-tcp-0.1.2.crate) = 10633 bytes
+SHA1 (tokio-threadpool-0.1.9.crate) = 692010f45430a1cda50d05ae7155e95b4cbbb92d
+RMD160 (tokio-threadpool-0.1.9.crate) = 05c0718aaeb16d1a948ff549a6225727327c3d33
+SHA512 (tokio-threadpool-0.1.9.crate) = b2f4f2951bb581d6e1110f6c39fee1341dfec6605717e93bdd9fa1958c4ebb2b849af0e068521478b07f9fadb7384807d6f8922a4be4637c18d4d4e47793c13d
+Size (tokio-threadpool-0.1.9.crate) = 48778 bytes
+SHA1 (tokio-timer-0.2.8.crate) = 7a6bfc63584be53e91f138779110098dc4a59f4d
+RMD160 (tokio-timer-0.2.8.crate) = a0e6fb7b9a624739903c96b84814a68bdcb02ff7
+SHA512 (tokio-timer-0.2.8.crate) = 5542ffdabb01f3d64774b87e2bfb124e09e3c0ac0edcb3ec5ba9dede09f26a6a43cd0266cc8e1b3e7c35892d3497a1916e9caa7b4119781163e75dc24f742030
+Size (tokio-timer-0.2.8.crate) = 36835 bytes
+SHA1 (tokio-udp-0.1.3.crate) = a7c175129567353ebc75b4ebf86f6181b635d02e
+RMD160 (tokio-udp-0.1.3.crate) = dcbb925a5a925e793752144f677c6fafd497e566
+SHA512 (tokio-udp-0.1.3.crate) = a2fd724ebe46b8fc8757558b6d267491b86ed5625ff91b212a6c77448231c72fa2b8e5c389cb27e93f2b924f48c88c154f23eb8721ecb93e7c1820c7c4dbead2
+Size (tokio-udp-0.1.3.crate) = 10227 bytes
+SHA1 (tokio-uds-0.2.4.crate) = 385f2765c2772a69860204bfa3e803022ba9f158
+RMD160 (tokio-uds-0.2.4.crate) = fe2361a45a8a40e39ee5956da34df1bce05931e1
+SHA512 (tokio-uds-0.2.4.crate) = d59bcecd7a92c847cddfc5e5624828a7063dc1bac5515771a16e0d6987ad6a8777e779b45ed6395abb7588bad807695704c2d600e93f6617e09dcac1ae83d472
+Size (tokio-uds-0.2.4.crate) = 11837 bytes
+SHA1 (try-lock-0.2.2.crate) = ae614dcc6eab9c8b3dcacb5f2674d0b6cfba8df3
+RMD160 (try-lock-0.2.2.crate) = 772f07ca023eae6345c74f5b52296c437bceb144
+SHA512 (try-lock-0.2.2.crate) = aeb54abe3cc02d5dfd0d13010558454e5caab2568bd923a035dfef5ed5d3394b4bab9f7ab21dbaf82f1c20ccd95955bcf6ac2bdc976a824d9508d6f2a27ef330
+Size (try-lock-0.2.2.crate) = 3638 bytes
+SHA1 (ucd-util-0.1.3.crate) = 4d0bed778f980e6db07ef6eb46fcbdcba29303aa
+RMD160 (ucd-util-0.1.3.crate) = c9eeb795a73b8facbf7679e3877689eb2551fb90
+SHA512 (ucd-util-0.1.3.crate) = 50a796feb198012241d73001bb53c8e3d3168df379de91d7ecaccfd829b08a356afe3db736fb8cced8748141d7a9e4b157440442c425816c78c0615c08e20f2e
+Size (ucd-util-0.1.3.crate) = 25897 bytes
 SHA1 (unicode-bidi-0.3.4.crate) = 2fb9ec8342ecbf429e8edbcd4e8ff38e50e62665
 RMD160 (unicode-bidi-0.3.4.crate) = 7c16a80cb62bef8cc6d73eb6126d496b46dbad1d
 SHA512 (unicode-bidi-0.3.4.crate) = 170ce083fa82bed13ecc62d85cb882fdd6491ae721e1633d3c1a5d3cee69422153afcf6695765c0e8fc7035440d0370d34afac9e978cb27f7506c07cba300e1e
 Size (unicode-bidi-0.3.4.crate) = 32228 bytes
-SHA1 (unicode-normalization-0.1.5.crate) = cfac81482ee307cf20f93a4398968465df21f3c9
-RMD160 (unicode-normalization-0.1.5.crate) = 10d37cf083eec10623a29f9086cc9ffcccb89c81
-SHA512 (unicode-normalization-0.1.5.crate) = e3a8d69080d7c85c140406fb7514c70c6af3c3c847d2a4d029d6494035d2a77f093b9d96e26bf59ad973187ccc8dfef1a4fadcc2eb2977b16ecad9f64bfca941
-Size (unicode-normalization-0.1.5.crate) = 290328 bytes
-SHA1 (unicode-segmentation-1.2.0.crate) = 80f536df62212db240fde99619c0cc2c4148e791
-RMD160 (unicode-segmentation-1.2.0.crate) = b241a2cdf70243f765491962b02252640fbf54c4
-SHA512 (unicode-segmentation-1.2.0.crate) = 724fb05d4c02926a535a3380f0a718e5ca0b61c71173efccee6780e878b3e890f11e7941cd970c6c1763ac756f31fe338b0dba2ff31db2aad29670bd6e8b9bab
-Size (unicode-segmentation-1.2.0.crate) = 67562 bytes
-SHA1 (unicode-width-0.1.4.crate) = 606f6c529abcef759e0ef57ac9e4ba1e9c1ec993
-RMD160 (unicode-width-0.1.4.crate) = b4bf85b49ebae6b6f89f6fe6c75785b7cf8e1984
-SHA512 (unicode-width-0.1.4.crate) = f06b243e533ab9c68d88ccd06a283dfff5fd13e9340cf11bfa74473fc9100bb704c34e7fb66919202a97e7d2ba2e7eed968eced02d557835a06e6a0166865ea3
-Size (unicode-width-0.1.4.crate) = 15283 bytes
+SHA1 (unicode-normalization-0.1.7.crate) = a6865f9affd14fdbef38d072c182e160e49cd5d6
+RMD160 (unicode-normalization-0.1.7.crate) = 4cbee8c9b2979aa0aa93f5a222fd0b72c46e97c6
+SHA512 (unicode-normalization-0.1.7.crate) = 4b4d3737244b1425ef8000318316decf8e167d3c92524e92bdd3c34798cf6fd1388ba7651da67d565f07d4640e9881145334fbcdfb8f20c33873d6e40ef3630e
+Size (unicode-normalization-0.1.7.crate) = 330545 bytes
+SHA1 (unicode-segmentation-1.2.1.crate) = f99ebfaba84a0c9f00eb859c0c30d8d04fe2dfa4
+RMD160 (unicode-segmentation-1.2.1.crate) = 5695c194d6f49bbb4a4e7a452fcbc5b03b8d80ce
+SHA512 (unicode-segmentation-1.2.1.crate) = 431da71eb9056902c51a5ab53d239c8cf6448dc2f87be727628cb40a4808f5700f427936a9da4ef41935156896d9e0234b9de80aaae342b839e95c9a80d053b3
+Size (unicode-segmentation-1.2.1.crate) = 68223 bytes
+SHA1 (unicode-width-0.1.5.crate) = 82af5ff3b480cb5a3870da5e3b4762c3d6b7b888
+RMD160 (unicode-width-0.1.5.crate) = 360df9e831a6e20931c240d13747f3711dc568d9
+SHA512 (unicode-width-0.1.5.crate) = bd5ac5f0433953d79408074239edc7c43ce23d56659d467805d81ab01c576a3cf77ccedb3bba41d48bc4ad46a8905ac8a1927b99312053ef6295fd940a6766d2
+Size (unicode-width-0.1.5.crate) = 15761 bytes
+SHA1 (unicode-xid-0.1.0.crate) = 69f5cec3b7a1d1e62b522c4dec7a56a7f4c3aa0c
+RMD160 (unicode-xid-0.1.0.crate) = fc5a8141e55bf6e2660b8c588e1107f179d24bb8
+SHA512 (unicode-xid-0.1.0.crate) = cc5343e2166938322cfd7c73f1f918f2a9c46846ac0ef55933d1e44cdfaf6f7da2b7ff18b68e356c47b6d8ba5565eda0db42c347dcbde830683f341ac2b1849d
+Size (unicode-xid-0.1.0.crate) = 16000 bytes
 SHA1 (unreachable-1.0.0.crate) = 68db19698bc2a1551cac29455f3f9478b571023b
 RMD160 (unreachable-1.0.0.crate) = 00c79ce6e523b3b09978db8766e3110a637c23ec
 SHA512 (unreachable-1.0.0.crate) = 054e0a471d1068b7703853d838c7c381ac6865ac1f8abae08747581e3754416ccec5b80a5b04fedbcd01e68bfeba286b849e3b8ea67bbe62444f2974655e4948
 Size (unreachable-1.0.0.crate) = 6355 bytes
-SHA1 (url-1.7.0.crate) = 1693a90818661aef551f5f14e524b3a91ded945d
-RMD160 (url-1.7.0.crate) = 20c780ea5bd7d69d7980a6ffd15cea41a2ed86ab
-SHA512 (url-1.7.0.crate) = 080c4b3a7e576fd4cd269605a5bd51c3e04fe9157200f7f411fc10d6f5a86b49c0e5c1dbb0bd522fe4be652836785ab716a80fd73474476040a0a7055772d90f
-Size (url-1.7.0.crate) = 67909 bytes
-SHA1 (utf8-ranges-1.0.0.crate) = e24e976bffe8f5c9cfa7db272029e56e55863b33
-RMD160 (utf8-ranges-1.0.0.crate) = 1b4d6305dd44df57dc34555b7064df1da1d462fd
-SHA512 (utf8-ranges-1.0.0.crate) = da498433597582970860db1c66ff1cc2ed8b0e2bf816e6aabdb40424ec03c3f28e6ca5e7592e464442004077735dca4144acd13c8f6a2e799d67504699422643
-Size (utf8-ranges-1.0.0.crate) = 8599 bytes
-SHA1 (uuid-0.1.18.crate) = 969ebde035d09521a80f3a30ddb4d7292cdb2171
-RMD160 (uuid-0.1.18.crate) = d2a3e7b1237d05ee7dd97b740e37aaf4cead9abc
-SHA512 (uuid-0.1.18.crate) = 9abc25458eb5f5c4ec76f6e391694f531e6956040491049677a7fb61570594c02483416bd00e04813788b1271df02fa9c51b93df9e472602bb8eb49868cf20c2
-Size (uuid-0.1.18.crate) = 13316 bytes
-SHA1 (version_check-0.1.3.crate) = 044bc93e27383c513b06acdd8727d6211840be0b
-RMD160 (version_check-0.1.3.crate) = d8fd10498d3f5047ada1bc5db0366f943c1ac447
-SHA512 (version_check-0.1.3.crate) = 1e566fabeac8cc163a975c1736f86c6e898ee42cbdda4874c9cc336f59eeff701528182449d318eef0a755f291fd3c612f728cd6034d9c6eeeae652a55eb249f
-Size (version_check-0.1.3.crate) = 4092 bytes
+SHA1 (url-1.7.2.crate) = 0f1557c3bcc754099d8256987877f453c695344f
+RMD160 (url-1.7.2.crate) = c46442b7903a874b0556861845d5121bfc3b5397
+SHA512 (url-1.7.2.crate) = c53d7c397416cb1f3c9f7654a8a0653f350c28d41880859f29f681cd6269848890c1396b7ccdf571ec84212a8f3959138f47193ac0595a97bf98972b58e1ed04
+Size (url-1.7.2.crate) = 68597 bytes
+SHA1 (utf8-ranges-1.0.2.crate) = 315874cf1a68de8e618293de577f95081d7e5dd8
+RMD160 (utf8-ranges-1.0.2.crate) = 472c5b94c5ca826c8788d2e6629b713a9df70fd6
+SHA512 (utf8-ranges-1.0.2.crate) = ac168b908a34c4814a682b77502d2e5aa3130acb01fa87e29c78b760a61ba61b01f9fa2d67202604ac9824e0b2fe92143b72c0d4100a62ff9f53e4b00a4a12fb
+Size (utf8-ranges-1.0.2.crate) = 8510 bytes
+SHA1 (uuid-0.5.1.crate) = 54fad13c17c6aa58021e8cfb568e5fa49bddcbb2
+RMD160 (uuid-0.5.1.crate) = c4780a1294fa57c2c7e74ed10b41c3c70d6355d2
+SHA512 (uuid-0.5.1.crate) = 6865a85dd53f7455f741de558127371e85e47c8c4ed6dfccdd90fc7ec71dc66d370af551bf9463a36399440b28bce329114cd27afc87f4072f1e6e2d9ebf9116
+Size (uuid-0.5.1.crate) = 18245 bytes
+SHA1 (version_check-0.1.5.crate) = bf97e65ca0e7fd6cea3735a5edbf47cfe42d74b0
+RMD160 (version_check-0.1.5.crate) = 0806190559062dc843ecf13393f6c1319367eac1
+SHA512 (version_check-0.1.5.crate) = cd3ca0b36108b0fe8e6a5c26614b4f3e3c36ffd13cd9eeb7693086b4a1f7b67c025613d90e79f4dd1bd3234a3e387b2ee890c6c410fe67d293b9b5503f5e9362
+Size (version_check-0.1.5.crate) = 8173 bytes
 SHA1 (void-1.0.2.crate) = 7c734ea50aceab06238191f7282a0ae18cf478f5
 RMD160 (void-1.0.2.crate) = 5d76f91beb625f5b645c156ca45ee5138e984e80
 SHA512 (void-1.0.2.crate) = 1cc7d282600dc0164d7e410aa895d5dc99de1174991549c6733c94cc2027026517f66797751d737869eae58c560fa26edbf43f36b3015eb2fd99828fe40e0aa1
 Size (void-1.0.2.crate) = 2356 bytes
-SHA1 (webdriver-0.35.0.crate) = c6920a914b608fb04fd35006480a6e775e638a73
-RMD160 (webdriver-0.35.0.crate) = aed910e65dde3506202976193606d169a100f032
-SHA512 (webdriver-0.35.0.crate) = eb6b10d42352f5e0c041ca709166319a7db936a6347ef10504c7fb8a771d09fda9f9af894110e512bd377e2d47b7e4231135d63ecaa957d03715ebf7a0c3e175
-Size (webdriver-0.35.0.crate) = 25627 bytes
+SHA1 (want-0.0.6.crate) = 489c7932c015cb5597b41086903fe4cd6c8ae8eb
+RMD160 (want-0.0.6.crate) = ac801122aa9cbb703dba7d394b028aa63da9a61d
+SHA512 (want-0.0.6.crate) = 65612379ffb46e5baeae46c7f6f3f3f03133ed9a99c5746bb405fd9b1bc3715739be199cf0f4ee3fa1ac5a2f624ca59fae75bfc14de19b4d5c80270c74f82a86
+Size (want-0.0.6.crate) = 5434 bytes
+SHA1 (webdriver-0.38.0.crate) = 4e15407f04cf3429cec83f49de02901a19f8799c
+RMD160 (webdriver-0.38.0.crate) = a9510a5376c100564e5bf7d77e65866461789b3a
+SHA512 (webdriver-0.38.0.crate) = e6f60e843012a3dfad81977c9e2e85de74dd20bba8e37025cb4e2184081678878d6ac524c44685568b15d8d54de3d4a64fdc185b019f8609653304f891cd5426
+Size (webdriver-0.38.0.crate) = 24688 bytes
 SHA1 (winapi-0.2.8.crate) = ed26d16c66331aa1aaccb72df5bfa483200bf75c
 RMD160 (winapi-0.2.8.crate) = a30e4a3792706281d7940240df05d7ef60c53ef9
 SHA512 (winapi-0.2.8.crate) = 115e6f027cdd4a56f77ca24f4ab249d2a6cac1e1f955c826a9b6ee05db4861790a533f5e674aebbb540370fff52ed41618c2cd7c906e73200e92df213109cebe
 Size (winapi-0.2.8.crate) = 455145 bytes
-SHA1 (winapi-0.3.4.crate) = 3513c546a732d8feb851358742669b972808fad4
-RMD160 (winapi-0.3.4.crate) = ccf5ba89fc27ec1d28848c74ee3a5f1716f34d65
-SHA512 (winapi-0.3.4.crate) = 4636ceea813181de46c0bb2f837982936a69376e2b3a58d541a982a494ab4e5b52f3baf820f714a81a2e742def2bf07a2d8313e31b45e51dc7e4d350a5b24579
-Size (winapi-0.3.4.crate) = 905247 bytes
+SHA1 (winapi-0.3.6.crate) = 4b3a7509a30ed13f8180307a2ca38dc8ae10c5d3
+RMD160 (winapi-0.3.6.crate) = 549ef0ff7cd1a0f2aabf915ae603ed2c3c920ab6
+SHA512 (winapi-0.3.6.crate) = 991eb3d6ba08d59e7f7ec81ebf469cecc56b3723b636392972d2fdc1d6f13d88f8a244ad5cbb20f6058d12b44e060ed663c12aa3fbcd1235ab511fafa105cd3c
+Size (winapi-0.3.6.crate) = 1029391 bytes
 SHA1 (winapi-build-0.1.1.crate) = d74a38737db81113e3876a570830b716b64c10a2
 RMD160 (winapi-build-0.1.1.crate) = f1b6c5812fd6613c6e67e22c5f961963ae3ac5f2
 SHA512 (winapi-build-0.1.1.crate) = 8b0a239e205a5368892f41c870a8a7ea16e3468c364b03382bef7fa3a2e7159b09c07661e95b1227578f6d72c14879daa4444b28c51ae20ef15d985d59ca5a77
@@ -320,12 +556,17 @@ SHA1 (winapi-x86_64-pc-windows-gnu-0.4.0
 RMD160 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 300417853d251d91cadb9650992a6aa98248619f
 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513
 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes
-SHA1 (winreg-0.5.0.crate) = 45a0cd20516e545512f95a2ecddb7e1981c4efb8
-RMD160 (winreg-0.5.0.crate) = d55aadba8a5e99eadebf8f9a7a7f5f3ec32415af
-SHA512 (winreg-0.5.0.crate) = 4b2f88cbe6ed671ded23c141af231107fc51722dd9ec9a87e91398f2a8aba062196a6a2254d34f05b0e64e531dad3bf7b9ba024eaa53729b32d4c8bc7aba0a0a
-Size (winreg-0.5.0.crate) = 17568 bytes
-SHA1 (zip-0.3.1.crate) = add4b0139969d266d1dcb27b5fcbec89a57cb53f
-RMD160 (zip-0.3.1.crate) = 2544e167368cc735da419038afd312c5582765ba
-SHA512 (zip-0.3.1.crate) = 72ab98efde920df0ac8253b39b0b403fef1b928ad064ec93d7e3d36c9b79474ba6d44086bb0d27e92c88661f9eef1a44231e05190126662679bccaea3ccfe30c
-Size (zip-0.3.1.crate) = 23585 bytes
-SHA1 (patch-vendor_mozrunner_src_runner.rs) = d328b64bd2e0dd02d13ee1ca35d912cb2d233073
+SHA1 (winreg-0.5.1.crate) = f97ca42c7c4aee5b8cfcd0e94bf402319c6e0e4f
+RMD160 (winreg-0.5.1.crate) = a5a430e4bca2c91e8a38d78b72c23399109f3d88
+SHA512 (winreg-0.5.1.crate) = 03c2350e4aa6c41956f493018136f0b016d36c587e6f27d57dddd29a55391286be4805962c4247bb59821c3031ec75f9a63c140536c13aac894c07e914380f7f
+Size (winreg-0.5.1.crate) = 17693 bytes
+SHA1 (ws2_32-sys-0.2.1.crate) = dae41c117c3746c05852b6ce72f17954e6d6dd8b
+RMD160 (ws2_32-sys-0.2.1.crate) = 883038c3ec6db615e0c96f0788f1a24892a855b2
+SHA512 (ws2_32-sys-0.2.1.crate) = 18356861fc595efe7d0180afb8ce7649da35a4f9ba456271d2068679ab258a861af32a2e016e241fbfbf5f6ef0eb33127b26eabfc11428af39506538faa4821f
+Size (ws2_32-sys-0.2.1.crate) = 4697 bytes
+SHA1 (zip-0.4.2.crate) = 242ab2497e174cc239e18a2a09802b3208f942c0
+RMD160 (zip-0.4.2.crate) = 127baf5996c5c59f593f77c1fdc21bdd9f420140
+SHA512 (zip-0.4.2.crate) = 84bf51fb83db91d0f6151e7ed4fe59cfcac5dacaa4da58ab09e226a48b14287275f121cf6302b29c693dbcb16e720fbccce7d6d986364ad5d403715235ed98e4
+Size (zip-0.4.2.crate) = 25852 bytes
+SHA1 (patch-Cargo.toml) = 5909e454a99cbff1cffb616096869774f5b8866f
+SHA1 (patch-vendor_mozrunner_src_runner.rs) = e5359f3b674b6383e0ff633cec053728985ffb0d

Index: pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs
diff -u pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs:1.2 pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs:1.3
--- pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs:1.2     Wed May  9 23:41:39 2018
+++ pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs Sat Jan  5 03:01:30 2019
@@ -1,18 +1,19 @@
-$NetBSD: patch-vendor_mozrunner_src_runner.rs,v 1.2 2018/05/09 23:41:39 maya Exp $
+$NetBSD: patch-vendor_mozrunner_src_runner.rs,v 1.3 2019/01/05 03:01:30 tnn Exp $
 
 Make the linux method the fallback method.
 
---- ../vendor/mozrunner-0.6.1/src/runner.rs.orig       2017-09-11 14:07:59.000000000 +0000
-+++ ../vendor/mozrunner-0.6.1/src/runner.rs
-@@ -351,20 +351,6 @@ fn find_binary(name: &str) -> Option<Pat
-     })
+--- ../vendor/mozrunner-0.8.0/src/runner.rs.orig       2018-09-11 12:26:34.000000000 +0000
++++ ../vendor/mozrunner-0.8.0/src/runner.rs
+@@ -293,21 +293,6 @@ impl Runner for FirefoxRunner {
+     }
  }
  
 -#[cfg(target_os = "linux")]
 -pub mod platform {
--    use super::find_binary;
+-    use path::find_binary;
 -    use std::path::PathBuf;
 -
+-    /// Searches the system path for `firefox`.
 -    pub fn firefox_default_path() -> Option<PathBuf> {
 -        find_binary("firefox")
 -    }
@@ -24,17 +25,17 @@ Make the linux method the fallback metho
 -
  #[cfg(target_os = "macos")]
  pub mod platform {
-     use super::find_binary;
-@@ -455,12 +441,13 @@ pub mod platform {
-     }
- }
+     use path::{find_binary, is_binary};
+@@ -410,12 +395,12 @@ pub mod platform {
  
--#[cfg(not(any(target_os = "linux", target_os = "macos", target_os = "windows")))]
-+#[cfg(not(any(target_os = "macos", target_os = "windows")))]
+ #[cfg(not(any(target_os = "linux", target_os = "macos", target_os = "windows")))]
  pub mod platform {
-+    use super::find_binary;
++    use path::find_binary;
      use std::path::PathBuf;
  
+-    /// Returns `None` for all other operating systems than Linux, macOS, and
+-    /// Windows.
++    /// Searches the system path for `firefox`.
      pub fn firefox_default_path() -> Option<PathBuf> {
 -        None
 +        find_binary("firefox")

Added files:

Index: pkgsrc/www/geckodriver/files/Cargo.lock
diff -u /dev/null pkgsrc/www/geckodriver/files/Cargo.lock:1.1
--- /dev/null   Sat Jan  5 03:01:30 2019
+++ pkgsrc/www/geckodriver/files/Cargo.lock     Sat Jan  5 03:01:30 2019
@@ -0,0 +1,1362 @@
+[[package]]
+name = "adler32"
+version = "1.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "aho-corasick"
+version = "0.6.9"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "arrayvec"
+version = "0.4.10"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "autocfg"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "base64"
+version = "0.9.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "bitflags"
+version = "1.0.4"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "build_const"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "byteorder"
+version = "1.2.7"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "bytes"
+version = "0.4.11"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "bzip2"
+version = "0.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bzip2-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "bzip2-sys"
+version = "0.1.7"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "cc"
+version = "1.0.28"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "cfg-if"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "chrono"
+version = "0.4.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "clap"
+version = "2.32.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "cloudabi"
+version = "0.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "cookie"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "crc"
+version = "1.8.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "crc32fast"
+version = "1.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "crossbeam-deque"
+version = "0.6.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "crossbeam-epoch"
+version = "0.7.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "crossbeam-utils"
+version = "0.6.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "flate2"
+version = "1.0.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "miniz_oxide_c_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "fnv"
+version = "1.0.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "fuchsia-zircon"
+version = "0.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "fuchsia-zircon-sys"
+version = "0.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "futures"
+version = "0.1.25"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "futures-cpupool"
+version = "0.1.8"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "geckodriver"
+version = "0.23.0"
+dependencies = [
+ "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mozprofile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mozrunner 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mozversion 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
+ "uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "webdriver 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "h2"
+version = "0.1.14"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "string 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "http"
+version = "0.1.14"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "httparse"
+version = "1.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "hyper"
+version = "0.12.19"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "h2 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ "http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "idna"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "indexmap"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "iovec"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "itoa"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "kernel32-sys"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "lazy_static"
+version = "1.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "lazycell"
+version = "1.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "libc"
+version = "0.2.46"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "lock_api"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "log"
+version = "0.4.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "matches"
+version = "0.1.8"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "memchr"
+version = "2.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "memoffset"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "miniz_oxide"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "miniz_oxide_c_api"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "mio"
+version = "0.6.16"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
+ "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "mio-uds"
+version = "0.6.7"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "miow"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "mozprofile"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "mozrunner"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mozprofile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "mozversion"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rust-ini 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "msdos_time"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "net2"
+version = "0.2.33"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "nodrop"
+version = "0.1.13"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "num-integer"
+version = "0.1.39"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "num-traits"
+version = "0.2.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "num_cpus"
+version = "1.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "owning_ref"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "parking_lot"
+version = "0.6.4"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "parking_lot_core"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "percent-encoding"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "podio"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "proc-macro2"
+version = "0.4.24"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "quote"
+version = "0.6.10"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand"
+version = "0.3.22"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand"
+version = "0.5.5"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand"
+version = "0.6.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_os 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand_chacha"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand_core"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand_core"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "rand_hc"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand_isaac"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand_os"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand_pcg"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand_xorshift"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "redox_syscall"
+version = "0.1.50"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "regex"
+version = "0.2.11"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "regex"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "regex-syntax"
+version = "0.5.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "regex-syntax"
+version = "0.6.4"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "remove_dir_all"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rust-ini"
+version = "0.10.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "rustc_version"
+version = "0.2.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "ryu"
+version = "0.2.7"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "safemem"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "scopeguard"
+version = "0.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "semver"
+version = "0.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "semver"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "semver-parser"
+version = "0.7.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "serde"
+version = "1.0.84"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "serde_derive"
+version = "1.0.84"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "serde_json"
+version = "1.0.34"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "slab"
+version = "0.4.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "smallvec"
+version = "0.6.7"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "stable_deref_trait"
+version = "1.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "string"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "strsim"
+version = "0.7.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "syn"
+version = "0.15.23"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tempdir"
+version = "0.3.7"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "term_size"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "textwrap"
+version = "0.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "thread_local"
+version = "0.3.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "time"
+version = "0.1.41"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio"
+version = "0.1.13"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-uds 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-codec"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-current-thread"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-executor"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-fs"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-io"
+version = "0.1.10"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-reactor"
+version = "0.1.7"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-tcp"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-threadpool"
+version = "0.1.9"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-timer"
+version = "0.2.8"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-udp"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-uds"
+version = "0.2.4"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "try-lock"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "ucd-util"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "unicode-bidi"
+version = "0.3.4"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "unicode-normalization"
+version = "0.1.7"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "unicode-segmentation"
+version = "1.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "unicode-width"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "unicode-xid"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "unreachable"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "url"
+version = "1.7.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "utf8-ranges"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "uuid"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "version_check"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "void"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "want"
+version = "0.0.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "webdriver"
+version = "0.38.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cookie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "winapi"
+version = "0.2.8"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "winapi"
+version = "0.3.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "winapi-build"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "winapi-i686-pc-windows-gnu"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "winapi-x86_64-pc-windows-gnu"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "winreg"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "ws2_32-sys"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "zip"
+version = "0.4.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[metadata]
+"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
+"checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e"
+"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
+"checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727"
+"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
+"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
+"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
+"checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d"
+"checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
+"checksum bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
+"checksum bzip2-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6584aa36f5ad4c9247f5323b0a42f37802b37a836f0ad87084d7a33961abe25f"
+"checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749"
+"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
+"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
+"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
+"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
+"checksum cookie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1465f8134efa296b4c19db34d909637cb2bf0f7aaf21299e23e18fa29ac557cf"
+"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
+"checksum crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192"
+"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
+"checksum crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f10a4f8f409aaac4b16a5474fb233624238fcdeefb9ba50d5ea059aab63ba31c"
+"checksum crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "41ee4864f4797060e52044376f7d107429ce1fb43460021b126424b7180ee21a"
+"checksum flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2291c165c8e703ee54ef3055ad6188e3d51108e2ded18e9f2476e774fc5ad3d4"
+"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
+"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
+"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
+"checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b"
+"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
+"checksum h2 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "1ac030ae20dee464c5d0f36544d8b914a6bc606da44a57e052d2b0f5dae129e0"
+"checksum http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "02096a6d2c55e63f7fcb800690e4f889a25f6ec342e3adb4594e293b625215ab"
+"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
+"checksum hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)" = "f1ebec079129e43af5e234ef36ee3d7e6085687d145b7ea653b262d16c6b65f1"
+"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
+"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
+"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
+"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
+"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
+"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
+"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
+"checksum libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" = "023a4cd09b2ff695f9734c1934145a315594b7986398496841c7031a5a1bbdbd"
+"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
+"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
+"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
+"checksum memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db4c41318937f6e76648f42826b1d9ade5c09cafb5aef7e351240a70f39206e9"
+"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
+"checksum miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ad30a47319c16cde58d0314f5d98202a80c9083b5f61178457403dfb14e509c"
+"checksum miniz_oxide_c_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "28edaef377517fd9fe3e085c37d892ce7acd1fbeab9239c5a36eec352d8a8b7e"
+"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
+"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
+"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
+"checksum mozprofile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "652a66e30760080d2a69d1179523e9ffcefd696bac7f195918734a74b312892c"
+"checksum mozrunner 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "099e44c70b09cc14642e9b4ae49c7aa4dc31ebcd1aee90fd239dc8a2b5aa73e9"
+"checksum mozversion 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "597412c9031cfa14e823ace4aa80d0cc19596f2a65d5de960fdeb00ebe285861"
+"checksum msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729"
+"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
+"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
+"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
+"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
+"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238"
+"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
+"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
+"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
+"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
+"checksum podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd"
+"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
+"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
+"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
+"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
+"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
+"checksum rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b65e163105a6284f841bd23100a015895f54340e88a5ffc9ca7b8b33827cfce0"
+"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
+"checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372"
+"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
+"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
+"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
+"checksum rand_os 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de5ac4de1c2973e1391dc305cb0fbf8788cb58068e98255439b7485a77022273"
+"checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
+"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
+"checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2"
+"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
+"checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f"
+"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
+"checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1"
+"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
+"checksum rust-ini 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8a654c5bda722c699be6b0fe4c0d90de218928da5b724c3e467fc48865c37263"
+"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
+"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
+"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
+"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
+"checksum semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
+"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
+"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
+"checksum serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "0e732ed5a5592c17d961555e3b552985baf98d50ce418b7b655f31f6ba7eb1b7"
+"checksum serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d6115a3ca25c224e409185325afc16a0d5aaaabc15c42b09587d6f1ba39a5b"
+"checksum serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "bdf540260cfee6da923831f4776ddc495ada940c30117977c70f1313a6130545"
+"checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d"
+"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
+"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
+"checksum string 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98998cced76115b1da46f63388b909d118a37ae0be0f82ad35773d4a4bc9d18d"
+"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
+"checksum syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9545a6a093a3f0bd59adb472700acc08cad3776f860f16a897dfce8c88721cbc"
+"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
+"checksum term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327"
+"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
+"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
+"checksum time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "847da467bf0db05882a9e2375934a8a55cffdc9db0d128af1518200260ba1f6c"
+"checksum tokio 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "a7817d4c98cc5be21360b3b37d6036fe9b7aefa5b7a201b7b16ff33423822f7d"
+"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
+"checksum tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "331c8acc267855ec06eb0c94618dcbbfea45bed2d20b77252940095273fb58f6"
+"checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde"
+"checksum tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "60ae25f6b17d25116d2cba342083abe5255d3c2c79cb21ea11aa049c53bf7c75"
+"checksum tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "7392fe0a70d5ce0c882c4778116c519bd5dbaa8a7c3ae3d04578b3afafdcda21"
+"checksum tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "502b625acb4ee13cbb3b90b8ca80e0addd263ddacf6931666ef751e610b07fb5"
+"checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912"
+"checksum tokio-threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "56c5556262383032878afad66943926a1d1f0967f17e94bd7764ceceb3b70e7f"
+"checksum tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4f37f0111d76cc5da132fe9bc0590b9b9cfd079bc7e75ac3846278430a299ff8"
+"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92"
+"checksum tokio-uds 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "99ce87382f6c1a24b513a72c048b2c8efe66cb5161c9061d00bee510f08dc168"
+"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
+"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
+"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
+"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
+"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
+"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
+"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
+"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
+"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
+"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
+"checksum uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
+"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
+"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
+"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
+"checksum webdriver 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57600e820ab8ac3fcfed782edfb5ac1b530f5980d9c17030d13fd367e9734681"
+"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
+"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
+"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
+"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
+"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+"checksum winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a"
+"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
+"checksum zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "36b9e08fb518a65cf7e08a1e482573eb87a2f4f8c6619316612a3c1f162fe822"

Index: pkgsrc/www/geckodriver/patches/patch-Cargo.toml
diff -u /dev/null pkgsrc/www/geckodriver/patches/patch-Cargo.toml:1.1
--- /dev/null   Sat Jan  5 03:01:30 2019
+++ pkgsrc/www/geckodriver/patches/patch-Cargo.toml     Sat Jan  5 03:01:30 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-Cargo.toml,v 1.1 2019/01/05 03:01:30 tnn Exp $
+
+Need to wire down webdriver because 0.38.1 broke the API
+
+--- Cargo.toml.orig    2018-10-04 13:03:45.000000000 +0000
++++ Cargo.toml
+@@ -23,7 +23,7 @@ serde = "1.0"
+ serde_json = "1.0"
+ serde_derive = "1.0"
+ uuid = { version = "0.5", features = ["v4"] }
+-webdriver = "0.38.0"
++webdriver = "=0.38.0"
+ zip = "0.4"
+ 
+ [[bin]]



Home | Main Index | Thread Index | Old Index