123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695 |
- [[package]]
- name = "ansi_term"
- version = "0.11.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "atty"
- version = "0.2.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.2.42 (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.5 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "bitflags"
- version = "1.0.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "cbindgen"
- version = "0.5.2"
- dependencies = [
- "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
- "standalone-syn 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "cc"
- version = "1.0.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "cfg-if"
- version = "0.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "clap"
- version = "2.31.2"
- 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.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "textwrap 0.9.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 = "compiler_builtins"
- version = "0.1.0"
- source = "git+https://github.com/rust-lang-nursery/compiler-builtins.git#6eb8f8d710c5d77b0914bec56f68336ad3f06aac"
- [[package]]
- name = "crt0"
- version = "0.1.0"
- dependencies = [
- "platform 0.1.0",
- ]
- [[package]]
- name = "ctype"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "dtoa"
- version = "0.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "errno"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "fcntl"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "fenv"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "float"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "fenv 0.1.0",
- "platform 0.1.0",
- ]
- [[package]]
- name = "fuchsia-zircon"
- version = "0.3.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "bitflags 1.0.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)",
- ]
- [[package]]
- name = "fuchsia-zircon-sys"
- version = "0.3.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "grp"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "in_h"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- "sys_socket 0.1.0",
- ]
- [[package]]
- name = "inttypes"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "ctype 0.1.0",
- "errno 0.1.0",
- "platform 0.1.0",
- "stdlib 0.1.0",
- ]
- [[package]]
- name = "itoa"
- version = "0.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "libc"
- version = "0.2.42"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "locale"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "log"
- version = "0.3.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "log"
- version = "0.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "netinet"
- version = "0.1.0"
- dependencies = [
- "in_h 0.1.0",
- ]
- [[package]]
- name = "platform"
- version = "0.1.0"
- dependencies = [
- "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
- "sc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "proc-macro2"
- version = "0.2.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "quote"
- version = "0.3.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "ralloc"
- version = "1.0.0"
- dependencies = [
- "ralloc_shim 0.1.1",
- "unborrow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "ralloc_shim"
- version = "0.1.1"
- dependencies = [
- "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
- "sc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rand"
- version = "0.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rand"
- version = "0.5.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rand_core"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "redox_syscall"
- version = "0.1.40"
- 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.40 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "relibc"
- version = "0.1.0"
- dependencies = [
- "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
- "compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins.git)",
- "ctype 0.1.0",
- "errno 0.1.0",
- "fcntl 0.1.0",
- "fenv 0.1.0",
- "float 0.1.0",
- "grp 0.1.0",
- "inttypes 0.1.0",
- "locale 0.1.0",
- "netinet 0.1.0",
- "platform 0.1.0",
- "semaphore 0.1.0",
- "setjmp 0.1.0",
- "signal 0.1.0",
- "stdio 0.1.0",
- "stdlib 0.1.0",
- "string 0.1.0",
- "sys_mman 0.1.0",
- "sys_resource 0.1.0",
- "sys_socket 0.1.0",
- "sys_stat 0.1.0",
- "sys_time 0.1.0",
- "sys_utsname 0.1.0",
- "sys_wait 0.1.0",
- "time 0.1.0",
- "unistd 0.1.0",
- "wchar 0.1.0",
- "wctype 0.1.0",
- ]
- [[package]]
- name = "remove_dir_all"
- version = "0.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "sc"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "semaphore"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "serde"
- version = "1.0.66"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "serde_derive"
- version = "1.0.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "serde_derive_internals"
- version = "0.17.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "serde_json"
- version = "1.0.22"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "setjmp"
- version = "0.1.0"
- [[package]]
- name = "signal"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "standalone-quote"
- version = "0.5.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "standalone-syn"
- version = "0.13.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "standalone-quote 0.5.0 (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 = "stdio"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "errno 0.1.0",
- "fcntl 0.1.0",
- "platform 0.1.0",
- "ralloc 1.0.0",
- "string 0.1.0",
- "va_list 0.1.0",
- ]
- [[package]]
- name = "stdlib"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "ctype 0.1.0",
- "errno 0.1.0",
- "platform 0.1.0",
- "ralloc 1.0.0",
- "rand 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "string 0.1.0",
- "time 0.1.0",
- "wchar 0.1.0",
- ]
- [[package]]
- name = "string"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "errno 0.1.0",
- "platform 0.1.0",
- "ralloc 1.0.0",
- ]
- [[package]]
- name = "strsim"
- version = "0.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "syn"
- version = "0.11.11"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
- "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "synom"
- version = "0.11.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "sys_mman"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "sys_resource"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- "sys_time 0.1.0",
- ]
- [[package]]
- name = "sys_socket"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "sys_stat"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "sys_time"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "sys_utsname"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "sys_wait"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- "sys_resource 0.1.0",
- ]
- [[package]]
- name = "tempdir"
- version = "0.3.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "rand 0.4.2 (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 = "termion"
- version = "1.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
- "redox_syscall 0.1.40 (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.9.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 = "time"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "errno 0.1.0",
- "platform 0.1.0",
- ]
- [[package]]
- name = "toml"
- version = "0.4.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "unborrow"
- version = "0.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "unicode-width"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "unicode-xid"
- version = "0.0.4"
- 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 = "unistd"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- "stdio 0.1.0",
- "string 0.1.0",
- "sys_utsname 0.1.0",
- ]
- [[package]]
- name = "va_list"
- version = "0.1.0"
- dependencies = [
- "va_list-helper 0.0.2",
- ]
- [[package]]
- name = "va_list-helper"
- version = "0.0.2"
- dependencies = [
- "cc 1.0.17 (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 = "wchar"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "errno 0.1.0",
- "platform 0.1.0",
- "stdio 0.1.0",
- "time 0.1.0",
- "va_list 0.1.0",
- ]
- [[package]]
- name = "wctype"
- version = "0.1.0"
- dependencies = [
- "cbindgen 0.5.2",
- "platform 0.1.0",
- ]
- [[package]]
- name = "winapi"
- version = "0.3.5"
- 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-i686-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "winapi-x86_64-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [metadata]
- "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
- "checksum atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1"
- "checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
- "checksum cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "49ec142f5768efb5b7622aebc3fdbdbb8950a4b9ba996393cb76ef7466e8747d"
- "checksum cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18"
- "checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536"
- "checksum compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins.git)" = "<none>"
- "checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
- "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 itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682"
- "checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1"
- "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
- "checksum log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6fddaa003a65722a7fb9e26b0ce95921fe4ba590542ced664d8ce2fa26f9f3ac"
- "checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
- "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
- "checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
- "checksum rand 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d0d9f869af32e387d9e0f2bdb64326b8ac84c81d5e55459d0bc7526b0fdb3671"
- "checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
- "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
- "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
- "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
- "checksum sc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4ebbb026ba4a707c25caec2db5ef59ad8b41f7ad77cad06257e06229c891f376"
- "checksum serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" = "e9a2d9a9ac5120e0f768801ca2b58ad6eec929dc9d1d616c162f208869c2ce95"
- "checksum serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "652bc323d694dc925829725ec6c890156d8e70ae5202919869cb00fe2eff3788"
- "checksum serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32f1926285523b2db55df263d2aa4eb69ddcfa7a7eade6430323637866b513ab"
- "checksum serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "84b8035cabe9b35878adec8ac5fe03d5f6bc97ff6edd7ccb96b44c1276ba390e"
- "checksum standalone-quote 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dcedac1d6d98e7e9d1d6e628f5635af9566688ae5f6cea70a3976f495ae8d839"
- "checksum standalone-syn 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "115808f5187c07c23cb93eee49d542fae54c6e8285d3a24c6ff683fcde9243db"
- "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
- "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
- "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
- "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
- "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
- "checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
- "checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
- "checksum unborrow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e92e959f029e4f8ee25d70d15ab58d2b46f98a17bc238b9265ff0c26f6f3d67f"
- "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
- "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
- "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
- "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
- "checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
- "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
- "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|