Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2 | name = "aho-corasick" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3 | version = "0.6.6" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 4 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5 | dependencies = [ |
Nick Cameron | 7502925 | 2017-12-06 05:18:44 | [diff] [blame] | 6 | "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 10 | name = "alloc" |
| 11 | version = "0.0.0" |
| 12 | dependencies = [ |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 13 | "compiler_builtins 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 14 | "core 0.0.0", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 15 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 16 | ] |
| 17 | |
| 18 | [[package]] |
| 19 | name = "alloc_jemalloc" |
| 20 | version = "0.0.0" |
| 21 | dependencies = [ |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 22 | "build_helper 0.1.0", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 23 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 24 | "compiler_builtins 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 25 | "core 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 26 | "libc 0.0.0", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "alloc_system" |
| 31 | version = "0.0.0" |
| 32 | dependencies = [ |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 33 | "compiler_builtins 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 34 | "core 0.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 35 | "dlmalloc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 36 | "libc 0.0.0", |
| 37 | ] |
| 38 | |
| 39 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 40 | name = "ammonia" |
| 41 | version = "1.1.0" |
| 42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 43 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 44 | "html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 45 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 46 | "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 47 | "matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 48 | "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 49 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 50 | ] |
| 51 | |
| 52 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 53 | name = "ansi_term" |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 54 | version = "0.11.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 56 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 57 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 58 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 59 | |
| 60 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 61 | name = "arena" |
| 62 | version = "0.0.0" |
John Kåre Alsaker | 19d44f2 | 2017-12-03 12:49:46 | [diff] [blame] | 63 | dependencies = [ |
| 64 | "rustc_data_structures 0.0.0", |
| 65 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 66 | |
| 67 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 68 | name = "arrayvec" |
| 69 | version = "0.4.7" |
| 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 71 | dependencies = [ |
| 72 | "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 73 | ] |
| 74 | |
| 75 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 76 | name = "assert_cli" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 77 | version = "0.6.2" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 78 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 79 | dependencies = [ |
| 80 | "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 80bfca4 | 2018-05-16 03:38:11 | [diff] [blame] | 81 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 82 | "environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 80bfca4 | 2018-05-16 03:38:11 | [diff] [blame] | 83 | "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 84 | "failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 85 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 86 | ] |
| 87 | |
| 88 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 89 | name = "atty" |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 90 | version = "0.2.11" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 93 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 94 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 95 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 96 | ] |
| 97 | |
| 98 | [[package]] |
| 99 | name = "backtrace" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 100 | version = "0.3.9" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 103 | "backtrace-sys 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
| 104 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 105 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 106 | "rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 107 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 108 | ] |
| 109 | |
| 110 | [[package]] |
| 111 | name = "backtrace-sys" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 112 | version = "0.1.23" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 114 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 115 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 116 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 117 | ] |
| 118 | |
| 119 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 120 | name = "bitflags" |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 121 | version = "0.9.1" |
| 122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 123 | |
| 124 | [[package]] |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 125 | name = "bitflags" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 126 | version = "1.0.3" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 128 | |
| 129 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 130 | name = "bootstrap" |
| 131 | version = "0.0.0" |
| 132 | dependencies = [ |
| 133 | "build_helper 0.1.0", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 134 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 135 | "cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 933c299 | 2018-07-06 20:52:40 | [diff] [blame] | 136 | "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 137 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 138 | "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 139 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 140 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 141 | "petgraph 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 42fde21 | 2018-03-10 14:03:06 | [diff] [blame] | 142 | "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 143 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 144 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 145 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 146 | "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 147 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 148 | ] |
| 149 | |
| 150 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 151 | name = "bufstream" |
| 152 | version = "0.1.3" |
| 153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 154 | |
| 155 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 156 | name = "build-manifest" |
| 157 | version = "0.1.0" |
| 158 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 159 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 160 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 161 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 162 | ] |
| 163 | |
| 164 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 165 | name = "build_helper" |
| 166 | version = "0.1.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 167 | |
| 168 | [[package]] |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 169 | name = "byteorder" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 170 | version = "1.2.3" |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 172 | |
| 173 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 174 | name = "cargo" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 175 | version = "0.28.0" |
| 176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 177 | dependencies = [ |
| 178 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 179 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 180 | "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 181 | "crates-io 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 182 | "crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 183 | "crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 184 | "curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 185 | "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 186 | "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 187 | "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 188 | "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 189 | "fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 190 | "git2 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 191 | "git2-curl 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 192 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 193 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 194 | "home 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 195 | "ignore 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 196 | "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 197 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 198 | "lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 199 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 200 | "libgit2-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 201 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 202 | "miow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 203 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 204 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 205 | "same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 206 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 207 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 208 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 209 | "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 210 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 211 | "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 212 | "tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 213 | "tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 214 | "termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 215 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 216 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 217 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 218 | ] |
| 219 | |
| 220 | [[package]] |
| 221 | name = "cargo" |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 222 | version = "0.30.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 223 | dependencies = [ |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 224 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 225 | "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 226 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 227 | "core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 228 | "crates-io 0.18.0", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 229 | "crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 230 | "crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 231 | "curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 232 | "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 233 | "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 234 | "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 235 | "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 236 | "fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 237 | "git2 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | faebcc1 | 2018-03-15 17:58:02 | [diff] [blame] | 238 | "git2-curl 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 239 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 240 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 06f8103 | 2018-03-21 02:04:09 | [diff] [blame] | 241 | "home 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 242 | "ignore 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | faebcc1 | 2018-03-15 17:58:02 | [diff] [blame] | 243 | "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 244 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 245 | "lazycell 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 246 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 247 | "libgit2-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 248 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 249 | "miow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 250 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 251 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 252 | "rustfix 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 253 | "same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 254 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 255 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 256 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 257 | "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 258 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 259 | "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 260 | "tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 261 | "tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 262 | "termcolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 263 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 264 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 265 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 266 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 267 | ] |
| 268 | |
| 269 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 270 | name = "cargo_metadata" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 271 | version = "0.5.8" |
Boris-Chengbiao Zhou | c214802 | 2018-03-14 14:03:42 | [diff] [blame] | 272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 273 | dependencies = [ |
| 274 | "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 275 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 276 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 277 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 278 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Boris-Chengbiao Zhou | c214802 | 2018-03-14 14:03:42 | [diff] [blame] | 279 | ] |
| 280 | |
| 281 | [[package]] |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 282 | name = "cargo_metadata" |
| 283 | version = "0.6.0" |
| 284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 285 | dependencies = [ |
| 286 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 287 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 288 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 289 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 290 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 291 | ] |
| 292 | |
| 293 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 294 | name = "cargotest2" |
| 295 | version = "0.1.0" |
| 296 | |
| 297 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 298 | name = "cc" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 299 | version = "1.0.18" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 301 | |
| 302 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 303 | name = "cfg-if" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 304 | version = "0.1.4" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 306 | |
| 307 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 308 | name = "chalk-engine" |
| 309 | version = "0.6.0" |
| 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 | dependencies = [ |
| 312 | "chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 313 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 314 | ] |
| 315 | |
| 316 | [[package]] |
| 317 | name = "chalk-macros" |
| 318 | version = "0.1.0" |
| 319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 320 | dependencies = [ |
| 321 | "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 322 | ] |
| 323 | |
| 324 | [[package]] |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 325 | name = "chrono" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 326 | version = "0.4.4" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 329 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
| 330 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 331 | "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 332 | ] |
| 333 | |
| 334 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 335 | name = "clap" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 336 | version = "2.32.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 338 | dependencies = [ |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 339 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 340 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 341 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 342 | "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 343 | "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 344 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 345 | "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 346 | "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] | 347 | ] |
| 348 | |
| 349 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 350 | name = "clippy" |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 351 | version = "0.0.212" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 352 | dependencies = [ |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 353 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 354 | "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 355 | "cargo_metadata 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 70717f2 | 2018-01-30 14:12:12 | [diff] [blame] | 356 | "clippy-mini-macro-test 0.2.0", |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 357 | "clippy_lints 0.0.212", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 358 | "compiletest_rs 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | bcdb67b | 2018-05-08 18:55:43 | [diff] [blame] | 359 | "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 360 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 361 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 362 | "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 363 | "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 02ac15c | 2018-02-09 17:53:41 | [diff] [blame] | 364 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 365 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 366 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 367 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 368 | ] |
| 369 | |
| 370 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 371 | name = "clippy-mini-macro-test" |
Oliver Schneider | 70717f2 | 2018-01-30 14:12:12 | [diff] [blame] | 372 | version = "0.2.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 373 | |
| 374 | [[package]] |
| 375 | name = "clippy_lints" |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 376 | version = "0.0.212" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 377 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 378 | "cargo_metadata 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 379 | "if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 380 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 381 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 382 | "matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 383 | "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 384 | "quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 385 | "regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 386 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 387 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 388 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 389 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 390 | "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 391 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 392 | ] |
| 393 | |
| 394 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 395 | name = "cloudabi" |
| 396 | version = "0.0.3" |
| 397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 398 | dependencies = [ |
| 399 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 400 | ] |
| 401 | |
| 402 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 403 | name = "cmake" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 404 | version = "0.1.31" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 406 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 407 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 408 | ] |
| 409 | |
| 410 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 411 | name = "colored" |
| 412 | version = "1.6.0" |
| 413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 414 | dependencies = [ |
| 415 | "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 416 | ] |
| 417 | |
| 418 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 419 | name = "commoncrypto" |
| 420 | version = "0.2.0" |
| 421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 422 | dependencies = [ |
| 423 | "commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 424 | ] |
| 425 | |
| 426 | [[package]] |
| 427 | name = "commoncrypto-sys" |
| 428 | version = "0.2.0" |
| 429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 430 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 431 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Murarth | 6484258 | 2017-06-17 19:01:18 | [diff] [blame] | 432 | ] |
| 433 | |
| 434 | [[package]] |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 435 | name = "compiler_builtins" |
| 436 | version = "0.0.0" |
| 437 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 438 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 439 | "core 0.0.0", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 440 | ] |
| 441 | |
| 442 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 443 | name = "compiletest" |
| 444 | version = "0.0.0" |
| 445 | dependencies = [ |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 446 | "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 447 | "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 933c299 | 2018-07-06 20:52:40 | [diff] [blame] | 448 | "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 449 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 450 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 451 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 452 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 453 | "miow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 454 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 455 | "rustfix 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 456 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 457 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 458 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 459 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 460 | ] |
| 461 | |
| 462 | [[package]] |
| 463 | name = "compiletest_rs" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 464 | version = "0.3.11" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 466 | dependencies = [ |
| 467 | "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 468 | "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 469 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 470 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 471 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 02ac15c | 2018-02-09 17:53:41 | [diff] [blame] | 472 | "miow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 473 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 474 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 475 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 476 | "tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 477 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 478 | ] |
| 479 | |
| 480 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 481 | name = "core" |
| 482 | version = "0.0.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 483 | dependencies = [ |
| 484 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 485 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 486 | |
| 487 | [[package]] |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 488 | name = "core-foundation" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 489 | version = "0.5.1" |
| 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 491 | dependencies = [ |
| 492 | "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 493 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 494 | ] |
| 495 | |
| 496 | [[package]] |
| 497 | name = "core-foundation" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 498 | version = "0.6.1" |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 500 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 501 | "core-foundation-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 502 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 503 | ] |
| 504 | |
| 505 | [[package]] |
| 506 | name = "core-foundation-sys" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 507 | version = "0.5.1" |
| 508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 509 | dependencies = [ |
| 510 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 511 | ] |
| 512 | |
| 513 | [[package]] |
| 514 | name = "core-foundation-sys" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 515 | version = "0.6.1" |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 517 | |
| 518 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 519 | name = "crates-io" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 520 | version = "0.16.0" |
| 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 522 | dependencies = [ |
| 523 | "curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 524 | "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 525 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 526 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 527 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 528 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 529 | ] |
| 530 | |
| 531 | [[package]] |
| 532 | name = "crates-io" |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 533 | version = "0.18.0" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 534 | dependencies = [ |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 535 | "curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 536 | "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 537 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 538 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 539 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 540 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 541 | ] |
| 542 | |
| 543 | [[package]] |
| 544 | name = "crossbeam" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 545 | version = "0.3.2" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 547 | |
| 548 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 549 | name = "crossbeam-channel" |
| 550 | version = "0.2.3" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | dependencies = [ |
| 553 | "crossbeam-epoch 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 554 | "crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 555 | "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 556 | "rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 557 | "smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 558 | ] |
| 559 | |
| 560 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 561 | name = "crossbeam-deque" |
| 562 | version = "0.2.0" |
| 563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 564 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 565 | "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 566 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 567 | ] |
| 568 | |
| 569 | [[package]] |
| 570 | name = "crossbeam-epoch" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 571 | version = "0.3.1" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 573 | dependencies = [ |
| 574 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 575 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 576 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 577 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 578 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 579 | "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 580 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 581 | ] |
| 582 | |
| 583 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 584 | name = "crossbeam-epoch" |
| 585 | version = "0.5.1" |
| 586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 587 | dependencies = [ |
| 588 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 589 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 590 | "crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 591 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 592 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 593 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 594 | ] |
| 595 | |
| 596 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 597 | name = "crossbeam-utils" |
| 598 | version = "0.2.2" |
| 599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 600 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 601 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 602 | ] |
| 603 | |
| 604 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 605 | name = "crossbeam-utils" |
| 606 | version = "0.4.1" |
| 607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 608 | |
| 609 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 610 | name = "crypto-hash" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 611 | version = "0.3.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 613 | dependencies = [ |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 614 | "commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 615 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 616 | "openssl 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 617 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 618 | ] |
| 619 | |
| 620 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 621 | name = "curl" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 622 | version = "0.4.13" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 624 | dependencies = [ |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 625 | "curl-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 626 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 627 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 628 | "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 629 | "openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 630 | "schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 631 | "socket2 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 632 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 633 | ] |
| 634 | |
| 635 | [[package]] |
| 636 | name = "curl-sys" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 637 | version = "0.4.7" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 639 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 640 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 641 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 642 | "libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 643 | "openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 644 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 645 | "vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 646 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 647 | ] |
| 648 | |
| 649 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 650 | name = "datafrog" |
| 651 | version = "0.1.0" |
| 652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 653 | |
| 654 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 655 | name = "derive-new" |
Bastien Orivel | bcdb67b | 2018-05-08 18:55:43 | [diff] [blame] | 656 | version = "0.5.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 658 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 659 | "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 660 | "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 661 | "syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 662 | ] |
| 663 | |
| 664 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 665 | name = "derive_more" |
| 666 | version = "0.11.0" |
| 667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 668 | dependencies = [ |
| 669 | "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 670 | "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 671 | "syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 672 | ] |
| 673 | |
| 674 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 675 | name = "diff" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 676 | version = "0.1.11" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 678 | |
| 679 | [[package]] |
Mark Simulacrum | 42fde21 | 2018-03-10 14:03:06 | [diff] [blame] | 680 | name = "difference" |
| 681 | version = "2.0.0" |
| 682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 683 | |
| 684 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 685 | name = "dlmalloc" |
| 686 | version = "0.0.0" |
| 687 | dependencies = [ |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 688 | "compiler_builtins 0.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 689 | "core 0.0.0", |
| 690 | ] |
| 691 | |
| 692 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 693 | name = "dtoa" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 694 | version = "0.4.3" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 696 | |
| 697 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 698 | name = "either" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 699 | version = "1.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 701 | |
| 702 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 703 | name = "elasticlunr-rs" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 704 | version = "2.3.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 706 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 707 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 708 | "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 709 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 710 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 711 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 712 | "strum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 713 | "strum_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 714 | ] |
| 715 | |
| 716 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 717 | name = "ena" |
Niko Matsakis | 7ed0fd7 | 2018-05-18 19:25:34 | [diff] [blame] | 718 | version = "0.9.3" |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 720 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 721 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 722 | ] |
| 723 | |
| 724 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 725 | name = "env_logger" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 726 | version = "0.5.10" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 728 | dependencies = [ |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 729 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 730 | "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 731 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 732 | "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 0f1c649 | 2018-03-26 23:20:11 | [diff] [blame] | 733 | "termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 734 | ] |
| 735 | |
| 736 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 737 | name = "environment" |
| 738 | version = "0.1.1" |
| 739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 | |
| 741 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 742 | name = "error-chain" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 743 | version = "0.11.0" |
Guillaume Gomez | 5636d32 | 2017-07-29 12:35:09 | [diff] [blame] | 744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 746 | "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
Guillaume Gomez | 5636d32 | 2017-07-29 12:35:09 | [diff] [blame] | 747 | ] |
| 748 | |
| 749 | [[package]] |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 750 | name = "error-chain" |
| 751 | version = "0.12.0" |
| 752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 753 | dependencies = [ |
| 754 | "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 755 | ] |
| 756 | |
| 757 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 758 | name = "error_index_generator" |
| 759 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 760 | dependencies = [ |
| 761 | "rustdoc 0.0.0", |
| 762 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 763 | |
| 764 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 765 | name = "failure" |
| 766 | version = "0.1.1" |
| 767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 768 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 769 | "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 770 | "failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 771 | ] |
| 772 | |
| 773 | [[package]] |
| 774 | name = "failure_derive" |
| 775 | version = "0.1.1" |
| 776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 777 | dependencies = [ |
| 778 | "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 779 | "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 780 | "synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 781 | ] |
| 782 | |
| 783 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 784 | name = "filetime" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 785 | version = "0.2.1" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 787 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 788 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 789 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 790 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 791 | ] |
| 792 | |
| 793 | [[package]] |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 794 | name = "fixedbitset" |
| 795 | version = "0.1.9" |
| 796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 797 | |
| 798 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 799 | name = "flate2" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 800 | version = "1.0.1" |
| 801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 802 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 803 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 804 | "miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 805 | ] |
| 806 | |
| 807 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 808 | name = "fmt_macros" |
| 809 | version = "0.0.0" |
| 810 | |
| 811 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 812 | name = "fnv" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 813 | version = "1.0.6" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 815 | |
| 816 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 817 | name = "foreign-types" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 818 | version = "0.3.2" |
| 819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 820 | dependencies = [ |
| 821 | "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 822 | ] |
| 823 | |
| 824 | [[package]] |
| 825 | name = "foreign-types-shared" |
| 826 | version = "0.1.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 828 | |
| 829 | [[package]] |
| 830 | name = "fs2" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 831 | version = "0.4.3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 833 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 834 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 835 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 836 | ] |
| 837 | |
| 838 | [[package]] |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 839 | name = "fst" |
| 840 | version = "0.3.0" |
| 841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 842 | dependencies = [ |
| 843 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 844 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 845 | ] |
| 846 | |
| 847 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 848 | name = "fuchsia-zircon" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 849 | version = "0.3.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 851 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 852 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 853 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 854 | ] |
| 855 | |
| 856 | [[package]] |
| 857 | name = "fuchsia-zircon-sys" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 858 | version = "0.3.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 860 | |
| 861 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 862 | name = "futf" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 863 | version = "0.1.4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 865 | dependencies = [ |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 866 | "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 867 | "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 868 | ] |
| 869 | |
| 870 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 871 | name = "futures" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 872 | version = "0.1.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 874 | |
| 875 | [[package]] |
| 876 | name = "getopts" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 877 | version = "0.2.17" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 879 | |
| 880 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 881 | name = "git2" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 882 | version = "0.7.3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 884 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 885 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 886 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 887 | "libgit2-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 888 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 889 | "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 890 | "openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 891 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 892 | ] |
| 893 | |
| 894 | [[package]] |
| 895 | name = "git2-curl" |
Alex Crichton | faebcc1 | 2018-03-15 17:58:02 | [diff] [blame] | 896 | version = "0.8.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 898 | dependencies = [ |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 899 | "curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 900 | "git2 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 901 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 902 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 903 | ] |
| 904 | |
| 905 | [[package]] |
| 906 | name = "glob" |
| 907 | version = "0.2.11" |
| 908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 909 | |
| 910 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 911 | name = "globset" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 912 | version = "0.4.0" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 914 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 915 | "aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 916 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 917 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7502925 | 2017-12-06 05:18:44 | [diff] [blame] | 918 | "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 919 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 920 | ] |
| 921 | |
| 922 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 923 | name = "graphviz" |
| 924 | version = "0.0.0" |
| 925 | |
| 926 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 927 | name = "handlebars" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 928 | version = "0.32.4" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 930 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 931 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 932 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 933 | "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 934 | "pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 935 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 936 | "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 937 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 938 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 939 | ] |
| 940 | |
| 941 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 942 | name = "hex" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 943 | version = "0.3.2" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 945 | |
| 946 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 947 | name = "home" |
Bastien Orivel | 06f8103 | 2018-03-21 02:04:09 | [diff] [blame] | 948 | version = "0.3.2" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 950 | dependencies = [ |
Bastien Orivel | 06f8103 | 2018-03-21 02:04:09 | [diff] [blame] | 951 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 952 | "userenv-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 953 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 954 | ] |
| 955 | |
| 956 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 957 | name = "html5ever" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 958 | version = "0.22.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 960 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 961 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 962 | "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 963 | "markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 964 | "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 965 | "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 966 | "syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 967 | ] |
| 968 | |
| 969 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 970 | name = "humantime" |
| 971 | version = "1.1.1" |
| 972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 973 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 974 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 975 | ] |
| 976 | |
| 977 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 978 | name = "idna" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 979 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 981 | dependencies = [ |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 982 | "matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 983 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 984 | "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 985 | ] |
| 986 | |
| 987 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 988 | name = "if_chain" |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 989 | version = "0.1.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 991 | |
| 992 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 993 | name = "ignore" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 994 | version = "0.4.2" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 996 | dependencies = [ |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 997 | "crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 998 | "globset 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 999 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1000 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 1001 | "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1002 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 1003 | "same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1004 | "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1005 | "walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1006 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1007 | ] |
| 1008 | |
| 1009 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1010 | name = "installer" |
| 1011 | version = "0.0.0" |
| 1012 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1013 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 1014 | "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1015 | "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1016 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1017 | "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1018 | "tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1019 | "walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1020 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1021 | "xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1022 | ] |
| 1023 | |
| 1024 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1025 | name = "is-match" |
| 1026 | version = "0.1.0" |
| 1027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1028 | |
| 1029 | [[package]] |
Nick Cameron | 0e6fff8 | 2018-05-27 22:16:42 | [diff] [blame] | 1030 | name = "isatty" |
| 1031 | version = "0.1.8" |
| 1032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1033 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1034 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1035 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1036 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 0e6fff8 | 2018-05-27 22:16:42 | [diff] [blame] | 1037 | ] |
| 1038 | |
| 1039 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1040 | name = "itertools" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1041 | version = "0.7.8" |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1043 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1044 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1045 | ] |
| 1046 | |
| 1047 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1048 | name = "itoa" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1049 | version = "0.4.2" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1051 | |
| 1052 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1053 | name = "jobserver" |
Alex Crichton | faebcc1 | 2018-03-15 17:58:02 | [diff] [blame] | 1054 | version = "0.1.11" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1056 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1057 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1058 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | a67e072 | 2018-03-12 19:23:23 | [diff] [blame] | 1059 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1060 | ] |
| 1061 | |
| 1062 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1063 | name = "jsonrpc-core" |
Igor Matuszewski | d332277 | 2017-12-28 18:46:29 | [diff] [blame] | 1064 | version = "8.0.1" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1066 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1067 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1068 | "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1069 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1070 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1071 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1072 | ] |
| 1073 | |
| 1074 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1075 | name = "kernel32-sys" |
| 1076 | version = "0.2.2" |
| 1077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1078 | dependencies = [ |
| 1079 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1080 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1081 | ] |
| 1082 | |
| 1083 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1084 | name = "languageserver-types" |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 1085 | version = "0.45.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1087 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1088 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 1089 | "num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1090 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1091 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1092 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1093 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1094 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1095 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1096 | ] |
| 1097 | |
| 1098 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1099 | name = "lazy_static" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1100 | version = "0.2.11" |
| 1101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1102 | |
| 1103 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1104 | name = "lazy_static" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1105 | version = "1.0.2" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1107 | |
| 1108 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1109 | name = "lazycell" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1110 | version = "0.6.0" |
| 1111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1112 | |
| 1113 | [[package]] |
| 1114 | name = "lazycell" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1115 | version = "1.0.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1117 | |
| 1118 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1119 | name = "libc" |
| 1120 | version = "0.0.0" |
| 1121 | dependencies = [ |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 1122 | "compiler_builtins 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1123 | "core 0.0.0", |
| 1124 | ] |
| 1125 | |
| 1126 | [[package]] |
| 1127 | name = "libc" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1128 | version = "0.2.42" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1130 | |
| 1131 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1132 | name = "libgit2-sys" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 1133 | version = "0.7.6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1135 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1136 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1137 | "cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 1138 | "curl-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1139 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1140 | "libssh2-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1141 | "libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1142 | "openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1143 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1144 | ] |
| 1145 | |
| 1146 | [[package]] |
| 1147 | name = "libssh2-sys" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1148 | version = "0.2.8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1150 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1151 | "cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1152 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1153 | "libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1154 | "openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1155 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1156 | "vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1157 | ] |
| 1158 | |
| 1159 | [[package]] |
| 1160 | name = "libz-sys" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1161 | version = "1.0.18" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1163 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1164 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1165 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1166 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1167 | "vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1168 | ] |
| 1169 | |
| 1170 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1171 | name = "linkchecker" |
| 1172 | version = "0.1.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1173 | |
| 1174 | [[package]] |
| 1175 | name = "log" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1176 | version = "0.3.9" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1178 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1179 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1180 | ] |
| 1181 | |
| 1182 | [[package]] |
| 1183 | name = "log" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1184 | version = "0.4.3" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1186 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1187 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1188 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1189 | |
| 1190 | [[package]] |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 1191 | name = "log_settings" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1192 | version = "0.1.2" |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 1193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1194 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1195 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 1196 | ] |
| 1197 | |
| 1198 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1199 | name = "lzma-sys" |
Bastien Orivel | 933c299 | 2018-07-06 20:52:40 | [diff] [blame] | 1200 | version = "0.1.10" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1202 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1203 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 933c299 | 2018-07-06 20:52:40 | [diff] [blame] | 1204 | "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1205 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1206 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1207 | ] |
| 1208 | |
| 1209 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1210 | name = "mac" |
| 1211 | version = "0.1.1" |
| 1212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1213 | |
| 1214 | [[package]] |
| 1215 | name = "maplit" |
| 1216 | version = "1.0.1" |
| 1217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1218 | |
| 1219 | [[package]] |
| 1220 | name = "markup5ever" |
| 1221 | version = "0.7.2" |
| 1222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1223 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1224 | "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1225 | "phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1226 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1227 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1228 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1229 | "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1230 | "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1231 | "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1232 | ] |
| 1233 | |
| 1234 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1235 | name = "matches" |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 1236 | version = "0.1.7" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1238 | |
| 1239 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1240 | name = "mdbook" |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 1241 | version = "0.1.7" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1243 | dependencies = [ |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1244 | "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1245 | "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1246 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1247 | "elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1248 | "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1249 | "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1250 | "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1251 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1252 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1253 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1254 | "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 041d355 | 2017-09-27 22:37:02 | [diff] [blame] | 1255 | "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Manish Goregaokar | 6818551 | 2018-02-18 21:33:56 | [diff] [blame] | 1256 | "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1257 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1258 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1259 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1260 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1261 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 1262 | "tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1263 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1264 | "toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1265 | ] |
| 1266 | |
| 1267 | [[package]] |
| 1268 | name = "memchr" |
Nick Cameron | 7502925 | 2017-12-06 05:18:44 | [diff] [blame] | 1269 | version = "2.0.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1271 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1272 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1273 | ] |
| 1274 | |
| 1275 | [[package]] |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 1276 | name = "memmap" |
| 1277 | version = "0.6.2" |
| 1278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1279 | dependencies = [ |
| 1280 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1281 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1282 | ] |
| 1283 | |
| 1284 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1285 | name = "memoffset" |
| 1286 | version = "0.2.1" |
| 1287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1288 | |
| 1289 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 1290 | name = "minifier" |
Guillaume Gomez | f7485df | 2018-06-25 21:28:20 | [diff] [blame] | 1291 | version = "0.0.14" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 1292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1293 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1294 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 1295 | ] |
| 1296 | |
| 1297 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1298 | name = "miniz-sys" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 1299 | version = "0.1.10" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1301 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1302 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1303 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1304 | ] |
| 1305 | |
| 1306 | [[package]] |
| 1307 | name = "miow" |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 1308 | version = "0.3.1" |
| 1309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1310 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1311 | "socket2 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1312 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 1313 | ] |
| 1314 | |
| 1315 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 1316 | name = "miri" |
| 1317 | version = "0.1.0" |
| 1318 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1319 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 1320 | "cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1321 | "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1322 | "compiletest_rs 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1323 | "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1324 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1325 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 1326 | "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 1327 | ] |
| 1328 | |
| 1329 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1330 | name = "new_debug_unreachable" |
| 1331 | version = "1.0.1" |
| 1332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1333 | dependencies = [ |
| 1334 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1335 | ] |
| 1336 | |
| 1337 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1338 | name = "nodrop" |
| 1339 | version = "0.1.12" |
| 1340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1341 | |
| 1342 | [[package]] |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 1343 | name = "num-derive" |
| 1344 | version = "0.2.2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1346 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1347 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1348 | "proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 1349 | "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1350 | "syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1351 | ] |
| 1352 | |
| 1353 | [[package]] |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 1354 | name = "num-integer" |
| 1355 | version = "0.1.39" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1357 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1358 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1359 | ] |
| 1360 | |
| 1361 | [[package]] |
| 1362 | name = "num-traits" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1363 | version = "0.2.5" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1365 | |
| 1366 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1367 | name = "num_cpus" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 1368 | version = "1.8.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1370 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1371 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1372 | ] |
| 1373 | |
| 1374 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1375 | name = "open" |
Alex Crichton | 041d355 | 2017-09-27 22:37:02 | [diff] [blame] | 1376 | version = "1.2.1" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1378 | |
| 1379 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1380 | name = "openssl" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1381 | version = "0.10.10" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1383 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1384 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1385 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1386 | "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1387 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1388 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1389 | "openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1390 | ] |
| 1391 | |
| 1392 | [[package]] |
| 1393 | name = "openssl-probe" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1394 | version = "0.1.2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1396 | |
| 1397 | [[package]] |
| 1398 | name = "openssl-sys" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1399 | version = "0.9.33" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1401 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1402 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1403 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1404 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1405 | "vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1406 | ] |
| 1407 | |
| 1408 | [[package]] |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 1409 | name = "ordermap" |
| 1410 | version = "0.3.5" |
| 1411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1412 | |
| 1413 | [[package]] |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 1414 | name = "ordslice" |
| 1415 | version = "0.3.0" |
| 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1417 | |
| 1418 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 1419 | name = "owning_ref" |
| 1420 | version = "0.3.3" |
| 1421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1422 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1423 | "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 1424 | ] |
| 1425 | |
| 1426 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1427 | name = "panic_abort" |
| 1428 | version = "0.0.0" |
| 1429 | dependencies = [ |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 1430 | "compiler_builtins 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1431 | "core 0.0.0", |
| 1432 | "libc 0.0.0", |
| 1433 | ] |
| 1434 | |
| 1435 | [[package]] |
| 1436 | name = "panic_unwind" |
| 1437 | version = "0.0.0" |
| 1438 | dependencies = [ |
| 1439 | "alloc 0.0.0", |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 1440 | "compiler_builtins 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1441 | "core 0.0.0", |
| 1442 | "libc 0.0.0", |
| 1443 | "unwind 0.0.0", |
| 1444 | ] |
| 1445 | |
| 1446 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 1447 | name = "parking_lot" |
Alex Crichton | 3565556 | 2018-04-27 03:50:06 | [diff] [blame] | 1448 | version = "0.5.5" |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 1449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1450 | dependencies = [ |
| 1451 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 3565556 | 2018-04-27 03:50:06 | [diff] [blame] | 1452 | "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 1453 | ] |
| 1454 | |
| 1455 | [[package]] |
| 1456 | name = "parking_lot_core" |
Alex Crichton | 3565556 | 2018-04-27 03:50:06 | [diff] [blame] | 1457 | version = "0.2.14" |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 1458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1459 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1460 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | a67e072 | 2018-03-12 19:23:23 | [diff] [blame] | 1461 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 1462 | "smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1463 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 1464 | ] |
| 1465 | |
| 1466 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1467 | name = "percent-encoding" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1468 | version = "1.0.1" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1470 | |
| 1471 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1472 | name = "pest" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1473 | version = "1.0.6" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1475 | |
| 1476 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1477 | name = "pest_derive" |
| 1478 | version = "1.0.7" |
| 1479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1480 | dependencies = [ |
| 1481 | "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1482 | "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1483 | "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1484 | ] |
| 1485 | |
| 1486 | [[package]] |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 1487 | name = "petgraph" |
| 1488 | version = "0.4.12" |
| 1489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1490 | dependencies = [ |
| 1491 | "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1492 | "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1493 | ] |
| 1494 | |
| 1495 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1496 | name = "phf" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1497 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1499 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1500 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1501 | ] |
| 1502 | |
| 1503 | [[package]] |
| 1504 | name = "phf_codegen" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1505 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1507 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1508 | "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1509 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1510 | ] |
| 1511 | |
| 1512 | [[package]] |
| 1513 | name = "phf_generator" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1514 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1516 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1517 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1518 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1519 | ] |
| 1520 | |
| 1521 | [[package]] |
| 1522 | name = "phf_shared" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1523 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1525 | dependencies = [ |
| 1526 | "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1527 | ] |
| 1528 | |
| 1529 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1530 | name = "pkg-config" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1531 | version = "0.3.11" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1533 | |
| 1534 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 1535 | name = "polonius-engine" |
Vytautas Astrauskas | 1404c00 | 2018-05-30 15:17:37 | [diff] [blame] | 1536 | version = "0.5.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 1537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 1538 | dependencies = [ |
| 1539 | "datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1540 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | c3d6889 | 2018-05-29 13:36:45 | [diff] [blame] | 1541 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 1542 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 1543 | |
| 1544 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1545 | name = "precomputed-hash" |
| 1546 | version = "0.1.1" |
| 1547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1548 | |
| 1549 | [[package]] |
Mark Simulacrum | 42fde21 | 2018-03-10 14:03:06 | [diff] [blame] | 1550 | name = "pretty_assertions" |
| 1551 | version = "0.5.1" |
| 1552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1553 | dependencies = [ |
| 1554 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1555 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1556 | ] |
| 1557 | |
| 1558 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1559 | name = "proc-macro2" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1560 | version = "0.3.8" |
| 1561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1562 | dependencies = [ |
| 1563 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1564 | ] |
| 1565 | |
| 1566 | [[package]] |
| 1567 | name = "proc-macro2" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1568 | version = "0.4.8" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1570 | dependencies = [ |
| 1571 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1572 | ] |
| 1573 | |
| 1574 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1575 | name = "proc_macro" |
| 1576 | version = "0.0.0" |
| 1577 | dependencies = [ |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 1578 | "rustc_data_structures 0.0.0", |
Sergio Benitez | 8be132e | 2017-08-28 09:56:43 | [diff] [blame] | 1579 | "rustc_errors 0.0.0", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 1580 | "syntax 0.0.0", |
Jeffrey Seyfried | 2dc60b1 | 2017-01-18 03:27:09 | [diff] [blame] | 1581 | "syntax_pos 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1582 | ] |
| 1583 | |
| 1584 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 1585 | name = "profiler_builtins" |
| 1586 | version = "0.0.0" |
| 1587 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1588 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 1589 | "compiler_builtins 0.0.0", |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 1590 | "core 0.0.0", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 1591 | ] |
| 1592 | |
| 1593 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1594 | name = "pulldown-cmark" |
Manish Goregaokar | 6818551 | 2018-02-18 21:33:56 | [diff] [blame] | 1595 | version = "0.1.2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1597 | dependencies = [ |
| 1598 | "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1599 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
Guillaume Gomez | 474cc09 | 2017-03-12 19:28:36 | [diff] [blame] | 1600 | ] |
| 1601 | |
| 1602 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1603 | name = "quick-error" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1604 | version = "1.2.2" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1606 | |
| 1607 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1608 | name = "quine-mc_cluskey" |
| 1609 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1611 | |
| 1612 | [[package]] |
| 1613 | name = "quote" |
| 1614 | version = "0.3.15" |
| 1615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1616 | |
| 1617 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1618 | name = "quote" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1619 | version = "0.5.2" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1621 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1622 | "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1623 | ] |
| 1624 | |
| 1625 | [[package]] |
| 1626 | name = "quote" |
| 1627 | version = "0.6.3" |
| 1628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1629 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1630 | "proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1631 | ] |
| 1632 | |
| 1633 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1634 | name = "racer" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1635 | version = "2.1.2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1637 | dependencies = [ |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1638 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1639 | "cargo 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1640 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1641 | "derive_more 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1642 | "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 8de091e | 2018-05-17 19:59:16 | [diff] [blame] | 1643 | "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1644 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1645 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1646 | "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1647 | "rustc-ap-syntax 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1648 | ] |
| 1649 | |
| 1650 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1651 | name = "rand" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1652 | version = "0.4.2" |
| 1653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1654 | dependencies = [ |
| 1655 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1656 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1657 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1658 | ] |
| 1659 | |
| 1660 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1661 | name = "rand" |
| 1662 | version = "0.5.4" |
| 1663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1664 | dependencies = [ |
| 1665 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1666 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1667 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1668 | "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1669 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1670 | ] |
| 1671 | |
| 1672 | [[package]] |
| 1673 | name = "rand_core" |
| 1674 | version = "0.2.1" |
| 1675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1676 | |
| 1677 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1678 | name = "rayon" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1679 | version = "1.0.1" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1681 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1682 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1683 | "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1684 | ] |
| 1685 | |
| 1686 | [[package]] |
| 1687 | name = "rayon-core" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1688 | version = "1.4.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1690 | dependencies = [ |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1691 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1692 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1693 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 1694 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | a10577c | 2018-05-15 08:34:17 | [diff] [blame] | 1695 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1696 | ] |
| 1697 | |
| 1698 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 1699 | name = "redox_syscall" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1700 | version = "0.1.40" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 1701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1702 | |
| 1703 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1704 | name = "redox_termios" |
| 1705 | version = "0.1.1" |
| 1706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1707 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1708 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1709 | ] |
| 1710 | |
| 1711 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1712 | name = "regex" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1713 | version = "0.2.11" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1715 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1716 | "aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7502925 | 2017-12-06 05:18:44 | [diff] [blame] | 1717 | "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1718 | "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1719 | "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1720 | "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] | 1721 | ] |
| 1722 | |
| 1723 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 1724 | name = "regex" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1725 | version = "1.0.1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 1726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1727 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1728 | "aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 1729 | "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1730 | "regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 1731 | "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1732 | "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1733 | ] |
| 1734 | |
| 1735 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1736 | name = "regex-syntax" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1737 | version = "0.5.6" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1739 | dependencies = [ |
| 1740 | "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1741 | ] |
| 1742 | |
| 1743 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 1744 | name = "regex-syntax" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1745 | version = "0.6.1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 1746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1747 | dependencies = [ |
| 1748 | "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1749 | ] |
| 1750 | |
| 1751 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 1752 | name = "remote-test-client" |
| 1753 | version = "0.1.0" |
| 1754 | |
| 1755 | [[package]] |
| 1756 | name = "remote-test-server" |
| 1757 | version = "0.1.0" |
| 1758 | |
| 1759 | [[package]] |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1760 | name = "remove_dir_all" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1761 | version = "0.5.1" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1763 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1764 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1765 | ] |
| 1766 | |
| 1767 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1768 | name = "rls" |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 1769 | version = "0.129.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1770 | dependencies = [ |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 1771 | "cargo 0.30.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1772 | "cargo_metadata 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 1773 | "clippy_lints 0.0.212", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1774 | "crossbeam-channel 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1775 | "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | d332277 | 2017-12-28 18:46:29 | [diff] [blame] | 1776 | "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | acd4fe8 | 2018-06-07 03:14:49 | [diff] [blame] | 1777 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | d332277 | 2017-12-28 18:46:29 | [diff] [blame] | 1778 | "jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 1779 | "languageserver-types 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1780 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1781 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | fa94c5c | 2018-02-14 08:09:51 | [diff] [blame] | 1782 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 1783 | "ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1784 | "racer 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1785 | "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 1786 | "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1787 | "rls-analysis 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 1788 | "rls-blacklist 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 80bfca4 | 2018-05-16 03:38:11 | [diff] [blame] | 1789 | "rls-data 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | acd4fe8 | 2018-06-07 03:14:49 | [diff] [blame] | 1790 | "rls-rustc 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1791 | "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1792 | "rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1793 | "rustfmt-nightly 0.9.0", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1794 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1795 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1796 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1797 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 8de091e | 2018-05-17 19:59:16 | [diff] [blame] | 1798 | "walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1799 | ] |
| 1800 | |
| 1801 | [[package]] |
| 1802 | name = "rls-analysis" |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 1803 | version = "0.14.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1805 | dependencies = [ |
Bastien Orivel | bcdb67b | 2018-05-08 18:55:43 | [diff] [blame] | 1806 | "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 1807 | "fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1808 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1809 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 80bfca4 | 2018-05-16 03:38:11 | [diff] [blame] | 1810 | "rls-data 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1811 | "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1812 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1813 | ] |
| 1814 | |
| 1815 | [[package]] |
Nick Cameron | fa94c5c | 2018-02-14 08:09:51 | [diff] [blame] | 1816 | name = "rls-blacklist" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 1817 | version = "0.1.2" |
Andy Russell | 59fafc8 | 2017-12-04 20:59:49 | [diff] [blame] | 1818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | 59fafc8 | 2017-12-04 20:59:49 | [diff] [blame] | 1819 | |
| 1820 | [[package]] |
Martin Algesten | 9a6afa8 | 2018-02-02 07:29:59 | [diff] [blame] | 1821 | name = "rls-data" |
Nick Cameron | 80bfca4 | 2018-05-16 03:38:11 | [diff] [blame] | 1822 | version = "0.16.0" |
Martin Algesten | 9a6afa8 | 2018-02-02 07:29:59 | [diff] [blame] | 1823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1824 | dependencies = [ |
| 1825 | "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1826 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1827 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1828 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
Martin Algesten | 9a6afa8 | 2018-02-02 07:29:59 | [diff] [blame] | 1829 | ] |
| 1830 | |
| 1831 | [[package]] |
Nick Cameron | 92867d2 | 2017-08-30 05:09:36 | [diff] [blame] | 1832 | name = "rls-rustc" |
Nick Cameron | acd4fe8 | 2018-06-07 03:14:49 | [diff] [blame] | 1833 | version = "0.4.0" |
Nick Cameron | 92867d2 | 2017-08-30 05:09:36 | [diff] [blame] | 1834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1835 | |
| 1836 | [[package]] |
Nick Cameron | fee1f64 | 2017-03-14 02:16:44 | [diff] [blame] | 1837 | name = "rls-span" |
Nick Cameron | 7bed543 | 2017-05-08 19:15:48 | [diff] [blame] | 1838 | version = "0.4.0" |
Nick Cameron | dc63eff | 2017-03-15 08:20:23 | [diff] [blame] | 1839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nick Cameron | fee1f64 | 2017-03-14 02:16:44 | [diff] [blame] | 1840 | dependencies = [ |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1841 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1842 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1843 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1844 | ] |
| 1845 | |
| 1846 | [[package]] |
| 1847 | name = "rls-vfs" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1848 | version = "0.4.6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1850 | dependencies = [ |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1851 | "racer 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1852 | "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] | 1853 | ] |
| 1854 | |
| 1855 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1856 | name = "rustbook" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1857 | version = "0.1.0" |
| 1858 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1859 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 1860 | "mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1861 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1862 | |
| 1863 | [[package]] |
| 1864 | name = "rustc" |
| 1865 | version = "0.0.0" |
| 1866 | dependencies = [ |
| 1867 | "arena 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1868 | "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1869 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1870 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 1871 | "chalk-engine 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1872 | "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1873 | "fmt_macros 0.0.0", |
| 1874 | "graphviz 0.0.0", |
Alex Crichton | faebcc1 | 2018-03-15 17:58:02 | [diff] [blame] | 1875 | "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1876 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1877 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 1878 | "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Vytautas Astrauskas | 1404c00 | 2018-05-30 15:17:37 | [diff] [blame] | 1879 | "polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 9d3719b | 2018-02-01 17:10:56 | [diff] [blame] | 1880 | "proc_macro 0.0.0", |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 1881 | "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1882 | "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1883 | "rustc_apfloat 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1884 | "rustc_data_structures 0.0.0", |
| 1885 | "rustc_errors 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 1886 | "rustc_target 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1887 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1888 | "serialize 0.0.0", |
| 1889 | "syntax 0.0.0", |
| 1890 | "syntax_pos 0.0.0", |
Bastien Orivel | 9d5b13e | 2018-05-12 21:19:35 | [diff] [blame] | 1891 | "tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1892 | ] |
| 1893 | |
| 1894 | [[package]] |
Nick Cameron | 0e6fff8 | 2018-05-27 22:16:42 | [diff] [blame] | 1895 | name = "rustc-ap-arena" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1896 | version = "209.0.0" |
Nick Cameron | 0e6fff8 | 2018-05-27 22:16:42 | [diff] [blame] | 1897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1898 | dependencies = [ |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1899 | "rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 0e6fff8 | 2018-05-27 22:16:42 | [diff] [blame] | 1900 | ] |
| 1901 | |
| 1902 | [[package]] |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 1903 | name = "rustc-ap-rustc_cratesio_shim" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1904 | version = "209.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 1905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1906 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1907 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1908 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 1909 | ] |
| 1910 | |
| 1911 | [[package]] |
| 1912 | name = "rustc-ap-rustc_data_structures" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1913 | version = "209.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 1914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1915 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1916 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 7ed0fd7 | 2018-05-18 19:25:34 | [diff] [blame] | 1917 | "ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1918 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 3565556 | 2018-04-27 03:50:06 | [diff] [blame] | 1919 | "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1920 | "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1921 | "rustc-ap-rustc_cratesio_shim 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1922 | "rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | acd4fe8 | 2018-06-07 03:14:49 | [diff] [blame] | 1923 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1924 | "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1925 | "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1926 | "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | acd4fe8 | 2018-06-07 03:14:49 | [diff] [blame] | 1927 | ] |
| 1928 | |
| 1929 | [[package]] |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 1930 | name = "rustc-ap-rustc_errors" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1931 | version = "209.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 1932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1933 | dependencies = [ |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 1934 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1935 | "rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1936 | "rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1937 | "rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 0f1c649 | 2018-03-26 23:20:11 | [diff] [blame] | 1938 | "termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 1939 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 1940 | ] |
| 1941 | |
| 1942 | [[package]] |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 1943 | name = "rustc-ap-rustc_target" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1944 | version = "209.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 1945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1946 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1947 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1948 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1949 | "rustc-ap-rustc_cratesio_shim 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1950 | "rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 1951 | ] |
| 1952 | |
| 1953 | [[package]] |
| 1954 | name = "rustc-ap-serialize" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1955 | version = "209.0.0" |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 1956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1957 | |
| 1958 | [[package]] |
| 1959 | name = "rustc-ap-syntax" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1960 | version = "209.0.0" |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 1961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1962 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1963 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1964 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1965 | "rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1966 | "rustc-ap-rustc_errors 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1967 | "rustc-ap-rustc_target 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1968 | "rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1969 | "rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1970 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 1971 | ] |
| 1972 | |
| 1973 | [[package]] |
| 1974 | name = "rustc-ap-syntax_pos" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1975 | version = "209.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 1976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1977 | dependencies = [ |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 1978 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 1979 | "rustc-ap-arena 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1980 | "rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1981 | "rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1982 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 1983 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 1984 | ] |
| 1985 | |
| 1986 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1987 | name = "rustc-demangle" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1988 | version = "0.1.8" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1990 | |
| 1991 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 1992 | name = "rustc-hash" |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 1993 | version = "1.0.1" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 1994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 1995 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1996 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 1997 | ] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 1998 | |
| 1999 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2000 | name = "rustc-main" |
| 2001 | version = "0.0.0" |
| 2002 | dependencies = [ |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2003 | "rustc_driver 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2004 | "rustc_target 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2005 | ] |
| 2006 | |
| 2007 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2008 | name = "rustc-rayon" |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2009 | version = "0.1.1" |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2011 | dependencies = [ |
| 2012 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2013 | "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2014 | ] |
| 2015 | |
| 2016 | [[package]] |
| 2017 | name = "rustc-rayon-core" |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2018 | version = "0.1.1" |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2020 | dependencies = [ |
| 2021 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2022 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2023 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2024 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2025 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2026 | ] |
| 2027 | |
| 2028 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2029 | name = "rustc-serialize" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2030 | version = "0.3.24" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2032 | |
| 2033 | [[package]] |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2034 | name = "rustc_allocator" |
| 2035 | version = "0.0.0" |
| 2036 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2037 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2038 | "rustc 0.0.0", |
| 2039 | "rustc_errors 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2040 | "rustc_target 0.0.0", |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2041 | "syntax 0.0.0", |
| 2042 | "syntax_pos 0.0.0", |
| 2043 | ] |
| 2044 | |
| 2045 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 2046 | name = "rustc_apfloat" |
| 2047 | version = "0.0.0" |
| 2048 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2049 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 2050 | "rustc_cratesio_shim 0.0.0", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 2051 | ] |
| 2052 | |
| 2053 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2054 | name = "rustc_asan" |
| 2055 | version = "0.0.0" |
| 2056 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2057 | "alloc 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2058 | "alloc_system 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2059 | "build_helper 0.1.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2060 | "cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 2061 | "compiler_builtins 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2062 | "core 0.0.0", |
| 2063 | ] |
| 2064 | |
| 2065 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2066 | name = "rustc_borrowck" |
| 2067 | version = "0.0.0" |
| 2068 | dependencies = [ |
| 2069 | "graphviz 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2070 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2071 | "rustc 0.0.0", |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 2072 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2073 | "rustc_errors 0.0.0", |
| 2074 | "rustc_mir 0.0.0", |
| 2075 | "syntax 0.0.0", |
| 2076 | "syntax_pos 0.0.0", |
| 2077 | ] |
| 2078 | |
| 2079 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2080 | name = "rustc_codegen_llvm" |
| 2081 | version = "0.0.0" |
| 2082 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2083 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2084 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2085 | "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2086 | "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2087 | "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2088 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2089 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2090 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2091 | "rustc 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2092 | "rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2093 | "rustc_allocator 0.0.0", |
| 2094 | "rustc_apfloat 0.0.0", |
| 2095 | "rustc_codegen_utils 0.0.0", |
| 2096 | "rustc_data_structures 0.0.0", |
| 2097 | "rustc_errors 0.0.0", |
| 2098 | "rustc_incremental 0.0.0", |
| 2099 | "rustc_llvm 0.0.0", |
| 2100 | "rustc_mir 0.0.0", |
| 2101 | "rustc_platform_intrinsics 0.0.0", |
| 2102 | "rustc_target 0.0.0", |
| 2103 | "serialize 0.0.0", |
| 2104 | "syntax 0.0.0", |
| 2105 | "syntax_pos 0.0.0", |
Bastien Orivel | 677eeaa | 2018-05-08 20:11:58 | [diff] [blame] | 2106 | "tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2107 | ] |
| 2108 | |
| 2109 | [[package]] |
| 2110 | name = "rustc_codegen_utils" |
| 2111 | version = "0.0.0" |
| 2112 | dependencies = [ |
bjorn3 | 23c0b3b | 2018-07-07 09:05:21 | [diff] [blame] | 2113 | "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2114 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2115 | "rustc 0.0.0", |
| 2116 | "rustc_data_structures 0.0.0", |
| 2117 | "rustc_incremental 0.0.0", |
| 2118 | "rustc_mir 0.0.0", |
| 2119 | "rustc_target 0.0.0", |
| 2120 | "syntax 0.0.0", |
| 2121 | "syntax_pos 0.0.0", |
| 2122 | ] |
| 2123 | |
| 2124 | [[package]] |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 2125 | name = "rustc_cratesio_shim" |
| 2126 | version = "0.0.0" |
| 2127 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2128 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2129 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 2130 | ] |
| 2131 | |
| 2132 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2133 | name = "rustc_data_structures" |
| 2134 | version = "0.0.0" |
| 2135 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2136 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 7ed0fd7 | 2018-05-18 19:25:34 | [diff] [blame] | 2137 | "ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2138 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 3565556 | 2018-04-27 03:50:06 | [diff] [blame] | 2139 | "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2140 | "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 2141 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2142 | "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2143 | "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2144 | "rustc_cratesio_shim 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2145 | "serialize 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2146 | "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2147 | ] |
| 2148 | |
| 2149 | [[package]] |
| 2150 | name = "rustc_driver" |
| 2151 | version = "0.0.0" |
| 2152 | dependencies = [ |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2153 | "arena 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2154 | "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2155 | "graphviz 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2156 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2157 | "rustc 0.0.0", |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2158 | "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2159 | "rustc_allocator 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2160 | "rustc_borrowck 0.0.0", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2161 | "rustc_codegen_utils 0.0.0", |
Michael Woerister | bd1ce91 | 2016-10-29 01:26:01 | [diff] [blame] | 2162 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2163 | "rustc_errors 0.0.0", |
| 2164 | "rustc_incremental 0.0.0", |
| 2165 | "rustc_lint 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2166 | "rustc_metadata 0.0.0", |
| 2167 | "rustc_mir 0.0.0", |
| 2168 | "rustc_passes 0.0.0", |
| 2169 | "rustc_plugin 0.0.0", |
| 2170 | "rustc_privacy 0.0.0", |
| 2171 | "rustc_resolve 0.0.0", |
| 2172 | "rustc_save_analysis 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2173 | "rustc_target 0.0.0", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2174 | "rustc_traits 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2175 | "rustc_typeck 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2176 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2177 | "serialize 0.0.0", |
| 2178 | "syntax 0.0.0", |
| 2179 | "syntax_ext 0.0.0", |
| 2180 | "syntax_pos 0.0.0", |
| 2181 | ] |
| 2182 | |
| 2183 | [[package]] |
| 2184 | name = "rustc_errors" |
| 2185 | version = "0.0.0" |
| 2186 | dependencies = [ |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 2187 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2188 | "rustc_data_structures 0.0.0", |
Niko Matsakis | d9aaca7 | 2017-01-28 23:13:21 | [diff] [blame] | 2189 | "serialize 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2190 | "syntax_pos 0.0.0", |
Eric Huss | 0f1c649 | 2018-03-26 23:20:11 | [diff] [blame] | 2191 | "termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 2192 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2193 | ] |
| 2194 | |
| 2195 | [[package]] |
| 2196 | name = "rustc_incremental" |
| 2197 | version = "0.0.0" |
| 2198 | dependencies = [ |
| 2199 | "graphviz 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2200 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | a67e072 | 2018-03-12 19:23:23 | [diff] [blame] | 2201 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2202 | "rustc 0.0.0", |
| 2203 | "rustc_data_structures 0.0.0", |
| 2204 | "serialize 0.0.0", |
| 2205 | "syntax 0.0.0", |
| 2206 | "syntax_pos 0.0.0", |
| 2207 | ] |
| 2208 | |
| 2209 | [[package]] |
| 2210 | name = "rustc_lint" |
| 2211 | version = "0.0.0" |
| 2212 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2213 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2214 | "rustc 0.0.0", |
Oliver Schneider | aedd4c6 | 2018-03-05 09:21:11 | [diff] [blame] | 2215 | "rustc_mir 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2216 | "rustc_target 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2217 | "syntax 0.0.0", |
| 2218 | "syntax_pos 0.0.0", |
| 2219 | ] |
| 2220 | |
| 2221 | [[package]] |
| 2222 | name = "rustc_llvm" |
| 2223 | version = "0.0.0" |
| 2224 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2225 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2226 | "build_helper 0.1.0", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2227 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2228 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 2229 | "rustc_cratesio_shim 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2230 | ] |
| 2231 | |
| 2232 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2233 | name = "rustc_lsan" |
| 2234 | version = "0.0.0" |
| 2235 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2236 | "alloc 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2237 | "alloc_system 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2238 | "build_helper 0.1.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2239 | "cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 2240 | "compiler_builtins 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2241 | "core 0.0.0", |
| 2242 | ] |
| 2243 | |
| 2244 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2245 | name = "rustc_metadata" |
| 2246 | version = "0.0.0" |
| 2247 | dependencies = [ |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 2248 | "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2249 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 2250 | "proc_macro 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2251 | "rustc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2252 | "rustc_data_structures 0.0.0", |
| 2253 | "rustc_errors 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2254 | "rustc_target 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2255 | "serialize 0.0.0", |
| 2256 | "syntax 0.0.0", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 2257 | "syntax_ext 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2258 | "syntax_pos 0.0.0", |
| 2259 | ] |
| 2260 | |
| 2261 | [[package]] |
| 2262 | name = "rustc_mir" |
| 2263 | version = "0.0.0" |
| 2264 | dependencies = [ |
Oliver Schneider | aedd4c6 | 2018-03-05 09:21:11 | [diff] [blame] | 2265 | "arena 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2266 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2267 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Santiago Pastorino | 9de4e34 | 2018-05-29 11:54:15 | [diff] [blame] | 2268 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2269 | "graphviz 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2270 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2271 | "log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Vytautas Astrauskas | 1404c00 | 2018-05-30 15:17:37 | [diff] [blame] | 2272 | "polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2273 | "rustc 0.0.0", |
Oliver Schneider | acac585 | 2017-12-12 16:14:49 | [diff] [blame] | 2274 | "rustc_apfloat 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2275 | "rustc_data_structures 0.0.0", |
Felix S. Klock II | 8e79fc7 | 2017-07-03 15:25:03 | [diff] [blame] | 2276 | "rustc_errors 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2277 | "rustc_target 0.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2278 | "serialize 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2279 | "syntax 0.0.0", |
| 2280 | "syntax_pos 0.0.0", |
| 2281 | ] |
| 2282 | |
| 2283 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2284 | name = "rustc_msan" |
| 2285 | version = "0.0.0" |
| 2286 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2287 | "alloc 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2288 | "alloc_system 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2289 | "build_helper 0.1.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2290 | "cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 2291 | "compiler_builtins 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2292 | "core 0.0.0", |
| 2293 | ] |
| 2294 | |
| 2295 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2296 | name = "rustc_passes" |
| 2297 | version = "0.0.0" |
| 2298 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2299 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2300 | "rustc 0.0.0", |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 2301 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2302 | "rustc_errors 0.0.0", |
Oliver Schneider | aedd4c6 | 2018-03-05 09:21:11 | [diff] [blame] | 2303 | "rustc_mir 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2304 | "syntax 0.0.0", |
| 2305 | "syntax_pos 0.0.0", |
| 2306 | ] |
| 2307 | |
| 2308 | [[package]] |
| 2309 | name = "rustc_platform_intrinsics" |
| 2310 | version = "0.0.0" |
| 2311 | |
| 2312 | [[package]] |
| 2313 | name = "rustc_plugin" |
| 2314 | version = "0.0.0" |
| 2315 | dependencies = [ |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2316 | "rustc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2317 | "rustc_errors 0.0.0", |
| 2318 | "rustc_metadata 0.0.0", |
| 2319 | "syntax 0.0.0", |
| 2320 | "syntax_pos 0.0.0", |
| 2321 | ] |
| 2322 | |
| 2323 | [[package]] |
| 2324 | name = "rustc_privacy" |
| 2325 | version = "0.0.0" |
| 2326 | dependencies = [ |
| 2327 | "rustc 0.0.0", |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 2328 | "rustc_data_structures 0.0.0", |
Vadim Petrochenkov | 419069d | 2017-09-16 13:45:49 | [diff] [blame] | 2329 | "rustc_typeck 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2330 | "syntax 0.0.0", |
| 2331 | "syntax_pos 0.0.0", |
| 2332 | ] |
| 2333 | |
| 2334 | [[package]] |
| 2335 | name = "rustc_resolve" |
| 2336 | version = "0.0.0" |
| 2337 | dependencies = [ |
| 2338 | "arena 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2339 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2340 | "rustc 0.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2341 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2342 | "rustc_errors 0.0.0", |
| 2343 | "syntax 0.0.0", |
| 2344 | "syntax_pos 0.0.0", |
| 2345 | ] |
| 2346 | |
| 2347 | [[package]] |
| 2348 | name = "rustc_save_analysis" |
| 2349 | version = "0.0.0" |
| 2350 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2351 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | a10577c | 2018-05-15 08:34:17 | [diff] [blame] | 2352 | "rls-data 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7bed543 | 2017-05-08 19:15:48 | [diff] [blame] | 2353 | "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] | 2354 | "rustc 0.0.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2355 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 27b9182 | 2017-08-01 02:43:11 | [diff] [blame] | 2356 | "rustc_data_structures 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2357 | "rustc_target 0.0.0", |
Niko Matsakis | 3039398 | 2017-05-03 16:18:04 | [diff] [blame] | 2358 | "rustc_typeck 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2359 | "syntax 0.0.0", |
| 2360 | "syntax_pos 0.0.0", |
| 2361 | ] |
| 2362 | |
| 2363 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2364 | name = "rustc_target" |
| 2365 | version = "0.0.0" |
| 2366 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2367 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2368 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2369 | "rustc_cratesio_shim 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2370 | "serialize 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2371 | ] |
| 2372 | |
| 2373 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2374 | name = "rustc_traits" |
| 2375 | version = "0.0.0" |
| 2376 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2377 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2378 | "chalk-engine 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2379 | "graphviz 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2380 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2381 | "rustc 0.0.0", |
| 2382 | "rustc_data_structures 0.0.0", |
| 2383 | "syntax 0.0.0", |
| 2384 | "syntax_pos 0.0.0", |
| 2385 | ] |
| 2386 | |
| 2387 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2388 | name = "rustc_tsan" |
| 2389 | version = "0.0.0" |
| 2390 | dependencies = [ |
Tatsuyuki Ishi | 611b111 | 2017-06-24 08:48:27 | [diff] [blame] | 2391 | "alloc 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2392 | "alloc_system 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2393 | "build_helper 0.1.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2394 | "cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 2395 | "compiler_builtins 0.0.0", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2396 | "core 0.0.0", |
| 2397 | ] |
| 2398 | |
| 2399 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2400 | name = "rustc_typeck" |
| 2401 | version = "0.0.0" |
| 2402 | dependencies = [ |
| 2403 | "arena 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2404 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2405 | "rustc 0.0.0", |
Tim Neumann | fc2216c | 2016-11-18 10:31:44 | [diff] [blame] | 2406 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2407 | "rustc_errors 0.0.0", |
| 2408 | "rustc_platform_intrinsics 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2409 | "rustc_target 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2410 | "syntax 0.0.0", |
| 2411 | "syntax_pos 0.0.0", |
| 2412 | ] |
| 2413 | |
| 2414 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2415 | name = "rustc_version" |
| 2416 | version = "0.2.2" |
| 2417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2418 | dependencies = [ |
| 2419 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2420 | ] |
| 2421 | |
| 2422 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2423 | name = "rustdoc" |
| 2424 | version = "0.0.0" |
| 2425 | dependencies = [ |
Guillaume Gomez | f7485df | 2018-06-25 21:28:20 | [diff] [blame] | 2426 | "minifier 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Manish Goregaokar | 6818551 | 2018-02-18 21:33:56 | [diff] [blame] | 2427 | "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | ae9a271 | 2018-05-08 20:06:04 | [diff] [blame] | 2428 | "tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 2429 | ] |
| 2430 | |
| 2431 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 2432 | name = "rustdoc-themes" |
| 2433 | version = "0.1.0" |
| 2434 | |
| 2435 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 2436 | name = "rustdoc-tool" |
| 2437 | version = "0.0.0" |
| 2438 | dependencies = [ |
| 2439 | "rustdoc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2440 | ] |
| 2441 | |
| 2442 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 2443 | name = "rustfix" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 2444 | version = "0.4.1" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2446 | dependencies = [ |
| 2447 | "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2448 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2449 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2450 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2451 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 2452 | ] |
| 2453 | |
| 2454 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2455 | name = "rustfmt-nightly" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 2456 | version = "0.9.0" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2457 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2458 | "assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 2459 | "cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | bcdb67b | 2018-05-08 18:55:43 | [diff] [blame] | 2460 | "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2461 | "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2462 | "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 2463 | "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2464 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 0e6fff8 | 2018-05-27 22:16:42 | [diff] [blame] | 2465 | "isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2466 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2467 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2468 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2469 | "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 2470 | "rustc-ap-rustc_target 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2471 | "rustc-ap-syntax 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2472 | "rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2473 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2474 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2475 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alan Du | 253ade5 | 2018-03-19 14:14:13 | [diff] [blame] | 2476 | "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 2477 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2478 | "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Boris-Chengbiao Zhou | c214802 | 2018-03-14 14:03:42 | [diff] [blame] | 2479 | ] |
| 2480 | |
| 2481 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2482 | name = "same-file" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 2483 | version = "1.0.2" |
| 2484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2485 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2486 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 2487 | ] |
| 2488 | |
| 2489 | [[package]] |
| 2490 | name = "schannel" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2491 | version = "0.1.13" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 2492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2493 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2494 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2495 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 2496 | ] |
| 2497 | |
| 2498 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2499 | name = "scoped-tls" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2500 | version = "0.1.2" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2502 | |
| 2503 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 2504 | name = "scopeguard" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2505 | version = "0.3.3" |
| 2506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2507 | |
| 2508 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2509 | name = "semver" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 2510 | version = "0.9.0" |
| 2511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2512 | dependencies = [ |
| 2513 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2514 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2515 | ] |
| 2516 | |
| 2517 | [[package]] |
| 2518 | name = "semver-parser" |
| 2519 | version = "0.7.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2521 | |
| 2522 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2523 | name = "serde" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2524 | version = "1.0.70" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2526 | |
| 2527 | [[package]] |
| 2528 | name = "serde_derive" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2529 | version = "1.0.70" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2531 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2532 | "proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2533 | "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2534 | "syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2535 | ] |
| 2536 | |
| 2537 | [[package]] |
| 2538 | name = "serde_ignored" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 2539 | version = "0.0.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2541 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2542 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2543 | ] |
| 2544 | |
| 2545 | [[package]] |
| 2546 | name = "serde_json" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2547 | version = "1.0.24" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2549 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2550 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2551 | "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2552 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2553 | ] |
| 2554 | |
| 2555 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2556 | name = "serialize" |
| 2557 | version = "0.0.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2558 | |
| 2559 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2560 | name = "shell-escape" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2561 | version = "0.1.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2563 | |
| 2564 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 2565 | name = "shlex" |
| 2566 | version = "0.1.1" |
| 2567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2568 | |
| 2569 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2570 | name = "siphasher" |
| 2571 | version = "0.2.2" |
| 2572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2573 | |
| 2574 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2575 | name = "smallvec" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 2576 | version = "0.6.3" |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 2578 | dependencies = [ |
| 2579 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2580 | ] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2581 | |
| 2582 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2583 | name = "socket2" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2584 | version = "0.3.7" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2586 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2587 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2588 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2589 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2590 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 2591 | ] |
| 2592 | |
| 2593 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 2594 | name = "stable_deref_trait" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2595 | version = "1.1.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 2596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2597 | |
| 2598 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2599 | name = "std" |
| 2600 | version = "0.0.0" |
| 2601 | dependencies = [ |
| 2602 | "alloc 0.0.0", |
| 2603 | "alloc_jemalloc 0.0.0", |
| 2604 | "alloc_system 0.0.0", |
| 2605 | "build_helper 0.1.0", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2606 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 2607 | "compiler_builtins 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2608 | "core 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2609 | "libc 0.0.0", |
| 2610 | "panic_abort 0.0.0", |
| 2611 | "panic_unwind 0.0.0", |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 2612 | "profiler_builtins 0.0.0", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2613 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2614 | "rustc_asan 0.0.0", |
| 2615 | "rustc_lsan 0.0.0", |
| 2616 | "rustc_msan 0.0.0", |
| 2617 | "rustc_tsan 0.0.0", |
Corey Farwell | 274777a | 2016-11-29 19:38:08 | [diff] [blame] | 2618 | "std_unicode 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2619 | "unwind 0.0.0", |
| 2620 | ] |
| 2621 | |
| 2622 | [[package]] |
Corey Farwell | 274777a | 2016-11-29 19:38:08 | [diff] [blame] | 2623 | name = "std_unicode" |
| 2624 | version = "0.0.0" |
| 2625 | dependencies = [ |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 2626 | "compiler_builtins 0.0.0", |
Corey Farwell | 274777a | 2016-11-29 19:38:08 | [diff] [blame] | 2627 | "core 0.0.0", |
| 2628 | ] |
| 2629 | |
| 2630 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2631 | name = "string_cache" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2632 | version = "0.7.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2634 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2635 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2636 | "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2637 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2638 | "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2639 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2640 | "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2641 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2642 | ] |
| 2643 | |
| 2644 | [[package]] |
| 2645 | name = "string_cache_codegen" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2646 | version = "0.4.1" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2648 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2649 | "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2650 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2651 | "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2652 | "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2653 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2654 | ] |
| 2655 | |
| 2656 | [[package]] |
| 2657 | name = "string_cache_shared" |
| 2658 | version = "0.3.0" |
| 2659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2660 | |
| 2661 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2662 | name = "strsim" |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 2663 | version = "0.7.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2665 | |
| 2666 | [[package]] |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 2667 | name = "strum" |
| 2668 | version = "0.9.0" |
| 2669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2670 | |
| 2671 | [[package]] |
| 2672 | name = "strum_macros" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2673 | version = "0.9.1" |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 2674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2675 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2676 | "proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2677 | "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2678 | "syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 2679 | ] |
| 2680 | |
| 2681 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2682 | name = "syn" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2683 | version = "0.11.11" |
| 2684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2685 | dependencies = [ |
| 2686 | "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2687 | "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2688 | "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2689 | ] |
| 2690 | |
| 2691 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 2692 | name = "syn" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2693 | version = "0.13.11" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2695 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2696 | "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2697 | "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2698 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2699 | ] |
| 2700 | |
| 2701 | [[package]] |
| 2702 | name = "syn" |
| 2703 | version = "0.14.4" |
| 2704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2705 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2706 | "proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2707 | "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2708 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2709 | ] |
| 2710 | |
| 2711 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2712 | name = "synom" |
| 2713 | version = "0.11.3" |
| 2714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2715 | dependencies = [ |
| 2716 | "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2717 | ] |
| 2718 | |
| 2719 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2720 | name = "synstructure" |
| 2721 | version = "0.6.1" |
| 2722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2723 | dependencies = [ |
| 2724 | "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2725 | "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2726 | ] |
| 2727 | |
| 2728 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2729 | name = "syntax" |
| 2730 | version = "0.0.0" |
| 2731 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2732 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2733 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark-Simulacrum | 7bbebb1 | 2016-11-03 04:33:35 | [diff] [blame] | 2734 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2735 | "rustc_errors 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2736 | "rustc_target 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2737 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2738 | "serialize 0.0.0", |
| 2739 | "syntax_pos 0.0.0", |
| 2740 | ] |
| 2741 | |
| 2742 | [[package]] |
| 2743 | name = "syntax_ext" |
| 2744 | version = "0.0.0" |
| 2745 | dependencies = [ |
| 2746 | "fmt_macros 0.0.0", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 2747 | "proc_macro 0.0.0", |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 2748 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2749 | "rustc_errors 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2750 | "rustc_target 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2751 | "syntax 0.0.0", |
| 2752 | "syntax_pos 0.0.0", |
| 2753 | ] |
| 2754 | |
| 2755 | [[package]] |
| 2756 | name = "syntax_pos" |
| 2757 | version = "0.0.0" |
| 2758 | dependencies = [ |
John Kåre Alsaker | ca32340 | 2018-05-10 14:27:46 | [diff] [blame] | 2759 | "arena 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2760 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Inokentiy Babushkin | dd8f7cd | 2017-06-10 14:09:51 | [diff] [blame] | 2761 | "rustc_data_structures 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2762 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2763 | "serialize 0.0.0", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 2764 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2765 | ] |
| 2766 | |
| 2767 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2768 | name = "tar" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2769 | version = "0.4.16" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2771 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2772 | "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2773 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2774 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2775 | "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2776 | ] |
| 2777 | |
| 2778 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 2779 | name = "tempfile" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2780 | version = "3.0.2" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 2781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2782 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2783 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 2784 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2785 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 2786 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2787 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 2788 | ] |
| 2789 | |
| 2790 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2791 | name = "tendril" |
| 2792 | version = "0.4.0" |
| 2793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2794 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2795 | "futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2796 | "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2797 | "utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2798 | ] |
| 2799 | |
| 2800 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2801 | name = "term" |
| 2802 | version = "0.0.0" |
| 2803 | |
| 2804 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2805 | name = "term" |
Alan Du | 253ade5 | 2018-03-19 14:14:13 | [diff] [blame] | 2806 | version = "0.5.1" |
| 2807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2808 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2809 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2810 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alan Du | 253ade5 | 2018-03-19 14:14:13 | [diff] [blame] | 2811 | ] |
| 2812 | |
| 2813 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2814 | name = "termcolor" |
Eric Huss | 0f1c649 | 2018-03-26 23:20:11 | [diff] [blame] | 2815 | version = "0.3.6" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2817 | dependencies = [ |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2818 | "wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2819 | ] |
| 2820 | |
| 2821 | [[package]] |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 2822 | name = "termcolor" |
| 2823 | version = "1.0.1" |
| 2824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2825 | dependencies = [ |
| 2826 | "wincolor 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2827 | ] |
| 2828 | |
| 2829 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2830 | name = "termion" |
| 2831 | version = "1.5.1" |
| 2832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2833 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2834 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2835 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2836 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2837 | ] |
| 2838 | |
| 2839 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2840 | name = "test" |
| 2841 | version = "0.0.0" |
| 2842 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2843 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2844 | "term 0.0.0", |
| 2845 | ] |
| 2846 | |
| 2847 | [[package]] |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2848 | name = "textwrap" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2849 | version = "0.10.0" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2851 | dependencies = [ |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 2852 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2853 | ] |
| 2854 | |
| 2855 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2856 | name = "thread_local" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2857 | version = "0.3.5" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2859 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2860 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 2861 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2862 | ] |
| 2863 | |
| 2864 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2865 | name = "tidy" |
| 2866 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 2867 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2868 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2869 | "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2870 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 2871 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2872 | |
| 2873 | [[package]] |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 2874 | name = "time" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2875 | version = "0.1.40" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 2876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2877 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2878 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2879 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2880 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 2881 | ] |
| 2882 | |
| 2883 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2884 | name = "toml" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 2885 | version = "0.4.6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2887 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2888 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2889 | ] |
| 2890 | |
| 2891 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 2892 | name = "toml-query" |
| 2893 | version = "0.6.0" |
| 2894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2895 | dependencies = [ |
| 2896 | "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2897 | "is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2898 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2899 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 2900 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 2901 | ] |
| 2902 | |
| 2903 | [[package]] |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2904 | name = "ucd-util" |
| 2905 | version = "0.1.1" |
| 2906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2907 | |
| 2908 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2909 | name = "unicode-bidi" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 2910 | version = "0.3.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2912 | dependencies = [ |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 2913 | "matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2914 | ] |
| 2915 | |
| 2916 | [[package]] |
| 2917 | name = "unicode-normalization" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2918 | version = "0.1.7" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2920 | |
| 2921 | [[package]] |
| 2922 | name = "unicode-segmentation" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2923 | version = "1.2.1" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2925 | |
| 2926 | [[package]] |
| 2927 | name = "unicode-width" |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 2928 | version = "0.1.5" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2930 | |
| 2931 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2932 | name = "unicode-xid" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2933 | version = "0.0.4" |
| 2934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2935 | |
| 2936 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 2937 | name = "unicode-xid" |
| 2938 | version = "0.1.0" |
| 2939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2940 | |
| 2941 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2942 | name = "unreachable" |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 2943 | version = "1.0.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2945 | dependencies = [ |
| 2946 | "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2947 | ] |
| 2948 | |
| 2949 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 2950 | name = "unstable-book-gen" |
| 2951 | version = "0.1.0" |
| 2952 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2953 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 2954 | "tidy 0.1.0", |
| 2955 | ] |
| 2956 | |
| 2957 | [[package]] |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 2958 | name = "unwind" |
| 2959 | version = "0.0.0" |
| 2960 | dependencies = [ |
Oliver Schneider | 679657b | 2018-03-30 11:06:34 | [diff] [blame] | 2961 | "compiler_builtins 0.0.0", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 2962 | "core 0.0.0", |
| 2963 | "libc 0.0.0", |
| 2964 | ] |
| 2965 | |
| 2966 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2967 | name = "url" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2968 | version = "1.7.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2970 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2971 | "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 2972 | "matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2973 | "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2974 | ] |
| 2975 | |
| 2976 | [[package]] |
| 2977 | name = "url_serde" |
| 2978 | version = "0.2.0" |
| 2979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2980 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 2981 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2982 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2983 | ] |
| 2984 | |
| 2985 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 2986 | name = "userenv-sys" |
| 2987 | version = "0.2.0" |
| 2988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2989 | dependencies = [ |
| 2990 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2991 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2992 | ] |
| 2993 | |
| 2994 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2995 | name = "utf-8" |
| 2996 | version = "0.7.2" |
| 2997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2998 | |
| 2999 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3000 | name = "utf8-ranges" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3001 | version = "1.0.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3003 | |
| 3004 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3005 | name = "vcpkg" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3006 | version = "0.2.4" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3008 | |
| 3009 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3010 | name = "vec_map" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3011 | version = "0.8.1" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3013 | |
| 3014 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3015 | name = "void" |
| 3016 | version = "1.0.2" |
| 3017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3018 | |
| 3019 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3020 | name = "walkdir" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3021 | version = "2.1.4" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3023 | dependencies = [ |
| 3024 | "same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3025 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3026 | ] |
| 3027 | |
| 3028 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3029 | name = "winapi" |
| 3030 | version = "0.2.8" |
| 3031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3032 | |
| 3033 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3034 | name = "winapi" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3035 | version = "0.3.5" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3037 | dependencies = [ |
| 3038 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3039 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3040 | ] |
| 3041 | |
| 3042 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3043 | name = "winapi-build" |
| 3044 | version = "0.1.1" |
| 3045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3046 | |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3047 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3048 | name = "winapi-i686-pc-windows-gnu" |
| 3049 | version = "0.4.0" |
| 3050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3051 | |
| 3052 | [[package]] |
| 3053 | name = "winapi-x86_64-pc-windows-gnu" |
| 3054 | version = "0.4.0" |
| 3055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3056 | |
| 3057 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3058 | name = "wincolor" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3059 | version = "0.1.6" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3061 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3062 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3063 | ] |
| 3064 | |
| 3065 | [[package]] |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3066 | name = "wincolor" |
| 3067 | version = "1.0.0" |
| 3068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3069 | dependencies = [ |
| 3070 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3071 | ] |
| 3072 | |
| 3073 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3074 | name = "xattr" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3075 | version = "0.2.2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3077 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3078 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3079 | ] |
| 3080 | |
| 3081 | [[package]] |
| 3082 | name = "xz2" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3083 | version = "0.1.5" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3085 | dependencies = [ |
Bastien Orivel | 933c299 | 2018-07-06 20:52:40 | [diff] [blame] | 3086 | "lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3087 | ] |
| 3088 | |
| 3089 | [[package]] |
| 3090 | name = "yaml-rust" |
| 3091 | version = "0.3.5" |
| 3092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3093 | |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3094 | [metadata] |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3095 | "checksum aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c1c6d463cbe7ed28720b5b489e7c083eeb8f90d08be2a0d6bb9e1ffea9ce1afa" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3096 | "checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477" |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 3097 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3098 | "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3099 | "checksum assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98589b0e465a6c510d95fceebd365bb79bedece7f6e18a480897f2015f85ec51" |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 3100 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3101 | "checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a" |
| 3102 | "checksum backtrace-sys 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "bff67d0c06556c0b8e6b5f090f0eac52d950d9dfd1d35ba04e4ca3543eaf6a7e" |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 3103 | "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3104 | "checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3105 | "checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3106 | "checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3107 | "checksum cargo 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)" = "21dd0ac7737313b8c5c6fbfaf351aa93d4e90f66d4a33a11d1f3fb29584ac631" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3108 | "checksum cargo_metadata 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1efca0b863ca03ed4c109fb1c55e0bc4bbeb221d3e103d86251046b06a526bd0" |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 3109 | "checksum cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d6809b327f87369e6f3651efd2c5a96c49847a3ed2559477ecba79014751ee1" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3110 | "checksum cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "2119ea4867bd2b8ed3aecab467709720b2d55b1bcfe09f772fd68066eaf15275" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3111 | "checksum cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3112 | "checksum chalk-engine 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a146c19172c7eea48ea55a7123ac95da786639bc665097f1e14034ee5f1d8699" |
| 3113 | "checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3114 | "checksum chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6962c635d530328acc53ac6a955e83093fedc91c5809dfac1fa60fa470830a37" |
| 3115 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3116 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3117 | "checksum cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "95470235c31c726d72bf2e1f421adc1e65b9d561bf5529612cbe1a72da1467b3" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 3118 | "checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3119 | "checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007" |
| 3120 | "checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3121 | "checksum compiletest_rs 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "04cea0fe8b8aaca8143af607ad69076866c9f08b83c4b7faca0e993e5486831b" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3122 | "checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3123 | "checksum core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc3532ec724375c7cb7ff0a097b714fde180bb1f6ed2ab27cfcd99ffca873cd2" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3124 | "checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3125 | "checksum core-foundation-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a3fb15cdbdd9cf8b82d97d0296bb5cd3631bba58d6e31650a002a8e7fb5721f9" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3126 | "checksum crates-io 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f78703ef5348db1e3244fb6b496e840965fb4754a5319270f2bd77ddb856e1c" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3127 | "checksum crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3128 | "checksum crossbeam-channel 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "efff2d411e0ac3731b9f6de882b2790fdd2de651577500a806ce78b95b2b9f31" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3129 | "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3130 | "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3131 | "checksum crossbeam-epoch 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "285987a59c4d91388e749850e3cb7b3a92299668528caaacd08005b8f238c0ea" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3132 | "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3133 | "checksum crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ea52fab26a99d96cdff39d0ca75c9716125937f5dba2ab83923aaaf5928f684a" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3134 | "checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3135 | "checksum curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "893713db705eab9847e050268507b0e2a2aad64e90a831874bd4e8e0d67f9523" |
| 3136 | "checksum curl-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "de9cf174efdf90b5887c4e2e900769373c89c5e18152e8f3ed75b501a6f1c0fb" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 3137 | "checksum datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16d724bf4ffe77cdceeecd461009b5f8d9e23c5d645d68bedb4586bf43e7e142" |
Bastien Orivel | bcdb67b | 2018-05-08 18:55:43 | [diff] [blame] | 3138 | "checksum derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ceed73957c449214f8440eec8ad7fa282b67dc9eacbb24a3085b15d60397a17a" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3139 | "checksum derive_more 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46c7f14685a20f5dd08e7f754f2ea8cc064d8f4214ae21116c106a2768ba7b9b" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3140 | "checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" |
Mark Simulacrum | 42fde21 | 2018-03-10 14:03:06 | [diff] [blame] | 3141 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3142 | "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3143 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3144 | "checksum elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4837d77a1e157489a3933b743fd774ae75074e0e390b2b7f071530048a0d87ee" |
Niko Matsakis | 7ed0fd7 | 2018-05-18 19:25:34 | [diff] [blame] | 3145 | "checksum ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88dc8393b3c7352f94092497f6b52019643e493b6b890eb417cdb7c46117e621" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3146 | "checksum env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0e6e40ebb0e66918a37b38c7acab4e10d299e0463fe2af5d29b9cc86710cfd2a" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 3147 | "checksum environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4b14e20978669064c33b4c1e0fb4083412e40fe56cbea2eae80fd7591503ee" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 3148 | "checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3" |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 3149 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 3150 | "checksum failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "934799b6c1de475a012a02dab0ace1ace43789ee4b99bcfbf1a2e3e8ced5de82" |
| 3151 | "checksum failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cdda555bb90c9bb67a3b670a0f42de8e73f5981524123ad8578aafec8ddb8b" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3152 | "checksum filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da4b9849e77b13195302c174324b5ba73eec9b236b24c221a61000daefb95c5f" |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 3153 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 3154 | "checksum flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3155 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
| 3156 | "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 3157 | "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3158 | "checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 3159 | "checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3160 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
| 3161 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3162 | "checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b" |
| 3163 | "checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3164 | "checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3165 | "checksum git2 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b87cffac882c99f9654ca5eb4c6c61527b47bc1e113304f8c57333567cd31f2" |
Alex Crichton | faebcc1 | 2018-03-15 17:58:02 | [diff] [blame] | 3166 | "checksum git2-curl 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b502f6b1b467957403d168f0039e0c46fa6a1220efa2adaef25d5b267b5fe024" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3167 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3168 | "checksum globset 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "142754da2c9b3722affd909f9e27f2a6700a7a303f362971e0a74c652005a43d" |
| 3169 | "checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd" |
| 3170 | "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
Bastien Orivel | 06f8103 | 2018-03-21 02:04:09 | [diff] [blame] | 3171 | "checksum home 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8f94f6fbdc000a6eba0c8cf08632b2091bb59141d36ac321a2a96d6365e5e4dc" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3172 | "checksum html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b04478cf718862650a0bf66acaf8f2f8c906fbc703f35c916c1f4211b069a364" |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 3173 | "checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3174 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 3175 | "checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3176 | "checksum ignore 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "787a5940ab88e0f2f3b2cad3687060bddcf67520f3b761abc31065c9c495d088" |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 3177 | "checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053" |
Nick Cameron | 0e6fff8 | 2018-05-27 22:16:42 | [diff] [blame] | 3178 | "checksum isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6c324313540cd4d7ba008d43dc6606a32a5579f13cc17b2804c13096f0a5c522" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3179 | "checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3180 | "checksum itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5adb58558dcd1d786b5f0bd15f3226ee23486e24b7b58304b60f64dc68e62606" |
Alex Crichton | faebcc1 | 2018-03-15 17:58:02 | [diff] [blame] | 3181 | "checksum jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "60af5f849e1981434e4a31d3d782c4774ae9b434ce55b101a96ecfd09147e8be" |
Igor Matuszewski | d332277 | 2017-12-28 18:46:29 | [diff] [blame] | 3182 | "checksum jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf83704f4e79979a424d1082dd2c1e52683058056c9280efa19ac5f6bc9033c" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3183 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 3184 | "checksum languageserver-types 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d91d91d1c23db74187096d191967cb49f49bb175ad6d855fa9229d16ef2c982" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3185 | "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3186 | "checksum lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fb497c35d362b6a331cfd94956a07fc2c78a4604cdbee844a81170386b996dd3" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3187 | "checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3188 | "checksum lazycell 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d33a48d0365c96081958cc663eef834975cb1e8d8bea3378513fc72bdbf11e50" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3189 | "checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3190 | "checksum libgit2-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c9051a4b288ba6f8728e9e52bb2510816946b8bcb2e20259e4d4cdc93b9ecafd" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3191 | "checksum libssh2-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c628b499e8d1a4f4bd09a95d6cb1f8aeb231b46a9d40959bbd0408f14dd63adf" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3192 | "checksum libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "87f737ad6cc6fd6eefe3d9dc5412f1573865bded441300904d2f42269e140f16" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 3193 | "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3194 | "checksum log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "61bd98ae7f7b754bc53dca7d44b604f733c6bba044ea6f41bc8d89272d8161d2" |
| 3195 | "checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd" |
Bastien Orivel | 933c299 | 2018-07-06 20:52:40 | [diff] [blame] | 3196 | "checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3197 | "checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| 3198 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
| 3199 | "checksum markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfedc97d5a503e96816d10fedcd5b42f760b2e525ce2f7ec71f6a41780548475" |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 3200 | "checksum matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "835511bab37c34c47da5cb44844bea2cfde0236db0b506f90ea4224482c9774a" |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 3201 | "checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f" |
Nick Cameron | 7502925 | 2017-12-06 05:18:44 | [diff] [blame] | 3202 | "checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d" |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 3203 | "checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3204 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
Guillaume Gomez | f7485df | 2018-06-25 21:28:20 | [diff] [blame] | 3205 | "checksum minifier 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "78cb57f9a385530d60f2d67f6e108050b478b7a0ffd0bb9c350803e1356535dd" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 3206 | "checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4" |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 3207 | "checksum miow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9224c91f82b3c47cf53dcf78dfaa20d6888fbcc5d272d5f2fcdf8a697f3c987d" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3208 | "checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3209 | "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 3210 | "checksum num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d2c31b75c36a993d30c7a13d70513cb93f02acafdd5b7ba250f9b0e18615de7" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3211 | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3212 | "checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3213 | "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" |
Alex Crichton | 041d355 | 2017-09-27 22:37:02 | [diff] [blame] | 3214 | "checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3215 | "checksum openssl 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ed18a0f40ec4e9a8a81f8865033d823b7195d16a0a5721e10963ee1b0c2980ca" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 3216 | "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3217 | "checksum openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)" = "d8abc04833dcedef24221a91852931df2f63e3369ae003134e70aff3645775cc" |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 3218 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 3219 | "checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 3220 | "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" |
Alex Crichton | 3565556 | 2018-04-27 03:50:06 | [diff] [blame] | 3221 | "checksum parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac" |
| 3222 | "checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3223 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3224 | "checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc" |
| 3225 | "checksum pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "ab94faafeb93f4c5e3ce81ca0e5a779529a602ad5d09ae6d21996bfb8b6a52bf" |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 3226 | "checksum petgraph 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "8b30dc85588cd02b9b76f5e386535db546d21dc68506cff2abebee0b6445e8e4" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3227 | "checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2" |
| 3228 | "checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b" |
| 3229 | "checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998" |
| 3230 | "checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930" |
| 3231 | "checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f" |
Vytautas Astrauskas | 1404c00 | 2018-05-30 15:17:37 | [diff] [blame] | 3232 | "checksum polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b6b0a7f5f4278b991ffd14abce1d01b013121ad297460237ef0a2f08d43201" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3233 | "checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
Mark Simulacrum | 42fde21 | 2018-03-10 14:03:06 | [diff] [blame] | 3234 | "checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3235 | "checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3236 | "checksum proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c65b1ea15bb859d922cade2d1765b4b88beac339cbfad545ef2d2ef8c8215ee6" |
Manish Goregaokar | 6818551 | 2018-02-18 21:33:56 | [diff] [blame] | 3237 | "checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3238 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3239 | "checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3240 | "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3241 | "checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8" |
| 3242 | "checksum quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e44651a0dc4cdd99f71c83b561e221f714912d11af1a4dff0631f923d53af035" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3243 | "checksum racer 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c20890fccfc19a28835ee4ffab6af13d300a60a33be29162cfdf8db981811f25" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3244 | "checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3245 | "checksum rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "12397506224b2f93e6664ffc4f664b29be8208e5157d3d90b44f09b5fae470ea" |
| 3246 | "checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3247 | "checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3248 | "checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3249 | "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3250 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3251 | "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" |
| 3252 | "checksum regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13c93d55961981ba9226a213b385216f83ab43bd6ac53ab16b2eeb47e337cf4e" |
| 3253 | "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" |
| 3254 | "checksum regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05b06a75f5217880fc5e905952a42750bf44787e56a6c6d6852ed0992f5e1d54" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 3255 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 3256 | "checksum rls-analysis 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96f84d303dcbe1c1bdd41b10867d3399c38fbdac32c4e3645cdb6dbd7f82db1d" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 3257 | "checksum rls-blacklist 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e4a9cc2545ccb7e05b355bfe047b8039a6ec12270d5f3c996b766b340a50f7d2" |
Nick Cameron | a10577c | 2018-05-15 08:34:17 | [diff] [blame] | 3258 | "checksum rls-data 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dd20763e1c60ae8945384c8a8fa4ac44f8afa7b0a817511f5e8927e5d24f988" |
Nick Cameron | acd4fe8 | 2018-06-07 03:14:49 | [diff] [blame] | 3259 | "checksum rls-rustc 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c8c09117ae2887baaa4b17fe1cb572f9b22e4d2c6a5cda04093d8b366b0be99" |
Nick Cameron | 7bed543 | 2017-05-08 19:15:48 | [diff] [blame] | 3260 | "checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame^] | 3261 | "checksum rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ecbc8541b4c341d6271eae10f869dd9d36db871afe184f5b6f9bffbd6ed0373f" |
| 3262 | "checksum rustc-ap-arena 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b098827864368459cbc7a79fbc54eafb92df7e00a46c0cda352b5a21583ee436" |
| 3263 | "checksum rustc-ap-rustc_cratesio_shim 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef4d923dea14fb085bca743fb982f6a3bc11c0d5d30b822bcf6fa16e9464a56c" |
| 3264 | "checksum rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18c6a5c9edc6b4ae035cdc03af7d8662d39fad7879c5501d103e7087dfaebc80" |
| 3265 | "checksum rustc-ap-rustc_errors 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a1e9bdc597abd95cebce0c14c1da58943a9e5b8255530a0fec30659d144eb0b" |
| 3266 | "checksum rustc-ap-rustc_target 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "142ddef3dc12dda2bcd3412f0d96d3745413a8fbc2f224f0cc97afa04c071d89" |
| 3267 | "checksum rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b08f8f175b038a82caa7e51fc52b72ff96cfe8c1429755da30380dbd4199c7f" |
| 3268 | "checksum rustc-ap-syntax 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4c802e0e1fbc64eddc21e0798527eb1f5fdbd5781d119bd2c44b6130afdc81cc" |
| 3269 | "checksum rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "008d47cc54ed12a2784217b9e6630a7fa1c8dc3591a283f65ad4b7fa307d49d5" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3270 | "checksum rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649" |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 3271 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 3272 | "checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306" |
| 3273 | "checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3274 | "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3275 | "checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3276 | "checksum rustfix 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "86f77b09d42bae4adfbcd105a8914e2d9fb46b63612c1a765b824a2b4a4bb814" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3277 | "checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3278 | "checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f" |
| 3279 | "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3280 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3281 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3282 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3283 | "checksum serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "0c3adf19c07af6d186d91dae8927b83b0553d07ca56cbf7f2f32560455c91920" |
| 3284 | "checksum serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "3525a779832b08693031b8ecfb0de81cd71cfd3812088fafe9a7496789572124" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 3285 | "checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3286 | "checksum serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c6908c7b925cd6c590358a4034de93dbddb20c45e1d021931459fd419bf0e2" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3287 | "checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9" |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 3288 | "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3289 | "checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3290 | "checksum smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "26df3bb03ca5eac2e64192b723d51f56c1b1e0860e7c766281f4598f181acdc8" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3291 | "checksum socket2 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "962a516af4d3a7c272cb3a1d50a8cc4e5b41802e4ad54cfb7bee8ba61d37d703" |
| 3292 | "checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa" |
| 3293 | "checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423" |
| 3294 | "checksum string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35293b05cf1494e8ddd042a7df6756bf18d07f42d234f32e71dce8a7aabb0191" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3295 | "checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc" |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 3296 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 3297 | "checksum strum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "099e21b5dd6dd07b5adcf8c4b723a7c0b7efd7a9359bf963d58c0caae8532545" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3298 | "checksum strum_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1292d85e688e4696ecb69b2db2648994fb8af266974e89be53cefdf003861a5d" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3299 | "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3300 | "checksum syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)" = "14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b" |
| 3301 | "checksum syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2beff8ebc3658f07512a413866875adddd20f4fd47b2a4e6c9da65cd281baaea" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3302 | "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 3303 | "checksum synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3304 | "checksum tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" = "e8f41ca4a5689f06998f0247fcb60da6c760f1950cc9df2a10d71575ad0b062a" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3305 | "checksum tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "47776f63b85777d984a50ce49d6b9e58826b6a3766a449fc95bc66cd5663c15b" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3306 | "checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508" |
Alan Du | 253ade5 | 2018-03-19 14:14:13 | [diff] [blame] | 3307 | "checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561" |
Eric Huss | 0f1c649 | 2018-03-26 23:20:11 | [diff] [blame] | 3308 | "checksum termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3309 | "checksum termcolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "722426c4a0539da2c4ffd9b419d90ad540b4cff4a053be9069c908d4d07e2836" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3310 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3311 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 3312 | "checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3313 | "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 3314 | "checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9" |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 3315 | "checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3316 | "checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 3317 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3318 | "checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" |
| 3319 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 3320 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3321 | "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 3322 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 3323 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3324 | "checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3325 | "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 3326 | "checksum userenv-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d28ea36bbd9192d75bd9fa9b39f96ddb986eaee824adae5d53b6e51919b2f3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3327 | "checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3328 | "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3329 | "checksum vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cbe533e138811704c0e3cbde65a818b35d3240409b4346256c5ede403e082474" |
| 3330 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3331 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3332 | "checksum walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3333 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3334 | "checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3335 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3336 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 3337 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3338 | "checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3339 | "checksum wincolor 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9dc3aa9dcda98b5a16150c54619c1ead22e3d3a5d458778ae914be760aa981a" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3340 | "checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3341 | "checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3342 | "checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992" |