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