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