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