Hirokazu Hata | bd4df0c | 2019-02-04 16:31:48 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4 | name = "adler32" |
| 5 | version = "1.0.3" |
| 6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7 | |
| 8 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 9 | name = "aho-corasick" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 10 | version = "0.6.9" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 11 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 12 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 13 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 14 | ] |
| 15 | |
| 16 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 17 | name = "alloc" |
| 18 | version = "0.0.0" |
| 19 | dependencies = [ |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 20 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 21 | "core 0.0.0", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 22 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | 3414be0 | 2018-12-21 10:33:29 | [diff] [blame] | 23 | "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 24 | ] |
| 25 | |
| 26 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 27 | name = "ammonia" |
| 28 | version = "1.1.0" |
| 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 | dependencies = [ |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 31 | "html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 32 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 33 | "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 34 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 35 | "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 36 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 37 | ] |
| 38 | |
| 39 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 40 | name = "ansi_term" |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 41 | version = "0.11.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 43 | dependencies = [ |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 44 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 45 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 46 | |
| 47 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 48 | name = "arc-swap" |
| 49 | version = "0.3.7" |
| 50 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 51 | |
| 52 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 53 | name = "arena" |
| 54 | version = "0.0.0" |
John Kåre Alsaker | 19d44f2 | 2017-12-03 12:49:46 | [diff] [blame] | 55 | dependencies = [ |
| 56 | "rustc_data_structures 0.0.0", |
| 57 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 58 | |
| 59 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 60 | name = "argon2rs" |
| 61 | version = "0.2.5" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | dependencies = [ |
| 64 | "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 65 | "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 66 | ] |
| 67 | |
| 68 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 69 | name = "arrayref" |
| 70 | version = "0.3.5" |
| 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 | |
| 73 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 74 | name = "arrayvec" |
| 75 | version = "0.4.7" |
| 76 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 77 | dependencies = [ |
| 78 | "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 79 | ] |
| 80 | |
| 81 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 82 | name = "atty" |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 83 | version = "0.2.11" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 84 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 85 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 86 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 87 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 88 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 89 | ] |
| 90 | |
| 91 | [[package]] |
| 92 | name = "backtrace" |
Ralf Jung | 8e994a2 | 2018-12-11 21:36:24 | [diff] [blame] | 93 | version = "0.3.11" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | dependencies = [ |
Alex Crichton | 8d50057 | 2018-12-15 00:47:18 | [diff] [blame] | 96 | "backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 97 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 98 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 99 | "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 100 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 101 | ] |
| 102 | |
| 103 | [[package]] |
| 104 | name = "backtrace-sys" |
Alex Crichton | 8d50057 | 2018-12-15 00:47:18 | [diff] [blame] | 105 | version = "0.1.27" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 108 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
dylan_DPC | 14a38b3 | 2019-01-17 10:22:48 | [diff] [blame] | 109 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 110 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 8d50057 | 2018-12-15 00:47:18 | [diff] [blame] | 111 | "rustc-std-workspace-core 1.0.0", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 112 | ] |
| 113 | |
| 114 | [[package]] |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 115 | name = "bit-set" |
| 116 | version = "0.5.0" |
| 117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 118 | dependencies = [ |
| 119 | "bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 120 | ] |
| 121 | |
| 122 | [[package]] |
| 123 | name = "bit-vec" |
| 124 | version = "0.5.0" |
| 125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 126 | |
| 127 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 128 | name = "bitflags" |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 129 | version = "0.9.1" |
| 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 | |
| 132 | [[package]] |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 133 | name = "bitflags" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 134 | version = "1.0.4" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 136 | |
| 137 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 138 | name = "blake2-rfc" |
| 139 | version = "0.2.18" |
| 140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 141 | dependencies = [ |
| 142 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 143 | "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 144 | ] |
| 145 | |
| 146 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 147 | name = "block-buffer" |
| 148 | version = "0.3.3" |
| 149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 150 | dependencies = [ |
| 151 | "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 152 | "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 153 | ] |
| 154 | |
| 155 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 156 | name = "bootstrap" |
| 157 | version = "0.0.0" |
| 158 | dependencies = [ |
| 159 | "build_helper 0.1.0", |
dylan_DPC | 14a38b3 | 2019-01-17 10:22:48 | [diff] [blame] | 160 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 161 | "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 162 | "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 163 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 164 | "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 165 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 166 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Gabriel Majeri | b31eaa4 | 2018-09-08 06:04:29 | [diff] [blame] | 167 | "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 42fde21 | 2018-03-10 14:03:06 | [diff] [blame] | 168 | "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 169 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 170 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 171 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 172 | "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 173 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 174 | ] |
| 175 | |
| 176 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 177 | name = "bufstream" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 178 | version = "0.1.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 180 | |
| 181 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 182 | name = "build-manifest" |
| 183 | version = "0.1.0" |
| 184 | dependencies = [ |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 185 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 186 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 187 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 188 | ] |
| 189 | |
| 190 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 191 | name = "build_const" |
| 192 | version = "0.2.1" |
| 193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 | |
| 195 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 196 | name = "build_helper" |
| 197 | version = "0.1.0" |
| 198 | |
| 199 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 200 | name = "byte-tools" |
| 201 | version = "0.2.0" |
| 202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 | |
| 204 | [[package]] |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 205 | name = "bytecount" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 206 | version = "0.5.1" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 208 | dependencies = [ |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 209 | "packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 210 | ] |
| 211 | |
| 212 | [[package]] |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 213 | name = "byteorder" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 214 | version = "1.2.7" |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 216 | |
| 217 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 218 | name = "bytes" |
| 219 | version = "0.4.11" |
| 220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 221 | dependencies = [ |
| 222 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 223 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 224 | ] |
| 225 | |
| 226 | [[package]] |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 227 | name = "bytesize" |
| 228 | version = "1.0.0" |
| 229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 230 | |
| 231 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 232 | name = "cargo" |
Mark Rousskov | cd39cf7 | 2019-01-27 15:43:30 | [diff] [blame] | 233 | version = "0.35.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 234 | dependencies = [ |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 235 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 236 | "bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 237 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 238 | "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 239 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 240 | "core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Rousskov | cd39cf7 | 2019-01-27 15:43:30 | [diff] [blame] | 241 | "crates-io 0.23.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 242 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 243 | "crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 244 | "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| 245 | "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 246 | "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 247 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 248 | "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 249 | "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 250 | "fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 251 | "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 252 | "git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 253 | "git2-curl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 254 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 255 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 256 | "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | a82f0ce | 2019-02-22 12:49:19 | [diff] [blame] | 257 | "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 258 | "im-rc 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 259 | "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 260 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 261 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 262 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 263 | "libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 264 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 265 | "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 266 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 267 | "opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 268 | "openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 269 | "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 270 | "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 271 | "rustc-workspace-hack 1.0.0", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 272 | "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 273 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 274 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 275 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 276 | "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 277 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 278 | "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 279 | "tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
| 280 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 281 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 282 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 283 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 284 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 285 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 286 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 287 | ] |
| 288 | |
| 289 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 290 | name = "cargo_metadata" |
Matthias Krüger | f354c85 | 2018-11-14 13:49:40 | [diff] [blame] | 291 | version = "0.6.2" |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 293 | dependencies = [ |
| 294 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 295 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 296 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 297 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 298 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 299 | ] |
| 300 | |
| 301 | [[package]] |
Matthias Krüger | a27cf8a | 2019-01-30 00:24:37 | [diff] [blame] | 302 | name = "cargo_metadata" |
| 303 | version = "0.7.1" |
| 304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 305 | dependencies = [ |
| 306 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 307 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 308 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
| 309 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 310 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 311 | ] |
| 312 | |
| 313 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 314 | name = "cargotest2" |
| 315 | version = "0.1.0" |
| 316 | |
| 317 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 318 | name = "cc" |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 319 | version = "1.0.28" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 321 | |
| 322 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 323 | name = "cfg-if" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 324 | version = "0.1.6" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 326 | |
| 327 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 328 | name = "chalk-engine" |
scalexm | da9467d | 2018-11-28 21:11:00 | [diff] [blame] | 329 | version = "0.9.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 331 | dependencies = [ |
| 332 | "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] | 333 | "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] | 334 | ] |
| 335 | |
| 336 | [[package]] |
| 337 | name = "chalk-macros" |
| 338 | version = "0.1.0" |
| 339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 340 | dependencies = [ |
| 341 | "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 342 | ] |
| 343 | |
| 344 | [[package]] |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 345 | name = "chrono" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 346 | version = "0.4.6" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 348 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 349 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 350 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 351 | "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 352 | ] |
| 353 | |
| 354 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 355 | name = "clap" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 356 | version = "2.32.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 | dependencies = [ |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 359 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 360 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 361 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 362 | "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 363 | "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 364 | "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] | 365 | "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] | 366 | "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] | 367 | ] |
| 368 | |
| 369 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 370 | name = "clippy" |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 371 | version = "0.0.212" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 372 | dependencies = [ |
Matthias Krüger | a27cf8a | 2019-01-30 00:24:37 | [diff] [blame] | 373 | "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 70717f2 | 2018-01-30 14:12:12 | [diff] [blame] | 374 | "clippy-mini-macro-test 0.2.0", |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 375 | "clippy_dev 0.0.1", |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 376 | "clippy_lints 0.0.212", |
Matthias Krüger | c09d4e7 | 2019-01-05 14:40:10 | [diff] [blame] | 377 | "compiletest_rs 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 378 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 379 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 380 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 381 | "rustc-workspace-hack 1.0.0", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 382 | "rustc_tools_util 0.1.1", |
Oliver Schneider | 02ac15c | 2018-02-09 17:53:41 | [diff] [blame] | 383 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 384 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 385 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 386 | ] |
| 387 | |
| 388 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 389 | name = "clippy-mini-macro-test" |
Oliver Schneider | 70717f2 | 2018-01-30 14:12:12 | [diff] [blame] | 390 | version = "0.2.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 391 | |
| 392 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 393 | name = "clippy_dev" |
| 394 | version = "0.0.1" |
| 395 | dependencies = [ |
| 396 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | a27cf8a | 2019-01-30 00:24:37 | [diff] [blame] | 397 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 398 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 399 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 400 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 401 | ] |
| 402 | |
| 403 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 404 | name = "clippy_lints" |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 405 | version = "0.0.212" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 406 | dependencies = [ |
Matthias Krüger | a27cf8a | 2019-01-30 00:24:37 | [diff] [blame] | 407 | "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 408 | "if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | a27cf8a | 2019-01-30 00:24:37 | [diff] [blame] | 409 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 410 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 411 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | 2598a7a | 2018-11-23 11:52:47 | [diff] [blame] | 412 | "pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 413 | "quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 414 | "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 415 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 416 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 417 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 418 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 419 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 420 | "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 421 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 422 | ] |
| 423 | |
| 424 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 425 | name = "cloudabi" |
| 426 | version = "0.0.3" |
| 427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 429 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 430 | ] |
| 431 | |
| 432 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 433 | name = "cmake" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 434 | version = "0.1.33" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 436 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 437 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 438 | ] |
| 439 | |
| 440 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 441 | name = "colored" |
| 442 | version = "1.6.0" |
| 443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 444 | dependencies = [ |
| 445 | "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 446 | ] |
| 447 | |
| 448 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 449 | name = "commoncrypto" |
| 450 | version = "0.2.0" |
| 451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 452 | dependencies = [ |
| 453 | "commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 454 | ] |
| 455 | |
| 456 | [[package]] |
| 457 | name = "commoncrypto-sys" |
| 458 | version = "0.2.0" |
| 459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 460 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 461 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Murarth | 6484258 | 2017-06-17 19:01:18 | [diff] [blame] | 462 | ] |
| 463 | |
| 464 | [[package]] |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 465 | name = "compiler_builtins" |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 466 | version = "0.1.5" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 468 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 469 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 470 | "rustc-std-workspace-core 1.0.0", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 471 | ] |
| 472 | |
| 473 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 474 | name = "compiletest" |
| 475 | version = "0.0.0" |
| 476 | dependencies = [ |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 477 | "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 478 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 479 | "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 480 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 481 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 482 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 483 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 484 | "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 485 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 486 | "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 487 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 488 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 489 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Vytautas Astrauskas | d966e57 | 2018-12-17 12:40:40 | [diff] [blame] | 490 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 491 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 492 | ] |
| 493 | |
| 494 | [[package]] |
| 495 | name = "compiletest_rs" |
Matthias Krüger | c09d4e7 | 2019-01-05 14:40:10 | [diff] [blame] | 496 | version = "0.3.18" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 498 | dependencies = [ |
| 499 | "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 500 | "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 501 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 502 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 503 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 504 | "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 505 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | c09d4e7 | 2019-01-05 14:40:10 | [diff] [blame] | 506 | "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 507 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 508 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 509 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 510 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 511 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 512 | ] |
| 513 | |
| 514 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 515 | name = "constant_time_eq" |
| 516 | version = "0.1.3" |
| 517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 518 | |
| 519 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 520 | name = "core" |
| 521 | version = "0.0.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 522 | dependencies = [ |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 523 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 524 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 525 | |
| 526 | [[package]] |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 527 | name = "core-foundation" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 528 | version = "0.6.3" |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 530 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 531 | "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 532 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 533 | ] |
| 534 | |
| 535 | [[package]] |
| 536 | name = "core-foundation-sys" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 537 | version = "0.6.2" |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 539 | |
| 540 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 541 | name = "crates-io" |
Mark Rousskov | cd39cf7 | 2019-01-27 15:43:30 | [diff] [blame] | 542 | version = "0.23.0" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 543 | dependencies = [ |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 544 | "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 545 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 546 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 547 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 548 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 549 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 550 | ] |
| 551 | |
| 552 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 553 | name = "crc" |
| 554 | version = "1.8.1" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 556 | dependencies = [ |
| 557 | "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 558 | ] |
| 559 | |
| 560 | [[package]] |
| 561 | name = "crc32fast" |
| 562 | version = "1.1.2" |
| 563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 564 | dependencies = [ |
| 565 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 566 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 567 | |
| 568 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 569 | name = "crossbeam-channel" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 570 | version = "0.3.4" |
| 571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 572 | dependencies = [ |
| 573 | "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 574 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 575 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 576 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 577 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 578 | ] |
| 579 | |
| 580 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 581 | name = "crossbeam-deque" |
| 582 | version = "0.2.0" |
| 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 584 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 585 | "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] | 586 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 587 | ] |
| 588 | |
| 589 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 590 | name = "crossbeam-deque" |
| 591 | version = "0.6.3" |
| 592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 593 | dependencies = [ |
| 594 | "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 595 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 596 | ] |
| 597 | |
| 598 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 599 | name = "crossbeam-epoch" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 600 | version = "0.3.1" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 602 | dependencies = [ |
| 603 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 604 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 605 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 606 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 607 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 608 | "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 609 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 610 | ] |
| 611 | |
| 612 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 613 | name = "crossbeam-epoch" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 614 | version = "0.7.0" |
| 615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 616 | dependencies = [ |
| 617 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 618 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 619 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 620 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 621 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 622 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 623 | ] |
| 624 | |
| 625 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 626 | name = "crossbeam-utils" |
| 627 | version = "0.2.2" |
| 628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 629 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 630 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 631 | ] |
| 632 | |
| 633 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 634 | name = "crossbeam-utils" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 635 | version = "0.6.2" |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 637 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 638 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 639 | ] |
| 640 | |
| 641 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 642 | name = "crypto-hash" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 643 | version = "0.3.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 | dependencies = [ |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 646 | "commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 647 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 648 | "openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 649 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 650 | ] |
| 651 | |
| 652 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 653 | name = "curl" |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 654 | version = "0.4.19" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 656 | dependencies = [ |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 657 | "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 658 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 659 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 660 | "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 661 | "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 662 | "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 663 | "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 664 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 665 | ] |
| 666 | |
| 667 | [[package]] |
| 668 | name = "curl-sys" |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 669 | version = "0.4.15" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 671 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 672 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 673 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 674 | "libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 675 | "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 676 | "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 677 | "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 678 | "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 679 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 680 | ] |
| 681 | |
| 682 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 683 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 684 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 686 | |
| 687 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 688 | name = "derive-new" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 689 | version = "0.5.6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 691 | dependencies = [ |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 692 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 693 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 694 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 695 | ] |
| 696 | |
| 697 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 698 | name = "derive_more" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 699 | version = "0.13.0" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 701 | dependencies = [ |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 702 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 703 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 704 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 705 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 706 | ] |
| 707 | |
| 708 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 709 | name = "diff" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 710 | version = "0.1.11" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 712 | |
| 713 | [[package]] |
Mark Simulacrum | 42fde21 | 2018-03-10 14:03:06 | [diff] [blame] | 714 | name = "difference" |
| 715 | version = "2.0.0" |
| 716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 717 | |
| 718 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 719 | name = "digest" |
| 720 | version = "0.7.6" |
| 721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 722 | dependencies = [ |
| 723 | "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 724 | ] |
| 725 | |
| 726 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 727 | name = "directories" |
| 728 | version = "1.0.2" |
| 729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 730 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 731 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 732 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 733 | ] |
| 734 | |
| 735 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 736 | name = "dirs" |
| 737 | version = "1.0.4" |
| 738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 | dependencies = [ |
| 740 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 741 | "redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 742 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 743 | ] |
| 744 | |
| 745 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 746 | name = "dlmalloc" |
Jethro Beekman | 6c44bbb | 2019-02-26 00:18:22 | [diff] [blame] | 747 | version = "0.1.3" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 749 | dependencies = [ |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 750 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 751 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 752 | "rustc-std-workspace-core 1.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 753 | ] |
| 754 | |
| 755 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 756 | name = "either" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 757 | version = "1.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 759 | |
| 760 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 761 | name = "elasticlunr-rs" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 762 | version = "2.3.4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 764 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 765 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 766 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 767 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 768 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 769 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 770 | "strum 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 771 | "strum_macros 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 772 | ] |
| 773 | |
| 774 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 775 | name = "ena" |
Nicholas Nethercote | 1e34dfc | 2018-11-02 08:46:59 | [diff] [blame] | 776 | version = "0.11.0" |
Eduard-Mihai Burtescu | 7683180 | 2018-07-25 12:44:06 | [diff] [blame] | 777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 778 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 779 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Eduard-Mihai Burtescu | 7683180 | 2018-07-25 12:44:06 | [diff] [blame] | 780 | ] |
| 781 | |
| 782 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 783 | name = "env_logger" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 784 | version = "0.5.13" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 786 | dependencies = [ |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 787 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 788 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 789 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 790 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 791 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 792 | ] |
| 793 | |
| 794 | [[package]] |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 795 | name = "env_logger" |
| 796 | version = "0.6.0" |
| 797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 798 | dependencies = [ |
| 799 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 800 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 801 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 802 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 803 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 804 | ] |
| 805 | |
| 806 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 807 | name = "error-chain" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 808 | version = "0.11.0" |
Guillaume Gomez | 5636d32 | 2017-07-29 12:35:09 | [diff] [blame] | 809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 810 | dependencies = [ |
Ralf Jung | 8e994a2 | 2018-12-11 21:36:24 | [diff] [blame] | 811 | "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Guillaume Gomez | 5636d32 | 2017-07-29 12:35:09 | [diff] [blame] | 812 | ] |
| 813 | |
| 814 | [[package]] |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 815 | name = "error-chain" |
| 816 | version = "0.12.0" |
| 817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 818 | dependencies = [ |
Ralf Jung | 8e994a2 | 2018-12-11 21:36:24 | [diff] [blame] | 819 | "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 820 | ] |
| 821 | |
| 822 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 823 | name = "error_index_generator" |
| 824 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 825 | dependencies = [ |
| 826 | "rustdoc 0.0.0", |
| 827 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 828 | |
| 829 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 830 | name = "failure" |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 831 | version = "0.1.5" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 833 | dependencies = [ |
Ralf Jung | 8e994a2 | 2018-12-11 21:36:24 | [diff] [blame] | 834 | "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 835 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 836 | ] |
| 837 | |
| 838 | [[package]] |
| 839 | name = "failure_derive" |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 840 | version = "0.1.5" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 842 | dependencies = [ |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 843 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 844 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 845 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 846 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 847 | ] |
| 848 | |
| 849 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 850 | name = "fake-simd" |
| 851 | version = "0.1.2" |
| 852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 853 | |
| 854 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 855 | name = "filetime" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 856 | version = "0.2.4" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 858 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 859 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 860 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 861 | "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 862 | ] |
| 863 | |
| 864 | [[package]] |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 865 | name = "fixedbitset" |
| 866 | version = "0.1.9" |
| 867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 868 | |
| 869 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 870 | name = "flate2" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 871 | version = "1.0.6" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 873 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 874 | "crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 875 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 876 | "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
| 877 | "miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 878 | "miniz_oxide_c_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 879 | ] |
| 880 | |
| 881 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 882 | name = "fmt_macros" |
| 883 | version = "0.0.0" |
| 884 | |
| 885 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 886 | name = "fnv" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 887 | version = "1.0.6" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 889 | |
| 890 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 891 | name = "foreign-types" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 892 | version = "0.3.2" |
| 893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 894 | dependencies = [ |
| 895 | "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 896 | ] |
| 897 | |
| 898 | [[package]] |
| 899 | name = "foreign-types-shared" |
| 900 | version = "0.1.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 902 | |
| 903 | [[package]] |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 904 | name = "fortanix-sgx-abi" |
Jethro Beekman | dcb5db8 | 2018-12-19 11:56:17 | [diff] [blame] | 905 | version = "0.3.2" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 907 | dependencies = [ |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 908 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 909 | "rustc-std-workspace-core 1.0.0", |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 910 | ] |
| 911 | |
| 912 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 913 | name = "fs2" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 914 | version = "0.4.3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 916 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 917 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 918 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 919 | ] |
| 920 | |
| 921 | [[package]] |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 922 | name = "fs_extra" |
| 923 | version = "1.1.0" |
| 924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 925 | |
| 926 | [[package]] |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 927 | name = "fst" |
| 928 | version = "0.3.0" |
| 929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 930 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 931 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 932 | ] |
| 933 | |
| 934 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 935 | name = "fuchsia-zircon" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 936 | version = "0.3.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 938 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 939 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 940 | "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] | 941 | ] |
| 942 | |
| 943 | [[package]] |
| 944 | name = "fuchsia-zircon-sys" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 945 | version = "0.3.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 947 | |
| 948 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 949 | name = "futf" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 950 | version = "0.1.4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 952 | dependencies = [ |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 953 | "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 954 | "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] | 955 | ] |
| 956 | |
| 957 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 958 | name = "futures" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 959 | version = "0.1.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 961 | |
| 962 | [[package]] |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 963 | name = "fwdansi" |
| 964 | version = "1.0.1" |
| 965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 966 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 967 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 968 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 969 | ] |
| 970 | |
| 971 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 972 | name = "generic-array" |
| 973 | version = "0.9.0" |
| 974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 975 | dependencies = [ |
| 976 | "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 977 | ] |
| 978 | |
| 979 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 980 | name = "getopts" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 981 | version = "0.2.17" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 983 | |
| 984 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 985 | name = "git2" |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 986 | version = "0.8.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 988 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 989 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 990 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 991 | "libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 992 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 993 | "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 994 | "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 995 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 996 | ] |
| 997 | |
| 998 | [[package]] |
| 999 | name = "git2-curl" |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 1000 | version = "0.9.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1002 | dependencies = [ |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 1003 | "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 1004 | "git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1005 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1006 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1007 | ] |
| 1008 | |
| 1009 | [[package]] |
| 1010 | name = "glob" |
| 1011 | version = "0.2.11" |
| 1012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1013 | |
| 1014 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1015 | name = "globset" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1016 | version = "0.4.2" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1018 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1019 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1020 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1021 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1022 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1023 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1024 | ] |
| 1025 | |
| 1026 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1027 | name = "graphviz" |
| 1028 | version = "0.0.0" |
| 1029 | |
| 1030 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1031 | name = "handlebars" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1032 | version = "0.32.4" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1034 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1035 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1036 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1037 | "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1038 | "pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1039 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1040 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 1041 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1042 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1043 | ] |
| 1044 | |
| 1045 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1046 | name = "handlebars" |
| 1047 | version = "1.1.0" |
| 1048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1049 | dependencies = [ |
| 1050 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1051 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1052 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1053 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1054 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1055 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1056 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1057 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1058 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1059 | ] |
| 1060 | |
| 1061 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1062 | name = "heck" |
| 1063 | version = "0.3.0" |
| 1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1065 | dependencies = [ |
| 1066 | "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1067 | ] |
| 1068 | |
| 1069 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1070 | name = "hex" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1071 | version = "0.3.2" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 1072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1073 | |
| 1074 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1075 | name = "home" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1076 | version = "0.3.3" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1078 | dependencies = [ |
Bastien Orivel | 06f8103 | 2018-03-21 02:04:09 | [diff] [blame] | 1079 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1080 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1081 | ] |
| 1082 | |
| 1083 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1084 | name = "html5ever" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1085 | version = "0.22.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1087 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1088 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1089 | "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1090 | "markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1091 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1092 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1093 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1094 | ] |
| 1095 | |
| 1096 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1097 | name = "humantime" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1098 | version = "1.2.0" |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1100 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1101 | "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] | 1102 | ] |
| 1103 | |
| 1104 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1105 | name = "idna" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1106 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1109 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1110 | "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] | 1111 | "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] | 1112 | ] |
| 1113 | |
| 1114 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1115 | name = "if_chain" |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 1116 | version = "0.1.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1118 | |
| 1119 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1120 | name = "ignore" |
Bastien Orivel | a82f0ce | 2019-02-22 12:49:19 | [diff] [blame] | 1121 | version = "0.4.6" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1123 | dependencies = [ |
Bastien Orivel | a82f0ce | 2019-02-22 12:49:19 | [diff] [blame] | 1124 | "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1125 | "globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1126 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1127 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1128 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1129 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1130 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1131 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1132 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1133 | "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1134 | ] |
| 1135 | |
| 1136 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 1137 | name = "im-rc" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1138 | version = "12.3.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 1139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1140 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1141 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 1142 | "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1143 | ] |
| 1144 | |
| 1145 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1146 | name = "installer" |
| 1147 | version = "0.0.0" |
| 1148 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1149 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tom Tromey | 6e3a4f4 | 2018-07-03 18:24:24 | [diff] [blame] | 1150 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1151 | "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1152 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1153 | "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1154 | "tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1155 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1156 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1157 | "xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1158 | ] |
| 1159 | |
| 1160 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1161 | name = "iovec" |
| 1162 | version = "0.1.2" |
| 1163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1164 | dependencies = [ |
| 1165 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1166 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1167 | ] |
| 1168 | |
| 1169 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1170 | name = "is-match" |
| 1171 | version = "0.1.0" |
| 1172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1173 | |
| 1174 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1175 | name = "itertools" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1176 | version = "0.7.8" |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1178 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1179 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1180 | ] |
| 1181 | |
| 1182 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1183 | name = "itertools" |
| 1184 | version = "0.8.0" |
| 1185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1186 | dependencies = [ |
| 1187 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1188 | ] |
| 1189 | |
| 1190 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1191 | name = "itoa" |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 1192 | version = "0.4.3" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1194 | |
| 1195 | [[package]] |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 1196 | name = "jemalloc-sys" |
| 1197 | version = "0.1.8" |
| 1198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1199 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1200 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 1201 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1202 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 1203 | ] |
| 1204 | |
| 1205 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1206 | name = "jobserver" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1207 | version = "0.1.12" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1209 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1210 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1211 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1212 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1213 | ] |
| 1214 | |
| 1215 | [[package]] |
Igor Matuszewski | 3a17cf7 | 2018-08-25 16:17:55 | [diff] [blame] | 1216 | name = "json" |
| 1217 | version = "0.11.13" |
| 1218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1219 | |
| 1220 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1221 | name = "jsonrpc-core" |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 1222 | version = "10.0.1" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1224 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1225 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 1226 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 1227 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1228 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1229 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1230 | ] |
| 1231 | |
| 1232 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1233 | name = "kernel32-sys" |
| 1234 | version = "0.2.2" |
| 1235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1236 | dependencies = [ |
| 1237 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1238 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1239 | ] |
| 1240 | |
| 1241 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1242 | name = "lazy_static" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1243 | version = "0.2.11" |
| 1244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1245 | |
| 1246 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1247 | name = "lazy_static" |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1248 | version = "1.2.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1250 | |
| 1251 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1252 | name = "lazycell" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1253 | version = "1.2.1" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1255 | |
| 1256 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1257 | name = "libc" |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1258 | version = "0.2.46" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1260 | dependencies = [ |
| 1261 | "rustc-std-workspace-core 1.0.0", |
| 1262 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1263 | |
| 1264 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1265 | name = "libgit2-sys" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 1266 | version = "0.7.11" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1268 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1269 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 1270 | "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1271 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b1305c2 | 2018-09-17 16:52:02 | [diff] [blame] | 1272 | "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1273 | "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 1274 | "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1275 | "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1276 | ] |
| 1277 | |
| 1278 | [[package]] |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 1279 | name = "libnghttp2-sys" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1280 | version = "0.1.1" |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 1281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1282 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1283 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1284 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 1285 | ] |
| 1286 | |
| 1287 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1288 | name = "libssh2-sys" |
Alex Crichton | b1305c2 | 2018-09-17 16:52:02 | [diff] [blame] | 1289 | version = "0.2.11" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1291 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1292 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1293 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1294 | "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 1295 | "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1296 | "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1297 | "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1298 | ] |
| 1299 | |
| 1300 | [[package]] |
| 1301 | name = "libz-sys" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1302 | version = "1.0.25" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1304 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1305 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1306 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1307 | "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1308 | "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1309 | ] |
| 1310 | |
| 1311 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1312 | name = "linkchecker" |
| 1313 | version = "0.1.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1314 | |
| 1315 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 1316 | name = "lock_api" |
| 1317 | version = "0.1.3" |
| 1318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1319 | dependencies = [ |
| 1320 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1321 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1322 | ] |
| 1323 | |
| 1324 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1325 | name = "log" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1326 | version = "0.4.6" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1328 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1329 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1330 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1331 | |
| 1332 | [[package]] |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 1333 | name = "log_settings" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1334 | version = "0.1.2" |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 1335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1336 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1337 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 1338 | ] |
| 1339 | |
| 1340 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1341 | name = "lsp-codec" |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 1342 | version = "0.1.1" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1344 | dependencies = [ |
| 1345 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1346 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1347 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1348 | ] |
| 1349 | |
| 1350 | [[package]] |
| 1351 | name = "lsp-types" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1352 | version = "0.55.4" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1354 | dependencies = [ |
| 1355 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1356 | "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1357 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1358 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1359 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1360 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1361 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1362 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1363 | ] |
| 1364 | |
| 1365 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1366 | name = "lzma-sys" |
Bastien Orivel | 933c299 | 2018-07-06 20:52:40 | [diff] [blame] | 1367 | version = "0.1.10" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1369 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1370 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1371 | "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1372 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1373 | "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1374 | ] |
| 1375 | |
| 1376 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1377 | name = "mac" |
| 1378 | version = "0.1.1" |
| 1379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1380 | |
| 1381 | [[package]] |
Guillaume Gomez | cf5ee8f | 2018-08-15 13:07:07 | [diff] [blame] | 1382 | name = "macro-utils" |
| 1383 | version = "0.1.2" |
| 1384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1385 | |
| 1386 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1387 | name = "maplit" |
| 1388 | version = "1.0.1" |
| 1389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1390 | |
| 1391 | [[package]] |
| 1392 | name = "markup5ever" |
| 1393 | version = "0.7.2" |
| 1394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1395 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1396 | "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1397 | "phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 1398 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1399 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1400 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1401 | "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Taiki Endo | 6375efc | 2019-02-26 11:06:31 | [diff] [blame] | 1402 | "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1403 | "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1404 | ] |
| 1405 | |
| 1406 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1407 | name = "matches" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1408 | version = "0.1.8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1410 | |
| 1411 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1412 | name = "mdbook" |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 1413 | version = "0.1.7" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1415 | dependencies = [ |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1416 | "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1417 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1418 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1419 | "elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1420 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1421 | "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] | 1422 | "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1423 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1424 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1425 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1426 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 041d355 | 2017-09-27 22:37:02 | [diff] [blame] | 1427 | "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Manish Goregaokar | 6818551 | 2018-02-18 21:33:56 | [diff] [blame] | 1428 | "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] | 1429 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 1430 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1431 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1432 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1433 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1434 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1435 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1436 | "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] | 1437 | ] |
| 1438 | |
| 1439 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1440 | name = "mdbook" |
| 1441 | version = "0.2.3" |
| 1442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1443 | dependencies = [ |
| 1444 | "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1445 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1446 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1447 | "elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1448 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1449 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1450 | "handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1451 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1452 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1453 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1454 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1455 | "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1456 | "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1457 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1458 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1459 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1460 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1461 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1462 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1463 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1464 | "toml-query 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1465 | ] |
| 1466 | |
| 1467 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1468 | name = "memchr" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1469 | version = "2.1.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1471 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1472 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1473 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1474 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1475 | ] |
| 1476 | |
| 1477 | [[package]] |
Michael Woerister | abd5cc3 | 2018-08-31 13:18:08 | [diff] [blame] | 1478 | name = "memmap" |
| 1479 | version = "0.6.2" |
| 1480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1481 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1482 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1483 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Michael Woerister | abd5cc3 | 2018-08-31 13:18:08 | [diff] [blame] | 1484 | ] |
| 1485 | |
| 1486 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1487 | name = "memoffset" |
| 1488 | version = "0.2.1" |
| 1489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1490 | |
| 1491 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 1492 | name = "minifier" |
Guillaume Gomez | f978563 | 2019-01-24 23:07:08 | [diff] [blame] | 1493 | version = "0.0.28" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 1494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1495 | dependencies = [ |
Guillaume Gomez | cf5ee8f | 2018-08-15 13:07:07 | [diff] [blame] | 1496 | "macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 1497 | ] |
| 1498 | |
| 1499 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1500 | name = "miniz-sys" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1501 | version = "0.1.11" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1503 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1504 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1505 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1506 | ] |
| 1507 | |
| 1508 | [[package]] |
| 1509 | name = "miniz_oxide" |
| 1510 | version = "0.2.0" |
| 1511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1512 | dependencies = [ |
| 1513 | "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1514 | ] |
| 1515 | |
| 1516 | [[package]] |
| 1517 | name = "miniz_oxide_c_api" |
| 1518 | version = "0.2.0" |
| 1519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1520 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1521 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1522 | "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1523 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1524 | "miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1525 | ] |
| 1526 | |
| 1527 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1528 | name = "mio" |
| 1529 | version = "0.6.16" |
| 1530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1531 | dependencies = [ |
| 1532 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1533 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1534 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1535 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1536 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1537 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1538 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1539 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1540 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1541 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1542 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1543 | ] |
| 1544 | |
| 1545 | [[package]] |
| 1546 | name = "mio-named-pipes" |
| 1547 | version = "0.1.6" |
| 1548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1549 | dependencies = [ |
| 1550 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1551 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1552 | "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1553 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1554 | ] |
| 1555 | |
| 1556 | [[package]] |
| 1557 | name = "mio-uds" |
| 1558 | version = "0.6.7" |
| 1559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1560 | dependencies = [ |
| 1561 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1562 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1563 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1564 | ] |
| 1565 | |
| 1566 | [[package]] |
| 1567 | name = "miow" |
| 1568 | version = "0.2.1" |
| 1569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1570 | dependencies = [ |
| 1571 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1572 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1573 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1574 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1575 | ] |
| 1576 | |
| 1577 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1578 | name = "miow" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1579 | version = "0.3.3" |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 1580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1581 | dependencies = [ |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1582 | "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1583 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 1584 | ] |
| 1585 | |
| 1586 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 1587 | name = "miri" |
| 1588 | version = "0.1.0" |
| 1589 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1590 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | f354c85 | 2018-11-14 13:49:40 | [diff] [blame] | 1591 | "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 1592 | "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | c09d4e7 | 2019-01-05 14:40:10 | [diff] [blame] | 1593 | "compiletest_rs 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1594 | "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 1595 | "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1596 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 1597 | "rustc-workspace-hack 1.0.0", |
| 1598 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | 7596a10 | 2019-02-17 11:39:40 | [diff] [blame] | 1599 | "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | f2a6db7 | 2018-12-07 09:12:01 | [diff] [blame] | 1600 | "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 1601 | ] |
| 1602 | |
| 1603 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1604 | name = "net2" |
| 1605 | version = "0.2.33" |
| 1606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1607 | dependencies = [ |
| 1608 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1609 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1610 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1611 | ] |
| 1612 | |
| 1613 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1614 | name = "new_debug_unreachable" |
| 1615 | version = "1.0.1" |
| 1616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1617 | dependencies = [ |
| 1618 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1619 | ] |
| 1620 | |
| 1621 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1622 | name = "nodrop" |
| 1623 | version = "0.1.12" |
| 1624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1625 | |
| 1626 | [[package]] |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 1627 | name = "num-derive" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1628 | version = "0.2.3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1630 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1631 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 1632 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1633 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1634 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1635 | ] |
| 1636 | |
| 1637 | [[package]] |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 1638 | name = "num-integer" |
| 1639 | version = "0.1.39" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1641 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1642 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1643 | ] |
| 1644 | |
| 1645 | [[package]] |
| 1646 | name = "num-traits" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1647 | version = "0.2.6" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1649 | |
| 1650 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1651 | name = "num_cpus" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 1652 | version = "1.8.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1654 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1655 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1656 | ] |
| 1657 | |
| 1658 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1659 | name = "open" |
Alex Crichton | 041d355 | 2017-09-27 22:37:02 | [diff] [blame] | 1660 | version = "1.2.1" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1662 | |
| 1663 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1664 | name = "opener" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1665 | version = "0.3.2" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1667 | dependencies = [ |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 1668 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1669 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1670 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1671 | ] |
| 1672 | |
| 1673 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1674 | name = "openssl" |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 1675 | version = "0.10.16" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1677 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1678 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1679 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1680 | "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1681 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1682 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 1683 | "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1684 | ] |
| 1685 | |
| 1686 | [[package]] |
| 1687 | name = "openssl-probe" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1688 | version = "0.1.2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1690 | |
| 1691 | [[package]] |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 1692 | name = "openssl-src" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1693 | version = "111.1.0+1.1.1a" |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 1694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1695 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1696 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 1697 | ] |
| 1698 | |
| 1699 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1700 | name = "openssl-sys" |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 1701 | version = "0.9.40" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1703 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1704 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1705 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1706 | "openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1707 | "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1708 | "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1709 | ] |
| 1710 | |
| 1711 | [[package]] |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 1712 | name = "ordermap" |
| 1713 | version = "0.3.5" |
| 1714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1715 | |
| 1716 | [[package]] |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 1717 | name = "ordslice" |
| 1718 | version = "0.3.0" |
| 1719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1720 | |
| 1721 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 1722 | name = "owning_ref" |
| 1723 | version = "0.3.3" |
| 1724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1725 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1726 | "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] | 1727 | ] |
| 1728 | |
| 1729 | [[package]] |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 1730 | name = "packed_simd" |
| 1731 | version = "0.3.1" |
| 1732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1733 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1734 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 1735 | ] |
| 1736 | |
| 1737 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1738 | name = "panic_abort" |
| 1739 | version = "0.0.0" |
| 1740 | dependencies = [ |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 1741 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1742 | "core 0.0.0", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1743 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1744 | ] |
| 1745 | |
| 1746 | [[package]] |
| 1747 | name = "panic_unwind" |
| 1748 | version = "0.0.0" |
| 1749 | dependencies = [ |
| 1750 | "alloc 0.0.0", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 1751 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1752 | "core 0.0.0", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1753 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1754 | "unwind 0.0.0", |
| 1755 | ] |
| 1756 | |
| 1757 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 1758 | name = "parking_lot" |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 1759 | version = "0.6.4" |
| 1760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1761 | dependencies = [ |
| 1762 | "lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1763 | "parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1764 | ] |
| 1765 | |
| 1766 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1767 | name = "parking_lot" |
| 1768 | version = "0.7.1" |
| 1769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1770 | dependencies = [ |
| 1771 | "lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1772 | "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1773 | ] |
| 1774 | |
| 1775 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 1776 | name = "parking_lot_core" |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 1777 | version = "0.3.0" |
| 1778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1779 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1780 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Eduard-Mihai Burtescu | 4529d10 | 2018-09-15 08:40:25 | [diff] [blame] | 1781 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 1782 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1783 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 1784 | ] |
| 1785 | |
| 1786 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1787 | name = "parking_lot_core" |
| 1788 | version = "0.4.0" |
| 1789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1790 | dependencies = [ |
| 1791 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1792 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1793 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1794 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1795 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1796 | ] |
| 1797 | |
| 1798 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1799 | name = "percent-encoding" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1800 | version = "1.0.1" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1802 | |
| 1803 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1804 | name = "pest" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1805 | version = "1.0.6" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1807 | |
| 1808 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1809 | name = "pest" |
| 1810 | version = "2.1.0" |
| 1811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1812 | dependencies = [ |
| 1813 | "ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1814 | ] |
| 1815 | |
| 1816 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1817 | name = "pest_derive" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1818 | version = "1.0.8" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1820 | dependencies = [ |
| 1821 | "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1822 | "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1823 | "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1824 | ] |
| 1825 | |
| 1826 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1827 | name = "pest_derive" |
| 1828 | version = "2.1.0" |
| 1829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1830 | dependencies = [ |
| 1831 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1832 | "pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1833 | ] |
| 1834 | |
| 1835 | [[package]] |
| 1836 | name = "pest_generator" |
| 1837 | version = "2.1.0" |
| 1838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1839 | dependencies = [ |
| 1840 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1841 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1842 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1843 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1844 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1845 | ] |
| 1846 | |
| 1847 | [[package]] |
| 1848 | name = "pest_meta" |
| 1849 | version = "2.1.0" |
| 1850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1851 | dependencies = [ |
| 1852 | "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1853 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1854 | "sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1855 | ] |
| 1856 | |
| 1857 | [[package]] |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 1858 | name = "petgraph" |
Gabriel Majeri | b31eaa4 | 2018-09-08 06:04:29 | [diff] [blame] | 1859 | version = "0.4.13" |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 1860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1861 | dependencies = [ |
| 1862 | "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1863 | "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1864 | ] |
| 1865 | |
| 1866 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1867 | name = "phf" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1868 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1870 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1871 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1872 | ] |
| 1873 | |
| 1874 | [[package]] |
| 1875 | name = "phf_codegen" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1876 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1878 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1879 | "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1880 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1881 | ] |
| 1882 | |
| 1883 | [[package]] |
| 1884 | name = "phf_generator" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1885 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1887 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1888 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1889 | "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1890 | ] |
| 1891 | |
| 1892 | [[package]] |
| 1893 | name = "phf_shared" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1894 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1896 | dependencies = [ |
| 1897 | "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1898 | ] |
| 1899 | |
| 1900 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1901 | name = "pkg-config" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1902 | version = "0.3.14" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1904 | |
| 1905 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 1906 | name = "polonius-engine" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 1907 | version = "0.6.2" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 1908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 1909 | dependencies = [ |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 1910 | "datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1911 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | c3d6889 | 2018-05-29 13:36:45 | [diff] [blame] | 1912 | "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] | 1913 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 1914 | |
| 1915 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1916 | name = "precomputed-hash" |
| 1917 | version = "0.1.1" |
| 1918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1919 | |
| 1920 | [[package]] |
Mark Simulacrum | 42fde21 | 2018-03-10 14:03:06 | [diff] [blame] | 1921 | name = "pretty_assertions" |
| 1922 | version = "0.5.1" |
| 1923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1924 | dependencies = [ |
| 1925 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1926 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1927 | ] |
| 1928 | |
| 1929 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 1930 | name = "pretty_env_logger" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1931 | version = "0.3.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 1932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1933 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1934 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1935 | "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1936 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 1937 | ] |
| 1938 | |
| 1939 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1940 | name = "proc-macro2" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 1941 | version = "0.4.24" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1943 | dependencies = [ |
| 1944 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1945 | ] |
| 1946 | |
| 1947 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1948 | name = "proc_macro" |
| 1949 | version = "0.0.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1950 | |
| 1951 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 1952 | name = "profiler_builtins" |
| 1953 | version = "0.0.0" |
| 1954 | dependencies = [ |
dylan_DPC | 14a38b3 | 2019-01-17 10:22:48 | [diff] [blame] | 1955 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 1956 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 1957 | "core 0.0.0", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 1958 | ] |
| 1959 | |
| 1960 | [[package]] |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 1961 | name = "proptest" |
| 1962 | version = "0.8.7" |
| 1963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1964 | dependencies = [ |
| 1965 | "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1966 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1967 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1968 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1969 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 1970 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1971 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1972 | "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 1973 | "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1974 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 1975 | ] |
| 1976 | |
| 1977 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1978 | name = "pulldown-cmark" |
Manish Goregaokar | 6818551 | 2018-02-18 21:33:56 | [diff] [blame] | 1979 | version = "0.1.2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1981 | dependencies = [ |
| 1982 | "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1983 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
Guillaume Gomez | 474cc09 | 2017-03-12 19:28:36 | [diff] [blame] | 1984 | ] |
| 1985 | |
| 1986 | [[package]] |
Matthias Krüger | 2598a7a | 2018-11-23 11:52:47 | [diff] [blame] | 1987 | name = "pulldown-cmark" |
| 1988 | version = "0.2.0" |
| 1989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1990 | dependencies = [ |
| 1991 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1992 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1993 | ] |
| 1994 | |
| 1995 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1996 | name = "quick-error" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1997 | version = "1.2.2" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1998 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1999 | |
| 2000 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2001 | name = "quine-mc_cluskey" |
| 2002 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2004 | |
| 2005 | [[package]] |
| 2006 | name = "quote" |
| 2007 | version = "0.3.15" |
| 2008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2009 | |
| 2010 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 2011 | name = "quote" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2012 | version = "0.6.10" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2014 | dependencies = [ |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2015 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2016 | ] |
| 2017 | |
| 2018 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2019 | name = "racer" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2020 | version = "2.1.19" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2022 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2023 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2024 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2025 | "derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 2026 | "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2027 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 2028 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2029 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2030 | "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2031 | "rustc-ap-syntax 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2032 | ] |
| 2033 | |
| 2034 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2035 | name = "rand" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2036 | version = "0.4.3" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2038 | dependencies = [ |
| 2039 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 2040 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 2041 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2042 | ] |
| 2043 | |
| 2044 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 2045 | name = "rand" |
Eduard-Mihai Burtescu | 4529d10 | 2018-09-15 08:40:25 | [diff] [blame] | 2046 | version = "0.5.5" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 2047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2048 | dependencies = [ |
| 2049 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2050 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 2051 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2052 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 2053 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 2054 | ] |
| 2055 | |
| 2056 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2057 | name = "rand" |
| 2058 | version = "0.6.1" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 2059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2060 | dependencies = [ |
| 2061 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2062 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 2063 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2064 | "rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2065 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2066 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2067 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2068 | "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2069 | "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2070 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2071 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2072 | ] |
| 2073 | |
| 2074 | [[package]] |
| 2075 | name = "rand_chacha" |
| 2076 | version = "0.1.0" |
| 2077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2078 | dependencies = [ |
Jethro Beekman | 6c44bbb | 2019-02-26 00:18:22 | [diff] [blame] | 2079 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2080 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2081 | ] |
| 2082 | |
| 2083 | [[package]] |
| 2084 | name = "rand_core" |
| 2085 | version = "0.2.2" |
| 2086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2087 | dependencies = [ |
| 2088 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2089 | ] |
| 2090 | |
| 2091 | [[package]] |
| 2092 | name = "rand_core" |
| 2093 | version = "0.3.0" |
| 2094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2095 | |
| 2096 | [[package]] |
| 2097 | name = "rand_hc" |
| 2098 | version = "0.1.0" |
| 2099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2100 | dependencies = [ |
Jethro Beekman | 6c44bbb | 2019-02-26 00:18:22 | [diff] [blame] | 2101 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2102 | ] |
| 2103 | |
| 2104 | [[package]] |
| 2105 | name = "rand_isaac" |
| 2106 | version = "0.1.1" |
| 2107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2108 | dependencies = [ |
| 2109 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2110 | ] |
| 2111 | |
| 2112 | [[package]] |
| 2113 | name = "rand_pcg" |
| 2114 | version = "0.1.1" |
| 2115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2116 | dependencies = [ |
| 2117 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2118 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2119 | ] |
| 2120 | |
| 2121 | [[package]] |
| 2122 | name = "rand_xorshift" |
| 2123 | version = "0.1.0" |
| 2124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2125 | dependencies = [ |
Jethro Beekman | 6c44bbb | 2019-02-26 00:18:22 | [diff] [blame] | 2126 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2127 | ] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 2128 | |
| 2129 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2130 | name = "rayon" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2131 | version = "1.0.1" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2133 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2134 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2135 | "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] | 2136 | ] |
| 2137 | |
| 2138 | [[package]] |
| 2139 | name = "rayon-core" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2140 | version = "1.4.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2142 | dependencies = [ |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2143 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 2144 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 2145 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 2146 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2147 | "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2148 | ] |
| 2149 | |
| 2150 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 2151 | name = "redox_syscall" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2152 | version = "0.1.43" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 2153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2154 | |
| 2155 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2156 | name = "redox_termios" |
| 2157 | version = "0.1.1" |
| 2158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2159 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2160 | "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2161 | ] |
| 2162 | |
| 2163 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2164 | name = "redox_users" |
| 2165 | version = "0.2.0" |
| 2166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2167 | dependencies = [ |
| 2168 | "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2169 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2170 | "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2171 | "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2172 | ] |
| 2173 | |
| 2174 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2175 | name = "regex" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2176 | version = "0.2.11" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2178 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2179 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2180 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2181 | "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2182 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2183 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2184 | ] |
| 2185 | |
| 2186 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2187 | name = "regex" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2188 | version = "1.1.0" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2190 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2191 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2192 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2193 | "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2194 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2195 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2196 | ] |
| 2197 | |
| 2198 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2199 | name = "regex-syntax" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2200 | version = "0.5.6" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2202 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2203 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2204 | ] |
| 2205 | |
| 2206 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2207 | name = "regex-syntax" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2208 | version = "0.6.4" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2210 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2211 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2212 | ] |
| 2213 | |
| 2214 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 2215 | name = "remote-test-client" |
| 2216 | version = "0.1.0" |
| 2217 | |
| 2218 | [[package]] |
| 2219 | name = "remote-test-server" |
| 2220 | version = "0.1.0" |
| 2221 | |
| 2222 | [[package]] |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2223 | name = "remove_dir_all" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 2224 | version = "0.5.1" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2226 | dependencies = [ |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 2227 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2228 | ] |
| 2229 | |
| 2230 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2231 | name = "rls" |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 2232 | version = "1.34.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2233 | dependencies = [ |
Mark Rousskov | cd39cf7 | 2019-01-27 15:43:30 | [diff] [blame] | 2234 | "cargo 0.35.0", |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 2235 | "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 2236 | "clippy_lints 0.0.212", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 2237 | "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 2238 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 2239 | "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 2240 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 2241 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2242 | "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 2243 | "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 2244 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 2245 | "jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 2246 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2247 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 2248 | "lsp-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2249 | "lsp-types 0.55.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | fa94c5c | 2018-02-14 08:09:51 | [diff] [blame] | 2250 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 2251 | "ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2252 | "racer 2.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 2253 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2254 | "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2255 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2256 | "rls-analysis 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2257 | "rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2258 | "rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 9a769c6 | 2018-08-04 07:29:15 | [diff] [blame] | 2259 | "rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2260 | "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2261 | "rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | e976bae | 2018-08-31 19:52:25 | [diff] [blame] | 2262 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2263 | "rustc-workspace-hack 1.0.0", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 2264 | "rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2265 | "rustfmt-nightly 1.0.3", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 2266 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2267 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2268 | "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2269 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 2270 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 2271 | "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2272 | "tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2273 | "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2274 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2275 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2276 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2277 | ] |
| 2278 | |
| 2279 | [[package]] |
| 2280 | name = "rls-analysis" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2281 | version = "0.16.12" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2283 | dependencies = [ |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 2284 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 2285 | "fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2286 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 3a17cf7 | 2018-08-25 16:17:55 | [diff] [blame] | 2287 | "json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2288 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2289 | "rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2290 | "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2291 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2292 | ] |
| 2293 | |
| 2294 | [[package]] |
Nick Cameron | fa94c5c | 2018-02-14 08:09:51 | [diff] [blame] | 2295 | name = "rls-blacklist" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2296 | version = "0.1.3" |
Andy Russell | 59fafc8 | 2017-12-04 20:59:49 | [diff] [blame] | 2297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | 59fafc8 | 2017-12-04 20:59:49 | [diff] [blame] | 2298 | |
| 2299 | [[package]] |
Martin Algesten | 9a6afa8 | 2018-02-02 07:29:59 | [diff] [blame] | 2300 | name = "rls-data" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2301 | version = "0.18.2" |
Martin Algesten | 9a6afa8 | 2018-02-02 07:29:59 | [diff] [blame] | 2302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2303 | dependencies = [ |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2304 | "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Martin Algesten | 9a6afa8 | 2018-02-02 07:29:59 | [diff] [blame] | 2305 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 2306 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2307 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
Martin Algesten | 9a6afa8 | 2018-02-02 07:29:59 | [diff] [blame] | 2308 | ] |
| 2309 | |
| 2310 | [[package]] |
Nick Cameron | 92867d2 | 2017-08-30 05:09:36 | [diff] [blame] | 2311 | name = "rls-rustc" |
Nick Cameron | 9a769c6 | 2018-08-04 07:29:15 | [diff] [blame] | 2312 | version = "0.5.0" |
Nick Cameron | 92867d2 | 2017-08-30 05:09:36 | [diff] [blame] | 2313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2314 | |
| 2315 | [[package]] |
Nick Cameron | fee1f64 | 2017-03-14 02:16:44 | [diff] [blame] | 2316 | name = "rls-span" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2317 | version = "0.4.1" |
Nick Cameron | dc63eff | 2017-03-15 08:20:23 | [diff] [blame] | 2318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nick Cameron | fee1f64 | 2017-03-14 02:16:44 | [diff] [blame] | 2319 | dependencies = [ |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2320 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 2321 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2322 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2323 | ] |
| 2324 | |
| 2325 | [[package]] |
| 2326 | name = "rls-vfs" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2327 | version = "0.7.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2329 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2330 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2331 | "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | fee1f64 | 2017-03-14 02:16:44 | [diff] [blame] | 2332 | ] |
| 2333 | |
| 2334 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2335 | name = "rustbook" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2336 | version = "0.1.0" |
| 2337 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2338 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 2339 | "mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2340 | "mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2341 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2342 | |
| 2343 | [[package]] |
| 2344 | name = "rustc" |
| 2345 | version = "0.0.0" |
| 2346 | dependencies = [ |
| 2347 | "arena 0.0.0", |
Ralf Jung | 8e994a2 | 2018-12-11 21:36:24 | [diff] [blame] | 2348 | "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2349 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2350 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
scalexm | da9467d | 2018-11-28 21:11:00 | [diff] [blame] | 2351 | "chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2352 | "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2353 | "fmt_macros 0.0.0", |
| 2354 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2355 | "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 2356 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2357 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 975eb31 | 2019-01-28 14:51:47 | [diff] [blame] | 2358 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | a82f0ce | 2019-02-22 12:49:19 | [diff] [blame] | 2359 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 2360 | "polonius-engine 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2361 | "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2362 | "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] | 2363 | "rustc_apfloat 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2364 | "rustc_data_structures 0.0.0", |
| 2365 | "rustc_errors 0.0.0", |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 2366 | "rustc_fs_util 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2367 | "rustc_target 0.0.0", |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 2368 | "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2369 | "serialize 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2370 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2371 | "syntax 0.0.0", |
| 2372 | "syntax_pos 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2373 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2374 | ] |
| 2375 | |
| 2376 | [[package]] |
Nick Cameron | 0e6fff8 | 2018-05-27 22:16:42 | [diff] [blame] | 2377 | name = "rustc-ap-arena" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2378 | version = "373.0.0" |
Nick Cameron | 0e6fff8 | 2018-05-27 22:16:42 | [diff] [blame] | 2379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2380 | dependencies = [ |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2381 | "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2382 | ] |
| 2383 | |
| 2384 | [[package]] |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2385 | name = "rustc-ap-graphviz" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2386 | version = "373.0.0" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2388 | |
| 2389 | [[package]] |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2390 | name = "rustc-ap-rustc_cratesio_shim" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2391 | version = "373.0.0" |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2393 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2394 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2395 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 9070193 | 2018-09-25 02:40:42 | [diff] [blame] | 2396 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2397 | ] |
| 2398 | |
| 2399 | [[package]] |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2400 | name = "rustc-ap-rustc_data_structures" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2401 | version = "373.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2403 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2404 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 2405 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2406 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 9070193 | 2018-09-25 02:40:42 | [diff] [blame] | 2407 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2408 | "rustc-ap-graphviz 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2409 | "rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2410 | "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2411 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2412 | "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2413 | "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2414 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2415 | "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2416 | ] |
| 2417 | |
| 2418 | [[package]] |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2419 | name = "rustc-ap-rustc_errors" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2420 | version = "373.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2422 | dependencies = [ |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 2423 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2424 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2425 | "rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2426 | "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2427 | "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2428 | "rustc-ap-syntax_pos 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2429 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2430 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2431 | ] |
| 2432 | |
| 2433 | [[package]] |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 2434 | name = "rustc-ap-rustc_target" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2435 | version = "373.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2437 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2438 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2439 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2440 | "rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2441 | "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2442 | "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2443 | ] |
| 2444 | |
| 2445 | [[package]] |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 2446 | name = "rustc-ap-serialize" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2447 | version = "373.0.0" |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Igor Matuszewski | e976bae | 2018-08-31 19:52:25 | [diff] [blame] | 2449 | dependencies = [ |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2450 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | e976bae | 2018-08-31 19:52:25 | [diff] [blame] | 2451 | ] |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2452 | |
| 2453 | [[package]] |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 2454 | name = "rustc-ap-syntax" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2455 | version = "373.0.0" |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 2456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2457 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2458 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2459 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2460 | "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2461 | "rustc-ap-rustc_errors 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2462 | "rustc-ap-rustc_target 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2463 | "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2464 | "rustc-ap-syntax_pos 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2465 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2466 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2467 | ] |
| 2468 | |
| 2469 | [[package]] |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2470 | name = "rustc-ap-syntax_pos" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2471 | version = "373.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2473 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2474 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2475 | "rustc-ap-arena 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2476 | "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2477 | "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2478 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2479 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2480 | ] |
| 2481 | |
| 2482 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2483 | name = "rustc-demangle" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2484 | version = "0.1.10" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2486 | dependencies = [ |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 2487 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2488 | "rustc-std-workspace-core 1.0.0", |
| 2489 | ] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2490 | |
| 2491 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2492 | name = "rustc-hash" |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 2493 | version = "1.0.1" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 2495 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2496 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 2497 | ] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2498 | |
| 2499 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2500 | name = "rustc-main" |
| 2501 | version = "0.0.0" |
| 2502 | dependencies = [ |
Alex Crichton | ba0ed5b | 2018-12-19 16:27:23 | [diff] [blame] | 2503 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
bjorn3 | 60e4158 | 2018-11-19 17:28:44 | [diff] [blame] | 2504 | "rustc_codegen_ssa 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2505 | "rustc_driver 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2506 | "rustc_target 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2507 | ] |
| 2508 | |
| 2509 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2510 | name = "rustc-rayon" |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2511 | version = "0.1.1" |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2513 | dependencies = [ |
| 2514 | "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] | 2515 | "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] | 2516 | ] |
| 2517 | |
| 2518 | [[package]] |
| 2519 | name = "rustc-rayon-core" |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2520 | version = "0.1.1" |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2522 | dependencies = [ |
| 2523 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 2524 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 2525 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2526 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2527 | "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2528 | ] |
| 2529 | |
| 2530 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2531 | name = "rustc-serialize" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2532 | version = "0.3.24" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2534 | |
| 2535 | [[package]] |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2536 | name = "rustc-std-workspace-core" |
| 2537 | version = "1.0.0" |
| 2538 | dependencies = [ |
| 2539 | "core 0.0.0", |
| 2540 | ] |
| 2541 | |
| 2542 | [[package]] |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2543 | name = "rustc-workspace-hack" |
| 2544 | version = "1.0.0" |
| 2545 | dependencies = [ |
Oliver Scherer | edaa188 | 2019-01-01 13:36:05 | [diff] [blame] | 2546 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | a82f0ce | 2019-02-22 12:49:19 | [diff] [blame] | 2547 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | b0643ad | 2018-10-04 10:51:58 | [diff] [blame] | 2548 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Scherer | edaa188 | 2019-01-01 13:36:05 | [diff] [blame] | 2549 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 2550 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2551 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2552 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2553 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 2554 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2555 | ] |
| 2556 | |
| 2557 | [[package]] |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2558 | name = "rustc_allocator" |
| 2559 | version = "0.0.0" |
| 2560 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2561 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2562 | "rustc 0.0.0", |
ljedrz | e5e6375 | 2018-08-05 10:04:56 | [diff] [blame] | 2563 | "rustc_data_structures 0.0.0", |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2564 | "rustc_errors 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2565 | "rustc_target 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2566 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2567 | "syntax 0.0.0", |
| 2568 | "syntax_pos 0.0.0", |
| 2569 | ] |
| 2570 | |
| 2571 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 2572 | name = "rustc_apfloat" |
| 2573 | version = "0.0.0" |
| 2574 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2575 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 2576 | "rustc_cratesio_shim 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2577 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 2578 | ] |
| 2579 | |
| 2580 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2581 | name = "rustc_asan" |
| 2582 | version = "0.0.0" |
| 2583 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2584 | "alloc 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2585 | "build_helper 0.1.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2586 | "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 2587 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2588 | "core 0.0.0", |
| 2589 | ] |
| 2590 | |
| 2591 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2592 | name = "rustc_borrowck" |
| 2593 | version = "0.0.0" |
| 2594 | dependencies = [ |
| 2595 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2596 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2597 | "rustc 0.0.0", |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 2598 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2599 | "rustc_errors 0.0.0", |
| 2600 | "rustc_mir 0.0.0", |
| 2601 | "syntax 0.0.0", |
| 2602 | "syntax_pos 0.0.0", |
| 2603 | ] |
| 2604 | |
| 2605 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2606 | name = "rustc_codegen_llvm" |
| 2607 | version = "0.0.0" |
| 2608 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 2609 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Michael Woerister | abd5cc3 | 2018-08-31 13:18:08 | [diff] [blame] | 2610 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2611 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2612 | "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2613 | "rustc_llvm 0.0.0", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2614 | ] |
| 2615 | |
| 2616 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 2617 | name = "rustc_codegen_ssa" |
| 2618 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 2619 | dependencies = [ |
bjorn3 | d6d8a33 | 2018-11-18 17:06:31 | [diff] [blame] | 2620 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 2621 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2622 | "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 2623 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2624 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 2625 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2626 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
bjorn3 | d6d8a33 | 2018-11-18 17:06:31 | [diff] [blame] | 2627 | "rustc 0.0.0", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2628 | "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
bjorn3 | d6d8a33 | 2018-11-18 17:06:31 | [diff] [blame] | 2629 | "rustc_allocator 0.0.0", |
| 2630 | "rustc_apfloat 0.0.0", |
| 2631 | "rustc_codegen_utils 0.0.0", |
| 2632 | "rustc_data_structures 0.0.0", |
| 2633 | "rustc_errors 0.0.0", |
| 2634 | "rustc_fs_util 0.0.0", |
| 2635 | "rustc_incremental 0.0.0", |
| 2636 | "rustc_mir 0.0.0", |
| 2637 | "rustc_target 0.0.0", |
| 2638 | "serialize 0.0.0", |
| 2639 | "syntax 0.0.0", |
| 2640 | "syntax_pos 0.0.0", |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 2641 | ] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 2642 | |
| 2643 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2644 | name = "rustc_codegen_utils" |
| 2645 | version = "0.0.0" |
| 2646 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2647 | "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2648 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2649 | "rustc 0.0.0", |
| 2650 | "rustc_data_structures 0.0.0", |
| 2651 | "rustc_incremental 0.0.0", |
bjorn3 | c859919 | 2018-10-25 13:11:59 | [diff] [blame] | 2652 | "rustc_metadata 0.0.0", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2653 | "rustc_mir 0.0.0", |
| 2654 | "rustc_target 0.0.0", |
| 2655 | "syntax 0.0.0", |
| 2656 | "syntax_pos 0.0.0", |
| 2657 | ] |
| 2658 | |
| 2659 | [[package]] |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 2660 | name = "rustc_cratesio_shim" |
| 2661 | version = "0.0.0" |
| 2662 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2663 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2664 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2665 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 2666 | ] |
| 2667 | |
| 2668 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2669 | name = "rustc_data_structures" |
| 2670 | version = "0.0.0" |
| 2671 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2672 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nicholas Nethercote | 1e34dfc | 2018-11-02 08:46:59 | [diff] [blame] | 2673 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Diogo Sousa | 3fc275d | 2018-10-13 14:43:12 | [diff] [blame] | 2674 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2675 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | a82f0ce | 2019-02-22 12:49:19 | [diff] [blame] | 2676 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 2677 | "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] | 2678 | "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2679 | "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] | 2680 | "rustc_cratesio_shim 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2681 | "serialize 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2682 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2683 | "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] | 2684 | ] |
| 2685 | |
| 2686 | [[package]] |
| 2687 | name = "rustc_driver" |
| 2688 | version = "0.0.0" |
| 2689 | dependencies = [ |
| 2690 | "arena 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2691 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2692 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2693 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2694 | "rustc 0.0.0", |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2695 | "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] | 2696 | "rustc_allocator 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2697 | "rustc_borrowck 0.0.0", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2698 | "rustc_codegen_utils 0.0.0", |
Michael Woerister | bd1ce91 | 2016-10-29 01:26:01 | [diff] [blame] | 2699 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2700 | "rustc_errors 0.0.0", |
| 2701 | "rustc_incremental 0.0.0", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame^] | 2702 | "rustc_interface 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2703 | "rustc_lint 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2704 | "rustc_metadata 0.0.0", |
| 2705 | "rustc_mir 0.0.0", |
| 2706 | "rustc_passes 0.0.0", |
| 2707 | "rustc_plugin 0.0.0", |
| 2708 | "rustc_privacy 0.0.0", |
| 2709 | "rustc_resolve 0.0.0", |
| 2710 | "rustc_save_analysis 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2711 | "rustc_target 0.0.0", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2712 | "rustc_traits 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2713 | "rustc_typeck 0.0.0", |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 2714 | "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2715 | "serialize 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2716 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2717 | "syntax 0.0.0", |
| 2718 | "syntax_ext 0.0.0", |
| 2719 | "syntax_pos 0.0.0", |
| 2720 | ] |
| 2721 | |
| 2722 | [[package]] |
| 2723 | name = "rustc_errors" |
| 2724 | version = "0.0.0" |
| 2725 | dependencies = [ |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 2726 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2727 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2728 | "rustc_cratesio_shim 0.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2729 | "rustc_data_structures 0.0.0", |
Niko Matsakis | d9aaca7 | 2017-01-28 23:13:21 | [diff] [blame] | 2730 | "serialize 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2731 | "syntax_pos 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2732 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 2733 | "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] | 2734 | ] |
| 2735 | |
| 2736 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 2737 | name = "rustc_fs_util" |
| 2738 | version = "0.0.0" |
| 2739 | |
| 2740 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2741 | name = "rustc_incremental" |
| 2742 | version = "0.0.0" |
| 2743 | dependencies = [ |
| 2744 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2745 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Eduard-Mihai Burtescu | 4529d10 | 2018-09-15 08:40:25 | [diff] [blame] | 2746 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2747 | "rustc 0.0.0", |
| 2748 | "rustc_data_structures 0.0.0", |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 2749 | "rustc_fs_util 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2750 | "serialize 0.0.0", |
| 2751 | "syntax 0.0.0", |
| 2752 | "syntax_pos 0.0.0", |
| 2753 | ] |
| 2754 | |
| 2755 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame^] | 2756 | name = "rustc_interface" |
| 2757 | version = "0.0.0" |
| 2758 | dependencies = [ |
| 2759 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2760 | "rustc 0.0.0", |
| 2761 | "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2762 | "rustc_allocator 0.0.0", |
| 2763 | "rustc_borrowck 0.0.0", |
| 2764 | "rustc_codegen_utils 0.0.0", |
| 2765 | "rustc_data_structures 0.0.0", |
| 2766 | "rustc_errors 0.0.0", |
| 2767 | "rustc_incremental 0.0.0", |
| 2768 | "rustc_lint 0.0.0", |
| 2769 | "rustc_metadata 0.0.0", |
| 2770 | "rustc_mir 0.0.0", |
| 2771 | "rustc_passes 0.0.0", |
| 2772 | "rustc_plugin 0.0.0", |
| 2773 | "rustc_privacy 0.0.0", |
| 2774 | "rustc_resolve 0.0.0", |
| 2775 | "rustc_traits 0.0.0", |
| 2776 | "rustc_typeck 0.0.0", |
| 2777 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2778 | "serialize 0.0.0", |
| 2779 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2780 | "syntax 0.0.0", |
| 2781 | "syntax_ext 0.0.0", |
| 2782 | "syntax_pos 0.0.0", |
| 2783 | ] |
| 2784 | |
| 2785 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2786 | name = "rustc_lint" |
| 2787 | version = "0.0.0" |
| 2788 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2789 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2790 | "rustc 0.0.0", |
Oliver Scherer | 4a9ed3f | 2018-11-01 18:03:38 | [diff] [blame] | 2791 | "rustc_data_structures 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2792 | "rustc_target 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2793 | "syntax 0.0.0", |
| 2794 | "syntax_pos 0.0.0", |
| 2795 | ] |
| 2796 | |
| 2797 | [[package]] |
| 2798 | name = "rustc_llvm" |
| 2799 | version = "0.0.0" |
| 2800 | dependencies = [ |
| 2801 | "build_helper 0.1.0", |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 2802 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2803 | ] |
| 2804 | |
| 2805 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2806 | name = "rustc_lsan" |
| 2807 | version = "0.0.0" |
| 2808 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2809 | "alloc 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2810 | "build_helper 0.1.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2811 | "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 2812 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2813 | "core 0.0.0", |
| 2814 | ] |
| 2815 | |
| 2816 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2817 | name = "rustc_metadata" |
| 2818 | version = "0.0.0" |
| 2819 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2820 | "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2821 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nicholas Nethercote | 818257e | 2018-10-31 21:59:32 | [diff] [blame] | 2822 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2823 | "rustc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2824 | "rustc_data_structures 0.0.0", |
| 2825 | "rustc_errors 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2826 | "rustc_target 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2827 | "serialize 0.0.0", |
Nicholas Nethercote | 818257e | 2018-10-31 21:59:32 | [diff] [blame] | 2828 | "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] | 2829 | "syntax 0.0.0", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 2830 | "syntax_ext 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2831 | "syntax_pos 0.0.0", |
| 2832 | ] |
| 2833 | |
| 2834 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2835 | name = "rustc_mir" |
| 2836 | version = "0.0.0" |
| 2837 | dependencies = [ |
Oliver Schneider | aedd4c6 | 2018-03-05 09:21:11 | [diff] [blame] | 2838 | "arena 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2839 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Santiago Pastorino | 9de4e34 | 2018-05-29 11:54:15 | [diff] [blame] | 2840 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2841 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2842 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2843 | "log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 2844 | "polonius-engine 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2845 | "rustc 0.0.0", |
Oliver Schneider | acac585 | 2017-12-12 16:14:49 | [diff] [blame] | 2846 | "rustc_apfloat 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2847 | "rustc_data_structures 0.0.0", |
Felix S. Klock II | 8e79fc7 | 2017-07-03 15:25:03 | [diff] [blame] | 2848 | "rustc_errors 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2849 | "rustc_target 0.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2850 | "serialize 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2851 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2852 | "syntax 0.0.0", |
| 2853 | "syntax_pos 0.0.0", |
| 2854 | ] |
| 2855 | |
| 2856 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2857 | name = "rustc_msan" |
| 2858 | version = "0.0.0" |
| 2859 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2860 | "alloc 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2861 | "build_helper 0.1.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2862 | "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 2863 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2864 | "core 0.0.0", |
| 2865 | ] |
| 2866 | |
| 2867 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2868 | name = "rustc_passes" |
| 2869 | version = "0.0.0" |
| 2870 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2871 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2872 | "rustc 0.0.0", |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 2873 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2874 | "rustc_errors 0.0.0", |
Oliver Schneider | aedd4c6 | 2018-03-05 09:21:11 | [diff] [blame] | 2875 | "rustc_mir 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2876 | "syntax 0.0.0", |
John Kåre Alsaker | 1bdd2f6 | 2019-01-17 06:28:39 | [diff] [blame] | 2877 | "syntax_ext 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2878 | "syntax_pos 0.0.0", |
| 2879 | ] |
| 2880 | |
| 2881 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2882 | name = "rustc_plugin" |
| 2883 | version = "0.0.0" |
| 2884 | dependencies = [ |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2885 | "rustc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2886 | "rustc_errors 0.0.0", |
| 2887 | "rustc_metadata 0.0.0", |
| 2888 | "syntax 0.0.0", |
| 2889 | "syntax_pos 0.0.0", |
| 2890 | ] |
| 2891 | |
| 2892 | [[package]] |
| 2893 | name = "rustc_privacy" |
| 2894 | version = "0.0.0" |
| 2895 | dependencies = [ |
Aaron Hill | afb1921 | 2019-01-13 23:07:42 | [diff] [blame] | 2896 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2897 | "rustc 0.0.0", |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 2898 | "rustc_data_structures 0.0.0", |
Vadim Petrochenkov | 419069d | 2017-09-16 13:45:49 | [diff] [blame] | 2899 | "rustc_typeck 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2900 | "syntax 0.0.0", |
| 2901 | "syntax_pos 0.0.0", |
| 2902 | ] |
| 2903 | |
| 2904 | [[package]] |
| 2905 | name = "rustc_resolve" |
| 2906 | version = "0.0.0" |
| 2907 | dependencies = [ |
| 2908 | "arena 0.0.0", |
Vadim Petrochenkov | 0d8e9cd | 2018-10-04 10:41:58 | [diff] [blame] | 2909 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2910 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2911 | "rustc 0.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2912 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2913 | "rustc_errors 0.0.0", |
Mark Rousskov | 5aec365 | 2018-07-31 21:23:31 | [diff] [blame] | 2914 | "rustc_metadata 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2915 | "syntax 0.0.0", |
| 2916 | "syntax_pos 0.0.0", |
| 2917 | ] |
| 2918 | |
| 2919 | [[package]] |
| 2920 | name = "rustc_save_analysis" |
| 2921 | version = "0.0.0" |
| 2922 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2923 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2924 | "rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2925 | "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2926 | "rustc 0.0.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2927 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | d45f877 | 2018-09-22 21:19:39 | [diff] [blame] | 2928 | "rustc_codegen_utils 0.0.0", |
Nick Cameron | 27b9182 | 2017-08-01 02:43:11 | [diff] [blame] | 2929 | "rustc_data_structures 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2930 | "rustc_target 0.0.0", |
Niko Matsakis | 3039398 | 2017-05-03 16:18:04 | [diff] [blame] | 2931 | "rustc_typeck 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2932 | "syntax 0.0.0", |
| 2933 | "syntax_pos 0.0.0", |
| 2934 | ] |
| 2935 | |
| 2936 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2937 | name = "rustc_target" |
| 2938 | version = "0.0.0" |
| 2939 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2940 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2941 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2942 | "rustc_cratesio_shim 0.0.0", |
Oliver Scherer | 740fb0c | 2018-11-01 15:01:24 | [diff] [blame] | 2943 | "rustc_data_structures 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2944 | "serialize 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2945 | ] |
| 2946 | |
| 2947 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 2948 | name = "rustc_tools_util" |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 2949 | version = "0.1.1" |
Matthias Krüger | c09d4e7 | 2019-01-05 14:40:10 | [diff] [blame] | 2950 | |
| 2951 | [[package]] |
| 2952 | name = "rustc_tools_util" |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 2953 | version = "0.1.1" |
| 2954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 2955 | |
| 2956 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2957 | name = "rustc_traits" |
| 2958 | version = "0.0.0" |
| 2959 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2960 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
scalexm | da9467d | 2018-11-28 21:11:00 | [diff] [blame] | 2961 | "chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2962 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2963 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2964 | "rustc 0.0.0", |
| 2965 | "rustc_data_structures 0.0.0", |
scalexm | 3510805 | 2018-10-31 21:07:54 | [diff] [blame] | 2966 | "rustc_target 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2967 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2968 | "syntax 0.0.0", |
| 2969 | "syntax_pos 0.0.0", |
| 2970 | ] |
| 2971 | |
| 2972 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2973 | name = "rustc_tsan" |
| 2974 | version = "0.0.0" |
| 2975 | dependencies = [ |
Tatsuyuki Ishi | 611b111 | 2017-06-24 08:48:27 | [diff] [blame] | 2976 | "alloc 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2977 | "build_helper 0.1.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2978 | "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 2979 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2980 | "core 0.0.0", |
| 2981 | ] |
| 2982 | |
| 2983 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2984 | name = "rustc_typeck" |
| 2985 | version = "0.0.0" |
| 2986 | dependencies = [ |
| 2987 | "arena 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2988 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2989 | "rustc 0.0.0", |
Tim Neumann | fc2216c | 2016-11-18 10:31:44 | [diff] [blame] | 2990 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2991 | "rustc_errors 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2992 | "rustc_target 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2993 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2994 | "syntax 0.0.0", |
| 2995 | "syntax_pos 0.0.0", |
| 2996 | ] |
| 2997 | |
| 2998 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2999 | name = "rustc_version" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3000 | version = "0.2.3" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3002 | dependencies = [ |
| 3003 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3004 | ] |
| 3005 | |
| 3006 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3007 | name = "rustdoc" |
| 3008 | version = "0.0.0" |
| 3009 | dependencies = [ |
Guillaume Gomez | f978563 | 2019-01-24 23:07:08 | [diff] [blame] | 3010 | "minifier 0.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | a82f0ce | 2019-02-22 12:49:19 | [diff] [blame] | 3011 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Manish Goregaokar | 6818551 | 2018-02-18 21:33:56 | [diff] [blame] | 3012 | "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3013 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 3014 | ] |
| 3015 | |
| 3016 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 3017 | name = "rustdoc-themes" |
| 3018 | version = "0.1.0" |
| 3019 | |
| 3020 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 3021 | name = "rustdoc-tool" |
| 3022 | version = "0.0.0" |
| 3023 | dependencies = [ |
| 3024 | "rustdoc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3025 | ] |
| 3026 | |
| 3027 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 3028 | name = "rustfix" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3029 | version = "0.4.4" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3031 | dependencies = [ |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 3032 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3033 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3034 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3035 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3036 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 3037 | ] |
| 3038 | |
| 3039 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3040 | name = "rustfmt-nightly" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3041 | version = "1.0.3" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 3042 | dependencies = [ |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3043 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3044 | "bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3045 | "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 3046 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 3047 | "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3048 | "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3049 | "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 3050 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3051 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3052 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3053 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3054 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3055 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3056 | "rustc-ap-rustc_target 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3057 | "rustc-ap-syntax 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3058 | "rustc-ap-syntax_pos 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3059 | "rustc-workspace-hack 1.0.0", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3060 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3061 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3062 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3063 | "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3064 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3065 | "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3066 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3067 | "unicode_categories 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3068 | ] |
| 3069 | |
| 3070 | [[package]] |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 3071 | name = "rusty-fork" |
| 3072 | version = "0.2.1" |
| 3073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3074 | dependencies = [ |
| 3075 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3076 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3077 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 3078 | "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3079 | ] |
| 3080 | |
| 3081 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3082 | name = "ryu" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3083 | version = "0.2.7" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3085 | |
| 3086 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3087 | name = "same-file" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3088 | version = "1.0.4" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3090 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3091 | "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3092 | ] |
| 3093 | |
| 3094 | [[package]] |
| 3095 | name = "schannel" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3096 | version = "0.1.14" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3098 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3099 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3100 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3101 | ] |
| 3102 | |
| 3103 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3104 | name = "scoped-tls" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3105 | version = "0.1.2" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3107 | |
| 3108 | [[package]] |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 3109 | name = "scoped-tls" |
| 3110 | version = "1.0.0" |
| 3111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3112 | |
| 3113 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3114 | name = "scoped_threadpool" |
| 3115 | version = "0.1.9" |
| 3116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3117 | |
| 3118 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 3119 | name = "scopeguard" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3120 | version = "0.3.3" |
| 3121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3122 | |
| 3123 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3124 | name = "semver" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3125 | version = "0.9.0" |
| 3126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3127 | dependencies = [ |
| 3128 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3129 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3130 | ] |
| 3131 | |
| 3132 | [[package]] |
| 3133 | name = "semver-parser" |
| 3134 | version = "0.7.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3136 | |
| 3137 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3138 | name = "serde" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3139 | version = "1.0.82" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3141 | dependencies = [ |
| 3142 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3143 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3144 | |
| 3145 | [[package]] |
| 3146 | name = "serde_derive" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3147 | version = "1.0.81" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3149 | dependencies = [ |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 3150 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3151 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3152 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3153 | ] |
| 3154 | |
| 3155 | [[package]] |
| 3156 | name = "serde_ignored" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 3157 | version = "0.0.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3159 | dependencies = [ |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3160 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3161 | ] |
| 3162 | |
| 3163 | [[package]] |
| 3164 | name = "serde_json" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3165 | version = "1.0.33" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3167 | dependencies = [ |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 3168 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3169 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3170 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3171 | ] |
| 3172 | |
| 3173 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3174 | name = "serialize" |
| 3175 | version = "0.0.0" |
Igor Gutorov | 4d81fe9 | 2018-08-13 19:15:16 | [diff] [blame] | 3176 | dependencies = [ |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 3177 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Gutorov | 4d81fe9 | 2018-08-13 19:15:16 | [diff] [blame] | 3178 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3179 | |
| 3180 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3181 | name = "sha-1" |
| 3182 | version = "0.7.0" |
| 3183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3184 | dependencies = [ |
| 3185 | "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3186 | "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3187 | "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3188 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3189 | ] |
| 3190 | |
| 3191 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3192 | name = "shell-escape" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3193 | version = "0.1.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3195 | |
| 3196 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 3197 | name = "shlex" |
| 3198 | version = "0.1.1" |
| 3199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3200 | |
| 3201 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 3202 | name = "signal-hook" |
| 3203 | version = "0.1.7" |
| 3204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3205 | dependencies = [ |
| 3206 | "arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3207 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3208 | ] |
| 3209 | |
| 3210 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3211 | name = "siphasher" |
| 3212 | version = "0.2.2" |
| 3213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3214 | |
| 3215 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 3216 | name = "slab" |
| 3217 | version = "0.4.2" |
| 3218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3219 | |
| 3220 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 3221 | name = "smallvec" |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 3222 | version = "0.6.7" |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 3223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3224 | dependencies = [ |
| 3225 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3226 | ] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 3227 | |
| 3228 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 3229 | name = "socket2" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3230 | version = "0.3.8" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 3231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3232 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3233 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3234 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3235 | "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3236 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 3237 | ] |
| 3238 | |
| 3239 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 3240 | name = "stable_deref_trait" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3241 | version = "1.1.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 3242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3243 | |
| 3244 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3245 | name = "std" |
| 3246 | version = "0.0.0" |
| 3247 | dependencies = [ |
| 3248 | "alloc 0.0.0", |
Alex Crichton | 8d50057 | 2018-12-15 00:47:18 | [diff] [blame] | 3249 | "backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
dylan_DPC | 14a38b3 | 2019-01-17 10:22:48 | [diff] [blame] | 3250 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 3251 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3252 | "core 0.0.0", |
Jethro Beekman | 6c44bbb | 2019-02-26 00:18:22 | [diff] [blame] | 3253 | "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Jethro Beekman | dcb5db8 | 2018-12-19 11:56:17 | [diff] [blame] | 3254 | "fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3255 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3256 | "panic_abort 0.0.0", |
| 3257 | "panic_unwind 0.0.0", |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 3258 | "profiler_builtins 0.0.0", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3259 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3260 | "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 3261 | "rustc_asan 0.0.0", |
| 3262 | "rustc_lsan 0.0.0", |
| 3263 | "rustc_msan 0.0.0", |
| 3264 | "rustc_tsan 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3265 | "unwind 0.0.0", |
| 3266 | ] |
| 3267 | |
| 3268 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3269 | name = "string_cache" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3270 | version = "0.7.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3272 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3273 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3274 | "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3275 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3276 | "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3277 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Taiki Endo | 6375efc | 2019-02-26 11:06:31 | [diff] [blame] | 3278 | "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3279 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3280 | ] |
| 3281 | |
| 3282 | [[package]] |
| 3283 | name = "string_cache_codegen" |
Taiki Endo | 6375efc | 2019-02-26 11:06:31 | [diff] [blame] | 3284 | version = "0.4.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3286 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3287 | "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3288 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Taiki Endo | 6375efc | 2019-02-26 11:06:31 | [diff] [blame] | 3289 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3290 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3291 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3292 | ] |
| 3293 | |
| 3294 | [[package]] |
| 3295 | name = "string_cache_shared" |
| 3296 | version = "0.3.0" |
| 3297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3298 | |
| 3299 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3300 | name = "strsim" |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 3301 | version = "0.7.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3303 | |
| 3304 | [[package]] |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 3305 | name = "strum" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 3306 | version = "0.11.0" |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 3307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3308 | |
| 3309 | [[package]] |
| 3310 | name = "strum_macros" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 3311 | version = "0.11.0" |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 3312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3313 | dependencies = [ |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 3314 | "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 3315 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3316 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3317 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 3318 | ] |
| 3319 | |
| 3320 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3321 | name = "syn" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3322 | version = "0.11.11" |
| 3323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3324 | dependencies = [ |
| 3325 | "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3326 | "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3327 | "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3328 | ] |
| 3329 | |
| 3330 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 3331 | name = "syn" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3332 | version = "0.15.22" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 3333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3334 | dependencies = [ |
| 3335 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3336 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3337 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3338 | ] |
| 3339 | |
| 3340 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3341 | name = "synom" |
| 3342 | version = "0.11.3" |
| 3343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3344 | dependencies = [ |
| 3345 | "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3346 | ] |
| 3347 | |
| 3348 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 3349 | name = "synstructure" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 3350 | version = "0.10.1" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 3351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3352 | dependencies = [ |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 3353 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3354 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3355 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 3356 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 3357 | ] |
| 3358 | |
| 3359 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3360 | name = "syntax" |
| 3361 | version = "0.0.0" |
| 3362 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3363 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3364 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark-Simulacrum | 7bbebb1 | 2016-11-03 04:33:35 | [diff] [blame] | 3365 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3366 | "rustc_errors 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 3367 | "rustc_target 0.0.0", |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 3368 | "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3369 | "serialize 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 3370 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3371 | "syntax_pos 0.0.0", |
| 3372 | ] |
| 3373 | |
| 3374 | [[package]] |
| 3375 | name = "syntax_ext" |
| 3376 | version = "0.0.0" |
| 3377 | dependencies = [ |
| 3378 | "fmt_macros 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3379 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 3380 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3381 | "rustc_errors 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 3382 | "rustc_target 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 3383 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3384 | "syntax 0.0.0", |
| 3385 | "syntax_pos 0.0.0", |
| 3386 | ] |
| 3387 | |
| 3388 | [[package]] |
| 3389 | name = "syntax_pos" |
| 3390 | version = "0.0.0" |
| 3391 | dependencies = [ |
John Kåre Alsaker | ca32340 | 2018-05-10 14:27:46 | [diff] [blame] | 3392 | "arena 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3393 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Inokentiy Babushkin | dd8f7cd | 2017-06-10 14:09:51 | [diff] [blame] | 3394 | "rustc_data_structures 0.0.0", |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 3395 | "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3396 | "serialize 0.0.0", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 3397 | "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] | 3398 | ] |
| 3399 | |
| 3400 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3401 | name = "tar" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3402 | version = "0.4.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3404 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3405 | "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3406 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3407 | "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3408 | "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3409 | ] |
| 3410 | |
| 3411 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 3412 | name = "tempfile" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3413 | version = "3.0.5" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 3414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3415 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3416 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3417 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3418 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3419 | "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 3420 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3421 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 3422 | ] |
| 3423 | |
| 3424 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3425 | name = "tendril" |
| 3426 | version = "0.4.0" |
| 3427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3428 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3429 | "futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3430 | "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3431 | "utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3432 | ] |
| 3433 | |
| 3434 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3435 | name = "term" |
| 3436 | version = "0.0.0" |
| 3437 | |
| 3438 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3439 | name = "term" |
Alan Du | 253ade5 | 2018-03-19 14:14:13 | [diff] [blame] | 3440 | version = "0.5.1" |
| 3441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3442 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3443 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3444 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alan Du | 253ade5 | 2018-03-19 14:14:13 | [diff] [blame] | 3445 | ] |
| 3446 | |
| 3447 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3448 | name = "termcolor" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3449 | version = "1.0.4" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3451 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3452 | "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3453 | ] |
| 3454 | |
| 3455 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3456 | name = "termion" |
| 3457 | version = "1.5.1" |
| 3458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3459 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3460 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3461 | "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3462 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3463 | ] |
| 3464 | |
| 3465 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3466 | name = "test" |
| 3467 | version = "0.0.0" |
| 3468 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3469 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
Eduard-Mihai Burtescu | 67afeef | 2018-03-20 18:43:33 | [diff] [blame] | 3470 | "proc_macro 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3471 | "term 0.0.0", |
| 3472 | ] |
| 3473 | |
| 3474 | [[package]] |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 3475 | name = "textwrap" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3476 | version = "0.10.0" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 3477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3478 | dependencies = [ |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 3479 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 3480 | ] |
| 3481 | |
| 3482 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3483 | name = "thread_local" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3484 | version = "0.3.6" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3486 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3487 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3488 | ] |
| 3489 | |
| 3490 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3491 | name = "tidy" |
| 3492 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 3493 | dependencies = [ |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3494 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3495 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3496 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 3497 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3498 | |
| 3499 | [[package]] |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 3500 | name = "time" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3501 | version = "0.1.40" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 3502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3503 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3504 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3505 | "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3506 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 3507 | ] |
| 3508 | |
| 3509 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 3510 | name = "tokio" |
| 3511 | version = "0.1.14" |
| 3512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3513 | dependencies = [ |
| 3514 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3515 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3516 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3517 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3518 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3519 | "tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3520 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3521 | "tokio-fs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3522 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3523 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3524 | "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3525 | "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3526 | "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3527 | "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3528 | "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3529 | ] |
| 3530 | |
| 3531 | [[package]] |
| 3532 | name = "tokio-codec" |
| 3533 | version = "0.1.1" |
| 3534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3535 | dependencies = [ |
| 3536 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3537 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3538 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3539 | ] |
| 3540 | |
| 3541 | [[package]] |
| 3542 | name = "tokio-current-thread" |
| 3543 | version = "0.1.4" |
| 3544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3545 | dependencies = [ |
| 3546 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3547 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3548 | ] |
| 3549 | |
| 3550 | [[package]] |
| 3551 | name = "tokio-executor" |
| 3552 | version = "0.1.6" |
| 3553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3554 | dependencies = [ |
| 3555 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3556 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3557 | ] |
| 3558 | |
| 3559 | [[package]] |
| 3560 | name = "tokio-fs" |
| 3561 | version = "0.1.5" |
| 3562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3563 | dependencies = [ |
| 3564 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3565 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3566 | "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3567 | ] |
| 3568 | |
| 3569 | [[package]] |
| 3570 | name = "tokio-io" |
| 3571 | version = "0.1.11" |
| 3572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3573 | dependencies = [ |
| 3574 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3575 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3576 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3577 | ] |
| 3578 | |
| 3579 | [[package]] |
| 3580 | name = "tokio-process" |
| 3581 | version = "0.2.3" |
| 3582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3583 | dependencies = [ |
| 3584 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3585 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3586 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3587 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3588 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3589 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3590 | "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3591 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3592 | ] |
| 3593 | |
| 3594 | [[package]] |
| 3595 | name = "tokio-reactor" |
| 3596 | version = "0.1.8" |
| 3597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3598 | dependencies = [ |
| 3599 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3600 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3601 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3602 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3603 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3604 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3605 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3606 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3607 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3608 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3609 | ] |
| 3610 | |
| 3611 | [[package]] |
| 3612 | name = "tokio-signal" |
| 3613 | version = "0.2.7" |
| 3614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3615 | dependencies = [ |
| 3616 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3617 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3618 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3619 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3620 | "signal-hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3621 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3622 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3623 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3624 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3625 | ] |
| 3626 | |
| 3627 | [[package]] |
| 3628 | name = "tokio-tcp" |
| 3629 | version = "0.1.3" |
| 3630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3631 | dependencies = [ |
| 3632 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3633 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3634 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3635 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3636 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3637 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3638 | ] |
| 3639 | |
| 3640 | [[package]] |
| 3641 | name = "tokio-threadpool" |
| 3642 | version = "0.1.10" |
| 3643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3644 | dependencies = [ |
| 3645 | "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3646 | "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3647 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3648 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3649 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3650 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3651 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3652 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3653 | ] |
| 3654 | |
| 3655 | [[package]] |
| 3656 | name = "tokio-timer" |
| 3657 | version = "0.2.8" |
| 3658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3659 | dependencies = [ |
| 3660 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3661 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3662 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3663 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3664 | ] |
| 3665 | |
| 3666 | [[package]] |
| 3667 | name = "tokio-udp" |
| 3668 | version = "0.1.3" |
| 3669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3670 | dependencies = [ |
| 3671 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3672 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3673 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3674 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3675 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3676 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3677 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3678 | ] |
| 3679 | |
| 3680 | [[package]] |
| 3681 | name = "tokio-uds" |
| 3682 | version = "0.2.5" |
| 3683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3684 | dependencies = [ |
| 3685 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3686 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3687 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3688 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3689 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3690 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3691 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3692 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3693 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3694 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3695 | ] |
| 3696 | |
| 3697 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3698 | name = "toml" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3699 | version = "0.4.10" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3701 | dependencies = [ |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3702 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3703 | ] |
| 3704 | |
| 3705 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 3706 | name = "toml-query" |
| 3707 | version = "0.6.0" |
| 3708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3709 | dependencies = [ |
| 3710 | "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3711 | "is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3712 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3713 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3714 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 3715 | ] |
| 3716 | |
| 3717 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3718 | name = "toml-query" |
| 3719 | version = "0.7.0" |
| 3720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3721 | dependencies = [ |
| 3722 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3723 | "is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3724 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3725 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3726 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3727 | ] |
| 3728 | |
| 3729 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 3730 | name = "typenum" |
| 3731 | version = "1.10.0" |
| 3732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3733 | |
| 3734 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3735 | name = "ucd-trie" |
| 3736 | version = "0.1.1" |
| 3737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3738 | |
| 3739 | [[package]] |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3740 | name = "ucd-util" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3741 | version = "0.1.3" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3743 | |
| 3744 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3745 | name = "unicode-bidi" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 3746 | version = "0.3.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3748 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3749 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3750 | ] |
| 3751 | |
| 3752 | [[package]] |
| 3753 | name = "unicode-normalization" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3754 | version = "0.1.7" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3756 | |
| 3757 | [[package]] |
| 3758 | name = "unicode-segmentation" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3759 | version = "1.2.1" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3761 | |
| 3762 | [[package]] |
| 3763 | name = "unicode-width" |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 3764 | version = "0.1.5" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3766 | |
| 3767 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3768 | name = "unicode-xid" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3769 | version = "0.0.4" |
| 3770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3771 | |
| 3772 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 3773 | name = "unicode-xid" |
| 3774 | version = "0.1.0" |
| 3775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3776 | |
| 3777 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3778 | name = "unicode_categories" |
| 3779 | version = "0.1.1" |
| 3780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3781 | |
| 3782 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3783 | name = "unreachable" |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 3784 | version = "1.0.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3786 | dependencies = [ |
| 3787 | "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3788 | ] |
| 3789 | |
| 3790 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 3791 | name = "unstable-book-gen" |
| 3792 | version = "0.1.0" |
| 3793 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3794 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 3795 | "tidy 0.1.0", |
| 3796 | ] |
| 3797 | |
| 3798 | [[package]] |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 3799 | name = "unwind" |
| 3800 | version = "0.0.0" |
| 3801 | dependencies = [ |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 3802 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 3803 | "core 0.0.0", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3804 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 3805 | ] |
| 3806 | |
| 3807 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3808 | name = "url" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3809 | version = "1.7.2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3811 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3812 | "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3813 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3814 | "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] | 3815 | ] |
| 3816 | |
| 3817 | [[package]] |
| 3818 | name = "url_serde" |
| 3819 | version = "0.2.0" |
| 3820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3821 | dependencies = [ |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3822 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3823 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3824 | ] |
| 3825 | |
| 3826 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3827 | name = "utf-8" |
| 3828 | version = "0.7.2" |
| 3829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3830 | |
| 3831 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3832 | name = "utf8-ranges" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3833 | version = "1.0.2" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3835 | |
| 3836 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3837 | name = "vcpkg" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3838 | version = "0.2.6" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3840 | |
| 3841 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3842 | name = "vec_map" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3843 | version = "0.8.1" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3845 | |
| 3846 | [[package]] |
Ralf Jung | 8d908b5 | 2018-09-17 07:20:03 | [diff] [blame] | 3847 | name = "vergen" |
Ralf Jung | f2a6db7 | 2018-12-07 09:12:01 | [diff] [blame] | 3848 | version = "3.0.4" |
Ralf Jung | 8d908b5 | 2018-09-17 07:20:03 | [diff] [blame] | 3849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3850 | dependencies = [ |
| 3851 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3852 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 3853 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | 8d908b5 | 2018-09-17 07:20:03 | [diff] [blame] | 3854 | ] |
| 3855 | |
| 3856 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3857 | name = "version_check" |
| 3858 | version = "0.1.5" |
| 3859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3860 | |
| 3861 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3862 | name = "void" |
| 3863 | version = "1.0.2" |
| 3864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3865 | |
| 3866 | [[package]] |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 3867 | name = "wait-timeout" |
| 3868 | version = "0.1.5" |
| 3869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3870 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3871 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 3872 | ] |
| 3873 | |
| 3874 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3875 | name = "walkdir" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3876 | version = "2.2.7" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3878 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3879 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3880 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3881 | "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3882 | ] |
| 3883 | |
| 3884 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3885 | name = "winapi" |
| 3886 | version = "0.2.8" |
| 3887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3888 | |
| 3889 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3890 | name = "winapi" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3891 | version = "0.3.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3893 | dependencies = [ |
| 3894 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3895 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3896 | ] |
| 3897 | |
| 3898 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3899 | name = "winapi-build" |
| 3900 | version = "0.1.1" |
| 3901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3902 | |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3903 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3904 | name = "winapi-i686-pc-windows-gnu" |
| 3905 | version = "0.4.0" |
| 3906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3907 | |
| 3908 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3909 | name = "winapi-util" |
| 3910 | version = "0.1.1" |
| 3911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3912 | dependencies = [ |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3913 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3914 | ] |
| 3915 | |
| 3916 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3917 | name = "winapi-x86_64-pc-windows-gnu" |
| 3918 | version = "0.4.0" |
| 3919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3920 | |
| 3921 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3922 | name = "wincolor" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3923 | version = "1.0.1" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3925 | dependencies = [ |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3926 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3927 | "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3928 | ] |
| 3929 | |
| 3930 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 3931 | name = "ws2_32-sys" |
| 3932 | version = "0.2.1" |
| 3933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3934 | dependencies = [ |
| 3935 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3936 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3937 | ] |
| 3938 | |
| 3939 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3940 | name = "xattr" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3941 | version = "0.2.2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3943 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3944 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3945 | ] |
| 3946 | |
| 3947 | [[package]] |
| 3948 | name = "xz2" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3949 | version = "0.1.5" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3951 | dependencies = [ |
Bastien Orivel | 933c299 | 2018-07-06 20:52:40 | [diff] [blame] | 3952 | "lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3953 | ] |
| 3954 | |
| 3955 | [[package]] |
| 3956 | name = "yaml-rust" |
| 3957 | version = "0.3.5" |
| 3958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3959 | |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3960 | [metadata] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3961 | "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" |
| 3962 | "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3963 | "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] | 3964 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 3965 | "checksum arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3966 | "checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3967 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3968 | "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 3969 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
Ralf Jung | 8e994a2 | 2018-12-11 21:36:24 | [diff] [blame] | 3970 | "checksum backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "18b65ea1161bfb2dd6da6fade5edd4dbd08fba85012123dd333d2fd1b90b2782" |
Alex Crichton | 8d50057 | 2018-12-15 00:47:18 | [diff] [blame] | 3971 | "checksum backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "6ea90dd7b012b3d1a2cb6bec16670a0db2c95d4e931e84f4047e0460c1b34c8d" |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 3972 | "checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a" |
| 3973 | "checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf" |
Marc-Antoine Perennou | 95bc0d6 | 2017-06-07 19:42:17 | [diff] [blame] | 3974 | "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3975 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3976 | "checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3977 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3978 | "checksum bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8" |
| 3979 | "checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3980 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3981 | "checksum bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be0fdd54b507df8f22012890aadd099979befdba27713c767993f8380112ca7c" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3982 | "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 3983 | "checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa" |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 3984 | "checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010" |
Matthias Krüger | f354c85 | 2018-11-14 13:49:40 | [diff] [blame] | 3985 | "checksum cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d8dfe3adeb30f7938e6c1dd5327f29235d8ada3e898aeb08c343005ec2915a2" |
Matthias Krüger | a27cf8a | 2019-01-30 00:24:37 | [diff] [blame] | 3986 | "checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720" |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 3987 | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3988 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" |
scalexm | da9467d | 2018-11-28 21:11:00 | [diff] [blame] | 3989 | "checksum chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17ec698a6f053a23bfbe646d9f2fde4b02abc19125595270a99e6f44ae0bdd1a" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3990 | "checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3991 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3992 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 3993 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3994 | "checksum cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "704fbf3bb5149daab0afb255dbea24a1f08d2f4099cedb9baab6d470d4c5eefb" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 3995 | "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] | 3996 | "checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007" |
| 3997 | "checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2" |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 3998 | "checksum compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6711d51cb46744dd8305293cc3fbc392aaff7a8f5095a7c4fae1e5113ef07c96" |
dylan_DPC | 4092538 | 2019-01-08 07:01:50 | [diff] [blame] | 3999 | "checksum compiletest_rs 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0d76d4322a40f6b0db7259d4f2c8a65ed8b0d84fce0bbc61b98cf47f8ec6eec3" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4000 | "checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4001 | "checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887" |
| 4002 | "checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" |
| 4003 | "checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" |
| 4004 | "checksum crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4005 | "checksum crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5b2a9ea8f77c7f9efd317a8a5645f515d903a2d86ee14d2337a5facd1bd52c12" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 4006 | "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4007 | "checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 4008 | "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4009 | "checksum crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f10a4f8f409aaac4b16a5474fb233624238fcdeefb9ba50d5ea059aab63ba31c" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 4010 | "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4011 | "checksum crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e07fc155212827475223f0bcfae57e945e694fc90950ddf3f6695bbfd5555c72" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 4012 | "checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4" |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 4013 | "checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16" |
| 4014 | "checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 4015 | "checksum datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 4016 | "checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 4017 | "checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 4018 | "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] | 4019 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4020 | "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 4021 | "checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4022 | "checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a" |
Jethro Beekman | 6c44bbb | 2019-02-26 00:18:22 | [diff] [blame] | 4023 | "checksum dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 4024 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 4025 | "checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455" |
Nicholas Nethercote | 1e34dfc | 2018-11-02 08:46:59 | [diff] [blame] | 4026 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4027 | "checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 4028 | "checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 4029 | "checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3" |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 4030 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 4031 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
| 4032 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4033 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4034 | "checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646" |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 4035 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4036 | "checksum flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2291c165c8e703ee54ef3055ad6188e3d51108e2ded18e9f2476e774fc5ad3d4" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 4037 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
| 4038 | "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 4039 | "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
Jethro Beekman | dcb5db8 | 2018-12-19 11:56:17 | [diff] [blame] | 4040 | "checksum fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3f8cbee5e872cf7db61a999a041f9bc4706ca7bf7df4cb914f53fabb1c1bc550" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4041 | "checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 4042 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 4043 | "checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4044 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
| 4045 | "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] | 4046 | "checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b" |
| 4047 | "checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c" |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 4048 | "checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4049 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 4050 | "checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05" |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 4051 | "checksum git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7339329bfa14a00223244311560d11f8f489b453fb90092af97f267a6090ab0" |
| 4052 | "checksum git2-curl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d58551e903ed7e2d6fe3a2f3c7efa3a784ec29b19d0fbb035aaf0497c183fbdd" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4053 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4054 | "checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4055 | "checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4056 | "checksum handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d82e5750d8027a97b9640e3fefa66bbaf852a35228e1c90790efd13c4b09c166" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 4057 | "checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4058 | "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4059 | "checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 4060 | "checksum html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c213fa6a618dc1da552f54f85cba74b05d8e883c92ec4e89067736938084c26e" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4061 | "checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 4062 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 4063 | "checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec" |
Bastien Orivel | a82f0ce | 2019-02-22 12:49:19 | [diff] [blame] | 4064 | "checksum ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ad03ca67dc12474ecd91fdb94d758cbd20cb4e7a78ebe831df26a9b7511e1162" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4065 | "checksum im-rc 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9460397452f537fd51808056ff209f4c4c4c9d20d42ae952f517708726284972" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4066 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 4067 | "checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 4068 | "checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4069 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 4070 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 4071 | "checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4072 | "checksum jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "dd80e58f77e0cdea53ba96acc5e04479e5ffc5d869626a6beafe50fed867eace" |
Igor Matuszewski | 3a17cf7 | 2018-08-25 16:17:55 | [diff] [blame] | 4073 | "checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be" |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 4074 | "checksum jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a5152c3fda235dfd68341b3edf4121bc4428642c93acbd6de88c26bf95fc5d7" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 4075 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 4076 | "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 4077 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4078 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 4079 | "checksum libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" = "023a4cd09b2ff695f9734c1934145a315594b7986398496841c7031a5a1bbdbd" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4080 | "checksum libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "48441cb35dc255da8ae72825689a95368bf510659ae1ad55dc4aa88cb1789bf1" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4081 | "checksum libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d75d7966bda4730b722d1eab8e668df445368a24394bae9fc1e8dc0ab3dbe4f4" |
Alex Crichton | b1305c2 | 2018-09-17 16:52:02 | [diff] [blame] | 4082 | "checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4083 | "checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 4084 | "checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4085 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4086 | "checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd" |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 4087 | "checksum lsp-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3570f641b984e3e4613a1ca34db2ea72549bbc3c0316d33f5af91ab514dcbff" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4088 | "checksum lsp-types 0.55.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6392b5843615b8a2adeebe87b83fdd29567c0870baba3407a67e6dbfee4712f8" |
Bastien Orivel | 933c299 | 2018-07-06 20:52:40 | [diff] [blame] | 4089 | "checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4090 | "checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
Guillaume Gomez | cf5ee8f | 2018-08-15 13:07:07 | [diff] [blame] | 4091 | "checksum macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4092 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
| 4093 | "checksum markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfedc97d5a503e96816d10fedcd5b42f760b2e525ce2f7ec71f6a41780548475" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4094 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 4095 | "checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4096 | "checksum mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0ba0d44cb4089c741b9a91f3e5218298a40699c2f3a070a85014eed290c60819" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4097 | "checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16" |
Michael Woerister | abd5cc3 | 2018-08-31 13:18:08 | [diff] [blame] | 4098 | "checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 4099 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
Guillaume Gomez | f978563 | 2019-01-24 23:07:08 | [diff] [blame] | 4100 | "checksum minifier 0.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "3a2898502751dcc9d66b6fff57f3cf63cc91605e83e1a33515396f5027f8e4ca" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4101 | "checksum miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649" |
| 4102 | "checksum miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ad30a47319c16cde58d0314f5d98202a80c9083b5f61178457403dfb14e509c" |
| 4103 | "checksum miniz_oxide_c_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "28edaef377517fd9fe3e085c37d892ce7acd1fbeab9239c5a36eec352d8a8b7e" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4104 | "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" |
| 4105 | "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" |
| 4106 | "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
| 4107 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4108 | "checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4109 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4110 | "checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 4111 | "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 4112 | "checksum num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8af1847c907c2f04d7bfd572fb25bbb4385c637fe5be163cf2f8c5d778fe1e7d" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4113 | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4114 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4115 | "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] | 4116 | "checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4117 | "checksum opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "04b1d6b086d9b3009550f9b6f81b10ad9428cf14f404b8e1a3a06f6f012c8ec9" |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 4118 | "checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 4119 | "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4120 | "checksum openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)" = "26bb632127731bf4ac49bf86a5dde12d2ca0918c2234fc39d79d4da2ccbc6da7" |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 4121 | "checksum openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" = "1bb974e77de925ef426b6bc82fce15fd45bdcbeb5728bffcfc7cdeeb7ce1c2d6" |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 4122 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 4123 | "checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4124 | "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 4125 | "checksum packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc" |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 4126 | "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4127 | "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 4128 | "checksum parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06a2b6aae052309c2fd2161ef58f5067bc17bb758377a0de9d4b279d603fdd8a" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4129 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 4130 | "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] | 4131 | "checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4132 | "checksum pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 4133 | "checksum pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3294f437119209b084c797604295f40227cffa35c57220b1e99a6ff3bf8ee4" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4134 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
| 4135 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" |
| 4136 | "checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e" |
Gabriel Majeri | b31eaa4 | 2018-09-08 06:04:29 | [diff] [blame] | 4137 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4138 | "checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2" |
| 4139 | "checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b" |
| 4140 | "checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998" |
| 4141 | "checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 4142 | "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 4143 | "checksum polonius-engine 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2490c396085801abf88df91758bad806b0890354f0875d624e62ecf0579a8145" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4144 | "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] | 4145 | "checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4146 | "checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 4147 | "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 4148 | "checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f" |
Manish Goregaokar | 6818551 | 2018-02-18 21:33:56 | [diff] [blame] | 4149 | "checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32" |
Matthias Krüger | 2598a7a | 2018-11-23 11:52:47 | [diff] [blame] | 4150 | "checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4151 | "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] | 4152 | "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] | 4153 | "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4154 | "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4155 | "checksum racer 2.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d634483bed41bb116122b84ffe0ef8740345c2ceb2784ce86c33499700eb13a7" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4156 | "checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd" |
Eduard-Mihai Burtescu | 4529d10 | 2018-09-15 08:40:25 | [diff] [blame] | 4157 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4158 | "checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a" |
| 4159 | "checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a" |
| 4160 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" |
| 4161 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" |
| 4162 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
| 4163 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
| 4164 | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" |
| 4165 | "checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 4166 | "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] | 4167 | "checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4168 | "checksum redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 4169 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4170 | "checksum redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "214a97e49be64fd2c86f568dd0cb2c757d2cc53de95b273b6ad0a1c908482f26" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4171 | "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4172 | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4173 | "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4174 | "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 4175 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4176 | "checksum rls-analysis 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ae18d8ad01dec3b2014f4d7ae3c607d7adbcff79e5d3b48ea42ea71c10d43a71" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 4177 | "checksum rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ce1fdac03e138c4617ff87b194e1ff57a39bb985a044ccbd8673d30701e411" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4178 | "checksum rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5f80b84551b32e26affaf7f12374913b5061730c0dcd185d9e8fa5a15e36e65c" |
Nick Cameron | 9a769c6 | 2018-08-04 07:29:15 | [diff] [blame] | 4179 | "checksum rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9dba7390427aefa953608429701e3665192ca810ba8ae09301e001b7c7bed0" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4180 | "checksum rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33d66f1d6c6ccd5c98029f162544131698f6ebb61d8c697681cac409dcd08805" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 4181 | "checksum rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "72d56425bd5aa86d9d4372b76f0381d3b4bda9c0220e71956c9fcc929f45c1f1" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4182 | "checksum rustc-ap-arena 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8be999235b541fc8eb54901b66e899a06076709ac5f53d6b2c5c59d29ad54780" |
| 4183 | "checksum rustc-ap-graphviz 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "532b5df15ca1a19a42815e37e521a20a7632b86b36868d1447932f8476f8f789" |
| 4184 | "checksum rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c388afe1ef810013c878bdf9073ab1ae28dc49e9325863b351afb10acf4cc46e" |
| 4185 | "checksum rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63a8f08b9fb6d607afb842ee7206273d09d69c9201bfc1c479a726093251a24e" |
| 4186 | "checksum rustc-ap-rustc_errors 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6dc0df7bf31588ea67e6386f6ad19f6b9a37ba7d5726ecad1cacce22e231bd98" |
| 4187 | "checksum rustc-ap-rustc_target 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb4623a6f6c65b928cbe8d9c52b38cf57ba1722677645dc53fb1bdadfd0e127" |
| 4188 | "checksum rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c290b148c9e4e08bbcb8a313393e257c1103cedf6a038aefc9f957c8a77c755" |
| 4189 | "checksum rustc-ap-syntax 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "526fdc5bdbaaeae3b2a9ba42e5f5f7f29cda6ce8971b607a2955b1cb4ca339b5" |
| 4190 | "checksum rustc-ap-syntax_pos 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e4f88a1213562373cee9de5a1d77bbf16dd706030304af041c9733492fcc952" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 4191 | "checksum rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "82ae957aa1b3055d8e086486723c0ccd3d7b8fa190ae8fa2e35543b6171c810e" |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 4192 | "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] | 4193 | "checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306" |
| 4194 | "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] | 4195 | "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 4196 | "checksum rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c5a95edfa0c893236ae4778bb7c4752760e4c0d245e19b5eff33c5aa5eb9dc" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4197 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4198 | "checksum rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "af7c21531a91512a4a51b490be6ba1c8eff34fdda0dc5bf87dc28d86748aac56" |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 4199 | "checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4200 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
| 4201 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 4202 | "checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4203 | "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4204 | "checksum scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4205 | "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 4206 | "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] | 4207 | "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] | 4208 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4209 | "checksum serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "6fa52f19aee12441d5ad11c9a00459122bd8f98707cadf9778c540674f1935b6" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4210 | "checksum serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" = "477b13b646f5b5b56fc95bedfc3b550d12141ce84f466f6c44b9a17589923885" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 4211 | "checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4212 | "checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4213 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 4214 | "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] | 4215 | "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4216 | "checksum signal-hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4217 | "checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4218 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 4219 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 4220 | "checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4221 | "checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa" |
| 4222 | "checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423" |
Taiki Endo | 6375efc | 2019-02-26 11:06:31 | [diff] [blame] | 4223 | "checksum string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4224 | "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] | 4225 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 4226 | "checksum strum 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c3a2071519ab6a48f465808c4c1ffdd00dfc8e93111d02b4fc5abab177676e" |
| 4227 | "checksum strum_macros 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8baacebd7b7c9b864d83a6ba7a246232983e277b86fa5cdec77f565715a4b136" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4228 | "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4229 | "checksum syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)" = "ae8b29eb5210bc5cf63ed6149cbf9adfc82ac0be023d8735c176ee74a2db4da7" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4230 | "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 4231 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4232 | "checksum tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "a303ba60a099fcd2aaa646b14d2724591a96a75283e4b7ed3d1a1658909d9ae2" |
| 4233 | "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4234 | "checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508" |
Alan Du | 253ade5 | 2018-03-19 14:14:13 | [diff] [blame] | 4235 | "checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4236 | "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 4237 | "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] | 4238 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4239 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4240 | "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4241 | "checksum tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4790d0be6f4ba6ae4f48190efa2ed7780c9e3567796abdb285003cf39840d9c5" |
| 4242 | "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
| 4243 | "checksum tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "331c8acc267855ec06eb0c94618dcbbfea45bed2d20b77252940095273fb58f6" |
| 4244 | "checksum tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0" |
| 4245 | "checksum tokio-fs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0e9cbbc8a3698b7ab652340f46633364f9eaa928ddaaee79d8b8f356dd79a09d" |
| 4246 | "checksum tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b53aeb9d3f5ccf2ebb29e19788f96987fa1355f8fe45ea193928eaaaf3ae820f" |
| 4247 | "checksum tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d" |
| 4248 | "checksum tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afbcdb0f0d2a1e4c440af82d7bbf0bf91a8a8c0575bcd20c05d15be7e9d3a02f" |
| 4249 | "checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296" |
| 4250 | "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" |
| 4251 | "checksum tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "17465013014410310f9f61fa10bf4724803c149ea1d51efece131c38efca93aa" |
| 4252 | "checksum tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4f37f0111d76cc5da132fe9bc0590b9b9cfd079bc7e75ac3846278430a299ff8" |
| 4253 | "checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" |
| 4254 | "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4255 | "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 4256 | "checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4257 | "checksum toml-query 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab234a943a2363ad774020e2f9474a38a85bc4396bace01a96380144aef17db3" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 4258 | "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4259 | "checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4260 | "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 4261 | "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] | 4262 | "checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" |
| 4263 | "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] | 4264 | "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] | 4265 | "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] | 4266 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4267 | "checksum unicode_categories 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 4268 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4269 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4270 | "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4271 | "checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4272 | "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4273 | "checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4274 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
Ralf Jung | f2a6db7 | 2018-12-07 09:12:01 | [diff] [blame] | 4275 | "checksum vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6aba5e34f93dc7051dfad05b98a18e9156f27e7b431fe1d2398cb6061c0a1dba" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4276 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 4277 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 4278 | "checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4279 | "checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 4280 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 4281 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 4282 | "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] | 4283 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4284 | "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4285 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4286 | "checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4287 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 4288 | "checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4289 | "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] | 4290 | "checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992" |