Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1 | [root] |
| 2 | name = "unwind" |
| 3 | version = "0.0.0" |
| 4 | dependencies = [ |
| 5 | "core 0.0.0", |
| 6 | "libc 0.0.0", |
| 7 | ] |
| 8 | |
| 9 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 10 | name = "advapi32-sys" |
| 11 | version = "0.2.0" |
| 12 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 13 | dependencies = [ |
| 14 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 15 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 16 | ] |
| 17 | |
| 18 | [[package]] |
| 19 | name = "aho-corasick" |
| 20 | version = "0.5.3" |
| 21 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 22 | dependencies = [ |
| 23 | "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 24 | ] |
| 25 | |
| 26 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 27 | name = "aho-corasick" |
Guillaume Gomez | e133821 | 2017-03-17 00:05:21 | [diff] [blame] | 28 | version = "0.6.3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 | dependencies = [ |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 31 | "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 32 | ] |
| 33 | |
| 34 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 35 | name = "alloc" |
| 36 | version = "0.0.0" |
| 37 | dependencies = [ |
| 38 | "core 0.0.0", |
Murarth | eadda76 | 2017-06-13 22:52:59 | [diff] [blame] | 39 | "std_unicode 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 40 | ] |
| 41 | |
| 42 | [[package]] |
| 43 | name = "alloc_jemalloc" |
| 44 | version = "0.0.0" |
| 45 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 46 | "alloc 0.0.0", |
| 47 | "alloc_system 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 48 | "build_helper 0.1.0", |
| 49 | "core 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 50 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 51 | "libc 0.0.0", |
| 52 | ] |
| 53 | |
| 54 | [[package]] |
| 55 | name = "alloc_system" |
| 56 | version = "0.0.0" |
| 57 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 58 | "alloc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 59 | "core 0.0.0", |
| 60 | "libc 0.0.0", |
| 61 | ] |
| 62 | |
| 63 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 64 | name = "ansi_term" |
| 65 | version = "0.9.0" |
| 66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 67 | |
| 68 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 69 | name = "arena" |
| 70 | version = "0.0.0" |
| 71 | |
| 72 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 73 | name = "atty" |
| 74 | version = "0.2.2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 75 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 76 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 77 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 78 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 79 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 80 | ] |
| 81 | |
| 82 | [[package]] |
| 83 | name = "backtrace" |
| 84 | version = "0.3.2" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 87 | "backtrace-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 88 | "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 89 | "dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 90 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 91 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 92 | "rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 93 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 94 | ] |
| 95 | |
| 96 | [[package]] |
| 97 | name = "backtrace-sys" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 98 | version = "0.1.12" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 99 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 100 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 101 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 102 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 103 | ] |
| 104 | |
| 105 | [[package]] |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 106 | name = "bin_lib" |
| 107 | version = "0.1.0" |
| 108 | |
| 109 | [[package]] |
| 110 | name = "bin_lib_no_cfg_test" |
| 111 | version = "0.1.0" |
| 112 | |
| 113 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 114 | name = "bitflags" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 115 | version = "0.7.0" |
| 116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 | |
| 118 | [[package]] |
| 119 | name = "bitflags" |
Guillaume Gomez | e133821 | 2017-03-17 00:05:21 | [diff] [blame] | 120 | version = "0.8.2" |
Guillaume Gomez | 474cc09 | 2017-03-12 19:28:36 | [diff] [blame] | 121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 122 | |
| 123 | [[package]] |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 124 | name = "bitflags" |
| 125 | version = "0.9.1" |
| 126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 127 | |
| 128 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 129 | name = "bootstrap" |
| 130 | version = "0.0.0" |
| 131 | dependencies = [ |
| 132 | "build_helper 0.1.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 133 | "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 134 | "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 135 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 136 | "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 137 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 138 | "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 139 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 140 | "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 141 | ] |
| 142 | |
| 143 | [[package]] |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 144 | name = "borrow_error" |
| 145 | version = "0.1.0" |
| 146 | |
| 147 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 148 | name = "bufstream" |
| 149 | version = "0.1.3" |
| 150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 151 | |
| 152 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 153 | name = "build-manifest" |
| 154 | version = "0.1.0" |
| 155 | dependencies = [ |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 156 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 157 | "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
| 158 | ] |
| 159 | |
| 160 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 161 | name = "build_helper" |
| 162 | version = "0.1.0" |
Vadim Petrochenkov | a5b603b | 2017-01-31 21:27:51 | [diff] [blame] | 163 | dependencies = [ |
| 164 | "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 165 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 166 | |
| 167 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 168 | name = "cargo" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 169 | version = "0.21.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 170 | dependencies = [ |
| 171 | "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 172 | "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 173 | "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 174 | "cargotest 0.1.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 175 | "crates-io 0.10.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 176 | "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 177 | "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 178 | "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 179 | "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 180 | "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 181 | "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 182 | "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 183 | "fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 184 | "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 185 | "git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 186 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 187 | "hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 188 | "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 189 | "ignore 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | bdcebc9 | 2017-07-13 05:22:25 | [diff] [blame] | 190 | "jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 191 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 192 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 193 | "libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 194 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 195 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 196 | "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 197 | "openssl 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 198 | "psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 199 | "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 200 | "semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 201 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 202 | "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 203 | "serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 204 | "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 205 | "shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 206 | "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 207 | "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 208 | "termcolor 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 209 | "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 210 | "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 211 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 212 | ] |
| 213 | |
| 214 | [[package]] |
| 215 | name = "cargo" |
| 216 | version = "0.22.0" |
| 217 | source = "git+https://github.com/rust-lang/cargo#47783c151dcfcd3b835cd2012bfc2810c0f8d017" |
| 218 | dependencies = [ |
| 219 | "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 220 | "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 221 | "crates-io 0.11.0 (git+https://github.com/rust-lang/cargo)", |
| 222 | "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 223 | "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 224 | "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 225 | "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 226 | "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 227 | "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 228 | "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| 229 | "fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 230 | "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 231 | "git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 232 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 233 | "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 234 | "home 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 235 | "ignore 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 236 | "jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 237 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 238 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
| 239 | "libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 240 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 241 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 242 | "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 243 | "openssl 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 244 | "psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 245 | "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 3146d9f | 2017-05-26 14:46:41 | [diff] [blame] | 246 | "semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 247 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 248 | "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 249 | "serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 250 | "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 251 | "shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 0fba1f7 | 2017-06-01 00:21:00 | [diff] [blame] | 252 | "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 253 | "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 254 | "termcolor 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 255 | "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 256 | "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 257 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 258 | ] |
| 259 | |
| 260 | [[package]] |
| 261 | name = "cargotest" |
| 262 | version = "0.1.0" |
| 263 | dependencies = [ |
| 264 | "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 265 | "cargo 0.21.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 266 | "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 267 | "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 268 | "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 269 | "hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 270 | "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 271 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 272 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 273 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 274 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 275 | "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 0fba1f7 | 2017-06-01 00:21:00 | [diff] [blame] | 276 | "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 277 | "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 278 | "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 279 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 280 | ] |
| 281 | |
| 282 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 283 | name = "cargotest2" |
| 284 | version = "0.1.0" |
| 285 | |
| 286 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 287 | name = "cfg-if" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 288 | version = "0.1.2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 290 | |
| 291 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 292 | name = "clap" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 293 | version = "2.25.1" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 295 | dependencies = [ |
| 296 | "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 297 | "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 298 | "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 299 | "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 300 | "term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 301 | "textwrap 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 302 | "unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 303 | "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 304 | "vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 305 | "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 306 | ] |
| 307 | |
| 308 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 309 | name = "cmake" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 310 | version = "0.1.24" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 312 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 313 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 314 | ] |
| 315 | |
| 316 | [[package]] |
Murarth | 6484258 | 2017-06-17 19:01:18 | [diff] [blame] | 317 | name = "collections" |
| 318 | version = "0.0.0" |
| 319 | dependencies = [ |
| 320 | "alloc 0.0.0", |
| 321 | "core 0.0.0", |
| 322 | ] |
| 323 | |
| 324 | [[package]] |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 325 | name = "compiler_builtins" |
| 326 | version = "0.0.0" |
| 327 | dependencies = [ |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 328 | "core 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 329 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 330 | ] |
| 331 | |
| 332 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 333 | name = "compiletest" |
| 334 | version = "0.0.0" |
| 335 | dependencies = [ |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 336 | "diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 337 | "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | c8e0d04 | 2017-02-01 03:16:45 | [diff] [blame] | 338 | "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 5c3d0e6 | 2017-06-08 21:20:55 | [diff] [blame] | 339 | "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | cb92ab9 | 2017-07-12 08:44:49 | [diff] [blame] | 340 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 341 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 342 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 343 | ] |
| 344 | |
| 345 | [[package]] |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 346 | name = "completion" |
| 347 | version = "0.1.0" |
| 348 | |
| 349 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 350 | name = "core" |
| 351 | version = "0.0.0" |
Alex Crichton | 201f069 | 2017-06-15 14:08:18 | [diff] [blame] | 352 | dependencies = [ |
| 353 | "rand 0.0.0", |
| 354 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 355 | |
| 356 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 357 | name = "crates-io" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 358 | version = "0.10.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 359 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 360 | "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 361 | "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 362 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 363 | "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 364 | "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 365 | "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 366 | ] |
| 367 | |
| 368 | [[package]] |
| 369 | name = "crates-io" |
| 370 | version = "0.11.0" |
| 371 | source = "git+https://github.com/rust-lang/cargo#47783c151dcfcd3b835cd2012bfc2810c0f8d017" |
| 372 | dependencies = [ |
| 373 | "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 374 | "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 375 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 376 | "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 377 | "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 378 | "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 379 | ] |
| 380 | |
| 381 | [[package]] |
| 382 | name = "crossbeam" |
| 383 | version = "0.2.10" |
| 384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 385 | |
| 386 | [[package]] |
| 387 | name = "curl" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 388 | version = "0.4.8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 390 | dependencies = [ |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 391 | "curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 392 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 393 | "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 394 | "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 395 | "socket2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 396 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 397 | ] |
| 398 | |
| 399 | [[package]] |
| 400 | name = "curl-sys" |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 401 | version = "0.3.14" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 403 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 404 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 405 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | be7ebdd | 2017-06-07 02:32:43 | [diff] [blame] | 406 | "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 407 | "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 408 | "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 409 | "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 410 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 411 | ] |
| 412 | |
| 413 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 414 | name = "dbghelp-sys" |
| 415 | version = "0.2.0" |
| 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 | dependencies = [ |
| 418 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 419 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 420 | ] |
| 421 | |
| 422 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 423 | name = "derive-new" |
| 424 | version = "0.3.0" |
| 425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 426 | dependencies = [ |
| 427 | "quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 428 | "syn 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 429 | ] |
| 430 | |
| 431 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 432 | name = "diff" |
| 433 | version = "0.1.10" |
| 434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 435 | |
| 436 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 437 | name = "docopt" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 438 | version = "0.8.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 440 | dependencies = [ |
| 441 | "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 442 | "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 443 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 444 | "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 445 | "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 446 | ] |
| 447 | |
| 448 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 449 | name = "dtoa" |
| 450 | version = "0.4.1" |
| 451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 452 | |
| 453 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 454 | name = "enum_primitive" |
| 455 | version = "0.1.1" |
| 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 457 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 458 | "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 459 | ] |
| 460 | |
| 461 | [[package]] |
| 462 | name = "env_logger" |
| 463 | version = "0.3.5" |
| 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 465 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 466 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 467 | "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", |
| 468 | ] |
| 469 | |
| 470 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 471 | name = "env_logger" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 472 | version = "0.4.3" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 474 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 475 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 476 | "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 477 | ] |
| 478 | |
| 479 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 480 | name = "error-chain" |
| 481 | version = "0.10.0" |
| 482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 483 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 484 | "backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 485 | ] |
| 486 | |
| 487 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 488 | name = "error_index_generator" |
| 489 | version = "0.0.0" |
| 490 | |
| 491 | [[package]] |
| 492 | name = "filetime" |
| 493 | version = "0.1.10" |
| 494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 | dependencies = [ |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 496 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 497 | ] |
| 498 | |
| 499 | [[package]] |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 500 | name = "find_all_refs" |
| 501 | version = "0.1.0" |
| 502 | |
| 503 | [[package]] |
| 504 | name = "find_all_refs_no_cfg_test" |
| 505 | version = "0.1.0" |
| 506 | |
| 507 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 508 | name = "flate2" |
| 509 | version = "0.2.19" |
| 510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 511 | dependencies = [ |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 512 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 513 | "miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 514 | ] |
| 515 | |
| 516 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 517 | name = "fmt_macros" |
| 518 | version = "0.0.0" |
| 519 | |
| 520 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 521 | name = "fnv" |
| 522 | version = "1.0.5" |
| 523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 524 | |
| 525 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 526 | name = "foreign-types" |
| 527 | version = "0.2.0" |
| 528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 529 | |
| 530 | [[package]] |
| 531 | name = "fs2" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 532 | version = "0.4.2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 534 | dependencies = [ |
| 535 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 536 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 537 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 538 | ] |
| 539 | |
| 540 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 541 | name = "futures" |
| 542 | version = "0.1.14" |
| 543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 544 | |
| 545 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 546 | name = "gcc" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 547 | version = "0.3.51" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 549 | |
| 550 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 551 | name = "getopts" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 552 | version = "0.2.14" |
| 553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 554 | |
| 555 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 556 | name = "git2" |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 557 | version = "0.6.6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 559 | dependencies = [ |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 560 | "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 561 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 562 | "libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 563 | "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 564 | "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 565 | "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 566 | ] |
| 567 | |
| 568 | [[package]] |
| 569 | name = "git2-curl" |
| 570 | version = "0.7.0" |
| 571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 572 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 573 | "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 574 | "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 575 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 576 | "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 577 | ] |
| 578 | |
| 579 | [[package]] |
| 580 | name = "glob" |
| 581 | version = "0.2.11" |
| 582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 583 | |
| 584 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 585 | name = "globset" |
| 586 | version = "0.2.0" |
| 587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 588 | dependencies = [ |
| 589 | "aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 590 | "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 591 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 592 | "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 593 | "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 594 | ] |
| 595 | |
| 596 | [[package]] |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 597 | name = "goto_def" |
| 598 | version = "0.1.0" |
| 599 | |
| 600 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 601 | name = "graphviz" |
| 602 | version = "0.0.0" |
| 603 | |
| 604 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 605 | name = "hamcrest" |
| 606 | version = "0.1.1" |
| 607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 608 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 609 | "num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 610 | "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", |
| 611 | ] |
| 612 | |
| 613 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 614 | name = "handlebars" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 615 | version = "0.26.2" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 617 | dependencies = [ |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 618 | "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 619 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 620 | "pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 621 | "quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 622 | "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 623 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 624 | "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 625 | ] |
| 626 | |
| 627 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 628 | name = "hex" |
| 629 | version = "0.2.0" |
| 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 631 | |
| 632 | [[package]] |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 633 | name = "highlight" |
| 634 | version = "0.1.0" |
| 635 | |
| 636 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 637 | name = "home" |
| 638 | version = "0.3.0" |
| 639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 640 | dependencies = [ |
| 641 | "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 642 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 643 | "scopeguard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 644 | "userenv-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 645 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 646 | ] |
| 647 | |
| 648 | [[package]] |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 649 | name = "hover" |
| 650 | version = "0.1.0" |
| 651 | |
| 652 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 653 | name = "idna" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 654 | version = "0.1.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 656 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 657 | "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 658 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 659 | "unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 660 | ] |
| 661 | |
| 662 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 663 | name = "ignore" |
| 664 | version = "0.2.2" |
| 665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 666 | dependencies = [ |
| 667 | "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 668 | "globset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 669 | "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 670 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 671 | "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 672 | "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 673 | "thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 674 | "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 675 | ] |
| 676 | |
| 677 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 678 | name = "installer" |
| 679 | version = "0.0.0" |
| 680 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 681 | "clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 682 | "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 683 | "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| 684 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 685 | "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 0fba1f7 | 2017-06-01 00:21:00 | [diff] [blame] | 686 | "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 687 | "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 688 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 689 | "xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 690 | ] |
| 691 | |
| 692 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 693 | name = "itoa" |
| 694 | version = "0.3.1" |
| 695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 696 | |
| 697 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 698 | name = "jobserver" |
Alex Crichton | bdcebc9 | 2017-07-13 05:22:25 | [diff] [blame] | 699 | version = "0.1.6" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 701 | dependencies = [ |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 702 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 703 | "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 704 | ] |
| 705 | |
| 706 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 707 | name = "jsonrpc-core" |
| 708 | version = "7.0.1" |
| 709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 710 | dependencies = [ |
| 711 | "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 712 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 713 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 714 | "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 715 | "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 716 | ] |
| 717 | |
| 718 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 719 | name = "kernel32-sys" |
| 720 | version = "0.2.2" |
| 721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 722 | dependencies = [ |
| 723 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 724 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 725 | ] |
| 726 | |
| 727 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 728 | name = "languageserver-types" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 729 | version = "0.12.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 731 | dependencies = [ |
| 732 | "enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 733 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 734 | "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 735 | "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 736 | "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 737 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 738 | ] |
| 739 | |
| 740 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 741 | name = "lazy_static" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 742 | version = "0.2.8" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 744 | |
| 745 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 746 | name = "libc" |
| 747 | version = "0.0.0" |
| 748 | dependencies = [ |
| 749 | "core 0.0.0", |
| 750 | ] |
| 751 | |
| 752 | [[package]] |
| 753 | name = "libc" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 754 | version = "0.2.26" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 756 | |
| 757 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 758 | name = "libgit2-sys" |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 759 | version = "0.6.12" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 761 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 762 | "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 763 | "curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 764 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 765 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 766 | "libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | be7ebdd | 2017-06-07 02:32:43 | [diff] [blame] | 767 | "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 768 | "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 769 | "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 770 | ] |
| 771 | |
| 772 | [[package]] |
| 773 | name = "libssh2-sys" |
| 774 | version = "0.2.6" |
| 775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 776 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 777 | "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 778 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | be7ebdd | 2017-06-07 02:32:43 | [diff] [blame] | 779 | "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 780 | "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 781 | "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 782 | ] |
| 783 | |
| 784 | [[package]] |
| 785 | name = "libz-sys" |
Alex Crichton | be7ebdd | 2017-06-07 02:32:43 | [diff] [blame] | 786 | version = "1.0.16" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 788 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 789 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 790 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 791 | "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 792 | "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 793 | ] |
| 794 | |
| 795 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 796 | name = "linkchecker" |
| 797 | version = "0.1.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 798 | |
| 799 | [[package]] |
| 800 | name = "log" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 801 | version = "0.3.8" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 803 | |
| 804 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 805 | name = "lzma-sys" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 806 | version = "0.1.7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 808 | dependencies = [ |
| 809 | "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 810 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 811 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 812 | ] |
| 813 | |
| 814 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 815 | name = "matches" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 816 | version = "0.1.6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 818 | |
| 819 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 820 | name = "mdbook" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 821 | version = "0.0.22" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 823 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 824 | "clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 825 | "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 826 | "handlebars 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 827 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 828 | "open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 829 | "pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 830 | "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 831 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 832 | "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 833 | "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 834 | ] |
| 835 | |
| 836 | [[package]] |
| 837 | name = "memchr" |
| 838 | version = "0.1.11" |
| 839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 840 | dependencies = [ |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 841 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 842 | ] |
| 843 | |
| 844 | [[package]] |
| 845 | name = "memchr" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 846 | version = "1.0.1" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 848 | dependencies = [ |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 849 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 850 | ] |
| 851 | |
| 852 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 853 | name = "miniz-sys" |
| 854 | version = "0.1.9" |
| 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 856 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 857 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 858 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 859 | ] |
| 860 | |
| 861 | [[package]] |
| 862 | name = "miow" |
| 863 | version = "0.2.1" |
| 864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 865 | dependencies = [ |
| 866 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 867 | "net2 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 868 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 869 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 870 | ] |
| 871 | |
| 872 | [[package]] |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 873 | name = "multiple_bins" |
| 874 | version = "0.1.0" |
| 875 | |
| 876 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 877 | name = "net2" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 878 | version = "0.2.30" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 880 | dependencies = [ |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 881 | "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 882 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 883 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 884 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 885 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 886 | ] |
| 887 | |
| 888 | [[package]] |
| 889 | name = "num" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 890 | version = "0.1.40" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 892 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 893 | "num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
| 894 | "num-complex 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
| 895 | "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", |
| 896 | "num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", |
| 897 | "num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
| 898 | "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 899 | ] |
| 900 | |
| 901 | [[package]] |
| 902 | name = "num-bigint" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 903 | version = "0.1.40" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 905 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 906 | "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", |
| 907 | "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 908 | "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 909 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 910 | ] |
| 911 | |
| 912 | [[package]] |
| 913 | name = "num-complex" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 914 | version = "0.1.39" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 916 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 917 | "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 918 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 919 | ] |
| 920 | |
| 921 | [[package]] |
| 922 | name = "num-integer" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 923 | version = "0.1.35" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 925 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 926 | "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 927 | ] |
| 928 | |
| 929 | [[package]] |
| 930 | name = "num-iter" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 931 | version = "0.1.34" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 933 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 934 | "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", |
| 935 | "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 936 | ] |
| 937 | |
| 938 | [[package]] |
| 939 | name = "num-rational" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 940 | version = "0.1.39" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 942 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 943 | "num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
| 944 | "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", |
| 945 | "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 946 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 947 | ] |
| 948 | |
| 949 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 950 | name = "num-traits" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 951 | version = "0.1.40" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 953 | |
| 954 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 955 | name = "num_cpus" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 956 | version = "1.6.2" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 958 | dependencies = [ |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 959 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 960 | ] |
| 961 | |
| 962 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 963 | name = "open" |
| 964 | version = "1.2.0" |
| 965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 966 | |
| 967 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 968 | name = "openssl" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 969 | version = "0.9.15" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 971 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 972 | "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 973 | "foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 974 | "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 975 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 976 | "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 977 | ] |
| 978 | |
| 979 | [[package]] |
| 980 | name = "openssl-probe" |
| 981 | version = "0.1.1" |
| 982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 983 | |
| 984 | [[package]] |
| 985 | name = "openssl-sys" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 986 | version = "0.9.15" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 988 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 989 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 990 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 991 | "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 992 | ] |
| 993 | |
| 994 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 995 | name = "owning_ref" |
| 996 | version = "0.3.3" |
| 997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 998 | dependencies = [ |
| 999 | "stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1000 | ] |
| 1001 | |
| 1002 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1003 | name = "panic_abort" |
| 1004 | version = "0.0.0" |
| 1005 | dependencies = [ |
| 1006 | "core 0.0.0", |
| 1007 | "libc 0.0.0", |
| 1008 | ] |
| 1009 | |
| 1010 | [[package]] |
| 1011 | name = "panic_unwind" |
| 1012 | version = "0.0.0" |
| 1013 | dependencies = [ |
| 1014 | "alloc 0.0.0", |
| 1015 | "core 0.0.0", |
| 1016 | "libc 0.0.0", |
| 1017 | "unwind 0.0.0", |
| 1018 | ] |
| 1019 | |
| 1020 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1021 | name = "percent-encoding" |
| 1022 | version = "1.0.0" |
| 1023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1024 | |
| 1025 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1026 | name = "pest" |
| 1027 | version = "0.3.3" |
| 1028 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1029 | |
| 1030 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1031 | name = "pkg-config" |
| 1032 | version = "0.3.9" |
| 1033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1034 | |
| 1035 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1036 | name = "proc_macro" |
| 1037 | version = "0.0.0" |
| 1038 | dependencies = [ |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 1039 | "syntax 0.0.0", |
Jeffrey Seyfried | 2dc60b1 | 2017-01-18 03:27:09 | [diff] [blame] | 1040 | "syntax_pos 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1041 | ] |
| 1042 | |
| 1043 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 1044 | name = "profiler_builtins" |
| 1045 | version = "0.0.0" |
| 1046 | dependencies = [ |
| 1047 | "core 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1048 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 1049 | ] |
| 1050 | |
| 1051 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1052 | name = "psapi-sys" |
| 1053 | version = "0.1.0" |
| 1054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1055 | dependencies = [ |
| 1056 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1057 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1058 | ] |
| 1059 | |
| 1060 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1061 | name = "pulldown-cmark" |
Guillaume Gomez | e133821 | 2017-03-17 00:05:21 | [diff] [blame] | 1062 | version = "0.0.14" |
Guillaume Gomez | 474cc09 | 2017-03-12 19:28:36 | [diff] [blame] | 1063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1064 | dependencies = [ |
Guillaume Gomez | e133821 | 2017-03-17 00:05:21 | [diff] [blame] | 1065 | "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1066 | "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Guillaume Gomez | 474cc09 | 2017-03-12 19:28:36 | [diff] [blame] | 1067 | ] |
| 1068 | |
| 1069 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1070 | name = "quick-error" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1071 | version = "1.2.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1073 | |
| 1074 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1075 | name = "quote" |
| 1076 | version = "0.2.3" |
| 1077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1078 | |
| 1079 | [[package]] |
| 1080 | name = "quote" |
| 1081 | version = "0.3.15" |
| 1082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1083 | |
| 1084 | [[package]] |
| 1085 | name = "racer" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1086 | version = "2.0.9" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1088 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 1089 | "clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1090 | "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1091 | "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1092 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1093 | "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1094 | "syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1095 | "syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1096 | "toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1097 | "typed-arena 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1098 | ] |
| 1099 | |
| 1100 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1101 | name = "rand" |
| 1102 | version = "0.0.0" |
| 1103 | dependencies = [ |
| 1104 | "core 0.0.0", |
| 1105 | ] |
| 1106 | |
| 1107 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1108 | name = "rand" |
| 1109 | version = "0.3.15" |
| 1110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1111 | dependencies = [ |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1112 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1113 | ] |
| 1114 | |
| 1115 | [[package]] |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 1116 | name = "reformat" |
| 1117 | version = "0.1.0" |
| 1118 | |
| 1119 | [[package]] |
| 1120 | name = "reformat_with_range" |
| 1121 | version = "0.1.0" |
| 1122 | |
| 1123 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1124 | name = "regex" |
| 1125 | version = "0.1.80" |
| 1126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1127 | dependencies = [ |
| 1128 | "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1129 | "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1130 | "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1131 | "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1132 | "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1133 | ] |
| 1134 | |
| 1135 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1136 | name = "regex" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1137 | version = "0.2.2" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1139 | dependencies = [ |
Guillaume Gomez | e133821 | 2017-03-17 00:05:21 | [diff] [blame] | 1140 | "aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1141 | "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1142 | "regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 1143 | "thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1144 | "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1145 | ] |
| 1146 | |
| 1147 | [[package]] |
| 1148 | name = "regex-syntax" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1149 | version = "0.3.9" |
| 1150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1151 | |
| 1152 | [[package]] |
| 1153 | name = "regex-syntax" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1154 | version = "0.4.1" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1156 | |
| 1157 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 1158 | name = "remote-test-client" |
| 1159 | version = "0.1.0" |
| 1160 | |
| 1161 | [[package]] |
| 1162 | name = "remote-test-server" |
| 1163 | version = "0.1.0" |
| 1164 | |
| 1165 | [[package]] |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 1166 | name = "rename" |
| 1167 | version = "0.1.0" |
| 1168 | |
| 1169 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1170 | name = "rls" |
| 1171 | version = "0.1.0" |
| 1172 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 1173 | "cargo 0.22.0 (git+https://github.com/rust-lang/cargo)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1174 | "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 1175 | "jsonrpc-core 7.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1176 | "languageserver-types 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1177 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1178 | "racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 1179 | "rls-analysis 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1180 | "rls-data 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1181 | "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1182 | "rls-vfs 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 1183 | "rustfmt-nightly 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1184 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1185 | "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1186 | "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1187 | "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1188 | "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1189 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1190 | ] |
| 1191 | |
| 1192 | [[package]] |
| 1193 | name = "rls-analysis" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 1194 | version = "0.4.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1196 | dependencies = [ |
| 1197 | "derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1198 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 1199 | "rls-data 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1200 | "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1201 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1202 | ] |
| 1203 | |
| 1204 | [[package]] |
Nick Cameron | 84d93a4 | 2017-07-18 05:44:19 | [diff] [blame] | 1205 | name = "rls-data" |
| 1206 | version = "0.9.0" |
| 1207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1208 | dependencies = [ |
| 1209 | "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1210 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1211 | ] |
| 1212 | |
| 1213 | [[package]] |
Nick Cameron | fee1f64 | 2017-03-14 02:16:44 | [diff] [blame] | 1214 | name = "rls-span" |
Nick Cameron | 7bed543 | 2017-05-08 19:15:48 | [diff] [blame] | 1215 | version = "0.4.0" |
Nick Cameron | dc63eff | 2017-03-15 08:20:23 | [diff] [blame] | 1216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nick Cameron | fee1f64 | 2017-03-14 02:16:44 | [diff] [blame] | 1217 | dependencies = [ |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1218 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 1219 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1220 | "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1221 | ] |
| 1222 | |
| 1223 | [[package]] |
| 1224 | name = "rls-vfs" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1225 | version = "0.4.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1227 | dependencies = [ |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1228 | "racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1229 | "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | fee1f64 | 2017-03-14 02:16:44 | [diff] [blame] | 1230 | ] |
| 1231 | |
| 1232 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1233 | name = "rustbook" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1234 | version = "0.1.0" |
| 1235 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 1236 | "clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1237 | "mdbook 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1238 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1239 | |
| 1240 | [[package]] |
| 1241 | name = "rustc" |
| 1242 | version = "0.0.0" |
| 1243 | dependencies = [ |
| 1244 | "arena 0.0.0", |
Alex Crichton | 5c3d0e6 | 2017-06-08 21:20:55 | [diff] [blame] | 1245 | "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1246 | "fmt_macros 0.0.0", |
| 1247 | "graphviz 0.0.0", |
Alex Crichton | bdcebc9 | 2017-07-13 05:22:25 | [diff] [blame] | 1248 | "jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1249 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 1250 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1251 | "rustc_back 0.0.0", |
| 1252 | "rustc_bitflags 0.0.0", |
| 1253 | "rustc_const_math 0.0.0", |
| 1254 | "rustc_data_structures 0.0.0", |
| 1255 | "rustc_errors 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1256 | "serialize 0.0.0", |
| 1257 | "syntax 0.0.0", |
| 1258 | "syntax_pos 0.0.0", |
| 1259 | ] |
| 1260 | |
| 1261 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1262 | name = "rustc-demangle" |
| 1263 | version = "0.1.4" |
| 1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1265 | |
| 1266 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1267 | name = "rustc-main" |
| 1268 | version = "0.0.0" |
| 1269 | dependencies = [ |
| 1270 | "rustc_back 0.0.0", |
| 1271 | "rustc_driver 0.0.0", |
| 1272 | "rustdoc 0.0.0", |
| 1273 | ] |
| 1274 | |
| 1275 | [[package]] |
| 1276 | name = "rustc-serialize" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1277 | version = "0.3.24" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1279 | |
| 1280 | [[package]] |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 1281 | name = "rustc_allocator" |
| 1282 | version = "0.0.0" |
| 1283 | dependencies = [ |
| 1284 | "rustc 0.0.0", |
| 1285 | "rustc_errors 0.0.0", |
| 1286 | "syntax 0.0.0", |
| 1287 | "syntax_pos 0.0.0", |
| 1288 | ] |
| 1289 | |
| 1290 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1291 | name = "rustc_asan" |
| 1292 | version = "0.0.0" |
| 1293 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 1294 | "alloc 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1295 | "alloc_system 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 1296 | "build_helper 0.1.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1297 | "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1298 | "core 0.0.0", |
| 1299 | ] |
| 1300 | |
| 1301 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1302 | name = "rustc_back" |
| 1303 | version = "0.0.0" |
| 1304 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1305 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1306 | "serialize 0.0.0", |
| 1307 | "syntax 0.0.0", |
| 1308 | ] |
| 1309 | |
| 1310 | [[package]] |
| 1311 | name = "rustc_bitflags" |
| 1312 | version = "0.0.0" |
| 1313 | |
| 1314 | [[package]] |
| 1315 | name = "rustc_borrowck" |
| 1316 | version = "0.0.0" |
| 1317 | dependencies = [ |
| 1318 | "graphviz 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1319 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1320 | "rustc 0.0.0", |
| 1321 | "rustc_data_structures 0.0.0", |
| 1322 | "rustc_errors 0.0.0", |
| 1323 | "rustc_mir 0.0.0", |
| 1324 | "syntax 0.0.0", |
| 1325 | "syntax_pos 0.0.0", |
| 1326 | ] |
| 1327 | |
| 1328 | [[package]] |
| 1329 | name = "rustc_const_eval" |
| 1330 | version = "0.0.0" |
| 1331 | dependencies = [ |
Ariel Ben-Yehuda | e313d8b | 2016-09-25 23:53:26 | [diff] [blame] | 1332 | "arena 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1333 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1334 | "rustc 0.0.0", |
| 1335 | "rustc_back 0.0.0", |
| 1336 | "rustc_const_math 0.0.0", |
Ariel Ben-Yehuda | 732f227 | 2016-09-24 14:45:24 | [diff] [blame] | 1337 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1338 | "rustc_errors 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1339 | "syntax 0.0.0", |
| 1340 | "syntax_pos 0.0.0", |
| 1341 | ] |
| 1342 | |
| 1343 | [[package]] |
| 1344 | name = "rustc_const_math" |
| 1345 | version = "0.0.0" |
| 1346 | dependencies = [ |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1347 | "serialize 0.0.0", |
| 1348 | "syntax 0.0.0", |
| 1349 | ] |
| 1350 | |
| 1351 | [[package]] |
| 1352 | name = "rustc_data_structures" |
| 1353 | version = "0.0.0" |
| 1354 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1355 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1356 | "serialize 0.0.0", |
| 1357 | ] |
| 1358 | |
| 1359 | [[package]] |
| 1360 | name = "rustc_driver" |
| 1361 | version = "0.0.0" |
| 1362 | dependencies = [ |
| 1363 | "arena 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1364 | "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1365 | "graphviz 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1366 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1367 | "rustc 0.0.0", |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 1368 | "rustc_allocator 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1369 | "rustc_back 0.0.0", |
| 1370 | "rustc_borrowck 0.0.0", |
| 1371 | "rustc_const_eval 0.0.0", |
Michael Woerister | bd1ce91 | 2016-10-29 01:26:01 | [diff] [blame] | 1372 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1373 | "rustc_errors 0.0.0", |
| 1374 | "rustc_incremental 0.0.0", |
| 1375 | "rustc_lint 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1376 | "rustc_metadata 0.0.0", |
| 1377 | "rustc_mir 0.0.0", |
| 1378 | "rustc_passes 0.0.0", |
| 1379 | "rustc_plugin 0.0.0", |
| 1380 | "rustc_privacy 0.0.0", |
| 1381 | "rustc_resolve 0.0.0", |
| 1382 | "rustc_save_analysis 0.0.0", |
| 1383 | "rustc_trans 0.0.0", |
| 1384 | "rustc_typeck 0.0.0", |
| 1385 | "serialize 0.0.0", |
| 1386 | "syntax 0.0.0", |
| 1387 | "syntax_ext 0.0.0", |
| 1388 | "syntax_pos 0.0.0", |
| 1389 | ] |
| 1390 | |
| 1391 | [[package]] |
| 1392 | name = "rustc_errors" |
| 1393 | version = "0.0.0" |
| 1394 | dependencies = [ |
Niko Matsakis | d9aaca7 | 2017-01-28 23:13:21 | [diff] [blame] | 1395 | "serialize 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1396 | "syntax_pos 0.0.0", |
| 1397 | ] |
| 1398 | |
| 1399 | [[package]] |
| 1400 | name = "rustc_incremental" |
| 1401 | version = "0.0.0" |
| 1402 | dependencies = [ |
| 1403 | "graphviz 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1404 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1405 | "rustc 0.0.0", |
| 1406 | "rustc_data_structures 0.0.0", |
| 1407 | "serialize 0.0.0", |
| 1408 | "syntax 0.0.0", |
| 1409 | "syntax_pos 0.0.0", |
| 1410 | ] |
| 1411 | |
| 1412 | [[package]] |
| 1413 | name = "rustc_lint" |
| 1414 | version = "0.0.0" |
| 1415 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1416 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1417 | "rustc 0.0.0", |
| 1418 | "rustc_back 0.0.0", |
| 1419 | "rustc_const_eval 0.0.0", |
| 1420 | "syntax 0.0.0", |
| 1421 | "syntax_pos 0.0.0", |
| 1422 | ] |
| 1423 | |
| 1424 | [[package]] |
| 1425 | name = "rustc_llvm" |
| 1426 | version = "0.0.0" |
| 1427 | dependencies = [ |
| 1428 | "build_helper 0.1.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1429 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
Jake Goulding | dbdd60e | 2016-11-18 22:15:14 | [diff] [blame] | 1430 | "rustc_bitflags 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1431 | ] |
| 1432 | |
| 1433 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1434 | name = "rustc_lsan" |
| 1435 | version = "0.0.0" |
| 1436 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 1437 | "alloc 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1438 | "alloc_system 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 1439 | "build_helper 0.1.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1440 | "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1441 | "core 0.0.0", |
| 1442 | ] |
| 1443 | |
| 1444 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1445 | name = "rustc_metadata" |
| 1446 | version = "0.0.0" |
| 1447 | dependencies = [ |
Alex Crichton | 5c3d0e6 | 2017-06-08 21:20:55 | [diff] [blame] | 1448 | "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1449 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 1450 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 1451 | "proc_macro 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1452 | "rustc 0.0.0", |
| 1453 | "rustc_back 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1454 | "rustc_const_math 0.0.0", |
| 1455 | "rustc_data_structures 0.0.0", |
| 1456 | "rustc_errors 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1457 | "serialize 0.0.0", |
| 1458 | "syntax 0.0.0", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 1459 | "syntax_ext 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1460 | "syntax_pos 0.0.0", |
| 1461 | ] |
| 1462 | |
| 1463 | [[package]] |
| 1464 | name = "rustc_mir" |
| 1465 | version = "0.0.0" |
| 1466 | dependencies = [ |
| 1467 | "graphviz 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1468 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1469 | "rustc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1470 | "rustc_bitflags 0.0.0", |
| 1471 | "rustc_const_eval 0.0.0", |
| 1472 | "rustc_const_math 0.0.0", |
| 1473 | "rustc_data_structures 0.0.0", |
| 1474 | "syntax 0.0.0", |
| 1475 | "syntax_pos 0.0.0", |
| 1476 | ] |
| 1477 | |
| 1478 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1479 | name = "rustc_msan" |
| 1480 | version = "0.0.0" |
| 1481 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 1482 | "alloc 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1483 | "alloc_system 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 1484 | "build_helper 0.1.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1485 | "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1486 | "core 0.0.0", |
| 1487 | ] |
| 1488 | |
| 1489 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1490 | name = "rustc_passes" |
| 1491 | version = "0.0.0" |
| 1492 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1493 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1494 | "rustc 0.0.0", |
| 1495 | "rustc_const_eval 0.0.0", |
| 1496 | "rustc_const_math 0.0.0", |
| 1497 | "rustc_errors 0.0.0", |
| 1498 | "syntax 0.0.0", |
| 1499 | "syntax_pos 0.0.0", |
| 1500 | ] |
| 1501 | |
| 1502 | [[package]] |
| 1503 | name = "rustc_platform_intrinsics" |
| 1504 | version = "0.0.0" |
| 1505 | |
| 1506 | [[package]] |
| 1507 | name = "rustc_plugin" |
| 1508 | version = "0.0.0" |
| 1509 | dependencies = [ |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1510 | "rustc 0.0.0", |
| 1511 | "rustc_back 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1512 | "rustc_errors 0.0.0", |
| 1513 | "rustc_metadata 0.0.0", |
| 1514 | "syntax 0.0.0", |
| 1515 | "syntax_pos 0.0.0", |
| 1516 | ] |
| 1517 | |
| 1518 | [[package]] |
| 1519 | name = "rustc_privacy" |
| 1520 | version = "0.0.0" |
| 1521 | dependencies = [ |
| 1522 | "rustc 0.0.0", |
| 1523 | "syntax 0.0.0", |
| 1524 | "syntax_pos 0.0.0", |
| 1525 | ] |
| 1526 | |
| 1527 | [[package]] |
| 1528 | name = "rustc_resolve" |
| 1529 | version = "0.0.0" |
| 1530 | dependencies = [ |
| 1531 | "arena 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1532 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1533 | "rustc 0.0.0", |
| 1534 | "rustc_errors 0.0.0", |
| 1535 | "syntax 0.0.0", |
| 1536 | "syntax_pos 0.0.0", |
| 1537 | ] |
| 1538 | |
| 1539 | [[package]] |
| 1540 | name = "rustc_save_analysis" |
| 1541 | version = "0.0.0" |
| 1542 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1543 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 84d93a4 | 2017-07-18 05:44:19 | [diff] [blame] | 1544 | "rls-data 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7bed543 | 2017-05-08 19:15:48 | [diff] [blame] | 1545 | "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1546 | "rustc 0.0.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1547 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 3039398 | 2017-05-03 16:18:04 | [diff] [blame] | 1548 | "rustc_typeck 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1549 | "syntax 0.0.0", |
| 1550 | "syntax_pos 0.0.0", |
| 1551 | ] |
| 1552 | |
| 1553 | [[package]] |
| 1554 | name = "rustc_trans" |
| 1555 | version = "0.0.0" |
| 1556 | dependencies = [ |
Alex Crichton | 201f069 | 2017-06-15 14:08:18 | [diff] [blame] | 1557 | "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 5c3d0e6 | 2017-06-08 21:20:55 | [diff] [blame] | 1558 | "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1559 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | bdcebc9 | 2017-07-13 05:22:25 | [diff] [blame] | 1560 | "jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1561 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 1562 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1563 | "rustc 0.0.0", |
Stepan Koltsov | b62bdaa | 2017-06-29 14:52:43 | [diff] [blame] | 1564 | "rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 1565 | "rustc_allocator 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1566 | "rustc_back 0.0.0", |
Robin Kruppe | 30daedf | 2016-11-16 22:36:08 | [diff] [blame] | 1567 | "rustc_bitflags 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1568 | "rustc_const_math 0.0.0", |
| 1569 | "rustc_data_structures 0.0.0", |
| 1570 | "rustc_errors 0.0.0", |
| 1571 | "rustc_incremental 0.0.0", |
| 1572 | "rustc_llvm 0.0.0", |
| 1573 | "rustc_platform_intrinsics 0.0.0", |
Ingvar Stepanyan | eed6168 | 2017-02-03 14:58:13 | [diff] [blame] | 1574 | "serialize 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1575 | "syntax 0.0.0", |
| 1576 | "syntax_pos 0.0.0", |
| 1577 | ] |
| 1578 | |
| 1579 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1580 | name = "rustc_tsan" |
| 1581 | version = "0.0.0" |
| 1582 | dependencies = [ |
| 1583 | "alloc_system 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 1584 | "build_helper 0.1.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1585 | "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1586 | "core 0.0.0", |
| 1587 | ] |
| 1588 | |
| 1589 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1590 | name = "rustc_typeck" |
| 1591 | version = "0.0.0" |
| 1592 | dependencies = [ |
| 1593 | "arena 0.0.0", |
| 1594 | "fmt_macros 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1595 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1596 | "rustc 0.0.0", |
| 1597 | "rustc_back 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1598 | "rustc_const_math 0.0.0", |
Tim Neumann | fc2216c | 2016-11-18 10:31:44 | [diff] [blame] | 1599 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1600 | "rustc_errors 0.0.0", |
| 1601 | "rustc_platform_intrinsics 0.0.0", |
| 1602 | "syntax 0.0.0", |
| 1603 | "syntax_pos 0.0.0", |
| 1604 | ] |
| 1605 | |
| 1606 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1607 | name = "rustdoc" |
| 1608 | version = "0.0.0" |
| 1609 | dependencies = [ |
| 1610 | "arena 0.0.0", |
| 1611 | "build_helper 0.1.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1612 | "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1613 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1614 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Guillaume Gomez | e133821 | 2017-03-17 00:05:21 | [diff] [blame] | 1615 | "pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1616 | "rustc 0.0.0", |
| 1617 | "rustc_back 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1618 | "rustc_data_structures 0.0.0", |
| 1619 | "rustc_driver 0.0.0", |
| 1620 | "rustc_errors 0.0.0", |
| 1621 | "rustc_lint 0.0.0", |
| 1622 | "rustc_metadata 0.0.0", |
| 1623 | "rustc_resolve 0.0.0", |
| 1624 | "rustc_trans 0.0.0", |
Niko Matsakis | 196c98d3 | 2017-05-03 15:53:06 | [diff] [blame] | 1625 | "rustc_typeck 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1626 | "serialize 0.0.0", |
| 1627 | "syntax 0.0.0", |
| 1628 | "syntax_pos 0.0.0", |
| 1629 | ] |
| 1630 | |
| 1631 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1632 | name = "rustfmt-nightly" |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 1633 | version = "0.1.9" |
| 1634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1635 | dependencies = [ |
| 1636 | "diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1637 | "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1638 | "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1639 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1640 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1641 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1642 | "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 1643 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1644 | "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1645 | "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1646 | "strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1647 | "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1648 | "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1649 | "unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1650 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1651 | ] |
| 1652 | |
| 1653 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1654 | name = "same-file" |
| 1655 | version = "0.1.3" |
| 1656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1657 | dependencies = [ |
| 1658 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1659 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1660 | ] |
| 1661 | |
| 1662 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1663 | name = "scoped-tls" |
| 1664 | version = "0.1.0" |
| 1665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1666 | |
| 1667 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 1668 | name = "scopeguard" |
| 1669 | version = "0.1.2" |
| 1670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1671 | |
| 1672 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1673 | name = "semver" |
Alex Crichton | 3146d9f | 2017-05-26 14:46:41 | [diff] [blame] | 1674 | version = "0.7.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1676 | dependencies = [ |
| 1677 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 1678 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1679 | ] |
| 1680 | |
| 1681 | [[package]] |
| 1682 | name = "semver-parser" |
| 1683 | version = "0.7.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1685 | |
| 1686 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1687 | name = "serde" |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 1688 | version = "1.0.10" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1690 | |
| 1691 | [[package]] |
| 1692 | name = "serde_derive" |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 1693 | version = "1.0.10" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1695 | dependencies = [ |
| 1696 | "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1697 | "serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1698 | "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1699 | ] |
| 1700 | |
| 1701 | [[package]] |
| 1702 | name = "serde_derive_internals" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1703 | version = "0.15.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1705 | dependencies = [ |
| 1706 | "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1707 | "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1708 | ] |
| 1709 | |
| 1710 | [[package]] |
| 1711 | name = "serde_ignored" |
| 1712 | version = "0.0.3" |
| 1713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1714 | dependencies = [ |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 1715 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1716 | ] |
| 1717 | |
| 1718 | [[package]] |
| 1719 | name = "serde_json" |
| 1720 | version = "1.0.2" |
| 1721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1722 | dependencies = [ |
| 1723 | "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1724 | "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 1725 | "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 1726 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1727 | ] |
| 1728 | |
| 1729 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1730 | name = "serialize" |
| 1731 | version = "0.0.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1732 | |
| 1733 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1734 | name = "shell-escape" |
| 1735 | version = "0.1.3" |
| 1736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1737 | |
| 1738 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1739 | name = "socket2" |
| 1740 | version = "0.2.1" |
| 1741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1742 | dependencies = [ |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1743 | "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1744 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1745 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1746 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1747 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1748 | ] |
| 1749 | |
| 1750 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 1751 | name = "stable_deref_trait" |
| 1752 | version = "1.0.0" |
| 1753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1754 | |
| 1755 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1756 | name = "std" |
| 1757 | version = "0.0.0" |
| 1758 | dependencies = [ |
| 1759 | "alloc 0.0.0", |
| 1760 | "alloc_jemalloc 0.0.0", |
| 1761 | "alloc_system 0.0.0", |
| 1762 | "build_helper 0.1.0", |
Murarth | 6484258 | 2017-06-17 19:01:18 | [diff] [blame] | 1763 | "collections 0.0.0", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 1764 | "compiler_builtins 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1765 | "core 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1766 | "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1767 | "libc 0.0.0", |
| 1768 | "panic_abort 0.0.0", |
| 1769 | "panic_unwind 0.0.0", |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 1770 | "profiler_builtins 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1771 | "rand 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 1772 | "rustc_asan 0.0.0", |
| 1773 | "rustc_lsan 0.0.0", |
| 1774 | "rustc_msan 0.0.0", |
| 1775 | "rustc_tsan 0.0.0", |
Corey Farwell | 274777a | 2016-11-29 19:38:08 | [diff] [blame] | 1776 | "std_unicode 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1777 | "unwind 0.0.0", |
| 1778 | ] |
| 1779 | |
| 1780 | [[package]] |
Corey Farwell | 274777a | 2016-11-29 19:38:08 | [diff] [blame] | 1781 | name = "std_unicode" |
| 1782 | version = "0.0.0" |
| 1783 | dependencies = [ |
| 1784 | "core 0.0.0", |
| 1785 | ] |
| 1786 | |
| 1787 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1788 | name = "strings" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1789 | version = "0.1.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1791 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1792 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1793 | ] |
| 1794 | |
| 1795 | [[package]] |
| 1796 | name = "strsim" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1797 | version = "0.6.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1799 | |
| 1800 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1801 | name = "syn" |
| 1802 | version = "0.8.7" |
| 1803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1804 | dependencies = [ |
| 1805 | "quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1806 | "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1807 | ] |
| 1808 | |
| 1809 | [[package]] |
| 1810 | name = "syn" |
| 1811 | version = "0.11.11" |
| 1812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1813 | dependencies = [ |
| 1814 | "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1815 | "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1816 | "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1817 | ] |
| 1818 | |
| 1819 | [[package]] |
| 1820 | name = "synom" |
| 1821 | version = "0.11.3" |
| 1822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1823 | dependencies = [ |
| 1824 | "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1825 | ] |
| 1826 | |
| 1827 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1828 | name = "syntax" |
| 1829 | version = "0.0.0" |
| 1830 | dependencies = [ |
ubsan | 0be8758 | 2017-05-03 17:54:03 | [diff] [blame] | 1831 | "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1832 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark-Simulacrum | 7bbebb1 | 2016-11-03 04:33:35 | [diff] [blame] | 1833 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1834 | "rustc_errors 0.0.0", |
| 1835 | "serialize 0.0.0", |
| 1836 | "syntax_pos 0.0.0", |
| 1837 | ] |
| 1838 | |
| 1839 | [[package]] |
| 1840 | name = "syntax_ext" |
| 1841 | version = "0.0.0" |
| 1842 | dependencies = [ |
| 1843 | "fmt_macros 0.0.0", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1844 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 1845 | "proc_macro 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1846 | "rustc_errors 0.0.0", |
| 1847 | "syntax 0.0.0", |
| 1848 | "syntax_pos 0.0.0", |
| 1849 | ] |
| 1850 | |
| 1851 | [[package]] |
| 1852 | name = "syntax_pos" |
| 1853 | version = "0.0.0" |
| 1854 | dependencies = [ |
Inokentiy Babushkin | dd8f7cd | 2017-06-10 14:09:51 | [diff] [blame] | 1855 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1856 | "serialize 0.0.0", |
| 1857 | ] |
| 1858 | |
| 1859 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1860 | name = "syntex_errors" |
| 1861 | version = "0.52.0" |
| 1862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1863 | dependencies = [ |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1864 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1865 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1866 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1867 | "syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1868 | "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1869 | "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1870 | ] |
| 1871 | |
| 1872 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1873 | name = "syntex_pos" |
| 1874 | version = "0.52.0" |
| 1875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1876 | dependencies = [ |
| 1877 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1878 | ] |
| 1879 | |
| 1880 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1881 | name = "syntex_syntax" |
| 1882 | version = "0.52.0" |
| 1883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1884 | dependencies = [ |
| 1885 | "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1886 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1887 | "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1888 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1889 | "syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1890 | "syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1891 | "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1892 | "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1893 | ] |
| 1894 | |
| 1895 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1896 | name = "tar" |
Josh Stone | 0fba1f7 | 2017-06-01 00:21:00 | [diff] [blame] | 1897 | version = "0.4.13" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1899 | dependencies = [ |
| 1900 | "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1901 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1902 | "xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1903 | ] |
| 1904 | |
| 1905 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1906 | name = "tempdir" |
| 1907 | version = "0.3.5" |
| 1908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1909 | dependencies = [ |
| 1910 | "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1911 | ] |
| 1912 | |
| 1913 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1914 | name = "term" |
| 1915 | version = "0.0.0" |
| 1916 | |
| 1917 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1918 | name = "term" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 1919 | version = "0.4.6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1921 | dependencies = [ |
| 1922 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1923 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1924 | ] |
| 1925 | |
| 1926 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1927 | name = "term_size" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1928 | version = "0.3.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1930 | dependencies = [ |
| 1931 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1932 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1933 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1934 | ] |
| 1935 | |
| 1936 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1937 | name = "termcolor" |
| 1938 | version = "0.3.2" |
| 1939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1940 | dependencies = [ |
Alex Crichton | 5bc4031 | 2017-06-19 17:44:12 | [diff] [blame] | 1941 | "wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1942 | ] |
| 1943 | |
| 1944 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1945 | name = "test" |
| 1946 | version = "0.0.0" |
| 1947 | dependencies = [ |
Alex Crichton | 5c3d0e6 | 2017-06-08 21:20:55 | [diff] [blame] | 1948 | "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1949 | "term 0.0.0", |
| 1950 | ] |
| 1951 | |
| 1952 | [[package]] |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1953 | name = "textwrap" |
| 1954 | version = "0.6.0" |
| 1955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1956 | dependencies = [ |
| 1957 | "term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1958 | "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1959 | ] |
| 1960 | |
| 1961 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1962 | name = "thread-id" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1963 | version = "2.0.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1965 | dependencies = [ |
| 1966 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1967 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1968 | ] |
| 1969 | |
| 1970 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1971 | name = "thread_local" |
| 1972 | version = "0.2.7" |
| 1973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1974 | dependencies = [ |
| 1975 | "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1976 | ] |
| 1977 | |
| 1978 | [[package]] |
| 1979 | name = "thread_local" |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 1980 | version = "0.3.4" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1982 | dependencies = [ |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 1983 | "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1984 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1985 | ] |
| 1986 | |
| 1987 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1988 | name = "tidy" |
| 1989 | version = "0.1.0" |
| 1990 | |
| 1991 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1992 | name = "toml" |
| 1993 | version = "0.1.30" |
| 1994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1995 | dependencies = [ |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1996 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1997 | ] |
| 1998 | |
| 1999 | [[package]] |
| 2000 | name = "toml" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2001 | version = "0.2.1" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2003 | dependencies = [ |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2004 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2005 | ] |
| 2006 | |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2007 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2008 | name = "toml" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2009 | version = "0.4.2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2011 | dependencies = [ |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 2012 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2013 | ] |
| 2014 | |
| 2015 | [[package]] |
| 2016 | name = "typed-arena" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2017 | version = "1.3.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2019 | |
| 2020 | [[package]] |
| 2021 | name = "unicode-bidi" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2022 | version = "0.3.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2024 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2025 | "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2026 | ] |
| 2027 | |
| 2028 | [[package]] |
| 2029 | name = "unicode-normalization" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2030 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2032 | |
| 2033 | [[package]] |
| 2034 | name = "unicode-segmentation" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2035 | version = "1.1.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2037 | |
| 2038 | [[package]] |
| 2039 | name = "unicode-width" |
| 2040 | version = "0.1.4" |
| 2041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2042 | |
| 2043 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2044 | name = "unicode-xid" |
| 2045 | version = "0.0.3" |
| 2046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2047 | |
| 2048 | [[package]] |
| 2049 | name = "unicode-xid" |
| 2050 | version = "0.0.4" |
| 2051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2052 | |
| 2053 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2054 | name = "unreachable" |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 2055 | version = "1.0.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2057 | dependencies = [ |
| 2058 | "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2059 | ] |
| 2060 | |
| 2061 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 2062 | name = "unstable-book-gen" |
| 2063 | version = "0.1.0" |
| 2064 | dependencies = [ |
| 2065 | "tidy 0.1.0", |
| 2066 | ] |
| 2067 | |
| 2068 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2069 | name = "url" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2070 | version = "1.5.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2072 | dependencies = [ |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2073 | "idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2074 | "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2075 | "percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2076 | ] |
| 2077 | |
| 2078 | [[package]] |
| 2079 | name = "url_serde" |
| 2080 | version = "0.2.0" |
| 2081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2082 | dependencies = [ |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 2083 | "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2084 | "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2085 | ] |
| 2086 | |
| 2087 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2088 | name = "userenv-sys" |
| 2089 | version = "0.2.0" |
| 2090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2091 | dependencies = [ |
| 2092 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2093 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2094 | ] |
| 2095 | |
| 2096 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2097 | name = "utf8-ranges" |
| 2098 | version = "0.1.3" |
| 2099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2100 | |
| 2101 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2102 | name = "utf8-ranges" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2103 | version = "1.0.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2105 | |
| 2106 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2107 | name = "vcpkg" |
| 2108 | version = "0.2.2" |
| 2109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2110 | |
| 2111 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2112 | name = "vec_map" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2113 | version = "0.8.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2115 | |
| 2116 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2117 | name = "void" |
| 2118 | version = "1.0.2" |
| 2119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2120 | |
| 2121 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2122 | name = "walkdir" |
| 2123 | version = "1.0.7" |
| 2124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2125 | dependencies = [ |
| 2126 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2127 | "same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2128 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2129 | ] |
| 2130 | |
| 2131 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2132 | name = "winapi" |
| 2133 | version = "0.2.8" |
| 2134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2135 | |
| 2136 | [[package]] |
| 2137 | name = "winapi-build" |
| 2138 | version = "0.1.1" |
| 2139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2140 | |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2141 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2142 | name = "wincolor" |
Alex Crichton | 5bc4031 | 2017-06-19 17:44:12 | [diff] [blame] | 2143 | version = "0.1.4" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2145 | dependencies = [ |
| 2146 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2147 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2148 | ] |
| 2149 | |
| 2150 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2151 | name = "ws2_32-sys" |
| 2152 | version = "0.2.1" |
| 2153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2154 | dependencies = [ |
| 2155 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2156 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2157 | ] |
| 2158 | |
| 2159 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2160 | name = "xattr" |
| 2161 | version = "0.1.11" |
| 2162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2163 | dependencies = [ |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2164 | "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2165 | ] |
| 2166 | |
| 2167 | [[package]] |
| 2168 | name = "xz2" |
| 2169 | version = "0.1.3" |
| 2170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2171 | dependencies = [ |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2172 | "lzma-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2173 | ] |
| 2174 | |
| 2175 | [[package]] |
| 2176 | name = "yaml-rust" |
| 2177 | version = "0.3.5" |
| 2178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2179 | |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2180 | [metadata] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2181 | "checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a" |
| 2182 | "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" |
Guillaume Gomez | e133821 | 2017-03-17 00:05:21 | [diff] [blame] | 2183 | "checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2184 | "checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2185 | "checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159" |
| 2186 | "checksum backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72f9b4182546f4b04ebc4ab7f84948953a118bd6021a1b6a6c909e3e94f6be76" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2187 | "checksum backtrace-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "afccc5772ba333abccdf60d55200fa3406f8c59dcf54d5f7998c9107d3799c7c" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2188 | "checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" |
Guillaume Gomez | e133821 | 2017-03-17 00:05:21 | [diff] [blame] | 2189 | "checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4" |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 2190 | "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2191 | "checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2192 | "checksum cargo 0.22.0 (git+https://github.com/rust-lang/cargo)" = "<none>" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2193 | "checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2194 | "checksum clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7f1aabf260a8f3fefa8871f16b531038c98dd9eab1cfa2c575e78c459abfa3a0" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2195 | "checksum cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ebbb35d3dc9cd09497168f33de1acb79b265d350ab0ac34133b98f8509af1f" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2196 | "checksum crates-io 0.11.0 (git+https://github.com/rust-lang/cargo)" = "<none>" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2197 | "checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2198 | "checksum curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7034c534a1d7d22f7971d6088aa9d281d219ef724026c3428092500f41ae9c2c" |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 2199 | "checksum curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d5481162dc4f424d088581db2f979fa7d4c238fe9794595de61d8d7522e277de" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2200 | "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2201 | "checksum derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41be6ca3b99e0c0483fb2389685448f650459c3ecbe4e18d7705d8010ec4ab8e" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 2202 | "checksum diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0a515461b6c8c08419850ced27bc29e86166dcdcde8fbe76f8b1f0589bb49472" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2203 | "checksum docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b5b93718f8b3e5544fcc914c43de828ca6c6ace23e0332c6080a2977b49787a" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2204 | "checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2205 | "checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180" |
| 2206 | "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2207 | "checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2208 | "checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2209 | "checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2210 | "checksum flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 2211 | "checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2212 | "checksum foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e4056b9bd47f8ac5ba12be771f77a0dae796d1bbaaf5fd0b9c2d38b69b8a29d" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2213 | "checksum fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab76cfd2aaa59b7bf6688ad9ba15bbae64bff97f04ea02144cfd3443e5c2866" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2214 | "checksum futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4b63a4792d4f8f686defe3b39b92127fea6344de5d38202b2ee5a11bbbf29d6a" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2215 | "checksum gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)" = "120d07f202dcc3f72859422563522b66fe6463a4c513df062874daad05f85f0a" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2216 | "checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685" |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 2217 | "checksum git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aa01936ac96555c083c0e8553f672616274408d9d3fc5b8696603fbf63ff43ee" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2218 | "checksum git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "68676bc784bf0bef83278898929bf64a251e87c0340723d0b93fa096c9c5bf8e" |
| 2219 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 2220 | "checksum globset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "feeb1b6840809ef5efcf7a4a990bc4e1b7ee3df8cf9e2379a75aeb2ba42ac9c3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2221 | "checksum hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bf088f042a467089e9baa4972f57f9247e42a0cc549ba264c7a04fbb8ecb89d4" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2222 | "checksum handlebars 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fbba80e74e9591a5f6a4ffff6b7f9d645759a896e431cfbdc853e9184370294a" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2223 | "checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2224 | "checksum home 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f25ae61099d8f3fee8b483df0bd4ecccf4b2731897aad40d50eca1b641fe6db" |
| 2225 | "checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 2226 | "checksum ignore 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3fcaf2365eb14b28ec7603c98c06cc531f19de9eb283d89a3dff8417c8c99f5" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2227 | "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c" |
Alex Crichton | bdcebc9 | 2017-07-13 05:22:25 | [diff] [blame] | 2228 | "checksum jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "443ae8bc0af6c106e6e8b77e04684faecc1a5ce94e058f4c2b0a037b0ea1b133" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2229 | "checksum jsonrpc-core 7.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da622868a84d3f4fd897f6408ba6714aabf663302802358564b384157c1a5bfa" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2230 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2231 | "checksum languageserver-types 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d52e477b23bf52cd3ca0f9fc6c5d14be954eec97e3b9cdfbd962d911bd533caf" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2232 | "checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2233 | "checksum libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "30885bcb161cf67054244d10d4a7f4835ffd58773bc72e07d35fecf472295503" |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 2234 | "checksum libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "df18a822100352d9863b302faf6f8f25c0e77f0e60feb40e5dbe1238b7f13b1d" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2235 | "checksum libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0db4ec23611747ef772db1c4d650f8bd762f07b461727ec998f953c614024b75" |
Alex Crichton | be7ebdd | 2017-06-07 02:32:43 | [diff] [blame] | 2236 | "checksum libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd64ef8ee652185674455c1d450b83cbc8ad895625d543b5324d923f82e4d8" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2237 | "checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b" |
| 2238 | "checksum lzma-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "013fa6506eb7d26040c46dab9ecb7ccb4e2896b5bf24a9d65932501ea9f67af8" |
| 2239 | "checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2240 | "checksum mdbook 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "22911d86cde6f80fa9f0fb2a68bbbde85d97af4fe0ce267141c83a4187d28700" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2241 | "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2242 | "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2243 | "checksum miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "28eaee17666671fa872e567547e8428e83308ebe5808cdf6a0e28397dbe2c726" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2244 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2245 | "checksum net2 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)" = "94101fd932816f97eb9a5116f6c1a11511a1fed7db21c5ccd823b2dc11abf566" |
| 2246 | "checksum num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525" |
| 2247 | "checksum num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "8fd0f8dbb4c0960998958a796281d88c16fbe68d87b1baa6f31e2979e81fd0bd" |
| 2248 | "checksum num-complex 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "eb24db7f1904e67a5dfe5f7f62b82f5c963e0f777b23f98cde9c5094fc4fa179" |
| 2249 | "checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba" |
| 2250 | "checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01" |
| 2251 | "checksum num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "288629c76fac4b33556f4b7ab57ba21ae202da65ba8b77466e6d598e31990790" |
| 2252 | "checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2253 | "checksum num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2254 | "checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2255 | "checksum openssl 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f776f1d8af832fd2c637ee182c801e8f7ea8895718a2be9914cca001f6e2c40a" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2256 | "checksum openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d98df0270d404ccd3c050a41d579c52d1db15375168bb3471e04ec0f5f378daf" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2257 | "checksum openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "ad95f8160d1c150c4f44d4c4959732e048ac046c37f597fe362f8bf57561ffb4" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 2258 | "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2259 | "checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2260 | "checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2261 | "checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" |
| 2262 | "checksum psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "abcd5d1a07d360e29727f757a9decb3ce8bc6e0efa8969cfaad669a8317a2478" |
Guillaume Gomez | e133821 | 2017-03-17 00:05:21 | [diff] [blame] | 2263 | "checksum pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab1e588ef8efd702c7ed9d2bd774db5e6f4d878bb5a1a9f371828fbdff6973" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2264 | "checksum quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c36987d4978eb1be2e422b1e0423a557923a5c3e7e6f31d5699e9aafaefa469" |
| 2265 | "checksum quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4c5cf478fe1006dbcc72567121d23dbdae5f1632386068c5c86ff4f645628504" |
| 2266 | "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2267 | "checksum racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9079a128fdb6f0c8850010e1478b215d4c00134654bf995bfda41824951ce9bd" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2268 | "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2269 | "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2270 | "checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2271 | "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2272 | "checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2273 | "checksum rls-analysis 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0127cfae9c726461facbbbc8327e782adf8afd61f7fcc6adf8ea9ad8fc428ed0" |
Nick Cameron | 84d93a4 | 2017-07-18 05:44:19 | [diff] [blame] | 2274 | "checksum rls-data 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f274ec7f966337dc2601fe9bde060b551d1293c277af782dc65cd7200ca070c0" |
Nick Cameron | 7bed543 | 2017-05-08 19:15:48 | [diff] [blame] | 2275 | "checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2276 | "checksum rls-vfs 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ffd34691a510938bb67fe0444fb363103c73ffb31c121d1e16bc92d8945ea8ff" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2277 | "checksum rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3058a43ada2c2d0b92b3ae38007a2d0fa5e9db971be260e0171408a4ff471c95" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2278 | "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 2279 | "checksum rustfmt-nightly 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6693f90ac7d0a2291aa309f5214f5f3ac1bd79961c11116fcf6d5545749bf2e7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2280 | "checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2281 | "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2282 | "checksum scopeguard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "59a076157c1e2dc561d8de585151ee6965d910dd4dcb5dabb7ae3e83981a6c57" |
Alex Crichton | 3146d9f | 2017-05-26 14:46:41 | [diff] [blame] | 2283 | "checksum semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd61b85a0fa777f7fb7c454b9189b2941b110d1385ce84d7f76efdf1606a85" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2284 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
Nick Cameron | 04415dc | 2017-06-30 18:58:54 | [diff] [blame] | 2285 | "checksum serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "433d7d9f8530d5a939ad5e0e72a6243d2e42a24804f70bf592c679363dcacb2f" |
| 2286 | "checksum serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "7b707cf0d4cab852084f573058def08879bb467fda89d99052485e7d00edd624" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2287 | "checksum serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37aee4e0da52d801acfbc0cc219eb1eda7142112339726e427926a6f6ee65d3a" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2288 | "checksum serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c10e798e4405d7dcec3658989e35ee6706f730a9ed7c1184d5ebd84317e82f46" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2289 | "checksum serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "48b04779552e92037212c3615370f6bd57a40ebba7f20e554ff9f55e41a69a7b" |
| 2290 | "checksum shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dd5cc96481d54583947bfe88bf30c23d53f883c6cd0145368b69989d97b84ef8" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2291 | "checksum socket2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12cdbddbaa27bf94cc194b8e37f5811db6fe83cea96cf99cf1f8e92b65a41371" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 2292 | "checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2293 | "checksum strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da75d8bf2c4d210d63dd09581a041b036001f9f6e03d9b151dbff810fb7ba26a" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2294 | "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2295 | "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
| 2296 | "checksum syn 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6ae6fb0dcc9bd85f89a1a4adc0df2fd90c90c98849d61433983dd7a9df6363f7" |
| 2297 | "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
| 2298 | "checksum syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e52bffe6202cfb67587784cf23e0ec5bf26d331eef4922a16d5c42e12aa1e9b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2299 | "checksum syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "955ef4b16af4c468e4680d1497f873ff288f557d338180649e18f915af5e15ac" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2300 | "checksum syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76a302e717e348aa372ff577791c3832395650073b8d8432f8b3cb170b34afde" |
Josh Stone | 0fba1f7 | 2017-06-01 00:21:00 | [diff] [blame] | 2301 | "checksum tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "281285b717926caa919ad905ef89c63d75805c7d89437fb873100925a53f2b1b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2302 | "checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2303 | "checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2304 | "checksum term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209" |
| 2305 | "checksum termcolor 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9a5193a56b8d82014662c4b933dea6bec851daf018a2b01722e007daaf5f9dca" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2306 | "checksum textwrap 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f86300c3e7416ee233abd7cda890c492007a3980f941f79185c753a701257167" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2307 | "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2308 | "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 2309 | "checksum thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2310 | "checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2311 | "checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2312 | "checksum toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b0601da6c97135c8d330c7a13a013ca6cd4143221b01de2f8d4edc50a9e551c7" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2313 | "checksum typed-arena 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5934776c3ac1bea4a9d56620d6bf2d483b20d394e49581db40f187e1118ff667" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2314 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2315 | "checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2316 | "checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2317 | "checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2318 | "checksum unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb" |
| 2319 | "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 2320 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2321 | "checksum url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb819346883532a271eb626deb43c4a1bb4c4dd47c519bd78137c3e72a4fe27" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2322 | "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame^] | 2323 | "checksum userenv-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d28ea36bbd9192d75bd9fa9b39f96ddb986eaee824adae5d53b6e51919b2f3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2324 | "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2325 | "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2326 | "checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b" |
| 2327 | "checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2328 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2329 | "checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2330 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
| 2331 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
Alex Crichton | 5bc4031 | 2017-06-19 17:44:12 | [diff] [blame] | 2332 | "checksum wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a39ee4464208f6430992ff20154216ab2357772ac871d994c51628d60e58b8b0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2333 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2334 | "checksum xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "5f04de8a1346489a2f9e9bd8526b73d135ec554227b17568456e86aa35b6f3fc" |
| 2335 | "checksum xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e9510bdf100731599107c61f77daf46713a69a568f75458999c1f9dbf6ba25b0" |
| 2336 | "checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992" |