Last active
          March 24, 2019 11:48 
        
      - 
      
- 
        Save erictapen/d5486b923efdbe933d633b0826749914 to your computer and use it in GitHub Desktop. 
    Cargo.lock file for sequoia-pgp
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [[package]] | |
| name = "MacTypes-sys" | |
| version = "2.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "adler32" | |
| version = "1.0.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "aho-corasick" | |
| version = "0.6.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "ansi_term" | |
| version = "0.11.0" | |
| 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 = "argon2rs" | |
| version = "0.2.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "scoped_threadpool 0.1.9 (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 = "ascii-canvas" | |
| version = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "assert_cli" | |
| version = "0.6.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "colored 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "atty" | |
| version = "0.2.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "termion 1.5.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 = "autocfg" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "backtrace" | |
| version = "0.3.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "backtrace-sys" | |
| version = "0.1.28" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (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.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "bindgen" | |
| version = "0.43.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "bit-set" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "bit-vec" | |
| version = "0.5.1" | |
| source = "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 = "blake2-rfc" | |
| version = "0.2.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "block-buffer" | |
| version = "0.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "block-padding 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "block-padding" | |
| version = "0.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "buffered-reader" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (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 = "byte-tools" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "byteorder" | |
| version = "1.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "bytes" | |
| version = "0.4.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "byteorder 1.3.1 (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.50 (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.31 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "capnp" | |
| version = "0.9.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "capnp-futures" | |
| version = "0.9.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "capnp 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "capnp-rpc" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "capnp 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "capnp-futures 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "capnpc 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "capnpc" | |
| version = "0.9.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "capnp 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "cc" | |
| version = "1.0.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "cexpr" | |
| version = "0.3.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "cfg-if" | |
| version = "0.1.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "clang-sys" | |
| version = "0.26.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libloading 0.5.0 (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 = [ | |
| "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "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)", | |
| "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)", | |
| "vec_map 0.8.1 (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 = "colored" | |
| version = "1.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "constant_time_eq" | |
| version = "0.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "core-foundation" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "core-foundation-sys" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (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.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "crossbeam-deque" | |
| version = "0.7.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "crossbeam-epoch" | |
| version = "0.7.1" | |
| 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.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 1.3.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-queue" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "crossbeam-utils" | |
| version = "0.6.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "csv" | |
| version = "1.0.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "csv-core 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "csv-core" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "diff" | |
| version = "0.1.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "difference" | |
| version = "2.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "digest" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "dirs" | |
| version = "1.0.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "redox_users 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 = "docopt" | |
| version = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "either" | |
| version = "1.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "ena" | |
| version = "0.11.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)", | |
| ] | |
| [[package]] | |
| name = "encode_unicode" | |
| version = "0.3.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "env_logger" | |
| version = "0.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "humantime 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)", | |
| "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "environment" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "failure" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "failure_derive" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "fake-simd" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "fixedbitset" | |
| version = "0.1.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "flate2" | |
| version = "1.0.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "miniz_oxide_c_api 0.2.1 (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 = "foreign-types" | |
| version = "0.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "foreign-types-shared" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "fs2" | |
| version = "0.4.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.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 = "fuchsia-cprng" | |
| version = "0.1.1" | |
| 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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "generic-array" | |
| version = "0.12.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "glob" | |
| version = "0.2.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "h2" | |
| version = "0.1.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "bytes 0.4.12 (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.16 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "http" | |
| version = "0.1.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bytes 0.4.12 (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 = "humantime" | |
| version = "1.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "hyper" | |
| version = "0.12.25" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bytes 0.4.12 (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.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "http 0.1.16 (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)", | |
| "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "hyper-tls" | |
| version = "0.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-io 0.1.12 (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.8 (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.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "itertools" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "either 1.5.1 (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 = "lalrpop" | |
| version = "0.16.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "docopt 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lalrpop-util 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "term 0.4.6 (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 = "lalrpop-util" | |
| version = "0.16.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "lazy_static" | |
| version = "1.3.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.50" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "libloading" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "libsqlite3-sys" | |
| version = "0.9.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "linked-hash-map" | |
| version = "0.5.2" | |
| 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.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "lru-cache" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "mach_o_sys" | |
| version = "0.1.1" | |
| source = "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.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (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 = "memsec" | |
| version = "0.5.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "mach_o_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "miniz-sys" | |
| version = "0.1.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "miniz_oxide" | |
| version = "0.2.1" | |
| 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.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "cc 1.0.31 (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.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "miniz_oxide 0.2.1 (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.50 (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.2 (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.50 (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 = "native-tls" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "openssl 0.10.20 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "security-framework 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "security-framework-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tempfile 3.0.7 (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.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.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 = "nettle" | |
| version = "4.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "nettle-sys 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "nettle" | |
| version = "5.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "nettle-sys 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "nettle-sys" | |
| version = "1.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bindgen 0.43.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "new_debug_unreachable" | |
| version = "1.0.3" | |
| source = "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 = "nom" | |
| version = "4.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "memchr 2.2.0 (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 = "num_cpus" | |
| version = "1.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "opaque-debug" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "openssl" | |
| version = "0.10.20" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "openssl-probe" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "openssl-sys" | |
| version = "0.9.43" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "ordermap" | |
| version = "0.3.5" | |
| source = "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.7.1" | |
| 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.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "parking_lot_core" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.6.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.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "peeking_take_while" | |
| version = "0.1.2" | |
| source = "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 = "petgraph" | |
| version = "0.4.13" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "phf_generator" | |
| version = "0.7.24" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "phf_shared" | |
| version = "0.7.24" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "pkg-config" | |
| version = "0.3.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "precomputed-hash" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "prettytable-rs" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "csv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "term 0.5.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 = "proc-macro2" | |
| version = "0.3.5" | |
| 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 = "proc-macro2" | |
| version = "0.4.27" | |
| 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 = "quick-error" | |
| version = "1.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "quickcheck" | |
| version = "0.8.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "quote" | |
| version = "0.5.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "quote" | |
| version = "0.6.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "rand" | |
| version = "0.4.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rdrand 0.4.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" | |
| version = "0.5.6" | |
| 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-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand_core 0.3.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" | |
| version = "0.6.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (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.4.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_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand_pcg 0.1.2 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "rand_core" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "rand_core" | |
| version = "0.4.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.1 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "rand_jitter" | |
| version = "0.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand_core 0.4.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_os" | |
| version = "0.1.3" | |
| 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-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rdrand 0.4.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.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand_core 0.4.0 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "rdrand" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "redox_syscall" | |
| version = "0.1.51" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "redox_termios" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "redox_users" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "regex" | |
| version = "1.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "regex-syntax 0.6.5 (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.6.5" | |
| 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 = "rpassword" | |
| version = "2.1.0" | |
| 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.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "rusqlite" | |
| version = "0.14.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)", | |
| "libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "rustc-demangle" | |
| version = "0.1.13" | |
| 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 = "schannel" | |
| version = "0.1.15" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "lazy_static 1.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 = "scoped-tls" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "scoped_threadpool" | |
| version = "0.1.9" | |
| 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 = "security-framework" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "security-framework-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "security-framework-sys" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "MacTypes-sys 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (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 = "sequoia" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "buffered-reader 0.5.0", | |
| "sequoia-core 0.5.0", | |
| "sequoia-ffi 0.5.0", | |
| "sequoia-ffi-macros 0.5.0", | |
| "sequoia-guide 0.5.0", | |
| "sequoia-net 0.5.0", | |
| "sequoia-openpgp 0.5.0", | |
| "sequoia-openpgp-ffi 0.5.0", | |
| "sequoia-sqv 0.5.0", | |
| "sequoia-store 0.5.0", | |
| "sequoia-tool 0.5.0", | |
| ] | |
| [[package]] | |
| name = "sequoia-core" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sequoia-ffi" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "memsec 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "nettle 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sequoia-core 0.5.0", | |
| "sequoia-ffi-macros 0.5.0", | |
| "sequoia-net 0.5.0", | |
| "sequoia-openpgp 0.5.0", | |
| "sequoia-store 0.5.0", | |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sequoia-ffi-macros" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "nettle 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sequoia-guide" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sequoia-openpgp 0.5.0", | |
| ] | |
| [[package]] | |
| name = "sequoia-net" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "capnp-rpc 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "fs2 0.4.3 (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.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "memsec 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sequoia-core 0.5.0", | |
| "sequoia-openpgp 0.5.0", | |
| "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sequoia-openpgp" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "buffered-reader 0.5.0", | |
| "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lalrpop 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lalrpop-util 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "memsec 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "nettle 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "quickcheck 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rpassword 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sequoia-openpgp-ffi" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "memsec 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "nettle 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sequoia-ffi-macros 0.5.0", | |
| "sequoia-openpgp 0.5.0", | |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sequoia-sqv" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sequoia-openpgp 0.5.0", | |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sequoia-store" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "capnp 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "capnp-rpc 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "capnpc 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rusqlite 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sequoia-core 0.5.0", | |
| "sequoia-net 0.5.0", | |
| "sequoia-openpgp 0.5.0", | |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sequoia-tool" | |
| version = "0.5.0" | |
| dependencies = [ | |
| "assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rpassword 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sequoia-core 0.5.0", | |
| "sequoia-net 0.5.0", | |
| "sequoia-openpgp 0.5.0", | |
| "sequoia-store 0.5.0", | |
| "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "serde" | |
| version = "1.0.89" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "serde_derive" | |
| version = "1.0.89" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "serde_json" | |
| version = "1.0.39" | |
| 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.89 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sha2" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "siphasher" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "slab" | |
| version = "0.4.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "smallvec" | |
| version = "0.6.9" | |
| source = "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.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "string_cache" | |
| version = "0.7.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "new_debug_unreachable 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "string_cache_codegen" | |
| version = "0.4.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "string_cache_shared" | |
| version = "0.3.0" | |
| 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.29" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "quote 0.6.11 (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 = "synstructure" | |
| version = "0.10.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "syn 0.15.29 (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.6 (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 = "tempfile" | |
| version = "3.0.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "remove_dir_all 0.5.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 = "term" | |
| version = "0.4.6" | |
| 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)", | |
| "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "term" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "byteorder 1.3.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 = "termcolor" | |
| version = "1.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "termion" | |
| version = "1.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "redox_termios 0.1.1 (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 = [ | |
| "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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "time" | |
| version = "0.1.42" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "redox_syscall 0.1.51 (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.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bytes 0.4.12 (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.10.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.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-trace-core 0.1.0 (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.5 (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.12 (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.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "tokio-core" | |
| version = "0.1.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bytes 0.4.12 (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)", | |
| "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)", | |
| "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "tokio-current-thread" | |
| version = "0.1.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)", | |
| "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "tokio-executor" | |
| version = "0.1.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "tokio-fs" | |
| version = "0.1.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)", | |
| "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "tokio-io" | |
| version = "0.1.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bytes 0.4.12 (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.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "crossbeam-utils 0.6.5 (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.3.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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "tokio-sync" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "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)", | |
| ] | |
| [[package]] | |
| name = "tokio-tcp" | |
| version = "0.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bytes 0.4.12 (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.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "tokio-threadpool" | |
| version = "0.1.13" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "crossbeam-utils 0.6.5 (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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "tokio-timer" | |
| version = "0.2.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "crossbeam-utils 0.6.5 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "tokio-trace-core" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "lazy_static 1.3.0 (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.12 (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.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "tokio-uds" | |
| version = "0.2.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bytes 0.4.12 (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.50 (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.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tokio-reactor 0.1.9 (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 = "typenum" | |
| version = "1.10.0" | |
| 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.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "smallvec 0.6.9 (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 = "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 = "vcpkg" | |
| version = "0.2.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "vec_map" | |
| version = "0.8.1" | |
| source = "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 = "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 = "which" | |
| version = "1.0.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.2.50 (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-util" | |
| version = "0.1.2" | |
| 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 = "winapi-x86_64-pc-windows-gnu" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "wincolor" | |
| version = "1.0.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)", | |
| "winapi-util 0.1.2 (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)", | |
| ] | |
| [metadata] | |
| "checksum MacTypes-sys 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eaf9f0d0b1cc33a4d2aee14fb4b2eac03462ef4db29c8ac4057327d8a71ad86f" | |
| "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" | |
| "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" | |
| "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | |
| "checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392" | |
| "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" | |
| "checksum ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b385d69402821a1c254533a011a312531cbcc0e3e24f19bbb4747a5a2daf37e2" | |
| "checksum assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a29ab7c0ed62970beb0534d637a8688842506d0ff9157de83286dacd065c8149" | |
| "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | |
| "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" | |
| "checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4" | |
| "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" | |
| "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" | |
| "checksum bindgen 0.43.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d52d263eacd15d26cbcf215d254b410bd58212aaa2d3c453a04b2d3b3adcf41" | |
| "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | |
| "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" | |
| "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | |
| "checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" | |
| "checksum block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49665c62e0e700857531fa5d3763e91b539ff1abeebd56808d378b495870d60d" | |
| "checksum block-padding 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d75255892aeb580d3c566f213a2b6fdc1c66667839f45719ee1d30ebf2aea591" | |
| "checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" | |
| "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" | |
| "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" | |
| "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" | |
| "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 capnp 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5f3809f2a9dae96253a32f079db1d9887a495fa0e3181bc2a64476d7ff58eac8" | |
| "checksum capnp-futures 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80185c75c4184e3d1d6fa4705d1260effe2ea070a154b428a47899f941fc9255" | |
| "checksum capnp-rpc 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce375f1b92bb3ae0eb3edc7409528cbfb17f35612feca67e49c38a6f29570046" | |
| "checksum capnpc 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "def7dcaba60ae98fb6fd1614e141f7c9b98ac7dd5daddb9f79771c4296b1ed21" | |
| "checksum cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ce8bb087aacff865633f0bd5aeaed910fe2fe55b55f4739527f2e023a2e53d" | |
| "checksum cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7fa24eb00d5ffab90eaeaf1092ac85c04c64aaf358ea6f84505b8116d24c6af" | |
| "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" | |
| "checksum clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6ef0c1bcf2e99c649104bd7a7012d8f8802684400e03db0ec0af48583c6fa0e4" | |
| "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 colored 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e9a455e156a4271e12fd0246238c380b1e223e3736663c7a18ed8b6362028a9" | |
| "checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e" | |
| "checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980" | |
| "checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa" | |
| "checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" | |
| "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" | |
| "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" | |
| "checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4" | |
| "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" | |
| "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" | |
| "checksum csv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9fd1c44c58078cfbeaf11fbb3eac9ae5534c23004ed770cc4bfb48e658ae4f04" | |
| "checksum csv-core 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5cdef62f37e6ffe7d1f07a381bc0db32b7a3ff1cac0de56cb0d81e71f53d65" | |
| "checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" | |
| "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | |
| "checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" | |
| "checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" | |
| "checksum docopt 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db2906c2579b5b7207fc1e328796a9a8835dc44e22dbe8e460b1d636f9a7b225" | |
| "checksum either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c67353c641dc847124ea1902d69bd753dee9bb3beff9aa3662ecf86c971d1fac" | |
| "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" | |
| "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" | |
| "checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a" | |
| "checksum environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4b14e20978669064c33b4c1e0fb4083412e40fe56cbea2eae80fd7591503ee" | |
| "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" | |
| "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" | |
| "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | |
| "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" | |
| "checksum flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f87e68aa82b2de08a6e037f1385455759df6e445a8df5e005b4297191dbf18aa" | |
| "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | |
| "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" | |
| "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" | |
| "checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" | |
| "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | |
| "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 generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592" | |
| "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" | |
| "checksum h2 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "910a5e7be6283a9c91b3982fa5188368c8719cce2a3cf3b86048673bf9d9c36b" | |
| "checksum http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "fe67e3678f2827030e89cc4b9e7ecd16d52f132c0b940ab5005f88e821500f6a" | |
| "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" | |
| "checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" | |
| "checksum hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)" = "7d5b6658b016965ae301fa995306db965c93677880ea70765a84235a96eae896" | |
| "checksum hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f" | |
| "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 itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | |
| "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 lalrpop 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2e80bee40b22bca46665b4ef1f3cd88ed0fb043c971407eac17a0712c02572" | |
| "checksum lalrpop-util 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)" = "33b27d8490dbe1f9704b0088d61e8d46edc10d5673a8829836c6ded26a9912c7" | |
| "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" | |
| "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | |
| "checksum libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "aab692d7759f5cd8c859e169db98ae5b52c924add2af5fbbca11d12fefb567c1" | |
| "checksum libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2" | |
| "checksum libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d3711dfd91a1081d2458ad2d06ea30a8755256e74038be2ad927d94e1c955ca8" | |
| "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | |
| "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 lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" | |
| "checksum mach_o_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3e854583a83f20cf329bb9283366335387f7db59d640d1412167e05fedb98826" | |
| "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | |
| "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" | |
| "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" | |
| "checksum memsec 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "99ea6115ff21342fa519c02047c6e87e932ac51aa214e344f2c1fd85ec6ed50c" | |
| "checksum miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649" | |
| "checksum miniz_oxide 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c468f2369f07d651a5d0bb2c9079f8488a66d5466efe42d0c5c6466edcb7f71e" | |
| "checksum miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fe927a42e3807ef71defb191dc87d4e24479b221e67015fe38ae2b7b447bab" | |
| "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 native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2" | |
| "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | |
| "checksum nettle 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16f1959280669371d12190f792f44ac3166fd0fc089766f1a64e92bacb76e2ef" | |
| "checksum nettle 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4e622a0be9a120e13eaca3951bf4f168458891b3471d52f012b9a2d1f3e7dc4" | |
| "checksum nettle-sys 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bc3118c8e6ffc6b26857b59427293771bd418216cb0c9fcf540282397f8460d9" | |
| "checksum new_debug_unreachable 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30" | |
| "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" | |
| "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" | |
| "checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" | |
| "checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409" | |
| "checksum openssl 0.10.20 (registry+https://github.com/rust-lang/crates.io-index)" = "5a0d6b781aac4ac1bd6cafe2a2f0ad8c16ae8e1dd5184822a16c50139f8838d9" | |
| "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" | |
| "checksum openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" = "33c86834957dd5b915623e94f2f4ab2c70dd8f6b70679824155d5ae21dbd495d" | |
| "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | |
| "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" | |
| "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" | |
| "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" | |
| "checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" | |
| "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | |
| "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" | |
| "checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" | |
| "checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" | |
| "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" | |
| "checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | |
| "checksum prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e" | |
| "checksum proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "77997c53ae6edd6d187fec07ec41b207063b5ee6f33680e9fa86d405cdd313d4" | |
| "checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" | |
| "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | |
| "checksum quickcheck 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3568ae5409428feef71bf062778bf5acfadc3d496b7696afa829f9eef70e17dc" | |
| "checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8" | |
| "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" | |
| "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" | |
| "checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9" | |
| "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | |
| "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | |
| "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | |
| "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" | |
| "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_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832" | |
| "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" | |
| "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" | |
| "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | |
| "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | |
| "checksum redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)" = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85" | |
| "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | |
| "checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828" | |
| "checksum regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53ee8cfdddb2e0291adfb9f13d31d3bbe0a03c9a402c01b1e24188d86c35b24f" | |
| "checksum regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8c2f35eedad5295fdf00a63d7d4b238135723f92b434ec06774dad15c7ab0861" | |
| "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | |
| "checksum rpassword 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d37473170aedbe66ffa3ad3726939ba677d83c646ad4fd99e5b4bc38712f45ec" | |
| "checksum rusqlite 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c9d9118f1ce84d8d0b67f9779936432fb42bb620cef2122409d786892cce9a3c" | |
| "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" | |
| "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 schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339" | |
| "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" | |
| "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" | |
| "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | |
| "checksum security-framework 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfab8dda0e7a327c696d893df9ffa19cadc4bd195797997f5223cf5831beaf05" | |
| "checksum security-framework-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3d6696852716b589dff9e886ff83778bb635150168e83afa8ac6b8a78cb82abc" | |
| "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.89 (registry+https://github.com/rust-lang/crates.io-index)" = "92514fb95f900c9b5126e32d020f5c6d40564c27a5ea6d1d7d9f157a96623560" | |
| "checksum serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6eabf4b5914e88e24eea240bb7c9f9a2cbc1bbbe8d961d381975ec3c6b806c" | |
| "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" | |
| "checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d" | |
| "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" | |
| "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | |
| "checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" | |
| "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | |
| "checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b" | |
| "checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423" | |
| "checksum string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da" | |
| "checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc" | |
| "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | |
| "checksum syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1825685f977249735d510a242a6727b46efe914bb67e38d30c071b1b72b1d5c2" | |
| "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | |
| "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" | |
| "checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a" | |
| "checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" | |
| "checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561" | |
| "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" | |
| "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | |
| "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.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | |
| "checksum tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "65641e515a437b308ab131a82ce3042ff9795bef5d6c5a9be4eb24195c417fd9" | |
| "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" | |
| "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" | |
| "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" | |
| "checksum tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e" | |
| "checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af" | |
| "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" | |
| "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" | |
| "checksum tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fda385df506bf7546e70872767f71e81640f1f251bdf2fd8eb81a0eaec5fe022" | |
| "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" | |
| "checksum tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "ec5759cf26cf9659555f36c431b515e3d05f66831741c85b4b5d5dfb9cf1323c" | |
| "checksum tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6" | |
| "checksum tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "350c9edade9830dc185ae48ba45667a445ab59f6167ef6d0254ec9d2430d9dd3" | |
| "checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" | |
| "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" | |
| "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" | |
| "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" | |
| "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.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" | |
| "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 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 vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d" | |
| "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | |
| "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | |
| "checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3" | |
| "checksum which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e84a603e7e0b1ce1aa1ee2b109c7be00155ce52df5081590d1ffb93f4f515cb2" | |
| "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-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" | |
| "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
| "checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba" | |
| "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment