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)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 257 | "ignore 0.4.4 (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" |
Nick Cameron | 9070193 | 2018-09-25 02:40:42 | [diff] [blame] | 570 | version = "0.2.6" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 572 | dependencies = [ |
Nick Cameron | 9070193 | 2018-09-25 02:40:42 | [diff] [blame] | 573 | "crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 574 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 575 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Eduard-Mihai Burtescu | 4529d10 | 2018-09-15 08:40:25 | [diff] [blame] | 576 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 577 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 578 | ] |
| 579 | |
| 580 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 581 | name = "crossbeam-channel" |
| 582 | version = "0.3.4" |
| 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 584 | dependencies = [ |
| 585 | "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 586 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 587 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 588 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 589 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 590 | ] |
| 591 | |
| 592 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 593 | name = "crossbeam-deque" |
| 594 | version = "0.2.0" |
| 595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 596 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 597 | "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] | 598 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 599 | ] |
| 600 | |
| 601 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 602 | name = "crossbeam-deque" |
| 603 | version = "0.6.3" |
| 604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 605 | dependencies = [ |
| 606 | "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 607 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 608 | ] |
| 609 | |
| 610 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 611 | name = "crossbeam-epoch" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 612 | version = "0.3.1" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 614 | dependencies = [ |
| 615 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 616 | "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] | 617 | "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] | 618 | "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] | 619 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 620 | "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 621 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 622 | ] |
| 623 | |
| 624 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 625 | name = "crossbeam-epoch" |
Nick Cameron | 9070193 | 2018-09-25 02:40:42 | [diff] [blame] | 626 | version = "0.6.0" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 628 | dependencies = [ |
| 629 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
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 | 9070193 | 2018-09-25 02:40:42 | [diff] [blame] | 631 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 632 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 633 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 634 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 635 | ] |
| 636 | |
| 637 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 638 | name = "crossbeam-epoch" |
| 639 | version = "0.7.0" |
| 640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 641 | dependencies = [ |
| 642 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 643 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 644 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 645 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 646 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 647 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 648 | ] |
| 649 | |
| 650 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 651 | name = "crossbeam-utils" |
| 652 | version = "0.2.2" |
| 653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 654 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 655 | "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] | 656 | ] |
| 657 | |
| 658 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 659 | name = "crossbeam-utils" |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 660 | version = "0.5.0" |
| 661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 662 | |
| 663 | [[package]] |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 664 | name = "crossbeam-utils" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 665 | version = "0.6.2" |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 667 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 668 | "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] | 669 | ] |
| 670 | |
| 671 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 672 | name = "crypto-hash" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 673 | version = "0.3.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 675 | dependencies = [ |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 676 | "commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 677 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 678 | "openssl 0.10.16 (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)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 680 | ] |
| 681 | |
| 682 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 683 | name = "curl" |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 684 | version = "0.4.19" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 686 | dependencies = [ |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 687 | "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] | 688 | "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] | 689 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 690 | "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] | 691 | "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] | 692 | "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 693 | "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 694 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 695 | ] |
| 696 | |
| 697 | [[package]] |
| 698 | name = "curl-sys" |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 699 | version = "0.4.15" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 701 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 702 | "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] | 703 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 704 | "libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 705 | "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] | 706 | "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] | 707 | "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] | 708 | "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 709 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 710 | ] |
| 711 | |
| 712 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 713 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 714 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 716 | |
| 717 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 718 | name = "derive-new" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 719 | version = "0.5.6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 721 | dependencies = [ |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 722 | "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] | 723 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 724 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 725 | ] |
| 726 | |
| 727 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 728 | name = "derive_more" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 729 | version = "0.13.0" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 731 | dependencies = [ |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 732 | "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] | 733 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 734 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 735 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 736 | ] |
| 737 | |
| 738 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 739 | name = "diff" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 740 | version = "0.1.11" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 742 | |
| 743 | [[package]] |
Mark Simulacrum | 42fde21 | 2018-03-10 14:03:06 | [diff] [blame] | 744 | name = "difference" |
| 745 | version = "2.0.0" |
| 746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 747 | |
| 748 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 749 | name = "digest" |
| 750 | version = "0.7.6" |
| 751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 752 | dependencies = [ |
| 753 | "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 754 | ] |
| 755 | |
| 756 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 757 | name = "directories" |
| 758 | version = "1.0.2" |
| 759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 760 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 761 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 762 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 763 | ] |
| 764 | |
| 765 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 766 | name = "dirs" |
| 767 | version = "1.0.4" |
| 768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 769 | dependencies = [ |
| 770 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 771 | "redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 772 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 773 | ] |
| 774 | |
| 775 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 776 | name = "dlmalloc" |
Alex Crichton | 059ed4f | 2019-01-25 15:23:18 | [diff] [blame] | 777 | version = "0.1.2" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 779 | dependencies = [ |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 780 | "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] | 781 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 782 | "rustc-std-workspace-core 1.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 783 | ] |
| 784 | |
| 785 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 786 | name = "either" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 787 | version = "1.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 789 | |
| 790 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 791 | name = "elasticlunr-rs" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 792 | version = "2.3.4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 794 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 795 | "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] | 796 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 797 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 798 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 799 | "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] | 800 | "strum 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 801 | "strum_macros 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 802 | ] |
| 803 | |
| 804 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 805 | name = "ena" |
Nicholas Nethercote | 1e34dfc | 2018-11-02 08:46:59 | [diff] [blame] | 806 | version = "0.11.0" |
Eduard-Mihai Burtescu | 7683180 | 2018-07-25 12:44:06 | [diff] [blame] | 807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 808 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 809 | "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] | 810 | ] |
| 811 | |
| 812 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 813 | name = "env_logger" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 814 | version = "0.5.13" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 816 | dependencies = [ |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 817 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 818 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 819 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 820 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 821 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 822 | ] |
| 823 | |
| 824 | [[package]] |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 825 | name = "env_logger" |
| 826 | version = "0.6.0" |
| 827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 828 | dependencies = [ |
| 829 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 830 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 831 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 832 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 833 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 834 | ] |
| 835 | |
| 836 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 837 | name = "error-chain" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 838 | version = "0.11.0" |
Guillaume Gomez | 5636d32 | 2017-07-29 12:35:09 | [diff] [blame] | 839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 840 | dependencies = [ |
Ralf Jung | 8e994a2 | 2018-12-11 21:36:24 | [diff] [blame] | 841 | "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Guillaume Gomez | 5636d32 | 2017-07-29 12:35:09 | [diff] [blame] | 842 | ] |
| 843 | |
| 844 | [[package]] |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 845 | name = "error-chain" |
| 846 | version = "0.12.0" |
| 847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 848 | dependencies = [ |
Ralf Jung | 8e994a2 | 2018-12-11 21:36:24 | [diff] [blame] | 849 | "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | f684f80 | 2018-07-13 08:34:50 | [diff] [blame] | 850 | ] |
| 851 | |
| 852 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 853 | name = "error_index_generator" |
| 854 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 855 | dependencies = [ |
| 856 | "rustdoc 0.0.0", |
| 857 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 858 | |
| 859 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 860 | name = "failure" |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 861 | version = "0.1.5" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 863 | dependencies = [ |
Ralf Jung | 8e994a2 | 2018-12-11 21:36:24 | [diff] [blame] | 864 | "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 865 | "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] | 866 | ] |
| 867 | |
| 868 | [[package]] |
| 869 | name = "failure_derive" |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 870 | version = "0.1.5" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 872 | dependencies = [ |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 873 | "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] | 874 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 875 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 876 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 877 | ] |
| 878 | |
| 879 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 880 | name = "fake-simd" |
| 881 | version = "0.1.2" |
| 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 883 | |
| 884 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 885 | name = "filetime" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 886 | version = "0.2.4" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 888 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 889 | "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] | 890 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 891 | "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] | 892 | ] |
| 893 | |
| 894 | [[package]] |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 895 | name = "fixedbitset" |
| 896 | version = "0.1.9" |
| 897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 898 | |
| 899 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 900 | name = "flate2" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 901 | version = "1.0.6" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 903 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 904 | "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] | 905 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 906 | "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
| 907 | "miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 908 | "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] | 909 | ] |
| 910 | |
| 911 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 912 | name = "fmt_macros" |
| 913 | version = "0.0.0" |
| 914 | |
| 915 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 916 | name = "fnv" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 917 | version = "1.0.6" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 919 | |
| 920 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 921 | name = "foreign-types" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 922 | version = "0.3.2" |
| 923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 924 | dependencies = [ |
| 925 | "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 926 | ] |
| 927 | |
| 928 | [[package]] |
| 929 | name = "foreign-types-shared" |
| 930 | version = "0.1.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 932 | |
| 933 | [[package]] |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 934 | name = "fortanix-sgx-abi" |
Jethro Beekman | dcb5db8 | 2018-12-19 11:56:17 | [diff] [blame] | 935 | version = "0.3.2" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 937 | dependencies = [ |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 938 | "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] | 939 | "rustc-std-workspace-core 1.0.0", |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 940 | ] |
| 941 | |
| 942 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 943 | name = "fs2" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 944 | version = "0.4.3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 946 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 947 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 948 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 949 | ] |
| 950 | |
| 951 | [[package]] |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 952 | name = "fs_extra" |
| 953 | version = "1.1.0" |
| 954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 955 | |
| 956 | [[package]] |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 957 | name = "fst" |
| 958 | version = "0.3.0" |
| 959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 960 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 961 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 962 | ] |
| 963 | |
| 964 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 965 | name = "fuchsia-zircon" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 966 | version = "0.3.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 968 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 969 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 970 | "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] | 971 | ] |
| 972 | |
| 973 | [[package]] |
| 974 | name = "fuchsia-zircon-sys" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 975 | version = "0.3.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 977 | |
| 978 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 979 | name = "futf" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 980 | version = "0.1.4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 982 | dependencies = [ |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 983 | "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 984 | "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] | 985 | ] |
| 986 | |
| 987 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 988 | name = "futures" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 989 | version = "0.1.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 991 | |
| 992 | [[package]] |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 993 | name = "fwdansi" |
| 994 | version = "1.0.1" |
| 995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 996 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 997 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 998 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 999 | ] |
| 1000 | |
| 1001 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1002 | name = "generic-array" |
| 1003 | version = "0.9.0" |
| 1004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1005 | dependencies = [ |
| 1006 | "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1007 | ] |
| 1008 | |
| 1009 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1010 | name = "getopts" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1011 | version = "0.2.17" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1013 | |
| 1014 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1015 | name = "git2" |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 1016 | version = "0.8.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1018 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1019 | "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] | 1020 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 1021 | "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] | 1022 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1023 | "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] | 1024 | "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] | 1025 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1026 | ] |
| 1027 | |
| 1028 | [[package]] |
| 1029 | name = "git2-curl" |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 1030 | version = "0.9.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1032 | dependencies = [ |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 1033 | "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] | 1034 | "git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1035 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1036 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1037 | ] |
| 1038 | |
| 1039 | [[package]] |
| 1040 | name = "glob" |
| 1041 | version = "0.2.11" |
| 1042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1043 | |
| 1044 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1045 | name = "globset" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1046 | version = "0.4.2" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1048 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1049 | "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] | 1050 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1051 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1052 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1053 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1054 | ] |
| 1055 | |
| 1056 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1057 | name = "graphviz" |
| 1058 | version = "0.0.0" |
| 1059 | |
| 1060 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1061 | name = "handlebars" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1062 | version = "0.32.4" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1064 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1065 | "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] | 1066 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1067 | "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1068 | "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] | 1069 | "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] | 1070 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 1071 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1072 | "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] | 1073 | ] |
| 1074 | |
| 1075 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1076 | name = "handlebars" |
| 1077 | version = "1.1.0" |
| 1078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1079 | dependencies = [ |
| 1080 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1081 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1082 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1083 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1084 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1085 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1086 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1087 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1088 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1089 | ] |
| 1090 | |
| 1091 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1092 | name = "heck" |
| 1093 | version = "0.3.0" |
| 1094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1095 | dependencies = [ |
| 1096 | "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1097 | ] |
| 1098 | |
| 1099 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1100 | name = "hex" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1101 | version = "0.3.2" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 1102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1103 | |
| 1104 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1105 | name = "home" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1106 | version = "0.3.3" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 | dependencies = [ |
Bastien Orivel | 06f8103 | 2018-03-21 02:04:09 | [diff] [blame] | 1109 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1110 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1111 | ] |
| 1112 | |
| 1113 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1114 | name = "html5ever" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1115 | version = "0.22.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1117 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1118 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1119 | "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1120 | "markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1121 | "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] | 1122 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1123 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1124 | ] |
| 1125 | |
| 1126 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1127 | name = "humantime" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1128 | version = "1.2.0" |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1130 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1131 | "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] | 1132 | ] |
| 1133 | |
| 1134 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1135 | name = "idna" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 1136 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1138 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1139 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 1140 | "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] | 1141 | "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] | 1142 | ] |
| 1143 | |
| 1144 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1145 | name = "if_chain" |
Manish Goregaokar | d63e925 | 2018-07-20 07:53:56 | [diff] [blame] | 1146 | version = "0.1.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1148 | |
| 1149 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1150 | name = "ignore" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1151 | version = "0.4.4" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1153 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1154 | "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1155 | "globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1156 | "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] | 1157 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1158 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1159 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1160 | "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] | 1161 | "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] | 1162 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1163 | "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] | 1164 | ] |
| 1165 | |
| 1166 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 1167 | name = "im-rc" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 1168 | version = "12.3.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 1169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1170 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1171 | "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] | 1172 | "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1173 | ] |
| 1174 | |
| 1175 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1176 | name = "installer" |
| 1177 | version = "0.0.0" |
| 1178 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1179 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Tom Tromey | 6e3a4f4 | 2018-07-03 18:24:24 | [diff] [blame] | 1180 | "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] | 1181 | "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1182 | "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] | 1183 | "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1184 | "tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1185 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1186 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1187 | "xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1188 | ] |
| 1189 | |
| 1190 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1191 | name = "iovec" |
| 1192 | version = "0.1.2" |
| 1193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1194 | dependencies = [ |
| 1195 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1196 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1197 | ] |
| 1198 | |
| 1199 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1200 | name = "is-match" |
| 1201 | version = "0.1.0" |
| 1202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1203 | |
| 1204 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1205 | name = "itertools" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1206 | version = "0.7.8" |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1208 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1209 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1210 | ] |
| 1211 | |
| 1212 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1213 | name = "itertools" |
| 1214 | version = "0.8.0" |
| 1215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1216 | dependencies = [ |
| 1217 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1218 | ] |
| 1219 | |
| 1220 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1221 | name = "itoa" |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 1222 | version = "0.4.3" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1224 | |
| 1225 | [[package]] |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 1226 | name = "jemalloc-sys" |
| 1227 | version = "0.1.8" |
| 1228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1229 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1230 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 1231 | "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] | 1232 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 1233 | ] |
| 1234 | |
| 1235 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1236 | name = "jobserver" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1237 | version = "0.1.12" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1239 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1240 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1241 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1242 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1243 | ] |
| 1244 | |
| 1245 | [[package]] |
Igor Matuszewski | 3a17cf7 | 2018-08-25 16:17:55 | [diff] [blame] | 1246 | name = "json" |
| 1247 | version = "0.11.13" |
| 1248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1249 | |
| 1250 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1251 | name = "jsonrpc-core" |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 1252 | version = "10.0.1" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1254 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1255 | "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] | 1256 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 1257 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1258 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1259 | "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] | 1260 | ] |
| 1261 | |
| 1262 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1263 | name = "kernel32-sys" |
| 1264 | version = "0.2.2" |
| 1265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1266 | dependencies = [ |
| 1267 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1268 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1269 | ] |
| 1270 | |
| 1271 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1272 | name = "lazy_static" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1273 | version = "0.2.11" |
| 1274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1275 | |
| 1276 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1277 | name = "lazy_static" |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1278 | version = "1.2.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1280 | |
| 1281 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1282 | name = "lazycell" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1283 | version = "1.2.1" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1285 | |
| 1286 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1287 | name = "libc" |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1288 | version = "0.2.46" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1290 | dependencies = [ |
| 1291 | "rustc-std-workspace-core 1.0.0", |
| 1292 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1293 | |
| 1294 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1295 | name = "libgit2-sys" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 1296 | version = "0.7.11" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1298 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1299 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 62d7801 | 2018-11-09 20:55:25 | [diff] [blame] | 1300 | "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] | 1301 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b1305c2 | 2018-09-17 16:52:02 | [diff] [blame] | 1302 | "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] | 1303 | "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] | 1304 | "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] | 1305 | "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] | 1306 | ] |
| 1307 | |
| 1308 | [[package]] |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 1309 | name = "libnghttp2-sys" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1310 | version = "0.1.1" |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 1311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1312 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1313 | "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] | 1314 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 1315 | ] |
| 1316 | |
| 1317 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1318 | name = "libssh2-sys" |
Alex Crichton | b1305c2 | 2018-09-17 16:52:02 | [diff] [blame] | 1319 | version = "0.2.11" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1321 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1322 | "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] | 1323 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1324 | "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] | 1325 | "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] | 1326 | "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] | 1327 | "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1328 | ] |
| 1329 | |
| 1330 | [[package]] |
| 1331 | name = "libz-sys" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1332 | version = "1.0.25" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1334 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1335 | "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] | 1336 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1337 | "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] | 1338 | "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1339 | ] |
| 1340 | |
| 1341 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1342 | name = "linkchecker" |
| 1343 | version = "0.1.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1344 | |
| 1345 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 1346 | name = "lock_api" |
| 1347 | version = "0.1.3" |
| 1348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1349 | dependencies = [ |
| 1350 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1351 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1352 | ] |
| 1353 | |
| 1354 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1355 | name = "log" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1356 | version = "0.4.6" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1358 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1359 | "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] | 1360 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1361 | |
| 1362 | [[package]] |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 1363 | name = "log_settings" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1364 | version = "0.1.2" |
Oliver Schneider | ea35192 | 2017-09-18 14:18:23 | [diff] [blame] | 1365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1366 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1367 | "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] | 1368 | ] |
| 1369 | |
| 1370 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1371 | name = "lsp-codec" |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 1372 | version = "0.1.1" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1374 | dependencies = [ |
| 1375 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1376 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1377 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1378 | ] |
| 1379 | |
| 1380 | [[package]] |
| 1381 | name = "lsp-types" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 1382 | version = "0.55.4" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1384 | dependencies = [ |
| 1385 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1386 | "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1387 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1388 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1389 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1390 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1391 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1392 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1393 | ] |
| 1394 | |
| 1395 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1396 | name = "lzma-sys" |
Bastien Orivel | 933c299 | 2018-07-06 20:52:40 | [diff] [blame] | 1397 | version = "0.1.10" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1399 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1400 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1401 | "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] | 1402 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1403 | "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] | 1404 | ] |
| 1405 | |
| 1406 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1407 | name = "mac" |
| 1408 | version = "0.1.1" |
| 1409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1410 | |
| 1411 | [[package]] |
Guillaume Gomez | cf5ee8f | 2018-08-15 13:07:07 | [diff] [blame] | 1412 | name = "macro-utils" |
| 1413 | version = "0.1.2" |
| 1414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1415 | |
| 1416 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1417 | name = "maplit" |
| 1418 | version = "1.0.1" |
| 1419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1420 | |
| 1421 | [[package]] |
| 1422 | name = "markup5ever" |
| 1423 | version = "0.7.2" |
| 1424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1425 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1426 | "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1427 | "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] | 1428 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1429 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1430 | "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] | 1431 | "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1432 | "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1433 | "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1434 | ] |
| 1435 | |
| 1436 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1437 | name = "matches" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1438 | version = "0.1.8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1440 | |
| 1441 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1442 | name = "mdbook" |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 1443 | version = "0.1.7" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1445 | dependencies = [ |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1446 | "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1447 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1448 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1449 | "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] | 1450 | "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] | 1451 | "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] | 1452 | "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1453 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 1454 | "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] | 1455 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1456 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 041d355 | 2017-09-27 22:37:02 | [diff] [blame] | 1457 | "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Manish Goregaokar | 6818551 | 2018-02-18 21:33:56 | [diff] [blame] | 1458 | "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] | 1459 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 1460 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1461 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1462 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1463 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1464 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1465 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 1466 | "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] | 1467 | ] |
| 1468 | |
| 1469 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1470 | name = "mdbook" |
| 1471 | version = "0.2.3" |
| 1472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1473 | dependencies = [ |
| 1474 | "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1475 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1476 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1477 | "elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1478 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1479 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1480 | "handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1481 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1482 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1483 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1484 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1485 | "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1486 | "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1487 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1488 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1489 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1490 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1491 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1492 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1493 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1494 | "toml-query 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1495 | ] |
| 1496 | |
| 1497 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1498 | name = "memchr" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1499 | version = "2.1.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1501 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1502 | "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] | 1503 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1504 | "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] | 1505 | ] |
| 1506 | |
| 1507 | [[package]] |
Michael Woerister | abd5cc3 | 2018-08-31 13:18:08 | [diff] [blame] | 1508 | name = "memmap" |
| 1509 | version = "0.6.2" |
| 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1511 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1512 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1513 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Michael Woerister | abd5cc3 | 2018-08-31 13:18:08 | [diff] [blame] | 1514 | ] |
| 1515 | |
| 1516 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1517 | name = "memoffset" |
| 1518 | version = "0.2.1" |
| 1519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1520 | |
| 1521 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 1522 | name = "minifier" |
Guillaume Gomez | f978563 | 2019-01-24 23:07:08 | [diff] [blame] | 1523 | version = "0.0.28" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 1524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1525 | dependencies = [ |
Guillaume Gomez | cf5ee8f | 2018-08-15 13:07:07 | [diff] [blame] | 1526 | "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] | 1527 | ] |
| 1528 | |
| 1529 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1530 | name = "miniz-sys" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1531 | version = "0.1.11" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1533 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1534 | "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] | 1535 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1536 | ] |
| 1537 | |
| 1538 | [[package]] |
| 1539 | name = "miniz_oxide" |
| 1540 | version = "0.2.0" |
| 1541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1542 | dependencies = [ |
| 1543 | "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1544 | ] |
| 1545 | |
| 1546 | [[package]] |
| 1547 | name = "miniz_oxide_c_api" |
| 1548 | version = "0.2.0" |
| 1549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1550 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1551 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1552 | "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] | 1553 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1554 | "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] | 1555 | ] |
| 1556 | |
| 1557 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1558 | name = "mio" |
| 1559 | version = "0.6.16" |
| 1560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1561 | dependencies = [ |
| 1562 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1563 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1564 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1565 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1566 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1567 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1568 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1569 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1570 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1571 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1572 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1573 | ] |
| 1574 | |
| 1575 | [[package]] |
| 1576 | name = "mio-named-pipes" |
| 1577 | version = "0.1.6" |
| 1578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1579 | dependencies = [ |
| 1580 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1581 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1582 | "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1583 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1584 | ] |
| 1585 | |
| 1586 | [[package]] |
| 1587 | name = "mio-uds" |
| 1588 | version = "0.6.7" |
| 1589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1590 | dependencies = [ |
| 1591 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1592 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1593 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1594 | ] |
| 1595 | |
| 1596 | [[package]] |
| 1597 | name = "miow" |
| 1598 | version = "0.2.1" |
| 1599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1600 | dependencies = [ |
| 1601 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1602 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1603 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1604 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1605 | ] |
| 1606 | |
| 1607 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1608 | name = "miow" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1609 | version = "0.3.3" |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 1610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1611 | dependencies = [ |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1612 | "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1613 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 1614 | ] |
| 1615 | |
| 1616 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 1617 | name = "miri" |
| 1618 | version = "0.1.0" |
| 1619 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1620 | "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] | 1621 | "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] | 1622 | "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] | 1623 | "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] | 1624 | "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] | 1625 | "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] | 1626 | "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] | 1627 | "rustc-workspace-hack 1.0.0", |
| 1628 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | f2a6db7 | 2018-12-07 09:12:01 | [diff] [blame] | 1629 | "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 1630 | ] |
| 1631 | |
| 1632 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1633 | name = "net2" |
| 1634 | version = "0.2.33" |
| 1635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1636 | dependencies = [ |
| 1637 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1638 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1639 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1640 | ] |
| 1641 | |
| 1642 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1643 | name = "new_debug_unreachable" |
| 1644 | version = "1.0.1" |
| 1645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1646 | dependencies = [ |
| 1647 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1648 | ] |
| 1649 | |
| 1650 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1651 | name = "nodrop" |
| 1652 | version = "0.1.12" |
| 1653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1654 | |
| 1655 | [[package]] |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 1656 | name = "num-derive" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1657 | version = "0.2.3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1659 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1660 | "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] | 1661 | "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] | 1662 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1663 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1664 | ] |
| 1665 | |
| 1666 | [[package]] |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 1667 | name = "num-integer" |
| 1668 | version = "0.1.39" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1670 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1671 | "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] | 1672 | ] |
| 1673 | |
| 1674 | [[package]] |
| 1675 | name = "num-traits" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1676 | version = "0.2.6" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1678 | |
| 1679 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1680 | name = "num_cpus" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 1681 | version = "1.8.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1683 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1684 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1685 | ] |
| 1686 | |
| 1687 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1688 | name = "open" |
Alex Crichton | 041d355 | 2017-09-27 22:37:02 | [diff] [blame] | 1689 | version = "1.2.1" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1691 | |
| 1692 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1693 | name = "opener" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1694 | version = "0.3.2" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1696 | dependencies = [ |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 1697 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1698 | "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] | 1699 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1700 | ] |
| 1701 | |
| 1702 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1703 | name = "openssl" |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 1704 | version = "0.10.16" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1706 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 1707 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1708 | "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] | 1709 | "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] | 1710 | "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] | 1711 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 1712 | "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] | 1713 | ] |
| 1714 | |
| 1715 | [[package]] |
| 1716 | name = "openssl-probe" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1717 | version = "0.1.2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1719 | |
| 1720 | [[package]] |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 1721 | name = "openssl-src" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1722 | version = "111.1.0+1.1.1a" |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 1723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1724 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1725 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 1726 | ] |
| 1727 | |
| 1728 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1729 | name = "openssl-sys" |
Tatsuyuki Ishi | 9740c5e | 2019-01-02 10:06:36 | [diff] [blame] | 1730 | version = "0.9.40" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1732 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 1733 | "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] | 1734 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1735 | "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] | 1736 | "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] | 1737 | "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1738 | ] |
| 1739 | |
| 1740 | [[package]] |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 1741 | name = "ordermap" |
| 1742 | version = "0.3.5" |
| 1743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1744 | |
| 1745 | [[package]] |
Nick Cameron | 7717705 | 2018-07-06 00:34:00 | [diff] [blame] | 1746 | name = "ordslice" |
| 1747 | version = "0.3.0" |
| 1748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1749 | |
| 1750 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 1751 | name = "owning_ref" |
| 1752 | version = "0.3.3" |
| 1753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1754 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1755 | "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] | 1756 | ] |
| 1757 | |
| 1758 | [[package]] |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 1759 | name = "packed_simd" |
| 1760 | version = "0.3.1" |
| 1761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1762 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1763 | "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] | 1764 | ] |
| 1765 | |
| 1766 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1767 | name = "panic_abort" |
| 1768 | version = "0.0.0" |
| 1769 | dependencies = [ |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 1770 | "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] | 1771 | "core 0.0.0", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1772 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1773 | ] |
| 1774 | |
| 1775 | [[package]] |
| 1776 | name = "panic_unwind" |
| 1777 | version = "0.0.0" |
| 1778 | dependencies = [ |
| 1779 | "alloc 0.0.0", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 1780 | "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] | 1781 | "core 0.0.0", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1782 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1783 | "unwind 0.0.0", |
| 1784 | ] |
| 1785 | |
| 1786 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 1787 | name = "parking_lot" |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 1788 | version = "0.6.4" |
| 1789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1790 | dependencies = [ |
| 1791 | "lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1792 | "parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1793 | ] |
| 1794 | |
| 1795 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1796 | name = "parking_lot" |
| 1797 | version = "0.7.1" |
| 1798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1799 | dependencies = [ |
| 1800 | "lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1801 | "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1802 | ] |
| 1803 | |
| 1804 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 1805 | name = "parking_lot_core" |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 1806 | version = "0.3.0" |
| 1807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1808 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 1809 | "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] | 1810 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 1811 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1812 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 1813 | ] |
| 1814 | |
| 1815 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1816 | name = "parking_lot_core" |
| 1817 | version = "0.4.0" |
| 1818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1819 | dependencies = [ |
| 1820 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1821 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1822 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1823 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1824 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1825 | ] |
| 1826 | |
| 1827 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1828 | name = "percent-encoding" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1829 | version = "1.0.1" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1831 | |
| 1832 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1833 | name = "pest" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1834 | version = "1.0.6" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1836 | |
| 1837 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1838 | name = "pest" |
| 1839 | version = "2.1.0" |
| 1840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1841 | dependencies = [ |
| 1842 | "ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1843 | ] |
| 1844 | |
| 1845 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1846 | name = "pest_derive" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1847 | version = "1.0.8" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1849 | dependencies = [ |
| 1850 | "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1851 | "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1852 | "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1853 | ] |
| 1854 | |
| 1855 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1856 | name = "pest_derive" |
| 1857 | version = "2.1.0" |
| 1858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1859 | dependencies = [ |
| 1860 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1861 | "pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1862 | ] |
| 1863 | |
| 1864 | [[package]] |
| 1865 | name = "pest_generator" |
| 1866 | version = "2.1.0" |
| 1867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1868 | dependencies = [ |
| 1869 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1870 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1871 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1872 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1873 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1874 | ] |
| 1875 | |
| 1876 | [[package]] |
| 1877 | name = "pest_meta" |
| 1878 | version = "2.1.0" |
| 1879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1880 | dependencies = [ |
| 1881 | "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1882 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1883 | "sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1884 | ] |
| 1885 | |
| 1886 | [[package]] |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 1887 | name = "petgraph" |
Gabriel Majeri | b31eaa4 | 2018-09-08 06:04:29 | [diff] [blame] | 1888 | version = "0.4.13" |
Mark Simulacrum | b0dbc7c | 2018-03-27 10:44:33 | [diff] [blame] | 1889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1890 | dependencies = [ |
| 1891 | "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1892 | "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1893 | ] |
| 1894 | |
| 1895 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1896 | name = "phf" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1897 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1899 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1900 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1901 | ] |
| 1902 | |
| 1903 | [[package]] |
| 1904 | name = "phf_codegen" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1905 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1907 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1908 | "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1909 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1910 | ] |
| 1911 | |
| 1912 | [[package]] |
| 1913 | name = "phf_generator" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1914 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1916 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1917 | "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] | 1918 | "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1919 | ] |
| 1920 | |
| 1921 | [[package]] |
| 1922 | name = "phf_shared" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1923 | version = "0.7.22" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1925 | dependencies = [ |
| 1926 | "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1927 | ] |
| 1928 | |
| 1929 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1930 | name = "pkg-config" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 1931 | version = "0.3.14" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1933 | |
| 1934 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 1935 | name = "polonius-engine" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 1936 | version = "0.6.2" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 1937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 1938 | dependencies = [ |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 1939 | "datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1940 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | c3d6889 | 2018-05-29 13:36:45 | [diff] [blame] | 1941 | "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] | 1942 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 1943 | |
| 1944 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1945 | name = "precomputed-hash" |
| 1946 | version = "0.1.1" |
| 1947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1948 | |
| 1949 | [[package]] |
Mark Simulacrum | 42fde21 | 2018-03-10 14:03:06 | [diff] [blame] | 1950 | name = "pretty_assertions" |
| 1951 | version = "0.5.1" |
| 1952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1953 | dependencies = [ |
| 1954 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1955 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1956 | ] |
| 1957 | |
| 1958 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 1959 | name = "pretty_env_logger" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1960 | version = "0.3.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 1961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1962 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1963 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1964 | "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1965 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 1966 | ] |
| 1967 | |
| 1968 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1969 | name = "proc-macro2" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 1970 | version = "0.3.8" |
| 1971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1972 | dependencies = [ |
| 1973 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1974 | ] |
| 1975 | |
| 1976 | [[package]] |
| 1977 | name = "proc-macro2" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 1978 | version = "0.4.24" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 1979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1980 | dependencies = [ |
| 1981 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 1982 | ] |
| 1983 | |
| 1984 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1985 | name = "proc_macro" |
| 1986 | version = "0.0.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1987 | |
| 1988 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 1989 | name = "profiler_builtins" |
| 1990 | version = "0.0.0" |
| 1991 | dependencies = [ |
dylan_DPC | 14a38b3 | 2019-01-17 10:22:48 | [diff] [blame] | 1992 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 1993 | "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 1994 | "core 0.0.0", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 1995 | ] |
| 1996 | |
| 1997 | [[package]] |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 1998 | name = "proptest" |
| 1999 | version = "0.8.7" |
| 2000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2001 | dependencies = [ |
| 2002 | "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2003 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2004 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 2005 | "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] | 2006 | "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] | 2007 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2008 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2009 | "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] | 2010 | "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] | 2011 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 2012 | ] |
| 2013 | |
| 2014 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2015 | name = "pulldown-cmark" |
Manish Goregaokar | 6818551 | 2018-02-18 21:33:56 | [diff] [blame] | 2016 | version = "0.1.2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2018 | dependencies = [ |
| 2019 | "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2020 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
Guillaume Gomez | 474cc09 | 2017-03-12 19:28:36 | [diff] [blame] | 2021 | ] |
| 2022 | |
| 2023 | [[package]] |
Matthias Krüger | 2598a7a | 2018-11-23 11:52:47 | [diff] [blame] | 2024 | name = "pulldown-cmark" |
| 2025 | version = "0.2.0" |
| 2026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2027 | dependencies = [ |
| 2028 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2029 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2030 | ] |
| 2031 | |
| 2032 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2033 | name = "quick-error" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2034 | version = "1.2.2" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2036 | |
| 2037 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2038 | name = "quine-mc_cluskey" |
| 2039 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2041 | |
| 2042 | [[package]] |
| 2043 | name = "quote" |
| 2044 | version = "0.3.15" |
| 2045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2046 | |
| 2047 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 2048 | name = "quote" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2049 | version = "0.5.2" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2051 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2052 | "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2053 | ] |
| 2054 | |
| 2055 | [[package]] |
| 2056 | name = "quote" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2057 | version = "0.6.10" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2059 | dependencies = [ |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2060 | "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] | 2061 | ] |
| 2062 | |
| 2063 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2064 | name = "racer" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2065 | version = "2.1.19" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2067 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2068 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2069 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2070 | "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] | 2071 | "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] | 2072 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 2073 | "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] | 2074 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2075 | "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2076 | "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] | 2077 | ] |
| 2078 | |
| 2079 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2080 | name = "rand" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2081 | version = "0.4.3" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2083 | dependencies = [ |
| 2084 | "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] | 2085 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 2086 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2087 | ] |
| 2088 | |
| 2089 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 2090 | name = "rand" |
Eduard-Mihai Burtescu | 4529d10 | 2018-09-15 08:40:25 | [diff] [blame] | 2091 | version = "0.5.5" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 2092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2093 | dependencies = [ |
| 2094 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2095 | "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] | 2096 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2097 | "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] | 2098 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 2099 | ] |
| 2100 | |
| 2101 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2102 | name = "rand" |
| 2103 | version = "0.6.1" |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 2104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2105 | dependencies = [ |
| 2106 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2107 | "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] | 2108 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2109 | "rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2110 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2111 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2112 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2113 | "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2114 | "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2115 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2116 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2117 | ] |
| 2118 | |
| 2119 | [[package]] |
| 2120 | name = "rand_chacha" |
| 2121 | version = "0.1.0" |
| 2122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2123 | dependencies = [ |
Matthias Krüger | a27cf8a | 2019-01-30 00:24:37 | [diff] [blame] | 2124 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2125 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2126 | ] |
| 2127 | |
| 2128 | [[package]] |
| 2129 | name = "rand_core" |
| 2130 | version = "0.2.2" |
| 2131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2132 | dependencies = [ |
| 2133 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2134 | ] |
| 2135 | |
| 2136 | [[package]] |
| 2137 | name = "rand_core" |
| 2138 | version = "0.3.0" |
| 2139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2140 | |
| 2141 | [[package]] |
| 2142 | name = "rand_hc" |
| 2143 | version = "0.1.0" |
| 2144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2145 | dependencies = [ |
Matthias Krüger | a27cf8a | 2019-01-30 00:24:37 | [diff] [blame] | 2146 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2147 | ] |
| 2148 | |
| 2149 | [[package]] |
| 2150 | name = "rand_isaac" |
| 2151 | version = "0.1.1" |
| 2152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2153 | dependencies = [ |
| 2154 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2155 | ] |
| 2156 | |
| 2157 | [[package]] |
| 2158 | name = "rand_pcg" |
| 2159 | version = "0.1.1" |
| 2160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2161 | dependencies = [ |
| 2162 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2163 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2164 | ] |
| 2165 | |
| 2166 | [[package]] |
| 2167 | name = "rand_xorshift" |
| 2168 | version = "0.1.0" |
| 2169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2170 | dependencies = [ |
Matthias Krüger | a27cf8a | 2019-01-30 00:24:37 | [diff] [blame] | 2171 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2172 | ] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 2173 | |
| 2174 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2175 | name = "rayon" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2176 | version = "1.0.1" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2178 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2179 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2180 | "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] | 2181 | ] |
| 2182 | |
| 2183 | [[package]] |
| 2184 | name = "rayon-core" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2185 | version = "1.4.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2187 | dependencies = [ |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2188 | "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] | 2189 | "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] | 2190 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 2191 | "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] | 2192 | "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2193 | ] |
| 2194 | |
| 2195 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 2196 | name = "redox_syscall" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2197 | version = "0.1.43" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 2198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2199 | |
| 2200 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2201 | name = "redox_termios" |
| 2202 | version = "0.1.1" |
| 2203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2204 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2205 | "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] | 2206 | ] |
| 2207 | |
| 2208 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2209 | name = "redox_users" |
| 2210 | version = "0.2.0" |
| 2211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2212 | dependencies = [ |
| 2213 | "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2214 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2215 | "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2216 | "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2217 | ] |
| 2218 | |
| 2219 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2220 | name = "regex" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2221 | version = "0.2.11" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2223 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2224 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2225 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2226 | "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] | 2227 | "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] | 2228 | "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] | 2229 | ] |
| 2230 | |
| 2231 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2232 | name = "regex" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2233 | version = "1.1.0" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2235 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2236 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2237 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2238 | "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] | 2239 | "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] | 2240 | "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] | 2241 | ] |
| 2242 | |
| 2243 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2244 | name = "regex-syntax" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2245 | version = "0.5.6" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2247 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2248 | "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] | 2249 | ] |
| 2250 | |
| 2251 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2252 | name = "regex-syntax" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2253 | version = "0.6.4" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2255 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2256 | "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] | 2257 | ] |
| 2258 | |
| 2259 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 2260 | name = "remote-test-client" |
| 2261 | version = "0.1.0" |
| 2262 | |
| 2263 | [[package]] |
| 2264 | name = "remote-test-server" |
| 2265 | version = "0.1.0" |
| 2266 | |
| 2267 | [[package]] |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2268 | name = "remove_dir_all" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 2269 | version = "0.5.1" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2271 | dependencies = [ |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 2272 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2273 | ] |
| 2274 | |
| 2275 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2276 | name = "rls" |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 2277 | version = "1.34.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2278 | dependencies = [ |
Mark Rousskov | cd39cf7 | 2019-01-27 15:43:30 | [diff] [blame] | 2279 | "cargo 0.35.0", |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 2280 | "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] | 2281 | "clippy_lints 0.0.212", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 2282 | "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] | 2283 | "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] | 2284 | "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] | 2285 | "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] | 2286 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2287 | "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] | 2288 | "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] | 2289 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 2290 | "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] | 2291 | "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] | 2292 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Hirokazu Hata | 6e72077 | 2019-02-03 00:48:18 | [diff] [blame] | 2293 | "lsp-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2294 | "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] | 2295 | "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] | 2296 | "ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2297 | "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] | 2298 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2299 | "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2300 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2301 | "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] | 2302 | "rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2303 | "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] | 2304 | "rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2305 | "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] | 2306 | "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] | 2307 | "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] | 2308 | "rustc-workspace-hack 1.0.0", |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 2309 | "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^] | 2310 | "rustfmt-nightly 1.0.3", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 2311 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2312 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2313 | "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] | 2314 | "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] | 2315 | "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] | 2316 | "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2317 | "tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2318 | "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] | 2319 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2320 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2321 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2322 | ] |
| 2323 | |
| 2324 | [[package]] |
| 2325 | name = "rls-analysis" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2326 | version = "0.16.12" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2328 | dependencies = [ |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 2329 | "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] | 2330 | "fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2331 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 3a17cf7 | 2018-08-25 16:17:55 | [diff] [blame] | 2332 | "json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2333 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2334 | "rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2335 | "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] | 2336 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2337 | ] |
| 2338 | |
| 2339 | [[package]] |
Nick Cameron | fa94c5c | 2018-02-14 08:09:51 | [diff] [blame] | 2340 | name = "rls-blacklist" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2341 | version = "0.1.3" |
Andy Russell | 59fafc8 | 2017-12-04 20:59:49 | [diff] [blame] | 2342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | 59fafc8 | 2017-12-04 20:59:49 | [diff] [blame] | 2343 | |
| 2344 | [[package]] |
Martin Algesten | 9a6afa8 | 2018-02-02 07:29:59 | [diff] [blame] | 2345 | name = "rls-data" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2346 | version = "0.18.2" |
Martin Algesten | 9a6afa8 | 2018-02-02 07:29:59 | [diff] [blame] | 2347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2348 | dependencies = [ |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2349 | "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] | 2350 | "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] | 2351 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2352 | "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] | 2353 | ] |
| 2354 | |
| 2355 | [[package]] |
Nick Cameron | 92867d2 | 2017-08-30 05:09:36 | [diff] [blame] | 2356 | name = "rls-rustc" |
Nick Cameron | 9a769c6 | 2018-08-04 07:29:15 | [diff] [blame] | 2357 | version = "0.5.0" |
Nick Cameron | 92867d2 | 2017-08-30 05:09:36 | [diff] [blame] | 2358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2359 | |
| 2360 | [[package]] |
Nick Cameron | fee1f64 | 2017-03-14 02:16:44 | [diff] [blame] | 2361 | name = "rls-span" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2362 | version = "0.4.1" |
Nick Cameron | dc63eff | 2017-03-15 08:20:23 | [diff] [blame] | 2363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nick Cameron | fee1f64 | 2017-03-14 02:16:44 | [diff] [blame] | 2364 | dependencies = [ |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2365 | "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] | 2366 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2367 | "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] | 2368 | ] |
| 2369 | |
| 2370 | [[package]] |
| 2371 | name = "rls-vfs" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2372 | version = "0.7.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2374 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2375 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2376 | "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] | 2377 | ] |
| 2378 | |
| 2379 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2380 | name = "rustbook" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2381 | version = "0.1.0" |
| 2382 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2383 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 2384 | "mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2385 | "mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2386 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2387 | |
| 2388 | [[package]] |
| 2389 | name = "rustc" |
| 2390 | version = "0.0.0" |
| 2391 | dependencies = [ |
| 2392 | "arena 0.0.0", |
Ralf Jung | 8e994a2 | 2018-12-11 21:36:24 | [diff] [blame] | 2393 | "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
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 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
scalexm | da9467d | 2018-11-28 21:11:00 | [diff] [blame] | 2396 | "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] | 2397 | "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2398 | "fmt_macros 0.0.0", |
| 2399 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2400 | "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 2401 | "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] | 2402 | "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] | 2403 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2404 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 2405 | "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] | 2406 | "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2407 | "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] | 2408 | "rustc_apfloat 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2409 | "rustc_data_structures 0.0.0", |
| 2410 | "rustc_errors 0.0.0", |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 2411 | "rustc_fs_util 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2412 | "rustc_target 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2413 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2414 | "serialize 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2415 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2416 | "syntax 0.0.0", |
| 2417 | "syntax_pos 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2418 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2419 | ] |
| 2420 | |
| 2421 | [[package]] |
Nick Cameron | 0e6fff8 | 2018-05-27 22:16:42 | [diff] [blame] | 2422 | name = "rustc-ap-arena" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2423 | version = "373.0.0" |
Nick Cameron | 0e6fff8 | 2018-05-27 22:16:42 | [diff] [blame] | 2424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2425 | dependencies = [ |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2426 | "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] | 2427 | ] |
| 2428 | |
| 2429 | [[package]] |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2430 | name = "rustc-ap-graphviz" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2431 | version = "373.0.0" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 2432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2433 | |
| 2434 | [[package]] |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2435 | name = "rustc-ap-rustc_cratesio_shim" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2436 | version = "373.0.0" |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2438 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2439 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2440 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 9070193 | 2018-09-25 02:40:42 | [diff] [blame] | 2441 | "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] | 2442 | ] |
| 2443 | |
| 2444 | [[package]] |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2445 | name = "rustc-ap-rustc_data_structures" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2446 | version = "373.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2448 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2449 | "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] | 2450 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2451 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 9070193 | 2018-09-25 02:40:42 | [diff] [blame] | 2452 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2453 | "rustc-ap-graphviz 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2454 | "rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2455 | "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] | 2456 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2457 | "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2458 | "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] | 2459 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2460 | "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2461 | ] |
| 2462 | |
| 2463 | [[package]] |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2464 | name = "rustc-ap-rustc_errors" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2465 | version = "373.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2467 | dependencies = [ |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 2468 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2469 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2470 | "rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2471 | "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2472 | "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2473 | "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] | 2474 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2475 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2476 | ] |
| 2477 | |
| 2478 | [[package]] |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 2479 | name = "rustc-ap-rustc_target" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2480 | version = "373.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2482 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2483 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2484 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2485 | "rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2486 | "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2487 | "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] | 2488 | ] |
| 2489 | |
| 2490 | [[package]] |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 2491 | name = "rustc-ap-serialize" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2492 | version = "373.0.0" |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Igor Matuszewski | e976bae | 2018-08-31 19:52:25 | [diff] [blame] | 2494 | dependencies = [ |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2495 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | e976bae | 2018-08-31 19:52:25 | [diff] [blame] | 2496 | ] |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2497 | |
| 2498 | [[package]] |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 2499 | name = "rustc-ap-syntax" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2500 | version = "373.0.0" |
Nick Cameron | 6457241 | 2018-05-01 19:50:58 | [diff] [blame] | 2501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2502 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2503 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2504 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2505 | "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2506 | "rustc-ap-rustc_errors 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2507 | "rustc-ap-rustc_target 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2508 | "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2509 | "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] | 2510 | "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] | 2511 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2512 | ] |
| 2513 | |
| 2514 | [[package]] |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2515 | name = "rustc-ap-syntax_pos" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2516 | version = "373.0.0" |
topecongiro | 5ae8fa9 | 2018-01-18 14:40:37 | [diff] [blame] | 2517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2518 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2519 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2520 | "rustc-ap-arena 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2521 | "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2522 | "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] | 2523 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2524 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2525 | ] |
| 2526 | |
| 2527 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2528 | name = "rustc-demangle" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2529 | version = "0.1.10" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2531 | dependencies = [ |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 2532 | "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] | 2533 | "rustc-std-workspace-core 1.0.0", |
| 2534 | ] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2535 | |
| 2536 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2537 | name = "rustc-hash" |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 2538 | version = "1.0.1" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 2540 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2541 | "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] | 2542 | ] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2543 | |
| 2544 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2545 | name = "rustc-main" |
| 2546 | version = "0.0.0" |
| 2547 | dependencies = [ |
Alex Crichton | ba0ed5b | 2018-12-19 16:27:23 | [diff] [blame] | 2548 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
bjorn3 | 60e4158 | 2018-11-19 17:28:44 | [diff] [blame] | 2549 | "rustc_codegen_ssa 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2550 | "rustc_driver 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2551 | "rustc_target 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2552 | ] |
| 2553 | |
| 2554 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2555 | name = "rustc-rayon" |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2556 | version = "0.1.1" |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2558 | dependencies = [ |
| 2559 | "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] | 2560 | "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] | 2561 | ] |
| 2562 | |
| 2563 | [[package]] |
| 2564 | name = "rustc-rayon-core" |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2565 | version = "0.1.1" |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2567 | dependencies = [ |
| 2568 | "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] | 2569 | "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] | 2570 | "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] | 2571 | "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] | 2572 | "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] | 2573 | ] |
| 2574 | |
| 2575 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2576 | name = "rustc-serialize" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2577 | version = "0.3.24" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2579 | |
| 2580 | [[package]] |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2581 | name = "rustc-std-workspace-core" |
| 2582 | version = "1.0.0" |
| 2583 | dependencies = [ |
| 2584 | "core 0.0.0", |
| 2585 | ] |
| 2586 | |
| 2587 | [[package]] |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2588 | name = "rustc-workspace-hack" |
| 2589 | version = "1.0.0" |
| 2590 | dependencies = [ |
Oliver Scherer | edaa188 | 2019-01-01 13:36:05 | [diff] [blame] | 2591 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2592 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | b0643ad | 2018-10-04 10:51:58 | [diff] [blame] | 2593 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Scherer | edaa188 | 2019-01-01 13:36:05 | [diff] [blame] | 2594 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 2595 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2596 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2597 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2598 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 2599 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2600 | ] |
| 2601 | |
| 2602 | [[package]] |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2603 | name = "rustc_allocator" |
| 2604 | version = "0.0.0" |
| 2605 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2606 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2607 | "rustc 0.0.0", |
ljedrz | e5e6375 | 2018-08-05 10:04:56 | [diff] [blame] | 2608 | "rustc_data_structures 0.0.0", |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2609 | "rustc_errors 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2610 | "rustc_target 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2611 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2612 | "syntax 0.0.0", |
| 2613 | "syntax_pos 0.0.0", |
| 2614 | ] |
| 2615 | |
| 2616 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 2617 | name = "rustc_apfloat" |
| 2618 | version = "0.0.0" |
| 2619 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2620 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 2621 | "rustc_cratesio_shim 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2622 | "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] | 2623 | ] |
| 2624 | |
| 2625 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2626 | name = "rustc_asan" |
| 2627 | version = "0.0.0" |
| 2628 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2629 | "alloc 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2630 | "build_helper 0.1.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2631 | "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 2632 | "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] | 2633 | "core 0.0.0", |
| 2634 | ] |
| 2635 | |
| 2636 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2637 | name = "rustc_borrowck" |
| 2638 | version = "0.0.0" |
| 2639 | dependencies = [ |
| 2640 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2641 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2642 | "rustc 0.0.0", |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 2643 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2644 | "rustc_errors 0.0.0", |
| 2645 | "rustc_mir 0.0.0", |
| 2646 | "syntax 0.0.0", |
| 2647 | "syntax_pos 0.0.0", |
| 2648 | ] |
| 2649 | |
| 2650 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2651 | name = "rustc_codegen_llvm" |
| 2652 | version = "0.0.0" |
| 2653 | dependencies = [ |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 2654 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Michael Woerister | abd5cc3 | 2018-08-31 13:18:08 | [diff] [blame] | 2655 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2656 | "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] | 2657 | "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] | 2658 | "rustc_llvm 0.0.0", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2659 | ] |
| 2660 | |
| 2661 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 2662 | name = "rustc_codegen_ssa" |
| 2663 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 2664 | dependencies = [ |
bjorn3 | d6d8a33 | 2018-11-18 17:06:31 | [diff] [blame] | 2665 | "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] | 2666 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2667 | "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] | 2668 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2669 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 2670 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2671 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
bjorn3 | d6d8a33 | 2018-11-18 17:06:31 | [diff] [blame] | 2672 | "rustc 0.0.0", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2673 | "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
bjorn3 | d6d8a33 | 2018-11-18 17:06:31 | [diff] [blame] | 2674 | "rustc_allocator 0.0.0", |
| 2675 | "rustc_apfloat 0.0.0", |
| 2676 | "rustc_codegen_utils 0.0.0", |
| 2677 | "rustc_data_structures 0.0.0", |
| 2678 | "rustc_errors 0.0.0", |
| 2679 | "rustc_fs_util 0.0.0", |
| 2680 | "rustc_incremental 0.0.0", |
| 2681 | "rustc_mir 0.0.0", |
| 2682 | "rustc_target 0.0.0", |
| 2683 | "serialize 0.0.0", |
| 2684 | "syntax 0.0.0", |
| 2685 | "syntax_pos 0.0.0", |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 2686 | ] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 2687 | |
| 2688 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2689 | name = "rustc_codegen_utils" |
| 2690 | version = "0.0.0" |
| 2691 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2692 | "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2693 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2694 | "rustc 0.0.0", |
| 2695 | "rustc_data_structures 0.0.0", |
| 2696 | "rustc_incremental 0.0.0", |
bjorn3 | c859919 | 2018-10-25 13:11:59 | [diff] [blame] | 2697 | "rustc_metadata 0.0.0", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2698 | "rustc_mir 0.0.0", |
| 2699 | "rustc_target 0.0.0", |
| 2700 | "syntax 0.0.0", |
| 2701 | "syntax_pos 0.0.0", |
| 2702 | ] |
| 2703 | |
| 2704 | [[package]] |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 2705 | name = "rustc_cratesio_shim" |
| 2706 | version = "0.0.0" |
| 2707 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2708 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2709 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2710 | "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] | 2711 | ] |
| 2712 | |
| 2713 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2714 | name = "rustc_data_structures" |
| 2715 | version = "0.0.0" |
| 2716 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2717 | "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] | 2718 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Diogo Sousa | 3fc275d | 2018-10-13 14:43:12 | [diff] [blame] | 2719 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2720 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2721 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
John Kåre Alsaker | 7ebd4d6 | 2018-05-24 03:37:40 | [diff] [blame] | 2722 | "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] | 2723 | "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2724 | "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] | 2725 | "rustc_cratesio_shim 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2726 | "serialize 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2727 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2728 | "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] | 2729 | ] |
| 2730 | |
| 2731 | [[package]] |
| 2732 | name = "rustc_driver" |
| 2733 | version = "0.0.0" |
| 2734 | dependencies = [ |
| 2735 | "arena 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2736 | "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] | 2737 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2738 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2739 | "rustc 0.0.0", |
John Kåre Alsaker | f273f28 | 2018-06-06 13:25:47 | [diff] [blame] | 2740 | "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] | 2741 | "rustc_allocator 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2742 | "rustc_borrowck 0.0.0", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 2743 | "rustc_codegen_utils 0.0.0", |
Michael Woerister | bd1ce91 | 2016-10-29 01:26:01 | [diff] [blame] | 2744 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2745 | "rustc_errors 0.0.0", |
| 2746 | "rustc_incremental 0.0.0", |
| 2747 | "rustc_lint 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2748 | "rustc_metadata 0.0.0", |
| 2749 | "rustc_mir 0.0.0", |
| 2750 | "rustc_passes 0.0.0", |
| 2751 | "rustc_plugin 0.0.0", |
| 2752 | "rustc_privacy 0.0.0", |
| 2753 | "rustc_resolve 0.0.0", |
| 2754 | "rustc_save_analysis 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2755 | "rustc_target 0.0.0", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2756 | "rustc_traits 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2757 | "rustc_typeck 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2758 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2759 | "serialize 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2760 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2761 | "syntax 0.0.0", |
| 2762 | "syntax_ext 0.0.0", |
| 2763 | "syntax_pos 0.0.0", |
| 2764 | ] |
| 2765 | |
| 2766 | [[package]] |
| 2767 | name = "rustc_errors" |
| 2768 | version = "0.0.0" |
| 2769 | dependencies = [ |
Ralf Jung | a171ed2 | 2018-07-27 13:10:52 | [diff] [blame] | 2770 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2771 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2772 | "rustc_cratesio_shim 0.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2773 | "rustc_data_structures 0.0.0", |
Niko Matsakis | d9aaca7 | 2017-01-28 23:13:21 | [diff] [blame] | 2774 | "serialize 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2775 | "syntax_pos 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2776 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 2777 | "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] | 2778 | ] |
| 2779 | |
| 2780 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 2781 | name = "rustc_fs_util" |
| 2782 | version = "0.0.0" |
| 2783 | |
| 2784 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2785 | name = "rustc_incremental" |
| 2786 | version = "0.0.0" |
| 2787 | dependencies = [ |
| 2788 | "graphviz 0.0.0", |
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)", |
Eduard-Mihai Burtescu | 4529d10 | 2018-09-15 08:40:25 | [diff] [blame] | 2790 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2791 | "rustc 0.0.0", |
| 2792 | "rustc_data_structures 0.0.0", |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 2793 | "rustc_fs_util 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2794 | "serialize 0.0.0", |
| 2795 | "syntax 0.0.0", |
| 2796 | "syntax_pos 0.0.0", |
| 2797 | ] |
| 2798 | |
| 2799 | [[package]] |
| 2800 | name = "rustc_lint" |
| 2801 | version = "0.0.0" |
| 2802 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2803 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2804 | "rustc 0.0.0", |
Oliver Scherer | 4a9ed3f | 2018-11-01 18:03:38 | [diff] [blame] | 2805 | "rustc_data_structures 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2806 | "rustc_target 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2807 | "syntax 0.0.0", |
| 2808 | "syntax_pos 0.0.0", |
| 2809 | ] |
| 2810 | |
| 2811 | [[package]] |
| 2812 | name = "rustc_llvm" |
| 2813 | version = "0.0.0" |
| 2814 | dependencies = [ |
| 2815 | "build_helper 0.1.0", |
Hugues de Valon | 4af681c | 2019-01-09 14:51:22 | [diff] [blame] | 2816 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2817 | ] |
| 2818 | |
| 2819 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2820 | name = "rustc_lsan" |
| 2821 | version = "0.0.0" |
| 2822 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2823 | "alloc 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2824 | "build_helper 0.1.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2825 | "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 2826 | "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] | 2827 | "core 0.0.0", |
| 2828 | ] |
| 2829 | |
| 2830 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2831 | name = "rustc_metadata" |
| 2832 | version = "0.0.0" |
| 2833 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2834 | "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2835 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Nicholas Nethercote | 818257e | 2018-10-31 21:59:32 | [diff] [blame] | 2836 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2837 | "rustc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2838 | "rustc_data_structures 0.0.0", |
| 2839 | "rustc_errors 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2840 | "rustc_target 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2841 | "serialize 0.0.0", |
Nicholas Nethercote | 818257e | 2018-10-31 21:59:32 | [diff] [blame] | 2842 | "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] | 2843 | "syntax 0.0.0", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 2844 | "syntax_ext 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2845 | "syntax_pos 0.0.0", |
| 2846 | ] |
| 2847 | |
| 2848 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2849 | name = "rustc_mir" |
| 2850 | version = "0.0.0" |
| 2851 | dependencies = [ |
Oliver Schneider | aedd4c6 | 2018-03-05 09:21:11 | [diff] [blame] | 2852 | "arena 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2853 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Santiago Pastorino | 9de4e34 | 2018-05-29 11:54:15 | [diff] [blame] | 2854 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2855 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2856 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2857 | "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] | 2858 | "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] | 2859 | "rustc 0.0.0", |
Oliver Schneider | acac585 | 2017-12-12 16:14:49 | [diff] [blame] | 2860 | "rustc_apfloat 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2861 | "rustc_data_structures 0.0.0", |
Felix S. Klock II | 8e79fc7 | 2017-07-03 15:25:03 | [diff] [blame] | 2862 | "rustc_errors 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2863 | "rustc_target 0.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2864 | "serialize 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2865 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2866 | "syntax 0.0.0", |
| 2867 | "syntax_pos 0.0.0", |
| 2868 | ] |
| 2869 | |
| 2870 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2871 | name = "rustc_msan" |
| 2872 | version = "0.0.0" |
| 2873 | dependencies = [ |
Alex Crichton | 695dee0 | 2017-06-03 21:54:08 | [diff] [blame] | 2874 | "alloc 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2875 | "build_helper 0.1.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2876 | "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 2877 | "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] | 2878 | "core 0.0.0", |
| 2879 | ] |
| 2880 | |
| 2881 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2882 | name = "rustc_passes" |
| 2883 | version = "0.0.0" |
| 2884 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2885 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2886 | "rustc 0.0.0", |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 2887 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2888 | "rustc_errors 0.0.0", |
Oliver Schneider | aedd4c6 | 2018-03-05 09:21:11 | [diff] [blame] | 2889 | "rustc_mir 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2890 | "syntax 0.0.0", |
John Kåre Alsaker | 1bdd2f6 | 2019-01-17 06:28:39 | [diff] [blame] | 2891 | "syntax_ext 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2892 | "syntax_pos 0.0.0", |
| 2893 | ] |
| 2894 | |
| 2895 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2896 | name = "rustc_plugin" |
| 2897 | version = "0.0.0" |
| 2898 | dependencies = [ |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2899 | "rustc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2900 | "rustc_errors 0.0.0", |
| 2901 | "rustc_metadata 0.0.0", |
| 2902 | "syntax 0.0.0", |
| 2903 | "syntax_pos 0.0.0", |
| 2904 | ] |
| 2905 | |
| 2906 | [[package]] |
| 2907 | name = "rustc_privacy" |
| 2908 | version = "0.0.0" |
| 2909 | dependencies = [ |
Aaron Hill | afb1921 | 2019-01-13 23:07:42 | [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", |
John Kåre Alsaker | b74e97c | 2018-02-27 16:11:14 | [diff] [blame] | 2912 | "rustc_data_structures 0.0.0", |
Vadim Petrochenkov | 419069d | 2017-09-16 13:45:49 | [diff] [blame] | 2913 | "rustc_typeck 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2914 | "syntax 0.0.0", |
| 2915 | "syntax_pos 0.0.0", |
| 2916 | ] |
| 2917 | |
| 2918 | [[package]] |
| 2919 | name = "rustc_resolve" |
| 2920 | version = "0.0.0" |
| 2921 | dependencies = [ |
| 2922 | "arena 0.0.0", |
Vadim Petrochenkov | 0d8e9cd | 2018-10-04 10:41:58 | [diff] [blame] | 2923 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2924 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2925 | "rustc 0.0.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2926 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2927 | "rustc_errors 0.0.0", |
Mark Rousskov | 5aec365 | 2018-07-31 21:23:31 | [diff] [blame] | 2928 | "rustc_metadata 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2929 | "syntax 0.0.0", |
| 2930 | "syntax_pos 0.0.0", |
| 2931 | ] |
| 2932 | |
| 2933 | [[package]] |
| 2934 | name = "rustc_save_analysis" |
| 2935 | version = "0.0.0" |
| 2936 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2937 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 2938 | "rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 2939 | "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] | 2940 | "rustc 0.0.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2941 | "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] | 2942 | "rustc_codegen_utils 0.0.0", |
Nick Cameron | 27b9182 | 2017-08-01 02:43:11 | [diff] [blame] | 2943 | "rustc_data_structures 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2944 | "rustc_target 0.0.0", |
Niko Matsakis | 3039398 | 2017-05-03 16:18:04 | [diff] [blame] | 2945 | "rustc_typeck 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2946 | "syntax 0.0.0", |
| 2947 | "syntax_pos 0.0.0", |
| 2948 | ] |
| 2949 | |
| 2950 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2951 | name = "rustc_target" |
| 2952 | version = "0.0.0" |
| 2953 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2954 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2955 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 2956 | "rustc_cratesio_shim 0.0.0", |
Oliver Scherer | 740fb0c | 2018-11-01 15:01:24 | [diff] [blame] | 2957 | "rustc_data_structures 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2958 | "serialize 0.0.0", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 2959 | ] |
| 2960 | |
| 2961 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 2962 | name = "rustc_tools_util" |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 2963 | version = "0.1.1" |
Matthias Krüger | c09d4e7 | 2019-01-05 14:40:10 | [diff] [blame] | 2964 | |
| 2965 | [[package]] |
| 2966 | name = "rustc_tools_util" |
Hugues de Valon | 65ac315 | 2019-01-10 12:42:14 | [diff] [blame] | 2967 | version = "0.1.1" |
| 2968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 2969 | |
| 2970 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2971 | name = "rustc_traits" |
| 2972 | version = "0.0.0" |
| 2973 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2974 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
scalexm | da9467d | 2018-11-28 21:11:00 | [diff] [blame] | 2975 | "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] | 2976 | "graphviz 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2977 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2978 | "rustc 0.0.0", |
| 2979 | "rustc_data_structures 0.0.0", |
scalexm | 3510805 | 2018-10-31 21:07:54 | [diff] [blame] | 2980 | "rustc_target 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 2981 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 2982 | "syntax 0.0.0", |
| 2983 | "syntax_pos 0.0.0", |
| 2984 | ] |
| 2985 | |
| 2986 | [[package]] |
Jorge Aparicio | 9af6aa3 | 2016-12-30 04:28:11 | [diff] [blame] | 2987 | name = "rustc_tsan" |
| 2988 | version = "0.0.0" |
| 2989 | dependencies = [ |
Tatsuyuki Ishi | 611b111 | 2017-06-24 08:48:27 | [diff] [blame] | 2990 | "alloc 0.0.0", |
Jorge Aparicio | 22097e6 | 2017-02-05 01:10:29 | [diff] [blame] | 2991 | "build_helper 0.1.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2992 | "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 2993 | "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] | 2994 | "core 0.0.0", |
| 2995 | ] |
| 2996 | |
| 2997 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2998 | name = "rustc_typeck" |
| 2999 | version = "0.0.0" |
| 3000 | dependencies = [ |
| 3001 | "arena 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3002 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3003 | "rustc 0.0.0", |
Tim Neumann | fc2216c | 2016-11-18 10:31:44 | [diff] [blame] | 3004 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3005 | "rustc_errors 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 3006 | "rustc_target 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 3007 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3008 | "syntax 0.0.0", |
| 3009 | "syntax_pos 0.0.0", |
| 3010 | ] |
| 3011 | |
| 3012 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3013 | name = "rustc_version" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3014 | version = "0.2.3" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3016 | dependencies = [ |
| 3017 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3018 | ] |
| 3019 | |
| 3020 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3021 | name = "rustdoc" |
| 3022 | version = "0.0.0" |
| 3023 | dependencies = [ |
Guillaume Gomez | f978563 | 2019-01-24 23:07:08 | [diff] [blame] | 3024 | "minifier 0.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
QuietMisdreavus | 354507e | 2018-09-02 02:20:39 | [diff] [blame] | 3025 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Manish Goregaokar | 6818551 | 2018-02-18 21:33:56 | [diff] [blame] | 3026 | "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] | 3027 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 3028 | ] |
| 3029 | |
| 3030 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 3031 | name = "rustdoc-themes" |
| 3032 | version = "0.1.0" |
| 3033 | |
| 3034 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 3035 | name = "rustdoc-tool" |
| 3036 | version = "0.0.0" |
| 3037 | dependencies = [ |
| 3038 | "rustdoc 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3039 | ] |
| 3040 | |
| 3041 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 3042 | name = "rustfix" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3043 | version = "0.4.4" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3045 | dependencies = [ |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 3046 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3047 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3048 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3049 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3050 | "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] | 3051 | ] |
| 3052 | |
| 3053 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3054 | name = "rustfmt-nightly" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 3055 | version = "1.0.3" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 3056 | dependencies = [ |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3057 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 3058 | "bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3059 | "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] | 3060 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 3061 | "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 3062 | "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3063 | "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] | 3064 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3065 | "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 3066 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3067 | "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] | 3068 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3069 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 3070 | "rustc-ap-rustc_target 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3071 | "rustc-ap-syntax 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3072 | "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] | 3073 | "rustc-workspace-hack 1.0.0", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3074 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3075 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3076 | "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] | 3077 | "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3078 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3079 | "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 3080 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3081 | "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] | 3082 | ] |
| 3083 | |
| 3084 | [[package]] |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 3085 | name = "rusty-fork" |
| 3086 | version = "0.2.1" |
| 3087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3088 | dependencies = [ |
| 3089 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3090 | "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] | 3091 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 3092 | "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3093 | ] |
| 3094 | |
| 3095 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3096 | name = "ryu" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3097 | version = "0.2.7" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3099 | |
| 3100 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3101 | name = "same-file" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3102 | version = "1.0.4" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3104 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3105 | "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] | 3106 | ] |
| 3107 | |
| 3108 | [[package]] |
| 3109 | name = "schannel" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3110 | version = "0.1.14" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3112 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3113 | "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] | 3114 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3115 | ] |
| 3116 | |
| 3117 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3118 | name = "scoped-tls" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3119 | version = "0.1.2" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3121 | |
| 3122 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 3123 | name = "scoped_threadpool" |
| 3124 | version = "0.1.9" |
| 3125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3126 | |
| 3127 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 3128 | name = "scopeguard" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3129 | version = "0.3.3" |
| 3130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3131 | |
| 3132 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3133 | name = "semver" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3134 | version = "0.9.0" |
| 3135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3136 | dependencies = [ |
| 3137 | "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] | 3138 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3139 | ] |
| 3140 | |
| 3141 | [[package]] |
| 3142 | name = "semver-parser" |
| 3143 | version = "0.7.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3145 | |
| 3146 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3147 | name = "serde" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3148 | version = "1.0.82" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3150 | dependencies = [ |
| 3151 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3152 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3153 | |
| 3154 | [[package]] |
| 3155 | name = "serde_derive" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3156 | version = "1.0.81" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3158 | dependencies = [ |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 3159 | "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] | 3160 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3161 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3162 | ] |
| 3163 | |
| 3164 | [[package]] |
| 3165 | name = "serde_ignored" |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 3166 | version = "0.0.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3168 | dependencies = [ |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3169 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3170 | ] |
| 3171 | |
| 3172 | [[package]] |
| 3173 | name = "serde_json" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3174 | version = "1.0.33" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3176 | dependencies = [ |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 3177 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3178 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3179 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3180 | ] |
| 3181 | |
| 3182 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3183 | name = "serialize" |
| 3184 | version = "0.0.0" |
Igor Gutorov | 4d81fe9 | 2018-08-13 19:15:16 | [diff] [blame] | 3185 | dependencies = [ |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 3186 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Igor Gutorov | 4d81fe9 | 2018-08-13 19:15:16 | [diff] [blame] | 3187 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3188 | |
| 3189 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3190 | name = "sha-1" |
| 3191 | version = "0.7.0" |
| 3192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3193 | dependencies = [ |
| 3194 | "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3195 | "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3196 | "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3197 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3198 | ] |
| 3199 | |
| 3200 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3201 | name = "shell-escape" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3202 | version = "0.1.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3204 | |
| 3205 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 3206 | name = "shlex" |
| 3207 | version = "0.1.1" |
| 3208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3209 | |
| 3210 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 3211 | name = "signal-hook" |
| 3212 | version = "0.1.7" |
| 3213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3214 | dependencies = [ |
| 3215 | "arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3216 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3217 | ] |
| 3218 | |
| 3219 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3220 | name = "siphasher" |
| 3221 | version = "0.2.2" |
| 3222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3223 | |
| 3224 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 3225 | name = "slab" |
| 3226 | version = "0.4.2" |
| 3227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3228 | |
| 3229 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 3230 | name = "smallvec" |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 3231 | version = "0.6.7" |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 3232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3233 | dependencies = [ |
| 3234 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3235 | ] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 3236 | |
| 3237 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 3238 | name = "socket2" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3239 | version = "0.3.8" |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 3240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3241 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3242 | "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] | 3243 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3244 | "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] | 3245 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 3246 | ] |
| 3247 | |
| 3248 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 3249 | name = "stable_deref_trait" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3250 | version = "1.1.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 3251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3252 | |
| 3253 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3254 | name = "std" |
| 3255 | version = "0.0.0" |
| 3256 | dependencies = [ |
| 3257 | "alloc 0.0.0", |
Alex Crichton | 8d50057 | 2018-12-15 00:47:18 | [diff] [blame] | 3258 | "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] | 3259 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 3260 | "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] | 3261 | "core 0.0.0", |
Alex Crichton | 059ed4f | 2019-01-25 15:23:18 | [diff] [blame] | 3262 | "dlmalloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Jethro Beekman | dcb5db8 | 2018-12-19 11:56:17 | [diff] [blame] | 3263 | "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] | 3264 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3265 | "panic_abort 0.0.0", |
| 3266 | "panic_unwind 0.0.0", |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 3267 | "profiler_builtins 0.0.0", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3268 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3269 | "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] | 3270 | "rustc_asan 0.0.0", |
| 3271 | "rustc_lsan 0.0.0", |
| 3272 | "rustc_msan 0.0.0", |
| 3273 | "rustc_tsan 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3274 | "unwind 0.0.0", |
| 3275 | ] |
| 3276 | |
| 3277 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3278 | name = "string_cache" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3279 | version = "0.7.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3281 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3282 | "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] | 3283 | "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3284 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3285 | "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] | 3286 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3287 | "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3288 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3289 | ] |
| 3290 | |
| 3291 | [[package]] |
| 3292 | name = "string_cache_codegen" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3293 | version = "0.4.1" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3295 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3296 | "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3297 | "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3298 | "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3299 | "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3300 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3301 | ] |
| 3302 | |
| 3303 | [[package]] |
| 3304 | name = "string_cache_shared" |
| 3305 | version = "0.3.0" |
| 3306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3307 | |
| 3308 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3309 | name = "strsim" |
Aleksey Kladov | b15b023 | 2018-03-16 10:37:14 | [diff] [blame] | 3310 | version = "0.7.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3312 | |
| 3313 | [[package]] |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 3314 | name = "strum" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 3315 | version = "0.11.0" |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 3316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3317 | |
| 3318 | [[package]] |
| 3319 | name = "strum_macros" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 3320 | version = "0.11.0" |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 3321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3322 | dependencies = [ |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 3323 | "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 3324 | "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] | 3325 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3326 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Matt Ickstadt | 0ab516f | 2018-04-21 21:06:13 | [diff] [blame] | 3327 | ] |
| 3328 | |
| 3329 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3330 | name = "syn" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3331 | version = "0.11.11" |
| 3332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3333 | dependencies = [ |
| 3334 | "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3335 | "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3336 | "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3337 | ] |
| 3338 | |
| 3339 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 3340 | name = "syn" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3341 | version = "0.15.22" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 3342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3343 | dependencies = [ |
| 3344 | "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] | 3345 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3346 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3347 | ] |
| 3348 | |
| 3349 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3350 | name = "synom" |
| 3351 | version = "0.11.3" |
| 3352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3353 | dependencies = [ |
| 3354 | "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3355 | ] |
| 3356 | |
| 3357 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 3358 | name = "synstructure" |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 3359 | version = "0.10.1" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 3360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3361 | dependencies = [ |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 3362 | "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] | 3363 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3364 | "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 3365 | "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] | 3366 | ] |
| 3367 | |
| 3368 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3369 | name = "syntax" |
| 3370 | version = "0.0.0" |
| 3371 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3372 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3373 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Mark-Simulacrum | 7bbebb1 | 2016-11-03 04:33:35 | [diff] [blame] | 3374 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3375 | "rustc_errors 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 3376 | "rustc_target 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3377 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3378 | "serialize 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 3379 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3380 | "syntax_pos 0.0.0", |
| 3381 | ] |
| 3382 | |
| 3383 | [[package]] |
| 3384 | name = "syntax_ext" |
| 3385 | version = "0.0.0" |
| 3386 | dependencies = [ |
| 3387 | "fmt_macros 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3388 | "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] | 3389 | "rustc_data_structures 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3390 | "rustc_errors 0.0.0", |
Irina Popa | 04fa0e7 | 2018-04-25 16:30:39 | [diff] [blame] | 3391 | "rustc_target 0.0.0", |
Nicholas Nethercote | ecf6cd4 | 2018-11-28 21:52:22 | [diff] [blame] | 3392 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3393 | "syntax 0.0.0", |
| 3394 | "syntax_pos 0.0.0", |
| 3395 | ] |
| 3396 | |
| 3397 | [[package]] |
| 3398 | name = "syntax_pos" |
| 3399 | version = "0.0.0" |
| 3400 | dependencies = [ |
John Kåre Alsaker | ca32340 | 2018-05-10 14:27:46 | [diff] [blame] | 3401 | "arena 0.0.0", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3402 | "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] | 3403 | "rustc_data_structures 0.0.0", |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3404 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3405 | "serialize 0.0.0", |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 3406 | "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] | 3407 | ] |
| 3408 | |
| 3409 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3410 | name = "tar" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3411 | version = "0.4.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3413 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3414 | "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] | 3415 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3416 | "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] | 3417 | "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3418 | ] |
| 3419 | |
| 3420 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 3421 | name = "tempfile" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3422 | version = "3.0.5" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 3423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3424 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3425 | "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] | 3426 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3427 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3428 | "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] | 3429 | "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] | 3430 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 3431 | ] |
| 3432 | |
| 3433 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3434 | name = "tendril" |
| 3435 | version = "0.4.0" |
| 3436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3437 | dependencies = [ |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3438 | "futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3439 | "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3440 | "utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3441 | ] |
| 3442 | |
| 3443 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3444 | name = "term" |
| 3445 | version = "0.0.0" |
| 3446 | |
| 3447 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3448 | name = "term" |
Alan Du | 253ade5 | 2018-03-19 14:14:13 | [diff] [blame] | 3449 | version = "0.5.1" |
| 3450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3451 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3452 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3453 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alan Du | 253ade5 | 2018-03-19 14:14:13 | [diff] [blame] | 3454 | ] |
| 3455 | |
| 3456 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3457 | name = "termcolor" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3458 | version = "1.0.4" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3460 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3461 | "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3462 | ] |
| 3463 | |
| 3464 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3465 | name = "termion" |
| 3466 | version = "1.5.1" |
| 3467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3468 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3469 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3470 | "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] | 3471 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3472 | ] |
| 3473 | |
| 3474 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3475 | name = "test" |
| 3476 | version = "0.0.0" |
| 3477 | dependencies = [ |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3478 | "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] | 3479 | "proc_macro 0.0.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3480 | "term 0.0.0", |
| 3481 | ] |
| 3482 | |
| 3483 | [[package]] |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 3484 | name = "textwrap" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3485 | version = "0.10.0" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 3486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3487 | dependencies = [ |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 3488 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 3489 | ] |
| 3490 | |
| 3491 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3492 | name = "thread_local" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3493 | version = "0.3.6" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3495 | dependencies = [ |
Igor Matuszewski | 14b1b57 | 2018-12-10 07:58:08 | [diff] [blame] | 3496 | "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] | 3497 | ] |
| 3498 | |
| 3499 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3500 | name = "tidy" |
| 3501 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 3502 | dependencies = [ |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3503 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3504 | "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3505 | "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] | 3506 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3507 | |
| 3508 | [[package]] |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 3509 | name = "time" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3510 | version = "0.1.40" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 3511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3512 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3513 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3514 | "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] | 3515 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 3516 | ] |
| 3517 | |
| 3518 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 3519 | name = "tokio" |
| 3520 | version = "0.1.14" |
| 3521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3522 | dependencies = [ |
| 3523 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3524 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3525 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3526 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3527 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3528 | "tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3529 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3530 | "tokio-fs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3531 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3532 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3533 | "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3534 | "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3535 | "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3536 | "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3537 | "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3538 | ] |
| 3539 | |
| 3540 | [[package]] |
| 3541 | name = "tokio-codec" |
| 3542 | version = "0.1.1" |
| 3543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3544 | dependencies = [ |
| 3545 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3546 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3547 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3548 | ] |
| 3549 | |
| 3550 | [[package]] |
| 3551 | name = "tokio-current-thread" |
| 3552 | version = "0.1.4" |
| 3553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3554 | dependencies = [ |
| 3555 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3556 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3557 | ] |
| 3558 | |
| 3559 | [[package]] |
| 3560 | name = "tokio-executor" |
| 3561 | version = "0.1.6" |
| 3562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3563 | dependencies = [ |
| 3564 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3565 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3566 | ] |
| 3567 | |
| 3568 | [[package]] |
| 3569 | name = "tokio-fs" |
| 3570 | version = "0.1.5" |
| 3571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3572 | dependencies = [ |
| 3573 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3574 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3575 | "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3576 | ] |
| 3577 | |
| 3578 | [[package]] |
| 3579 | name = "tokio-io" |
| 3580 | version = "0.1.11" |
| 3581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3582 | dependencies = [ |
| 3583 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3584 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3585 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3586 | ] |
| 3587 | |
| 3588 | [[package]] |
| 3589 | name = "tokio-process" |
| 3590 | version = "0.2.3" |
| 3591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3592 | dependencies = [ |
| 3593 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3594 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3595 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3596 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3597 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3598 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3599 | "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3600 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3601 | ] |
| 3602 | |
| 3603 | [[package]] |
| 3604 | name = "tokio-reactor" |
| 3605 | version = "0.1.8" |
| 3606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3607 | dependencies = [ |
| 3608 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3609 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3610 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3611 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3612 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3613 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3614 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3615 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3616 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3617 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3618 | ] |
| 3619 | |
| 3620 | [[package]] |
| 3621 | name = "tokio-signal" |
| 3622 | version = "0.2.7" |
| 3623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3624 | dependencies = [ |
| 3625 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3626 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3627 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3628 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3629 | "signal-hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3630 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3631 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3632 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3633 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3634 | ] |
| 3635 | |
| 3636 | [[package]] |
| 3637 | name = "tokio-tcp" |
| 3638 | version = "0.1.3" |
| 3639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3640 | dependencies = [ |
| 3641 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3642 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3643 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3644 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3645 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3646 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3647 | ] |
| 3648 | |
| 3649 | [[package]] |
| 3650 | name = "tokio-threadpool" |
| 3651 | version = "0.1.10" |
| 3652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3653 | dependencies = [ |
| 3654 | "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3655 | "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3656 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3657 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3658 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3659 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3660 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3661 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3662 | ] |
| 3663 | |
| 3664 | [[package]] |
| 3665 | name = "tokio-timer" |
| 3666 | version = "0.2.8" |
| 3667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3668 | dependencies = [ |
| 3669 | "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3670 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3671 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3672 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3673 | ] |
| 3674 | |
| 3675 | [[package]] |
| 3676 | name = "tokio-udp" |
| 3677 | version = "0.1.3" |
| 3678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3679 | dependencies = [ |
| 3680 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3681 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3682 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3683 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3684 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3685 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3686 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3687 | ] |
| 3688 | |
| 3689 | [[package]] |
| 3690 | name = "tokio-uds" |
| 3691 | version = "0.2.5" |
| 3692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3693 | dependencies = [ |
| 3694 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3695 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3696 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3697 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3698 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3699 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3700 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3701 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3702 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3703 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3704 | ] |
| 3705 | |
| 3706 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3707 | name = "toml" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3708 | version = "0.4.10" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3710 | dependencies = [ |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3711 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3712 | ] |
| 3713 | |
| 3714 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 3715 | name = "toml-query" |
| 3716 | version = "0.6.0" |
| 3717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3718 | dependencies = [ |
| 3719 | "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3720 | "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] | 3721 | "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] | 3722 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3723 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 3724 | ] |
| 3725 | |
| 3726 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3727 | name = "toml-query" |
| 3728 | version = "0.7.0" |
| 3729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3730 | dependencies = [ |
| 3731 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3732 | "is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3733 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3734 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3735 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3736 | ] |
| 3737 | |
| 3738 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 3739 | name = "typenum" |
| 3740 | version = "1.10.0" |
| 3741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3742 | |
| 3743 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3744 | name = "ucd-trie" |
| 3745 | version = "0.1.1" |
| 3746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3747 | |
| 3748 | [[package]] |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3749 | name = "ucd-util" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3750 | version = "0.1.3" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3752 | |
| 3753 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3754 | name = "unicode-bidi" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 3755 | version = "0.3.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3757 | dependencies = [ |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3758 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3759 | ] |
| 3760 | |
| 3761 | [[package]] |
| 3762 | name = "unicode-normalization" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3763 | version = "0.1.7" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3765 | |
| 3766 | [[package]] |
| 3767 | name = "unicode-segmentation" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3768 | version = "1.2.1" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3770 | |
| 3771 | [[package]] |
| 3772 | name = "unicode-width" |
Mark Simulacrum | ad97f8b | 2018-06-22 15:48:43 | [diff] [blame] | 3773 | version = "0.1.5" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3775 | |
| 3776 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3777 | name = "unicode-xid" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3778 | version = "0.0.4" |
| 3779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3780 | |
| 3781 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 3782 | name = "unicode-xid" |
| 3783 | version = "0.1.0" |
| 3784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3785 | |
| 3786 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 3787 | name = "unicode_categories" |
| 3788 | version = "0.1.1" |
| 3789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3790 | |
| 3791 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3792 | name = "unreachable" |
Nick Cameron | 3dad197 | 2017-06-26 13:43:09 | [diff] [blame] | 3793 | version = "1.0.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3795 | dependencies = [ |
| 3796 | "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3797 | ] |
| 3798 | |
| 3799 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 3800 | name = "unstable-book-gen" |
| 3801 | version = "0.1.0" |
| 3802 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3803 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 3804 | "tidy 0.1.0", |
| 3805 | ] |
| 3806 | |
| 3807 | [[package]] |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 3808 | name = "unwind" |
| 3809 | version = "0.0.0" |
| 3810 | dependencies = [ |
Lokathor | f532dfe9 | 2019-01-07 19:52:05 | [diff] [blame] | 3811 | "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] | 3812 | "core 0.0.0", |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3813 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 3814 | ] |
| 3815 | |
| 3816 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3817 | name = "url" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3818 | version = "1.7.2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3820 | dependencies = [ |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3821 | "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3822 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3823 | "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] | 3824 | ] |
| 3825 | |
| 3826 | [[package]] |
| 3827 | name = "url_serde" |
| 3828 | version = "0.2.0" |
| 3829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3830 | dependencies = [ |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 3831 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3832 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3833 | ] |
| 3834 | |
| 3835 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3836 | name = "utf-8" |
| 3837 | version = "0.7.2" |
| 3838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3839 | |
| 3840 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3841 | name = "utf8-ranges" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3842 | version = "1.0.2" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3844 | |
| 3845 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3846 | name = "vcpkg" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3847 | version = "0.2.6" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3849 | |
| 3850 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3851 | name = "vec_map" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3852 | version = "0.8.1" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3854 | |
| 3855 | [[package]] |
Ralf Jung | 8d908b5 | 2018-09-17 07:20:03 | [diff] [blame] | 3856 | name = "vergen" |
Ralf Jung | f2a6db7 | 2018-12-07 09:12:01 | [diff] [blame] | 3857 | version = "3.0.4" |
Ralf Jung | 8d908b5 | 2018-09-17 07:20:03 | [diff] [blame] | 3858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3859 | dependencies = [ |
| 3860 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3861 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Eric Huss | 55917ba | 2019-02-03 22:42:29 | [diff] [blame] | 3862 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | 8d908b5 | 2018-09-17 07:20:03 | [diff] [blame] | 3863 | ] |
| 3864 | |
| 3865 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3866 | name = "version_check" |
| 3867 | version = "0.1.5" |
| 3868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3869 | |
| 3870 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3871 | name = "void" |
| 3872 | version = "1.0.2" |
| 3873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3874 | |
| 3875 | [[package]] |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 3876 | name = "wait-timeout" |
| 3877 | version = "0.1.5" |
| 3878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3879 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3880 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | d99e7c2 | 2018-09-28 18:27:30 | [diff] [blame] | 3881 | ] |
| 3882 | |
| 3883 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3884 | name = "walkdir" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3885 | version = "2.2.7" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3887 | dependencies = [ |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3888 | "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] | 3889 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3890 | "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] | 3891 | ] |
| 3892 | |
| 3893 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3894 | name = "winapi" |
| 3895 | version = "0.2.8" |
| 3896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3897 | |
| 3898 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3899 | name = "winapi" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3900 | version = "0.3.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3902 | dependencies = [ |
| 3903 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3904 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3905 | ] |
| 3906 | |
| 3907 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3908 | name = "winapi-build" |
| 3909 | version = "0.1.1" |
| 3910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3911 | |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3912 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3913 | name = "winapi-i686-pc-windows-gnu" |
| 3914 | version = "0.4.0" |
| 3915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3916 | |
| 3917 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3918 | name = "winapi-util" |
| 3919 | version = "0.1.1" |
| 3920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3921 | dependencies = [ |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3922 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3923 | ] |
| 3924 | |
| 3925 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 3926 | name = "winapi-x86_64-pc-windows-gnu" |
| 3927 | version = "0.4.0" |
| 3928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3929 | |
| 3930 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3931 | name = "wincolor" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3932 | version = "1.0.1" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 3933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3934 | dependencies = [ |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 3935 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3936 | "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] | 3937 | ] |
| 3938 | |
| 3939 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 3940 | name = "ws2_32-sys" |
| 3941 | version = "0.2.1" |
| 3942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3943 | dependencies = [ |
| 3944 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3945 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 3946 | ] |
| 3947 | |
| 3948 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3949 | name = "xattr" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 3950 | version = "0.2.2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3952 | dependencies = [ |
John Paul Adrian Glaubitz | 1e903c3 | 2019-01-06 10:01:42 | [diff] [blame] | 3953 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3954 | ] |
| 3955 | |
| 3956 | [[package]] |
| 3957 | name = "xz2" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3958 | version = "0.1.5" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3960 | dependencies = [ |
Bastien Orivel | 933c299 | 2018-07-06 20:52:40 | [diff] [blame] | 3961 | "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] | 3962 | ] |
| 3963 | |
| 3964 | [[package]] |
| 3965 | name = "yaml-rust" |
| 3966 | version = "0.3.5" |
| 3967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3968 | |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3969 | [metadata] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3970 | "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" |
| 3971 | "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] | 3972 | "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] | 3973 | "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] | 3974 | "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^] | 3975 | "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] | 3976 | "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] | 3977 | "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] | 3978 | "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] | 3979 | "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] | 3980 | "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] | 3981 | "checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a" |
| 3982 | "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] | 3983 | "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] | 3984 | "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^] | 3985 | "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] | 3986 | "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] | 3987 | "checksum bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8" |
| 3988 | "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] | 3989 | "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^] | 3990 | "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] | 3991 | "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] | 3992 | "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] | 3993 | "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] | 3994 | "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] | 3995 | "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] | 3996 | "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] | 3997 | "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] | 3998 | "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] | 3999 | "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] | 4000 | "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] | 4001 | "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] | 4002 | "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] | 4003 | "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] | 4004 | "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] | 4005 | "checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007" |
| 4006 | "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] | 4007 | "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] | 4008 | "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^] | 4009 | "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] | 4010 | "checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887" |
| 4011 | "checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" |
| 4012 | "checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" |
| 4013 | "checksum crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192" |
Nick Cameron | 9070193 | 2018-09-25 02:40:42 | [diff] [blame] | 4014 | "checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4015 | "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] | 4016 | "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] | 4017 | "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] | 4018 | "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" |
Nick Cameron | 9070193 | 2018-09-25 02:40:42 | [diff] [blame] | 4019 | "checksum crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c90f1474584f38e270b5b613e898c8c328aa4f3dea85e0a27ac2e642f009416" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4020 | "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] | 4021 | "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 4022 | "checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4023 | "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] | 4024 | "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] | 4025 | "checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16" |
| 4026 | "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] | 4027 | "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] | 4028 | "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] | 4029 | "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] | 4030 | "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] | 4031 | "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] | 4032 | "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] | 4033 | "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^] | 4034 | "checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a" |
Alex Crichton | 059ed4f | 2019-01-25 15:23:18 | [diff] [blame] | 4035 | "checksum dlmalloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d56ad71b31043818d0ee10a7fb9664882f8e45849c81647585e6a3124f185517" |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 4036 | "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] | 4037 | "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] | 4038 | "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] | 4039 | "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] | 4040 | "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] | 4041 | "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] | 4042 | "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] | 4043 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
| 4044 | "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] | 4045 | "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] | 4046 | "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] | 4047 | "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] | 4048 | "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] | 4049 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
| 4050 | "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 4051 | "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] | 4052 | "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] | 4053 | "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] | 4054 | "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] | 4055 | "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] | 4056 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
| 4057 | "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] | 4058 | "checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b" |
| 4059 | "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] | 4060 | "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] | 4061 | "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] | 4062 | "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] | 4063 | "checksum git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7339329bfa14a00223244311560d11f8f489b453fb90092af97f267a6090ab0" |
| 4064 | "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] | 4065 | "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] | 4066 | "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] | 4067 | "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] | 4068 | "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] | 4069 | "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] | 4070 | "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] | 4071 | "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] | 4072 | "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] | 4073 | "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] | 4074 | "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] | 4075 | "checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4076 | "checksum ignore 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36ecfc5ad80f0b1226df948c562e2cddd446096be3f644c95106400eae8a5e01" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 4077 | "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] | 4078 | "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] | 4079 | "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] | 4080 | "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] | 4081 | "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] | 4082 | "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] | 4083 | "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] | 4084 | "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] | 4085 | "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] | 4086 | "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] | 4087 | "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] | 4088 | "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] | 4089 | "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] | 4090 | "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] | 4091 | "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] | 4092 | "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] | 4093 | "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] | 4094 | "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] | 4095 | "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] | 4096 | "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] | 4097 | "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] | 4098 | "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] | 4099 | "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^] | 4100 | "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] | 4101 | "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] | 4102 | "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] | 4103 | "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] | 4104 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
| 4105 | "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] | 4106 | "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] | 4107 | "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] | 4108 | "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] | 4109 | "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] | 4110 | "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] | 4111 | "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] | 4112 | "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] | 4113 | "checksum miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649" |
| 4114 | "checksum miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ad30a47319c16cde58d0314f5d98202a80c9083b5f61178457403dfb14e509c" |
| 4115 | "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] | 4116 | "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" |
| 4117 | "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" |
| 4118 | "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
| 4119 | "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] | 4120 | "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] | 4121 | "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] | 4122 | "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] | 4123 | "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] | 4124 | "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] | 4125 | "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] | 4126 | "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] | 4127 | "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] | 4128 | "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] | 4129 | "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] | 4130 | "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] | 4131 | "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] | 4132 | "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] | 4133 | "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] | 4134 | "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] | 4135 | "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] | 4136 | "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] | 4137 | "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] | 4138 | "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] | 4139 | "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] | 4140 | "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] | 4141 | "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] | 4142 | "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] | 4143 | "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] | 4144 | "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] | 4145 | "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] | 4146 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
| 4147 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" |
| 4148 | "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] | 4149 | "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] | 4150 | "checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2" |
| 4151 | "checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b" |
| 4152 | "checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998" |
| 4153 | "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] | 4154 | "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] | 4155 | "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] | 4156 | "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] | 4157 | "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] | 4158 | "checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4159 | "checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7" |
Nick Cameron | 595bea6 | 2018-11-19 04:21:10 | [diff] [blame] | 4160 | "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] | 4161 | "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] | 4162 | "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] | 4163 | "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] | 4164 | "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] | 4165 | "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] | 4166 | "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 4167 | "checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 4168 | "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^] | 4169 | "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] | 4170 | "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] | 4171 | "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] | 4172 | "checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a" |
| 4173 | "checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a" |
| 4174 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" |
| 4175 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" |
| 4176 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
| 4177 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
| 4178 | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" |
| 4179 | "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] | 4180 | "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] | 4181 | "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] | 4182 | "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] | 4183 | "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^] | 4184 | "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] | 4185 | "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] | 4186 | "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] | 4187 | "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] | 4188 | "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] | 4189 | "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^] | 4190 | "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] | 4191 | "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^] | 4192 | "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] | 4193 | "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^] | 4194 | "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] | 4195 | "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^] | 4196 | "checksum rustc-ap-arena 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8be999235b541fc8eb54901b66e899a06076709ac5f53d6b2c5c59d29ad54780" |
| 4197 | "checksum rustc-ap-graphviz 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "532b5df15ca1a19a42815e37e521a20a7632b86b36868d1447932f8476f8f789" |
| 4198 | "checksum rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c388afe1ef810013c878bdf9073ab1ae28dc49e9325863b351afb10acf4cc46e" |
| 4199 | "checksum rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63a8f08b9fb6d607afb842ee7206273d09d69c9201bfc1c479a726093251a24e" |
| 4200 | "checksum rustc-ap-rustc_errors 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6dc0df7bf31588ea67e6386f6ad19f6b9a37ba7d5726ecad1cacce22e231bd98" |
| 4201 | "checksum rustc-ap-rustc_target 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb4623a6f6c65b928cbe8d9c52b38cf57ba1722677645dc53fb1bdadfd0e127" |
| 4202 | "checksum rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c290b148c9e4e08bbcb8a313393e257c1103cedf6a038aefc9f957c8a77c755" |
| 4203 | "checksum rustc-ap-syntax 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "526fdc5bdbaaeae3b2a9ba42e5f5f7f29cda6ce8971b607a2955b1cb4ca339b5" |
| 4204 | "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] | 4205 | "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] | 4206 | "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] | 4207 | "checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306" |
| 4208 | "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] | 4209 | "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] | 4210 | "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] | 4211 | "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] | 4212 | "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] | 4213 | "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] | 4214 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
| 4215 | "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] | 4216 | "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] | 4217 | "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame^] | 4218 | "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] | 4219 | "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] | 4220 | "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] | 4221 | "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] | 4222 | "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] | 4223 | "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] | 4224 | "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] | 4225 | "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] | 4226 | "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] | 4227 | "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] | 4228 | "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] | 4229 | "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] | 4230 | "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] | 4231 | "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] | 4232 | "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] | 4233 | "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] | 4234 | "checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa" |
| 4235 | "checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423" |
| 4236 | "checksum string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35293b05cf1494e8ddd042a7df6756bf18d07f42d234f32e71dce8a7aabb0191" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4237 | "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] | 4238 | "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] | 4239 | "checksum strum 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c3a2071519ab6a48f465808c4c1ffdd00dfc8e93111d02b4fc5abab177676e" |
| 4240 | "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] | 4241 | "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] | 4242 | "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] | 4243 | "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] | 4244 | "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] | 4245 | "checksum tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "a303ba60a099fcd2aaa646b14d2724591a96a75283e4b7ed3d1a1658909d9ae2" |
| 4246 | "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] | 4247 | "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] | 4248 | "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] | 4249 | "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] | 4250 | "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] | 4251 | "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] | 4252 | "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] | 4253 | "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] | 4254 | "checksum tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4790d0be6f4ba6ae4f48190efa2ed7780c9e3567796abdb285003cf39840d9c5" |
| 4255 | "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
| 4256 | "checksum tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "331c8acc267855ec06eb0c94618dcbbfea45bed2d20b77252940095273fb58f6" |
| 4257 | "checksum tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0" |
| 4258 | "checksum tokio-fs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0e9cbbc8a3698b7ab652340f46633364f9eaa928ddaaee79d8b8f356dd79a09d" |
| 4259 | "checksum tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b53aeb9d3f5ccf2ebb29e19788f96987fa1355f8fe45ea193928eaaaf3ae820f" |
| 4260 | "checksum tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d" |
| 4261 | "checksum tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afbcdb0f0d2a1e4c440af82d7bbf0bf91a8a8c0575bcd20c05d15be7e9d3a02f" |
| 4262 | "checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296" |
| 4263 | "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" |
| 4264 | "checksum tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "17465013014410310f9f61fa10bf4724803c149ea1d51efece131c38efca93aa" |
| 4265 | "checksum tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4f37f0111d76cc5da132fe9bc0590b9b9cfd079bc7e75ac3846278430a299ff8" |
| 4266 | "checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" |
| 4267 | "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] | 4268 | "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] | 4269 | "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] | 4270 | "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] | 4271 | "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] | 4272 | "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] | 4273 | "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] | 4274 | "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] | 4275 | "checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" |
| 4276 | "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] | 4277 | "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] | 4278 | "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] | 4279 | "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^] | 4280 | "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] | 4281 | "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] | 4282 | "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] | 4283 | "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] | 4284 | "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] | 4285 | "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] | 4286 | "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] | 4287 | "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] | 4288 | "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] | 4289 | "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] | 4290 | "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] | 4291 | "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] | 4292 | "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] | 4293 | "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] | 4294 | "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] | 4295 | "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] | 4296 | "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] | 4297 | "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] | 4298 | "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] | 4299 | "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] | 4300 | "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] | 4301 | "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] | 4302 | "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] | 4303 | "checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992" |