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