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