blob: c9d6a8eb7a24c8e6865e8039ff976e43cc30818a [file] [log] [blame]
Hirokazu Hatabd4df0c2019-02-04 16:31:481# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Ahmed Charles9ca382f2016-09-02 08:55:293[[package]]
Alex Crichton06d565c2020-05-13 21:22:374name = "addr2line"
Alex Crichtonf99410b2020-11-20 17:12:145version = "0.14.0"
Alex Crichtonb4110902018-12-08 11:06:546source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonf99410b2020-11-20 17:12:147checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423"
Alex Crichton06d565c2020-05-13 21:22:378dependencies = [
9 "compiler_builtins",
10 "gimli",
11 "rustc-std-workspace-alloc",
12 "rustc-std-workspace-core",
13]
14
15[[package]]
16name = "adler"
17version = "0.2.3"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
20dependencies = [
21 "compiler_builtins",
22 "rustc-std-workspace-core",
23]
Alex Crichtonb4110902018-12-08 11:06:5424
25[[package]]
Steve Klabnika0769612017-02-07 23:13:5726name = "aho-corasick"
Mark Rousskov342d9562020-08-17 15:21:4427version = "0.7.13"
Eric Huss6a09cfa2019-05-16 05:27:3928source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:4429checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
Eric Huss6a09cfa2019-05-16 05:27:3930dependencies = [
Alex Crichton093ede22019-08-15 00:45:0931 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3932]
33
34[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2935name = "alloc"
36version = "0.0.0"
37dependencies = [
Alex Crichton093ede22019-08-15 00:45:0938 "compiler_builtins",
39 "core",
Aaron Hill70ba4912020-08-01 14:11:1540 "rand",
41 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2942]
43
44[[package]]
steveklabnikecfbaca2018-04-03 14:32:0445name = "ammonia"
Aaron Hill70ba4912020-08-01 14:11:1546version = "3.1.0"
Eric Huss2dafa912019-06-19 03:36:4747source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:1548checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b"
Eric Huss2dafa912019-06-19 03:36:4749dependencies = [
Alex Crichton093ede22019-08-15 00:45:0950 "html5ever",
Yuki Okushi1f0a39502020-05-26 04:00:4251 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:0952 "maplit",
Aaron Hill70ba4912020-08-01 14:11:1553 "markup5ever_rcdom",
Alex Crichton093ede22019-08-15 00:45:0954 "matches",
55 "tendril",
Mark Rousskov342d9562020-08-17 15:21:4456 "url 2.1.1",
Eric Huss2dafa912019-06-19 03:36:4757]
58
59[[package]]
topecongiroca19ffe2019-04-17 22:42:1860name = "annotate-snippets"
Philipp Hanschdd0f2ac2019-07-25 19:03:5361version = "0.6.1"
62source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0963checksum = "c7021ce4924a3f25f802b2cccd1af585e39ea1a363a1aa2e72afe54b67a3a7a7"
Igor Matuszewskid2d192e2019-07-30 11:00:2764dependencies = [
Oliver Schererec7230f2020-07-24 18:42:0065 "ansi_term 0.11.0",
Igor Matuszewskid2d192e2019-07-30 11:00:2766]
Philipp Hanschdd0f2ac2019-07-25 19:03:5367
68[[package]]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2669name = "annotate-snippets"
70version = "0.8.0"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
73
74[[package]]
Steve Klabnika0769612017-02-07 23:13:5775name = "ansi_term"
Aleksey Kladovb15b0232018-03-16 10:37:1476version = "0.11.0"
Steve Klabnika0769612017-02-07 23:13:5777source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0978checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
Aleksey Kladovb15b0232018-03-16 10:37:1479dependencies = [
Mark Rousskov342d9562020-08-17 15:21:4480 "winapi 0.3.9",
Aleksey Kladovb15b0232018-03-16 10:37:1481]
Steve Klabnika0769612017-02-07 23:13:5782
83[[package]]
Oliver Schererec7230f2020-07-24 18:42:0084name = "ansi_term"
85version = "0.12.1"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
88dependencies = [
Mark Rousskov342d9562020-08-17 15:21:4489 "winapi 0.3.9",
Oliver Schererec7230f2020-07-24 18:42:0090]
91
92[[package]]
Eric Huss6da85d62020-01-14 17:47:0493name = "anyhow"
Eric Hussbdbcaf02020-11-05 00:15:1894version = "1.0.34"
Eric Huss6da85d62020-01-14 17:47:0495source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbdbcaf02020-11-05 00:15:1896checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
Eric Huss6da85d62020-01-14 17:47:0497
98[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:4399name = "arc-swap"
Nick Cameron4b6f5c22018-02-26 03:15:45100version = "0.4.7"
101source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44102checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
103
104[[package]]
105name = "arrayref"
106version = "0.3.6"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
Nick Cameron4b6f5c22018-02-26 03:15:45109
110[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54111name = "arrayvec"
112version = "0.5.1"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
115
116[[package]]
Alex Crichton1cede102017-06-15 02:33:06117name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21118version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13119source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21120checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13121dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:21122 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:09123 "libc",
Mark Rousskov342d9562020-08-17 15:21:44124 "winapi 0.3.9",
Alex Crichton1cede102017-06-15 02:33:06125]
126
127[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05128name = "autocfg"
Mateusz Mikułaf5e702d2020-03-26 13:10:35129version = "1.0.0"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
132
133[[package]]
Alex Crichton1cede102017-06-15 02:33:06134name = "backtrace"
Alex Crichtonf99410b2020-11-20 17:12:14135version = "0.3.55"
Alex Crichton1cede102017-06-15 02:33:06136dependencies = [
Alex Crichton06d565c2020-05-13 21:22:37137 "addr2line",
Aaron Hill44fdfd62020-10-11 17:51:07138 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:09139 "libc",
Alex Crichton06d565c2020-05-13 21:22:37140 "miniz_oxide",
Alex Crichtonf99410b2020-11-20 17:12:14141 "object",
Alex Crichton093ede22019-08-15 00:45:09142 "rustc-demangle",
Josh Stone020c5ec2017-05-08 22:01:13143]
144
145[[package]]
Mark Rousskov342d9562020-08-17 15:21:44146name = "base64"
147version = "0.11.0"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
150
151[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58152name = "bitflags"
varkorb925eb52019-10-13 23:37:55153version = "1.2.1"
Tamir Duberstein231d9e72017-09-08 19:08:01154source = "registry+https://github.com/rust-lang/crates.io-index"
varkorb925eb52019-10-13 23:37:55155checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
Tamir Duberstein231d9e72017-09-08 19:08:01156
157[[package]]
Eric Huss2b985322019-11-25 16:14:07158name = "bitmaps"
Mark Rousskov342d9562020-08-17 15:21:44159version = "2.1.0"
Eric Huss2b985322019-11-25 16:14:07160source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44161checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
Eric Huss2b985322019-11-25 16:14:07162dependencies = [
163 "typenum",
164]
165
166[[package]]
Mark Rousskov342d9562020-08-17 15:21:44167name = "blake2b_simd"
168version = "0.5.10"
flip19954c228cc2019-02-18 09:32:58169source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44170checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
flip19954c228cc2019-02-18 09:32:58171dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44172 "arrayref",
173 "arrayvec",
Alex Crichton093ede22019-08-15 00:45:09174 "constant_time_eq",
flip19954c228cc2019-02-18 09:32:58175]
176
177[[package]]
James Munnsde763692019-01-19 02:39:37178name = "block-buffer"
Arlo Siemsenf86b0782020-03-31 05:17:15179version = "0.7.3"
James Munnsde763692019-01-19 02:39:37180source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15181checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
James Munnsde763692019-01-19 02:39:37182dependencies = [
Arlo Siemsenf86b0782020-03-31 05:17:15183 "block-padding",
184 "byte-tools",
185 "byteorder",
Pietro Albiniacd8e592020-10-01 15:15:12186 "generic-array 0.12.3",
187]
188
189[[package]]
190name = "block-buffer"
191version = "0.9.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
194dependencies = [
195 "generic-array 0.14.4",
Arlo Siemsenf86b0782020-03-31 05:17:15196]
197
198[[package]]
199name = "block-padding"
200version = "0.1.5"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
203dependencies = [
Alex Crichton093ede22019-08-15 00:45:09204 "byte-tools",
James Munnsde763692019-01-19 02:39:37205]
206
207[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29208name = "bootstrap"
209version = "0.0.0"
210dependencies = [
Alex Crichton093ede22019-08-15 00:45:09211 "build_helper",
212 "cc",
213 "cmake",
214 "filetime",
215 "getopts",
Mark Rousskovdddd8722019-12-18 15:52:10216 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:42217 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09218 "libc",
Joshua Nelsonc9c8fb82020-09-12 04:42:52219 "merge",
Alex Crichton093ede22019-08-15 00:45:09220 "num_cpus",
David Tolnay6a3aae82020-05-22 02:48:44221 "opener",
Alex Crichton093ede22019-08-15 00:45:09222 "pretty_assertions",
223 "serde",
224 "serde_json",
225 "time",
Eric Huss7d92cf42019-08-20 17:46:35226 "toml",
Mark Rousskov342d9562020-08-17 15:21:44227 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:29228]
229
230[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39231name = "bstr"
Mark Rousskov342d9562020-08-17 15:21:44232version = "0.2.13"
Eric Huss6a09cfa2019-05-16 05:27:39233source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44234checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
Eric Huss6a09cfa2019-05-16 05:27:39235dependencies = [
Alex Crichton093ede22019-08-15 00:45:09236 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:39237]
238
239[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04240name = "build-manifest"
241version = "0.1.0"
242dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01243 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40244 "flate2",
Pietro Albiniacd8e592020-10-01 15:15:12245 "hex 0.4.2",
Pietro Albinif3d07b32020-10-12 15:47:37246 "num_cpus",
Pietro Albiniacd8e592020-10-01 15:15:12247 "rayon",
Alex Crichton093ede22019-08-15 00:45:09248 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07249 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12250 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40251 "tar",
Eric Huss7d92cf42019-08-20 17:46:35252 "toml",
Alex Crichton9e8785f2017-01-24 22:37:04253]
254
255[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29256name = "build_helper"
257version = "0.1.0"
258
259[[package]]
James Munnsde763692019-01-19 02:39:37260name = "byte-tools"
Arlo Siemsenf86b0782020-03-31 05:17:15261version = "0.3.1"
James Munnsde763692019-01-19 02:39:37262source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15263checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
James Munnsde763692019-01-19 02:39:37264
265[[package]]
Alex Crichton4f661c02018-10-08 17:39:09266name = "bytecount"
Igor Matuszewskic2249a42019-09-08 08:28:11267version = "0.6.0"
Alex Crichton4f661c02018-10-08 17:39:09268source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:11269checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
Alex Crichton4f661c02018-10-08 17:39:09270dependencies = [
Alex Crichton093ede22019-08-15 00:45:09271 "packed_simd",
Alex Crichton4f661c02018-10-08 17:39:09272]
273
274[[package]]
Oliver Schneiderea351922017-09-18 14:18:23275name = "byteorder"
Mark Rousskov342d9562020-08-17 15:21:44276version = "1.3.4"
Oliver Schneiderea351922017-09-18 14:18:23277source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44278checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
Oliver Schneiderea351922017-09-18 14:18:23279
280[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43281name = "bytes"
Mark Rousskov342d9562020-08-17 15:21:44282version = "0.4.12"
Matthias Krüger696fb8f2019-01-21 15:32:43283source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44284checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
Matthias Krüger696fb8f2019-01-21 15:32:43285dependencies = [
Alex Crichton093ede22019-08-15 00:45:09286 "byteorder",
Alex Crichton093ede22019-08-15 00:45:09287 "iovec",
Matthias Krüger696fb8f2019-01-21 15:32:43288]
289
290[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53291name = "bytesize"
Mark Rousskov342d9562020-08-17 15:21:44292version = "1.0.1"
Alex Crichton8ccf1122018-09-20 21:37:53293source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44294checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
Alex Crichton8ccf1122018-09-20 21:37:53295
296[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58297name = "cargo"
Eric Hussc46e8962020-11-24 17:33:37298version = "0.51.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58299dependencies = [
Eric Huss6da85d62020-01-14 17:47:04300 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09301 "atty",
302 "bytesize",
Alex Crichton5c5e3fa2019-09-24 18:06:56303 "cargo-platform",
Alex Crichton093ede22019-08-15 00:45:09304 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40305 "cargo-test-support",
Alex Crichton093ede22019-08-15 00:45:09306 "clap",
Eric Huss6654c582020-06-23 22:00:48307 "core-foundation",
Alex Crichton093ede22019-08-15 00:45:09308 "crates-io",
Eric Huss71bf7cf2020-10-14 22:16:47309 "crossbeam-utils 0.8.0",
Alex Crichton093ede22019-08-15 00:45:09310 "crypto-hash",
311 "curl",
312 "curl-sys",
Eric Husse852a4a2020-10-20 23:36:46313 "env_logger 0.8.1",
Alex Crichton093ede22019-08-15 00:45:09314 "filetime",
315 "flate2",
Alex Crichton093ede22019-08-15 00:45:09316 "fwdansi",
317 "git2",
318 "git2-curl",
319 "glob",
Mark Rousskov342d9562020-08-17 15:21:44320 "hex 0.4.2",
Igor Matuszewskic2249a42019-09-08 08:28:11321 "home",
Mark Rousskov342d9562020-08-17 15:21:44322 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09323 "ignore",
324 "im-rc",
325 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42326 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09327 "lazycell",
328 "libc",
329 "libgit2-sys",
330 "log",
331 "memchr",
Linus Färnstrandf9220c32020-11-27 23:56:12332 "miow 0.3.6",
Alex Crichton093ede22019-08-15 00:45:09333 "num_cpus",
334 "opener",
335 "openssl",
Eric Huss139477d2019-11-12 18:14:48336 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09337 "pretty_env_logger",
Alex Crichton093ede22019-08-15 00:45:09338 "rustc-workspace-hack",
Ralf Jung7fa29072020-04-15 16:32:41339 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09340 "same-file",
Eric Hussa0431e22020-05-26 00:56:32341 "semver 0.10.0",
Alex Crichton093ede22019-08-15 00:45:09342 "serde",
Igor Matuszewskic2249a42019-09-08 08:28:11343 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09344 "serde_json",
345 "shell-escape",
346 "strip-ansi-escapes",
347 "tar",
348 "tempfile",
349 "termcolor",
Eric Huss7d92cf42019-08-20 17:46:35350 "toml",
Alex Crichton093ede22019-08-15 00:45:09351 "unicode-width",
Aaron Hill70ba4912020-08-01 14:11:15352 "unicode-xid",
Mark Rousskov342d9562020-08-17 15:21:44353 "url 2.1.1",
Alex Crichton093ede22019-08-15 00:45:09354 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:44355 "winapi 0.3.9",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58356]
357
358[[package]]
Ralf Jung759e4952020-06-01 18:17:20359name = "cargo-miri"
360version = "0.1.0"
361dependencies = [
Ralf Jung759e4952020-06-01 18:17:20362 "directories",
363 "rustc-workspace-hack",
364 "rustc_version",
365 "serde",
366 "serde_json",
367 "vergen",
368]
369
370[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56371name = "cargo-platform"
Eric Husse5d39ee2019-12-10 19:54:10372version = "0.1.1"
Alex Crichton5c5e3fa2019-09-24 18:06:56373dependencies = [
374 "serde",
375]
376
377[[package]]
Eric Hussaedb74b2019-06-12 14:37:30378name = "cargo-test-macro"
379version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30380
381[[package]]
Aaron Hilld440e132019-09-16 18:45:40382name = "cargo-test-support"
383version = "0.1.0"
384dependencies = [
385 "cargo",
386 "cargo-test-macro",
387 "filetime",
388 "flate2",
389 "git2",
390 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42391 "lazy_static",
Aaron Hilld440e132019-09-16 18:45:40392 "remove_dir_all",
393 "serde_json",
394 "tar",
Mark Rousskov342d9562020-08-17 15:21:44395 "url 2.1.1",
Aaron Hilld440e132019-09-16 18:45:40396]
397
398[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29399name = "cargo_metadata"
Mark Rousskov342d9562020-08-17 15:21:44400version = "0.8.2"
Manish Goregaokar87049472019-06-03 23:00:38401source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44402checksum = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426"
Manish Goregaokar87049472019-06-03 23:00:38403dependencies = [
Eric Hussa0431e22020-05-26 00:56:32404 "semver 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09405 "serde",
406 "serde_derive",
407 "serde_json",
Manish Goregaokar87049472019-06-03 23:00:38408]
409
410[[package]]
Manish Goregaokar7d0162d2019-10-24 15:06:40411name = "cargo_metadata"
Jubilee Young31afacf2020-08-21 08:24:58412version = "0.11.1"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "89fec17b16f1ac67908af82e47d0a90a7afd0e1827b181cd77504323d3263d35"
415dependencies = [
416 "semver 0.10.0",
417 "serde",
418 "serde_json",
419]
420
421[[package]]
Eduardo Brotoca11eeb2020-10-23 21:47:58422name = "cargo_metadata"
423version = "0.12.0"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "d5a5f7b42f606b7f23674f6f4d877628350682bc40687d3fae65679a58d55345"
426dependencies = [
427 "semver 0.11.0",
428 "serde",
429 "serde_json",
430]
431
432[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26433name = "cargotest2"
434version = "0.1.0"
435
436[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35437name = "cc"
Jake Goulding9803c9b2020-09-16 17:09:25438version = "1.0.60"
Nick Cameronc5cad5a2017-09-22 01:58:35439source = "registry+https://github.com/rust-lang/crates.io-index"
Jake Goulding9803c9b2020-09-16 17:09:25440checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
Eric Hussa9023832019-11-09 19:59:53441dependencies = [
442 "jobserver",
Eric Hussa9023832019-11-09 19:59:53443]
Nick Cameronc5cad5a2017-09-22 01:58:35444
445[[package]]
Josh Stone020c5ec2017-05-08 22:01:13446name = "cfg-if"
Alex Crichtonaabf4e92020-01-08 15:33:57447version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:13448source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57449checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Alex Crichtond1040fe2019-05-15 14:30:15450dependencies = [
Alex Crichton093ede22019-08-15 00:45:09451 "compiler_builtins",
452 "rustc-std-workspace-core",
Alex Crichtond1040fe2019-05-15 14:30:15453]
Josh Stone020c5ec2017-05-08 22:01:13454
455[[package]]
Aaron Hill44fdfd62020-10-11 17:51:07456name = "cfg-if"
457version = "1.0.0"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
460
461[[package]]
Jack Hueya24df5b2020-03-03 16:25:03462name = "chalk-derive"
Matthew Jasper4d60a802020-10-29 22:23:58463version = "0.36.0"
Jack Hueya24df5b2020-03-03 16:25:03464source = "registry+https://github.com/rust-lang/crates.io-index"
Matthew Jasper4d60a802020-10-29 22:23:58465checksum = "9f88ce4deae1dace71e49b7611cfae2d5489de3530d6daba5758043c47ac3a10"
Jack Hueya24df5b2020-03-03 16:25:03466dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15467 "proc-macro2",
468 "quote",
469 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16470 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03471]
472
473[[package]]
474name = "chalk-engine"
Matthew Jasper4d60a802020-10-29 22:23:58475version = "0.36.0"
Jack Hueya24df5b2020-03-03 16:25:03476source = "registry+https://github.com/rust-lang/crates.io-index"
Matthew Jasper4d60a802020-10-29 22:23:58477checksum = "0e34c9b1b10616782143d7f49490f91ae94afaf2202de3ab0b2835e78b4f0ccc"
Jack Hueya24df5b2020-03-03 16:25:03478dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19479 "chalk-derive",
480 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37481 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03482 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09483 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03484]
485
486[[package]]
487name = "chalk-ir"
Matthew Jasper4d60a802020-10-29 22:23:58488version = "0.36.0"
Jack Hueya24df5b2020-03-03 16:25:03489source = "registry+https://github.com/rust-lang/crates.io-index"
Matthew Jasper4d60a802020-10-29 22:23:58490checksum = "63362c629c2014ab639b04029070763fb8224df136d1363d30e9ece4c8877da3"
Jack Hueya24df5b2020-03-03 16:25:03491dependencies = [
492 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42493 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03494]
495
496[[package]]
Jack Hueya24df5b2020-03-03 16:25:03497name = "chalk-solve"
Matthew Jasper4d60a802020-10-29 22:23:58498version = "0.36.0"
Jack Hueya24df5b2020-03-03 16:25:03499source = "registry+https://github.com/rust-lang/crates.io-index"
Matthew Jasper4d60a802020-10-29 22:23:58500checksum = "cac338a67af52a7f50bb2f8232e730a3518ce432dbe303246acfe525ddd838c7"
Jack Hueya24df5b2020-03-03 16:25:03501dependencies = [
502 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03503 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09504 "ena",
Jack Hueya24df5b2020-03-03 16:25:03505 "itertools 0.9.0",
506 "petgraph",
507 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09508 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37509 "tracing-subscriber",
510 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03511]
512
513[[package]]
Alex Crichton15899b02018-01-25 04:01:42514name = "chrono"
Mark Rousskov342d9562020-08-17 15:21:44515version = "0.4.15"
Alex Crichton15899b02018-01-25 04:01:42516source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44517checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
Alex Crichton15899b02018-01-25 04:01:42518dependencies = [
Alex Crichton093ede22019-08-15 00:45:09519 "num-integer",
520 "num-traits",
521 "time",
Alex Crichton15899b02018-01-25 04:01:42522]
523
524[[package]]
Steve Klabnika0769612017-02-07 23:13:57525name = "clap"
Mark Rousskov342d9562020-08-17 15:21:44526version = "2.33.3"
Steve Klabnika0769612017-02-07 23:13:57527source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44528checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
Steve Klabnika0769612017-02-07 23:13:57529dependencies = [
Oliver Schererec7230f2020-07-24 18:42:00530 "ansi_term 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09531 "atty",
532 "bitflags",
533 "strsim",
534 "textwrap",
535 "unicode-width",
536 "vec_map",
Pietro Albini9beb8f52019-11-26 11:06:30537 "yaml-rust 0.3.5",
Steve Klabnika0769612017-02-07 23:13:57538]
539
540[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29541name = "clippy"
Oliver Schneider0ad54532018-07-14 22:01:24542version = "0.0.212"
Ahmed Charles9ca382f2016-09-02 08:55:29543dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:58544 "cargo_metadata 0.12.0",
Alex Crichton093ede22019-08-15 00:45:09545 "clippy-mini-macro-test",
546 "clippy_lints",
Ralf Jung7fa29072020-04-15 16:32:41547 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09548 "derive-new",
Alex Crichton093ede22019-08-15 00:45:09549 "rustc-workspace-hack",
Oliver Scherer2a789512019-05-26 17:21:54550 "rustc_tools_util 0.2.0",
Eduardo Brotoca11eeb2020-10-23 21:47:58551 "semver 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09552 "serde",
Matthias Krügerf77104b2019-12-02 22:09:48553 "tempfile",
Ralf Jung9e940f02019-11-28 17:40:05554 "tester",
Ahmed Charles9ca382f2016-09-02 08:55:29555]
556
557[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29558name = "clippy-mini-macro-test"
Oliver Schneider70717f22018-01-30 14:12:12559version = "0.2.0"
Oliver Schneideracdf83f2017-12-06 08:25:29560
561[[package]]
562name = "clippy_lints"
Oliver Schneider0ad54532018-07-14 22:01:24563version = "0.0.212"
Oliver Schneider847bb142018-05-11 12:11:06564dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:58565 "cargo_metadata 0.12.0",
Alex Crichton093ede22019-08-15 00:45:09566 "if_chain",
Matthias Krüger66949a72020-03-12 20:47:47567 "itertools 0.9.0",
flip1995d4454932020-09-24 12:51:13568 "pulldown-cmark 0.8.0",
Alex Crichton093ede22019-08-15 00:45:09569 "quine-mc_cluskey",
Aaron Hill70ba4912020-08-01 14:11:15570 "quote",
Alex Crichton093ede22019-08-15 00:45:09571 "regex-syntax",
Eduardo Brotoca11eeb2020-10-23 21:47:58572 "semver 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09573 "serde",
Mark Rousskov342d9562020-08-17 15:21:44574 "smallvec 1.4.2",
Aaron Hill70ba4912020-08-01 14:11:15575 "syn",
Eric Huss7d92cf42019-08-20 17:46:35576 "toml",
Alex Crichton093ede22019-08-15 00:45:09577 "unicode-normalization",
Mark Rousskov342d9562020-08-17 15:21:44578 "url 2.1.1",
Oliver Schneider847bb142018-05-11 12:11:06579]
580
581[[package]]
kennytmcab21f12018-07-26 21:58:55582name = "cloudabi"
583version = "0.0.3"
584source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09585checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
kennytmcab21f12018-07-26 21:58:55586dependencies = [
Alex Crichton093ede22019-08-15 00:45:09587 "bitflags",
kennytmcab21f12018-07-26 21:58:55588]
589
590[[package]]
Mark Rousskov342d9562020-08-17 15:21:44591name = "cloudabi"
592version = "0.1.0"
Oliver Schneideracdf83f2017-12-06 08:25:29593source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44594checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
595dependencies = [
596 "bitflags",
597]
598
599[[package]]
600name = "cmake"
601version = "0.1.44"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
Oliver Schneideracdf83f2017-12-06 08:25:29604dependencies = [
Alex Crichton093ede22019-08-15 00:45:09605 "cc",
Oliver Schneideracdf83f2017-12-06 08:25:29606]
607
608[[package]]
Nick Cameron127f9a62018-04-25 22:11:28609name = "colored"
Ralf Jung0e908752020-09-17 18:04:20610version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28611source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20612checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28613dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42614 "atty",
615 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:44616 "winapi 0.3.9",
Nick Cameron127f9a62018-04-25 22:11:28617]
618
619[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29620name = "commoncrypto"
621version = "0.2.0"
622source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09623checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29624dependencies = [
Alex Crichton093ede22019-08-15 00:45:09625 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29626]
627
628[[package]]
629name = "commoncrypto-sys"
630version = "0.2.0"
631source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09632checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29633dependencies = [
Alex Crichton093ede22019-08-15 00:45:09634 "libc",
Murarth64842582017-06-17 19:01:18635]
636
637[[package]]
Alex Crichton147e2da2016-10-07 06:30:38638name = "compiler_builtins"
Yuki Okushi3a58ad92020-10-21 22:10:25639version = "0.1.36"
Alex Crichton4c21a3b2018-11-20 05:52:50640source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi3a58ad92020-10-21 22:10:25641checksum = "7cd0782e0a7da7598164153173e5a5d4d9b1da094473c98dce0ff91406112369"
Alex Crichton147e2da2016-10-07 06:30:38642dependencies = [
Alex Crichton093ede22019-08-15 00:45:09643 "cc",
644 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38645]
646
647[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29648name = "compiletest"
649version = "0.0.0"
650dependencies = [
Alex Crichton093ede22019-08-15 00:45:09651 "diff",
Alex Crichton093ede22019-08-15 00:45:09652 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21653 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42654 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09655 "libc",
Linus Färnstrandf9220c32020-11-27 23:56:12656 "miow 0.3.6",
Alex Crichton093ede22019-08-15 00:45:09657 "regex",
Ralf Jung7fa29072020-04-15 16:32:41658 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09659 "serde",
660 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00661 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00662 "tracing-subscriber",
Alex Crichton093ede22019-08-15 00:45:09663 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:44664 "winapi 0.3.9",
Oliver Schneideracdf83f2017-12-06 08:25:29665]
666
667[[package]]
668name = "compiletest_rs"
Matthias Krügerfada4b22020-04-15 18:54:39669version = "0.5.0"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "9f737835bfbbe29ed1ff82d5137520338d7ed5bf1a1d4b9c1c7c58bb45b8fa29"
672dependencies = [
673 "diff",
674 "filetime",
675 "getopts",
676 "libc",
677 "log",
Linus Färnstrandf9220c32020-11-27 23:56:12678 "miow 0.3.6",
Matthias Krügerfada4b22020-04-15 18:54:39679 "regex",
Ralf Jung7fa29072020-04-15 16:32:41680 "rustfix",
Matthias Krügerfada4b22020-04-15 18:54:39681 "serde",
682 "serde_derive",
683 "serde_json",
684 "tempfile",
685 "tester",
Mark Rousskov342d9562020-08-17 15:21:44686 "winapi 0.3.9",
Matthias Krügerfada4b22020-04-15 18:54:39687]
688
689[[package]]
Eric Huss71bf7cf2020-10-14 22:16:47690name = "const_fn"
691version = "0.4.2"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "ce90df4c658c62f12d78f7508cf92f9173e5184a539c10bfe54a3107b3ffd0f2"
694
695[[package]]
flip19954c228cc2019-02-18 09:32:58696name = "constant_time_eq"
Mark Rousskov342d9562020-08-17 15:21:44697version = "0.1.5"
flip19954c228cc2019-02-18 09:32:58698source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44699checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
flip19954c228cc2019-02-18 09:32:58700
701[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29702name = "core"
703version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16704dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15705 "rand",
Alex Crichton994bfd42018-02-26 17:07:16706]
Ahmed Charles9ca382f2016-09-02 08:55:29707
708[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28709name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05710version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07711source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05712checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07713dependencies = [
Eric Huss6654c582020-06-23 22:00:48714 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09715 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28716]
717
718[[package]]
719name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05720version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07721source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05722checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07723
724[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48725name = "coverage_test_macros"
726version = "0.0.0"
727dependencies = [
728 "proc-macro2",
729]
730
731[[package]]
Pietro Albiniacd8e592020-10-01 15:15:12732name = "cpuid-bool"
733version = "0.1.2"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
736
737[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58738name = "crates-io"
Eric Hussda2eb652020-04-21 21:11:30739version = "0.31.1"
Nick Cameronad8ecc22017-07-19 01:32:12740dependencies = [
Eric Huss6da85d62020-01-14 17:47:04741 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09742 "curl",
Eric Huss139477d2019-11-12 18:14:48743 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09744 "serde",
Alex Crichton093ede22019-08-15 00:45:09745 "serde_json",
Mark Rousskov342d9562020-08-17 15:21:44746 "url 2.1.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58747]
748
749[[package]]
Alex Crichtonb4110902018-12-08 11:06:54750name = "crc32fast"
Alex Crichton06d565c2020-05-13 21:22:37751version = "1.2.0"
Alex Crichtonb4110902018-12-08 11:06:54752source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:37753checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
Alex Crichtonb4110902018-12-08 11:06:54754dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07755 "cfg-if 0.1.10",
Alex Crichtonb4110902018-12-08 11:06:54756]
Alex Crichton38bedfa2017-09-02 03:46:51757
758[[package]]
kennytmcab21f12018-07-26 21:58:55759name = "crossbeam-channel"
Mateusz Mikuła5aa661752020-10-11 14:19:35760version = "0.4.4"
Matthias Krüger451d4922020-02-10 19:47:38761source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła5aa661752020-10-11 14:19:35762checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
Matthias Krüger451d4922020-02-10 19:47:38763dependencies = [
Mateusz Mikułaf5e702d2020-03-26 13:10:35764 "crossbeam-utils 0.7.2",
Mateusz Mikuła5aa661752020-10-11 14:19:35765 "maybe-uninit",
Matthias Krüger451d4922020-02-10 19:47:38766]
767
768[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45769name = "crossbeam-deque"
Mark Rousskov342d9562020-08-17 15:21:44770version = "0.7.3"
Josh Stone33c41252019-09-10 17:13:07771source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44772checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
Josh Stone33c41252019-09-10 17:13:07773dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01774 "crossbeam-epoch",
Mark Rousskov342d9562020-08-17 15:21:44775 "crossbeam-utils 0.7.2",
776 "maybe-uninit",
Josh Stone33c41252019-09-10 17:13:07777]
778
779[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45780name = "crossbeam-epoch"
Mark Rousskov342d9562020-08-17 15:21:44781version = "0.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:43782source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44783checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
Matthias Krüger696fb8f2019-01-21 15:32:43784dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44785 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07786 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44787 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:42788 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:44789 "maybe-uninit",
Igor Matuszewski5b091302019-12-10 15:01:01790 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16791 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43792]
793
794[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33795name = "crossbeam-queue"
796version = "0.1.2"
797source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09798checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33799dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44800 "crossbeam-utils 0.6.6",
801]
802
803[[package]]
804name = "crossbeam-queue"
805version = "0.2.3"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
808dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07809 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44810 "crossbeam-utils 0.7.2",
811 "maybe-uninit",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33812]
813
814[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45815name = "crossbeam-utils"
Mark Rousskov342d9562020-08-17 15:21:44816version = "0.6.6"
Alex Crichton01127ca2018-11-16 11:08:23817source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44818checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
Alex Crichton01127ca2018-11-16 11:08:23819dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07820 "cfg-if 0.1.10",
Yuki Okushi1f0a39502020-05-26 04:00:42821 "lazy_static",
Alex Crichton01127ca2018-11-16 11:08:23822]
823
824[[package]]
Eric Husse0f2f9d2019-11-12 17:57:41825name = "crossbeam-utils"
Mateusz Mikułaf5e702d2020-03-26 13:10:35826version = "0.7.2"
Eric Husse0f2f9d2019-11-12 17:57:41827source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:35828checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
Eric Husse0f2f9d2019-11-12 17:57:41829dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:15830 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07831 "cfg-if 0.1.10",
Yuki Okushi1f0a39502020-05-26 04:00:42832 "lazy_static",
Eric Husse0f2f9d2019-11-12 17:57:41833]
834
835[[package]]
Eric Huss71bf7cf2020-10-14 22:16:47836name = "crossbeam-utils"
837version = "0.8.0"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "ec91540d98355f690a86367e566ecad2e9e579f230230eb7c21398372be73ea5"
840dependencies = [
841 "autocfg",
842 "cfg-if 1.0.0",
843 "const_fn",
844 "lazy_static",
845]
846
847[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29848name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:44849version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:29850source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44851checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:29852dependencies = [
Alex Crichton093ede22019-08-15 00:45:09853 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:40854 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:09855 "openssl",
Mark Rousskov342d9562020-08-17 15:21:44856 "winapi 0.3.9",
Oliver Schneideracdf83f2017-12-06 08:25:29857]
858
859[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:35860name = "ctor"
Mark Rousskov342d9562020-08-17 15:21:44861version = "0.1.15"
Mateusz Mikułaf5e702d2020-03-26 13:10:35862source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44863checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
Mateusz Mikułaf5e702d2020-03-26 13:10:35864dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15865 "quote",
866 "syn",
Mateusz Mikułaf5e702d2020-03-26 13:10:35867]
868
869[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58870name = "curl"
Mark Rousskov342d9562020-08-17 15:21:44871version = "0.4.31"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58872source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44873checksum = "9447ad28eee2a5cfb031c329d46bef77487244fff6a724b378885b8691a35f78"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58874dependencies = [
Alex Crichton093ede22019-08-15 00:45:09875 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09876 "libc",
877 "openssl-probe",
878 "openssl-sys",
879 "schannel",
880 "socket2",
Mark Rousskov342d9562020-08-17 15:21:44881 "winapi 0.3.9",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58882]
883
884[[package]]
885name = "curl-sys"
Mark Rousskov342d9562020-08-17 15:21:44886version = "0.4.34+curl-7.71.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58887source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44888checksum = "ad4eff0be6985b7e709f64b5a541f700e9ad1407190a29f4884319eb663ed1d6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58889dependencies = [
Alex Crichton093ede22019-08-15 00:45:09890 "cc",
891 "libc",
892 "libnghttp2-sys",
893 "libz-sys",
894 "openssl-sys",
895 "pkg-config",
896 "vcpkg",
Mark Rousskov342d9562020-08-17 15:21:44897 "winapi 0.3.9",
Josh Stone020c5ec2017-05-08 22:01:13898]
899
900[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51901name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22902version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51903source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09904checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51905
906[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58907name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:49908version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58909source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:49910checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58911dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15912 "proc-macro2",
913 "quote",
914 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58915]
916
917[[package]]
kennytmcab21f12018-07-26 21:58:55918name = "derive_more"
Mark Rousskov342d9562020-08-17 15:21:44919version = "0.99.9"
kennytmcab21f12018-07-26 21:58:55920source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44921checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
kennytmcab21f12018-07-26 21:58:55922dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15923 "proc-macro2",
924 "quote",
925 "syn",
kennytmcab21f12018-07-26 21:58:55926]
927
928[[package]]
Cengiz Can837817c2017-04-27 19:41:18929name = "diff"
Mark Rousskov342d9562020-08-17 15:21:44930version = "0.1.12"
Cengiz Can837817c2017-04-27 19:41:18931source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44932checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
Cengiz Can837817c2017-04-27 19:41:18933
934[[package]]
Mark Simulacrum42fde212018-03-10 14:03:06935name = "difference"
936version = "2.0.0"
937source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09938checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
Mark Simulacrum42fde212018-03-10 14:03:06939
940[[package]]
James Munnsde763692019-01-19 02:39:37941name = "digest"
Arlo Siemsenf86b0782020-03-31 05:17:15942version = "0.8.1"
James Munnsde763692019-01-19 02:39:37943source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15944checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
James Munnsde763692019-01-19 02:39:37945dependencies = [
Pietro Albiniacd8e592020-10-01 15:15:12946 "generic-array 0.12.3",
947]
948
949[[package]]
950name = "digest"
951version = "0.9.0"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
954dependencies = [
955 "generic-array 0.14.4",
James Munnsde763692019-01-19 02:39:37956]
957
958[[package]]
Ralf Jung44b0fd62018-11-28 20:22:45959name = "directories"
Ralf Jung0e908752020-09-17 18:04:20960version = "3.0.1"
Ralf Jung44b0fd62018-11-28 20:22:45961source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20962checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
Ralf Jung44b0fd62018-11-28 20:22:45963dependencies = [
Alex Crichton093ede22019-08-15 00:45:09964 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:45965]
966
967[[package]]
flip19954c228cc2019-02-18 09:32:58968name = "dirs"
Mark Rousskov342d9562020-08-17 15:21:44969version = "2.0.2"
flip19954c228cc2019-02-18 09:32:58970source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44971checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
flip19954c228cc2019-02-18 09:32:58972dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07973 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:09974 "dirs-sys",
flip19954c228cc2019-02-18 09:32:58975]
976
977[[package]]
Ralf Jung4e8626e2019-06-13 07:58:32978name = "dirs-sys"
Mark Rousskov342d9562020-08-17 15:21:44979version = "0.3.5"
Ralf Jung4e8626e2019-06-13 07:58:32980source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44981checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
Ralf Jung4e8626e2019-06-13 07:58:32982dependencies = [
Alex Crichton093ede22019-08-15 00:45:09983 "libc",
984 "redox_users",
Mark Rousskov342d9562020-08-17 15:21:44985 "winapi 0.3.9",
Ralf Jung4e8626e2019-06-13 07:58:32986]
987
988[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29989name = "dlmalloc"
Raoul Strackx292f15c2020-11-09 17:20:49990version = "0.2.1"
Alex Crichton4c21a3b2018-11-20 05:52:50991source = "registry+https://github.com/rust-lang/crates.io-index"
Raoul Strackx292f15c2020-11-09 17:20:49992checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254"
Oliver Schneideracdf83f2017-12-06 08:25:29993dependencies = [
Alex Crichton093ede22019-08-15 00:45:09994 "compiler_builtins",
995 "libc",
996 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:29997]
998
999[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291000name = "either"
Mark Rousskov342d9562020-08-17 15:21:441001version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291002source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441003checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291004
1005[[package]]
steveklabnikecfbaca2018-04-03 14:32:041006name = "elasticlunr-rs"
Aaron Hill70ba4912020-08-01 14:11:151007version = "2.3.9"
steveklabnikecfbaca2018-04-03 14:32:041008source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151009checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
steveklabnikecfbaca2018-04-03 14:32:041010dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:421011 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091012 "regex",
1013 "serde",
1014 "serde_derive",
1015 "serde_json",
1016 "strum",
1017 "strum_macros",
steveklabnikecfbaca2018-04-03 14:32:041018]
1019
1020[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121021name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071022version = "0.14.0"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
Eduard-Mihai Burtescu76831802018-07-25 12:44:061025dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541026 "log",
Eduard-Mihai Burtescu76831802018-07-25 12:44:061027]
1028
1029[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581030name = "env_logger"
Mateusz Mikuła8ddbe762019-08-29 11:22:211031version = "0.6.2"
Alex Crichton15899b02018-01-25 04:01:421032source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła8ddbe762019-08-29 11:22:211033checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
Alex Crichton01127ca2018-11-16 11:08:231034dependencies = [
Alex Crichton093ede22019-08-15 00:45:091035 "atty",
Eric Hussd45d8b12020-01-21 17:55:431036 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091037 "log",
1038 "regex",
1039 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231040]
1041
1042[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561043name = "env_logger"
Ralf Jung64cf5962019-10-30 20:03:191044version = "0.7.1"
Alex Crichton5c5e3fa2019-09-24 18:06:561045source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung64cf5962019-10-30 20:03:191046checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton5c5e3fa2019-09-24 18:06:561047dependencies = [
1048 "atty",
Eric Hussd45d8b12020-01-21 17:55:431049 "humantime 1.3.0",
Alex Crichton5c5e3fa2019-09-24 18:06:561050 "log",
1051 "regex",
1052 "termcolor",
1053]
1054
1055[[package]]
Eric Husse852a4a2020-10-20 23:36:461056name = "env_logger"
1057version = "0.8.1"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "54532e3223c5af90a6a757c90b5c5521564b07e5e7a958681bcd2afad421cdcd"
1060dependencies = [
1061 "atty",
1062 "humantime 2.0.1",
1063 "log",
1064 "regex",
1065 "termcolor",
1066]
1067
1068[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291069name = "error_index_generator"
1070version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581071dependencies = [
Alex Crichton093ede22019-08-15 00:45:091072 "rustdoc",
Mark Rousskov99ce39b2019-08-19 22:04:251073 "walkdir",
Mark Simulacrume2e9b402017-07-23 02:01:581074]
Ahmed Charles9ca382f2016-09-02 08:55:291075
1076[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301077name = "expand-yaml-anchors"
1078version = "0.1.0"
1079dependencies = [
1080 "yaml-merge-keys",
Mark Rousskov342d9562020-08-17 15:21:441081 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:301082]
1083
1084[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501085name = "expect-test"
Aleksey Kladov5716c3e2020-08-31 19:04:091086version = "1.0.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501087source = "registry+https://github.com/rust-lang/crates.io-index"
Aleksey Kladov5716c3e2020-08-31 19:04:091088checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
Aleksey Kladovf7be59c2020-08-21 12:03:501089dependencies = [
1090 "difference",
1091 "once_cell",
1092]
1093
1094[[package]]
Alex Crichton325d7392017-12-10 17:42:491095name = "failure"
Mark Rousskov342d9562020-08-17 15:21:441096version = "0.1.8"
Alex Crichton325d7392017-12-10 17:42:491097source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441098checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
Alex Crichton325d7392017-12-10 17:42:491099dependencies = [
Alex Crichton093ede22019-08-15 00:45:091100 "backtrace",
1101 "failure_derive",
Alex Crichton325d7392017-12-10 17:42:491102]
1103
1104[[package]]
1105name = "failure_derive"
Igor Matuszewski403a9d02020-05-05 11:26:161106version = "0.1.8"
Alex Crichton325d7392017-12-10 17:42:491107source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski403a9d02020-05-05 11:26:161108checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
Alex Crichton325d7392017-12-10 17:42:491109dependencies = [
Aaron Hill70ba4912020-08-01 14:11:151110 "proc-macro2",
1111 "quote",
1112 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:161113 "synstructure",
Alex Crichton325d7392017-12-10 17:42:491114]
1115
1116[[package]]
James Munnsde763692019-01-19 02:39:371117name = "fake-simd"
1118version = "0.1.2"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091120checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
James Munnsde763692019-01-19 02:39:371121
1122[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291123name = "filetime"
Mark Rousskov342d9562020-08-17 15:21:441124version = "0.2.12"
Alex Crichton924f8c72018-04-18 15:43:591125source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441126checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
Alex Crichton924f8c72018-04-18 15:43:591127dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071128 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091129 "libc",
1130 "redox_syscall",
Mark Rousskov342d9562020-08-17 15:21:441131 "winapi 0.3.9",
Alex Crichton924f8c72018-04-18 15:43:591132]
1133
1134[[package]]
Jack Hueya24df5b2020-03-03 16:25:031135name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191136version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031137source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191138checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031139
1140[[package]]
Josh Stone020c5ec2017-05-08 22:01:131141name = "flate2"
Alex Crichton06d565c2020-05-13 21:22:371142version = "1.0.16"
Felix Schütt7c13fa32017-12-31 14:34:291143source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:371144checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
Felix Schütt7c13fa32017-12-31 14:34:291145dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071146 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091147 "crc32fast",
1148 "libc",
1149 "libz-sys",
Eric Huss139477d2019-11-12 18:14:481150 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291151]
1152
1153[[package]]
Simon Sapinb77ff242017-07-18 21:26:551154name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441155version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551156source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441157checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551158
1159[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581160name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291161version = "0.3.2"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091163checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291164dependencies = [
Alex Crichton093ede22019-08-15 00:45:091165 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291166]
1167
1168[[package]]
1169name = "foreign-types-shared"
1170version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581171source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091172checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581173
1174[[package]]
Jethro Beekman4a350562018-08-28 04:33:261175name = "fortanix-sgx-abi"
Mark Rousskov342d9562020-08-17 15:21:441176version = "0.3.3"
Alex Crichton4c21a3b2018-11-20 05:52:501177source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441178checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
Jethro Beekman4a350562018-08-28 04:33:261179dependencies = [
Alex Crichton093ede22019-08-15 00:45:091180 "compiler_builtins",
1181 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261182]
1183
1184[[package]]
Alex Crichton016eaf82018-10-21 02:15:061185name = "fs_extra"
1186version = "1.1.0"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091188checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061189
1190[[package]]
Nick Cameron77177052018-07-06 00:34:001191name = "fst"
Mark Rousskov342d9562020-08-17 15:21:441192version = "0.3.5"
Nick Cameron77177052018-07-06 00:34:001193source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441194checksum = "927fb434ff9f0115b215dc0efd2e4fbdd7448522a92a1aa37c77d6a2f8f1ebd6"
Nick Cameron77177052018-07-06 00:34:001195dependencies = [
Alex Crichton093ede22019-08-15 00:45:091196 "byteorder",
Nick Cameron77177052018-07-06 00:34:001197]
1198
1199[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291200name = "fuchsia-zircon"
Alex Crichton80d6ed22018-01-08 21:56:221201version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:291202source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091203checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
Oliver Schneideracdf83f2017-12-06 08:25:291204dependencies = [
Alex Crichton093ede22019-08-15 00:45:091205 "bitflags",
1206 "fuchsia-zircon-sys",
Oliver Schneideracdf83f2017-12-06 08:25:291207]
1208
1209[[package]]
1210name = "fuchsia-zircon-sys"
Alex Crichton80d6ed22018-01-08 21:56:221211version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:291212source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091213checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Oliver Schneideracdf83f2017-12-06 08:25:291214
1215[[package]]
steveklabnikecfbaca2018-04-03 14:32:041216name = "futf"
Alex Crichtond8251152018-07-02 16:33:161217version = "0.1.4"
steveklabnikecfbaca2018-04-03 14:32:041218source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091219checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
steveklabnikecfbaca2018-04-03 14:32:041220dependencies = [
Alex Crichton093ede22019-08-15 00:45:091221 "mac",
1222 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041223]
1224
1225[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121226name = "futures"
Mark Rousskov342d9562020-08-17 15:21:441227version = "0.1.29"
Ahmed Charles9ca382f2016-09-02 08:55:291228source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441229checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
Ahmed Charles9ca382f2016-09-02 08:55:291230
1231[[package]]
Eric Huss97308712018-08-14 21:27:261232name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051233version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261234source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051235checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261236dependencies = [
Alex Crichton093ede22019-08-15 00:45:091237 "memchr",
1238 "termcolor",
Eric Huss97308712018-08-14 21:27:261239]
1240
1241[[package]]
James Munnsde763692019-01-19 02:39:371242name = "generic-array"
Arlo Siemsenf86b0782020-03-31 05:17:151243version = "0.12.3"
James Munnsde763692019-01-19 02:39:371244source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:151245checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
James Munnsde763692019-01-19 02:39:371246dependencies = [
Alex Crichton093ede22019-08-15 00:45:091247 "typenum",
James Munnsde763692019-01-19 02:39:371248]
1249
1250[[package]]
Pietro Albiniacd8e592020-10-01 15:15:121251name = "generic-array"
1252version = "0.14.4"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1255dependencies = [
1256 "typenum",
1257 "version_check",
1258]
1259
1260[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291261name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081262version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291263source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081264checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361265dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081266 "rustc-std-workspace-core",
1267 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091268 "unicode-width",
varkore72f7e12019-04-30 19:37:361269]
Ahmed Charles9ca382f2016-09-02 08:55:291270
1271[[package]]
gnzlbg52caca02019-08-01 15:02:261272name = "getrandom"
Alex Crichtonaabf4e92020-01-08 15:33:571273version = "0.1.14"
gnzlbg52caca02019-08-01 15:02:261274source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571275checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
gnzlbg52caca02019-08-01 15:02:261276dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071277 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091278 "libc",
Alex Crichtonaabf4e92020-01-08 15:33:571279 "wasi",
gnzlbg52caca02019-08-01 15:02:261280]
1281
1282[[package]]
Ralf Jung0e908752020-09-17 18:04:201283name = "getrandom"
1284version = "0.2.0"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1287dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071288 "cfg-if 0.1.10",
Ralf Jung0e908752020-09-17 18:04:201289 "libc",
1290 "wasi",
1291]
1292
1293[[package]]
Alex Crichton06d565c2020-05-13 21:22:371294name = "gimli"
Alex Crichtonf99410b2020-11-20 17:12:141295version = "0.23.0"
Alex Crichton06d565c2020-05-13 21:22:371296source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonf99410b2020-11-20 17:12:141297checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
Alex Crichton06d565c2020-05-13 21:22:371298dependencies = [
1299 "compiler_builtins",
1300 "rustc-std-workspace-alloc",
1301 "rustc-std-workspace-core",
1302]
1303
1304[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581305name = "git2"
Eric Huss71bf7cf2020-10-14 22:16:471306version = "0.13.12"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581307source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:471308checksum = "ca6f1a0238d7f8f8fd5ee642f4ebac4dbc03e03d1f78fbe7a3ede35dcf7e2224"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581309dependencies = [
Alex Crichton093ede22019-08-15 00:45:091310 "bitflags",
1311 "libc",
1312 "libgit2-sys",
1313 "log",
1314 "openssl-probe",
1315 "openssl-sys",
Mark Rousskov342d9562020-08-17 15:21:441316 "url 2.1.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581317]
1318
1319[[package]]
1320name = "git2-curl"
Eric Hussd79c1d32020-03-11 06:16:191321version = "0.14.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581322source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussd79c1d32020-03-11 06:16:191323checksum = "502d532a2d06184beb3bc869d4d90236e60934e3382c921b203fa3c33e212bd7"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581324dependencies = [
Alex Crichton093ede22019-08-15 00:45:091325 "curl",
1326 "git2",
1327 "log",
Mark Rousskov342d9562020-08-17 15:21:441328 "url 2.1.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581329]
1330
1331[[package]]
1332name = "glob"
Eric Huss45432452019-03-12 20:34:471333version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581334source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091335checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581336
1337[[package]]
Simon Sapinb77ff242017-07-18 21:26:551338name = "globset"
Mark Rousskov342d9562020-08-17 15:21:441339version = "0.4.5"
Simon Sapinb77ff242017-07-18 21:26:551340source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441341checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
Simon Sapinb77ff242017-07-18 21:26:551342dependencies = [
Alex Crichton093ede22019-08-15 00:45:091343 "aho-corasick",
1344 "bstr",
1345 "fnv",
1346 "log",
1347 "regex",
Simon Sapinb77ff242017-07-18 21:26:551348]
1349
1350[[package]]
Steve Klabnika0769612017-02-07 23:13:571351name = "handlebars"
Mark Rousskov342d9562020-08-17 15:21:441352version = "3.4.0"
Steve Klabnika0769612017-02-07 23:13:571353source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441354checksum = "5deefd4816fb852b1ff3cb48f6c41da67be2d0e1d20b26a7a3b076da11f064b1"
Steve Klabnika0769612017-02-07 23:13:571355dependencies = [
Alex Crichton093ede22019-08-15 00:45:091356 "log",
1357 "pest",
1358 "pest_derive",
Mark Rousskov342d9562020-08-17 15:21:441359 "quick-error 2.0.0",
Alex Crichton093ede22019-08-15 00:45:091360 "serde",
1361 "serde_json",
James Munnsde763692019-01-19 02:39:371362]
1363
1364[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051365name = "hashbrown"
Matt Brubeck15ccdeb2020-09-03 20:32:531366version = "0.9.0"
Félix Saparellibdcc21c2019-09-21 10:56:051367source = "registry+https://github.com/rust-lang/crates.io-index"
Matt Brubeck15ccdeb2020-09-03 20:32:531368checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
Félix Saparellibdcc21c2019-09-21 10:56:051369dependencies = [
Alex Crichton093ede22019-08-15 00:45:091370 "compiler_builtins",
1371 "rustc-std-workspace-alloc",
1372 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071373]
1374
1375[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471376name = "heck"
Mark Rousskov342d9562020-08-17 15:21:441377version = "0.3.1"
Bastien Orivel5c4534a2018-12-08 14:11:471378source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441379checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
Bastien Orivel5c4534a2018-12-08 14:11:471380dependencies = [
Alex Crichton093ede22019-08-15 00:45:091381 "unicode-segmentation",
Bastien Orivel5c4534a2018-12-08 14:11:471382]
1383
1384[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101385name = "hermit-abi"
Stefan Lankes98fcc3f2020-10-06 09:42:571386version = "0.1.17"
Stefan Lankes5ebd4d92019-10-20 07:55:101387source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes98fcc3f2020-10-06 09:42:571388checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
Stefan Lankes5ebd4d92019-10-20 07:55:101389dependencies = [
1390 "compiler_builtins",
1391 "libc",
1392 "rustc-std-workspace-core",
1393]
1394
1395[[package]]
Alex Crichton1cede102017-06-15 02:33:061396name = "hex"
Alex Crichtond8251152018-07-02 16:33:161397version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221398source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091399checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221400
1401[[package]]
Aaron Hilld440e132019-09-16 18:45:401402name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441403version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401404source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441405checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401406
1407[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121408name = "home"
Mark Rousskov342d9562020-08-17 15:21:441409version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531410source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441411checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531412dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441413 "winapi 0.3.9",
flip199596c3ec12019-08-20 07:32:531414]
1415
1416[[package]]
steveklabnikecfbaca2018-04-03 14:32:041417name = "html5ever"
Aaron Hill70ba4912020-08-01 14:11:151418version = "0.25.1"
Eric Huss2dafa912019-06-19 03:36:471419source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151420checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
Eric Huss2dafa912019-06-19 03:36:471421dependencies = [
Alex Crichton093ede22019-08-15 00:45:091422 "log",
1423 "mac",
1424 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151425 "proc-macro2",
1426 "quote",
1427 "syn",
Eric Huss2dafa912019-06-19 03:36:471428]
1429
1430[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481431name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561432version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481433source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561434checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481435dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441436 "quick-error 1.2.3",
Alex Crichton87f3dda2018-03-01 19:08:481437]
1438
1439[[package]]
Eric Hussd45d8b12020-01-21 17:55:431440name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441441version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431442source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441443checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431444
1445[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581446name = "idna"
Alex Crichton52d7ee832018-07-17 16:04:221447version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581448source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091449checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581450dependencies = [
Alex Crichton093ede22019-08-15 00:45:091451 "matches",
1452 "unicode-bidi",
1453 "unicode-normalization",
Alex Crichtonf6304e12017-02-15 22:55:261454]
1455
1456[[package]]
Eric Hussf2428a62019-08-01 00:44:391457name = "idna"
1458version = "0.2.0"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091460checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391461dependencies = [
Alex Crichton093ede22019-08-15 00:45:091462 "matches",
1463 "unicode-bidi",
1464 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391465]
1466
1467[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291468name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541469version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291470source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091471checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291472
1473[[package]]
Simon Sapinb77ff242017-07-18 21:26:551474name = "ignore"
Mark Rousskov342d9562020-08-17 15:21:441475version = "0.4.16"
Simon Sapinb77ff242017-07-18 21:26:551476source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441477checksum = "22dcbf2a4a289528dbef21686354904e1c694ac642610a9bff9e7df730d9ec72"
Simon Sapinb77ff242017-07-18 21:26:551478dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441479 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:091480 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421481 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091482 "log",
1483 "memchr",
1484 "regex",
1485 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591486 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091487 "walkdir",
1488 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551489]
1490
1491[[package]]
Eric Huss8c20add2018-12-03 01:33:201492name = "im-rc"
Eric Hussc8443bb2020-05-18 22:41:571493version = "15.0.0"
Eric Huss8c20add2018-12-03 01:33:201494source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:571495checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
Eric Huss8c20add2018-12-03 01:33:201496dependencies = [
Eric Huss2b985322019-11-25 16:14:071497 "bitmaps",
Mark Rousskov342d9562020-08-17 15:21:441498 "rand_core",
Eric Huss2b985322019-11-25 16:14:071499 "rand_xoshiro",
Alex Crichton093ede22019-08-15 00:45:091500 "sized-chunks",
1501 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401502 "version_check",
Eric Huss8c20add2018-12-03 01:33:201503]
1504
1505[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571506name = "indexmap"
Matt Brubeck15ccdeb2020-09-03 20:32:531507version = "1.6.0"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571508source = "registry+https://github.com/rust-lang/crates.io-index"
Matt Brubeck15ccdeb2020-09-03 20:32:531509checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
Josh Stone997a7662020-08-08 00:03:471510dependencies = [
1511 "autocfg",
1512 "hashbrown",
1513]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571514
1515[[package]]
Josh Stone020c5ec2017-05-08 22:01:131516name = "installer"
1517version = "0.0.0"
1518dependencies = [
Michael Forney32025fd2020-05-25 00:08:451519 "anyhow",
Alex Crichton093ede22019-08-15 00:45:091520 "clap",
Alex Crichton093ede22019-08-15 00:45:091521 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421522 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091523 "num_cpus",
1524 "rayon",
1525 "remove_dir_all",
1526 "tar",
1527 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:441528 "winapi 0.3.9",
Alex Crichton093ede22019-08-15 00:45:091529 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131530]
1531
1532[[package]]
Mark Rousskov342d9562020-08-17 15:21:441533name = "instant"
1534version = "0.1.6"
1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
1537
1538[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431539name = "iovec"
Daniel Frampton535fc9c2020-01-14 19:52:461540version = "0.1.4"
Matthias Krüger696fb8f2019-01-21 15:32:431541source = "registry+https://github.com/rust-lang/crates.io-index"
Daniel Frampton535fc9c2020-01-14 19:52:461542checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
Matthias Krüger696fb8f2019-01-21 15:32:431543dependencies = [
Alex Crichton093ede22019-08-15 00:45:091544 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:431545]
1546
1547[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291548name = "itertools"
Mark Rousskov342d9562020-08-17 15:21:441549version = "0.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:431550source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441551checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
Matthias Krüger696fb8f2019-01-21 15:32:431552dependencies = [
Alex Crichton093ede22019-08-15 00:45:091553 "either",
Matthias Krüger696fb8f2019-01-21 15:32:431554]
1555
1556[[package]]
Matthias Krüger66949a72020-03-12 20:47:471557name = "itertools"
1558version = "0.9.0"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1561dependencies = [
1562 "either",
1563]
1564
1565[[package]]
Steve Klabnik2795de32017-02-20 00:20:571566name = "itoa"
Mark Rousskov342d9562020-08-17 15:21:441567version = "0.4.6"
Steve Klabnik2795de32017-02-20 00:20:571568source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441569checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
Steve Klabnik2795de32017-02-20 00:20:571570
1571[[package]]
Alex Crichton016eaf82018-10-21 02:15:061572name = "jemalloc-sys"
Mark Rousskov342d9562020-08-17 15:21:441573version = "0.3.2"
Alex Crichton016eaf82018-10-21 02:15:061574source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441575checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
Alex Crichton016eaf82018-10-21 02:15:061576dependencies = [
Alex Crichton093ede22019-08-15 00:45:091577 "cc",
1578 "fs_extra",
1579 "libc",
Alex Crichton016eaf82018-10-21 02:15:061580]
1581
1582[[package]]
Alex Crichton453080f2017-06-05 16:36:481583name = "jobserver"
Alex Crichtonad0e4a12020-01-30 07:47:011584version = "0.1.21"
Alex Crichton453080f2017-06-05 16:36:481585source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonad0e4a12020-01-30 07:47:011586checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
Alex Crichton453080f2017-06-05 16:36:481587dependencies = [
Alex Crichton093ede22019-08-15 00:45:091588 "libc",
Alex Crichton453080f2017-06-05 16:36:481589]
1590
1591[[package]]
Igor Matuszewski3a17cf72018-08-25 16:17:551592name = "json"
Mark Rousskov342d9562020-08-17 15:21:441593version = "0.11.15"
Igor Matuszewski3a17cf72018-08-25 16:17:551594source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441595checksum = "92c245af8786f6ac35f95ca14feca9119e71339aaab41e878e7cdd655c97e9e5"
Igor Matuszewski3a17cf72018-08-25 16:17:551596
1597[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111598name = "jsonrpc-client-transports"
Mark Rousskov342d9562020-08-17 15:21:441599version = "14.2.1"
Nick Cameronad8ecc22017-07-19 01:32:121600source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441601checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"
Igor Matuszewskic2249a42019-09-08 08:28:111602dependencies = [
1603 "failure",
1604 "futures",
1605 "jsonrpc-core",
1606 "jsonrpc-pubsub",
1607 "jsonrpc-server-utils",
1608 "log",
1609 "parity-tokio-ipc",
1610 "serde",
1611 "serde_json",
1612 "tokio",
1613 "url 1.7.2",
1614]
1615
1616[[package]]
1617name = "jsonrpc-core"
Mark Rousskov342d9562020-08-17 15:21:441618version = "14.2.0"
Igor Matuszewskic2249a42019-09-08 08:28:111619source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441620checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
Nick Cameronad8ecc22017-07-19 01:32:121621dependencies = [
Alex Crichton093ede22019-08-15 00:45:091622 "futures",
1623 "log",
1624 "serde",
1625 "serde_derive",
1626 "serde_json",
Nick Cameronad8ecc22017-07-19 01:32:121627]
1628
1629[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111630name = "jsonrpc-core-client"
Mark Rousskov342d9562020-08-17 15:21:441631version = "14.2.0"
Igor Matuszewskic2249a42019-09-08 08:28:111632source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441633checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"
Igor Matuszewskic2249a42019-09-08 08:28:111634dependencies = [
1635 "jsonrpc-client-transports",
1636]
1637
1638[[package]]
1639name = "jsonrpc-derive"
Mark Rousskov342d9562020-08-17 15:21:441640version = "14.2.1"
Igor Matuszewskic2249a42019-09-08 08:28:111641source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441642checksum = "0fadf6945e227246825a583514534d864554e9f23d80b3c77d034b10983db5ef"
Igor Matuszewskic2249a42019-09-08 08:28:111643dependencies = [
1644 "proc-macro-crate",
Aaron Hill70ba4912020-08-01 14:11:151645 "proc-macro2",
1646 "quote",
1647 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:111648]
1649
1650[[package]]
1651name = "jsonrpc-ipc-server"
Igor Matuszewski8fc4bba2020-02-12 14:47:311652version = "14.0.3"
Igor Matuszewskic2249a42019-09-08 08:28:111653source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8fc4bba2020-02-12 14:47:311654checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a"
Igor Matuszewskic2249a42019-09-08 08:28:111655dependencies = [
1656 "jsonrpc-core",
1657 "jsonrpc-server-utils",
1658 "log",
1659 "parity-tokio-ipc",
Igor Matuszewski8fc4bba2020-02-12 14:47:311660 "parking_lot 0.9.0",
Igor Matuszewskic2249a42019-09-08 08:28:111661 "tokio-service",
1662]
1663
1664[[package]]
1665name = "jsonrpc-pubsub"
Mark Rousskov342d9562020-08-17 15:21:441666version = "14.2.0"
Igor Matuszewskic2249a42019-09-08 08:28:111667source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441668checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"
Igor Matuszewskic2249a42019-09-08 08:28:111669dependencies = [
1670 "jsonrpc-core",
1671 "log",
Amanieu d'Antrasc4ca6382020-04-10 16:31:311672 "parking_lot 0.10.2",
Mark Rousskov342d9562020-08-17 15:21:441673 "rand",
Igor Matuszewskic2249a42019-09-08 08:28:111674 "serde",
1675]
1676
1677[[package]]
1678name = "jsonrpc-server-utils"
Mark Rousskov342d9562020-08-17 15:21:441679version = "14.2.0"
Igor Matuszewskic2249a42019-09-08 08:28:111680source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441681checksum = "56cbfb462e7f902e21121d9f0d1c2b77b2c5b642e1a4e8f4ebfa2e15b94402bb"
Igor Matuszewskic2249a42019-09-08 08:28:111682dependencies = [
1683 "bytes",
1684 "globset",
1685 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:421686 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:111687 "log",
Igor Matuszewskic2249a42019-09-08 08:28:111688 "tokio",
1689 "tokio-codec",
Eric Huss139477d2019-11-12 18:14:481690 "unicase",
Igor Matuszewskic2249a42019-09-08 08:28:111691]
1692
1693[[package]]
Steve Klabnika0769612017-02-07 23:13:571694name = "kernel32-sys"
1695version = "0.2.2"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091697checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Steve Klabnika0769612017-02-07 23:13:571698dependencies = [
Alex Crichton093ede22019-08-15 00:45:091699 "winapi 0.2.8",
1700 "winapi-build",
Steve Klabnika0769612017-02-07 23:13:571701]
1702
1703[[package]]
1704name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:571705version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:491706source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571707checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:491708
1709[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291710name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:441711version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:161712source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441713checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:161714
1715[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291716name = "libc"
Josh Triplett16ebf752020-10-01 04:30:071717version = "0.2.79"
Ahmed Charles9ca382f2016-09-02 08:55:291718source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Triplett16ebf752020-10-01 04:30:071719checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
Alex Crichton4c21a3b2018-11-20 05:52:501720dependencies = [
Alex Crichton093ede22019-08-15 00:45:091721 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:501722]
Ahmed Charles9ca382f2016-09-02 08:55:291723
1724[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581725name = "libgit2-sys"
Eric Huss71bf7cf2020-10-14 22:16:471726version = "0.12.14+1.1.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581727source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:471728checksum = "8f25af58e6495f7caf2919d08f212de550cfa3ed2f5e744988938ea292b9f549"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581729dependencies = [
Alex Crichton093ede22019-08-15 00:45:091730 "cc",
1731 "libc",
1732 "libssh2-sys",
1733 "libz-sys",
1734 "openssl-sys",
1735 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581736]
1737
1738[[package]]
Alex Crichton8ccf1122018-09-20 21:37:531739name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:441740version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:531741source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441742checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:531743dependencies = [
Alex Crichton093ede22019-08-15 00:45:091744 "cc",
1745 "libc",
Alex Crichton8ccf1122018-09-20 21:37:531746]
1747
1748[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581749name = "libssh2-sys"
Eric Huss71bf7cf2020-10-14 22:16:471750version = "0.2.19"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581751source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:471752checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581753dependencies = [
Alex Crichton093ede22019-08-15 00:45:091754 "cc",
1755 "libc",
1756 "libz-sys",
1757 "openssl-sys",
1758 "pkg-config",
1759 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581760]
1761
1762[[package]]
1763name = "libz-sys"
Jake Goulding15bd2362020-09-18 00:14:091764version = "1.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581765source = "registry+https://github.com/rust-lang/crates.io-index"
Jake Goulding15bd2362020-09-18 00:14:091766checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581767dependencies = [
Alex Crichton093ede22019-08-15 00:45:091768 "cc",
1769 "libc",
1770 "pkg-config",
1771 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581772]
1773
1774[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291775name = "linkchecker"
1776version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:301777dependencies = [
1778 "once_cell",
1779 "regex",
1780]
Ahmed Charles9ca382f2016-09-02 08:55:291781
1782[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301783name = "linked-hash-map"
Mark Rousskov342d9562020-08-17 15:21:441784version = "0.5.3"
Pietro Albini9beb8f52019-11-26 11:06:301785source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441786checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
Pietro Albini9beb8f52019-11-26 11:06:301787
1788[[package]]
Eric Huss45c1e0a2020-09-08 22:09:571789name = "lint-docs"
1790version = "0.1.0"
1791dependencies = [
1792 "serde_json",
1793 "tempfile",
1794 "walkdir",
1795]
1796
1797[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:391798name = "lock_api"
Amanieu d'Antrasc4ca6382020-04-10 16:31:311799version = "0.3.4"
Igor Matuszewskic2249a42019-09-08 08:28:111800source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasc4ca6382020-04-10 16:31:311801checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
Igor Matuszewskic2249a42019-09-08 08:28:111802dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:161803 "scopeguard",
Igor Matuszewskic2249a42019-09-08 08:28:111804]
1805
1806[[package]]
Mark Rousskov342d9562020-08-17 15:21:441807name = "lock_api"
1808version = "0.4.1"
Malo Jaffré8ed13d62017-12-29 10:24:381809source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441810checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
1811dependencies = [
1812 "scopeguard",
1813]
1814
1815[[package]]
1816name = "log"
1817version = "0.4.11"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
Malo Jaffré8ed13d62017-12-29 10:24:381820dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071821 "cfg-if 0.1.10",
Malo Jaffré8ed13d62017-12-29 10:24:381822]
Ahmed Charles9ca382f2016-09-02 08:55:291823
1824[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431825name = "lsp-codec"
Eric Huss9243f9c2019-03-04 21:18:441826version = "0.1.2"
Matthias Krüger696fb8f2019-01-21 15:32:431827source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091828checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
Matthias Krüger696fb8f2019-01-21 15:32:431829dependencies = [
Alex Crichton093ede22019-08-15 00:45:091830 "bytes",
1831 "serde_json",
1832 "tokio-codec",
Matthias Krüger696fb8f2019-01-21 15:32:431833]
1834
1835[[package]]
1836name = "lsp-types"
Igor Matuszewskic2249a42019-09-08 08:28:111837version = "0.60.0"
Matthias Krüger696fb8f2019-01-21 15:32:431838source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:111839checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
Matthias Krüger696fb8f2019-01-21 15:32:431840dependencies = [
Alex Crichton093ede22019-08-15 00:45:091841 "bitflags",
Alex Crichton093ede22019-08-15 00:45:091842 "serde",
Alex Crichton093ede22019-08-15 00:45:091843 "serde_json",
Igor Matuszewskic2249a42019-09-08 08:28:111844 "serde_repr",
Mark Rousskov342d9562020-08-17 15:21:441845 "url 2.1.1",
Matthias Krüger696fb8f2019-01-21 15:32:431846]
1847
1848[[package]]
Josh Stone020c5ec2017-05-08 22:01:131849name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:441850version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:131851source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441852checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:131853dependencies = [
Alex Crichton093ede22019-08-15 00:45:091854 "cc",
1855 "libc",
1856 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:131857]
1858
1859[[package]]
steveklabnikecfbaca2018-04-03 14:32:041860name = "mac"
1861version = "0.1.1"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091863checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:041864
1865[[package]]
Guillaume Gomezcf5ee8f2018-08-15 13:07:071866name = "macro-utils"
Mark Rousskov342d9562020-08-17 15:21:441867version = "0.1.3"
Guillaume Gomezcf5ee8f2018-08-15 13:07:071868source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441869checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
Guillaume Gomezcf5ee8f2018-08-15 13:07:071870
1871[[package]]
steveklabnikecfbaca2018-04-03 14:32:041872name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:441873version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:041874source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441875checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:041876
1877[[package]]
1878name = "markup5ever"
Aaron Hill70ba4912020-08-01 14:11:151879version = "0.10.0"
Eric Huss2dafa912019-06-19 03:36:471880source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151881checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
Eric Huss2dafa912019-06-19 03:36:471882dependencies = [
Alex Crichton093ede22019-08-15 00:45:091883 "log",
1884 "phf",
1885 "phf_codegen",
1886 "serde",
1887 "serde_derive",
1888 "serde_json",
1889 "string_cache",
1890 "string_cache_codegen",
1891 "tendril",
Eric Huss2dafa912019-06-19 03:36:471892]
1893
1894[[package]]
Aaron Hill70ba4912020-08-01 14:11:151895name = "markup5ever_rcdom"
1896version = "0.1.0"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
1899dependencies = [
1900 "html5ever",
1901 "markup5ever",
1902 "tendril",
1903 "xml5ever",
1904]
1905
1906[[package]]
Oliver Schererec7230f2020-07-24 18:42:001907name = "matchers"
1908version = "0.0.1"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
1911dependencies = [
1912 "regex-automata",
1913]
1914
1915[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581916name = "matches"
Alex Crichton2863b752018-08-21 17:23:471917version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581918source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091919checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581920
1921[[package]]
Mark Rousskov342d9562020-08-17 15:21:441922name = "maybe-uninit"
1923version = "2.0.0"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
1926
1927[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:151928name = "md-5"
Arlo Siemsen3296d5c2020-10-13 15:41:061929version = "0.9.1"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
1932dependencies = [
1933 "block-buffer 0.9.0",
1934 "digest 0.9.0",
1935 "opaque-debug 0.3.0",
1936]
1937
1938[[package]]
Steve Klabnika0769612017-02-07 23:13:571939name = "mdbook"
Camelid945a7322020-09-23 23:18:591940version = "0.4.3"
Steve Klabnika0769612017-02-07 23:13:571941source = "registry+https://github.com/rust-lang/crates.io-index"
Camelid945a7322020-09-23 23:18:591942checksum = "29be448fcafb00c5a8966c4020c2a5ffbbc333e5b96d0bb5ef54b5bd0524d9ff"
Steve Klabnika0769612017-02-07 23:13:571943dependencies = [
Alex Crichton093ede22019-08-15 00:45:091944 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:461945 "anyhow",
Alex Crichton093ede22019-08-15 00:45:091946 "chrono",
1947 "clap",
1948 "elasticlunr-rs",
Eric Huss6bcbc422020-06-23 22:23:461949 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:091950 "handlebars",
Yuki Okushi1f0a39502020-05-26 04:00:421951 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091952 "log",
1953 "memchr",
1954 "open",
Joshua Nelsone4c28bf2020-09-14 00:15:011955 "pulldown-cmark 0.7.2",
Alex Crichton093ede22019-08-15 00:45:091956 "regex",
1957 "serde",
1958 "serde_derive",
1959 "serde_json",
1960 "shlex",
1961 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:351962 "toml",
James Munnsde763692019-01-19 02:39:371963]
1964
1965[[package]]
Wesley Wiser56e434d2019-04-04 23:41:491966name = "measureme"
Wesley Wiser5ac55562020-10-01 12:34:481967version = "9.0.0"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "22bf8d885d073610aee20e7fa205c4341ed32a761dbde96da5fd96301a8d3e82"
1970dependencies = [
1971 "parking_lot 0.11.0",
1972 "rustc-hash",
1973 "smallvec 1.4.2",
1974]
1975
1976[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581977name = "memchr"
Yuki Okushib4b76b82020-05-26 04:04:591978version = "2.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:291979source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushib4b76b82020-05-26 04:04:591980checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
Steve Klabnika0769612017-02-07 23:13:571981
1982[[package]]
Michael Woeristerabd5cc32018-08-31 13:18:081983name = "memmap"
Michael Woeristeredcca152019-12-03 09:33:241984version = "0.7.0"
Michael Woeristerabd5cc32018-08-31 13:18:081985source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woeristeredcca152019-12-03 09:33:241986checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
Michael Woeristerabd5cc32018-08-31 13:18:081987dependencies = [
Alex Crichton093ede22019-08-15 00:45:091988 "libc",
Mark Rousskov342d9562020-08-17 15:21:441989 "winapi 0.3.9",
Michael Woeristerabd5cc32018-08-31 13:18:081990]
1991
1992[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:451993name = "memoffset"
Mark Rousskov342d9562020-08-17 15:21:441994version = "0.5.5"
Ralf Jungc7a599e2019-07-25 13:57:251995source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441996checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
Ralf Jungc7a599e2019-07-25 13:57:251997dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441998 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:251999]
2000
2001[[package]]
Joshua Nelsonc9c8fb82020-09-12 04:42:522002name = "merge"
2003version = "0.1.0"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
2006dependencies = [
2007 "merge_derive",
2008 "num-traits",
2009]
2010
2011[[package]]
2012name = "merge_derive"
2013version = "0.1.0"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
2016dependencies = [
2017 "proc-macro-error",
2018 "proc-macro2",
2019 "quote",
2020 "syn",
2021]
2022
2023[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052024name = "minifier"
Guillaume Gomez3f4dbd32019-07-28 18:24:522025version = "0.0.33"
Guillaume Gomez4b145732018-05-10 22:02:052026source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092027checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
Guillaume Gomez4b145732018-05-10 22:02:052028dependencies = [
Alex Crichton093ede22019-08-15 00:45:092029 "macro-utils",
Guillaume Gomez4b145732018-05-10 22:02:052030]
2031
2032[[package]]
Alex Crichtonb4110902018-12-08 11:06:542033name = "miniz_oxide"
Alex Crichton06d565c2020-05-13 21:22:372034version = "0.4.0"
Alex Crichtonb4110902018-12-08 11:06:542035source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:372036checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
Alex Crichtonb4110902018-12-08 11:06:542037dependencies = [
Alex Crichton06d565c2020-05-13 21:22:372038 "adler",
2039 "compiler_builtins",
2040 "rustc-std-workspace-alloc",
2041 "rustc-std-workspace-core",
Alex Crichtonb4110902018-12-08 11:06:542042]
2043
2044[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432045name = "mio"
Mark Rousskov342d9562020-08-17 15:21:442046version = "0.6.22"
Matthias Krüger696fb8f2019-01-21 15:32:432047source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442048checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
Matthias Krüger696fb8f2019-01-21 15:32:432049dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072050 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092051 "fuchsia-zircon",
2052 "fuchsia-zircon-sys",
2053 "iovec",
2054 "kernel32-sys",
Alex Crichton093ede22019-08-15 00:45:092055 "libc",
2056 "log",
Linus Färnstrandf9220c32020-11-27 23:56:122057 "miow 0.2.2",
Alex Crichton093ede22019-08-15 00:45:092058 "net2",
2059 "slab",
2060 "winapi 0.2.8",
Matthias Krüger696fb8f2019-01-21 15:32:432061]
2062
2063[[package]]
2064name = "mio-named-pipes"
Mark Rousskov342d9562020-08-17 15:21:442065version = "0.1.7"
Matthias Krüger696fb8f2019-01-21 15:32:432066source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442067checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
Matthias Krüger696fb8f2019-01-21 15:32:432068dependencies = [
Alex Crichton093ede22019-08-15 00:45:092069 "log",
2070 "mio",
Linus Färnstrandf9220c32020-11-27 23:56:122071 "miow 0.3.6",
Mark Rousskov342d9562020-08-17 15:21:442072 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:432073]
2074
2075[[package]]
2076name = "mio-uds"
Mark Rousskov342d9562020-08-17 15:21:442077version = "0.6.8"
Matthias Krüger696fb8f2019-01-21 15:32:432078source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442079checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
Matthias Krüger696fb8f2019-01-21 15:32:432080dependencies = [
Alex Crichton093ede22019-08-15 00:45:092081 "iovec",
2082 "libc",
2083 "mio",
Matthias Krüger696fb8f2019-01-21 15:32:432084]
2085
2086[[package]]
2087name = "miow"
Linus Färnstrandf9220c32020-11-27 23:56:122088version = "0.2.2"
Matthias Krüger696fb8f2019-01-21 15:32:432089source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122090checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
Matthias Krüger696fb8f2019-01-21 15:32:432091dependencies = [
Alex Crichton093ede22019-08-15 00:45:092092 "kernel32-sys",
2093 "net2",
2094 "winapi 0.2.8",
2095 "ws2_32-sys",
Matthias Krüger696fb8f2019-01-21 15:32:432096]
2097
2098[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582099name = "miow"
Linus Färnstrandf9220c32020-11-27 23:56:122100version = "0.3.6"
Alex Crichtona8eaabc2018-03-07 07:39:552101source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122102checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
Alex Crichtona8eaabc2018-03-07 07:39:552103dependencies = [
Alex Crichton093ede22019-08-15 00:45:092104 "socket2",
Mark Rousskov342d9562020-08-17 15:21:442105 "winapi 0.3.9",
Alex Crichtona8eaabc2018-03-07 07:39:552106]
2107
2108[[package]]
kennytm0692b3d2017-12-15 19:41:582109name = "miri"
2110version = "0.1.0"
2111dependencies = [
Alex Crichton093ede22019-08-15 00:45:092112 "colored",
Ralf Jung7fa29072020-04-15 16:32:412113 "compiletest_rs",
Ralf Jung64cf5962019-10-30 20:03:192114 "env_logger 0.7.1",
Ralf Jung0e908752020-09-17 18:04:202115 "getrandom 0.2.0",
Mark Rousskov342d9562020-08-17 15:21:442116 "hex 0.4.2",
Ralf Jung759e4952020-06-01 18:17:202117 "libc",
Alex Crichton093ede22019-08-15 00:45:092118 "log",
Aaron Hill70ba4912020-08-01 14:11:152119 "rand",
Alex Crichton093ede22019-08-15 00:45:092120 "rustc-workspace-hack",
2121 "rustc_version",
2122 "shell-escape",
Ralf Jung4eb64c82020-11-30 15:37:402123 "smallvec 1.4.2",
kennytm0692b3d2017-12-15 19:41:582124]
2125
2126[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432127name = "net2"
Linus Färnstrandf9220c32020-11-27 23:56:122128version = "0.2.36"
Matthias Krüger696fb8f2019-01-21 15:32:432129source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122130checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02"
Matthias Krüger696fb8f2019-01-21 15:32:432131dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072132 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092133 "libc",
Mark Rousskov342d9562020-08-17 15:21:442134 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:432135]
2136
2137[[package]]
Alex Crichtond8251152018-07-02 16:33:162138name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442139version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162140source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442141checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452142
2143[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242144name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442145version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162146source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442147checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162148dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442149 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092150 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162151]
2152
2153[[package]]
2154name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442155version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572156source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442157checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2158dependencies = [
2159 "autocfg",
2160]
Steve Klabnik2795de32017-02-20 00:20:572161
2162[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292163name = "num_cpus"
Mark Rousskov342d9562020-08-17 15:21:442164version = "1.13.0"
Ahmed Charles9ca382f2016-09-02 08:55:292165source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442166checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
Ahmed Charles9ca382f2016-09-02 08:55:292167dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442168 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:092169 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292170]
2171
2172[[package]]
Alex Crichton06d565c2020-05-13 21:22:372173name = "object"
Alex Crichtonf99410b2020-11-20 17:12:142174version = "0.22.0"
Alex Crichton06d565c2020-05-13 21:22:372175source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonf99410b2020-11-20 17:12:142176checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
Alex Crichton06d565c2020-05-13 21:22:372177dependencies = [
2178 "compiler_builtins",
2179 "rustc-std-workspace-alloc",
2180 "rustc-std-workspace-core",
2181]
2182
2183[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412184name = "once_cell"
Mark Rousskov342d9562020-08-17 15:21:442185version = "1.4.1"
Mark Rousskov2fc32b92019-09-10 01:01:412186source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442187checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
Mark Rousskov2fc32b92019-09-10 01:01:412188
2189[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152190name = "opaque-debug"
2191version = "0.2.3"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2194
2195[[package]]
Pietro Albiniacd8e592020-10-01 15:15:122196name = "opaque-debug"
2197version = "0.3.0"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2200
2201[[package]]
Steve Klabnik2795de32017-02-20 00:20:572202name = "open"
Mark Rousskov342d9562020-08-17 15:21:442203version = "1.4.0"
Steve Klabnik2795de32017-02-20 00:20:572204source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442205checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
2206dependencies = [
2207 "winapi 0.3.9",
2208]
Steve Klabnik2795de32017-02-20 00:20:572209
2210[[package]]
Alex Crichton2863b752018-08-21 17:23:472211name = "opener"
Mark Rousskov342d9562020-08-17 15:21:442212version = "0.4.1"
Alex Crichton2863b752018-08-21 17:23:472213source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442214checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae"
Alex Crichton2863b752018-08-21 17:23:472215dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442216 "winapi 0.3.9",
Alex Crichton2863b752018-08-21 17:23:472217]
2218
2219[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582220name = "openssl"
Mark Rousskov342d9562020-08-17 15:21:442221version = "0.10.30"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582222source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442223checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582224dependencies = [
Alex Crichton093ede22019-08-15 00:45:092225 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:072226 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092227 "foreign-types",
Yuki Okushi1f0a39502020-05-26 04:00:422228 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092229 "libc",
2230 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582231]
2232
2233[[package]]
2234name = "openssl-probe"
Alex Crichton325d7392017-12-10 17:42:492235version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582236source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092237checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582238
2239[[package]]
Eric Huss97308712018-08-14 21:27:262240name = "openssl-src"
Jake Gouldingd909d69d2020-10-12 17:56:072241version = "111.12.0+1.1.1h"
Eric Huss97308712018-08-14 21:27:262242source = "registry+https://github.com/rust-lang/crates.io-index"
Jake Gouldingd909d69d2020-10-12 17:56:072243checksum = "858a4132194f8570a7ee9eb8629e85b23cbc4565f2d4a162e87556e5956abf61"
Eric Huss97308712018-08-14 21:27:262244dependencies = [
Alex Crichton093ede22019-08-15 00:45:092245 "cc",
Eric Huss97308712018-08-14 21:27:262246]
2247
2248[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582249name = "openssl-sys"
Mark Rousskov342d9562020-08-17 15:21:442250version = "0.9.58"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582251source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442252checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582253dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152254 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092255 "cc",
2256 "libc",
2257 "openssl-src",
2258 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092259 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582260]
2261
2262[[package]]
Nick Cameron77177052018-07-06 00:34:002263name = "ordslice"
2264version = "0.3.0"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092266checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
Nick Cameron77177052018-07-06 00:34:002267
2268[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:352269name = "output_vt100"
2270version = "0.1.2"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2273dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442274 "winapi 0.3.9",
Mateusz Mikułaf5e702d2020-03-26 13:10:352275]
2276
2277[[package]]
Nick Cameron7a7445b2018-12-01 10:36:322278name = "packed_simd"
Mark Rousskov342d9562020-08-17 15:21:442279version = "0.3.3"
Nick Cameron7a7445b2018-12-01 10:36:322280source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442281checksum = "a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220"
Nick Cameron7a7445b2018-12-01 10:36:322282dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072283 "cfg-if 0.1.10",
Nick Cameron7a7445b2018-12-01 10:36:322284]
2285
2286[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292287name = "panic_abort"
2288version = "0.0.0"
2289dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072290 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092291 "compiler_builtins",
2292 "core",
2293 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292294]
2295
2296[[package]]
2297name = "panic_unwind"
2298version = "0.0.0"
2299dependencies = [
Alex Crichton093ede22019-08-15 00:45:092300 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:072301 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092302 "compiler_builtins",
2303 "core",
2304 "libc",
2305 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292306]
2307
2308[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112309name = "parity-tokio-ipc"
2310version = "0.2.0"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "8281bf4f1d6429573f89589bf68d89451c46750977a8264f8ea3edbabeba7947"
2313dependencies = [
2314 "bytes",
2315 "futures",
2316 "log",
2317 "mio-named-pipes",
Linus Färnstrandf9220c32020-11-27 23:56:122318 "miow 0.3.6",
Aaron Hill70ba4912020-08-01 14:11:152319 "rand",
Igor Matuszewskic2249a42019-09-08 08:28:112320 "tokio",
2321 "tokio-named-pipes",
2322 "tokio-uds",
Mark Rousskov342d9562020-08-17 15:21:442323 "winapi 0.3.9",
Igor Matuszewskic2249a42019-09-08 08:28:112324]
2325
2326[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012327name = "parking_lot"
Igor Matuszewskic2249a42019-09-08 08:28:112328version = "0.9.0"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
2331dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442332 "lock_api 0.3.4",
Igor Matuszewski8fc4bba2020-02-12 14:47:312333 "parking_lot_core 0.6.2",
Igor Matuszewskic2249a42019-09-08 08:28:112334 "rustc_version",
Matthias Krüger696fb8f2019-01-21 15:32:432335]
2336
2337[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:312338name = "parking_lot"
Amanieu d'Antrasc4ca6382020-04-10 16:31:312339version = "0.10.2"
Igor Matuszewski8fc4bba2020-02-12 14:47:312340source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasc4ca6382020-04-10 16:31:312341checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
Igor Matuszewski8fc4bba2020-02-12 14:47:312342dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442343 "lock_api 0.3.4",
2344 "parking_lot_core 0.7.2",
2345]
2346
2347[[package]]
2348name = "parking_lot"
2349version = "0.11.0"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
2352dependencies = [
2353 "instant",
2354 "lock_api 0.4.1",
2355 "parking_lot_core 0.8.0",
Igor Matuszewski8fc4bba2020-02-12 14:47:312356]
2357
2358[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012359name = "parking_lot_core"
Igor Matuszewskic2249a42019-09-08 08:28:112360version = "0.6.2"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2363dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072364 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:442365 "cloudabi 0.0.3",
Igor Matuszewskic2249a42019-09-08 08:28:112366 "libc",
2367 "redox_syscall",
2368 "rustc_version",
Mark Rousskov342d9562020-08-17 15:21:442369 "smallvec 0.6.13",
2370 "winapi 0.3.9",
Igor Matuszewskic2249a42019-09-08 08:28:112371]
2372
2373[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:312374name = "parking_lot_core"
Mark Rousskov342d9562020-08-17 15:21:442375version = "0.7.2"
Igor Matuszewski8fc4bba2020-02-12 14:47:312376source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442377checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
Igor Matuszewski8fc4bba2020-02-12 14:47:312378dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072379 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:442380 "cloudabi 0.0.3",
Igor Matuszewski8fc4bba2020-02-12 14:47:312381 "libc",
2382 "redox_syscall",
Mark Rousskov342d9562020-08-17 15:21:442383 "smallvec 1.4.2",
2384 "winapi 0.3.9",
2385]
2386
2387[[package]]
2388name = "parking_lot_core"
2389version = "0.8.0"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
2392dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072393 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:442394 "cloudabi 0.1.0",
2395 "instant",
2396 "libc",
2397 "redox_syscall",
2398 "smallvec 1.4.2",
2399 "winapi 0.3.9",
Igor Matuszewski8fc4bba2020-02-12 14:47:312400]
2401
2402[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272403name = "pathdiff"
2404version = "0.2.0"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
2407
2408[[package]]
Alex Crichton1cede102017-06-15 02:33:062409name = "percent-encoding"
Oliver Schneideracdf83f2017-12-06 08:25:292410version = "1.0.1"
Alex Crichton1cede102017-06-15 02:33:062411source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092412checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
Alex Crichton1cede102017-06-15 02:33:062413
2414[[package]]
Eric Hussf2428a62019-08-01 00:44:392415name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482416version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392417source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482418checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392419
2420[[package]]
Steve Klabnika0769612017-02-07 23:13:572421name = "pest"
Mark Rousskov342d9562020-08-17 15:21:442422version = "2.1.3"
James Munnsde763692019-01-19 02:39:372423source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442424checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
James Munnsde763692019-01-19 02:39:372425dependencies = [
Alex Crichton093ede22019-08-15 00:45:092426 "ucd-trie",
James Munnsde763692019-01-19 02:39:372427]
2428
2429[[package]]
Alex Crichtone9d89832018-04-02 15:43:552430name = "pest_derive"
James Munnsde763692019-01-19 02:39:372431version = "2.1.0"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092433checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
James Munnsde763692019-01-19 02:39:372434dependencies = [
Alex Crichton093ede22019-08-15 00:45:092435 "pest",
2436 "pest_generator",
James Munnsde763692019-01-19 02:39:372437]
2438
2439[[package]]
2440name = "pest_generator"
Igor Matuszewski8c6e5682020-05-05 11:26:292441version = "2.1.3"
James Munnsde763692019-01-19 02:39:372442source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8c6e5682020-05-05 11:26:292443checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
James Munnsde763692019-01-19 02:39:372444dependencies = [
Alex Crichton093ede22019-08-15 00:45:092445 "pest",
2446 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152447 "proc-macro2",
2448 "quote",
2449 "syn",
James Munnsde763692019-01-19 02:39:372450]
2451
2452[[package]]
2453name = "pest_meta"
Arlo Siemsenf86b0782020-03-31 05:17:152454version = "2.1.3"
James Munnsde763692019-01-19 02:39:372455source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:152456checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
James Munnsde763692019-01-19 02:39:372457dependencies = [
Alex Crichton093ede22019-08-15 00:45:092458 "maplit",
2459 "pest",
Arlo Siemsen3296d5c2020-10-13 15:41:062460 "sha-1 0.8.2",
James Munnsde763692019-01-19 02:39:372461]
2462
2463[[package]]
Jack Hueya24df5b2020-03-03 16:25:032464name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192465version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032466source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192467checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032468dependencies = [
2469 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192470 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032471]
2472
2473[[package]]
steveklabnikecfbaca2018-04-03 14:32:042474name = "phf"
Aaron Hill70ba4912020-08-01 14:11:152475version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042476source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152477checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
steveklabnikecfbaca2018-04-03 14:32:042478dependencies = [
Alex Crichton093ede22019-08-15 00:45:092479 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042480]
2481
2482[[package]]
2483name = "phf_codegen"
Aaron Hill70ba4912020-08-01 14:11:152484version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042485source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152486checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
steveklabnikecfbaca2018-04-03 14:32:042487dependencies = [
Alex Crichton093ede22019-08-15 00:45:092488 "phf_generator",
2489 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042490]
2491
2492[[package]]
2493name = "phf_generator"
Aaron Hill70ba4912020-08-01 14:11:152494version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042495source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152496checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
steveklabnikecfbaca2018-04-03 14:32:042497dependencies = [
Alex Crichton093ede22019-08-15 00:45:092498 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:152499 "rand",
steveklabnikecfbaca2018-04-03 14:32:042500]
2501
2502[[package]]
2503name = "phf_shared"
Aaron Hill70ba4912020-08-01 14:11:152504version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042505source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152506checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
steveklabnikecfbaca2018-04-03 14:32:042507dependencies = [
Alex Crichton093ede22019-08-15 00:45:092508 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042509]
2510
2511[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582512name = "pkg-config"
Mark Rousskov342d9562020-08-17 15:21:442513version = "0.3.18"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582514source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442515checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582516
2517[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012518name = "polonius-engine"
Remy Rakicdf1ac672020-03-29 23:11:442519version = "0.12.1"
Santiago Pastorino8429d112018-05-24 21:52:012520source = "registry+https://github.com/rust-lang/crates.io-index"
Remy Rakicdf1ac672020-03-29 23:11:442521checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
Douglas Campos422fe7c2018-05-29 11:52:512522dependencies = [
Alex Crichton093ede22019-08-15 00:45:092523 "datafrog",
2524 "log",
2525 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512526]
Santiago Pastorino8429d112018-05-24 21:52:012527
2528[[package]]
gnzlbg52caca02019-08-01 15:02:262529name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212530version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262531source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212532checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262533
2534[[package]]
steveklabnikecfbaca2018-04-03 14:32:042535name = "precomputed-hash"
2536version = "0.1.1"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092538checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042539
2540[[package]]
Mark Simulacrum42fde212018-03-10 14:03:062541name = "pretty_assertions"
Mateusz Mikułaf5e702d2020-03-26 13:10:352542version = "0.6.1"
Mark Simulacrum42fde212018-03-10 14:03:062543source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:352544checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
Mark Simulacrum42fde212018-03-10 14:03:062545dependencies = [
Oliver Schererec7230f2020-07-24 18:42:002546 "ansi_term 0.11.0",
Mateusz Mikułaf5e702d2020-03-26 13:10:352547 "ctor",
Alex Crichton093ede22019-08-15 00:45:092548 "difference",
Mateusz Mikułaf5e702d2020-03-26 13:10:352549 "output_vt100",
Mark Simulacrum42fde212018-03-10 14:03:062550]
2551
2552[[package]]
Eric Huss8c20add2018-12-03 01:33:202553name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382554version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202555source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382556checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202557dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382558 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092559 "log",
Eric Huss8c20add2018-12-03 01:33:202560]
2561
2562[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112563name = "proc-macro-crate"
Mark Rousskov342d9562020-08-17 15:21:442564version = "0.1.5"
Igor Matuszewskic2249a42019-09-08 08:28:112565source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442566checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
Igor Matuszewskic2249a42019-09-08 08:28:112567dependencies = [
2568 "toml",
2569]
2570
2571[[package]]
2572name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442573version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112574source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442575checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112576dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442577 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152578 "proc-macro2",
2579 "quote",
2580 "syn",
Mark Rousskov342d9562020-08-17 15:21:442581 "version_check",
2582]
2583
2584[[package]]
2585name = "proc-macro-error-attr"
2586version = "1.0.4"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2589dependencies = [
2590 "proc-macro2",
2591 "quote",
2592 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552593]
2594
2595[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112596name = "proc-macro2"
Mark Rousskov342d9562020-08-17 15:21:442597version = "1.0.19"
Igor Matuszewskic2249a42019-09-08 08:28:112598source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442599checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
Igor Matuszewskic2249a42019-09-08 08:28:112600dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152601 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:112602]
2603
2604[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292605name = "proc_macro"
2606version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082607dependencies = [
2608 "std",
2609]
Ahmed Charles9ca382f2016-09-02 08:55:292610
2611[[package]]
whitequark42754ce2017-02-13 09:57:502612name = "profiler_builtins"
2613version = "0.0.0"
2614dependencies = [
Alex Crichton093ede22019-08-15 00:45:092615 "cc",
2616 "compiler_builtins",
2617 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392618]
2619
2620[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242621name = "psm"
Mark Rousskov342d9562020-08-17 15:21:442622version = "0.1.11"
Oliver Scherer26edcee2018-11-02 15:14:242623source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442624checksum = "96e0536f6528466dbbbbe6b986c34175a8d0ff25b794c4bacda22e068cd2f2c5"
Oliver Scherer26edcee2018-11-02 15:14:242625dependencies = [
2626 "cc",
2627]
2628
2629[[package]]
Steve Klabnika0769612017-02-07 23:13:572630name = "pulldown-cmark"
Mark Rousskov342d9562020-08-17 15:21:442631version = "0.7.2"
Guillaume Gomezd8589de2020-02-13 17:39:402632source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442633checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
Guillaume Gomezd8589de2020-02-13 17:39:402634dependencies = [
2635 "bitflags",
Eric Huss6bcbc422020-06-23 22:23:462636 "getopts",
Guillaume Gomezd8589de2020-02-13 17:39:402637 "memchr",
2638 "unicase",
2639]
2640
2641[[package]]
Joshua Nelsone4c28bf2020-09-14 00:15:012642name = "pulldown-cmark"
2643version = "0.8.0"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
2646dependencies = [
2647 "bitflags",
2648 "memchr",
2649 "unicase",
2650]
2651
2652[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322653name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442654version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322655source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442656checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322657
2658[[package]]
Steve Klabnika0769612017-02-07 23:13:572659name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062660version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572661source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062662checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572663
2664[[package]]
Mark Rousskov342d9562020-08-17 15:21:442665name = "quick-error"
2666version = "2.0.0"
2667source = "registry+https://github.com/rust-lang/crates.io-index"
2668checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
2669
2670[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292671name = "quine-mc_cluskey"
2672version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582673source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092674checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582675
2676[[package]]
2677name = "quote"
Mark Rousskov342d9562020-08-17 15:21:442678version = "1.0.7"
Igor Matuszewskic2249a42019-09-08 08:28:112679source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442680checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
Igor Matuszewskic2249a42019-09-08 08:28:112681dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152682 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552683]
2684
2685[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582686name = "racer"
Igor Matuszewskibd37d7d2020-12-05 15:40:242687version = "2.1.41"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582688source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:242689checksum = "a2f1a4baaaf5c4a9aa30c708c339ae293d02976d2b7f1575a59f44558d25bfea"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582690dependencies = [
Alex Crichton093ede22019-08-15 00:45:092691 "bitflags",
2692 "clap",
2693 "derive_more",
Igor Matuszewski8fc4bba2020-02-12 14:47:312694 "env_logger 0.7.1",
Mark Rousskov342d9562020-08-17 15:21:442695 "humantime 2.0.1",
Yuki Okushi1f0a39502020-05-26 04:00:422696 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092697 "log",
2698 "rls-span",
Igor Matuszewskib2561c92020-03-31 12:31:522699 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:312700 "rustc-ap-rustc_ast_pretty",
2701 "rustc-ap-rustc_data_structures",
2702 "rustc-ap-rustc_errors",
2703 "rustc-ap-rustc_parse",
2704 "rustc-ap-rustc_session",
2705 "rustc-ap-rustc_span",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582706]
2707
2708[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292709name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:572710version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:262711source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572712checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:262713dependencies = [
Ralf Jung0e908752020-09-17 18:04:202714 "getrandom 0.1.14",
Alex Crichton093ede22019-08-15 00:45:092715 "libc",
Aaron Hill70ba4912020-08-01 14:11:152716 "rand_chacha",
Mark Rousskov342d9562020-08-17 15:21:442717 "rand_core",
Aaron Hill70ba4912020-08-01 14:11:152718 "rand_hc",
2719 "rand_pcg",
Alex Crichtonb4110902018-12-08 11:06:542720]
2721
2722[[package]]
gnzlbg52caca02019-08-01 15:02:262723name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:212724version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:262725source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212726checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:262727dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:212728 "ppv-lite86",
Mark Rousskov342d9562020-08-17 15:21:442729 "rand_core",
gnzlbg52caca02019-08-01 15:02:262730]
2731
2732[[package]]
Alex Crichtonb4110902018-12-08 11:06:542733name = "rand_core"
Eric Huss2b985322019-11-25 16:14:072734version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:262735source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:072736checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:262737dependencies = [
Ralf Jung0e908752020-09-17 18:04:202738 "getrandom 0.1.14",
gnzlbg52caca02019-08-01 15:02:262739]
2740
2741[[package]]
Alex Crichtonb4110902018-12-08 11:06:542742name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:262743version = "0.2.0"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092745checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:262746dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442747 "rand_core",
Laurențiu Nicolab888eb92019-06-10 18:22:312748]
2749
2750[[package]]
Alex Crichtonb4110902018-12-08 11:06:542751name = "rand_pcg"
Aaron Hill70ba4912020-08-01 14:11:152752version = "0.2.1"
Alex Crichtonb4110902018-12-08 11:06:542753source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152754checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
Alex Crichtonb4110902018-12-08 11:06:542755dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442756 "rand_core",
Alex Crichtonb4110902018-12-08 11:06:542757]
kennytmcab21f12018-07-26 21:58:552758
2759[[package]]
Ralf Jung5b78e982019-04-19 07:37:332760name = "rand_xorshift"
2761version = "0.2.0"
2762source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092763checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:332764dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442765 "rand_core",
Eric Huss2b985322019-11-25 16:14:072766]
2767
2768[[package]]
2769name = "rand_xoshiro"
2770version = "0.4.0"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
2773dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442774 "rand_core",
Ralf Jung5b78e982019-04-19 07:37:332775]
2776
2777[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292778name = "rayon"
Mark Rousskov342d9562020-08-17 15:21:442779version = "1.3.1"
Nick Cameron4b6f5c22018-02-26 03:15:452780source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442781checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
Nick Cameron4b6f5c22018-02-26 03:15:452782dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442783 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:162784 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:092785 "either",
2786 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:292787]
2788
2789[[package]]
2790name = "rayon-core"
Mark Rousskov342d9562020-08-17 15:21:442791version = "1.7.1"
Oliver Schneideracdf83f2017-12-06 08:25:292792source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442793checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
Oliver Schneideracdf83f2017-12-06 08:25:292794dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:162795 "crossbeam-deque",
Mark Rousskov342d9562020-08-17 15:21:442796 "crossbeam-queue 0.2.3",
2797 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:422798 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092799 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:312800]
2801
2802[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:352803name = "redox_syscall"
Mark Rousskov342d9562020-08-17 15:21:442804version = "0.1.57"
Nick Cameronc5cad5a2017-09-22 01:58:352805source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442806checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
Nick Cameronc5cad5a2017-09-22 01:58:352807
2808[[package]]
flip19954c228cc2019-02-18 09:32:582809name = "redox_users"
Mark Rousskov342d9562020-08-17 15:21:442810version = "0.3.4"
flip19954c228cc2019-02-18 09:32:582811source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442812checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
flip19954c228cc2019-02-18 09:32:582813dependencies = [
Ralf Jung0e908752020-09-17 18:04:202814 "getrandom 0.1.14",
Alex Crichton093ede22019-08-15 00:45:092815 "redox_syscall",
Mark Rousskov342d9562020-08-17 15:21:442816 "rust-argon2",
flip19954c228cc2019-02-18 09:32:582817]
2818
2819[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582820name = "regex"
Mark Rousskov342d9562020-08-17 15:21:442821version = "1.3.9"
Oliver Schneider847bb142018-05-11 12:11:062822source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442823checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
Oliver Schneider847bb142018-05-11 12:11:062824dependencies = [
Alex Crichton093ede22019-08-15 00:45:092825 "aho-corasick",
2826 "memchr",
2827 "regex-syntax",
Yuki Okushib4b76b82020-05-26 04:04:592828 "thread_local",
Oliver Schneider847bb142018-05-11 12:11:062829]
2830
2831[[package]]
Oliver Schererec7230f2020-07-24 18:42:002832name = "regex-automata"
2833version = "0.1.9"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
2836dependencies = [
2837 "byteorder",
2838 "regex-syntax",
2839]
2840
2841[[package]]
Steve Klabnika0769612017-02-07 23:13:572842name = "regex-syntax"
Mark Rousskov342d9562020-08-17 15:21:442843version = "0.6.18"
Oliver Schneider847bb142018-05-11 12:11:062844source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442845checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
Oliver Schneider847bb142018-05-11 12:11:062846
2847[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:192848name = "remote-test-client"
2849version = "0.1.0"
2850
2851[[package]]
2852name = "remote-test-server"
2853version = "0.1.0"
2854
2855[[package]]
Alex Crichton994bfd42018-02-26 17:07:162856name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:442857version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:162858source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442859checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:162860dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442861 "winapi 0.3.9",
Alex Crichton994bfd42018-02-26 17:07:162862]
2863
2864[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582865name = "rls"
Igor Matuszewski5b091302019-12-10 15:01:012866version = "1.41.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582867dependencies = [
Eric Huss6da85d62020-01-14 17:47:042868 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092869 "cargo",
Mark Rousskov342d9562020-08-17 15:21:442870 "cargo_metadata 0.8.2",
Alex Crichton093ede22019-08-15 00:45:092871 "clippy_lints",
Igor Matuszewski8fc4bba2020-02-12 14:47:312872 "crossbeam-channel",
Alex Crichton093ede22019-08-15 00:45:092873 "difference",
Ralf Jung9cd1ede2019-10-31 06:50:542874 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092875 "futures",
2876 "heck",
Igor Matuszewskic2249a42019-09-08 08:28:112877 "home",
Mark Rousskov342d9562020-08-17 15:21:442878 "itertools 0.8.2",
Alex Crichton093ede22019-08-15 00:45:092879 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:422880 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092881 "log",
2882 "lsp-codec",
2883 "lsp-types",
2884 "num_cpus",
2885 "ordslice",
2886 "racer",
Aaron Hill70ba4912020-08-01 14:11:152887 "rand",
Alex Crichton093ede22019-08-15 00:45:092888 "rayon",
2889 "regex",
2890 "rls-analysis",
2891 "rls-data",
Igor Matuszewskic2249a42019-09-08 08:28:112892 "rls-ipc",
Alex Crichton093ede22019-08-15 00:45:092893 "rls-rustc",
2894 "rls-span",
2895 "rls-vfs",
Alex Crichton093ede22019-08-15 00:45:092896 "rustc-workspace-hack",
Igor Matuszewski31dc27d2019-06-08 20:15:222897 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton093ede22019-08-15 00:45:092898 "rustfmt-nightly",
2899 "serde",
2900 "serde_derive",
Igor Matuszewskic2249a42019-09-08 08:28:112901 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:092902 "serde_json",
2903 "tempfile",
2904 "tokio",
2905 "tokio-process",
2906 "tokio-timer",
Eric Huss7d92cf42019-08-20 17:46:352907 "toml",
Mark Rousskov342d9562020-08-17 15:21:442908 "url 2.1.1",
Alex Crichton093ede22019-08-15 00:45:092909 "walkdir",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582910]
2911
2912[[package]]
2913name = "rls-analysis"
Yuki Okushia6e58ae2020-05-26 04:33:062914version = "0.18.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582915source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushia6e58ae2020-05-26 04:33:062916checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582917dependencies = [
Alex Crichton093ede22019-08-15 00:45:092918 "derive-new",
2919 "fst",
Mark Rousskov342d9562020-08-17 15:21:442920 "itertools 0.8.2",
Alex Crichton093ede22019-08-15 00:45:092921 "json",
2922 "log",
2923 "rls-data",
2924 "rls-span",
2925 "serde",
2926 "serde_json",
Alex Crichton453080f2017-06-05 16:36:482927]
2928
2929[[package]]
Martin Algesten9a6afa82018-02-02 07:29:592930name = "rls-data"
Igor Matuszewski4fb570d2019-04-21 10:52:072931version = "0.19.0"
Martin Algesten9a6afa82018-02-02 07:29:592932source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092933checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
Martin Algesten9a6afa82018-02-02 07:29:592934dependencies = [
Alex Crichton093ede22019-08-15 00:45:092935 "rls-span",
2936 "serde",
Martin Algesten9a6afa82018-02-02 07:29:592937]
2938
2939[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112940name = "rls-ipc"
2941version = "0.1.0"
2942dependencies = [
2943 "jsonrpc-core",
2944 "jsonrpc-core-client",
2945 "jsonrpc-derive",
2946 "jsonrpc-ipc-server",
2947 "rls-data",
2948 "serde",
2949]
2950
2951[[package]]
Nick Cameron92867d22017-08-30 05:09:362952name = "rls-rustc"
Igor Matuszewski9a6a2692019-03-10 16:03:322953version = "0.6.0"
Igor Matuszewskic2249a42019-09-08 08:28:112954dependencies = [
2955 "clippy_lints",
Ralf Jung9cd1ede2019-10-31 06:50:542956 "env_logger 0.7.1",
Igor Matuszewskic2249a42019-09-08 08:28:112957 "futures",
2958 "log",
Aaron Hill70ba4912020-08-01 14:11:152959 "rand",
Igor Matuszewskic2249a42019-09-08 08:28:112960 "rls-data",
2961 "rls-ipc",
2962 "serde",
2963 "tokio",
2964]
Nick Cameron92867d22017-08-30 05:09:362965
2966[[package]]
Nick Cameronfee1f642017-03-14 02:16:442967name = "rls-span"
Yuki Okushia6e58ae2020-05-26 04:33:062968version = "0.5.2"
Nick Camerondc63eff2017-03-15 08:20:232969source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushia6e58ae2020-05-26 04:33:062970checksum = "f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934"
Nick Cameronfee1f642017-03-14 02:16:442971dependencies = [
Alex Crichton093ede22019-08-15 00:45:092972 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582973]
2974
2975[[package]]
2976name = "rls-vfs"
Igor Matuszewski4fb570d2019-04-21 10:52:072977version = "0.8.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582978source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092979checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582980dependencies = [
Alex Crichton093ede22019-08-15 00:45:092981 "log",
2982 "rls-span",
Nick Cameronfee1f642017-03-14 02:16:442983]
2984
2985[[package]]
Mark Rousskov342d9562020-08-17 15:21:442986name = "rust-argon2"
2987version = "0.7.0"
2988source = "registry+https://github.com/rust-lang/crates.io-index"
2989checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
2990dependencies = [
2991 "base64",
2992 "blake2b_simd",
2993 "constant_time_eq",
2994 "crossbeam-utils 0.7.2",
2995]
2996
2997[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:152998name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:172999version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153000dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173001 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153002 "rustc-demangle",
3003]
3004
3005[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293006name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573007version = "0.1.0"
3008dependencies = [
Alex Crichton093ede22019-08-15 00:45:093009 "clap",
Eric Huss5b9e9d02020-11-15 01:37:023010 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093011 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573012]
Ahmed Charles9ca382f2016-09-02 08:55:293013
3014[[package]]
Igor Matuszewskif4b2a202020-06-15 09:43:393015name = "rustc-ap-rustc_arena"
Igor Matuszewskibd37d7d2020-12-05 15:40:243016version = "691.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273017source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243018checksum = "81f7b9bc5a6f79b1f230833cb4c8f8928d48c129b21df5b372c202fb826c0b5e"
Igor Matuszewskid2d192e2019-07-30 11:00:273019dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443020 "smallvec 1.4.2",
Igor Matuszewskid2d192e2019-07-30 11:00:273021]
3022
3023[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523024name = "rustc-ap-rustc_ast"
Igor Matuszewskibd37d7d2020-12-05 15:40:243025version = "691.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313026source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243027checksum = "3d77f313e9f30af93f2737f1a99d6552e26b702c5cef3bb65e35f5b4fe5191f1"
Igor Matuszewski8fc4bba2020-02-12 14:47:313028dependencies = [
Igor Matuszewskif4b2a202020-06-15 09:43:393029 "bitflags",
Igor Matuszewski8fc4bba2020-02-12 14:47:313030 "rustc-ap-rustc_data_structures",
Igor Matuszewskib2561c92020-03-31 12:31:523031 "rustc-ap-rustc_index",
3032 "rustc-ap-rustc_lexer",
3033 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393034 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313035 "rustc-ap-rustc_span",
Mark Rousskov342d9562020-08-17 15:21:443036 "smallvec 1.4.2",
Caleb Cartwright1ceb8242020-09-05 19:03:273037 "tracing",
Igor Matuszewskib2561c92020-03-31 12:31:523038]
3039
3040[[package]]
3041name = "rustc-ap-rustc_ast_passes"
Igor Matuszewskibd37d7d2020-12-05 15:40:243042version = "691.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523043source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243044checksum = "30408fbf42fa6fbeb383d3fce0f24d2490c3d12527beb2f48e6e728765bc8695"
Igor Matuszewskib2561c92020-03-31 12:31:523045dependencies = [
Igor Matuszewski1b9c45b2020-10-05 19:40:203046 "itertools 0.9.0",
Igor Matuszewskib2561c92020-03-31 12:31:523047 "rustc-ap-rustc_ast",
3048 "rustc-ap-rustc_ast_pretty",
3049 "rustc-ap-rustc_attr",
3050 "rustc-ap-rustc_data_structures",
3051 "rustc-ap-rustc_errors",
3052 "rustc-ap-rustc_feature",
3053 "rustc-ap-rustc_parse",
3054 "rustc-ap-rustc_session",
3055 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273056 "tracing",
Igor Matuszewskib2561c92020-03-31 12:31:523057]
3058
3059[[package]]
3060name = "rustc-ap-rustc_ast_pretty"
Igor Matuszewskibd37d7d2020-12-05 15:40:243061version = "691.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523062source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243063checksum = "d47b8a3adcccc204578b0ee9cd2f9952921fa43977f58343913cca04cce87043"
Igor Matuszewskib2561c92020-03-31 12:31:523064dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523065 "rustc-ap-rustc_ast",
Igor Matuszewskib2561c92020-03-31 12:31:523066 "rustc-ap-rustc_span",
Igor Matuszewskif4b2a202020-06-15 09:43:393067 "rustc-ap-rustc_target",
Caleb Cartwright1ceb8242020-09-05 19:03:273068 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313069]
3070
3071[[package]]
3072name = "rustc-ap-rustc_attr"
Igor Matuszewskibd37d7d2020-12-05 15:40:243073version = "691.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313074source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243075checksum = "66f5f53ecdbf7d8b47905936f93eb1fdae496137e94b7e4023a0b866b0e1a92d"
Igor Matuszewski8fc4bba2020-02-12 14:47:313076dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523077 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313078 "rustc-ap-rustc_ast_pretty",
3079 "rustc-ap-rustc_data_structures",
3080 "rustc-ap-rustc_errors",
3081 "rustc-ap-rustc_feature",
Caleb Cartwright1ceb8242020-09-05 19:03:273082 "rustc-ap-rustc_lexer",
Igor Matuszewski8fc4bba2020-02-12 14:47:313083 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393084 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313085 "rustc-ap-rustc_session",
3086 "rustc-ap-rustc_span",
Igor Matuszewski84eae772020-05-21 13:39:523087 "version_check",
Igor Matuszewski8fc4bba2020-02-12 14:47:313088]
Igor Matuszewskid2d192e2019-07-30 11:00:273089
3090[[package]]
Igor Matuszewskid2d192e2019-07-30 11:00:273091name = "rustc-ap-rustc_data_structures"
Igor Matuszewskibd37d7d2020-12-05 15:40:243092version = "691.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273093source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243094checksum = "3aa913fa40b90157067b17dd7ddfd5df0d8566e339ffa8351a638bdf3fc7ee81"
Igor Matuszewskid2d192e2019-07-30 11:00:273095dependencies = [
Alessandro Ghedinibff2e462020-11-05 15:58:233096 "arrayvec",
Igor Matuszewski8fc4bba2020-02-12 14:47:313097 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073098 "cfg-if 0.1.10",
Igor Matuszewskib2561c92020-03-31 12:31:523099 "crossbeam-utils 0.7.2",
Jack Hueya42e5a12020-05-27 05:05:093100 "ena",
Alex Crichton093ede22019-08-15 00:45:093101 "indexmap",
3102 "jobserver",
topecongiro84c45142020-04-15 02:07:333103 "libc",
Alessandro Ghedinibff2e462020-11-05 15:58:233104 "measureme",
Igor Matuszewski1b9c45b2020-10-05 19:40:203105 "parking_lot 0.11.0",
Igor Matuszewskif4b2a202020-06-15 09:43:393106 "rustc-ap-rustc_graphviz",
Igor Matuszewskiae79ea32019-10-11 14:28:023107 "rustc-ap-rustc_index",
Caleb Cartwright1ceb8242020-09-05 19:03:273108 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393109 "rustc-ap-rustc_serialize",
Alex Crichton093ede22019-08-15 00:45:093110 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013111 "rustc-rayon",
3112 "rustc-rayon-core",
Mark Rousskov342d9562020-08-17 15:21:443113 "smallvec 1.4.2",
Alex Crichton093ede22019-08-15 00:45:093114 "stable_deref_trait",
Igor Matuszewski84eae772020-05-21 13:39:523115 "stacker",
Caleb Cartwright1ceb8242020-09-05 19:03:273116 "tempfile",
3117 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443118 "winapi 0.3.9",
Igor Matuszewskid2d192e2019-07-30 11:00:273119]
3120
3121[[package]]
topecongiro5ae8fa92018-01-18 14:40:373122name = "rustc-ap-rustc_errors"
Igor Matuszewskibd37d7d2020-12-05 15:40:243123version = "691.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273124source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243125checksum = "5d4b4956287d7c4996409b8362aa69c0c9a6853751ff00ee0a6f78223c5ef3ad"
Igor Matuszewskid2d192e2019-07-30 11:00:273126dependencies = [
Igor Matuszewskif4b2a202020-06-15 09:43:393127 "annotate-snippets 0.8.0",
Alex Crichton093ede22019-08-15 00:45:093128 "atty",
Alex Crichton093ede22019-08-15 00:45:093129 "rustc-ap-rustc_data_structures",
Igor Matuszewskibd37d7d2020-12-05 15:40:243130 "rustc-ap-rustc_lint_defs",
Caleb Cartwright1ceb8242020-09-05 19:03:273131 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393132 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313133 "rustc-ap-rustc_span",
Alex Crichton093ede22019-08-15 00:45:093134 "termcolor",
Igor Matuszewski8fc4bba2020-02-12 14:47:313135 "termize",
Caleb Cartwright1ceb8242020-09-05 19:03:273136 "tracing",
Alex Crichton093ede22019-08-15 00:45:093137 "unicode-width",
Mark Rousskov342d9562020-08-17 15:21:443138 "winapi 0.3.9",
Igor Matuszewskid2d192e2019-07-30 11:00:273139]
3140
3141[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523142name = "rustc-ap-rustc_expand"
Igor Matuszewskibd37d7d2020-12-05 15:40:243143version = "691.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273144source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243145checksum = "3fa908bb1b67230dd4309e93edefc6a6c2f3d8b6a195f77c47743c882114a22e"
Igor Matuszewskib2561c92020-03-31 12:31:523146dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523147 "rustc-ap-rustc_ast",
3148 "rustc-ap-rustc_ast_passes",
3149 "rustc-ap-rustc_ast_pretty",
3150 "rustc-ap-rustc_attr",
3151 "rustc-ap-rustc_data_structures",
3152 "rustc-ap-rustc_errors",
3153 "rustc-ap-rustc_feature",
3154 "rustc-ap-rustc_lexer",
Caleb Cartwright1ceb8242020-09-05 19:03:273155 "rustc-ap-rustc_macros",
Igor Matuszewskib2561c92020-03-31 12:31:523156 "rustc-ap-rustc_parse",
Igor Matuszewskif4b2a202020-06-15 09:43:393157 "rustc-ap-rustc_serialize",
Igor Matuszewskib2561c92020-03-31 12:31:523158 "rustc-ap-rustc_session",
3159 "rustc-ap-rustc_span",
Mark Rousskov342d9562020-08-17 15:21:443160 "smallvec 1.4.2",
Caleb Cartwright1ceb8242020-09-05 19:03:273161 "tracing",
Igor Matuszewskib2561c92020-03-31 12:31:523162]
3163
3164[[package]]
3165name = "rustc-ap-rustc_feature"
Igor Matuszewskibd37d7d2020-12-05 15:40:243166version = "691.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523167source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243168checksum = "d9b7a1db115893ed7ed0db80f70d2246c1709de7854238acde76471495930f2a"
Igor Matuszewski8fc4bba2020-02-12 14:47:313169dependencies = [
Igor Matuszewski8fc4bba2020-02-12 14:47:313170 "rustc-ap-rustc_data_structures",
3171 "rustc-ap-rustc_span",
3172]
3173
3174[[package]]
3175name = "rustc-ap-rustc_fs_util"
Igor Matuszewskibd37d7d2020-12-05 15:40:243176version = "691.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313177source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243178checksum = "55937887cb606cc72193ea3c5feb8bbbb810d812aa233b9a1e7749155c4a3501"
Igor Matuszewskif4b2a202020-06-15 09:43:393179
3180[[package]]
3181name = "rustc-ap-rustc_graphviz"
Igor Matuszewskibd37d7d2020-12-05 15:40:243182version = "691.0.0"
Igor Matuszewskif4b2a202020-06-15 09:43:393183source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243184checksum = "e39e179e616356927f0c4eda43e3a35d88476f91e1ac8e4a0a09661dbab44a6e"
Igor Matuszewski8fc4bba2020-02-12 14:47:313185
3186[[package]]
3187name = "rustc-ap-rustc_index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243188version = "691.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313189source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243190checksum = "572d3962d6999f3b1a71d335308e939e204339d4ad36e6ebe7a591c9d4329f5d"
Igor Matuszewskiae79ea32019-10-11 14:28:023191dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443192 "arrayvec",
Caleb Cartwright1ceb8242020-09-05 19:03:273193 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393194 "rustc-ap-rustc_serialize",
Igor Matuszewskiae79ea32019-10-11 14:28:023195]
3196
3197[[package]]
3198name = "rustc-ap-rustc_lexer"
Igor Matuszewskibd37d7d2020-12-05 15:40:243199version = "691.0.0"
Igor Matuszewskiae79ea32019-10-11 14:28:023200source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243201checksum = "44bc89d9ca7a78fb82e103b389362c55f03800745f8ba14e068b805cfaf783ec"
Igor Matuszewskic2249a42019-09-08 08:28:113202dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153203 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:113204]
Igor Matuszewskid2d192e2019-07-30 11:00:273205
3206[[package]]
Igor Matuszewskibd37d7d2020-12-05 15:40:243207name = "rustc-ap-rustc_lint_defs"
3208version = "691.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273209source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243210checksum = "7d39bda92aabd77e49ac8ad5e24fccf9d7245b8ff2bf1249ab98733e2e5a2863"
3211dependencies = [
3212 "rustc-ap-rustc_ast",
3213 "rustc-ap-rustc_data_structures",
3214 "rustc-ap-rustc_macros",
3215 "rustc-ap-rustc_serialize",
3216 "rustc-ap-rustc_span",
3217 "tracing",
3218]
3219
3220[[package]]
3221name = "rustc-ap-rustc_macros"
3222version = "691.0.0"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "a3295fbc9625197494e356e92d8ac08370eddafa60189861c7b2f084b3b5a6b8"
Igor Matuszewskid2d192e2019-07-30 11:00:273225dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153226 "proc-macro2",
3227 "quote",
3228 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:163229 "synstructure",
Igor Matuszewskid2d192e2019-07-30 11:00:273230]
3231
3232[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313233name = "rustc-ap-rustc_parse"
Igor Matuszewskibd37d7d2020-12-05 15:40:243234version = "691.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273235source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243236checksum = "9ff5d0094396844efead43303a6eb25b8a4962e2c80fb0ea4a86e4101fbfd404"
Igor Matuszewskid2d192e2019-07-30 11:00:273237dependencies = [
Alex Crichton093ede22019-08-15 00:45:093238 "bitflags",
Igor Matuszewskib2561c92020-03-31 12:31:523239 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313240 "rustc-ap-rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093241 "rustc-ap-rustc_data_structures",
3242 "rustc-ap-rustc_errors",
Igor Matuszewski8fc4bba2020-02-12 14:47:313243 "rustc-ap-rustc_feature",
Alex Crichton093ede22019-08-15 00:45:093244 "rustc-ap-rustc_lexer",
Igor Matuszewski8fc4bba2020-02-12 14:47:313245 "rustc-ap-rustc_session",
3246 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273247 "smallvec 1.4.2",
3248 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313249 "unicode-normalization",
Igor Matuszewskid2d192e2019-07-30 11:00:273250]
3251
3252[[package]]
Igor Matuszewskif4b2a202020-06-15 09:43:393253name = "rustc-ap-rustc_serialize"
Igor Matuszewskibd37d7d2020-12-05 15:40:243254version = "691.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273255source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243256checksum = "2d5cff6709a8b51a3730288a9ead17cabe8146b1c787db52298447ef7890140a"
Igor Matuszewskif4b2a202020-06-15 09:43:393257dependencies = [
3258 "indexmap",
Mark Rousskov342d9562020-08-17 15:21:443259 "smallvec 1.4.2",
Igor Matuszewskif4b2a202020-06-15 09:43:393260]
3261
3262[[package]]
3263name = "rustc-ap-rustc_session"
Igor Matuszewskibd37d7d2020-12-05 15:40:243264version = "691.0.0"
Igor Matuszewskif4b2a202020-06-15 09:43:393265source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243266checksum = "36bb15ef12174b5ed6419a7e4260a899ce8927e8c8fd1f0cddf178818737dcdf"
Igor Matuszewski8fc4bba2020-02-12 14:47:313267dependencies = [
Tyler Mandrye193cb12020-07-25 21:25:163268 "bitflags",
topecongiro84c45142020-04-15 02:07:333269 "getopts",
Igor Matuszewski8fc4bba2020-02-12 14:47:313270 "num_cpus",
Igor Matuszewskib2561c92020-03-31 12:31:523271 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313272 "rustc-ap-rustc_data_structures",
3273 "rustc-ap-rustc_errors",
3274 "rustc-ap-rustc_feature",
3275 "rustc-ap-rustc_fs_util",
Igor Matuszewskibd37d7d2020-12-05 15:40:243276 "rustc-ap-rustc_lint_defs",
Caleb Cartwright1ceb8242020-09-05 19:03:273277 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393278 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313279 "rustc-ap-rustc_span",
3280 "rustc-ap-rustc_target",
Caleb Cartwright1ceb8242020-09-05 19:03:273281 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313282]
3283
3284[[package]]
3285name = "rustc-ap-rustc_span"
Igor Matuszewskibd37d7d2020-12-05 15:40:243286version = "691.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313287source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243288checksum = "104d349a32be9cfd3d39a5a70ad6c5e682ce262fc5cc8717d35a01e980c0d8b2"
Igor Matuszewskid2d192e2019-07-30 11:00:273289dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:073290 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:243291 "md-5",
Igor Matuszewskif4b2a202020-06-15 09:43:393292 "rustc-ap-rustc_arena",
Alex Crichton093ede22019-08-15 00:45:093293 "rustc-ap-rustc_data_structures",
Igor Matuszewskiae79ea32019-10-11 14:28:023294 "rustc-ap-rustc_index",
Alex Crichton093ede22019-08-15 00:45:093295 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393296 "rustc-ap-rustc_serialize",
Alex Crichton093ede22019-08-15 00:45:093297 "scoped-tls",
Igor Matuszewskibd37d7d2020-12-05 15:40:243298 "sha-1 0.9.1",
3299 "sha2",
Caleb Cartwright1ceb8242020-09-05 19:03:273300 "tracing",
Alex Crichton093ede22019-08-15 00:45:093301 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:273302]
3303
3304[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313305name = "rustc-ap-rustc_target"
Igor Matuszewskibd37d7d2020-12-05 15:40:243306version = "691.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313307source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskibd37d7d2020-12-05 15:40:243308checksum = "9d7ac4ded9a6aecb534744c836a160497985f0d53b272581e95e7890d31b9e17"
Igor Matuszewski8fc4bba2020-02-12 14:47:313309dependencies = [
3310 "bitflags",
Igor Matuszewski8fc4bba2020-02-12 14:47:313311 "rustc-ap-rustc_data_structures",
3312 "rustc-ap-rustc_index",
3313 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393314 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313315 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273316 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313317]
3318
3319[[package]]
Josh Stone020c5ec2017-05-08 22:01:133320name = "rustc-demangle"
varkor878c97e2020-10-21 20:11:113321version = "0.1.18"
Josh Stone020c5ec2017-05-08 22:01:133322source = "registry+https://github.com/rust-lang/crates.io-index"
varkor878c97e2020-10-21 20:11:113323checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
Alex Crichtonfcc8bb42018-12-14 22:37:513324dependencies = [
Alex Crichton093ede22019-08-15 00:45:093325 "compiler_builtins",
3326 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513327]
Josh Stone020c5ec2017-05-08 22:01:133328
3329[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023330name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193331version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023332source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193333checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023334
3335[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293336name = "rustc-main"
3337version = "0.0.0"
3338dependencies = [
Alex Crichton093ede22019-08-15 00:45:093339 "jemalloc-sys",
3340 "rustc_codegen_ssa",
3341 "rustc_driver",
Ahmed Charles9ca382f2016-09-02 08:55:293342]
3343
3344[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033345name = "rustc-rayon"
Josh Stone33c41252019-09-10 17:13:073346version = "0.3.0"
3347source = "registry+https://github.com/rust-lang/crates.io-index"
3348checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
3349dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163350 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073351 "either",
Igor Matuszewski5b091302019-12-10 15:01:013352 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413353]
3354
3355[[package]]
Josh Stone33c41252019-09-10 17:13:073356name = "rustc-rayon-core"
3357version = "0.3.0"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
3360dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163361 "crossbeam-deque",
Mark Rousskov342d9562020-08-17 15:21:443362 "crossbeam-queue 0.1.2",
3363 "crossbeam-utils 0.6.6",
Yuki Okushi1f0a39502020-05-26 04:00:423364 "lazy_static",
Josh Stone33c41252019-09-10 17:13:073365 "num_cpus",
3366]
3367
3368[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053369name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053370version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053371dependencies = [
Alex Crichton093ede22019-08-15 00:45:093372 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053373]
3374
3375[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503376name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053377version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503378dependencies = [
Alex Crichton093ede22019-08-15 00:45:093379 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503380]
3381
3382[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083383name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053384version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083385dependencies = [
3386 "std",
3387]
3388
3389[[package]]
Alex Crichton0e034d12018-07-31 21:16:553390name = "rustc-workspace-hack"
3391version = "1.0.0"
3392dependencies = [
Alessandro Ghedinibff2e462020-11-05 15:58:233393 "byteorder",
Igor Matuszewski370be8e2020-04-01 20:39:113394 "crossbeam-utils 0.7.2",
Aaron Hill70ba4912020-08-01 14:11:153395 "proc-macro2",
3396 "quote",
Alex Crichton093ede22019-08-15 00:45:093397 "serde",
3398 "serde_json",
Mark Rousskov342d9562020-08-17 15:21:443399 "smallvec 0.6.13",
3400 "smallvec 1.4.2",
Aaron Hill70ba4912020-08-01 14:11:153401 "syn",
Mark Rousskov342d9562020-08-17 15:21:443402 "url 2.1.1",
3403 "winapi 0.3.9",
Alex Crichton0e034d12018-07-31 21:16:553404]
3405
3406[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433407name = "rustc_apfloat"
3408version = "0.0.0"
3409dependencies = [
Alex Crichton093ede22019-08-15 00:45:093410 "bitflags",
Mark Rousskov342d9562020-08-17 15:21:443411 "smallvec 1.4.2",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433412]
3413
3414[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403415name = "rustc_arena"
3416version = "0.0.0"
3417dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443418 "smallvec 1.4.2",
Vadim Petrochenkov11d95142020-06-02 17:03:403419]
3420
3421[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263422name = "rustc_ast"
3423version = "0.0.0"
3424dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013425 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263426 "rustc_data_structures",
3427 "rustc_index",
3428 "rustc_lexer",
3429 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403430 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263431 "rustc_span",
Mark Rousskov342d9562020-08-17 15:21:443432 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003433 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263434]
3435
3436[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563437name = "rustc_ast_lowering"
3438version = "0.0.0"
3439dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403440 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263441 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463442 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563443 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563444 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573445 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563446 "rustc_index",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563447 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563448 "rustc_span",
3449 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443450 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003451 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563452]
3453
3454[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443455name = "rustc_ast_passes"
3456version = "0.0.0"
3457dependencies = [
Andreas Jonsonb8752ff2020-09-12 06:24:093458 "itertools 0.9.0",
Vadim Petrochenkov6054a302020-02-29 17:16:263459 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463460 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203461 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443462 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443463 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393464 "rustc_feature",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443465 "rustc_parse",
3466 "rustc_session",
3467 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003468 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443469]
3470
3471[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463472name = "rustc_ast_pretty"
3473version = "0.0.0"
3474dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263475 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463476 "rustc_span",
Amanieu d'Antras813a9fc2020-01-22 14:20:273477 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003478 "tracing",
Mazdak Farrokhzade2333312020-01-11 16:02:463479]
3480
3481[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203482name = "rustc_attr"
3483version = "0.0.0"
3484dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263485 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463486 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203487 "rustc_data_structures",
3488 "rustc_errors",
3489 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483490 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203491 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403492 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203493 "rustc_session",
3494 "rustc_span",
mibac13890aa62a2020-04-19 08:47:553495 "version_check",
Mazdak Farrokhzad93a82832020-01-11 12:15:203496]
3497
3498[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323499name = "rustc_builtin_macros"
3500version = "0.0.0"
3501dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263502 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463503 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203504 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323505 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323506 "rustc_errors",
3507 "rustc_expand",
3508 "rustc_feature",
3509 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403510 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203511 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323512 "rustc_span",
3513 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443514 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003515 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323516]
3517
3518[[package]]
Irina Popab63d7e22018-05-08 13:10:163519name = "rustc_codegen_llvm"
3520version = "0.0.0"
3521dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353522 "bitflags",
Alex Crichton7f23e6e2019-10-22 15:51:353523 "libc",
Alessandro Ghedinibff2e462020-11-05 15:58:233524 "measureme",
Alex Crichton7f23e6e2019-10-22 15:51:353525 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263526 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203527 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353528 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353529 "rustc_data_structures",
3530 "rustc_errors",
Aaron Hillfca192c2019-12-06 03:04:353531 "rustc_feature",
Alex Crichton7f23e6e2019-10-22 15:51:353532 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573533 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353534 "rustc_incremental",
3535 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093536 "rustc_llvm",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453537 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403538 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353539 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323540 "rustc_span",
Alex Crichton7f23e6e2019-10-22 15:51:353541 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443542 "smallvec 1.4.2",
Josh Triplett574f6be2020-08-20 23:16:303543 "snap",
Oliver Schererec7230f2020-07-24 18:42:003544 "tracing",
Irina Popab63d7e22018-05-08 13:10:163545]
3546
3547[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043548name = "rustc_codegen_ssa"
3549version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353550dependencies = [
Alex Crichton093ede22019-08-15 00:45:093551 "bitflags",
3552 "cc",
3553 "jobserver",
3554 "libc",
Alex Crichton093ede22019-08-15 00:45:093555 "memmap",
3556 "num_cpus",
Federico Ponzi4b6a0272020-07-17 22:01:273557 "pathdiff",
Alex Crichton093ede22019-08-15 00:45:093558 "rustc_apfloat",
Vadim Petrochenkov6054a302020-02-29 17:16:263559 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203560 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093561 "rustc_data_structures",
3562 "rustc_errors",
3563 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573564 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093565 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103566 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573567 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453568 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403569 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083570 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323571 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583572 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093573 "rustc_target",
Mark Mansi2d75a332020-03-12 23:07:583574 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003575 "tracing",
Irina Popab63d7e22018-05-08 13:10:163576]
3577
3578[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293579name = "rustc_data_structures"
3580version = "0.0.0"
3581dependencies = [
Bastian Kauschke1146c392020-09-19 15:27:133582 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363583 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073584 "cfg-if 0.1.10",
Mateusz Mikułaf5e702d2020-03-26 13:10:353585 "crossbeam-utils 0.7.2",
Jack Hueya42e5a12020-05-27 05:05:093586 "ena",
Alex Crichton093ede22019-08-15 00:45:093587 "indexmap",
3588 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193589 "libc",
Alessandro Ghedinibff2e462020-11-05 15:58:233590 "measureme",
Andreas Jonsonb8752ff2020-09-12 06:24:093591 "parking_lot 0.11.0",
Alex Crichton093ede22019-08-15 00:45:093592 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013593 "rustc-rayon",
3594 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403595 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513596 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573597 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403598 "rustc_serialize",
Mark Rousskov342d9562020-08-17 15:21:443599 "smallvec 1.4.2",
Alex Crichton093ede22019-08-15 00:45:093600 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553601 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503602 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003603 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443604 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293605]
3606
3607[[package]]
3608name = "rustc_driver"
3609version = "0.0.0"
3610dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193611 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263612 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463613 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483614 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093615 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503616 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093617 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183618 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573619 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193620 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093621 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133622 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:093623 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453624 "rustc_middle",
Alex Crichton093ede22019-08-15 00:45:093625 "rustc_mir",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133626 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323627 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093628 "rustc_save_analysis",
Vadim Petrochenkov11d95142020-06-02 17:03:403629 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083630 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323631 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093632 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003633 "tracing",
3634 "tracing-subscriber",
Oliver Scherer43c181b2020-08-04 11:48:053635 "tracing-tree",
Mark Rousskov342d9562020-08-17 15:21:443636 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293637]
3638
3639[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053640name = "rustc_error_codes"
3641version = "0.0.0"
3642
3643[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293644name = "rustc_errors"
3645version = "0.0.0"
3646dependencies = [
Juan Aguilar Santillanae9c78db2020-05-08 20:48:263647 "annotate-snippets 0.8.0",
Alex Crichton093ede22019-08-15 00:45:093648 "atty",
Alex Crichton093ede22019-08-15 00:45:093649 "rustc_data_structures",
Aaron Hill23018a52020-08-13 19:41:523650 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573651 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403652 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323653 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093654 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483655 "termize",
Oliver Schererec7230f2020-07-24 18:42:003656 "tracing",
Alex Crichton093ede22019-08-15 00:45:093657 "unicode-width",
Mark Rousskov342d9562020-08-17 15:21:443658 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293659]
3660
3661[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323662name = "rustc_expand"
3663version = "0.0.0"
3664dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263665 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393666 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463667 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203668 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323669 "rustc_data_structures",
3670 "rustc_errors",
3671 "rustc_feature",
3672 "rustc_lexer",
Matthew Jaspercbcef3e2020-06-11 14:49:573673 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323674 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403675 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203676 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323677 "rustc_span",
Mark Rousskov342d9562020-08-17 15:21:443678 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003679 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323680]
3681
3682[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383683name = "rustc_feature"
3684version = "0.0.0"
3685dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183686 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323687 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383688]
3689
3690[[package]]
Mark Rousskove3177c62018-08-03 21:31:033691name = "rustc_fs_util"
3692version = "0.0.0"
3693
3694[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403695name = "rustc_graphviz"
3696version = "0.0.0"
3697
3698[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273699name = "rustc_hir"
3700version = "0.0.0"
3701dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263702 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273703 "rustc_data_structures",
Mazdak Farrokhzad7a140732019-12-25 02:51:273704 "rustc_index",
3705 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403706 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273707 "rustc_span",
3708 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443709 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003710 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273711]
3712
3713[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193714name = "rustc_hir_pretty"
3715version = "0.0.0"
3716dependencies = [
3717 "rustc_ast",
3718 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193719 "rustc_hir",
3720 "rustc_span",
3721 "rustc_target",
3722]
3723
3724[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293725name = "rustc_incremental"
3726version = "0.0.0"
3727dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153728 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263729 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093730 "rustc_data_structures",
3731 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403732 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573733 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573734 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453735 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403736 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163737 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323738 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003739 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293740]
3741
3742[[package]]
csmoe1cff2e62019-09-25 19:09:513743name = "rustc_index"
3744version = "0.0.0"
3745dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443746 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573747 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403748 "rustc_serialize",
csmoe1cff2e62019-09-25 19:09:513749]
3750
3751[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243752name = "rustc_infer"
3753version = "0.0.0"
3754dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263755 "rustc_ast",
Camille GILLOTf07e8892020-01-06 19:13:243756 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243757 "rustc_errors",
Vadim Petrochenkov11d95142020-06-02 17:03:403758 "rustc_graphviz",
Camille GILLOTf07e8892020-01-06 19:13:243759 "rustc_hir",
3760 "rustc_index",
3761 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453762 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403763 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083764 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:243765 "rustc_span",
3766 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443767 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003768 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243769]
3770
3771[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233772name = "rustc_interface"
3773version = "0.0.0"
3774dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193775 "libc",
Igor Matuszewski5b091302019-12-10 15:01:013776 "rustc-rayon",
Vadim Petrochenkov6054a302020-02-29 17:16:263777 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563778 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443779 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203780 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323781 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353782 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093783 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093784 "rustc_data_structures",
3785 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323786 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:273787 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093788 "rustc_incremental",
3789 "rustc_lint",
3790 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453791 "rustc_middle",
Alex Crichton093ede22019-08-15 00:45:093792 "rustc_mir",
Matthew Jasperb3589292020-01-05 15:46:443793 "rustc_mir_build",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133794 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093795 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323796 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093797 "rustc_privacy",
3798 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:403799 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163800 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323801 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583802 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163803 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403804 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093805 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373806 "rustc_ty_utils",
Alex Crichton093ede22019-08-15 00:45:093807 "rustc_typeck",
Mark Rousskov342d9562020-08-17 15:21:443808 "smallvec 1.4.2",
Alex Crichton093ede22019-08-15 00:45:093809 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003810 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443811 "winapi 0.3.9",
John Kåre Alsaker23a51f92018-12-08 19:30:233812]
3813
3814[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403815name = "rustc_lexer"
3816version = "0.1.0"
3817dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:503818 "expect-test",
Aaron Hill70ba4912020-08-01 14:11:153819 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:403820]
3821
3822[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293823name = "rustc_lint"
3824version = "0.0.0"
3825dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263826 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463827 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203828 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093829 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473830 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383831 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573832 "rustc_hir",
csmoe64f61c72019-09-26 05:38:333833 "rustc_index",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453834 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:423835 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:203836 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323837 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093838 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403839 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:003840 "tracing",
Charles Lew485e98a2020-01-02 12:02:223841 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293842]
3843
3844[[package]]
Aaron Hill23018a52020-08-13 19:41:523845name = "rustc_lint_defs"
3846version = "0.0.0"
3847dependencies = [
3848 "rustc_ast",
3849 "rustc_data_structures",
3850 "rustc_macros",
3851 "rustc_serialize",
3852 "rustc_span",
3853 "tracing",
3854]
3855
3856[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293857name = "rustc_llvm"
3858version = "0.0.0"
3859dependencies = [
Alex Crichton093ede22019-08-15 00:45:093860 "build_helper",
3861 "cc",
Aaron Hill47e932b2019-12-12 15:51:193862 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293863]
3864
3865[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:103866name = "rustc_macros"
3867version = "0.1.0"
3868dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153869 "proc-macro2",
3870 "quote",
3871 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:163872 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:103873]
3874
3875[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293876name = "rustc_metadata"
3877version = "0.0.0"
3878dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193879 "libc",
Alex Crichton093ede22019-08-15 00:45:093880 "memmap",
Vadim Petrochenkov6054a302020-02-29 17:16:263881 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203882 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093883 "rustc_data_structures",
3884 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323885 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:173886 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573887 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193888 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:103889 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573890 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453891 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403892 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083893 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323894 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093895 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443896 "smallvec 1.4.2",
Josh Triplett574f6be2020-08-20 23:16:303897 "snap",
Alex Crichton093ede22019-08-15 00:45:093898 "stable_deref_trait",
Oliver Schererec7230f2020-07-24 18:42:003899 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443900 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293901]
3902
3903[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453904name = "rustc_middle"
3905version = "0.0.0"
3906dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453907 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:033908 "chalk-ir",
Alessandro Ghedinibff2e462020-11-05 15:58:233909 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453910 "polonius-engine",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453911 "rustc-rayon-core",
3912 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:403913 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453914 "rustc_ast",
3915 "rustc_attr",
3916 "rustc_data_structures",
3917 "rustc_errors",
3918 "rustc_feature",
3919 "rustc_hir",
3920 "rustc_index",
3921 "rustc_macros",
3922 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403923 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453924 "rustc_session",
3925 "rustc_span",
3926 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443927 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003928 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453929]
3930
3931[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293932name = "rustc_mir"
3933version = "0.0.0"
3934dependencies = [
Rich Kadelbd0eb072020-11-03 05:32:483935 "coverage_test_macros",
Alex Crichton093ede22019-08-15 00:45:093936 "either",
Andreas Jonsonb8752ff2020-09-12 06:24:093937 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093938 "polonius-engine",
Dylan MacKenziea88dc372020-08-28 01:10:573939 "regex",
Alex Crichton093ede22019-08-15 00:45:093940 "rustc_apfloat",
Vadim Petrochenkov6054a302020-02-29 17:16:263941 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203942 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093943 "rustc_data_structures",
3944 "rustc_errors",
Vadim Petrochenkov11d95142020-06-02 17:03:403945 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573946 "rustc_hir",
csmoed20183d2019-09-26 05:30:103947 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:243948 "rustc_infer",
Aleksey Kladova0c186c2019-07-21 11:50:393949 "rustc_lexer",
Camille GILLOTd9eaaf52019-11-10 18:30:193950 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453951 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403952 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083953 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323954 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093955 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403956 "rustc_trait_selection",
Mark Rousskov342d9562020-08-17 15:21:443957 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003958 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293959]
3960
3961[[package]]
Matthew Jasperb3589292020-01-05 15:46:443962name = "rustc_mir_build"
3963version = "0.0.0"
3964dependencies = [
Matthew Jasperb3589292020-01-05 15:46:443965 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:403966 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263967 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203968 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:443969 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:443970 "rustc_errors",
3971 "rustc_hir",
3972 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:243973 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453974 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403975 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:073976 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:443977 "rustc_span",
3978 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403979 "rustc_trait_selection",
Mark Rousskov342d9562020-08-17 15:21:443980 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003981 "tracing",
Matthew Jasperb3589292020-01-05 15:46:443982]
3983
3984[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:133985name = "rustc_parse"
3986version = "0.0.0"
3987dependencies = [
3988 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263989 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463990 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133991 "rustc_data_structures",
3992 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383993 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133994 "rustc_lexer",
Mazdak Farrokhzadf361b712020-01-05 09:47:203995 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323996 "rustc_span",
Mark Rousskov342d9562020-08-17 15:21:443997 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003998 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:403999 "unicode-normalization",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134000]
4001
4002[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404003name = "rustc_parse_format"
4004version = "0.0.0"
4005dependencies = [
4006 "rustc_lexer",
4007 "rustc_span",
4008]
4009
4010[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294011name = "rustc_passes"
4012version = "0.0.0"
4013dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264014 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204015 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094016 "rustc_data_structures",
4017 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574018 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574019 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124020 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454021 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004022 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434023 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324024 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574025 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404026 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004027 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294028]
4029
4030[[package]]
Simon Sapind0bbc602019-07-16 17:08:324031name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294032version = "0.0.0"
4033dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264034 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164035 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574036 "rustc_hir",
Mazdak Farrokhzadf58db202020-01-09 06:52:014037 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:094038 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454039 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084040 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324041 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294042]
4043
4044[[package]]
4045name = "rustc_privacy"
4046version = "0.0.0"
4047dependencies = [
Mazdak Farrokhzad93a82832020-01-11 12:15:204048 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094049 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164050 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574051 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454052 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084053 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324054 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094055 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:004056 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294057]
4058
4059[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224060name = "rustc_query_system"
4061version = "0.0.0"
4062dependencies = [
Andreas Jonsonb8752ff2020-09-12 06:24:094063 "parking_lot 0.11.0",
Camille GILLOT8e873c32020-03-19 13:13:314064 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404065 "rustc_arena",
Camille GILLOT6624dc42020-03-18 09:25:224066 "rustc_data_structures",
4067 "rustc_errors",
Camille GILLOT6624dc42020-03-18 09:25:224068 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574069 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404070 "rustc_serialize",
Camille GILLOT8e873c32020-03-19 13:13:314071 "rustc_span",
Mark Rousskov342d9562020-08-17 15:21:444072 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004073 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224074]
4075
4076[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294077name = "rustc_resolve"
4078version = "0.0.0"
4079dependencies = [
Alex Crichton093ede22019-08-15 00:45:094080 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404081 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264082 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564083 "rustc_ast_lowering",
Mazdak Farrokhzade2333312020-01-11 16:02:464084 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204085 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094086 "rustc_data_structures",
4087 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324088 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184089 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574090 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294091 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:094092 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454093 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564094 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324095 "rustc_span",
Mark Rousskov342d9562020-08-17 15:21:444096 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004097 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294098]
4099
4100[[package]]
4101name = "rustc_save_analysis"
4102version = "0.0.0"
4103dependencies = [
Alex Crichton093ede22019-08-15 00:45:094104 "rls-data",
4105 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264106 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464107 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094108 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574109 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414110 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154111 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454112 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084113 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324114 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094115 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004116 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294117]
4118
4119[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404120name = "rustc_serialize"
4121version = "0.0.0"
4122dependencies = [
4123 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504124 "rustc_macros",
Mark Rousskov342d9562020-08-17 15:21:444125 "smallvec 1.4.2",
Vadim Petrochenkov11d95142020-06-02 17:03:404126]
4127
4128[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334129name = "rustc_session"
4130version = "0.0.0"
4131dependencies = [
Tomasz Miąsko0a65f282020-06-14 00:00:004132 "bitflags",
Luca Barbieriac2b84f2020-04-10 20:42:194133 "getopts",
Mark Rousskovcc2c33a2019-11-29 21:05:284134 "num_cpus",
Vadim Petrochenkov6054a302020-02-29 17:16:264135 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334136 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334137 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284138 "rustc_feature",
4139 "rustc_fs_util",
Aaron Hill23018a52020-08-13 19:41:524140 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574141 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404142 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324143 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284144 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004145 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324146]
4147
4148[[package]]
4149name = "rustc_span"
4150version = "0.0.0"
4151dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074152 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:244153 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404154 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324155 "rustc_data_structures",
4156 "rustc_index",
4157 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404158 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324159 "scoped-tls",
Arlo Siemsen3296d5c2020-10-13 15:41:064160 "sha-1 0.9.1",
4161 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004162 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324163 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334164]
4165
4166[[package]]
Mark Mansi2d75a332020-03-12 23:07:584167name = "rustc_symbol_mangling"
4168version = "0.0.0"
4169dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584170 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584171 "rustc-demangle",
4172 "rustc_ast",
4173 "rustc_data_structures",
4174 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454175 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584176 "rustc_session",
4177 "rustc_span",
4178 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004179 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584180]
4181
4182[[package]]
Irina Popa38e96402017-12-08 19:18:214183name = "rustc_target"
4184version = "0.0.0"
4185dependencies = [
Alex Crichton093ede22019-08-15 00:45:094186 "bitflags",
Alex Crichton093ede22019-08-15 00:45:094187 "rustc_data_structures",
csmoe64f61c72019-09-26 05:38:334188 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524189 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404190 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324191 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004192 "tracing",
Irina Popa38e96402017-12-08 19:18:214193]
4194
4195[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064196name = "rustc_tools_util"
Igor Matuszewski31dc27d2019-06-08 20:15:224197version = "0.2.0"
Matthias Krügerc09d4e72019-01-05 14:40:104198
4199[[package]]
4200name = "rustc_tools_util"
Oliver Scherer2a789512019-05-26 17:21:544201version = "0.2.0"
Igor Matuszewski31dc27d2019-06-08 20:15:224202source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094203checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
Matthias Krüger10e7b762018-09-07 07:12:064204
4205[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404206name = "rustc_trait_selection"
4207version = "0.0.0"
4208dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404209 "rustc_ast",
4210 "rustc_attr",
4211 "rustc_data_structures",
4212 "rustc_errors",
4213 "rustc_hir",
4214 "rustc_index",
4215 "rustc_infer",
4216 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454217 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404218 "rustc_parse_format",
Camille GILLOTc1e3d552020-02-11 18:53:404219 "rustc_session",
4220 "rustc_span",
4221 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:444222 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004223 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404224]
4225
4226[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544227name = "rustc_traits"
4228version = "0.0.0"
4229dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374230 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034231 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034232 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264233 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094234 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574235 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034236 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244237 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454238 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324239 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404240 "rustc_trait_selection",
Mark Rousskov342d9562020-08-17 15:21:444241 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004242 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544243]
4244
4245[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374246name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304247version = "0.0.0"
4248dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304249 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294250 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304251 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244252 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454253 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084254 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304255 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324256 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404257 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004258 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304259]
4260
4261[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294262name = "rustc_typeck"
4263version = "0.0.0"
4264dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:404265 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264266 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204267 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094268 "rustc_data_structures",
4269 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574270 "rustc_hir",
Esteban Küber5daedea2020-07-09 02:39:264271 "rustc_hir_pretty",
csmoe64f61c72019-09-26 05:38:334272 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244273 "rustc_infer",
jumbatm93eaf152020-08-27 10:00:214274 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454275 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084276 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324277 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094278 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404279 "rustc_trait_selection",
Mark Rousskov342d9562020-08-17 15:21:444280 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004281 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294282]
4283
4284[[package]]
Oliver Schneider847bb142018-05-11 12:11:064285name = "rustc_version"
Alex Crichtonb4110902018-12-08 11:06:544286version = "0.2.3"
Oliver Schneider847bb142018-05-11 12:11:064287source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094288checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
Oliver Schneider847bb142018-05-11 12:11:064289dependencies = [
Eric Hussa0431e22020-05-26 00:56:324290 "semver 0.9.0",
Oliver Schneider847bb142018-05-11 12:11:064291]
4292
4293[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294294name = "rustdoc"
4295version = "0.0.0"
4296dependencies = [
Aleksey Kladovb4f4db92020-08-27 10:50:284297 "expect-test",
Andreas Jonsonb8752ff2020-09-12 06:24:094298 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094299 "minifier",
Joshua Nelsone4c28bf2020-09-14 00:15:014300 "pulldown-cmark 0.8.0",
Guillaume Gomezf467b8d2020-10-13 13:46:344301 "regex",
Igor Matuszewski5b091302019-12-10 15:01:014302 "rustc-rayon",
Andy Russell94630d42019-06-29 17:30:454303 "serde",
4304 "serde_json",
Joshua Nelson219e93d2020-08-17 22:54:294305 "smallvec 1.4.2",
Alex Crichton093ede22019-08-15 00:45:094306 "tempfile",
Mark Simulacrume2e9b402017-07-23 02:01:584307]
4308
4309[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534310name = "rustdoc-themes"
4311version = "0.1.0"
4312
4313[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584314name = "rustdoc-tool"
4315version = "0.0.0"
4316dependencies = [
Alex Crichton093ede22019-08-15 00:45:094317 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294318]
4319
4320[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154321name = "rustfix"
Mark Rousskov342d9562020-08-17 15:21:444322version = "0.5.1"
Eric Huss6da85d62020-01-14 17:47:044323source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444324checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
Eric Huss6da85d62020-01-14 17:47:044325dependencies = [
4326 "anyhow",
4327 "log",
4328 "serde",
4329 "serde_json",
4330]
4331
4332[[package]]
topecongiro5a411a62019-06-18 12:15:194333name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114334version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194335dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154336 "proc-macro2",
4337 "quote",
Alex Crichton093ede22019-08-15 00:45:094338 "serde",
Aaron Hill70ba4912020-08-01 14:11:154339 "syn",
topecongiro5a411a62019-06-18 12:15:194340]
4341
4342[[package]]
Alex Crichton1cede102017-06-15 02:33:064343name = "rustfmt-nightly"
Igor Matuszewskibd37d7d2020-12-05 15:40:244344version = "1.4.28"
kennytm0692b3d2017-12-15 19:41:584345dependencies = [
Juan Aguilar Santillanae9c78db2020-05-08 20:48:264346 "annotate-snippets 0.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:394347 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094348 "bytecount",
Mark Rousskov342d9562020-08-17 15:21:444349 "cargo_metadata 0.8.2",
Alex Crichton093ede22019-08-15 00:45:094350 "derive-new",
4351 "diff",
4352 "dirs",
Alex Crichton5c5e3fa2019-09-24 18:06:564353 "env_logger 0.6.2",
Alex Crichton093ede22019-08-15 00:45:094354 "getopts",
4355 "ignore",
Mark Rousskov342d9562020-08-17 15:21:444356 "itertools 0.8.2",
Yuki Okushi1f0a39502020-05-26 04:00:424357 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094358 "log",
4359 "regex",
Igor Matuszewskib2561c92020-03-31 12:31:524360 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:314361 "rustc-ap-rustc_ast_pretty",
Igor Matuszewski84eae772020-05-21 13:39:524362 "rustc-ap-rustc_attr",
Igor Matuszewski8fc4bba2020-02-12 14:47:314363 "rustc-ap-rustc_data_structures",
4364 "rustc-ap-rustc_errors",
Igor Matuszewskib2561c92020-03-31 12:31:524365 "rustc-ap-rustc_expand",
Igor Matuszewski8fc4bba2020-02-12 14:47:314366 "rustc-ap-rustc_parse",
4367 "rustc-ap-rustc_session",
4368 "rustc-ap-rustc_span",
Alex Crichton093ede22019-08-15 00:45:094369 "rustc-workspace-hack",
4370 "rustfmt-config_proc_macro",
4371 "serde",
4372 "serde_json",
Eric Huss139477d2019-11-12 18:14:484373 "structopt",
Mark Rousskov342d9562020-08-17 15:21:444374 "term 0.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:394375 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354376 "toml",
Alex Crichton093ede22019-08-15 00:45:094377 "unicode-segmentation",
4378 "unicode-width",
4379 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274380]
4381
4382[[package]]
Alex Crichton2863b752018-08-21 17:23:474383name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444384version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474385source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444386checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474387
4388[[package]]
Josh Stone020c5ec2017-05-08 22:01:134389name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444390version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224391source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444392checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224393dependencies = [
Alex Crichton093ede22019-08-15 00:45:094394 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224395]
4396
4397[[package]]
4398name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444399version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224400source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444401checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224402dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424403 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:444404 "winapi 0.3.9",
Alex Crichton80d6ed22018-01-08 21:56:224405]
4406
4407[[package]]
Alex Crichton453080f2017-06-05 16:36:484408name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524409version = "1.0.0"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094411checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524412
4413[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124414name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444415version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254416source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444417checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254418
4419[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584420name = "semver"
Alex Crichton80d6ed22018-01-08 21:56:224421version = "0.9.0"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094423checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
Alex Crichton80d6ed22018-01-08 21:56:224424dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:584425 "semver-parser 0.7.0",
Alex Crichton093ede22019-08-15 00:45:094426 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584427]
4428
4429[[package]]
Eric Hussa0431e22020-05-26 00:56:324430name = "semver"
4431version = "0.10.0"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
4434dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:584435 "semver-parser 0.7.0",
4436 "serde",
4437]
4438
4439[[package]]
4440name = "semver"
4441version = "0.11.0"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
4444dependencies = [
4445 "semver-parser 0.10.1",
Eric Hussa0431e22020-05-26 00:56:324446 "serde",
4447]
4448
4449[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584450name = "semver-parser"
4451version = "0.7.0"
Steve Klabnik2795de32017-02-20 00:20:574452source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094453checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
Steve Klabnik2795de32017-02-20 00:20:574454
4455[[package]]
Eduardo Brotoca11eeb2020-10-23 21:47:584456name = "semver-parser"
4457version = "0.10.1"
4458source = "registry+https://github.com/rust-lang/crates.io-index"
4459checksum = "42ef146c2ad5e5f4b037cd6ce2ebb775401729b19a82040c1beac9d36c7d1428"
4460dependencies = [
4461 "pest",
4462]
4463
4464[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584465name = "serde"
Mark Rousskov342d9562020-08-17 15:21:444466version = "1.0.115"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584467source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444468checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5"
Eric Huss57393642018-12-17 18:23:044469dependencies = [
Alex Crichton093ede22019-08-15 00:45:094470 "serde_derive",
Eric Huss57393642018-12-17 18:23:044471]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584472
4473[[package]]
4474name = "serde_derive"
Mark Rousskov342d9562020-08-17 15:21:444475version = "1.0.115"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584476source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444477checksum = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584478dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154479 "proc-macro2",
4480 "quote",
4481 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584482]
4483
4484[[package]]
flip199596c3ec12019-08-20 07:32:534485name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444486version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534487source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444488checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534489dependencies = [
4490 "serde",
4491]
4492
4493[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584494name = "serde_json"
Eduardo Brotoca11eeb2020-10-23 21:47:584495version = "1.0.59"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584496source = "registry+https://github.com/rust-lang/crates.io-index"
Eduardo Brotoca11eeb2020-10-23 21:47:584497checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584498dependencies = [
Alex Crichton093ede22019-08-15 00:45:094499 "itoa",
4500 "ryu",
4501 "serde",
Steve Klabnik2795de32017-02-20 00:20:574502]
4503
4504[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114505name = "serde_repr"
Mark Rousskov342d9562020-08-17 15:21:444506version = "0.1.6"
Igor Matuszewskic2249a42019-09-08 08:28:114507source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444508checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
Igor Matuszewskic2249a42019-09-08 08:28:114509dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154510 "proc-macro2",
4511 "quote",
4512 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:114513]
4514
4515[[package]]
James Munnsde763692019-01-19 02:39:374516name = "sha-1"
Arlo Siemsenf86b0782020-03-31 05:17:154517version = "0.8.2"
James Munnsde763692019-01-19 02:39:374518source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:154519checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
James Munnsde763692019-01-19 02:39:374520dependencies = [
Pietro Albiniacd8e592020-10-01 15:15:124521 "block-buffer 0.7.3",
4522 "digest 0.8.1",
Alex Crichton093ede22019-08-15 00:45:094523 "fake-simd",
Pietro Albiniacd8e592020-10-01 15:15:124524 "opaque-debug 0.2.3",
4525]
4526
4527[[package]]
Arlo Siemsen3296d5c2020-10-13 15:41:064528name = "sha-1"
4529version = "0.9.1"
4530source = "registry+https://github.com/rust-lang/crates.io-index"
4531checksum = "170a36ea86c864a3f16dd2687712dd6646f7019f301e57537c7f4dc9f5916770"
4532dependencies = [
4533 "block-buffer 0.9.0",
4534 "cfg-if 0.1.10",
4535 "cpuid-bool",
4536 "digest 0.9.0",
4537 "opaque-debug 0.3.0",
4538]
4539
4540[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124541name = "sha2"
4542version = "0.9.1"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
4545dependencies = [
4546 "block-buffer 0.9.0",
Aaron Hill44fdfd62020-10-11 17:51:074547 "cfg-if 0.1.10",
Pietro Albiniacd8e592020-10-01 15:15:124548 "cpuid-bool",
4549 "digest 0.9.0",
4550 "opaque-debug 0.3.0",
James Munnsde763692019-01-19 02:39:374551]
4552
4553[[package]]
Oliver Schererec7230f2020-07-24 18:42:004554name = "sharded-slab"
4555version = "0.0.9"
4556source = "registry+https://github.com/rust-lang/crates.io-index"
4557checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
4558dependencies = [
4559 "lazy_static",
4560]
4561
4562[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584563name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444564version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584565source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444566checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584567
4568[[package]]
steveklabnik54371882018-01-25 17:32:254569name = "shlex"
4570version = "0.1.1"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094572checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
steveklabnik54371882018-01-25 17:32:254573
4574[[package]]
Mark Rousskov342d9562020-08-17 15:21:444575name = "signal-hook-registry"
4576version = "1.2.1"
Matthias Krüger696fb8f2019-01-21 15:32:434577source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444578checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
Matthias Krüger696fb8f2019-01-21 15:32:434579dependencies = [
Alex Crichton093ede22019-08-15 00:45:094580 "arc-swap",
4581 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:434582]
4583
4584[[package]]
steveklabnikecfbaca2018-04-03 14:32:044585name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154586version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044587source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154588checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044589
4590[[package]]
Eric Hussd5e03532019-05-23 20:27:494591name = "sized-chunks"
Eric Hussc8443bb2020-05-18 22:41:574592version = "0.6.2"
Eric Hussd5e03532019-05-23 20:27:494593source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:574594checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
Eric Hussd5e03532019-05-23 20:27:494595dependencies = [
Eric Huss2b985322019-11-25 16:14:074596 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094597 "typenum",
Eric Hussd5e03532019-05-23 20:27:494598]
4599
4600[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434601name = "slab"
4602version = "0.4.2"
4603source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094604checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434605
4606[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014607name = "smallvec"
Mark Rousskov342d9562020-08-17 15:21:444608version = "0.6.13"
John Kåre Alsaker970c6132017-12-03 12:49:014609source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444610checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
4611dependencies = [
4612 "maybe-uninit",
4613]
John Kåre Alsaker970c6132017-12-03 12:49:014614
4615[[package]]
Ralf Jung90b8d342019-11-04 14:59:094616name = "smallvec"
Mark Rousskov342d9562020-08-17 15:21:444617version = "1.4.2"
Ralf Jung90b8d342019-11-04 14:59:094618source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444619checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
Ralf Jung90b8d342019-11-04 14:59:094620
4621[[package]]
Josh Triplett574f6be2020-08-20 23:16:304622name = "snap"
4623version = "1.0.1"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4626
4627[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154628name = "socket2"
Linus Färnstrandf9220c32020-11-27 23:56:124629version = "0.3.16"
Mark Simulacrum38b46882017-06-26 16:26:154630source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:124631checksum = "7fd8b795c389288baa5f355489c65e71fd48a02104600d15c4cfbc561e9e429d"
Mark Simulacrum38b46882017-06-26 16:26:154632dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074633 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:094634 "libc",
4635 "redox_syscall",
Mark Rousskov342d9562020-08-17 15:21:444636 "winapi 0.3.9",
Mark Simulacrum38b46882017-06-26 16:26:154637]
4638
4639[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454640name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444641version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454642source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444643checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454644
4645[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244646name = "stacker"
Julian Wollersberger53aaa1e2020-09-20 17:07:524647version = "0.1.12"
Oliver Scherer26edcee2018-11-02 15:14:244648source = "registry+https://github.com/rust-lang/crates.io-index"
Julian Wollersberger53aaa1e2020-09-20 17:07:524649checksum = "21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786"
Oliver Scherer26edcee2018-11-02 15:14:244650dependencies = [
4651 "cc",
Aaron Hill44fdfd62020-10-11 17:51:074652 "cfg-if 0.1.10",
Oliver Scherer26edcee2018-11-02 15:14:244653 "libc",
4654 "psm",
Mark Rousskov342d9562020-08-17 15:21:444655 "winapi 0.3.9",
Oliver Scherer26edcee2018-11-02 15:14:244656]
4657
4658[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294659name = "std"
4660version = "0.0.0"
4661dependencies = [
Alex Crichton06d565c2020-05-13 21:22:374662 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094663 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:074664 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:094665 "compiler_builtins",
4666 "core",
4667 "dlmalloc",
4668 "fortanix-sgx-abi",
Igor Matuszewskie26f35d2020-05-05 12:05:064669 "hashbrown",
Stefan Lankes5ebd4d92019-10-20 07:55:104670 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:094671 "libc",
Alex Crichton06d565c2020-05-13 21:22:374672 "miniz_oxide",
Alex Crichtonf99410b2020-11-20 17:12:144673 "object",
Alex Crichton093ede22019-08-15 00:45:094674 "panic_abort",
4675 "panic_unwind",
4676 "profiler_builtins",
Aaron Hill70ba4912020-08-01 14:11:154677 "rand",
Alex Crichton06d565c2020-05-13 21:22:374678 "rustc-demangle",
Alex Crichton093ede22019-08-15 00:45:094679 "unwind",
Alex Crichtonaabf4e92020-01-08 15:33:574680 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:294681]
4682
4683[[package]]
steveklabnikecfbaca2018-04-03 14:32:044684name = "string_cache"
Aaron Hill70ba4912020-08-01 14:11:154685version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:044686source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154687checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
steveklabnikecfbaca2018-04-03 14:32:044688dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424689 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094690 "new_debug_unreachable",
4691 "phf_shared",
4692 "precomputed-hash",
4693 "serde",
steveklabnikecfbaca2018-04-03 14:32:044694]
4695
4696[[package]]
4697name = "string_cache_codegen"
Aaron Hill70ba4912020-08-01 14:11:154698version = "0.5.1"
steveklabnikecfbaca2018-04-03 14:32:044699source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154700checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
steveklabnikecfbaca2018-04-03 14:32:044701dependencies = [
Alex Crichton093ede22019-08-15 00:45:094702 "phf_generator",
4703 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:154704 "proc-macro2",
4705 "quote",
steveklabnikecfbaca2018-04-03 14:32:044706]
4707
4708[[package]]
Eric Hussd5e03532019-05-23 20:27:494709name = "strip-ansi-escapes"
4710version = "0.1.0"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094712checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:494713dependencies = [
Alex Crichton093ede22019-08-15 00:45:094714 "vte",
Eric Hussd5e03532019-05-23 20:27:494715]
4716
4717[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584718name = "strsim"
Igor Matuszewskic2249a42019-09-08 08:28:114719version = "0.8.0"
Steve Klabnika0769612017-02-07 23:13:574720source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:114721checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
Steve Klabnika0769612017-02-07 23:13:574722
4723[[package]]
topecongiro5a411a62019-06-18 12:15:194724name = "structopt"
Mark Rousskov342d9562020-08-17 15:21:444725version = "0.3.16"
Igor Matuszewskic2249a42019-09-08 08:28:114726source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444727checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
Igor Matuszewskic2249a42019-09-08 08:28:114728dependencies = [
4729 "clap",
Mark Rousskov342d9562020-08-17 15:21:444730 "lazy_static",
Eric Huss139477d2019-11-12 18:14:484731 "structopt-derive",
Igor Matuszewskic2249a42019-09-08 08:28:114732]
4733
4734[[package]]
4735name = "structopt-derive"
Mark Rousskov342d9562020-08-17 15:21:444736version = "0.4.9"
Igor Matuszewskic2249a42019-09-08 08:28:114737source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444738checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
Igor Matuszewskic2249a42019-09-08 08:28:114739dependencies = [
4740 "heck",
4741 "proc-macro-error",
Aaron Hill70ba4912020-08-01 14:11:154742 "proc-macro2",
4743 "quote",
4744 "syn",
topecongiro5a411a62019-06-18 12:15:194745]
4746
4747[[package]]
Matt Ickstadt0ab516f2018-04-21 21:06:134748name = "strum"
Aaron Hill70ba4912020-08-01 14:11:154749version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:134750source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154751checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
Matt Ickstadt0ab516f2018-04-21 21:06:134752
4753[[package]]
4754name = "strum_macros"
Aaron Hill70ba4912020-08-01 14:11:154755version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:134756source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154757checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
Matt Ickstadt0ab516f2018-04-21 21:06:134758dependencies = [
Alex Crichton093ede22019-08-15 00:45:094759 "heck",
Aaron Hill70ba4912020-08-01 14:11:154760 "proc-macro2",
4761 "quote",
4762 "syn",
Alex Crichtone9d89832018-04-02 15:43:554763]
4764
4765[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114766name = "syn"
Mark Rousskov342d9562020-08-17 15:21:444767version = "1.0.38"
Igor Matuszewskic2249a42019-09-08 08:28:114768source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444769checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
Igor Matuszewskic2249a42019-09-08 08:28:114770dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154771 "proc-macro2",
4772 "quote",
4773 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:114774]
4775
4776[[package]]
Alex Crichton325d7392017-12-10 17:42:494777name = "synstructure"
Mark Rousskov342d9562020-08-17 15:21:444778version = "0.12.4"
Mateusz Mikuład8960882019-10-04 12:43:234779source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444780checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
Mateusz Mikuład8960882019-10-04 12:43:234781dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154782 "proc-macro2",
4783 "quote",
4784 "syn",
4785 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:234786]
4787
4788[[package]]
Josh Stone020c5ec2017-05-08 22:01:134789name = "tar"
Mark Rousskov342d9562020-08-17 15:21:444790version = "0.4.29"
Josh Stone020c5ec2017-05-08 22:01:134791source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444792checksum = "c8a4c1d0bee3230179544336c15eefb563cf0302955d962e456542323e8c2e8a"
Josh Stone020c5ec2017-05-08 22:01:134793dependencies = [
Alex Crichton093ede22019-08-15 00:45:094794 "filetime",
4795 "libc",
4796 "redox_syscall",
4797 "xattr",
Josh Stone020c5ec2017-05-08 22:01:134798]
4799
4800[[package]]
Aleksey Kladov850156a2018-03-29 07:34:554801name = "tempfile"
Mateusz Mikuła935394f2019-09-11 17:03:284802version = "3.1.0"
Aleksey Kladov850156a2018-03-29 07:34:554803source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła935394f2019-09-11 17:03:284804checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
Aleksey Kladov850156a2018-03-29 07:34:554805dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074806 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:094807 "libc",
Aaron Hill70ba4912020-08-01 14:11:154808 "rand",
Alex Crichton093ede22019-08-15 00:45:094809 "redox_syscall",
4810 "remove_dir_all",
Mark Rousskov342d9562020-08-17 15:21:444811 "winapi 0.3.9",
Aleksey Kladov850156a2018-03-29 07:34:554812]
4813
4814[[package]]
steveklabnikecfbaca2018-04-03 14:32:044815name = "tendril"
Mark Rousskov342d9562020-08-17 15:21:444816version = "0.4.1"
steveklabnikecfbaca2018-04-03 14:32:044817source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444818checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
steveklabnikecfbaca2018-04-03 14:32:044819dependencies = [
Alex Crichton093ede22019-08-15 00:45:094820 "futf",
4821 "mac",
4822 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:044823]
4824
4825[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294826name = "term"
Jacob Greenfield28ea2492019-04-07 05:48:594827version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:084828dependencies = [
4829 "core",
4830 "std",
4831]
Jacob Greenfield28ea2492019-04-07 05:48:594832
4833[[package]]
4834name = "term"
Mark Rousskov342d9562020-08-17 15:21:444835version = "0.6.1"
Igor Matuszewskid2d192e2019-07-30 11:00:274836source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444837checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
Igor Matuszewskid2d192e2019-07-30 11:00:274838dependencies = [
Alex Crichton093ede22019-08-15 00:45:094839 "dirs",
Mark Rousskov342d9562020-08-17 15:21:444840 "winapi 0.3.9",
Igor Matuszewskid2d192e2019-07-30 11:00:274841]
4842
4843[[package]]
Alex Crichton1cede102017-06-15 02:33:064844name = "termcolor"
Eric Huss89d79062020-07-29 18:02:054845version = "1.1.0"
Alex Crichtonfa5b3d32018-07-26 00:25:124846source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:054847checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
Alex Crichtonfa5b3d32018-07-26 00:25:124848dependencies = [
Eric Huss89d79062020-07-29 18:02:054849 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:124850]
4851
4852[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:484853name = "termize"
4854version = "0.1.1"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
4857dependencies = [
4858 "libc",
Mark Rousskov342d9562020-08-17 15:21:444859 "winapi 0.3.9",
John Kåre Alsakerb0b11d32020-01-29 00:13:484860]
4861
4862[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294863name = "test"
4864version = "0.0.0"
4865dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074866 "cfg-if 0.1.10",
Alex Crichtonb47c9692019-08-16 15:29:084867 "core",
Alex Crichton093ede22019-08-15 00:45:094868 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:084869 "libc",
4870 "panic_abort",
4871 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:094872 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:084873 "std",
Jacob Greenfield28ea2492019-04-07 05:48:594874 "term 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:294875]
4876
4877[[package]]
Ralf Jung2bfa6222019-11-17 10:40:184878name = "tester"
flip1995450880f2019-11-23 16:27:364879version = "0.7.0"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "ee72ec31009a42b53de9a6b7d8f462b493ab3b1e4767bda1fcdbb52127f13b6c"
4882dependencies = [
4883 "getopts",
4884 "libc",
Mark Rousskov342d9562020-08-17 15:21:444885 "term 0.6.1",
flip1995450880f2019-11-23 16:27:364886]
4887
4888[[package]]
steveklabnik4871dba2017-06-27 17:33:324889name = "textwrap"
Igor Matuszewskic2249a42019-09-08 08:28:114890version = "0.11.0"
steveklabnik4871dba2017-06-27 17:33:324891source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:114892checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
steveklabnik4871dba2017-06-27 17:33:324893dependencies = [
Alex Crichton093ede22019-08-15 00:45:094894 "unicode-width",
steveklabnik4871dba2017-06-27 17:33:324895]
4896
4897[[package]]
Pietro Albini9beb8f52019-11-26 11:06:304898name = "thiserror"
Mark Rousskov342d9562020-08-17 15:21:444899version = "1.0.20"
Pietro Albini9beb8f52019-11-26 11:06:304900source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444901checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
Pietro Albini9beb8f52019-11-26 11:06:304902dependencies = [
4903 "thiserror-impl",
4904]
4905
4906[[package]]
4907name = "thiserror-impl"
Mark Rousskov342d9562020-08-17 15:21:444908version = "1.0.20"
Pietro Albini9beb8f52019-11-26 11:06:304909source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444910checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
Pietro Albini9beb8f52019-11-26 11:06:304911dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154912 "proc-macro2",
4913 "quote",
4914 "syn",
Pietro Albini9beb8f52019-11-26 11:06:304915]
4916
4917[[package]]
Steve Klabnika0769612017-02-07 23:13:574918name = "thread_local"
Igor Matuszewski8fc4bba2020-02-12 14:47:314919version = "1.0.1"
4920source = "registry+https://github.com/rust-lang/crates.io-index"
4921checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
4922dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424923 "lazy_static",
Igor Matuszewski8fc4bba2020-02-12 14:47:314924]
4925
4926[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294927name = "tidy"
4928version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:564929dependencies = [
Jubilee Young31afacf2020-08-21 08:24:584930 "cargo_metadata 0.11.1",
Yuki Okushi1f0a39502020-05-26 04:00:424931 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094932 "regex",
Alex Crichton093ede22019-08-15 00:45:094933 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:564934]
Ahmed Charles9ca382f2016-09-02 08:55:294935
4936[[package]]
Eric Hussce717472020-08-11 23:49:394937name = "tier-check"
4938version = "0.1.0"
4939
4940[[package]]
Alex Crichton15899b02018-01-25 04:01:424941name = "time"
Mark Rousskov342d9562020-08-17 15:21:444942version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:424943source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444944checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:424945dependencies = [
Alex Crichton093ede22019-08-15 00:45:094946 "libc",
Mark Rousskov342d9562020-08-17 15:21:444947 "winapi 0.3.9",
Alex Crichton15899b02018-01-25 04:01:424948]
4949
4950[[package]]
Mark Rousskov342d9562020-08-17 15:21:444951name = "tinyvec"
Jubilee Young8f5ea802020-08-17 23:07:094952version = "0.3.4"
Mark Rousskov342d9562020-08-17 15:21:444953source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young8f5ea802020-08-17 23:07:094954checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
Mark Rousskov342d9562020-08-17 15:21:444955
4956[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434957name = "tokio"
Mateusz Mikuła2d8d8132019-12-04 17:40:164958version = "0.1.22"
Matthias Krüger696fb8f2019-01-21 15:32:434959source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:164960checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
Matthias Krüger696fb8f2019-01-21 15:32:434961dependencies = [
Alex Crichton093ede22019-08-15 00:45:094962 "bytes",
4963 "futures",
4964 "mio",
4965 "num_cpus",
4966 "tokio-codec",
4967 "tokio-current-thread",
4968 "tokio-executor",
4969 "tokio-fs",
4970 "tokio-io",
4971 "tokio-reactor",
Mateusz Mikuła2d8d8132019-12-04 17:40:164972 "tokio-sync",
Alex Crichton093ede22019-08-15 00:45:094973 "tokio-tcp",
4974 "tokio-threadpool",
4975 "tokio-timer",
4976 "tokio-udp",
4977 "tokio-uds",
Matthias Krüger696fb8f2019-01-21 15:32:434978]
4979
4980[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434981name = "tokio-codec"
Mark Rousskov342d9562020-08-17 15:21:444982version = "0.1.2"
Matthias Krüger696fb8f2019-01-21 15:32:434983source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444984checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
Matthias Krüger696fb8f2019-01-21 15:32:434985dependencies = [
Alex Crichton093ede22019-08-15 00:45:094986 "bytes",
4987 "futures",
4988 "tokio-io",
Matthias Krüger696fb8f2019-01-21 15:32:434989]
4990
4991[[package]]
4992name = "tokio-current-thread"
Mark Rousskov342d9562020-08-17 15:21:444993version = "0.1.7"
Matthias Krüger696fb8f2019-01-21 15:32:434994source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444995checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
Matthias Krüger696fb8f2019-01-21 15:32:434996dependencies = [
Alex Crichton093ede22019-08-15 00:45:094997 "futures",
4998 "tokio-executor",
Matthias Krüger696fb8f2019-01-21 15:32:434999]
5000
5001[[package]]
5002name = "tokio-executor"
Mark Rousskov342d9562020-08-17 15:21:445003version = "0.1.10"
Matthias Krüger696fb8f2019-01-21 15:32:435004source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445005checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
Matthias Krüger696fb8f2019-01-21 15:32:435006dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445007 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:095008 "futures",
Matthias Krüger696fb8f2019-01-21 15:32:435009]
5010
5011[[package]]
5012name = "tokio-fs"
Mark Rousskov342d9562020-08-17 15:21:445013version = "0.1.7"
Matthias Krüger696fb8f2019-01-21 15:32:435014source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445015checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
Matthias Krüger696fb8f2019-01-21 15:32:435016dependencies = [
Alex Crichton093ede22019-08-15 00:45:095017 "futures",
5018 "tokio-io",
5019 "tokio-threadpool",
Matthias Krüger696fb8f2019-01-21 15:32:435020]
5021
5022[[package]]
5023name = "tokio-io"
Mark Rousskov342d9562020-08-17 15:21:445024version = "0.1.13"
Matthias Krüger696fb8f2019-01-21 15:32:435025source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445026checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
Matthias Krüger696fb8f2019-01-21 15:32:435027dependencies = [
Alex Crichton093ede22019-08-15 00:45:095028 "bytes",
5029 "futures",
5030 "log",
Matthias Krüger696fb8f2019-01-21 15:32:435031]
5032
5033[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115034name = "tokio-named-pipes"
5035version = "0.1.0"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"
5038dependencies = [
5039 "bytes",
5040 "futures",
5041 "mio",
5042 "mio-named-pipes",
5043 "tokio",
5044]
5045
5046[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435047name = "tokio-process"
Mark Rousskov342d9562020-08-17 15:21:445048version = "0.2.5"
Matthias Krüger696fb8f2019-01-21 15:32:435049source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445050checksum = "382d90f43fa31caebe5d3bc6cfd854963394fff3b8cb59d5146607aaae7e7e43"
Matthias Krüger696fb8f2019-01-21 15:32:435051dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445052 "crossbeam-queue 0.1.2",
Alex Crichton093ede22019-08-15 00:45:095053 "futures",
Yuki Okushi1f0a39502020-05-26 04:00:425054 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095055 "libc",
Mateusz Mikuła2d8d8132019-12-04 17:40:165056 "log",
Alex Crichton093ede22019-08-15 00:45:095057 "mio",
5058 "mio-named-pipes",
5059 "tokio-io",
5060 "tokio-reactor",
5061 "tokio-signal",
Mark Rousskov342d9562020-08-17 15:21:445062 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:435063]
5064
5065[[package]]
5066name = "tokio-reactor"
Mark Rousskov342d9562020-08-17 15:21:445067version = "0.1.12"
Matthias Krüger696fb8f2019-01-21 15:32:435068source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445069checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
Matthias Krüger696fb8f2019-01-21 15:32:435070dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445071 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:095072 "futures",
Yuki Okushi1f0a39502020-05-26 04:00:425073 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095074 "log",
5075 "mio",
5076 "num_cpus",
Igor Matuszewski8fc4bba2020-02-12 14:47:315077 "parking_lot 0.9.0",
Alex Crichton093ede22019-08-15 00:45:095078 "slab",
5079 "tokio-executor",
5080 "tokio-io",
Mateusz Mikuła2d8d8132019-12-04 17:40:165081 "tokio-sync",
Matthias Krüger696fb8f2019-01-21 15:32:435082]
5083
5084[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115085name = "tokio-service"
5086version = "0.1.0"
5087source = "registry+https://github.com/rust-lang/crates.io-index"
5088checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
5089dependencies = [
5090 "futures",
5091]
5092
5093[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435094name = "tokio-signal"
Mark Rousskov342d9562020-08-17 15:21:445095version = "0.2.9"
Matthias Krüger696fb8f2019-01-21 15:32:435096source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445097checksum = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12"
Matthias Krüger696fb8f2019-01-21 15:32:435098dependencies = [
Alex Crichton093ede22019-08-15 00:45:095099 "futures",
5100 "libc",
5101 "mio",
5102 "mio-uds",
Mark Rousskov342d9562020-08-17 15:21:445103 "signal-hook-registry",
Alex Crichton093ede22019-08-15 00:45:095104 "tokio-executor",
5105 "tokio-io",
5106 "tokio-reactor",
Mark Rousskov342d9562020-08-17 15:21:445107 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:435108]
5109
5110[[package]]
Mateusz Mikuła2d8d8132019-12-04 17:40:165111name = "tokio-sync"
Mark Rousskov342d9562020-08-17 15:21:445112version = "0.1.8"
Mateusz Mikuła2d8d8132019-12-04 17:40:165113source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445114checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
Mateusz Mikuła2d8d8132019-12-04 17:40:165115dependencies = [
5116 "fnv",
5117 "futures",
5118]
5119
5120[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435121name = "tokio-tcp"
Mark Rousskov342d9562020-08-17 15:21:445122version = "0.1.4"
Matthias Krüger696fb8f2019-01-21 15:32:435123source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445124checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
Matthias Krüger696fb8f2019-01-21 15:32:435125dependencies = [
Alex Crichton093ede22019-08-15 00:45:095126 "bytes",
5127 "futures",
5128 "iovec",
5129 "mio",
5130 "tokio-io",
5131 "tokio-reactor",
Matthias Krüger696fb8f2019-01-21 15:32:435132]
5133
5134[[package]]
5135name = "tokio-threadpool"
Mark Rousskov342d9562020-08-17 15:21:445136version = "0.1.18"
Matthias Krüger696fb8f2019-01-21 15:32:435137source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445138checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
Matthias Krüger696fb8f2019-01-21 15:32:435139dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:165140 "crossbeam-deque",
Mark Rousskov342d9562020-08-17 15:21:445141 "crossbeam-queue 0.2.3",
5142 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:095143 "futures",
Yuki Okushi1f0a39502020-05-26 04:00:425144 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095145 "log",
5146 "num_cpus",
Mateusz Mikuła2d8d8132019-12-04 17:40:165147 "slab",
Alex Crichton093ede22019-08-15 00:45:095148 "tokio-executor",
Matthias Krüger696fb8f2019-01-21 15:32:435149]
5150
5151[[package]]
5152name = "tokio-timer"
Mark Rousskov342d9562020-08-17 15:21:445153version = "0.2.13"
Matthias Krüger696fb8f2019-01-21 15:32:435154source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445155checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
Matthias Krüger696fb8f2019-01-21 15:32:435156dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445157 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:095158 "futures",
5159 "slab",
5160 "tokio-executor",
Matthias Krüger696fb8f2019-01-21 15:32:435161]
5162
5163[[package]]
5164name = "tokio-udp"
Mark Rousskov342d9562020-08-17 15:21:445165version = "0.1.6"
Matthias Krüger696fb8f2019-01-21 15:32:435166source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445167checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
Matthias Krüger696fb8f2019-01-21 15:32:435168dependencies = [
Alex Crichton093ede22019-08-15 00:45:095169 "bytes",
5170 "futures",
5171 "log",
5172 "mio",
5173 "tokio-codec",
5174 "tokio-io",
5175 "tokio-reactor",
Matthias Krüger696fb8f2019-01-21 15:32:435176]
5177
5178[[package]]
5179name = "tokio-uds"
Mark Rousskov342d9562020-08-17 15:21:445180version = "0.2.7"
Matthias Krüger696fb8f2019-01-21 15:32:435181source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445182checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
Matthias Krüger696fb8f2019-01-21 15:32:435183dependencies = [
Alex Crichton093ede22019-08-15 00:45:095184 "bytes",
5185 "futures",
5186 "iovec",
5187 "libc",
5188 "log",
5189 "mio",
5190 "mio-uds",
5191 "tokio-codec",
5192 "tokio-io",
5193 "tokio-reactor",
Matthias Krüger696fb8f2019-01-21 15:32:435194]
5195
5196[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295197name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475198version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135199source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475200checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135201dependencies = [
Alex Crichton093ede22019-08-15 00:45:095202 "serde",
Eric Hussd2228ca2019-03-29 03:13:135203]
5204
5205[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095206name = "tracing"
Mark Rousskov342d9562020-08-17 15:21:445207version = "0.1.19"
Jack Hueyecb8b9f2020-05-27 05:05:095208source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445209checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
Jack Hueyecb8b9f2020-05-27 05:05:095210dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:075211 "cfg-if 0.1.10",
Jack Hueyecb8b9f2020-05-27 05:05:095212 "tracing-attributes",
5213 "tracing-core",
5214]
5215
5216[[package]]
5217name = "tracing-attributes"
Mark Rousskov77d4f942020-09-01 18:38:565218version = "0.1.11"
Jack Hueyecb8b9f2020-05-27 05:05:095219source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov77d4f942020-09-01 18:38:565220checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
Jack Hueyecb8b9f2020-05-27 05:05:095221dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155222 "proc-macro2",
5223 "quote",
5224 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095225]
5226
5227[[package]]
5228name = "tracing-core"
Joshua Nelson8b22d072020-10-07 22:45:595229version = "0.1.17"
Jack Hueyecb8b9f2020-05-27 05:05:095230source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson8b22d072020-10-07 22:45:595231checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
Jack Hueyecb8b9f2020-05-27 05:05:095232dependencies = [
5233 "lazy_static",
5234]
5235
5236[[package]]
Jack Hueyd66452c2020-08-04 22:35:375237name = "tracing-log"
5238version = "0.1.1"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"
5241dependencies = [
5242 "lazy_static",
5243 "log",
5244 "tracing-core",
5245]
5246
5247[[package]]
5248name = "tracing-serde"
Jack Huey23491082020-10-04 00:45:125249version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375250source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey23491082020-10-04 00:45:125251checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
Jack Hueyd66452c2020-08-04 22:35:375252dependencies = [
5253 "serde",
5254 "tracing-core",
5255]
5256
5257[[package]]
Oliver Schererec7230f2020-07-24 18:42:005258name = "tracing-subscriber"
Joshua Nelson8b22d072020-10-07 22:45:595259version = "0.2.13"
Oliver Schererec7230f2020-07-24 18:42:005260source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson8b22d072020-10-07 22:45:595261checksum = "4ef0a5e15477aa303afbfac3a44cba9b6430fdaad52423b1e6c0dbbe28c3eedd"
Oliver Schererec7230f2020-07-24 18:42:005262dependencies = [
5263 "ansi_term 0.12.1",
Jack Hueyd66452c2020-08-04 22:35:375264 "chrono",
Oliver Schererec7230f2020-07-24 18:42:005265 "lazy_static",
5266 "matchers",
Alex Crichtonf99410b2020-11-20 17:12:145267 "parking_lot 0.11.0",
Oliver Schererec7230f2020-07-24 18:42:005268 "regex",
Jack Hueyd66452c2020-08-04 22:35:375269 "serde",
5270 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:005271 "sharded-slab",
Mark Rousskov342d9562020-08-17 15:21:445272 "smallvec 1.4.2",
5273 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595274 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005275 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375276 "tracing-log",
5277 "tracing-serde",
5278]
5279
5280[[package]]
5281name = "tracing-tree"
Oliver Scherer43c181b2020-08-04 11:48:055282version = "0.1.6"
Jack Hueyd66452c2020-08-04 22:35:375283source = "registry+https://github.com/rust-lang/crates.io-index"
Oliver Scherer43c181b2020-08-04 11:48:055284checksum = "43aac8afb493b08e1e1904956f7407c1e671b9c83b26a17e1bd83d6a3520e350"
Jack Hueyd66452c2020-08-04 22:35:375285dependencies = [
5286 "ansi_term 0.12.1",
5287 "atty",
5288 "chrono",
5289 "termcolor",
5290 "tracing",
5291 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005292]
5293
5294[[package]]
Eric Huss8c20add2018-12-03 01:33:205295name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575296version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205297source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575298checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205299
5300[[package]]
Mark Rousskov064f8882020-01-13 21:40:195301name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445302version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195303source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445304checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195305dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425306 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195307 "regex",
5308]
5309
5310[[package]]
James Munnsde763692019-01-19 02:39:375311name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445312version = "0.1.3"
James Munnsde763692019-01-19 02:39:375313source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445314checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375315
5316[[package]]
Andy Russell30301642019-04-20 17:03:595317name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405318version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595319source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405320checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595321dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405322 "version_check",
Andy Russell30301642019-04-20 17:03:595323]
5324
5325[[package]]
Mark Rousskov064f8882020-01-13 21:40:195326name = "unicode-bdd"
5327version = "0.1.0"
5328dependencies = [
5329 "ucd-parse",
5330]
5331
5332[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585333name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325334version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585335source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095336checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585337dependencies = [
Alex Crichton093ede22019-08-15 00:45:095338 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585339]
5340
5341[[package]]
5342name = "unicode-normalization"
Mark Rousskov342d9562020-08-17 15:21:445343version = "0.1.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585344source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445345checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
Charles Lew0bcddfe2019-11-23 14:33:405346dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445347 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405348]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585349
5350[[package]]
Charles Lew485e98a2020-01-02 12:02:225351name = "unicode-script"
Mark Rousskov342d9562020-08-17 15:21:445352version = "0.5.2"
Charles Lew485e98a2020-01-02 12:02:225353source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445354checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
Charles Lew485e98a2020-01-02 12:02:225355
5356[[package]]
5357name = "unicode-security"
Charles Lew25e864e2020-06-23 11:45:135358version = "0.0.5"
Charles Lew485e98a2020-01-02 12:02:225359source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew25e864e2020-06-23 11:45:135360checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
Charles Lew485e98a2020-01-02 12:02:225361dependencies = [
Charles Lewc05961c2020-04-25 01:38:315362 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225363 "unicode-script",
5364]
5365
5366[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585367name = "unicode-segmentation"
Eric Huss139477d2019-11-12 18:14:485368version = "1.6.0"
Steve Klabnika0769612017-02-07 23:13:575369source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:485370checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
Steve Klabnika0769612017-02-07 23:13:575371
5372[[package]]
5373name = "unicode-width"
Mark Rousskov342d9562020-08-17 15:21:445374version = "0.1.8"
Steve Klabnika0769612017-02-07 23:13:575375source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445376checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
Alex Crichtonb47c9692019-08-16 15:29:085377dependencies = [
5378 "compiler_builtins",
5379 "rustc-std-workspace-core",
5380 "rustc-std-workspace-std",
5381]
Steve Klabnika0769612017-02-07 23:13:575382
5383[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585384name = "unicode-xid"
Mark Rousskov342d9562020-08-17 15:21:445385version = "0.2.1"
Aleksey Kladova0c186c2019-07-21 11:50:395386source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445387checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
Aleksey Kladova0c186c2019-07-21 11:50:395388
5389[[package]]
flip19954c228cc2019-02-18 09:32:585390name = "unicode_categories"
5391version = "0.1.1"
5392source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095393checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585394
5395[[package]]
est31c2d59062017-06-12 19:35:475396name = "unstable-book-gen"
5397version = "0.1.0"
5398dependencies = [
Alex Crichton093ede22019-08-15 00:45:095399 "num-traits",
5400 "tidy",
est31c2d59062017-06-12 19:35:475401]
5402
5403[[package]]
Nick Cameron71a0be02017-09-25 04:13:295404name = "unwind"
5405version = "0.0.0"
5406dependencies = [
Alex Crichton093ede22019-08-15 00:45:095407 "cc",
Aaron Hill44fdfd62020-10-11 17:51:075408 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:095409 "compiler_builtins",
5410 "core",
5411 "libc",
Nick Cameron71a0be02017-09-25 04:13:295412]
5413
5414[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585415name = "url"
Alex Crichtonb4110902018-12-08 11:06:545416version = "1.7.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585417source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095418checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585419dependencies = [
Alex Crichton093ede22019-08-15 00:45:095420 "idna 0.1.5",
5421 "matches",
5422 "percent-encoding 1.0.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585423]
5424
5425[[package]]
Eric Hussf2428a62019-08-01 00:44:395426name = "url"
Mark Rousskov342d9562020-08-17 15:21:445427version = "2.1.1"
Eric Hussf2428a62019-08-01 00:44:395428source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445429checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
Eric Hussf2428a62019-08-01 00:44:395430dependencies = [
Alex Crichton093ede22019-08-15 00:45:095431 "idna 0.2.0",
5432 "matches",
Eric Huss139477d2019-11-12 18:14:485433 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:095434 "serde",
Eric Hussf2428a62019-08-01 00:44:395435]
5436
5437[[package]]
steveklabnikecfbaca2018-04-03 14:32:045438name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445439version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045440source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445441checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045442
5443[[package]]
Eric Hussd5e03532019-05-23 20:27:495444name = "utf8parse"
5445version = "0.1.1"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095447checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495448
5449[[package]]
Alex Crichton1cede102017-06-15 02:33:065450name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445451version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065452source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445453checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065454
5455[[package]]
Steve Klabnika0769612017-02-07 23:13:575456name = "vec_map"
Mark Rousskov342d9562020-08-17 15:21:445457version = "0.8.2"
Steve Klabnika0769612017-02-07 23:13:575458source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445459checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
Steve Klabnika0769612017-02-07 23:13:575460
5461[[package]]
Ralf Jung8d908b52018-09-17 07:20:035462name = "vergen"
Ralf Jung759e4952020-06-01 18:17:205463version = "3.1.0"
Ralf Jung8d908b52018-09-17 07:20:035464source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung759e4952020-06-01 18:17:205465checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
Ralf Jung8d908b52018-09-17 07:20:035466dependencies = [
Alex Crichton093ede22019-08-15 00:45:095467 "bitflags",
5468 "chrono",
Ralf Jung8d908b52018-09-17 07:20:035469]
5470
5471[[package]]
Alex Crichtonb4110902018-12-08 11:06:545472name = "version_check"
Jubilee Young25441fb2020-08-18 00:09:365473version = "0.9.1"
Eric Huss2b985322019-11-25 16:14:075474source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young25441fb2020-08-18 00:09:365475checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
Eric Huss2b985322019-11-25 16:14:075476
5477[[package]]
Eric Hussd5e03532019-05-23 20:27:495478name = "vte"
5479version = "0.3.3"
5480source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095481checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495482dependencies = [
Alex Crichton093ede22019-08-15 00:45:095483 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495484]
5485
5486[[package]]
Josh Stone020c5ec2017-05-08 22:01:135487name = "walkdir"
Mark Rousskov342d9562020-08-17 15:21:445488version = "2.3.1"
Alex Crichton80d6ed22018-01-08 21:56:225489source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445490checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
Alex Crichton80d6ed22018-01-08 21:56:225491dependencies = [
Alex Crichton093ede22019-08-15 00:45:095492 "same-file",
Mark Rousskov342d9562020-08-17 15:21:445493 "winapi 0.3.9",
Alex Crichton093ede22019-08-15 00:45:095494 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225495]
5496
5497[[package]]
newpavlov6374b842019-08-29 17:13:155498name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255499version = "0.9.0+wasi-snapshot-preview1"
5500source = "registry+https://github.com/rust-lang/crates.io-index"
5501checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
newpavlov6374b842019-08-29 17:13:155502dependencies = [
5503 "compiler_builtins",
5504 "rustc-std-workspace-alloc",
5505 "rustc-std-workspace-core",
5506]
5507
5508[[package]]
Steve Klabnika0769612017-02-07 23:13:575509name = "winapi"
5510version = "0.2.8"
5511source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095512checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
Steve Klabnika0769612017-02-07 23:13:575513
5514[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225515name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445516version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225517source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445518checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225519dependencies = [
Alex Crichton093ede22019-08-15 00:45:095520 "winapi-i686-pc-windows-gnu",
5521 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225522]
5523
5524[[package]]
Steve Klabnika0769612017-02-07 23:13:575525name = "winapi-build"
5526version = "0.1.1"
5527source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095528checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Steve Klabnika0769612017-02-07 23:13:575529
Josh Stone020c5ec2017-05-08 22:01:135530[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225531name = "winapi-i686-pc-windows-gnu"
5532version = "0.4.0"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095534checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225535
5536[[package]]
Alex Crichton2863b752018-08-21 17:23:475537name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055538version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475539source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055540checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475541dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445542 "winapi 0.3.9",
Alex Crichton2863b752018-08-21 17:23:475543]
5544
5545[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225546name = "winapi-x86_64-pc-windows-gnu"
5547version = "0.4.0"
5548source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095549checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225550
5551[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435552name = "ws2_32-sys"
5553version = "0.2.1"
5554source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095555checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
Matthias Krüger696fb8f2019-01-21 15:32:435556dependencies = [
Alex Crichton093ede22019-08-15 00:45:095557 "winapi 0.2.8",
5558 "winapi-build",
Matthias Krüger696fb8f2019-01-21 15:32:435559]
5560
5561[[package]]
Josh Stone020c5ec2017-05-08 22:01:135562name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225563version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135564source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095565checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135566dependencies = [
Alex Crichton093ede22019-08-15 00:45:095567 "libc",
Josh Stone020c5ec2017-05-08 22:01:135568]
5569
5570[[package]]
Aaron Hill70ba4912020-08-01 14:11:155571name = "xml5ever"
5572version = "0.16.1"
5573source = "registry+https://github.com/rust-lang/crates.io-index"
5574checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
5575dependencies = [
5576 "log",
5577 "mac",
5578 "markup5ever",
5579 "time",
5580]
5581
5582[[package]]
Josh Stone020c5ec2017-05-08 22:01:135583name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445584version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135585source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445586checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135587dependencies = [
Alex Crichton093ede22019-08-15 00:45:095588 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135589]
5590
5591[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305592name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445593version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305594source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445595checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305596dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425597 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305598 "thiserror",
Mark Rousskov342d9562020-08-17 15:21:445599 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:305600]
5601
5602[[package]]
Josh Stone020c5ec2017-05-08 22:01:135603name = "yaml-rust"
5604version = "0.3.5"
5605source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095606checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
Pietro Albini9beb8f52019-11-26 11:06:305607
5608[[package]]
5609name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445610version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305611source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445612checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305613dependencies = [
5614 "linked-hash-map",
5615]