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