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