blob: f8f2a9c6d73306ef6b9404ed23ea836ad1166da1 [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 Crichtonb4110902018-12-08 11:06:544name = "adler32"
5version = "1.0.3"
6source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:097checksum = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
Alex Crichtonb4110902018-12-08 11:06:548
9[[package]]
Steve Klabnika0769612017-02-07 23:13:5710name = "aho-corasick"
Yuki Okushib4b76b82020-05-26 04:04:5911version = "0.7.10"
Eric Huss6a09cfa2019-05-16 05:27:3912source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushib4b76b82020-05-26 04:04:5913checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
Eric Huss6a09cfa2019-05-16 05:27:3914dependencies = [
Alex Crichton093ede22019-08-15 00:45:0915 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3916]
17
18[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2919name = "alloc"
20version = "0.0.0"
21dependencies = [
Alex Crichton093ede22019-08-15 00:45:0922 "compiler_builtins",
23 "core",
Alex Crichtonaabf4e92020-01-08 15:33:5724 "rand 0.7.3",
Alex Crichton093ede22019-08-15 00:45:0925 "rand_xorshift 0.2.0",
Ahmed Charles9ca382f2016-09-02 08:55:2926]
27
28[[package]]
steveklabnikecfbaca2018-04-03 14:32:0429name = "ammonia"
Carol (Nichols || Goulding)3bd16c22019-10-28 20:21:5330version = "3.0.0"
Eric Huss2dafa912019-06-19 03:36:4731source = "registry+https://github.com/rust-lang/crates.io-index"
Carol (Nichols || Goulding)3bd16c22019-10-28 20:21:5332checksum = "9e266e1f4be5ffa05309f650e2586fe1d3ae6034eb24025a7ae1dfecc330823a"
Eric Huss2dafa912019-06-19 03:36:4733dependencies = [
Alex Crichton093ede22019-08-15 00:45:0934 "html5ever",
Yuki Okushi1f0a39502020-05-26 04:00:4235 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:0936 "maplit",
37 "matches",
38 "tendril",
Carol (Nichols || Goulding)3bd16c22019-10-28 20:21:5339 "url 2.1.0",
Eric Huss2dafa912019-06-19 03:36:4740]
41
42[[package]]
topecongiroca19ffe2019-04-17 22:42:1843name = "annotate-snippets"
Philipp Hanschdd0f2ac2019-07-25 19:03:5344version = "0.6.1"
45source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0946checksum = "c7021ce4924a3f25f802b2cccd1af585e39ea1a363a1aa2e72afe54b67a3a7a7"
Igor Matuszewskid2d192e2019-07-30 11:00:2747dependencies = [
Alex Crichton093ede22019-08-15 00:45:0948 "ansi_term",
Igor Matuszewskid2d192e2019-07-30 11:00:2749]
Philipp Hanschdd0f2ac2019-07-25 19:03:5350
51[[package]]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2652name = "annotate-snippets"
53version = "0.8.0"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
56
57[[package]]
Steve Klabnika0769612017-02-07 23:13:5758name = "ansi_term"
Aleksey Kladovb15b0232018-03-16 10:37:1459version = "0.11.0"
Steve Klabnika0769612017-02-07 23:13:5760source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0961checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
Aleksey Kladovb15b0232018-03-16 10:37:1462dependencies = [
Eric Huss139477d2019-11-12 18:14:4863 "winapi 0.3.8",
Aleksey Kladovb15b0232018-03-16 10:37:1464]
Steve Klabnika0769612017-02-07 23:13:5765
66[[package]]
Eric Huss6da85d62020-01-14 17:47:0467name = "anyhow"
68version = "1.0.26"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
71
72[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:4373name = "arc-swap"
74version = "0.3.7"
75source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0976checksum = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6"
Matthias Krüger696fb8f2019-01-21 15:32:4377
78[[package]]
flip19954c228cc2019-02-18 09:32:5879name = "argon2rs"
80version = "0.2.5"
81source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0982checksum = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
flip19954c228cc2019-02-18 09:32:5883dependencies = [
Alex Crichton093ede22019-08-15 00:45:0984 "blake2-rfc",
85 "scoped_threadpool",
flip19954c228cc2019-02-18 09:32:5886]
87
88[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:4589name = "arrayvec"
90version = "0.4.7"
91source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0992checksum = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
Nick Cameron4b6f5c22018-02-26 03:15:4593dependencies = [
Alex Crichton093ede22019-08-15 00:45:0994 "nodrop",
Nick Cameron4b6f5c22018-02-26 03:15:4595]
96
97[[package]]
Alex Crichton1cede102017-06-15 02:33:0698name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:2199version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13100source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21101checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13102dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:21103 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:09104 "libc",
Eric Huss139477d2019-11-12 18:14:48105 "winapi 0.3.8",
Alex Crichton1cede102017-06-15 02:33:06106]
107
108[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05109name = "autocfg"
Alex Crichtonaabf4e92020-01-08 15:33:57110version = "0.1.7"
Félix Saparellibdcc21c2019-09-21 10:56:05111source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57112checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
Félix Saparellibdcc21c2019-09-21 10:56:05113
114[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:35115name = "autocfg"
116version = "1.0.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
119
120[[package]]
Alex Crichton1cede102017-06-15 02:33:06121name = "backtrace"
Tomasz Miąsko64a8c8a2020-03-24 00:00:00122version = "0.3.46"
Alex Crichton1cede102017-06-15 02:33:06123source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko64a8c8a2020-03-24 00:00:00124checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e"
Alex Crichton1cede102017-06-15 02:33:06125dependencies = [
Alex Crichton093ede22019-08-15 00:45:09126 "backtrace-sys",
127 "cfg-if",
128 "compiler_builtins",
129 "libc",
130 "rustc-demangle",
131 "rustc-std-workspace-core",
Josh Stone020c5ec2017-05-08 22:01:13132]
133
134[[package]]
135name = "backtrace-sys"
Tyler Mandry2bafb1b2020-04-30 19:29:40136version = "0.1.37"
Josh Stone020c5ec2017-05-08 22:01:13137source = "registry+https://github.com/rust-lang/crates.io-index"
Tyler Mandry2bafb1b2020-04-30 19:29:40138checksum = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399"
Josh Stone020c5ec2017-05-08 22:01:13139dependencies = [
Alex Crichton093ede22019-08-15 00:45:09140 "cc",
141 "compiler_builtins",
142 "libc",
143 "rustc-std-workspace-core",
Josh Stone020c5ec2017-05-08 22:01:13144]
145
146[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33147name = "base64"
148version = "0.10.1"
149source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09150checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33151dependencies = [
Alex Crichton093ede22019-08-15 00:45:09152 "byteorder",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33153]
154
155[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58156name = "bitflags"
varkorb925eb52019-10-13 23:37:55157version = "1.2.1"
Tamir Duberstein231d9e72017-09-08 19:08:01158source = "registry+https://github.com/rust-lang/crates.io-index"
varkorb925eb52019-10-13 23:37:55159checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
Tamir Duberstein231d9e72017-09-08 19:08:01160
161[[package]]
Eric Huss2b985322019-11-25 16:14:07162name = "bitmaps"
163version = "2.0.0"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "81e039a80914325b37fde728ef7693c212f0ac913d5599607d7b95a9484aae0b"
166dependencies = [
167 "typenum",
168]
169
170[[package]]
flip19954c228cc2019-02-18 09:32:58171name = "blake2-rfc"
172version = "0.2.18"
173source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09174checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
flip19954c228cc2019-02-18 09:32:58175dependencies = [
Alex Crichton093ede22019-08-15 00:45:09176 "arrayvec",
177 "constant_time_eq",
flip19954c228cc2019-02-18 09:32:58178]
179
180[[package]]
James Munnsde763692019-01-19 02:39:37181name = "block-buffer"
Arlo Siemsenf86b0782020-03-31 05:17:15182version = "0.7.3"
James Munnsde763692019-01-19 02:39:37183source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15184checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
James Munnsde763692019-01-19 02:39:37185dependencies = [
Arlo Siemsenf86b0782020-03-31 05:17:15186 "block-padding",
187 "byte-tools",
188 "byteorder",
189 "generic-array",
190]
191
192[[package]]
193name = "block-padding"
194version = "0.1.5"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
197dependencies = [
Alex Crichton093ede22019-08-15 00:45:09198 "byte-tools",
James Munnsde763692019-01-19 02:39:37199]
200
201[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29202name = "bootstrap"
203version = "0.0.0"
204dependencies = [
Alex Crichton093ede22019-08-15 00:45:09205 "build_helper",
206 "cc",
207 "cmake",
208 "filetime",
209 "getopts",
Mark Rousskovdddd8722019-12-18 15:52:10210 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:42211 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09212 "libc",
213 "num_cpus",
David Tolnay6a3aae82020-05-22 02:48:44214 "opener",
Alex Crichton093ede22019-08-15 00:45:09215 "pretty_assertions",
216 "serde",
217 "serde_json",
218 "time",
Eric Huss7d92cf42019-08-20 17:46:35219 "toml",
Andy Russell7b564c62020-01-04 21:46:47220 "winapi 0.3.8",
Ahmed Charles9ca382f2016-09-02 08:55:29221]
222
223[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39224name = "bstr"
225version = "0.1.3"
226source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09227checksum = "853b090ce0f45d0265902666bf88039ea3da825e33796716c511a1ec9c170036"
Eric Huss6a09cfa2019-05-16 05:27:39228dependencies = [
Alex Crichton093ede22019-08-15 00:45:09229 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:39230]
231
232[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04233name = "build-manifest"
234version = "0.1.0"
235dependencies = [
Alex Crichton093ede22019-08-15 00:45:09236 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07237 "serde_json",
Eric Huss7d92cf42019-08-20 17:46:35238 "toml",
Alex Crichton9e8785f2017-01-24 22:37:04239]
240
241[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29242name = "build_helper"
243version = "0.1.0"
244
245[[package]]
James Munnsde763692019-01-19 02:39:37246name = "byte-tools"
Arlo Siemsenf86b0782020-03-31 05:17:15247version = "0.3.1"
James Munnsde763692019-01-19 02:39:37248source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15249checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
James Munnsde763692019-01-19 02:39:37250
251[[package]]
Alex Crichton4f661c02018-10-08 17:39:09252name = "bytecount"
Igor Matuszewskic2249a42019-09-08 08:28:11253version = "0.6.0"
Alex Crichton4f661c02018-10-08 17:39:09254source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:11255checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
Alex Crichton4f661c02018-10-08 17:39:09256dependencies = [
Alex Crichton093ede22019-08-15 00:45:09257 "packed_simd",
Alex Crichton4f661c02018-10-08 17:39:09258]
259
260[[package]]
Oliver Schneiderea351922017-09-18 14:18:23261name = "byteorder"
Ralf Jung4b175332019-09-15 11:53:04262version = "1.3.2"
Oliver Schneiderea351922017-09-18 14:18:23263source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung4b175332019-09-15 11:53:04264checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
Oliver Schneiderea351922017-09-18 14:18:23265
266[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43267name = "bytes"
268version = "0.4.11"
269source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09270checksum = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
Matthias Krüger696fb8f2019-01-21 15:32:43271dependencies = [
Alex Crichton093ede22019-08-15 00:45:09272 "byteorder",
273 "either",
274 "iovec",
Matthias Krüger696fb8f2019-01-21 15:32:43275]
276
277[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53278name = "bytesize"
279version = "1.0.0"
280source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09281checksum = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
Alex Crichton8ccf1122018-09-20 21:37:53282
283[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58284name = "cargo"
Eric Hussfdeed852020-06-10 02:55:04285version = "0.47.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58286dependencies = [
Eric Huss6da85d62020-01-14 17:47:04287 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09288 "atty",
289 "bytesize",
Alex Crichton5c5e3fa2019-09-24 18:06:56290 "cargo-platform",
Alex Crichton093ede22019-08-15 00:45:09291 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40292 "cargo-test-support",
Alex Crichton093ede22019-08-15 00:45:09293 "clap",
Eric Huss2b985322019-11-25 16:14:07294 "core-foundation 0.7.0",
Alex Crichton093ede22019-08-15 00:45:09295 "crates-io",
Mateusz Mikułaf5e702d2020-03-26 13:10:35296 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:09297 "crypto-hash",
298 "curl",
299 "curl-sys",
Ralf Jung64cf5962019-10-30 20:03:19300 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:09301 "filetime",
302 "flate2",
Alex Crichton093ede22019-08-15 00:45:09303 "fwdansi",
304 "git2",
305 "git2-curl",
306 "glob",
Aaron Hilld440e132019-09-16 18:45:40307 "hex 0.4.0",
Igor Matuszewskic2249a42019-09-08 08:28:11308 "home",
Eric Hussd45d8b12020-01-21 17:55:43309 "humantime 2.0.0",
Alex Crichton093ede22019-08-15 00:45:09310 "ignore",
311 "im-rc",
312 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42313 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09314 "lazycell",
315 "libc",
316 "libgit2-sys",
317 "log",
318 "memchr",
319 "miow 0.3.3",
320 "num_cpus",
321 "opener",
322 "openssl",
Eric Huss139477d2019-11-12 18:14:48323 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09324 "pretty_env_logger",
325 "remove_dir_all",
326 "rustc-workspace-hack",
Ralf Jung7fa29072020-04-15 16:32:41327 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09328 "same-file",
Eric Hussa0431e22020-05-26 00:56:32329 "semver 0.10.0",
Alex Crichton093ede22019-08-15 00:45:09330 "serde",
Igor Matuszewskic2249a42019-09-08 08:28:11331 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09332 "serde_json",
333 "shell-escape",
334 "strip-ansi-escapes",
335 "tar",
336 "tempfile",
337 "termcolor",
Eric Huss7d92cf42019-08-20 17:46:35338 "toml",
Alex Crichton093ede22019-08-15 00:45:09339 "unicode-width",
Eric Hussd79c1d32020-03-11 06:16:19340 "unicode-xid 0.2.0",
flip199596c3ec12019-08-20 07:32:53341 "url 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09342 "walkdir",
Eric Huss139477d2019-11-12 18:14:48343 "winapi 0.3.8",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58344]
345
346[[package]]
Ralf Jung759e4952020-06-01 18:17:20347name = "cargo-miri"
348version = "0.1.0"
349dependencies = [
350 "cargo_metadata 0.9.1",
351 "directories",
352 "rustc-workspace-hack",
353 "rustc_version",
354 "serde",
355 "serde_json",
356 "vergen",
357]
358
359[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56360name = "cargo-platform"
Eric Husse5d39ee2019-12-10 19:54:10361version = "0.1.1"
Alex Crichton5c5e3fa2019-09-24 18:06:56362dependencies = [
363 "serde",
364]
365
366[[package]]
Eric Hussaedb74b2019-06-12 14:37:30367name = "cargo-test-macro"
368version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30369
370[[package]]
Aaron Hilld440e132019-09-16 18:45:40371name = "cargo-test-support"
372version = "0.1.0"
373dependencies = [
374 "cargo",
375 "cargo-test-macro",
376 "filetime",
377 "flate2",
378 "git2",
379 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42380 "lazy_static",
Aaron Hilld440e132019-09-16 18:45:40381 "remove_dir_all",
382 "serde_json",
383 "tar",
384 "url 2.1.0",
385]
386
387[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29388name = "cargo_metadata"
Manish Goregaokar87049472019-06-03 23:00:38389version = "0.8.0"
390source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09391checksum = "929766d993a2fde7a0ae962ee82429069cd7b68839cd9375b98efd719df65d3a"
Manish Goregaokar87049472019-06-03 23:00:38392dependencies = [
Alex Crichton093ede22019-08-15 00:45:09393 "failure",
Eric Hussa0431e22020-05-26 00:56:32394 "semver 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09395 "serde",
396 "serde_derive",
397 "serde_json",
Manish Goregaokar87049472019-06-03 23:00:38398]
399
400[[package]]
Manish Goregaokar7d0162d2019-10-24 15:06:40401name = "cargo_metadata"
Eric Huss349fcb92020-02-24 18:09:44402version = "0.9.1"
Manish Goregaokar7d0162d2019-10-24 15:06:40403source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss349fcb92020-02-24 18:09:44404checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
Manish Goregaokar7d0162d2019-10-24 15:06:40405dependencies = [
Eric Hussa0431e22020-05-26 00:56:32406 "semver 0.9.0",
Manish Goregaokar7d0162d2019-10-24 15:06:40407 "serde",
408 "serde_derive",
409 "serde_json",
410]
411
412[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26413name = "cargotest2"
414version = "0.1.0"
415
416[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35417name = "cc"
Yuki Okushi9f8628b2020-05-26 04:35:21418version = "1.0.54"
Nick Cameronc5cad5a2017-09-22 01:58:35419source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21420checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
Eric Hussa9023832019-11-09 19:59:53421dependencies = [
422 "jobserver",
Eric Hussa9023832019-11-09 19:59:53423]
Nick Cameronc5cad5a2017-09-22 01:58:35424
425[[package]]
Josh Stone020c5ec2017-05-08 22:01:13426name = "cfg-if"
Alex Crichtonaabf4e92020-01-08 15:33:57427version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:13428source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57429checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Alex Crichtond1040fe2019-05-15 14:30:15430dependencies = [
Alex Crichton093ede22019-08-15 00:45:09431 "compiler_builtins",
432 "rustc-std-workspace-core",
Alex Crichtond1040fe2019-05-15 14:30:15433]
Josh Stone020c5ec2017-05-08 22:01:13434
435[[package]]
Jack Huey6aa2e9d2020-05-27 00:19:19436name = "chalk-base"
437version = "0.10.1-dev"
438source = "git+https://github.com/rust-lang/chalk.git?rev=f4977ab4c781e4f3b7fdb9310edbdab6daf56e29#f4977ab4c781e4f3b7fdb9310edbdab6daf56e29"
439dependencies = [
440 "lazy_static 1.4.0",
441]
442
443[[package]]
Jack Hueya24df5b2020-03-03 16:25:03444name = "chalk-derive"
Jack Huey16dd5842020-05-13 20:46:26445version = "0.10.1-dev"
Jack Huey6aa2e9d2020-05-27 00:19:19446source = "git+https://github.com/rust-lang/chalk.git?rev=f4977ab4c781e4f3b7fdb9310edbdab6daf56e29#f4977ab4c781e4f3b7fdb9310edbdab6daf56e29"
Jack Hueya24df5b2020-03-03 16:25:03447dependencies = [
448 "proc-macro2 1.0.3",
449 "quote 1.0.2",
450 "syn 1.0.11",
Igor Matuszewski403a9d02020-05-05 11:26:16451 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03452]
453
454[[package]]
455name = "chalk-engine"
Jack Huey16dd5842020-05-13 20:46:26456version = "0.10.1-dev"
Jack Huey6aa2e9d2020-05-27 00:19:19457source = "git+https://github.com/rust-lang/chalk.git?rev=f4977ab4c781e4f3b7fdb9310edbdab6daf56e29#f4977ab4c781e4f3b7fdb9310edbdab6daf56e29"
Jack Hueya24df5b2020-03-03 16:25:03458dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19459 "chalk-base",
460 "chalk-derive",
461 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:03462 "rustc-hash",
463]
464
465[[package]]
466name = "chalk-ir"
Jack Huey16dd5842020-05-13 20:46:26467version = "0.10.1-dev"
Jack Huey6aa2e9d2020-05-27 00:19:19468source = "git+https://github.com/rust-lang/chalk.git?rev=f4977ab4c781e4f3b7fdb9310edbdab6daf56e29#f4977ab4c781e4f3b7fdb9310edbdab6daf56e29"
Jack Hueya24df5b2020-03-03 16:25:03469dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19470 "chalk-base",
Jack Hueya24df5b2020-03-03 16:25:03471 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03472]
473
474[[package]]
475name = "chalk-solve"
Jack Huey16dd5842020-05-13 20:46:26476version = "0.10.1-dev"
Jack Huey6aa2e9d2020-05-27 00:19:19477source = "git+https://github.com/rust-lang/chalk.git?rev=f4977ab4c781e4f3b7fdb9310edbdab6daf56e29#f4977ab4c781e4f3b7fdb9310edbdab6daf56e29"
Jack Hueya24df5b2020-03-03 16:25:03478dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19479 "chalk-base",
Jack Hueya24df5b2020-03-03 16:25:03480 "chalk-derive",
481 "chalk-engine",
482 "chalk-ir",
Jack Huey6aa2e9d2020-05-27 00:19:19483 "ena 0.14.0",
Jack Hueya24df5b2020-03-03 16:25:03484 "itertools 0.9.0",
485 "petgraph",
486 "rustc-hash",
487]
488
489[[package]]
Alex Crichton15899b02018-01-25 04:01:42490name = "chrono"
Alex Crichtonb4110902018-12-08 11:06:54491version = "0.4.6"
Alex Crichton15899b02018-01-25 04:01:42492source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09493checksum = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
Alex Crichton15899b02018-01-25 04:01:42494dependencies = [
Alex Crichton093ede22019-08-15 00:45:09495 "num-integer",
496 "num-traits",
497 "time",
Alex Crichton15899b02018-01-25 04:01:42498]
499
500[[package]]
Steve Klabnika0769612017-02-07 23:13:57501name = "clap"
Igor Matuszewskic2249a42019-09-08 08:28:11502version = "2.33.0"
Steve Klabnika0769612017-02-07 23:13:57503source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:11504checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
Steve Klabnika0769612017-02-07 23:13:57505dependencies = [
Alex Crichton093ede22019-08-15 00:45:09506 "ansi_term",
507 "atty",
508 "bitflags",
509 "strsim",
510 "textwrap",
511 "unicode-width",
512 "vec_map",
Pietro Albini9beb8f52019-11-26 11:06:30513 "yaml-rust 0.3.5",
Steve Klabnika0769612017-02-07 23:13:57514]
515
516[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29517name = "clippy"
Oliver Schneider0ad54532018-07-14 22:01:24518version = "0.0.212"
Ahmed Charles9ca382f2016-09-02 08:55:29519dependencies = [
Eric Huss349fcb92020-02-24 18:09:44520 "cargo_metadata 0.9.1",
Alex Crichton093ede22019-08-15 00:45:09521 "clippy-mini-macro-test",
522 "clippy_lints",
Ralf Jung7fa29072020-04-15 16:32:41523 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09524 "derive-new",
Yuki Okushi1f0a39502020-05-26 04:00:42525 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09526 "rustc-workspace-hack",
Oliver Scherer2a789512019-05-26 17:21:54527 "rustc_tools_util 0.2.0",
Eric Hussa0431e22020-05-26 00:56:32528 "semver 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09529 "serde",
Matthias Krügerf77104b2019-12-02 22:09:48530 "tempfile",
Ralf Jung9e940f02019-11-28 17:40:05531 "tester",
Ahmed Charles9ca382f2016-09-02 08:55:29532]
533
534[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29535name = "clippy-mini-macro-test"
Oliver Schneider70717f22018-01-30 14:12:12536version = "0.2.0"
Oliver Schneideracdf83f2017-12-06 08:25:29537
538[[package]]
539name = "clippy_lints"
Oliver Schneider0ad54532018-07-14 22:01:24540version = "0.0.212"
Oliver Schneider847bb142018-05-11 12:11:06541dependencies = [
Eric Huss349fcb92020-02-24 18:09:44542 "cargo_metadata 0.9.1",
Alex Crichton093ede22019-08-15 00:45:09543 "if_chain",
Matthias Krüger66949a72020-03-12 20:47:47544 "itertools 0.9.0",
Yuki Okushi1f0a39502020-05-26 04:00:42545 "lazy_static",
Eric Huss1776de92020-04-29 16:30:16546 "pulldown-cmark 0.7.1",
Alex Crichton093ede22019-08-15 00:45:09547 "quine-mc_cluskey",
flip1995f20fa1b2020-05-28 13:47:54548 "quote 1.0.2",
Alex Crichton093ede22019-08-15 00:45:09549 "regex-syntax",
Eric Hussa0431e22020-05-26 00:56:32550 "semver 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09551 "serde",
Charles Lewc05961c2020-04-25 01:38:31552 "smallvec 1.4.0",
flip1995f20fa1b2020-05-28 13:47:54553 "syn 1.0.11",
Eric Huss7d92cf42019-08-20 17:46:35554 "toml",
Alex Crichton093ede22019-08-15 00:45:09555 "unicode-normalization",
flip199596c3ec12019-08-20 07:32:53556 "url 2.1.0",
Oliver Schneider847bb142018-05-11 12:11:06557]
558
559[[package]]
kennytmcab21f12018-07-26 21:58:55560name = "cloudabi"
561version = "0.0.3"
562source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09563checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
kennytmcab21f12018-07-26 21:58:55564dependencies = [
Alex Crichton093ede22019-08-15 00:45:09565 "bitflags",
kennytmcab21f12018-07-26 21:58:55566]
567
568[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29569name = "cmake"
Daniel Frampton9febc2b2020-01-14 19:56:51570version = "0.1.42"
Oliver Schneideracdf83f2017-12-06 08:25:29571source = "registry+https://github.com/rust-lang/crates.io-index"
Daniel Frampton9febc2b2020-01-14 19:56:51572checksum = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
Oliver Schneideracdf83f2017-12-06 08:25:29573dependencies = [
Alex Crichton093ede22019-08-15 00:45:09574 "cc",
Oliver Schneideracdf83f2017-12-06 08:25:29575]
576
577[[package]]
Eric Huss139477d2019-11-12 18:14:48578name = "codespan"
579version = "0.5.0"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "de67bdcd653002a6dba3eb53850ce3a485547225d81cb6c2bbdbc5a0cba5d15d"
582dependencies = [
583 "unicode-segmentation",
584]
585
586[[package]]
587name = "codespan-reporting"
588version = "0.5.0"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "efd1d915d9e2b2ad696b2cd73215a84823ef3f0e3084d90304204415921b62c6"
591dependencies = [
592 "codespan",
593 "termcolor",
594 "unicode-width",
595]
596
597[[package]]
Nick Cameron127f9a62018-04-25 22:11:28598name = "colored"
Yuki Okushi1f0a39502020-05-26 04:00:42599version = "1.9.3"
Nick Cameron127f9a62018-04-25 22:11:28600source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi1f0a39502020-05-26 04:00:42601checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
Nick Cameron127f9a62018-04-25 22:11:28602dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42603 "atty",
604 "lazy_static",
605 "winapi 0.3.8",
Nick Cameron127f9a62018-04-25 22:11:28606]
607
608[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29609name = "commoncrypto"
610version = "0.2.0"
611source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09612checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29613dependencies = [
Alex Crichton093ede22019-08-15 00:45:09614 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29615]
616
617[[package]]
618name = "commoncrypto-sys"
619version = "0.2.0"
620source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09621checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29622dependencies = [
Alex Crichton093ede22019-08-15 00:45:09623 "libc",
Murarth64842582017-06-17 19:01:18624]
625
626[[package]]
Alex Crichton147e2da2016-10-07 06:30:38627name = "compiler_builtins"
Jethro Beekmanea48f2e2020-05-26 20:53:30628version = "0.1.32"
Alex Crichton4c21a3b2018-11-20 05:52:50629source = "registry+https://github.com/rust-lang/crates.io-index"
Jethro Beekmanea48f2e2020-05-26 20:53:30630checksum = "7bc4ac2c824d2bfc612cba57708198547e9a26943af0632aff033e0693074d5c"
Alex Crichton147e2da2016-10-07 06:30:38631dependencies = [
Alex Crichton093ede22019-08-15 00:45:09632 "cc",
633 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38634]
635
636[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29637name = "compiletest"
638version = "0.0.0"
639dependencies = [
Alex Crichton093ede22019-08-15 00:45:09640 "diff",
Ralf Jung64cf5962019-10-30 20:03:19641 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:09642 "getopts",
Yuki Okushi1f0a39502020-05-26 04:00:42643 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09644 "libc",
645 "log",
646 "miow 0.3.3",
647 "regex",
Ralf Jung7fa29072020-04-15 16:32:41648 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09649 "serde",
650 "serde_json",
651 "walkdir",
Eric Huss139477d2019-11-12 18:14:48652 "winapi 0.3.8",
Oliver Schneideracdf83f2017-12-06 08:25:29653]
654
655[[package]]
656name = "compiletest_rs"
Matthias Krügerfada4b22020-04-15 18:54:39657version = "0.5.0"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "9f737835bfbbe29ed1ff82d5137520338d7ed5bf1a1d4b9c1c7c58bb45b8fa29"
660dependencies = [
661 "diff",
662 "filetime",
663 "getopts",
664 "libc",
665 "log",
666 "miow 0.3.3",
667 "regex",
Ralf Jung7fa29072020-04-15 16:32:41668 "rustfix",
Matthias Krügerfada4b22020-04-15 18:54:39669 "serde",
670 "serde_derive",
671 "serde_json",
672 "tempfile",
673 "tester",
674 "winapi 0.3.8",
675]
676
677[[package]]
flip19954c228cc2019-02-18 09:32:58678name = "constant_time_eq"
679version = "0.1.3"
680source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09681checksum = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
flip19954c228cc2019-02-18 09:32:58682
683[[package]]
Eric Huss139477d2019-11-12 18:14:48684name = "cookie"
685version = "0.12.0"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
688dependencies = [
689 "time",
690 "url 1.7.2",
691]
692
693[[package]]
694name = "cookie_store"
695version = "0.7.0"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
698dependencies = [
699 "cookie",
700 "failure",
701 "idna 0.1.5",
702 "log",
703 "publicsuffix",
704 "serde",
705 "serde_json",
706 "time",
707 "try_from",
708 "url 1.7.2",
709]
710
711[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29712name = "core"
713version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16714dependencies = [
Alex Crichtonaabf4e92020-01-08 15:33:57715 "rand 0.7.3",
Alex Crichton994bfd42018-02-26 17:07:16716]
Ahmed Charles9ca382f2016-09-02 08:55:29717
718[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28719name = "core-foundation"
Alex Crichtonb4110902018-12-08 11:06:54720version = "0.6.3"
Nick Cameron7cb3f452017-08-24 05:52:28721source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09722checksum = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
Nick Cameron7cb3f452017-08-24 05:52:28723dependencies = [
Eric Huss2b985322019-11-25 16:14:07724 "core-foundation-sys 0.6.2",
725 "libc",
726]
727
728[[package]]
729name = "core-foundation"
730version = "0.7.0"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
733dependencies = [
734 "core-foundation-sys 0.7.0",
Alex Crichton093ede22019-08-15 00:45:09735 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28736]
737
738[[package]]
739name = "core-foundation-sys"
Alex Crichtonb4110902018-12-08 11:06:54740version = "0.6.2"
Nick Cameron7cb3f452017-08-24 05:52:28741source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09742checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
Nick Cameron7cb3f452017-08-24 05:52:28743
744[[package]]
Eric Huss2b985322019-11-25 16:14:07745name = "core-foundation-sys"
746version = "0.7.0"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
749
750[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58751name = "crates-io"
Eric Hussda2eb652020-04-21 21:11:30752version = "0.31.1"
Nick Cameronad8ecc22017-07-19 01:32:12753dependencies = [
Eric Huss6da85d62020-01-14 17:47:04754 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09755 "curl",
Eric Huss139477d2019-11-12 18:14:48756 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09757 "serde",
758 "serde_derive",
759 "serde_json",
flip199596c3ec12019-08-20 07:32:53760 "url 2.1.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58761]
762
763[[package]]
Alex Crichtonb4110902018-12-08 11:06:54764name = "crc32fast"
765version = "1.1.2"
766source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09767checksum = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192"
Alex Crichtonb4110902018-12-08 11:06:54768dependencies = [
Alex Crichton093ede22019-08-15 00:45:09769 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54770]
Alex Crichton38bedfa2017-09-02 03:46:51771
772[[package]]
kennytmcab21f12018-07-26 21:58:55773name = "crossbeam-channel"
Matthias Krüger451d4922020-02-10 19:47:38774version = "0.4.0"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c"
777dependencies = [
Mateusz Mikułaf5e702d2020-03-26 13:10:35778 "crossbeam-utils 0.7.2",
Matthias Krüger451d4922020-02-10 19:47:38779]
780
781[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45782name = "crossbeam-deque"
Josh Stone33c41252019-09-10 17:13:07783version = "0.7.1"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
786dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01787 "crossbeam-epoch",
Josh Stone33c41252019-09-10 17:13:07788 "crossbeam-utils 0.6.5",
789]
790
791[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45792name = "crossbeam-epoch"
Ralf Jungc7a599e2019-07-25 13:57:25793version = "0.7.2"
Matthias Krüger696fb8f2019-01-21 15:32:43794source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09795checksum = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
Matthias Krüger696fb8f2019-01-21 15:32:43796dependencies = [
Alex Crichton093ede22019-08-15 00:45:09797 "arrayvec",
798 "cfg-if",
799 "crossbeam-utils 0.6.5",
Yuki Okushi1f0a39502020-05-26 04:00:42800 "lazy_static",
Igor Matuszewski5b091302019-12-10 15:01:01801 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16802 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43803]
804
805[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33806name = "crossbeam-queue"
807version = "0.1.2"
808source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09809checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33810dependencies = [
Alex Crichton093ede22019-08-15 00:45:09811 "crossbeam-utils 0.6.5",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33812]
813
814[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45815name = "crossbeam-utils"
Eric Huss6a09cfa2019-05-16 05:27:39816version = "0.6.5"
Alex Crichton01127ca2018-11-16 11:08:23817source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09818checksum = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
Alex Crichton01127ca2018-11-16 11:08:23819dependencies = [
Alex Crichton093ede22019-08-15 00:45:09820 "cfg-if",
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 = [
Mateusz Mikułaf5e702d2020-03-26 13:10:35830 "autocfg 1.0.0",
Eric Husse0f2f9d2019-11-12 17:57:41831 "cfg-if",
Yuki Okushi1f0a39502020-05-26 04:00:42832 "lazy_static",
Eric Husse0f2f9d2019-11-12 17:57:41833]
834
835[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29836name = "crypto-hash"
Alex Crichton994bfd42018-02-26 17:07:16837version = "0.3.1"
Oliver Schneideracdf83f2017-12-06 08:25:29838source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09839checksum = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
Oliver Schneideracdf83f2017-12-06 08:25:29840dependencies = [
Alex Crichton093ede22019-08-15 00:45:09841 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:40842 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:09843 "openssl",
Eric Huss139477d2019-11-12 18:14:48844 "winapi 0.3.8",
Oliver Schneideracdf83f2017-12-06 08:25:29845]
846
847[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:35848name = "ctor"
849version = "0.1.13"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "47c5e5ac752e18207b12e16b10631ae5f7f68f8805f335f9b817ead83d9ffce1"
852dependencies = [
853 "quote 1.0.2",
854 "syn 1.0.11",
855]
856
857[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58858name = "curl"
Alex Crichtonaabf4e92020-01-08 15:33:57859version = "0.4.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58860source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57861checksum = "06aa71e9208a54def20792d877bc663d6aae0732b9852e612c4a933177c31283"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58862dependencies = [
Alex Crichton093ede22019-08-15 00:45:09863 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09864 "libc",
865 "openssl-probe",
866 "openssl-sys",
867 "schannel",
868 "socket2",
Eric Huss139477d2019-11-12 18:14:48869 "winapi 0.3.8",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58870]
871
872[[package]]
873name = "curl-sys"
Alex Crichtonaabf4e92020-01-08 15:33:57874version = "0.4.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58875source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57876checksum = "0c38ca47d60b86d0cc9d42caa90a0885669c2abc9791f871c81f58cdf39e979b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58877dependencies = [
Alex Crichton093ede22019-08-15 00:45:09878 "cc",
879 "libc",
880 "libnghttp2-sys",
881 "libz-sys",
882 "openssl-sys",
883 "pkg-config",
884 "vcpkg",
Eric Huss139477d2019-11-12 18:14:48885 "winapi 0.3.8",
Josh Stone020c5ec2017-05-08 22:01:13886]
887
888[[package]]
Eric Huss2dafa912019-06-19 03:36:47889name = "darling"
890version = "0.8.6"
891source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09892checksum = "9158d690bc62a3a57c3e45b85e4d50de2008b39345592c64efd79345c7e24be0"
Eric Huss2dafa912019-06-19 03:36:47893dependencies = [
Alex Crichton093ede22019-08-15 00:45:09894 "darling_core",
895 "darling_macro",
Eric Huss2dafa912019-06-19 03:36:47896]
897
898[[package]]
899name = "darling_core"
900version = "0.8.6"
901source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09902checksum = "d2a368589465391e127e10c9e3a08efc8df66fd49b87dc8524c764bbe7f2ef82"
Eric Huss2dafa912019-06-19 03:36:47903dependencies = [
Alex Crichton093ede22019-08-15 00:45:09904 "fnv",
905 "ident_case",
Igor Matuszewskic2249a42019-09-08 08:28:11906 "proc-macro2 0.4.30",
907 "quote 0.6.12",
908 "syn 0.15.35",
Eric Huss2dafa912019-06-19 03:36:47909]
910
911[[package]]
912name = "darling_macro"
913version = "0.8.6"
914source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09915checksum = "244e8987bd4e174385240cde20a3657f607fb0797563c28255c353b5819a07b1"
Eric Huss2dafa912019-06-19 03:36:47916dependencies = [
Alex Crichton093ede22019-08-15 00:45:09917 "darling_core",
Igor Matuszewskic2249a42019-09-08 08:28:11918 "quote 0.6.12",
919 "syn 0.15.35",
Eric Huss2dafa912019-06-19 03:36:47920]
921
922[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51923name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22924version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51925source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09926checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51927
928[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58929name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:49930version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58931source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:49932checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58933dependencies = [
Igor Matuszewski3bdaced2020-05-05 11:30:49934 "proc-macro2 1.0.3",
935 "quote 1.0.2",
936 "syn 1.0.11",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58937]
938
939[[package]]
kennytmcab21f12018-07-26 21:58:55940name = "derive_more"
Igor Matuszewski8fc4bba2020-02-12 14:47:31941version = "0.99.2"
kennytmcab21f12018-07-26 21:58:55942source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8fc4bba2020-02-12 14:47:31943checksum = "2159be042979966de68315bce7034bb000c775f22e3e834e1c52ff78f041cae8"
kennytmcab21f12018-07-26 21:58:55944dependencies = [
Igor Matuszewski8fc4bba2020-02-12 14:47:31945 "proc-macro2 1.0.3",
946 "quote 1.0.2",
947 "syn 1.0.11",
kennytmcab21f12018-07-26 21:58:55948]
949
950[[package]]
Cengiz Can837817c2017-04-27 19:41:18951name = "diff"
Oliver Schneideracdf83f2017-12-06 08:25:29952version = "0.1.11"
Cengiz Can837817c2017-04-27 19:41:18953source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09954checksum = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
Cengiz Can837817c2017-04-27 19:41:18955
956[[package]]
Mark Simulacrum42fde212018-03-10 14:03:06957name = "difference"
958version = "2.0.0"
959source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09960checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
Mark Simulacrum42fde212018-03-10 14:03:06961
962[[package]]
James Munnsde763692019-01-19 02:39:37963name = "digest"
Arlo Siemsenf86b0782020-03-31 05:17:15964version = "0.8.1"
James Munnsde763692019-01-19 02:39:37965source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15966checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
James Munnsde763692019-01-19 02:39:37967dependencies = [
Alex Crichton093ede22019-08-15 00:45:09968 "generic-array",
James Munnsde763692019-01-19 02:39:37969]
970
971[[package]]
Ralf Jung44b0fd62018-11-28 20:22:45972name = "directories"
Ralf Jung4e8626e2019-06-13 07:58:32973version = "2.0.1"
Ralf Jung44b0fd62018-11-28 20:22:45974source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09975checksum = "2ccc83e029c3cebb4c8155c644d34e3a070ccdb4ff90d369c74cd73f7cb3c984"
Ralf Jung44b0fd62018-11-28 20:22:45976dependencies = [
Alex Crichton093ede22019-08-15 00:45:09977 "cfg-if",
978 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:45979]
980
981[[package]]
flip19954c228cc2019-02-18 09:32:58982name = "dirs"
topecongiro3e9604b2019-07-15 13:51:42983version = "2.0.1"
flip19954c228cc2019-02-18 09:32:58984source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09985checksum = "1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1"
flip19954c228cc2019-02-18 09:32:58986dependencies = [
Alex Crichton093ede22019-08-15 00:45:09987 "cfg-if",
988 "dirs-sys",
flip19954c228cc2019-02-18 09:32:58989]
990
991[[package]]
Ralf Jung4e8626e2019-06-13 07:58:32992name = "dirs-sys"
993version = "0.3.3"
994source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09995checksum = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d"
Ralf Jung4e8626e2019-06-13 07:58:32996dependencies = [
Alex Crichton093ede22019-08-15 00:45:09997 "cfg-if",
998 "libc",
999 "redox_users",
Eric Huss139477d2019-11-12 18:14:481000 "winapi 0.3.8",
Ralf Jung4e8626e2019-06-13 07:58:321001]
1002
1003[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291004name = "dlmalloc"
Amanieu d'Antras1cfdc7e2020-05-19 17:25:411005version = "0.1.4"
Alex Crichton4c21a3b2018-11-20 05:52:501006source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antras1cfdc7e2020-05-19 17:25:411007checksum = "35055b1021724f4eb5262eb49130eebff23fc59fc5a14160e05faad8eeb36673"
Oliver Schneideracdf83f2017-12-06 08:25:291008dependencies = [
Alex Crichton093ede22019-08-15 00:45:091009 "compiler_builtins",
1010 "libc",
1011 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291012]
1013
1014[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331015name = "dtoa"
1016version = "0.4.4"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091018checksum = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331019
1020[[package]]
Eric Huss139477d2019-11-12 18:14:481021name = "dunce"
1022version = "1.0.0"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "d0ad6bf6a88548d1126045c413548df1453d9be094a8ab9fd59bf1fdd338da4f"
1025
1026[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291027name = "either"
Alex Crichtone9d89832018-04-02 15:43:551028version = "1.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:291029source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091030checksum = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
Oliver Schneideracdf83f2017-12-06 08:25:291031
1032[[package]]
steveklabnikecfbaca2018-04-03 14:32:041033name = "elasticlunr-rs"
Bastien Orivel5c4534a2018-12-08 14:11:471034version = "2.3.4"
steveklabnikecfbaca2018-04-03 14:32:041035source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091036checksum = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
steveklabnikecfbaca2018-04-03 14:32:041037dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:421038 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091039 "regex",
1040 "serde",
1041 "serde_derive",
1042 "serde_json",
1043 "strum",
1044 "strum_macros",
steveklabnikecfbaca2018-04-03 14:32:041045]
1046
1047[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121048name = "ena"
Nicholas Nethercote3eae7f62019-09-20 01:23:471049version = "0.13.1"
varkor443a2d42019-03-19 21:30:071050source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote3eae7f62019-09-20 01:23:471051checksum = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36"
varkor443a2d42019-03-19 21:30:071052dependencies = [
Alex Crichton093ede22019-08-15 00:45:091053 "log",
varkor443a2d42019-03-19 21:30:071054]
1055
1056[[package]]
Markus Westerlindcaacdd22020-02-25 08:47:071057name = "ena"
1058version = "0.14.0"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
Eduard-Mihai Burtescu76831802018-07-25 12:44:061061dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541062 "log",
Eduard-Mihai Burtescu76831802018-07-25 12:44:061063]
1064
1065[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331066name = "encoding_rs"
1067version = "0.8.17"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091069checksum = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331070dependencies = [
Alex Crichton093ede22019-08-15 00:45:091071 "cfg-if",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331072]
1073
1074[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581075name = "env_logger"
Mateusz Mikuła8ddbe762019-08-29 11:22:211076version = "0.6.2"
Alex Crichton15899b02018-01-25 04:01:421077source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła8ddbe762019-08-29 11:22:211078checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
Alex Crichton01127ca2018-11-16 11:08:231079dependencies = [
Alex Crichton093ede22019-08-15 00:45:091080 "atty",
Eric Hussd45d8b12020-01-21 17:55:431081 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091082 "log",
1083 "regex",
1084 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231085]
1086
1087[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561088name = "env_logger"
Ralf Jung64cf5962019-10-30 20:03:191089version = "0.7.1"
Alex Crichton5c5e3fa2019-09-24 18:06:561090source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung64cf5962019-10-30 20:03:191091checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton5c5e3fa2019-09-24 18:06:561092dependencies = [
1093 "atty",
Eric Hussd45d8b12020-01-21 17:55:431094 "humantime 1.3.0",
Alex Crichton5c5e3fa2019-09-24 18:06:561095 "log",
1096 "regex",
1097 "termcolor",
1098]
1099
1100[[package]]
Josh Stone020c5ec2017-05-08 22:01:131101name = "error-chain"
Ralf Jungf684f802018-07-13 08:34:501102version = "0.12.0"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091104checksum = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
Ralf Jungf684f802018-07-13 08:34:501105dependencies = [
Alex Crichton093ede22019-08-15 00:45:091106 "backtrace",
Ralf Jungf684f802018-07-13 08:34:501107]
1108
1109[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291110name = "error_index_generator"
1111version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581112dependencies = [
Alex Crichton093ede22019-08-15 00:45:091113 "rustdoc",
Mark Rousskov99ce39b2019-08-19 22:04:251114 "walkdir",
Mark Simulacrume2e9b402017-07-23 02:01:581115]
Ahmed Charles9ca382f2016-09-02 08:55:291116
1117[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301118name = "expand-yaml-anchors"
1119version = "0.1.0"
1120dependencies = [
1121 "yaml-merge-keys",
1122 "yaml-rust 0.4.3",
1123]
1124
1125[[package]]
Alex Crichton325d7392017-12-10 17:42:491126name = "failure"
Eric Huss55917ba2019-02-03 22:42:291127version = "0.1.5"
Alex Crichton325d7392017-12-10 17:42:491128source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091129checksum = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
Alex Crichton325d7392017-12-10 17:42:491130dependencies = [
Alex Crichton093ede22019-08-15 00:45:091131 "backtrace",
1132 "failure_derive",
Alex Crichton325d7392017-12-10 17:42:491133]
1134
1135[[package]]
1136name = "failure_derive"
Igor Matuszewski403a9d02020-05-05 11:26:161137version = "0.1.8"
Alex Crichton325d7392017-12-10 17:42:491138source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski403a9d02020-05-05 11:26:161139checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
Alex Crichton325d7392017-12-10 17:42:491140dependencies = [
Igor Matuszewski403a9d02020-05-05 11:26:161141 "proc-macro2 1.0.3",
1142 "quote 1.0.2",
1143 "syn 1.0.11",
1144 "synstructure",
Alex Crichton325d7392017-12-10 17:42:491145]
1146
1147[[package]]
James Munnsde763692019-01-19 02:39:371148name = "fake-simd"
1149version = "0.1.2"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091151checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
James Munnsde763692019-01-19 02:39:371152
1153[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291154name = "filetime"
Eric Hussb04924a2020-04-14 16:50:521155version = "0.2.9"
Alex Crichton924f8c72018-04-18 15:43:591156source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb04924a2020-04-14 16:50:521157checksum = "f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e"
Alex Crichton924f8c72018-04-18 15:43:591158dependencies = [
Alex Crichton093ede22019-08-15 00:45:091159 "cfg-if",
1160 "libc",
1161 "redox_syscall",
Matthias Krüger451d4922020-02-10 19:47:381162 "winapi 0.3.8",
Alex Crichton924f8c72018-04-18 15:43:591163]
1164
1165[[package]]
Jack Hueya24df5b2020-03-03 16:25:031166name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191167version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031168source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191169checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031170
1171[[package]]
Josh Stone020c5ec2017-05-08 22:01:131172name = "flate2"
Eric Huss139477d2019-11-12 18:14:481173version = "1.0.12"
Felix Schütt7c13fa32017-12-31 14:34:291174source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:481175checksum = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3"
Felix Schütt7c13fa32017-12-31 14:34:291176dependencies = [
Eric Huss139477d2019-11-12 18:14:481177 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091178 "crc32fast",
1179 "libc",
1180 "libz-sys",
Eric Huss139477d2019-11-12 18:14:481181 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291182]
1183
1184[[package]]
Simon Sapinb77ff242017-07-18 21:26:551185name = "fnv"
Oliver Schneideracdf83f2017-12-06 08:25:291186version = "1.0.6"
Simon Sapinb77ff242017-07-18 21:26:551187source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091188checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
Simon Sapinb77ff242017-07-18 21:26:551189
1190[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581191name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291192version = "0.3.2"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091194checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291195dependencies = [
Alex Crichton093ede22019-08-15 00:45:091196 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291197]
1198
1199[[package]]
1200name = "foreign-types-shared"
1201version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581202source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091203checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581204
1205[[package]]
Jethro Beekman4a350562018-08-28 04:33:261206name = "fortanix-sgx-abi"
Jethro Beekmandcb5db82018-12-19 11:56:171207version = "0.3.2"
Alex Crichton4c21a3b2018-11-20 05:52:501208source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091209checksum = "3f8cbee5e872cf7db61a999a041f9bc4706ca7bf7df4cb914f53fabb1c1bc550"
Jethro Beekman4a350562018-08-28 04:33:261210dependencies = [
Alex Crichton093ede22019-08-15 00:45:091211 "compiler_builtins",
1212 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261213]
1214
1215[[package]]
Alex Crichton016eaf82018-10-21 02:15:061216name = "fs_extra"
1217version = "1.1.0"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091219checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061220
1221[[package]]
Nick Cameron77177052018-07-06 00:34:001222name = "fst"
1223version = "0.3.0"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091225checksum = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
Nick Cameron77177052018-07-06 00:34:001226dependencies = [
Alex Crichton093ede22019-08-15 00:45:091227 "byteorder",
Nick Cameron77177052018-07-06 00:34:001228]
1229
1230[[package]]
Laurențiu Nicolab888eb92019-06-10 18:22:311231name = "fuchsia-cprng"
1232version = "0.1.1"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091234checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
Laurențiu Nicolab888eb92019-06-10 18:22:311235
1236[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291237name = "fuchsia-zircon"
Alex Crichton80d6ed22018-01-08 21:56:221238version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:291239source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091240checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
Oliver Schneideracdf83f2017-12-06 08:25:291241dependencies = [
Alex Crichton093ede22019-08-15 00:45:091242 "bitflags",
1243 "fuchsia-zircon-sys",
Oliver Schneideracdf83f2017-12-06 08:25:291244]
1245
1246[[package]]
1247name = "fuchsia-zircon-sys"
Alex Crichton80d6ed22018-01-08 21:56:221248version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:291249source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091250checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Oliver Schneideracdf83f2017-12-06 08:25:291251
1252[[package]]
steveklabnikecfbaca2018-04-03 14:32:041253name = "futf"
Alex Crichtond8251152018-07-02 16:33:161254version = "0.1.4"
steveklabnikecfbaca2018-04-03 14:32:041255source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091256checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
steveklabnikecfbaca2018-04-03 14:32:041257dependencies = [
Alex Crichton093ede22019-08-15 00:45:091258 "mac",
1259 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041260]
1261
1262[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121263name = "futures"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331264version = "0.1.28"
Ahmed Charles9ca382f2016-09-02 08:55:291265source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091266checksum = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869"
Ahmed Charles9ca382f2016-09-02 08:55:291267
1268[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331269name = "futures-cpupool"
1270version = "0.1.8"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091272checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331273dependencies = [
Alex Crichton093ede22019-08-15 00:45:091274 "futures",
1275 "num_cpus",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331276]
1277
1278[[package]]
Eric Huss97308712018-08-14 21:27:261279name = "fwdansi"
1280version = "1.0.1"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091282checksum = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
Eric Huss97308712018-08-14 21:27:261283dependencies = [
Alex Crichton093ede22019-08-15 00:45:091284 "memchr",
1285 "termcolor",
Eric Huss97308712018-08-14 21:27:261286]
1287
1288[[package]]
James Munnsde763692019-01-19 02:39:371289name = "generic-array"
Arlo Siemsenf86b0782020-03-31 05:17:151290version = "0.12.3"
James Munnsde763692019-01-19 02:39:371291source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:151292checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
James Munnsde763692019-01-19 02:39:371293dependencies = [
Alex Crichton093ede22019-08-15 00:45:091294 "typenum",
James Munnsde763692019-01-19 02:39:371295]
1296
1297[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291298name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081299version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291300source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081301checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361302dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081303 "rustc-std-workspace-core",
1304 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091305 "unicode-width",
varkore72f7e12019-04-30 19:37:361306]
Ahmed Charles9ca382f2016-09-02 08:55:291307
1308[[package]]
gnzlbg52caca02019-08-01 15:02:261309name = "getrandom"
Alex Crichtonaabf4e92020-01-08 15:33:571310version = "0.1.14"
gnzlbg52caca02019-08-01 15:02:261311source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571312checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
gnzlbg52caca02019-08-01 15:02:261313dependencies = [
Alex Crichton093ede22019-08-15 00:45:091314 "cfg-if",
1315 "libc",
Alex Crichtonaabf4e92020-01-08 15:33:571316 "wasi",
gnzlbg52caca02019-08-01 15:02:261317]
1318
1319[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581320name = "git2"
Eric Hussf23db012020-04-28 15:34:581321version = "0.13.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581322source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf23db012020-04-28 15:34:581323checksum = "e1e02a51cd90229028c9bd8be0a0364f85b6b3199cccaa0ef39005ddbd5ac165"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581324dependencies = [
Alex Crichton093ede22019-08-15 00:45:091325 "bitflags",
1326 "libc",
1327 "libgit2-sys",
1328 "log",
1329 "openssl-probe",
1330 "openssl-sys",
flip199596c3ec12019-08-20 07:32:531331 "url 2.1.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581332]
1333
1334[[package]]
1335name = "git2-curl"
Eric Hussd79c1d32020-03-11 06:16:191336version = "0.14.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581337source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussd79c1d32020-03-11 06:16:191338checksum = "502d532a2d06184beb3bc869d4d90236e60934e3382c921b203fa3c33e212bd7"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581339dependencies = [
Alex Crichton093ede22019-08-15 00:45:091340 "curl",
1341 "git2",
1342 "log",
flip199596c3ec12019-08-20 07:32:531343 "url 2.1.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581344]
1345
1346[[package]]
1347name = "glob"
Eric Huss45432452019-03-12 20:34:471348version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581349source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091350checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581351
1352[[package]]
Simon Sapinb77ff242017-07-18 21:26:551353name = "globset"
Eric Huss6a09cfa2019-05-16 05:27:391354version = "0.4.3"
Simon Sapinb77ff242017-07-18 21:26:551355source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091356checksum = "ef4feaabe24a0a658fd9cf4a9acf6ed284f045c77df0f49020ba3245cfb7b454"
Simon Sapinb77ff242017-07-18 21:26:551357dependencies = [
Alex Crichton093ede22019-08-15 00:45:091358 "aho-corasick",
1359 "bstr",
1360 "fnv",
1361 "log",
1362 "regex",
Simon Sapinb77ff242017-07-18 21:26:551363]
1364
1365[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331366name = "h2"
1367version = "0.1.25"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091369checksum = "a539b63339fbbb00e081e84b6e11bd1d9634a82d91da2984a18ac74a8823f392"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331370dependencies = [
Alex Crichton093ede22019-08-15 00:45:091371 "byteorder",
1372 "bytes",
1373 "fnv",
1374 "futures",
1375 "http",
1376 "indexmap",
1377 "log",
1378 "slab",
1379 "string",
1380 "tokio-io",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331381]
1382
1383[[package]]
Steve Klabnika0769612017-02-07 23:13:571384name = "handlebars"
Igor Matuszewskie26f35d2020-05-05 12:05:061385version = "3.0.1"
Steve Klabnika0769612017-02-07 23:13:571386source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:061387checksum = "ba758d094d31274eb49d15da6f326b96bf3185239a6359bf684f3d5321148900"
Steve Klabnika0769612017-02-07 23:13:571388dependencies = [
Alex Crichton093ede22019-08-15 00:45:091389 "log",
1390 "pest",
1391 "pest_derive",
1392 "quick-error",
Alex Crichton093ede22019-08-15 00:45:091393 "serde",
1394 "serde_json",
James Munnsde763692019-01-19 02:39:371395]
1396
1397[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051398name = "hashbrown"
Alex Crichton060b6cb2019-10-24 15:07:031399version = "0.6.2"
Félix Saparellibdcc21c2019-09-21 10:56:051400source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton060b6cb2019-10-24 15:07:031401checksum = "3cd9867f119b19fecb08cd5c326ad4488d7a1da4bf75b4d95d71db742525aaab"
Félix Saparellibdcc21c2019-09-21 10:56:051402dependencies = [
Mateusz Mikułaf5e702d2020-03-26 13:10:351403 "autocfg 0.1.7",
Alex Crichton093ede22019-08-15 00:45:091404 "compiler_builtins",
1405 "rustc-std-workspace-alloc",
1406 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071407]
1408
1409[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471410name = "heck"
1411version = "0.3.0"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091413checksum = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
Bastien Orivel5c4534a2018-12-08 14:11:471414dependencies = [
Alex Crichton093ede22019-08-15 00:45:091415 "unicode-segmentation",
Bastien Orivel5c4534a2018-12-08 14:11:471416]
1417
1418[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101419name = "hermit-abi"
Stefan Lankesfd86a842020-06-13 22:39:141420version = "0.1.14"
Stefan Lankes5ebd4d92019-10-20 07:55:101421source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesfd86a842020-06-13 22:39:141422checksum = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
Stefan Lankes5ebd4d92019-10-20 07:55:101423dependencies = [
1424 "compiler_builtins",
1425 "libc",
1426 "rustc-std-workspace-core",
1427]
1428
1429[[package]]
Alex Crichton1cede102017-06-15 02:33:061430name = "hex"
Alex Crichtond8251152018-07-02 16:33:161431version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221432source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091433checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221434
1435[[package]]
Aaron Hilld440e132019-09-16 18:45:401436name = "hex"
1437version = "0.4.0"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e"
1440
1441[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121442name = "home"
Lzu Tao81d813d2019-10-12 08:29:271443version = "0.5.1"
flip199596c3ec12019-08-20 07:32:531444source = "registry+https://github.com/rust-lang/crates.io-index"
Lzu Tao81d813d2019-10-12 08:29:271445checksum = "a3753954f7bd71f0e671afb8b5a992d1724cf43b7f95a563cd4a0bde94659ca8"
flip199596c3ec12019-08-20 07:32:531446dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:161447 "scopeguard",
Eric Huss139477d2019-11-12 18:14:481448 "winapi 0.3.8",
flip199596c3ec12019-08-20 07:32:531449]
1450
1451[[package]]
steveklabnikecfbaca2018-04-03 14:32:041452name = "html5ever"
Carol (Nichols || Goulding)3bd16c22019-10-28 20:21:531453version = "0.24.1"
Eric Huss2dafa912019-06-19 03:36:471454source = "registry+https://github.com/rust-lang/crates.io-index"
Carol (Nichols || Goulding)3bd16c22019-10-28 20:21:531455checksum = "025483b0a1e4577bb28578318c886ee5f817dda6eb62473269349044406644cb"
Eric Huss2dafa912019-06-19 03:36:471456dependencies = [
Alex Crichton093ede22019-08-15 00:45:091457 "log",
1458 "mac",
1459 "markup5ever",
Carol (Nichols || Goulding)3bd16c22019-10-28 20:21:531460 "proc-macro2 1.0.3",
1461 "quote 1.0.2",
Igor Matuszewski5b091302019-12-10 15:01:011462 "syn 1.0.11",
Eric Huss2dafa912019-06-19 03:36:471463]
1464
1465[[package]]
Eric Hussd2228ca2019-03-29 03:13:131466name = "http"
Eric Huss139477d2019-11-12 18:14:481467version = "0.1.19"
Eric Hussd2228ca2019-03-29 03:13:131468source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:481469checksum = "d7e06e336150b178206af098a055e3621e8336027e2b4d126bda0bc64824baaf"
Eric Hussd2228ca2019-03-29 03:13:131470dependencies = [
Alex Crichton093ede22019-08-15 00:45:091471 "bytes",
1472 "fnv",
1473 "itoa",
Eric Hussd2228ca2019-03-29 03:13:131474]
1475
1476[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331477name = "http-body"
1478version = "0.1.0"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091480checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331481dependencies = [
Alex Crichton093ede22019-08-15 00:45:091482 "bytes",
1483 "futures",
1484 "http",
1485 "tokio-buf",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331486]
1487
1488[[package]]
1489name = "httparse"
1490version = "1.3.4"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091492checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331493
1494[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481495name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561496version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481497source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561498checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481499dependencies = [
Alex Crichton093ede22019-08-15 00:45:091500 "quick-error",
Alex Crichton87f3dda2018-03-01 19:08:481501]
1502
1503[[package]]
Eric Hussd45d8b12020-01-21 17:55:431504name = "humantime"
1505version = "2.0.0"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da"
1508
1509[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331510name = "hyper"
1511version = "0.12.31"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091513checksum = "6481fff8269772d4463253ca83c788104a7305cb3fb9136bc651a6211e46e03f"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331514dependencies = [
Alex Crichton093ede22019-08-15 00:45:091515 "bytes",
1516 "futures",
1517 "futures-cpupool",
1518 "h2",
1519 "http",
1520 "http-body",
1521 "httparse",
1522 "iovec",
1523 "itoa",
1524 "log",
1525 "net2",
1526 "rustc_version",
1527 "time",
1528 "tokio",
1529 "tokio-buf",
1530 "tokio-executor",
1531 "tokio-io",
1532 "tokio-reactor",
1533 "tokio-tcp",
1534 "tokio-threadpool",
1535 "tokio-timer",
1536 "want",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331537]
1538
1539[[package]]
1540name = "hyper-tls"
1541version = "0.3.2"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091543checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331544dependencies = [
Alex Crichton093ede22019-08-15 00:45:091545 "bytes",
1546 "futures",
1547 "hyper",
1548 "native-tls",
1549 "tokio-io",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:331550]
1551
1552[[package]]
Eric Huss2dafa912019-06-19 03:36:471553name = "ident_case"
1554version = "1.0.1"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091556checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
Eric Huss2dafa912019-06-19 03:36:471557
1558[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581559name = "idna"
Alex Crichton52d7ee832018-07-17 16:04:221560version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581561source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091562checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581563dependencies = [
Alex Crichton093ede22019-08-15 00:45:091564 "matches",
1565 "unicode-bidi",
1566 "unicode-normalization",
Alex Crichtonf6304e12017-02-15 22:55:261567]
1568
1569[[package]]
Eric Hussf2428a62019-08-01 00:44:391570name = "idna"
1571version = "0.2.0"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091573checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391574dependencies = [
Alex Crichton093ede22019-08-15 00:45:091575 "matches",
1576 "unicode-bidi",
1577 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391578]
1579
1580[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291581name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541582version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291583source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091584checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291585
1586[[package]]
Simon Sapinb77ff242017-07-18 21:26:551587name = "ignore"
Igor Matuszewski8fc4bba2020-02-12 14:47:311588version = "0.4.11"
Simon Sapinb77ff242017-07-18 21:26:551589source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8fc4bba2020-02-12 14:47:311590checksum = "522daefc3b69036f80c7d2990b28ff9e0471c683bad05ca258e0a01dd22c5a1e"
Simon Sapinb77ff242017-07-18 21:26:551591dependencies = [
Igor Matuszewski8fc4bba2020-02-12 14:47:311592 "crossbeam-channel",
Alex Crichton093ede22019-08-15 00:45:091593 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421594 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091595 "log",
1596 "memchr",
1597 "regex",
1598 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591599 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091600 "walkdir",
1601 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551602]
1603
1604[[package]]
Eric Huss8c20add2018-12-03 01:33:201605name = "im-rc"
Eric Hussc8443bb2020-05-18 22:41:571606version = "15.0.0"
Eric Huss8c20add2018-12-03 01:33:201607source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:571608checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
Eric Huss8c20add2018-12-03 01:33:201609dependencies = [
Eric Huss2b985322019-11-25 16:14:071610 "bitmaps",
1611 "rand_core 0.5.1",
1612 "rand_xoshiro",
Alex Crichton093ede22019-08-15 00:45:091613 "sized-chunks",
1614 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401615 "version_check",
Eric Huss8c20add2018-12-03 01:33:201616]
1617
1618[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571619name = "indexmap"
1620version = "1.0.2"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091622checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571623
1624[[package]]
Josh Stone020c5ec2017-05-08 22:01:131625name = "installer"
1626version = "0.0.0"
1627dependencies = [
Alex Crichton093ede22019-08-15 00:45:091628 "clap",
1629 "failure",
1630 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421631 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091632 "num_cpus",
1633 "rayon",
1634 "remove_dir_all",
1635 "tar",
1636 "walkdir",
Eric Huss139477d2019-11-12 18:14:481637 "winapi 0.3.8",
Alex Crichton093ede22019-08-15 00:45:091638 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131639]
1640
1641[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431642name = "iovec"
Daniel Frampton535fc9c2020-01-14 19:52:461643version = "0.1.4"
Matthias Krüger696fb8f2019-01-21 15:32:431644source = "registry+https://github.com/rust-lang/crates.io-index"
Daniel Frampton535fc9c2020-01-14 19:52:461645checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
Matthias Krüger696fb8f2019-01-21 15:32:431646dependencies = [
Alex Crichton093ede22019-08-15 00:45:091647 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:431648]
1649
1650[[package]]
steveklabnik54371882018-01-25 17:32:251651name = "is-match"
1652version = "0.1.0"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091654checksum = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
steveklabnik54371882018-01-25 17:32:251655
1656[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291657name = "itertools"
Matthias Krüger696fb8f2019-01-21 15:32:431658version = "0.8.0"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091660checksum = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
Matthias Krüger696fb8f2019-01-21 15:32:431661dependencies = [
Alex Crichton093ede22019-08-15 00:45:091662 "either",
Matthias Krüger696fb8f2019-01-21 15:32:431663]
1664
1665[[package]]
Matthias Krüger66949a72020-03-12 20:47:471666name = "itertools"
1667version = "0.9.0"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1670dependencies = [
1671 "either",
1672]
1673
1674[[package]]
Steve Klabnik2795de32017-02-20 00:20:571675name = "itoa"
Eric Hussaedb74b2019-06-12 14:37:301676version = "0.4.4"
Steve Klabnik2795de32017-02-20 00:20:571677source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091678checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
Steve Klabnik2795de32017-02-20 00:20:571679
1680[[package]]
Alex Crichton016eaf82018-10-21 02:15:061681name = "jemalloc-sys"
gnzlbgb73886d2019-03-26 10:29:211682version = "0.3.0"
Alex Crichton016eaf82018-10-21 02:15:061683source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091684checksum = "7bef0d4ce37578dfd80b466e3d8324bd9de788e249f1accebb0c472ea4b52bdc"
Alex Crichton016eaf82018-10-21 02:15:061685dependencies = [
Alex Crichton093ede22019-08-15 00:45:091686 "cc",
1687 "fs_extra",
1688 "libc",
Alex Crichton016eaf82018-10-21 02:15:061689]
1690
1691[[package]]
Alex Crichton453080f2017-06-05 16:36:481692name = "jobserver"
Alex Crichtonad0e4a12020-01-30 07:47:011693version = "0.1.21"
Alex Crichton453080f2017-06-05 16:36:481694source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonad0e4a12020-01-30 07:47:011695checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
Alex Crichton453080f2017-06-05 16:36:481696dependencies = [
Alex Crichton093ede22019-08-15 00:45:091697 "libc",
Alex Crichton453080f2017-06-05 16:36:481698]
1699
1700[[package]]
Igor Matuszewski3a17cf72018-08-25 16:17:551701name = "json"
1702version = "0.11.13"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091704checksum = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
Igor Matuszewski3a17cf72018-08-25 16:17:551705
1706[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111707name = "jsonrpc-client-transports"
Igor Matuszewski8fc4bba2020-02-12 14:47:311708version = "14.0.5"
Nick Cameronad8ecc22017-07-19 01:32:121709source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8fc4bba2020-02-12 14:47:311710checksum = "0a9ae166c4d1f702d297cd76d4b55758ace80272ffc6dbb139fdc1bf810de40b"
Igor Matuszewskic2249a42019-09-08 08:28:111711dependencies = [
1712 "failure",
1713 "futures",
1714 "jsonrpc-core",
1715 "jsonrpc-pubsub",
1716 "jsonrpc-server-utils",
1717 "log",
1718 "parity-tokio-ipc",
1719 "serde",
1720 "serde_json",
1721 "tokio",
1722 "url 1.7.2",
1723]
1724
1725[[package]]
1726name = "jsonrpc-core"
Igor Matuszewski8fc4bba2020-02-12 14:47:311727version = "14.0.5"
Igor Matuszewskic2249a42019-09-08 08:28:111728source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8fc4bba2020-02-12 14:47:311729checksum = "fe3b688648f1ef5d5072229e2d672ecb92cbff7d1c79bcf3fd5898f3f3df0970"
Nick Cameronad8ecc22017-07-19 01:32:121730dependencies = [
Alex Crichton093ede22019-08-15 00:45:091731 "futures",
1732 "log",
1733 "serde",
1734 "serde_derive",
1735 "serde_json",
Nick Cameronad8ecc22017-07-19 01:32:121736]
1737
1738[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111739name = "jsonrpc-core-client"
Igor Matuszewski8fc4bba2020-02-12 14:47:311740version = "14.0.5"
Igor Matuszewskic2249a42019-09-08 08:28:111741source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8fc4bba2020-02-12 14:47:311742checksum = "080dc110be17701097df238fad3c816d4a478a1899dfbcf8ec8957dd40ec7304"
Igor Matuszewskic2249a42019-09-08 08:28:111743dependencies = [
1744 "jsonrpc-client-transports",
1745]
1746
1747[[package]]
1748name = "jsonrpc-derive"
Igor Matuszewski8fc4bba2020-02-12 14:47:311749version = "14.0.5"
Igor Matuszewskic2249a42019-09-08 08:28:111750source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8fc4bba2020-02-12 14:47:311751checksum = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058"
Igor Matuszewskic2249a42019-09-08 08:28:111752dependencies = [
1753 "proc-macro-crate",
Igor Matuszewski8fc4bba2020-02-12 14:47:311754 "proc-macro2 1.0.3",
1755 "quote 1.0.2",
1756 "syn 1.0.11",
Igor Matuszewskic2249a42019-09-08 08:28:111757]
1758
1759[[package]]
1760name = "jsonrpc-ipc-server"
Igor Matuszewski8fc4bba2020-02-12 14:47:311761version = "14.0.3"
Igor Matuszewskic2249a42019-09-08 08:28:111762source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8fc4bba2020-02-12 14:47:311763checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a"
Igor Matuszewskic2249a42019-09-08 08:28:111764dependencies = [
1765 "jsonrpc-core",
1766 "jsonrpc-server-utils",
1767 "log",
1768 "parity-tokio-ipc",
Igor Matuszewski8fc4bba2020-02-12 14:47:311769 "parking_lot 0.9.0",
Igor Matuszewskic2249a42019-09-08 08:28:111770 "tokio-service",
1771]
1772
1773[[package]]
1774name = "jsonrpc-pubsub"
Igor Matuszewski8fc4bba2020-02-12 14:47:311775version = "14.0.6"
Igor Matuszewskic2249a42019-09-08 08:28:111776source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8fc4bba2020-02-12 14:47:311777checksum = "5b31c9b90731276fdd24d896f31bb10aecf2e5151733364ae81123186643d939"
Igor Matuszewskic2249a42019-09-08 08:28:111778dependencies = [
1779 "jsonrpc-core",
1780 "log",
Amanieu d'Antrasc4ca6382020-04-10 16:31:311781 "parking_lot 0.10.2",
Igor Matuszewskic2249a42019-09-08 08:28:111782 "serde",
1783]
1784
1785[[package]]
1786name = "jsonrpc-server-utils"
Igor Matuszewski8fc4bba2020-02-12 14:47:311787version = "14.0.5"
Igor Matuszewskic2249a42019-09-08 08:28:111788source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8fc4bba2020-02-12 14:47:311789checksum = "95b7635e618a0edbbe0d2a2bbbc69874277c49383fcf6c3c0414491cfb517d22"
Igor Matuszewskic2249a42019-09-08 08:28:111790dependencies = [
1791 "bytes",
1792 "globset",
1793 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:421794 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:111795 "log",
Igor Matuszewskic2249a42019-09-08 08:28:111796 "tokio",
1797 "tokio-codec",
Eric Huss139477d2019-11-12 18:14:481798 "unicase",
Igor Matuszewskic2249a42019-09-08 08:28:111799]
1800
1801[[package]]
Steve Klabnika0769612017-02-07 23:13:571802name = "kernel32-sys"
1803version = "0.2.2"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091805checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Steve Klabnika0769612017-02-07 23:13:571806dependencies = [
Alex Crichton093ede22019-08-15 00:45:091807 "winapi 0.2.8",
1808 "winapi-build",
Steve Klabnika0769612017-02-07 23:13:571809]
1810
1811[[package]]
1812name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:571813version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:491814source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571815checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:491816
1817[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291818name = "lazycell"
Alex Crichtonb4110902018-12-08 11:06:541819version = "1.2.1"
Alex Crichton994bfd42018-02-26 17:07:161820source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091821checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
Alex Crichton994bfd42018-02-26 17:07:161822
1823[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291824name = "libc"
Paul Sajna8439e582020-06-03 23:21:161825version = "0.2.71"
Ahmed Charles9ca382f2016-09-02 08:55:291826source = "registry+https://github.com/rust-lang/crates.io-index"
Paul Sajna8439e582020-06-03 23:21:161827checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
Alex Crichton4c21a3b2018-11-20 05:52:501828dependencies = [
Alex Crichton093ede22019-08-15 00:45:091829 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:501830]
Ahmed Charles9ca382f2016-09-02 08:55:291831
1832[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581833name = "libgit2-sys"
Eric Hussfdeed852020-06-10 02:55:041834version = "0.12.7+1.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581835source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussfdeed852020-06-10 02:55:041836checksum = "bcd07968649bcb7b9351ecfde53ca4d27673cccfdf57c84255ec18710f3153e0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581837dependencies = [
Alex Crichton093ede22019-08-15 00:45:091838 "cc",
1839 "libc",
1840 "libssh2-sys",
1841 "libz-sys",
1842 "openssl-sys",
1843 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581844]
1845
1846[[package]]
Alex Crichton8ccf1122018-09-20 21:37:531847name = "libnghttp2-sys"
Alex Crichtonaabf4e92020-01-08 15:33:571848version = "0.1.2"
Alex Crichton8ccf1122018-09-20 21:37:531849source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571850checksum = "02254d44f4435dd79e695f2c2b83cd06a47919adea30216ceaf0c57ca0a72463"
Alex Crichton8ccf1122018-09-20 21:37:531851dependencies = [
Alex Crichton093ede22019-08-15 00:45:091852 "cc",
1853 "libc",
Alex Crichton8ccf1122018-09-20 21:37:531854]
1855
1856[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581857name = "libssh2-sys"
Daniel Frampton9f1452f2020-01-14 19:26:031858version = "0.2.14"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581859source = "registry+https://github.com/rust-lang/crates.io-index"
Daniel Frampton9f1452f2020-01-14 19:26:031860checksum = "36aa6e813339d3a063292b77091dfbbb6152ff9006a459895fa5bebed7d34f10"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581861dependencies = [
Alex Crichton093ede22019-08-15 00:45:091862 "cc",
1863 "libc",
1864 "libz-sys",
1865 "openssl-sys",
1866 "pkg-config",
1867 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581868]
1869
1870[[package]]
1871name = "libz-sys"
Alex Crichtonb4110902018-12-08 11:06:541872version = "1.0.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581873source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091874checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581875dependencies = [
Alex Crichton093ede22019-08-15 00:45:091876 "cc",
1877 "libc",
1878 "pkg-config",
1879 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581880]
1881
1882[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291883name = "linkchecker"
1884version = "0.1.0"
Ahmed Charles9ca382f2016-09-02 08:55:291885
1886[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301887name = "linked-hash-map"
1888version = "0.5.2"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
1891
1892[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:391893name = "lock_api"
Amanieu d'Antrasc4ca6382020-04-10 16:31:311894version = "0.3.4"
Igor Matuszewskic2249a42019-09-08 08:28:111895source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasc4ca6382020-04-10 16:31:311896checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
Igor Matuszewskic2249a42019-09-08 08:28:111897dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:161898 "scopeguard",
Igor Matuszewskic2249a42019-09-08 08:28:111899]
1900
1901[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291902name = "log"
Eric Huss85a4d6f52019-08-27 21:03:321903version = "0.4.8"
Malo Jaffré8ed13d62017-12-29 10:24:381904source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss85a4d6f52019-08-27 21:03:321905checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
Malo Jaffré8ed13d62017-12-29 10:24:381906dependencies = [
Alex Crichton093ede22019-08-15 00:45:091907 "cfg-if",
Malo Jaffré8ed13d62017-12-29 10:24:381908]
Ahmed Charles9ca382f2016-09-02 08:55:291909
1910[[package]]
Oliver Schneiderea351922017-09-18 14:18:231911name = "log_settings"
Alex Crichtond8251152018-07-02 16:33:161912version = "0.1.2"
Oliver Schneiderea351922017-09-18 14:18:231913source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091914checksum = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
Oliver Schneiderea351922017-09-18 14:18:231915dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:421916 "lazy_static",
Oliver Schneiderea351922017-09-18 14:18:231917]
1918
1919[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431920name = "lsp-codec"
Eric Huss9243f9c2019-03-04 21:18:441921version = "0.1.2"
Matthias Krüger696fb8f2019-01-21 15:32:431922source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091923checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
Matthias Krüger696fb8f2019-01-21 15:32:431924dependencies = [
Alex Crichton093ede22019-08-15 00:45:091925 "bytes",
1926 "serde_json",
1927 "tokio-codec",
Matthias Krüger696fb8f2019-01-21 15:32:431928]
1929
1930[[package]]
1931name = "lsp-types"
Igor Matuszewskic2249a42019-09-08 08:28:111932version = "0.60.0"
Matthias Krüger696fb8f2019-01-21 15:32:431933source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:111934checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
Matthias Krüger696fb8f2019-01-21 15:32:431935dependencies = [
Alex Crichton093ede22019-08-15 00:45:091936 "bitflags",
Alex Crichton093ede22019-08-15 00:45:091937 "serde",
Alex Crichton093ede22019-08-15 00:45:091938 "serde_json",
Igor Matuszewskic2249a42019-09-08 08:28:111939 "serde_repr",
1940 "url 2.1.0",
Matthias Krüger696fb8f2019-01-21 15:32:431941]
1942
1943[[package]]
Josh Stone020c5ec2017-05-08 22:01:131944name = "lzma-sys"
Alex Crichton9b4f6de2019-07-15 15:23:561945version = "0.1.14"
Josh Stone020c5ec2017-05-08 22:01:131946source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091947checksum = "16b5c59c57cc4d39e7999f50431aa312ea78af7c93b23fbb0c3567bd672e7f35"
Josh Stone020c5ec2017-05-08 22:01:131948dependencies = [
Alex Crichton093ede22019-08-15 00:45:091949 "cc",
1950 "libc",
1951 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:131952]
1953
1954[[package]]
steveklabnikecfbaca2018-04-03 14:32:041955name = "mac"
1956version = "0.1.1"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091958checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:041959
1960[[package]]
Guillaume Gomezcf5ee8f2018-08-15 13:07:071961name = "macro-utils"
1962version = "0.1.2"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091964checksum = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
Guillaume Gomezcf5ee8f2018-08-15 13:07:071965
1966[[package]]
steveklabnikecfbaca2018-04-03 14:32:041967name = "maplit"
1968version = "1.0.1"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091970checksum = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
steveklabnikecfbaca2018-04-03 14:32:041971
1972[[package]]
1973name = "markup5ever"
Carol (Nichols || Goulding)3bd16c22019-10-28 20:21:531974version = "0.9.0"
Eric Huss2dafa912019-06-19 03:36:471975source = "registry+https://github.com/rust-lang/crates.io-index"
Carol (Nichols || Goulding)3bd16c22019-10-28 20:21:531976checksum = "65381d9d47506b8592b97c4efd936afcf673b09b059f2bef39c7211ee78b9d03"
Eric Huss2dafa912019-06-19 03:36:471977dependencies = [
Alex Crichton093ede22019-08-15 00:45:091978 "log",
1979 "phf",
1980 "phf_codegen",
1981 "serde",
1982 "serde_derive",
1983 "serde_json",
1984 "string_cache",
1985 "string_cache_codegen",
1986 "tendril",
Eric Huss2dafa912019-06-19 03:36:471987]
1988
1989[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581990name = "matches"
Alex Crichton2863b752018-08-21 17:23:471991version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581992source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091993checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581994
1995[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:151996name = "md-5"
1997version = "0.8.0"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8"
2000dependencies = [
2001 "block-buffer",
2002 "digest",
2003 "opaque-debug",
2004]
2005
2006[[package]]
Steve Klabnika0769612017-02-07 23:13:572007name = "mdbook"
Igor Matuszewskie26f35d2020-05-05 12:05:062008version = "0.3.7"
Steve Klabnika0769612017-02-07 23:13:572009source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062010checksum = "e7ec525f7ebccc2dd935c263717250cd37f9a4b264a77c5dbc950ea2734d8159"
Steve Klabnika0769612017-02-07 23:13:572011dependencies = [
Alex Crichton093ede22019-08-15 00:45:092012 "ammonia",
2013 "chrono",
2014 "clap",
2015 "elasticlunr-rs",
Alex Crichton5c5e3fa2019-09-24 18:06:562016 "env_logger 0.6.2",
Alex Crichton093ede22019-08-15 00:45:092017 "error-chain",
2018 "handlebars",
2019 "itertools 0.8.0",
Yuki Okushi1f0a39502020-05-26 04:00:422020 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092021 "log",
2022 "memchr",
2023 "open",
Eric Huss139477d2019-11-12 18:14:482024 "pulldown-cmark 0.6.1",
Alex Crichton093ede22019-08-15 00:45:092025 "regex",
2026 "serde",
2027 "serde_derive",
2028 "serde_json",
2029 "shlex",
2030 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:352031 "toml",
Alex Crichton093ede22019-08-15 00:45:092032 "toml-query",
James Munnsde763692019-01-19 02:39:372033]
2034
2035[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332036name = "mdbook-linkcheck"
Eric Huss139477d2019-11-12 18:14:482037version = "0.5.0"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332038source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482039checksum = "c0a04db564ca37c47771f8455c825dc941ea851ff0deffcf55a04c512406b409"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332040dependencies = [
Eric Huss139477d2019-11-12 18:14:482041 "codespan",
2042 "codespan-reporting",
2043 "dunce",
2044 "either",
2045 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092046 "failure",
Eric Huss139477d2019-11-12 18:14:482047 "http",
Alex Crichton093ede22019-08-15 00:45:092048 "log",
2049 "mdbook",
Eric Huss139477d2019-11-12 18:14:482050 "percent-encoding 2.1.0",
2051 "pulldown-cmark 0.6.1",
Alex Crichton093ede22019-08-15 00:45:092052 "rayon",
2053 "regex",
2054 "reqwest",
Eric Hussa0431e22020-05-26 00:56:322055 "semver 0.9.0",
Alex Crichton093ede22019-08-15 00:45:092056 "serde",
2057 "serde_derive",
2058 "serde_json",
Eric Huss139477d2019-11-12 18:14:482059 "structopt",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332060]
2061
2062[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492063name = "measureme"
Michael Woerister11e48442020-01-03 11:01:532064version = "0.7.1"
Wesley Wiser56e434d2019-04-04 23:41:492065source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister11e48442020-01-03 11:01:532066checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
Wesley Wiser56e434d2019-04-04 23:41:492067dependencies = [
Alex Crichton093ede22019-08-15 00:45:092068 "byteorder",
2069 "memmap",
Igor Matuszewski8fc4bba2020-02-12 14:47:312070 "parking_lot 0.9.0",
Alex Crichton093ede22019-08-15 00:45:092071 "rustc-hash",
Wesley Wiser56e434d2019-04-04 23:41:492072]
2073
2074[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582075name = "memchr"
Yuki Okushib4b76b82020-05-26 04:04:592076version = "2.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:292077source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushib4b76b82020-05-26 04:04:592078checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
Steve Klabnika0769612017-02-07 23:13:572079
2080[[package]]
Michael Woeristerabd5cc32018-08-31 13:18:082081name = "memmap"
Michael Woeristeredcca152019-12-03 09:33:242082version = "0.7.0"
Michael Woeristerabd5cc32018-08-31 13:18:082083source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woeristeredcca152019-12-03 09:33:242084checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
Michael Woeristerabd5cc32018-08-31 13:18:082085dependencies = [
Alex Crichton093ede22019-08-15 00:45:092086 "libc",
Eric Huss139477d2019-11-12 18:14:482087 "winapi 0.3.8",
Michael Woeristerabd5cc32018-08-31 13:18:082088]
2089
2090[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452091name = "memoffset"
Ralf Jungc7a599e2019-07-25 13:57:252092version = "0.5.1"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092094checksum = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
Ralf Jungc7a599e2019-07-25 13:57:252095dependencies = [
Alex Crichton093ede22019-08-15 00:45:092096 "rustc_version",
Ralf Jungc7a599e2019-07-25 13:57:252097]
2098
2099[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332100name = "mime"
2101version = "0.3.13"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092103checksum = "3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332104dependencies = [
Eric Huss139477d2019-11-12 18:14:482105 "unicase",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332106]
2107
2108[[package]]
2109name = "mime_guess"
Eric Huss139477d2019-11-12 18:14:482110version = "2.0.1"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332111source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482112checksum = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332113dependencies = [
Alex Crichton093ede22019-08-15 00:45:092114 "mime",
Eric Huss139477d2019-11-12 18:14:482115 "unicase",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332116]
2117
2118[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052119name = "minifier"
Guillaume Gomez3f4dbd32019-07-28 18:24:522120version = "0.0.33"
Guillaume Gomez4b145732018-05-10 22:02:052121source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092122checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
Guillaume Gomez4b145732018-05-10 22:02:052123dependencies = [
Alex Crichton093ede22019-08-15 00:45:092124 "macro-utils",
Guillaume Gomez4b145732018-05-10 22:02:052125]
2126
2127[[package]]
Alex Crichtonb4110902018-12-08 11:06:542128name = "miniz_oxide"
Eric Huss139477d2019-11-12 18:14:482129version = "0.3.5"
Alex Crichtonb4110902018-12-08 11:06:542130source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482131checksum = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625"
Alex Crichtonb4110902018-12-08 11:06:542132dependencies = [
Alex Crichton093ede22019-08-15 00:45:092133 "adler32",
Alex Crichtonb4110902018-12-08 11:06:542134]
2135
2136[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432137name = "mio"
2138version = "0.6.16"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092140checksum = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
Matthias Krüger696fb8f2019-01-21 15:32:432141dependencies = [
Alex Crichton093ede22019-08-15 00:45:092142 "fuchsia-zircon",
2143 "fuchsia-zircon-sys",
2144 "iovec",
2145 "kernel32-sys",
2146 "lazycell",
2147 "libc",
2148 "log",
2149 "miow 0.2.1",
2150 "net2",
2151 "slab",
2152 "winapi 0.2.8",
Matthias Krüger696fb8f2019-01-21 15:32:432153]
2154
2155[[package]]
2156name = "mio-named-pipes"
2157version = "0.1.6"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092159checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
Matthias Krüger696fb8f2019-01-21 15:32:432160dependencies = [
Alex Crichton093ede22019-08-15 00:45:092161 "log",
2162 "mio",
2163 "miow 0.3.3",
Eric Huss139477d2019-11-12 18:14:482164 "winapi 0.3.8",
Matthias Krüger696fb8f2019-01-21 15:32:432165]
2166
2167[[package]]
2168name = "mio-uds"
2169version = "0.6.7"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092171checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
Matthias Krüger696fb8f2019-01-21 15:32:432172dependencies = [
Alex Crichton093ede22019-08-15 00:45:092173 "iovec",
2174 "libc",
2175 "mio",
Matthias Krüger696fb8f2019-01-21 15:32:432176]
2177
2178[[package]]
2179name = "miow"
2180version = "0.2.1"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092182checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
Matthias Krüger696fb8f2019-01-21 15:32:432183dependencies = [
Alex Crichton093ede22019-08-15 00:45:092184 "kernel32-sys",
2185 "net2",
2186 "winapi 0.2.8",
2187 "ws2_32-sys",
Matthias Krüger696fb8f2019-01-21 15:32:432188]
2189
2190[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582191name = "miow"
Alex Crichton2863b752018-08-21 17:23:472192version = "0.3.3"
Alex Crichtona8eaabc2018-03-07 07:39:552193source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092194checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
Alex Crichtona8eaabc2018-03-07 07:39:552195dependencies = [
Alex Crichton093ede22019-08-15 00:45:092196 "socket2",
Eric Huss139477d2019-11-12 18:14:482197 "winapi 0.3.8",
Alex Crichtona8eaabc2018-03-07 07:39:552198]
2199
2200[[package]]
kennytm0692b3d2017-12-15 19:41:582201name = "miri"
2202version = "0.1.0"
2203dependencies = [
Alex Crichton093ede22019-08-15 00:45:092204 "byteorder",
Alex Crichton093ede22019-08-15 00:45:092205 "colored",
Ralf Jung7fa29072020-04-15 16:32:412206 "compiletest_rs",
Ralf Jung64cf5962019-10-30 20:03:192207 "env_logger 0.7.1",
Ralf Jung98ad4ac2019-08-27 13:49:472208 "getrandom",
Ralf Jung64cf5962019-10-30 20:03:192209 "hex 0.4.0",
Ralf Jung759e4952020-06-01 18:17:202210 "libc",
Alex Crichton093ede22019-08-15 00:45:092211 "log",
Alex Crichtonaabf4e92020-01-08 15:33:572212 "rand 0.7.3",
Alex Crichton093ede22019-08-15 00:45:092213 "rustc-workspace-hack",
2214 "rustc_version",
2215 "shell-escape",
kennytm0692b3d2017-12-15 19:41:582216]
2217
2218[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332219name = "native-tls"
2220version = "0.2.3"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092222checksum = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332223dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:422224 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092225 "libc",
2226 "log",
2227 "openssl",
2228 "openssl-probe",
2229 "openssl-sys",
2230 "schannel",
2231 "security-framework",
2232 "security-framework-sys",
2233 "tempfile",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:332234]
2235
2236[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432237name = "net2"
2238version = "0.2.33"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092240checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
Matthias Krüger696fb8f2019-01-21 15:32:432241dependencies = [
Alex Crichton093ede22019-08-15 00:45:092242 "cfg-if",
2243 "libc",
Eric Huss139477d2019-11-12 18:14:482244 "winapi 0.3.8",
Matthias Krüger696fb8f2019-01-21 15:32:432245]
2246
2247[[package]]
Alex Crichtond8251152018-07-02 16:33:162248name = "new_debug_unreachable"
Yuki Okushi85ea4a12019-06-25 14:09:252249version = "1.0.3"
Alex Crichtond8251152018-07-02 16:33:162250source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092251checksum = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30"
Alex Crichtond8251152018-07-02 16:33:162252
2253[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452254name = "nodrop"
2255version = "0.1.12"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092257checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
Nick Cameron4b6f5c22018-02-26 03:15:452258
2259[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242260name = "num-integer"
2261version = "0.1.39"
Alex Crichton994bfd42018-02-26 17:07:162262source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092263checksum = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
Alex Crichton994bfd42018-02-26 17:07:162264dependencies = [
Alex Crichton093ede22019-08-15 00:45:092265 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162266]
2267
2268[[package]]
2269name = "num-traits"
Alex Crichtonb4110902018-12-08 11:06:542270version = "0.2.6"
Steve Klabnik2795de32017-02-20 00:20:572271source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092272checksum = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
Steve Klabnik2795de32017-02-20 00:20:572273
2274[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292275name = "num_cpus"
Eric Hussa9023832019-11-09 19:59:532276version = "1.10.1"
Ahmed Charles9ca382f2016-09-02 08:55:292277source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussa9023832019-11-09 19:59:532278checksum = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
Ahmed Charles9ca382f2016-09-02 08:55:292279dependencies = [
Alex Crichton093ede22019-08-15 00:45:092280 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292281]
2282
2283[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412284name = "once_cell"
2285version = "1.1.0"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "d6a04cb71e910d0034815600180f62a95bf6e67942d7ab52a166a68c7d7e9cd0"
Dylan MacKenziec282c1c2020-05-16 04:44:282288dependencies = [
2289 "parking_lot 0.9.0",
2290]
Mark Rousskov2fc32b92019-09-10 01:01:412291
2292[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152293name = "opaque-debug"
2294version = "0.2.3"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2297
2298[[package]]
Steve Klabnik2795de32017-02-20 00:20:572299name = "open"
Alex Crichton041d3552017-09-27 22:37:022300version = "1.2.1"
Steve Klabnik2795de32017-02-20 00:20:572301source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092302checksum = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
Steve Klabnik2795de32017-02-20 00:20:572303
2304[[package]]
Alex Crichton2863b752018-08-21 17:23:472305name = "opener"
Eric Hussfc72e562019-05-07 01:19:212306version = "0.4.0"
Alex Crichton2863b752018-08-21 17:23:472307source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092308checksum = "998c59e83d9474c01127a96e023b7a04bb061dd286bf8bb939d31dc8d31a7448"
Alex Crichton2863b752018-08-21 17:23:472309dependencies = [
Eric Huss139477d2019-11-12 18:14:482310 "winapi 0.3.8",
Alex Crichton2863b752018-08-21 17:23:472311]
2312
2313[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582314name = "openssl"
Lzu Taoe6d72c32019-11-09 03:49:032315version = "0.10.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582316source = "registry+https://github.com/rust-lang/crates.io-index"
Lzu Taoe6d72c32019-11-09 03:49:032317checksum = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582318dependencies = [
Alex Crichton093ede22019-08-15 00:45:092319 "bitflags",
2320 "cfg-if",
2321 "foreign-types",
Yuki Okushi1f0a39502020-05-26 04:00:422322 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092323 "libc",
2324 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582325]
2326
2327[[package]]
2328name = "openssl-probe"
Alex Crichton325d7392017-12-10 17:42:492329version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582330source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092331checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582332
2333[[package]]
Eric Huss97308712018-08-14 21:27:262334name = "openssl-src"
Pietro Albini940ce942020-04-22 14:21:542335version = "111.9.0+1.1.1g"
Eric Huss97308712018-08-14 21:27:262336source = "registry+https://github.com/rust-lang/crates.io-index"
Pietro Albini940ce942020-04-22 14:21:542337checksum = "a2dbe10ddd1eb335aba3780eb2eaa13e1b7b441d2562fd962398740927f39ec4"
Eric Huss97308712018-08-14 21:27:262338dependencies = [
Alex Crichton093ede22019-08-15 00:45:092339 "cc",
Eric Huss97308712018-08-14 21:27:262340]
2341
2342[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582343name = "openssl-sys"
Mateusz Mikułaf5e702d2020-03-26 13:10:352344version = "0.9.54"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582345source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:352346checksum = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582347dependencies = [
Mateusz Mikułaf5e702d2020-03-26 13:10:352348 "autocfg 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092349 "cc",
2350 "libc",
2351 "openssl-src",
2352 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092353 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582354]
2355
2356[[package]]
Nick Cameron77177052018-07-06 00:34:002357name = "ordslice"
2358version = "0.3.0"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092360checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
Nick Cameron77177052018-07-06 00:34:002361
2362[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:352363name = "output_vt100"
2364version = "0.1.2"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2367dependencies = [
2368 "winapi 0.3.8",
2369]
2370
2371[[package]]
Nick Cameron7a7445b2018-12-01 10:36:322372name = "packed_simd"
2373version = "0.3.1"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092375checksum = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
Nick Cameron7a7445b2018-12-01 10:36:322376dependencies = [
Alex Crichton093ede22019-08-15 00:45:092377 "cfg-if",
Nick Cameron7a7445b2018-12-01 10:36:322378]
2379
2380[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292381name = "panic_abort"
2382version = "0.0.0"
2383dependencies = [
Alex Crichton093ede22019-08-15 00:45:092384 "compiler_builtins",
2385 "core",
2386 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292387]
2388
2389[[package]]
2390name = "panic_unwind"
2391version = "0.0.0"
2392dependencies = [
Alex Crichton093ede22019-08-15 00:45:092393 "alloc",
2394 "cfg-if",
2395 "compiler_builtins",
2396 "core",
2397 "libc",
2398 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292399]
2400
2401[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112402name = "parity-tokio-ipc"
2403version = "0.2.0"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "8281bf4f1d6429573f89589bf68d89451c46750977a8264f8ea3edbabeba7947"
2406dependencies = [
2407 "bytes",
2408 "futures",
2409 "log",
2410 "mio-named-pipes",
2411 "miow 0.3.3",
Alex Crichtonaabf4e92020-01-08 15:33:572412 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:112413 "tokio",
2414 "tokio-named-pipes",
2415 "tokio-uds",
Eric Huss139477d2019-11-12 18:14:482416 "winapi 0.3.8",
Igor Matuszewskic2249a42019-09-08 08:28:112417]
2418
2419[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012420name = "parking_lot"
Igor Matuszewskic2249a42019-09-08 08:28:112421version = "0.9.0"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
2424dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:162425 "lock_api",
Igor Matuszewski8fc4bba2020-02-12 14:47:312426 "parking_lot_core 0.6.2",
Igor Matuszewskic2249a42019-09-08 08:28:112427 "rustc_version",
Matthias Krüger696fb8f2019-01-21 15:32:432428]
2429
2430[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:312431name = "parking_lot"
Amanieu d'Antrasc4ca6382020-04-10 16:31:312432version = "0.10.2"
Igor Matuszewski8fc4bba2020-02-12 14:47:312433source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasc4ca6382020-04-10 16:31:312434checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
Igor Matuszewski8fc4bba2020-02-12 14:47:312435dependencies = [
2436 "lock_api",
Amanieu d'Antrasc4ca6382020-04-10 16:31:312437 "parking_lot_core 0.7.1",
Igor Matuszewski8fc4bba2020-02-12 14:47:312438]
2439
2440[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012441name = "parking_lot_core"
Igor Matuszewskic2249a42019-09-08 08:28:112442version = "0.6.2"
2443source = "registry+https://github.com/rust-lang/crates.io-index"
2444checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2445dependencies = [
2446 "cfg-if",
2447 "cloudabi",
2448 "libc",
2449 "redox_syscall",
2450 "rustc_version",
Ralf Jung90b8d342019-11-04 14:59:092451 "smallvec 0.6.10",
Eric Huss139477d2019-11-12 18:14:482452 "winapi 0.3.8",
Igor Matuszewskic2249a42019-09-08 08:28:112453]
2454
2455[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:312456name = "parking_lot_core"
Amanieu d'Antrasc4ca6382020-04-10 16:31:312457version = "0.7.1"
Igor Matuszewski8fc4bba2020-02-12 14:47:312458source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasc4ca6382020-04-10 16:31:312459checksum = "0e136c1904604defe99ce5fd71a28d473fa60a12255d511aa78a9ddf11237aeb"
Igor Matuszewski8fc4bba2020-02-12 14:47:312460dependencies = [
2461 "cfg-if",
2462 "cloudabi",
2463 "libc",
2464 "redox_syscall",
Charles Lewc05961c2020-04-25 01:38:312465 "smallvec 1.4.0",
Igor Matuszewski8fc4bba2020-02-12 14:47:312466 "winapi 0.3.8",
2467]
2468
2469[[package]]
Alex Crichton1cede102017-06-15 02:33:062470name = "percent-encoding"
Oliver Schneideracdf83f2017-12-06 08:25:292471version = "1.0.1"
Alex Crichton1cede102017-06-15 02:33:062472source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092473checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
Alex Crichton1cede102017-06-15 02:33:062474
2475[[package]]
Eric Hussf2428a62019-08-01 00:44:392476name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482477version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392478source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482479checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392480
2481[[package]]
Steve Klabnika0769612017-02-07 23:13:572482name = "pest"
James Munnsde763692019-01-19 02:39:372483version = "2.1.0"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092485checksum = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3"
James Munnsde763692019-01-19 02:39:372486dependencies = [
Alex Crichton093ede22019-08-15 00:45:092487 "ucd-trie",
James Munnsde763692019-01-19 02:39:372488]
2489
2490[[package]]
Alex Crichtone9d89832018-04-02 15:43:552491name = "pest_derive"
James Munnsde763692019-01-19 02:39:372492version = "2.1.0"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092494checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
James Munnsde763692019-01-19 02:39:372495dependencies = [
Alex Crichton093ede22019-08-15 00:45:092496 "pest",
2497 "pest_generator",
James Munnsde763692019-01-19 02:39:372498]
2499
2500[[package]]
2501name = "pest_generator"
Igor Matuszewski8c6e5682020-05-05 11:26:292502version = "2.1.3"
James Munnsde763692019-01-19 02:39:372503source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8c6e5682020-05-05 11:26:292504checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
James Munnsde763692019-01-19 02:39:372505dependencies = [
Alex Crichton093ede22019-08-15 00:45:092506 "pest",
2507 "pest_meta",
Igor Matuszewski8c6e5682020-05-05 11:26:292508 "proc-macro2 1.0.3",
2509 "quote 1.0.2",
2510 "syn 1.0.11",
James Munnsde763692019-01-19 02:39:372511]
2512
2513[[package]]
2514name = "pest_meta"
Arlo Siemsenf86b0782020-03-31 05:17:152515version = "2.1.3"
James Munnsde763692019-01-19 02:39:372516source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:152517checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
James Munnsde763692019-01-19 02:39:372518dependencies = [
Alex Crichton093ede22019-08-15 00:45:092519 "maplit",
2520 "pest",
2521 "sha-1",
James Munnsde763692019-01-19 02:39:372522]
2523
2524[[package]]
Jack Hueya24df5b2020-03-03 16:25:032525name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192526version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032527source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192528checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032529dependencies = [
2530 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192531 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032532]
2533
2534[[package]]
steveklabnikecfbaca2018-04-03 14:32:042535name = "phf"
Mateusz Mikuła2ac20e22019-06-21 11:14:562536version = "0.7.24"
steveklabnikecfbaca2018-04-03 14:32:042537source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092538checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
steveklabnikecfbaca2018-04-03 14:32:042539dependencies = [
Alex Crichton093ede22019-08-15 00:45:092540 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042541]
2542
2543[[package]]
2544name = "phf_codegen"
Mateusz Mikuła2ac20e22019-06-21 11:14:562545version = "0.7.24"
steveklabnikecfbaca2018-04-03 14:32:042546source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092547checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
steveklabnikecfbaca2018-04-03 14:32:042548dependencies = [
Alex Crichton093ede22019-08-15 00:45:092549 "phf_generator",
2550 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042551]
2552
2553[[package]]
2554name = "phf_generator"
Mateusz Mikuła2ac20e22019-06-21 11:14:562555version = "0.7.24"
steveklabnikecfbaca2018-04-03 14:32:042556source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092557checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
steveklabnikecfbaca2018-04-03 14:32:042558dependencies = [
Alex Crichton093ede22019-08-15 00:45:092559 "phf_shared",
2560 "rand 0.6.1",
steveklabnikecfbaca2018-04-03 14:32:042561]
2562
2563[[package]]
2564name = "phf_shared"
Mateusz Mikuła2ac20e22019-06-21 11:14:562565version = "0.7.24"
steveklabnikecfbaca2018-04-03 14:32:042566source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092567checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
steveklabnikecfbaca2018-04-03 14:32:042568dependencies = [
Alex Crichton093ede22019-08-15 00:45:092569 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042570]
2571
2572[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582573name = "pkg-config"
Alex Crichtonaabf4e92020-01-08 15:33:572574version = "0.3.17"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582575source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572576checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582577
2578[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012579name = "polonius-engine"
Remy Rakicdf1ac672020-03-29 23:11:442580version = "0.12.1"
Santiago Pastorino8429d112018-05-24 21:52:012581source = "registry+https://github.com/rust-lang/crates.io-index"
Remy Rakicdf1ac672020-03-29 23:11:442582checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
Douglas Campos422fe7c2018-05-29 11:52:512583dependencies = [
Alex Crichton093ede22019-08-15 00:45:092584 "datafrog",
2585 "log",
2586 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512587]
Santiago Pastorino8429d112018-05-24 21:52:012588
2589[[package]]
gnzlbg52caca02019-08-01 15:02:262590name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212591version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262592source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212593checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262594
2595[[package]]
steveklabnikecfbaca2018-04-03 14:32:042596name = "precomputed-hash"
2597version = "0.1.1"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092599checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042600
2601[[package]]
Mark Simulacrum42fde212018-03-10 14:03:062602name = "pretty_assertions"
Mateusz Mikułaf5e702d2020-03-26 13:10:352603version = "0.6.1"
Mark Simulacrum42fde212018-03-10 14:03:062604source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:352605checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
Mark Simulacrum42fde212018-03-10 14:03:062606dependencies = [
Alex Crichton093ede22019-08-15 00:45:092607 "ansi_term",
Mateusz Mikułaf5e702d2020-03-26 13:10:352608 "ctor",
Alex Crichton093ede22019-08-15 00:45:092609 "difference",
Mateusz Mikułaf5e702d2020-03-26 13:10:352610 "output_vt100",
Mark Simulacrum42fde212018-03-10 14:03:062611]
2612
2613[[package]]
Eric Huss8c20add2018-12-03 01:33:202614name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382615version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202616source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382617checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202618dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382619 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092620 "log",
Eric Huss8c20add2018-12-03 01:33:202621]
2622
2623[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112624name = "proc-macro-crate"
2625version = "0.1.4"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"
2628dependencies = [
2629 "toml",
2630]
2631
2632[[package]]
2633name = "proc-macro-error"
2634version = "0.2.6"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097"
2637dependencies = [
2638 "proc-macro2 1.0.3",
2639 "quote 1.0.2",
Igor Matuszewski5b091302019-12-10 15:01:012640 "syn 1.0.11",
Igor Matuszewskic2249a42019-09-08 08:28:112641]
2642
2643[[package]]
Alex Crichton87f3dda2018-03-01 19:08:482644name = "proc-macro2"
Eric Hussaedb74b2019-06-12 14:37:302645version = "0.4.30"
Alex Crichtone9d89832018-04-02 15:43:552646source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092647checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
Alex Crichtone9d89832018-04-02 15:43:552648dependencies = [
Aleksey Kladova0c186c2019-07-21 11:50:392649 "unicode-xid 0.1.0",
Alex Crichtone9d89832018-04-02 15:43:552650]
2651
2652[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112653name = "proc-macro2"
2654version = "1.0.3"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8"
2657dependencies = [
2658 "unicode-xid 0.2.0",
2659]
2660
2661[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292662name = "proc_macro"
2663version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082664dependencies = [
2665 "std",
2666]
Ahmed Charles9ca382f2016-09-02 08:55:292667
2668[[package]]
whitequark42754ce2017-02-13 09:57:502669name = "profiler_builtins"
2670version = "0.0.0"
2671dependencies = [
Alex Crichton093ede22019-08-15 00:45:092672 "cc",
2673 "compiler_builtins",
2674 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392675]
2676
2677[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242678name = "psm"
Mateusz Mikuła935a05f2020-05-06 09:29:302679version = "0.1.8"
Oliver Scherer26edcee2018-11-02 15:14:242680source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła935a05f2020-05-06 09:29:302681checksum = "659ecfea2142a458893bb7673134bad50b752fea932349c213d6a23874ce3aa7"
Oliver Scherer26edcee2018-11-02 15:14:242682dependencies = [
2683 "cc",
2684]
2685
2686[[package]]
Eric Huss139477d2019-11-12 18:14:482687name = "publicsuffix"
2688version = "1.5.3"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "9bf259a81de2b2eb9850ec990ec78e6a25319715584fd7652b9b26f96fcb1510"
2691dependencies = [
2692 "error-chain",
2693 "idna 0.2.0",
Yuki Okushi1f0a39502020-05-26 04:00:422694 "lazy_static",
Eric Huss139477d2019-11-12 18:14:482695 "regex",
2696 "url 2.1.0",
2697]
2698
2699[[package]]
Steve Klabnika0769612017-02-07 23:13:572700name = "pulldown-cmark"
Eric Huss139477d2019-11-12 18:14:482701version = "0.6.1"
Lzu Taobbce9712019-09-19 08:32:312702source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482703checksum = "1c205cc82214f3594e2d50686730314f817c67ffa80fe800cf0db78c3c2b9d9e"
Lzu Taobbce9712019-09-19 08:32:312704dependencies = [
2705 "bitflags",
2706 "getopts",
2707 "memchr",
Eric Huss139477d2019-11-12 18:14:482708 "unicase",
Matthias Krügerf9945f52019-04-25 11:11:052709]
2710
2711[[package]]
Guillaume Gomezd8589de2020-02-13 17:39:402712name = "pulldown-cmark"
Eric Huss1776de92020-04-29 16:30:162713version = "0.7.1"
Guillaume Gomezd8589de2020-02-13 17:39:402714source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss1776de92020-04-29 16:30:162715checksum = "3e142c3b8f49d2200605ee6ba0b1d757310e9e7a72afe78c36ee2ef67300ee00"
Guillaume Gomezd8589de2020-02-13 17:39:402716dependencies = [
2717 "bitflags",
2718 "memchr",
2719 "unicase",
2720]
2721
2722[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322723name = "punycode"
2724version = "0.4.0"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092726checksum = "6ddd112cca70a4d30883b2d21568a1d376ff8be4758649f64f973c6845128ad3"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322727
2728[[package]]
Steve Klabnika0769612017-02-07 23:13:572729name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062730version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572731source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062732checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572733
2734[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292735name = "quine-mc_cluskey"
2736version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582737source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092738checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582739
2740[[package]]
2741name = "quote"
Eric Hussaedb74b2019-06-12 14:37:302742version = "0.6.12"
Alex Crichtond8251152018-07-02 16:33:162743source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092744checksum = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
Alex Crichtond8251152018-07-02 16:33:162745dependencies = [
Igor Matuszewskic2249a42019-09-08 08:28:112746 "proc-macro2 0.4.30",
2747]
2748
2749[[package]]
2750name = "quote"
2751version = "1.0.2"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
2754dependencies = [
2755 "proc-macro2 1.0.3",
Alex Crichtone9d89832018-04-02 15:43:552756]
2757
2758[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582759name = "racer"
Igor Matuszewski84eae772020-05-21 13:39:522760version = "2.1.34"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582761source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:522762checksum = "cc9caecf1286a3ed28d3ae35207a178ba12e58de95540781e5c6cba05e0f0833"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582763dependencies = [
Alex Crichton093ede22019-08-15 00:45:092764 "bitflags",
2765 "clap",
2766 "derive_more",
Igor Matuszewski8fc4bba2020-02-12 14:47:312767 "env_logger 0.7.1",
2768 "humantime 2.0.0",
Yuki Okushi1f0a39502020-05-26 04:00:422769 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092770 "log",
2771 "rls-span",
Igor Matuszewskib2561c92020-03-31 12:31:522772 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:312773 "rustc-ap-rustc_ast_pretty",
2774 "rustc-ap-rustc_data_structures",
2775 "rustc-ap-rustc_errors",
2776 "rustc-ap-rustc_parse",
2777 "rustc-ap-rustc_session",
2778 "rustc-ap-rustc_span",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582779]
2780
2781[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292782name = "rand"
Alex Crichtonb4110902018-12-08 11:06:542783version = "0.6.1"
kennytmcab21f12018-07-26 21:58:552784source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092785checksum = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
Alex Crichtonb4110902018-12-08 11:06:542786dependencies = [
Alex Crichton093ede22019-08-15 00:45:092787 "cloudabi",
2788 "fuchsia-zircon",
2789 "libc",
2790 "rand_chacha 0.1.0",
2791 "rand_core 0.3.0",
2792 "rand_hc 0.1.0",
2793 "rand_isaac",
2794 "rand_pcg",
2795 "rand_xorshift 0.1.0",
2796 "rustc_version",
Eric Huss139477d2019-11-12 18:14:482797 "winapi 0.3.8",
Alex Crichtonb4110902018-12-08 11:06:542798]
2799
2800[[package]]
gnzlbg52caca02019-08-01 15:02:262801name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:572802version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:262803source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572804checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:262805dependencies = [
Alex Crichton093ede22019-08-15 00:45:092806 "getrandom",
2807 "libc",
Yuki Okushi9f8628b2020-05-26 04:35:212808 "rand_chacha 0.2.2",
Eric Huss2b985322019-11-25 16:14:072809 "rand_core 0.5.1",
Alex Crichton093ede22019-08-15 00:45:092810 "rand_hc 0.2.0",
gnzlbg52caca02019-08-01 15:02:262811]
2812
2813[[package]]
Alex Crichtonb4110902018-12-08 11:06:542814name = "rand_chacha"
2815version = "0.1.0"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092817checksum = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
Alex Crichtonb4110902018-12-08 11:06:542818dependencies = [
Alex Crichton093ede22019-08-15 00:45:092819 "rand_core 0.3.0",
2820 "rustc_version",
Alex Crichtonb4110902018-12-08 11:06:542821]
2822
2823[[package]]
gnzlbg52caca02019-08-01 15:02:262824name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:212825version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:262826source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212827checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:262828dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:212829 "ppv-lite86",
Eric Huss2b985322019-11-25 16:14:072830 "rand_core 0.5.1",
gnzlbg52caca02019-08-01 15:02:262831]
2832
2833[[package]]
Alex Crichtonb4110902018-12-08 11:06:542834name = "rand_core"
Alex Crichtonb4110902018-12-08 11:06:542835version = "0.3.0"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092837checksum = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
Alex Crichtonb4110902018-12-08 11:06:542838
2839[[package]]
Laurențiu Nicolab888eb92019-06-10 18:22:312840name = "rand_core"
2841version = "0.4.0"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092843checksum = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
Laurențiu Nicolab888eb92019-06-10 18:22:312844
2845[[package]]
gnzlbg52caca02019-08-01 15:02:262846name = "rand_core"
Eric Huss2b985322019-11-25 16:14:072847version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:262848source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:072849checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:262850dependencies = [
Alex Crichton093ede22019-08-15 00:45:092851 "getrandom",
gnzlbg52caca02019-08-01 15:02:262852]
2853
2854[[package]]
Alex Crichtonb4110902018-12-08 11:06:542855name = "rand_hc"
2856version = "0.1.0"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092858checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
Alex Crichtonb4110902018-12-08 11:06:542859dependencies = [
Alex Crichton093ede22019-08-15 00:45:092860 "rand_core 0.3.0",
Alex Crichtonb4110902018-12-08 11:06:542861]
2862
2863[[package]]
gnzlbg52caca02019-08-01 15:02:262864name = "rand_hc"
2865version = "0.2.0"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092867checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:262868dependencies = [
Eric Huss2b985322019-11-25 16:14:072869 "rand_core 0.5.1",
gnzlbg52caca02019-08-01 15:02:262870]
2871
2872[[package]]
Alex Crichtonb4110902018-12-08 11:06:542873name = "rand_isaac"
2874version = "0.1.1"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092876checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
Alex Crichtonb4110902018-12-08 11:06:542877dependencies = [
Alex Crichton093ede22019-08-15 00:45:092878 "rand_core 0.3.0",
Alex Crichtonb4110902018-12-08 11:06:542879]
2880
2881[[package]]
Laurențiu Nicolab888eb92019-06-10 18:22:312882name = "rand_os"
2883version = "0.1.3"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092885checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
Laurențiu Nicolab888eb92019-06-10 18:22:312886dependencies = [
Alex Crichton093ede22019-08-15 00:45:092887 "cloudabi",
2888 "fuchsia-cprng",
2889 "libc",
2890 "rand_core 0.4.0",
2891 "rdrand",
Eric Huss139477d2019-11-12 18:14:482892 "winapi 0.3.8",
Laurențiu Nicolab888eb92019-06-10 18:22:312893]
2894
2895[[package]]
Alex Crichtonb4110902018-12-08 11:06:542896name = "rand_pcg"
2897version = "0.1.1"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092899checksum = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
Alex Crichtonb4110902018-12-08 11:06:542900dependencies = [
Alex Crichton093ede22019-08-15 00:45:092901 "rand_core 0.3.0",
2902 "rustc_version",
Alex Crichtonb4110902018-12-08 11:06:542903]
2904
2905[[package]]
2906name = "rand_xorshift"
2907version = "0.1.0"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092909checksum = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
Alex Crichtonb4110902018-12-08 11:06:542910dependencies = [
Alex Crichton093ede22019-08-15 00:45:092911 "rand_core 0.3.0",
Alex Crichtonb4110902018-12-08 11:06:542912]
kennytmcab21f12018-07-26 21:58:552913
2914[[package]]
Ralf Jung5b78e982019-04-19 07:37:332915name = "rand_xorshift"
2916version = "0.2.0"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092918checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:332919dependencies = [
Eric Huss2b985322019-11-25 16:14:072920 "rand_core 0.5.1",
2921]
2922
2923[[package]]
2924name = "rand_xoshiro"
2925version = "0.4.0"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
2928dependencies = [
2929 "rand_core 0.5.1",
Ralf Jung5b78e982019-04-19 07:37:332930]
2931
2932[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292933name = "rayon"
Josh Stone29cd7eb2019-10-07 20:44:302934version = "1.2.0"
Nick Cameron4b6f5c22018-02-26 03:15:452935source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stone29cd7eb2019-10-07 20:44:302936checksum = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
Nick Cameron4b6f5c22018-02-26 03:15:452937dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:162938 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:092939 "either",
2940 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:292941]
2942
2943[[package]]
2944name = "rayon-core"
Josh Stone29cd7eb2019-10-07 20:44:302945version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:292946source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stone29cd7eb2019-10-07 20:44:302947checksum = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
Oliver Schneideracdf83f2017-12-06 08:25:292948dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:162949 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:092950 "crossbeam-queue",
2951 "crossbeam-utils 0.6.5",
Yuki Okushi1f0a39502020-05-26 04:00:422952 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092953 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:312954]
2955
2956[[package]]
2957name = "rdrand"
2958version = "0.4.0"
2959source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092960checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
Laurențiu Nicolab888eb92019-06-10 18:22:312961dependencies = [
Alex Crichton093ede22019-08-15 00:45:092962 "rand_core 0.3.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582963]
2964
2965[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:352966name = "redox_syscall"
Alex Crichtonaabf4e92020-01-08 15:33:572967version = "0.1.56"
Nick Cameronc5cad5a2017-09-22 01:58:352968source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572969checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
Nick Cameronc5cad5a2017-09-22 01:58:352970
2971[[package]]
flip19954c228cc2019-02-18 09:32:582972name = "redox_users"
Laurențiu Nicolab888eb92019-06-10 18:22:312973version = "0.3.0"
flip19954c228cc2019-02-18 09:32:582974source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092975checksum = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
flip19954c228cc2019-02-18 09:32:582976dependencies = [
Alex Crichton093ede22019-08-15 00:45:092977 "argon2rs",
2978 "failure",
2979 "rand_os",
2980 "redox_syscall",
flip19954c228cc2019-02-18 09:32:582981]
2982
2983[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582984name = "regex"
Yuki Okushib4b76b82020-05-26 04:04:592985version = "1.3.7"
Oliver Schneider847bb142018-05-11 12:11:062986source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushib4b76b82020-05-26 04:04:592987checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
Oliver Schneider847bb142018-05-11 12:11:062988dependencies = [
Alex Crichton093ede22019-08-15 00:45:092989 "aho-corasick",
2990 "memchr",
2991 "regex-syntax",
Yuki Okushib4b76b82020-05-26 04:04:592992 "thread_local",
Oliver Schneider847bb142018-05-11 12:11:062993]
2994
2995[[package]]
Steve Klabnika0769612017-02-07 23:13:572996name = "regex-syntax"
Yuki Okushib4b76b82020-05-26 04:04:592997version = "0.6.17"
Oliver Schneider847bb142018-05-11 12:11:062998source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushib4b76b82020-05-26 04:04:592999checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
Oliver Schneider847bb142018-05-11 12:11:063000
3001[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193002name = "remote-test-client"
3003version = "0.1.0"
3004
3005[[package]]
3006name = "remote-test-server"
3007version = "0.1.0"
3008
3009[[package]]
Alex Crichton994bfd42018-02-26 17:07:163010name = "remove_dir_all"
Eric Hussf2428a62019-08-01 00:44:393011version = "0.5.2"
Alex Crichton994bfd42018-02-26 17:07:163012source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093013checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
Alex Crichton994bfd42018-02-26 17:07:163014dependencies = [
Eric Huss139477d2019-11-12 18:14:483015 "winapi 0.3.8",
Alex Crichton994bfd42018-02-26 17:07:163016]
3017
3018[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:333019name = "reqwest"
Eric Huss139477d2019-11-12 18:14:483020version = "0.9.22"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:333021source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:483022checksum = "2c2064233e442ce85c77231ebd67d9eca395207dec2127fe0bbedde4bd29a650"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:333023dependencies = [
Alex Crichton093ede22019-08-15 00:45:093024 "base64",
3025 "bytes",
Eric Huss139477d2019-11-12 18:14:483026 "cookie",
3027 "cookie_store",
Alex Crichton093ede22019-08-15 00:45:093028 "encoding_rs",
Eric Huss139477d2019-11-12 18:14:483029 "flate2",
Alex Crichton093ede22019-08-15 00:45:093030 "futures",
3031 "http",
3032 "hyper",
3033 "hyper-tls",
Alex Crichton093ede22019-08-15 00:45:093034 "log",
3035 "mime",
3036 "mime_guess",
3037 "native-tls",
3038 "serde",
3039 "serde_json",
3040 "serde_urlencoded",
Eric Huss139477d2019-11-12 18:14:483041 "time",
Alex Crichton093ede22019-08-15 00:45:093042 "tokio",
3043 "tokio-executor",
3044 "tokio-io",
3045 "tokio-threadpool",
3046 "tokio-timer",
3047 "url 1.7.2",
3048 "uuid",
Eric Huss139477d2019-11-12 18:14:483049 "winreg",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:333050]
3051
3052[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583053name = "rls"
Igor Matuszewski5b091302019-12-10 15:01:013054version = "1.41.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583055dependencies = [
Eric Huss6da85d62020-01-14 17:47:043056 "anyhow",
Alex Crichton093ede22019-08-15 00:45:093057 "cargo",
Manish Goregaokar7d0162d2019-10-24 15:06:403058 "cargo_metadata 0.8.0",
Alex Crichton093ede22019-08-15 00:45:093059 "clippy_lints",
Igor Matuszewski8fc4bba2020-02-12 14:47:313060 "crossbeam-channel",
Alex Crichton093ede22019-08-15 00:45:093061 "difference",
Ralf Jung9cd1ede2019-10-31 06:50:543062 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093063 "futures",
3064 "heck",
Igor Matuszewskic2249a42019-09-08 08:28:113065 "home",
Alex Crichton093ede22019-08-15 00:45:093066 "itertools 0.8.0",
3067 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:423068 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093069 "log",
3070 "lsp-codec",
3071 "lsp-types",
3072 "num_cpus",
3073 "ordslice",
3074 "racer",
Alex Crichtonaabf4e92020-01-08 15:33:573075 "rand 0.7.3",
Alex Crichton093ede22019-08-15 00:45:093076 "rayon",
3077 "regex",
3078 "rls-analysis",
3079 "rls-data",
Igor Matuszewskic2249a42019-09-08 08:28:113080 "rls-ipc",
Alex Crichton093ede22019-08-15 00:45:093081 "rls-rustc",
3082 "rls-span",
3083 "rls-vfs",
Alex Crichton093ede22019-08-15 00:45:093084 "rustc-workspace-hack",
Igor Matuszewski31dc27d2019-06-08 20:15:223085 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton093ede22019-08-15 00:45:093086 "rustfmt-nightly",
3087 "serde",
3088 "serde_derive",
Igor Matuszewskic2249a42019-09-08 08:28:113089 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:093090 "serde_json",
3091 "tempfile",
3092 "tokio",
3093 "tokio-process",
3094 "tokio-timer",
Eric Huss7d92cf42019-08-20 17:46:353095 "toml",
Igor Matuszewskic2249a42019-09-08 08:28:113096 "url 2.1.0",
Alex Crichton093ede22019-08-15 00:45:093097 "walkdir",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583098]
3099
3100[[package]]
3101name = "rls-analysis"
Yuki Okushia6e58ae2020-05-26 04:33:063102version = "0.18.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583103source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushia6e58ae2020-05-26 04:33:063104checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583105dependencies = [
Alex Crichton093ede22019-08-15 00:45:093106 "derive-new",
3107 "fst",
Yuki Okushia6e58ae2020-05-26 04:33:063108 "itertools 0.8.0",
Alex Crichton093ede22019-08-15 00:45:093109 "json",
3110 "log",
3111 "rls-data",
3112 "rls-span",
3113 "serde",
3114 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483115]
3116
3117[[package]]
Martin Algesten9a6afa82018-02-02 07:29:593118name = "rls-data"
Igor Matuszewski4fb570d2019-04-21 10:52:073119version = "0.19.0"
Martin Algesten9a6afa82018-02-02 07:29:593120source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093121checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
Martin Algesten9a6afa82018-02-02 07:29:593122dependencies = [
Alex Crichton093ede22019-08-15 00:45:093123 "rls-span",
3124 "serde",
Martin Algesten9a6afa82018-02-02 07:29:593125]
3126
3127[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:113128name = "rls-ipc"
3129version = "0.1.0"
3130dependencies = [
3131 "jsonrpc-core",
3132 "jsonrpc-core-client",
3133 "jsonrpc-derive",
3134 "jsonrpc-ipc-server",
3135 "rls-data",
3136 "serde",
3137]
3138
3139[[package]]
Nick Cameron92867d22017-08-30 05:09:363140name = "rls-rustc"
Igor Matuszewski9a6a2692019-03-10 16:03:323141version = "0.6.0"
Igor Matuszewskic2249a42019-09-08 08:28:113142dependencies = [
3143 "clippy_lints",
Ralf Jung9cd1ede2019-10-31 06:50:543144 "env_logger 0.7.1",
Igor Matuszewskic2249a42019-09-08 08:28:113145 "futures",
3146 "log",
Alex Crichtonaabf4e92020-01-08 15:33:573147 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:113148 "rls-data",
3149 "rls-ipc",
3150 "serde",
3151 "tokio",
3152]
Nick Cameron92867d22017-08-30 05:09:363153
3154[[package]]
Nick Cameronfee1f642017-03-14 02:16:443155name = "rls-span"
Yuki Okushia6e58ae2020-05-26 04:33:063156version = "0.5.2"
Nick Camerondc63eff2017-03-15 08:20:233157source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushia6e58ae2020-05-26 04:33:063158checksum = "f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934"
Nick Cameronfee1f642017-03-14 02:16:443159dependencies = [
Alex Crichton093ede22019-08-15 00:45:093160 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583161]
3162
3163[[package]]
3164name = "rls-vfs"
Igor Matuszewski4fb570d2019-04-21 10:52:073165version = "0.8.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583166source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093167checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583168dependencies = [
Alex Crichton093ede22019-08-15 00:45:093169 "log",
3170 "rls-span",
Nick Cameronfee1f642017-03-14 02:16:443171]
3172
3173[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293174name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573175version = "0.1.0"
3176dependencies = [
Alex Crichton093ede22019-08-15 00:45:093177 "clap",
mark0c0c31b2020-02-03 05:41:333178 "codespan",
Eric Huss139477d2019-11-12 18:14:483179 "codespan-reporting",
Alex Crichton093ede22019-08-15 00:45:093180 "failure",
3181 "mdbook",
3182 "mdbook-linkcheck",
Samuel Hollandc648ad52019-10-06 22:30:113183 "rustc-workspace-hack",
Steve Klabnika0769612017-02-07 23:13:573184]
Ahmed Charles9ca382f2016-09-02 08:55:293185
3186[[package]]
Nick Cameron0e6fff82018-05-27 22:16:423187name = "rustc-ap-arena"
Igor Matuszewski84eae772020-05-21 13:39:523188version = "659.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273189source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523190checksum = "fdaf0295fc40b10ec1091aad1a1760b4bb3b4e7c4f77d543d1a2e9d50a01e6b1"
Igor Matuszewskid2d192e2019-07-30 11:00:273191dependencies = [
Alex Crichton093ede22019-08-15 00:45:093192 "rustc-ap-rustc_data_structures",
Charles Lewc05961c2020-04-25 01:38:313193 "smallvec 1.4.0",
Igor Matuszewskid2d192e2019-07-30 11:00:273194]
3195
3196[[package]]
Nick Cameron595bea62018-11-19 04:21:103197name = "rustc-ap-graphviz"
Igor Matuszewski84eae772020-05-21 13:39:523198version = "659.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273199source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523200checksum = "8028e8cdb4eb71810d0c22a5a5e1e3106c81123be63ce7f044b6d4ac100d8941"
Igor Matuszewski8fc4bba2020-02-12 14:47:313201
3202[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523203name = "rustc-ap-rustc_ast"
Igor Matuszewski84eae772020-05-21 13:39:523204version = "659.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313205source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523206checksum = "16e9e502bb3a5568433db1cf2fb1f1e1074934636069cf744ad7c77b58e1428e"
Igor Matuszewski8fc4bba2020-02-12 14:47:313207dependencies = [
3208 "log",
3209 "rustc-ap-rustc_data_structures",
Igor Matuszewskib2561c92020-03-31 12:31:523210 "rustc-ap-rustc_index",
3211 "rustc-ap-rustc_lexer",
3212 "rustc-ap-rustc_macros",
Igor Matuszewski8fc4bba2020-02-12 14:47:313213 "rustc-ap-rustc_span",
Igor Matuszewskib2561c92020-03-31 12:31:523214 "rustc-ap-serialize",
3215 "scoped-tls",
Charles Lewc05961c2020-04-25 01:38:313216 "smallvec 1.4.0",
Igor Matuszewskib2561c92020-03-31 12:31:523217]
3218
3219[[package]]
3220name = "rustc-ap-rustc_ast_passes"
Igor Matuszewski84eae772020-05-21 13:39:523221version = "659.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523222source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523223checksum = "faf35ffecab28f97f7ac01cf6a13afaca6408529d15eb95f317a43b2ffb88933"
Igor Matuszewskib2561c92020-03-31 12:31:523224dependencies = [
topecongiro84c45142020-04-15 02:07:333225 "itertools 0.8.0",
Igor Matuszewskib2561c92020-03-31 12:31:523226 "log",
3227 "rustc-ap-rustc_ast",
3228 "rustc-ap-rustc_ast_pretty",
3229 "rustc-ap-rustc_attr",
3230 "rustc-ap-rustc_data_structures",
3231 "rustc-ap-rustc_errors",
3232 "rustc-ap-rustc_feature",
3233 "rustc-ap-rustc_parse",
3234 "rustc-ap-rustc_session",
3235 "rustc-ap-rustc_span",
3236]
3237
3238[[package]]
3239name = "rustc-ap-rustc_ast_pretty"
Igor Matuszewski84eae772020-05-21 13:39:523240version = "659.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523241source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523242checksum = "3684ed43dc552f1e030e3f7a5a300a7a834bdda4e9e00ab80284be4220d8c603"
Igor Matuszewskib2561c92020-03-31 12:31:523243dependencies = [
3244 "log",
3245 "rustc-ap-rustc_ast",
Igor Matuszewskib2561c92020-03-31 12:31:523246 "rustc-ap-rustc_span",
Igor Matuszewski8fc4bba2020-02-12 14:47:313247]
3248
3249[[package]]
3250name = "rustc-ap-rustc_attr"
Igor Matuszewski84eae772020-05-21 13:39:523251version = "659.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313252source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523253checksum = "31b413927daa666983b3b49227f9ac218aa29254546abdb585f20cd71c391870"
Igor Matuszewski8fc4bba2020-02-12 14:47:313254dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523255 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313256 "rustc-ap-rustc_ast_pretty",
3257 "rustc-ap-rustc_data_structures",
3258 "rustc-ap-rustc_errors",
3259 "rustc-ap-rustc_feature",
3260 "rustc-ap-rustc_macros",
3261 "rustc-ap-rustc_session",
3262 "rustc-ap-rustc_span",
3263 "rustc-ap-serialize",
Igor Matuszewski84eae772020-05-21 13:39:523264 "version_check",
Igor Matuszewski8fc4bba2020-02-12 14:47:313265]
Igor Matuszewskid2d192e2019-07-30 11:00:273266
3267[[package]]
Igor Matuszewskid2d192e2019-07-30 11:00:273268name = "rustc-ap-rustc_data_structures"
Igor Matuszewski84eae772020-05-21 13:39:523269version = "659.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273270source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523271checksum = "4b1c6069e5c522657f1c6f5ab33074e097092f48e804cc896d337e319aacbd60"
Igor Matuszewskid2d192e2019-07-30 11:00:273272dependencies = [
Igor Matuszewski8fc4bba2020-02-12 14:47:313273 "bitflags",
Alex Crichton093ede22019-08-15 00:45:093274 "cfg-if",
Igor Matuszewskib2561c92020-03-31 12:31:523275 "crossbeam-utils 0.7.2",
Igor Matuszewski84eae772020-05-21 13:39:523276 "ena 0.14.0",
Alex Crichton093ede22019-08-15 00:45:093277 "indexmap",
3278 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:423279 "lazy_static",
topecongiro84c45142020-04-15 02:07:333280 "libc",
Alex Crichton093ede22019-08-15 00:45:093281 "log",
Igor Matuszewski8fc4bba2020-02-12 14:47:313282 "measureme",
Amanieu d'Antrasc4ca6382020-04-10 16:31:313283 "parking_lot 0.10.2",
Alex Crichton093ede22019-08-15 00:45:093284 "rustc-ap-graphviz",
Igor Matuszewskiae79ea32019-10-11 14:28:023285 "rustc-ap-rustc_index",
Alex Crichton093ede22019-08-15 00:45:093286 "rustc-ap-serialize",
3287 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013288 "rustc-rayon",
3289 "rustc-rayon-core",
Charles Lewc05961c2020-04-25 01:38:313290 "smallvec 1.4.0",
Alex Crichton093ede22019-08-15 00:45:093291 "stable_deref_trait",
Igor Matuszewski84eae772020-05-21 13:39:523292 "stacker",
Igor Matuszewski8fc4bba2020-02-12 14:47:313293 "winapi 0.3.8",
Igor Matuszewskid2d192e2019-07-30 11:00:273294]
3295
3296[[package]]
topecongiro5ae8fa92018-01-18 14:40:373297name = "rustc-ap-rustc_errors"
Igor Matuszewski84eae772020-05-21 13:39:523298version = "659.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273299source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523300checksum = "0c374e89b3c9714869ef86076942155383804ba6778c26be2169d324563c31f9"
Igor Matuszewskid2d192e2019-07-30 11:00:273301dependencies = [
Juan Aguilar Santillanae9c78db2020-05-08 20:48:263302 "annotate-snippets 0.6.1",
Alex Crichton093ede22019-08-15 00:45:093303 "atty",
3304 "log",
3305 "rustc-ap-rustc_data_structures",
Igor Matuszewski8fc4bba2020-02-12 14:47:313306 "rustc-ap-rustc_span",
Alex Crichton093ede22019-08-15 00:45:093307 "rustc-ap-serialize",
Alex Crichton093ede22019-08-15 00:45:093308 "termcolor",
Igor Matuszewski8fc4bba2020-02-12 14:47:313309 "termize",
Alex Crichton093ede22019-08-15 00:45:093310 "unicode-width",
Igor Matuszewski8fc4bba2020-02-12 14:47:313311 "winapi 0.3.8",
Igor Matuszewskid2d192e2019-07-30 11:00:273312]
3313
3314[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523315name = "rustc-ap-rustc_expand"
Igor Matuszewski84eae772020-05-21 13:39:523316version = "659.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273317source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523318checksum = "259d2a7aa7a12f3c99a4ce4123643ec065f1a26f8e89be1f9bedd9757ea53fdc"
Igor Matuszewskib2561c92020-03-31 12:31:523319dependencies = [
3320 "log",
3321 "rustc-ap-rustc_ast",
3322 "rustc-ap-rustc_ast_passes",
3323 "rustc-ap-rustc_ast_pretty",
3324 "rustc-ap-rustc_attr",
3325 "rustc-ap-rustc_data_structures",
3326 "rustc-ap-rustc_errors",
3327 "rustc-ap-rustc_feature",
3328 "rustc-ap-rustc_lexer",
3329 "rustc-ap-rustc_parse",
3330 "rustc-ap-rustc_session",
3331 "rustc-ap-rustc_span",
3332 "rustc-ap-serialize",
Charles Lewc05961c2020-04-25 01:38:313333 "smallvec 1.4.0",
Igor Matuszewskib2561c92020-03-31 12:31:523334]
3335
3336[[package]]
3337name = "rustc-ap-rustc_feature"
Igor Matuszewski84eae772020-05-21 13:39:523338version = "659.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523339source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523340checksum = "c0296fbc29b629d5ae2ebee1bbf0407bb22de04d26d87216c20899b79579ccb3"
Igor Matuszewski8fc4bba2020-02-12 14:47:313341dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:423342 "lazy_static",
Igor Matuszewski8fc4bba2020-02-12 14:47:313343 "rustc-ap-rustc_data_structures",
3344 "rustc-ap-rustc_span",
3345]
3346
3347[[package]]
3348name = "rustc-ap-rustc_fs_util"
Igor Matuszewski84eae772020-05-21 13:39:523349version = "659.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313350source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523351checksum = "34734f6cc681399630acd836a14207c6b5b9671a290cc7cad0354b0a4d71b3c9"
Igor Matuszewski8fc4bba2020-02-12 14:47:313352
3353[[package]]
3354name = "rustc-ap-rustc_index"
Igor Matuszewski84eae772020-05-21 13:39:523355version = "659.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313356source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523357checksum = "d1e4508753d71d3523209c2ca5086db15a1413e71ebf17ad5412bb7ced5e44c2"
Igor Matuszewskiae79ea32019-10-11 14:28:023358dependencies = [
3359 "rustc-ap-serialize",
Charles Lewc05961c2020-04-25 01:38:313360 "smallvec 1.4.0",
Igor Matuszewskiae79ea32019-10-11 14:28:023361]
3362
3363[[package]]
3364name = "rustc-ap-rustc_lexer"
Igor Matuszewski84eae772020-05-21 13:39:523365version = "659.0.0"
Igor Matuszewskiae79ea32019-10-11 14:28:023366source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523367checksum = "42b9fcd8407e322908a721262fbc0b35b5f3c35bb173a26dd1e0070bde336e33"
Igor Matuszewskic2249a42019-09-08 08:28:113368dependencies = [
3369 "unicode-xid 0.2.0",
3370]
Igor Matuszewskid2d192e2019-07-30 11:00:273371
3372[[package]]
topecongiro5a411a62019-06-18 12:15:193373name = "rustc-ap-rustc_macros"
Igor Matuszewski84eae772020-05-21 13:39:523374version = "659.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273375source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523376checksum = "3d104115a689367d2e0bcd99f37e0ebd6b9c8c78bab0d9cbea5bae86323601b5"
Igor Matuszewskid2d192e2019-07-30 11:00:273377dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:013378 "proc-macro2 1.0.3",
3379 "quote 1.0.2",
3380 "syn 1.0.11",
Igor Matuszewski403a9d02020-05-05 11:26:163381 "synstructure",
Igor Matuszewskid2d192e2019-07-30 11:00:273382]
3383
3384[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313385name = "rustc-ap-rustc_parse"
Igor Matuszewski84eae772020-05-21 13:39:523386version = "659.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273387source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523388checksum = "afaaab91853fc5a3916785ccae727a4433359d9787c260d42b96a2265fe5b287"
Igor Matuszewskid2d192e2019-07-30 11:00:273389dependencies = [
Alex Crichton093ede22019-08-15 00:45:093390 "bitflags",
3391 "log",
Igor Matuszewskib2561c92020-03-31 12:31:523392 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313393 "rustc-ap-rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093394 "rustc-ap-rustc_data_structures",
3395 "rustc-ap-rustc_errors",
Igor Matuszewski8fc4bba2020-02-12 14:47:313396 "rustc-ap-rustc_feature",
Alex Crichton093ede22019-08-15 00:45:093397 "rustc-ap-rustc_lexer",
Igor Matuszewski8fc4bba2020-02-12 14:47:313398 "rustc-ap-rustc_session",
3399 "rustc-ap-rustc_span",
Igor Matuszewski8fc4bba2020-02-12 14:47:313400 "unicode-normalization",
Igor Matuszewskid2d192e2019-07-30 11:00:273401]
3402
3403[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313404name = "rustc-ap-rustc_session"
Igor Matuszewski84eae772020-05-21 13:39:523405version = "659.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273406source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523407checksum = "86e756a57ce6ce1b868e35e64a7e10ab28d49ece80d7c661b07aff5afc6e5d2d"
Igor Matuszewski8fc4bba2020-02-12 14:47:313408dependencies = [
topecongiro84c45142020-04-15 02:07:333409 "getopts",
Igor Matuszewski8fc4bba2020-02-12 14:47:313410 "log",
3411 "num_cpus",
Igor Matuszewskib2561c92020-03-31 12:31:523412 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313413 "rustc-ap-rustc_data_structures",
3414 "rustc-ap-rustc_errors",
3415 "rustc-ap-rustc_feature",
3416 "rustc-ap-rustc_fs_util",
3417 "rustc-ap-rustc_index",
3418 "rustc-ap-rustc_span",
3419 "rustc-ap-rustc_target",
3420 "rustc-ap-serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313421]
3422
3423[[package]]
3424name = "rustc-ap-rustc_span"
Igor Matuszewski84eae772020-05-21 13:39:523425version = "659.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313426source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523427checksum = "21031c3396ee452f4c6e994b67513a633055c57c86d00336afd9d63149518f34"
Igor Matuszewskid2d192e2019-07-30 11:00:273428dependencies = [
Alex Crichton093ede22019-08-15 00:45:093429 "cfg-if",
Igor Matuszewski8fc4bba2020-02-12 14:47:313430 "log",
topecongiro84c45142020-04-15 02:07:333431 "md-5",
Alex Crichton093ede22019-08-15 00:45:093432 "rustc-ap-arena",
3433 "rustc-ap-rustc_data_structures",
Igor Matuszewskiae79ea32019-10-11 14:28:023434 "rustc-ap-rustc_index",
Alex Crichton093ede22019-08-15 00:45:093435 "rustc-ap-rustc_macros",
3436 "rustc-ap-serialize",
3437 "scoped-tls",
topecongiro84c45142020-04-15 02:07:333438 "sha-1",
Alex Crichton093ede22019-08-15 00:45:093439 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:273440]
3441
3442[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313443name = "rustc-ap-rustc_target"
Igor Matuszewski84eae772020-05-21 13:39:523444version = "659.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313445source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523446checksum = "ff21badfbead5b0050391eaad8840f2e4fcb03b6b0fc6006f447443529e9ae6e"
Igor Matuszewski8fc4bba2020-02-12 14:47:313447dependencies = [
3448 "bitflags",
3449 "log",
3450 "rustc-ap-rustc_data_structures",
3451 "rustc-ap-rustc_index",
3452 "rustc-ap-rustc_macros",
3453 "rustc-ap-rustc_span",
3454 "rustc-ap-serialize",
3455]
3456
3457[[package]]
3458name = "rustc-ap-serialize"
Igor Matuszewski84eae772020-05-21 13:39:523459version = "659.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313460source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski84eae772020-05-21 13:39:523461checksum = "768b5a305669d934522712bc13502962edfde5128ea63b9e7db4000410be1dc6"
Igor Matuszewski8fc4bba2020-02-12 14:47:313462dependencies = [
3463 "indexmap",
Charles Lewc05961c2020-04-25 01:38:313464 "smallvec 1.4.0",
Igor Matuszewski8fc4bba2020-02-12 14:47:313465]
3466
3467[[package]]
Josh Stone020c5ec2017-05-08 22:01:133468name = "rustc-demangle"
Eduard-Mihai Burtescu1ab9e522019-08-14 07:35:243469version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:133470source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093471checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
Alex Crichtonfcc8bb42018-12-14 22:37:513472dependencies = [
Alex Crichton093ede22019-08-15 00:45:093473 "compiler_builtins",
3474 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513475]
Josh Stone020c5ec2017-05-08 22:01:133476
3477[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023478name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193479version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023480source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193481checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023482
3483[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293484name = "rustc-main"
3485version = "0.0.0"
3486dependencies = [
Alex Crichton093ede22019-08-15 00:45:093487 "jemalloc-sys",
3488 "rustc_codegen_ssa",
3489 "rustc_driver",
Ahmed Charles9ca382f2016-09-02 08:55:293490]
3491
3492[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033493name = "rustc-rayon"
Josh Stone33c41252019-09-10 17:13:073494version = "0.3.0"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
3497dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163498 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073499 "either",
Igor Matuszewski5b091302019-12-10 15:01:013500 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413501]
3502
3503[[package]]
Josh Stone33c41252019-09-10 17:13:073504name = "rustc-rayon-core"
3505version = "0.3.0"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
3508dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163509 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073510 "crossbeam-queue",
3511 "crossbeam-utils 0.6.5",
Yuki Okushi1f0a39502020-05-26 04:00:423512 "lazy_static",
Josh Stone33c41252019-09-10 17:13:073513 "num_cpus",
3514]
3515
3516[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053517name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053518version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053519dependencies = [
Alex Crichton093ede22019-08-15 00:45:093520 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053521]
3522
3523[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503524name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053525version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503526dependencies = [
Alex Crichton093ede22019-08-15 00:45:093527 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503528]
3529
3530[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083531name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053532version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083533dependencies = [
3534 "std",
3535]
3536
3537[[package]]
Alex Crichton0e034d12018-07-31 21:16:553538name = "rustc-workspace-hack"
3539version = "1.0.0"
3540dependencies = [
Igor Matuszewski370be8e2020-04-01 20:39:113541 "crossbeam-utils 0.7.2",
Igor Matuszewskib512b1c2020-05-05 12:16:153542 "proc-macro2 1.0.3",
3543 "quote 1.0.2",
Alex Crichton093ede22019-08-15 00:45:093544 "serde",
3545 "serde_json",
Ralf Jung90b8d342019-11-04 14:59:093546 "smallvec 0.6.10",
Charles Lewc05961c2020-04-25 01:38:313547 "smallvec 1.4.0",
msizanoen18a0d2332019-10-29 05:17:183548 "syn 0.15.35",
Igor Matuszewskib512b1c2020-05-05 12:16:153549 "syn 1.0.11",
Aaron Hilld440e132019-09-16 18:45:403550 "url 2.1.0",
Eric Huss139477d2019-11-12 18:14:483551 "winapi 0.3.8",
Alex Crichton0e034d12018-07-31 21:16:553552]
3553
3554[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433555name = "rustc_apfloat"
3556version = "0.0.0"
3557dependencies = [
Alex Crichton093ede22019-08-15 00:45:093558 "bitflags",
Charles Lewc05961c2020-04-25 01:38:313559 "smallvec 1.4.0",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433560]
3561
3562[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403563name = "rustc_arena"
3564version = "0.0.0"
3565dependencies = [
3566 "rustc_data_structures",
3567 "smallvec 1.4.0",
3568]
3569
3570[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263571name = "rustc_ast"
3572version = "0.0.0"
3573dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013574 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263575 "log",
3576 "rustc_data_structures",
3577 "rustc_index",
3578 "rustc_lexer",
3579 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403580 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263581 "rustc_span",
3582 "scoped-tls",
Charles Lewc05961c2020-04-25 01:38:313583 "smallvec 1.4.0",
Vadim Petrochenkov6054a302020-02-29 17:16:263584]
3585
3586[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563587name = "rustc_ast_lowering"
3588version = "0.0.0"
3589dependencies = [
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563590 "log",
Vadim Petrochenkov11d95142020-06-02 17:03:403591 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263592 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463593 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563594 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563595 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573596 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563597 "rustc_index",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563598 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563599 "rustc_span",
3600 "rustc_target",
Charles Lewc05961c2020-04-25 01:38:313601 "smallvec 1.4.0",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563602]
3603
3604[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443605name = "rustc_ast_passes"
3606version = "0.0.0"
3607dependencies = [
Esteban Küberc9f55ea2020-04-05 23:34:163608 "itertools 0.8.0",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393609 "log",
Vadim Petrochenkov6054a302020-02-29 17:16:263610 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463611 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203612 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443613 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443614 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393615 "rustc_feature",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443616 "rustc_parse",
3617 "rustc_session",
3618 "rustc_span",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443619]
3620
3621[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463622name = "rustc_ast_pretty"
3623version = "0.0.0"
3624dependencies = [
3625 "log",
Vadim Petrochenkov6054a302020-02-29 17:16:263626 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463627 "rustc_span",
Amanieu d'Antras813a9fc2020-01-22 14:20:273628 "rustc_target",
Mazdak Farrokhzade2333312020-01-11 16:02:463629]
3630
3631[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203632name = "rustc_attr"
3633version = "0.0.0"
3634dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263635 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463636 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203637 "rustc_data_structures",
3638 "rustc_errors",
3639 "rustc_feature",
3640 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403641 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203642 "rustc_session",
3643 "rustc_span",
mibac13890aa62a2020-04-19 08:47:553644 "version_check",
Mazdak Farrokhzad93a82832020-01-11 12:15:203645]
3646
3647[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323648name = "rustc_builtin_macros"
3649version = "0.0.0"
3650dependencies = [
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323651 "log",
Vadim Petrochenkov6054a302020-02-29 17:16:263652 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463653 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203654 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323655 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323656 "rustc_errors",
3657 "rustc_expand",
3658 "rustc_feature",
3659 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403660 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203661 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323662 "rustc_span",
3663 "rustc_target",
Charles Lewc05961c2020-04-25 01:38:313664 "smallvec 1.4.0",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323665]
3666
3667[[package]]
Irina Popab63d7e22018-05-08 13:10:163668name = "rustc_codegen_llvm"
3669version = "0.0.0"
3670dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353671 "bitflags",
3672 "flate2",
3673 "libc",
3674 "log",
Andreas Jonsoncec0ed02020-02-11 21:37:163675 "measureme",
Alex Crichton7f23e6e2019-10-22 15:51:353676 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263677 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203678 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353679 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353680 "rustc_data_structures",
3681 "rustc_errors",
Aaron Hillfca192c2019-12-06 03:04:353682 "rustc_feature",
Alex Crichton7f23e6e2019-10-22 15:51:353683 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573684 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353685 "rustc_incremental",
3686 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093687 "rustc_llvm",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453688 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403689 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353690 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323691 "rustc_span",
Alex Crichton7f23e6e2019-10-22 15:51:353692 "rustc_target",
Charles Lewc05961c2020-04-25 01:38:313693 "smallvec 1.4.0",
Irina Popab63d7e22018-05-08 13:10:163694]
3695
3696[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043697name = "rustc_codegen_ssa"
3698version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353699dependencies = [
Alex Crichton093ede22019-08-15 00:45:093700 "bitflags",
3701 "cc",
3702 "jobserver",
3703 "libc",
3704 "log",
3705 "memmap",
3706 "num_cpus",
Alex Crichton093ede22019-08-15 00:45:093707 "rustc_apfloat",
Vadim Petrochenkov6054a302020-02-29 17:16:263708 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203709 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093710 "rustc_data_structures",
3711 "rustc_errors",
3712 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573713 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093714 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103715 "rustc_index",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453716 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403717 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083718 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323719 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583720 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093721 "rustc_target",
Mark Mansi2d75a332020-03-12 23:07:583722 "tempfile",
Irina Popab63d7e22018-05-08 13:10:163723]
3724
3725[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293726name = "rustc_data_structures"
3727version = "0.0.0"
3728dependencies = [
Mark Rousskovf696b212019-11-11 22:15:363729 "bitflags",
Alex Crichton093ede22019-08-15 00:45:093730 "cfg-if",
Mateusz Mikułaf5e702d2020-03-26 13:10:353731 "crossbeam-utils 0.7.2",
Markus Westerlindcaacdd22020-02-25 08:47:073732 "ena 0.14.0",
Alex Crichton093ede22019-08-15 00:45:093733 "indexmap",
3734 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:423735 "lazy_static",
Luca Barbieri45ede922020-04-10 20:42:193736 "libc",
Alex Crichton093ede22019-08-15 00:45:093737 "log",
Mark Rousskovf696b212019-11-11 22:15:363738 "measureme",
Dylan MacKenzie9f827852020-05-16 04:43:063739 "once_cell",
Amanieu d'Antrasc4ca6382020-04-10 16:31:313740 "parking_lot 0.10.2",
Alex Crichton093ede22019-08-15 00:45:093741 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013742 "rustc-rayon",
3743 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403744 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513745 "rustc_index",
Vadim Petrochenkov11d95142020-06-02 17:03:403746 "rustc_serialize",
Charles Lewc05961c2020-04-25 01:38:313747 "smallvec 1.4.0",
Alex Crichton093ede22019-08-15 00:45:093748 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553749 "stacker",
Andy Russell7b564c62020-01-04 21:46:473750 "winapi 0.3.8",
Ahmed Charles9ca382f2016-09-02 08:55:293751]
3752
3753[[package]]
3754name = "rustc_driver"
3755version = "0.0.0"
3756dependencies = [
Ralf Jung64cf5962019-10-30 20:03:193757 "env_logger 0.7.1",
Yuki Okushi1f0a39502020-05-26 04:00:423758 "lazy_static",
Luca Barbieri45ede922020-04-10 20:42:193759 "libc",
Alex Crichton093ede22019-08-15 00:45:093760 "log",
Vadim Petrochenkov6054a302020-02-29 17:16:263761 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463762 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483763 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093764 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503765 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093766 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183767 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573768 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193769 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093770 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133771 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:093772 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453773 "rustc_middle",
Alex Crichton093ede22019-08-15 00:45:093774 "rustc_mir",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133775 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323776 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093777 "rustc_save_analysis",
Vadim Petrochenkov11d95142020-06-02 17:03:403778 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083779 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323780 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093781 "rustc_target",
Andy Russell7b564c62020-01-04 21:46:473782 "winapi 0.3.8",
Ahmed Charles9ca382f2016-09-02 08:55:293783]
3784
3785[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053786name = "rustc_error_codes"
3787version = "0.0.0"
3788
3789[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293790name = "rustc_errors"
3791version = "0.0.0"
3792dependencies = [
Juan Aguilar Santillanae9c78db2020-05-08 20:48:263793 "annotate-snippets 0.8.0",
Alex Crichton093ede22019-08-15 00:45:093794 "atty",
3795 "log",
3796 "rustc_data_structures",
Vadim Petrochenkov11d95142020-06-02 17:03:403797 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323798 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093799 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483800 "termize",
Alex Crichton093ede22019-08-15 00:45:093801 "unicode-width",
Andy Russell7b564c62020-01-04 21:46:473802 "winapi 0.3.8",
Ahmed Charles9ca382f2016-09-02 08:55:293803]
3804
3805[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323806name = "rustc_expand"
3807version = "0.0.0"
3808dependencies = [
3809 "log",
Vadim Petrochenkov6054a302020-02-29 17:16:263810 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393811 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463812 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203813 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323814 "rustc_data_structures",
3815 "rustc_errors",
3816 "rustc_feature",
3817 "rustc_lexer",
3818 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403819 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203820 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323821 "rustc_span",
Charles Lewc05961c2020-04-25 01:38:313822 "smallvec 1.4.0",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323823]
3824
3825[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383826name = "rustc_feature"
3827version = "0.0.0"
3828dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:423829 "lazy_static",
Mazdak Farrokhzad70234f12019-11-30 01:34:183830 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323831 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383832]
3833
3834[[package]]
Mark Rousskove3177c62018-08-03 21:31:033835name = "rustc_fs_util"
3836version = "0.0.0"
3837
3838[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403839name = "rustc_graphviz"
3840version = "0.0.0"
3841
3842[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273843name = "rustc_hir"
3844version = "0.0.0"
3845dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:423846 "lazy_static",
Mazdak Farrokhzad14f89de2020-03-21 03:39:483847 "log",
Vadim Petrochenkov6054a302020-02-29 17:16:263848 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273849 "rustc_data_structures",
Mazdak Farrokhzad7a140732019-12-25 02:51:273850 "rustc_index",
3851 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403852 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273853 "rustc_span",
3854 "rustc_target",
Charles Lewc05961c2020-04-25 01:38:313855 "smallvec 1.4.0",
Mazdak Farrokhzad7a140732019-12-25 02:51:273856]
3857
3858[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193859name = "rustc_hir_pretty"
3860version = "0.0.0"
3861dependencies = [
3862 "rustc_ast",
3863 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193864 "rustc_hir",
3865 "rustc_span",
3866 "rustc_target",
3867]
3868
3869[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293870name = "rustc_incremental"
3871version = "0.0.0"
3872dependencies = [
Alex Crichton093ede22019-08-15 00:45:093873 "log",
Alex Crichtonaabf4e92020-01-08 15:33:573874 "rand 0.7.3",
Vadim Petrochenkov6054a302020-02-29 17:16:263875 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093876 "rustc_data_structures",
3877 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403878 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573879 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453880 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403881 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163882 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323883 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:293884]
3885
3886[[package]]
csmoe1cff2e62019-09-25 19:09:513887name = "rustc_index"
3888version = "0.0.0"
3889dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403890 "rustc_serialize",
Charles Lewc05961c2020-04-25 01:38:313891 "smallvec 1.4.0",
csmoe1cff2e62019-09-25 19:09:513892]
3893
3894[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243895name = "rustc_infer"
3896version = "0.0.0"
3897dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243898 "log",
Vadim Petrochenkov6054a302020-02-29 17:16:263899 "rustc_ast",
Camille GILLOTf07e8892020-01-06 19:13:243900 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243901 "rustc_errors",
Vadim Petrochenkov11d95142020-06-02 17:03:403902 "rustc_graphviz",
Camille GILLOTf07e8892020-01-06 19:13:243903 "rustc_hir",
3904 "rustc_index",
3905 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453906 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403907 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083908 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:243909 "rustc_span",
3910 "rustc_target",
Charles Lewc05961c2020-04-25 01:38:313911 "smallvec 1.4.0",
Camille GILLOTf07e8892020-01-06 19:13:243912]
3913
3914[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233915name = "rustc_interface"
3916version = "0.0.0"
3917dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193918 "libc",
Alex Crichton093ede22019-08-15 00:45:093919 "log",
Mark Rousskov2fc32b92019-09-10 01:01:413920 "once_cell",
Igor Matuszewski5b091302019-12-10 15:01:013921 "rustc-rayon",
Vadim Petrochenkov6054a302020-02-29 17:16:263922 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563923 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443924 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203925 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323926 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353927 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093928 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093929 "rustc_data_structures",
3930 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323931 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:273932 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093933 "rustc_incremental",
3934 "rustc_lint",
3935 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453936 "rustc_middle",
Alex Crichton093ede22019-08-15 00:45:093937 "rustc_mir",
Matthew Jasperb3589292020-01-05 15:46:443938 "rustc_mir_build",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133939 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093940 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323941 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093942 "rustc_privacy",
3943 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:403944 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163945 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323946 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583947 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163948 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403949 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093950 "rustc_traits",
Camille GILLOT9908a872020-01-13 12:40:303951 "rustc_ty",
Alex Crichton093ede22019-08-15 00:45:093952 "rustc_typeck",
Charles Lewc05961c2020-04-25 01:38:313953 "smallvec 1.4.0",
Alex Crichton093ede22019-08-15 00:45:093954 "tempfile",
Andy Russell7b564c62020-01-04 21:46:473955 "winapi 0.3.8",
John Kåre Alsaker23a51f92018-12-08 19:30:233956]
3957
3958[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403959name = "rustc_lexer"
3960version = "0.1.0"
3961dependencies = [
Aleksey Kladova0c186c2019-07-21 11:50:393962 "unicode-xid 0.2.0",
Aleksey Kladov395ee0b2019-05-06 08:53:403963]
3964
3965[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293966name = "rustc_lint"
3967version = "0.0.0"
3968dependencies = [
Alex Crichton093ede22019-08-15 00:45:093969 "log",
Vadim Petrochenkov6054a302020-02-29 17:16:263970 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463971 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203972 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093973 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473974 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383975 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573976 "rustc_hir",
csmoe64f61c72019-09-26 05:38:333977 "rustc_index",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453978 "rustc_middle",
Mark Rousskovf03d8f32019-11-12 17:09:203979 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323980 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093981 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403982 "rustc_trait_selection",
Charles Lew485e98a2020-01-02 12:02:223983 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293984]
3985
3986[[package]]
3987name = "rustc_llvm"
3988version = "0.0.0"
3989dependencies = [
Alex Crichton093ede22019-08-15 00:45:093990 "build_helper",
3991 "cc",
Aaron Hill47e932b2019-12-12 15:51:193992 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293993]
3994
3995[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:103996name = "rustc_macros"
3997version = "0.1.0"
3998dependencies = [
Mateusz Mikuład8960882019-10-04 12:43:233999 "proc-macro2 1.0.3",
4000 "quote 1.0.2",
Igor Matuszewski5b091302019-12-10 15:01:014001 "syn 1.0.11",
Igor Matuszewski403a9d02020-05-05 11:26:164002 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104003]
4004
4005[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294006name = "rustc_metadata"
4007version = "0.0.0"
4008dependencies = [
Alex Crichton093ede22019-08-15 00:45:094009 "flate2",
Luca Barbieri45ede922020-04-10 20:42:194010 "libc",
Alex Crichton093ede22019-08-15 00:45:094011 "log",
4012 "memmap",
Vadim Petrochenkov6054a302020-02-29 17:16:264013 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204014 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094015 "rustc_data_structures",
4016 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324017 "rustc_expand",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574018 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194019 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104020 "rustc_index",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454021 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404022 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084023 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324024 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094025 "rustc_target",
Charles Lewc05961c2020-04-25 01:38:314026 "smallvec 1.4.0",
Alex Crichton093ede22019-08-15 00:45:094027 "stable_deref_trait",
Andy Russell7b564c62020-01-04 21:46:474028 "winapi 0.3.8",
Ahmed Charles9ca382f2016-09-02 08:55:294029]
4030
4031[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454032name = "rustc_middle"
4033version = "0.0.0"
4034dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454035 "bitflags",
4036 "byteorder",
Jack Hueya24df5b2020-03-03 16:25:034037 "chalk-ir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454038 "log",
4039 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454040 "polonius-engine",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454041 "rustc-rayon-core",
4042 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404043 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454044 "rustc_ast",
4045 "rustc_attr",
4046 "rustc_data_structures",
4047 "rustc_errors",
4048 "rustc_feature",
4049 "rustc_hir",
4050 "rustc_index",
4051 "rustc_macros",
4052 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404053 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454054 "rustc_session",
4055 "rustc_span",
4056 "rustc_target",
4057 "scoped-tls",
Charles Lewc05961c2020-04-25 01:38:314058 "smallvec 1.4.0",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454059]
4060
4061[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294062name = "rustc_mir"
4063version = "0.0.0"
4064dependencies = [
Alex Crichton093ede22019-08-15 00:45:094065 "either",
Mazdak Farrokhzad2f00e862019-11-10 09:26:334066 "itertools 0.8.0",
Alex Crichton093ede22019-08-15 00:45:094067 "log",
4068 "log_settings",
4069 "polonius-engine",
Alex Crichton093ede22019-08-15 00:45:094070 "rustc_apfloat",
Vadim Petrochenkov6054a302020-02-29 17:16:264071 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204072 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094073 "rustc_data_structures",
4074 "rustc_errors",
Vadim Petrochenkov11d95142020-06-02 17:03:404075 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574076 "rustc_hir",
csmoed20183d2019-09-26 05:30:104077 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244078 "rustc_infer",
Aleksey Kladova0c186c2019-07-21 11:50:394079 "rustc_lexer",
Camille GILLOTd9eaaf52019-11-10 18:30:194080 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454081 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404082 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084083 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324084 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094085 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404086 "rustc_trait_selection",
Charles Lewc05961c2020-04-25 01:38:314087 "smallvec 1.4.0",
Ahmed Charles9ca382f2016-09-02 08:55:294088]
4089
4090[[package]]
Matthew Jasperb3589292020-01-05 15:46:444091name = "rustc_mir_build"
4092version = "0.0.0"
4093dependencies = [
Matthew Jasperb3589292020-01-05 15:46:444094 "log",
Matthew Jasperb3589292020-01-05 15:46:444095 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404096 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264097 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204098 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:444099 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444100 "rustc_errors",
4101 "rustc_hir",
4102 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244103 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454104 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404105 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074106 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444107 "rustc_span",
4108 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404109 "rustc_trait_selection",
Charles Lewc05961c2020-04-25 01:38:314110 "smallvec 1.4.0",
Matthew Jasperb3589292020-01-05 15:46:444111]
4112
4113[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134114name = "rustc_parse"
4115version = "0.0.0"
4116dependencies = [
4117 "bitflags",
4118 "log",
Vadim Petrochenkov6054a302020-02-29 17:16:264119 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464120 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134121 "rustc_data_structures",
4122 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384123 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134124 "rustc_lexer",
Mazdak Farrokhzadf361b712020-01-05 09:47:204125 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324126 "rustc_span",
Charles Lew0bcddfe2019-11-23 14:33:404127 "unicode-normalization",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134128]
4129
4130[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404131name = "rustc_parse_format"
4132version = "0.0.0"
4133dependencies = [
4134 "rustc_lexer",
4135 "rustc_span",
4136]
4137
4138[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294139name = "rustc_passes"
4140version = "0.0.0"
4141dependencies = [
Alex Crichton093ede22019-08-15 00:45:094142 "log",
Vadim Petrochenkov6054a302020-02-29 17:16:264143 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204144 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094145 "rustc_data_structures",
4146 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574147 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574148 "rustc_index",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454149 "rustc_middle",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434150 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324151 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574152 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404153 "rustc_trait_selection",
Ahmed Charles9ca382f2016-09-02 08:55:294154]
4155
4156[[package]]
Simon Sapind0bbc602019-07-16 17:08:324157name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294158version = "0.0.0"
4159dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264160 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164161 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574162 "rustc_hir",
Mazdak Farrokhzadf58db202020-01-09 06:52:014163 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:094164 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454165 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084166 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324167 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294168]
4169
4170[[package]]
4171name = "rustc_privacy"
4172version = "0.0.0"
4173dependencies = [
Alex Crichton093ede22019-08-15 00:45:094174 "log",
Mazdak Farrokhzad93a82832020-01-11 12:15:204175 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094176 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164177 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574178 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454179 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084180 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324181 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094182 "rustc_typeck",
Ahmed Charles9ca382f2016-09-02 08:55:294183]
4184
4185[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224186name = "rustc_query_system"
4187version = "0.0.0"
4188dependencies = [
Camille GILLOT6624dc42020-03-18 09:25:224189 "log",
Amanieu d'Antrasc4ca6382020-04-10 16:31:314190 "parking_lot 0.10.2",
Camille GILLOT8e873c32020-03-19 13:13:314191 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404192 "rustc_arena",
Camille GILLOT6624dc42020-03-18 09:25:224193 "rustc_data_structures",
4194 "rustc_errors",
Camille GILLOT6624dc42020-03-18 09:25:224195 "rustc_index",
Vadim Petrochenkov11d95142020-06-02 17:03:404196 "rustc_serialize",
Camille GILLOT8e873c32020-03-19 13:13:314197 "rustc_span",
Charles Lewc05961c2020-04-25 01:38:314198 "smallvec 1.4.0",
Camille GILLOT6624dc42020-03-18 09:25:224199]
4200
4201[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294202name = "rustc_resolve"
4203version = "0.0.0"
4204dependencies = [
Alex Crichton093ede22019-08-15 00:45:094205 "bitflags",
Alex Crichton093ede22019-08-15 00:45:094206 "log",
Vadim Petrochenkov11d95142020-06-02 17:03:404207 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264208 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564209 "rustc_ast_lowering",
Mazdak Farrokhzade2333312020-01-11 16:02:464210 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204211 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094212 "rustc_data_structures",
4213 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324214 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184215 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574216 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:094217 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454218 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564219 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324220 "rustc_span",
Charles Lewc05961c2020-04-25 01:38:314221 "smallvec 1.4.0",
Ahmed Charles9ca382f2016-09-02 08:55:294222]
4223
4224[[package]]
4225name = "rustc_save_analysis"
4226version = "0.0.0"
4227dependencies = [
Alex Crichton093ede22019-08-15 00:45:094228 "log",
4229 "rls-data",
4230 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264231 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464232 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094233 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574234 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414235 "rustc_hir_pretty",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454236 "rustc_middle",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134237 "rustc_parse",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084238 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324239 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094240 "serde_json",
Ahmed Charles9ca382f2016-09-02 08:55:294241]
4242
4243[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404244name = "rustc_serialize"
4245version = "0.0.0"
4246dependencies = [
4247 "indexmap",
4248 "smallvec 1.4.0",
4249]
4250
4251[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334252name = "rustc_session"
4253version = "0.0.0"
4254dependencies = [
Luca Barbieriac2b84f2020-04-10 20:42:194255 "getopts",
Mark Rousskovc761ec12019-11-12 13:17:334256 "log",
Mark Rousskovcc2c33a2019-11-29 21:05:284257 "num_cpus",
Vadim Petrochenkov6054a302020-02-29 17:16:264258 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334259 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334260 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284261 "rustc_feature",
4262 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:404263 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324264 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284265 "rustc_target",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324266]
4267
4268[[package]]
4269name = "rustc_span"
4270version = "0.0.0"
4271dependencies = [
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324272 "cfg-if",
4273 "log",
Arlo Siemsenf86b0782020-03-31 05:17:154274 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404275 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324276 "rustc_data_structures",
4277 "rustc_index",
4278 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404279 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324280 "scoped-tls",
Arlo Siemsenf86b0782020-03-31 05:17:154281 "sha-1",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324282 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334283]
4284
4285[[package]]
Mark Mansi2d75a332020-03-12 23:07:584286name = "rustc_symbol_mangling"
4287version = "0.0.0"
4288dependencies = [
4289 "log",
4290 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584291 "rustc-demangle",
4292 "rustc_ast",
4293 "rustc_data_structures",
4294 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454295 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584296 "rustc_session",
4297 "rustc_span",
4298 "rustc_target",
4299]
4300
4301[[package]]
Irina Popa38e96402017-12-08 19:18:214302name = "rustc_target"
4303version = "0.0.0"
4304dependencies = [
Alex Crichton093ede22019-08-15 00:45:094305 "bitflags",
4306 "log",
4307 "rustc_data_structures",
csmoe64f61c72019-09-26 05:38:334308 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524309 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404310 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324311 "rustc_span",
Irina Popa38e96402017-12-08 19:18:214312]
4313
4314[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064315name = "rustc_tools_util"
Igor Matuszewski31dc27d2019-06-08 20:15:224316version = "0.2.0"
Matthias Krügerc09d4e72019-01-05 14:40:104317
4318[[package]]
4319name = "rustc_tools_util"
Oliver Scherer2a789512019-05-26 17:21:544320version = "0.2.0"
Igor Matuszewski31dc27d2019-06-08 20:15:224321source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094322checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
Matthias Krüger10e7b762018-09-07 07:12:064323
4324[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404325name = "rustc_trait_selection"
4326version = "0.0.0"
4327dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404328 "log",
Camille GILLOTc1e3d552020-02-11 18:53:404329 "rustc_ast",
4330 "rustc_attr",
4331 "rustc_data_structures",
4332 "rustc_errors",
4333 "rustc_hir",
4334 "rustc_index",
4335 "rustc_infer",
4336 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454337 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404338 "rustc_parse_format",
Camille GILLOTc1e3d552020-02-11 18:53:404339 "rustc_session",
4340 "rustc_span",
4341 "rustc_target",
Charles Lewc05961c2020-04-25 01:38:314342 "smallvec 1.4.0",
Camille GILLOTc1e3d552020-02-11 18:53:404343]
4344
4345[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544346name = "rustc_traits"
4347version = "0.0.0"
4348dependencies = [
Jack Hueya24df5b2020-03-03 16:25:034349 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034350 "chalk-solve",
Alex Crichton093ede22019-08-15 00:45:094351 "log",
Vadim Petrochenkov6054a302020-02-29 17:16:264352 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094353 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574354 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034355 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244356 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454357 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324358 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404359 "rustc_trait_selection",
Charles Lewc05961c2020-04-25 01:38:314360 "smallvec 1.4.0",
Niko Matsakis3a50b41d2018-02-25 15:58:544361]
4362
4363[[package]]
Camille GILLOT9908a872020-01-13 12:40:304364name = "rustc_ty"
4365version = "0.0.0"
4366dependencies = [
4367 "log",
Camille GILLOT9908a872020-01-13 12:40:304368 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294369 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304370 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244371 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454372 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084373 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304374 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324375 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404376 "rustc_trait_selection",
Camille GILLOT9908a872020-01-13 12:40:304377]
4378
4379[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294380name = "rustc_typeck"
4381version = "0.0.0"
4382dependencies = [
Alex Crichton093ede22019-08-15 00:45:094383 "log",
Vadim Petrochenkov11d95142020-06-02 17:03:404384 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264385 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204386 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094387 "rustc_data_structures",
4388 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574389 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334390 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244391 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454392 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084393 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324394 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094395 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404396 "rustc_trait_selection",
Charles Lewc05961c2020-04-25 01:38:314397 "smallvec 1.4.0",
Ahmed Charles9ca382f2016-09-02 08:55:294398]
4399
4400[[package]]
Oliver Schneider847bb142018-05-11 12:11:064401name = "rustc_version"
Alex Crichtonb4110902018-12-08 11:06:544402version = "0.2.3"
Oliver Schneider847bb142018-05-11 12:11:064403source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094404checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
Oliver Schneider847bb142018-05-11 12:11:064405dependencies = [
Eric Hussa0431e22020-05-26 00:56:324406 "semver 0.9.0",
Oliver Schneider847bb142018-05-11 12:11:064407]
4408
4409[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294410name = "rustdoc"
4411version = "0.0.0"
4412dependencies = [
Ohad Ravid811bdee2019-12-11 13:50:194413 "itertools 0.8.0",
Alex Crichton093ede22019-08-15 00:45:094414 "minifier",
Eric Huss1776de92020-04-29 16:30:164415 "pulldown-cmark 0.7.1",
Igor Matuszewski5b091302019-12-10 15:01:014416 "rustc-rayon",
Andy Russell94630d42019-06-29 17:30:454417 "serde",
4418 "serde_json",
Alex Crichton093ede22019-08-15 00:45:094419 "tempfile",
Mark Simulacrume2e9b402017-07-23 02:01:584420]
4421
4422[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534423name = "rustdoc-themes"
4424version = "0.1.0"
4425
4426[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584427name = "rustdoc-tool"
4428version = "0.0.0"
4429dependencies = [
Alex Crichton093ede22019-08-15 00:45:094430 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294431]
4432
4433[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154434name = "rustfix"
Eric Huss6da85d62020-01-14 17:47:044435version = "0.5.0"
4436source = "registry+https://github.com/rust-lang/crates.io-index"
4437checksum = "804b11883a5ce0ad0378fbf95a8dea59ee6b51c331a73b8f471b6bdaa3bd40c1"
4438dependencies = [
4439 "anyhow",
4440 "log",
4441 "serde",
4442 "serde_json",
4443]
4444
4445[[package]]
topecongiro5a411a62019-06-18 12:15:194446name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114447version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194448dependencies = [
Igor Matuszewskic2249a42019-09-08 08:28:114449 "proc-macro2 1.0.3",
4450 "quote 1.0.2",
Alex Crichton093ede22019-08-15 00:45:094451 "serde",
Igor Matuszewski5b091302019-12-10 15:01:014452 "syn 1.0.11",
topecongiro5a411a62019-06-18 12:15:194453]
4454
4455[[package]]
Alex Crichton1cede102017-06-15 02:33:064456name = "rustfmt-nightly"
Igor Matuszewski84eae772020-05-21 13:39:524457version = "1.4.15"
kennytm0692b3d2017-12-15 19:41:584458dependencies = [
Juan Aguilar Santillanae9c78db2020-05-08 20:48:264459 "annotate-snippets 0.6.1",
Alex Crichton093ede22019-08-15 00:45:094460 "bytecount",
Manish Goregaokar7d0162d2019-10-24 15:06:404461 "cargo_metadata 0.8.0",
Alex Crichton093ede22019-08-15 00:45:094462 "derive-new",
4463 "diff",
4464 "dirs",
Alex Crichton5c5e3fa2019-09-24 18:06:564465 "env_logger 0.6.2",
Alex Crichton093ede22019-08-15 00:45:094466 "failure",
4467 "getopts",
4468 "ignore",
4469 "itertools 0.8.0",
Yuki Okushi1f0a39502020-05-26 04:00:424470 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094471 "log",
4472 "regex",
Igor Matuszewskib2561c92020-03-31 12:31:524473 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:314474 "rustc-ap-rustc_ast_pretty",
Igor Matuszewski84eae772020-05-21 13:39:524475 "rustc-ap-rustc_attr",
Igor Matuszewski8fc4bba2020-02-12 14:47:314476 "rustc-ap-rustc_data_structures",
4477 "rustc-ap-rustc_errors",
Igor Matuszewskib2561c92020-03-31 12:31:524478 "rustc-ap-rustc_expand",
Igor Matuszewski8fc4bba2020-02-12 14:47:314479 "rustc-ap-rustc_parse",
4480 "rustc-ap-rustc_session",
4481 "rustc-ap-rustc_span",
Alex Crichton093ede22019-08-15 00:45:094482 "rustc-workspace-hack",
4483 "rustfmt-config_proc_macro",
4484 "serde",
4485 "serde_json",
Eric Huss139477d2019-11-12 18:14:484486 "structopt",
Alex Crichton093ede22019-08-15 00:45:094487 "term 0.6.0",
Eric Huss7d92cf42019-08-20 17:46:354488 "toml",
Alex Crichton093ede22019-08-15 00:45:094489 "unicode-segmentation",
4490 "unicode-width",
4491 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274492]
4493
4494[[package]]
Alex Crichton2863b752018-08-21 17:23:474495name = "ryu"
Eric Huss04538c62019-07-08 21:52:074496version = "1.0.0"
Alex Crichton2863b752018-08-21 17:23:474497source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094498checksum = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
Alex Crichton2863b752018-08-21 17:23:474499
4500[[package]]
Josh Stone020c5ec2017-05-08 22:01:134501name = "same-file"
Alex Crichtonb4110902018-12-08 11:06:544502version = "1.0.4"
Alex Crichton80d6ed22018-01-08 21:56:224503source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094504checksum = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
Alex Crichton80d6ed22018-01-08 21:56:224505dependencies = [
Alex Crichton093ede22019-08-15 00:45:094506 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224507]
4508
4509[[package]]
4510name = "schannel"
Alex Crichtonaabf4e92020-01-08 15:33:574511version = "0.1.16"
Alex Crichton80d6ed22018-01-08 21:56:224512source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:574513checksum = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021"
Alex Crichton80d6ed22018-01-08 21:56:224514dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424515 "lazy_static",
Eric Huss139477d2019-11-12 18:14:484516 "winapi 0.3.8",
Alex Crichton80d6ed22018-01-08 21:56:224517]
4518
4519[[package]]
Alex Crichton453080f2017-06-05 16:36:484520name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524521version = "1.0.0"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094523checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524524
4525[[package]]
flip19954c228cc2019-02-18 09:32:584526name = "scoped_threadpool"
4527version = "0.1.9"
4528source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094529checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
flip19954c228cc2019-02-18 09:32:584530
4531[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124532name = "scopeguard"
Ralf Jungc7a599e2019-07-25 13:57:254533version = "1.0.0"
4534source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094535checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
Ralf Jungc7a599e2019-07-25 13:57:254536
4537[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:334538name = "security-framework"
4539version = "0.3.1"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094541checksum = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:334542dependencies = [
Eric Huss2b985322019-11-25 16:14:074543 "core-foundation 0.6.3",
4544 "core-foundation-sys 0.6.2",
Alex Crichton093ede22019-08-15 00:45:094545 "libc",
4546 "security-framework-sys",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:334547]
4548
4549[[package]]
4550name = "security-framework-sys"
4551version = "0.3.1"
4552source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094553checksum = "9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:334554dependencies = [
Eric Huss2b985322019-11-25 16:14:074555 "core-foundation-sys 0.6.2",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:334556]
4557
4558[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584559name = "semver"
Alex Crichton80d6ed22018-01-08 21:56:224560version = "0.9.0"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094562checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
Alex Crichton80d6ed22018-01-08 21:56:224563dependencies = [
Alex Crichton093ede22019-08-15 00:45:094564 "semver-parser",
4565 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584566]
4567
4568[[package]]
Eric Hussa0431e22020-05-26 00:56:324569name = "semver"
4570version = "0.10.0"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
4573dependencies = [
4574 "semver-parser",
4575 "serde",
4576]
4577
4578[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584579name = "semver-parser"
4580version = "0.7.0"
Steve Klabnik2795de32017-02-20 00:20:574581source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094582checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
Steve Klabnik2795de32017-02-20 00:20:574583
4584[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584585name = "serde"
flip199596c3ec12019-08-20 07:32:534586version = "1.0.99"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584587source = "registry+https://github.com/rust-lang/crates.io-index"
flip199596c3ec12019-08-20 07:32:534588checksum = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
Eric Huss57393642018-12-17 18:23:044589dependencies = [
Alex Crichton093ede22019-08-15 00:45:094590 "serde_derive",
Eric Huss57393642018-12-17 18:23:044591]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584592
4593[[package]]
4594name = "serde_derive"
Igor Matuszewski5e354932020-05-05 11:26:024595version = "1.0.106"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584596source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5e354932020-05-05 11:26:024597checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584598dependencies = [
Igor Matuszewski5e354932020-05-05 11:26:024599 "proc-macro2 1.0.3",
4600 "quote 1.0.2",
4601 "syn 1.0.11",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584602]
4603
4604[[package]]
flip199596c3ec12019-08-20 07:32:534605name = "serde_ignored"
4606version = "0.1.0"
4607source = "registry+https://github.com/rust-lang/crates.io-index"
4608checksum = "3c24bbb8f4b81834f618cd3e28698235c2fba06ddf7f4fbe30519dd081364e59"
4609dependencies = [
4610 "serde",
4611]
4612
4613[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584614name = "serde_json"
Eric Huss04538c62019-07-08 21:52:074615version = "1.0.40"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584616source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094617checksum = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584618dependencies = [
Alex Crichton093ede22019-08-15 00:45:094619 "itoa",
4620 "ryu",
4621 "serde",
Steve Klabnik2795de32017-02-20 00:20:574622]
4623
4624[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114625name = "serde_repr"
4626version = "0.1.5"
4627source = "registry+https://github.com/rust-lang/crates.io-index"
4628checksum = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573"
4629dependencies = [
4630 "proc-macro2 1.0.3",
4631 "quote 1.0.2",
Igor Matuszewski5b091302019-12-10 15:01:014632 "syn 1.0.11",
Igor Matuszewskic2249a42019-09-08 08:28:114633]
4634
4635[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:334636name = "serde_urlencoded"
4637version = "0.5.5"
4638source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094639checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:334640dependencies = [
Alex Crichton093ede22019-08-15 00:45:094641 "dtoa",
4642 "itoa",
4643 "serde",
4644 "url 1.7.2",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:334645]
4646
4647[[package]]
James Munnsde763692019-01-19 02:39:374648name = "sha-1"
Arlo Siemsenf86b0782020-03-31 05:17:154649version = "0.8.2"
James Munnsde763692019-01-19 02:39:374650source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:154651checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
James Munnsde763692019-01-19 02:39:374652dependencies = [
Alex Crichton093ede22019-08-15 00:45:094653 "block-buffer",
Alex Crichton093ede22019-08-15 00:45:094654 "digest",
4655 "fake-simd",
Arlo Siemsenf86b0782020-03-31 05:17:154656 "opaque-debug",
James Munnsde763692019-01-19 02:39:374657]
4658
4659[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584660name = "shell-escape"
Alex Crichtone9d89832018-04-02 15:43:554661version = "0.1.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584662source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094663checksum = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584664
4665[[package]]
steveklabnik54371882018-01-25 17:32:254666name = "shlex"
4667version = "0.1.1"
4668source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094669checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
steveklabnik54371882018-01-25 17:32:254670
4671[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434672name = "signal-hook"
4673version = "0.1.7"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094675checksum = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
Matthias Krüger696fb8f2019-01-21 15:32:434676dependencies = [
Alex Crichton093ede22019-08-15 00:45:094677 "arc-swap",
4678 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:434679]
4680
4681[[package]]
steveklabnikecfbaca2018-04-03 14:32:044682name = "siphasher"
4683version = "0.2.2"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094685checksum = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
steveklabnikecfbaca2018-04-03 14:32:044686
4687[[package]]
Eric Hussd5e03532019-05-23 20:27:494688name = "sized-chunks"
Eric Hussc8443bb2020-05-18 22:41:574689version = "0.6.2"
Eric Hussd5e03532019-05-23 20:27:494690source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:574691checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
Eric Hussd5e03532019-05-23 20:27:494692dependencies = [
Eric Huss2b985322019-11-25 16:14:074693 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094694 "typenum",
Eric Hussd5e03532019-05-23 20:27:494695]
4696
4697[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434698name = "slab"
4699version = "0.4.2"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094701checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434702
4703[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014704name = "smallvec"
Eric Hussaedb74b2019-06-12 14:37:304705version = "0.6.10"
John Kåre Alsaker970c6132017-12-03 12:49:014706source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094707checksum = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
John Kåre Alsaker970c6132017-12-03 12:49:014708
4709[[package]]
Ralf Jung90b8d342019-11-04 14:59:094710name = "smallvec"
Charles Lewc05961c2020-04-25 01:38:314711version = "1.4.0"
Ralf Jung90b8d342019-11-04 14:59:094712source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewc05961c2020-04-25 01:38:314713checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
Ralf Jung90b8d342019-11-04 14:59:094714
4715[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154716name = "socket2"
Patrick Mooneyb77aefb2020-04-13 23:37:224717version = "0.3.12"
Mark Simulacrum38b46882017-06-26 16:26:154718source = "registry+https://github.com/rust-lang/crates.io-index"
Patrick Mooneyb77aefb2020-04-13 23:37:224719checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
Mark Simulacrum38b46882017-06-26 16:26:154720dependencies = [
Alex Crichton093ede22019-08-15 00:45:094721 "cfg-if",
4722 "libc",
4723 "redox_syscall",
Eric Huss139477d2019-11-12 18:14:484724 "winapi 0.3.8",
Mark Simulacrum38b46882017-06-26 16:26:154725]
4726
4727[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454728name = "stable_deref_trait"
Alex Crichtond8251152018-07-02 16:33:164729version = "1.1.0"
Robin Kruppe1a24a592017-04-26 21:22:454730source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094731checksum = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
Robin Kruppe1a24a592017-04-26 21:22:454732
4733[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244734name = "stacker"
Sébastien Mariea26335b2020-05-10 10:23:134735version = "0.1.9"
Oliver Scherer26edcee2018-11-02 15:14:244736source = "registry+https://github.com/rust-lang/crates.io-index"
Sébastien Mariea26335b2020-05-10 10:23:134737checksum = "72dd941b456e1c006d6b9f27c526d5b69281288aeea8cba82c19d3843d8ccdd2"
Oliver Scherer26edcee2018-11-02 15:14:244738dependencies = [
4739 "cc",
4740 "cfg-if",
4741 "libc",
4742 "psm",
4743 "winapi 0.3.8",
4744]
4745
4746[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294747name = "std"
4748version = "0.0.0"
4749dependencies = [
Alex Crichton093ede22019-08-15 00:45:094750 "alloc",
4751 "backtrace",
Alex Crichton093ede22019-08-15 00:45:094752 "cfg-if",
4753 "compiler_builtins",
4754 "core",
4755 "dlmalloc",
4756 "fortanix-sgx-abi",
Igor Matuszewskie26f35d2020-05-05 12:05:064757 "hashbrown",
Stefan Lankes5ebd4d92019-10-20 07:55:104758 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:094759 "libc",
4760 "panic_abort",
4761 "panic_unwind",
4762 "profiler_builtins",
Alex Crichtonaabf4e92020-01-08 15:33:574763 "rand 0.7.3",
Alex Crichton093ede22019-08-15 00:45:094764 "unwind",
Alex Crichtonaabf4e92020-01-08 15:33:574765 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:294766]
4767
4768[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:334769name = "string"
4770version = "0.2.1"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094772checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:334773dependencies = [
Alex Crichton093ede22019-08-15 00:45:094774 "bytes",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:334775]
4776
4777[[package]]
steveklabnikecfbaca2018-04-03 14:32:044778name = "string_cache"
Alex Crichtond8251152018-07-02 16:33:164779version = "0.7.3"
steveklabnikecfbaca2018-04-03 14:32:044780source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094781checksum = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
steveklabnikecfbaca2018-04-03 14:32:044782dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424783 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094784 "new_debug_unreachable",
4785 "phf_shared",
4786 "precomputed-hash",
4787 "serde",
4788 "string_cache_codegen",
4789 "string_cache_shared",
steveklabnikecfbaca2018-04-03 14:32:044790]
4791
4792[[package]]
4793name = "string_cache_codegen"
Taiki Endo6375efc2019-02-26 11:06:314794version = "0.4.2"
steveklabnikecfbaca2018-04-03 14:32:044795source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094796checksum = "1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da"
steveklabnikecfbaca2018-04-03 14:32:044797dependencies = [
Alex Crichton093ede22019-08-15 00:45:094798 "phf_generator",
4799 "phf_shared",
Igor Matuszewskic2249a42019-09-08 08:28:114800 "proc-macro2 0.4.30",
4801 "quote 0.6.12",
Alex Crichton093ede22019-08-15 00:45:094802 "string_cache_shared",
steveklabnikecfbaca2018-04-03 14:32:044803]
4804
4805[[package]]
4806name = "string_cache_shared"
4807version = "0.3.0"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094809checksum = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
steveklabnikecfbaca2018-04-03 14:32:044810
4811[[package]]
Eric Hussd5e03532019-05-23 20:27:494812name = "strip-ansi-escapes"
4813version = "0.1.0"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094815checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:494816dependencies = [
Alex Crichton093ede22019-08-15 00:45:094817 "vte",
Eric Hussd5e03532019-05-23 20:27:494818]
4819
4820[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584821name = "strsim"
Igor Matuszewskic2249a42019-09-08 08:28:114822version = "0.8.0"
Steve Klabnika0769612017-02-07 23:13:574823source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:114824checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
Steve Klabnika0769612017-02-07 23:13:574825
4826[[package]]
topecongiro5a411a62019-06-18 12:15:194827name = "structopt"
Igor Matuszewskic2249a42019-09-08 08:28:114828version = "0.3.1"
4829source = "registry+https://github.com/rust-lang/crates.io-index"
4830checksum = "2ac9d6e93dd792b217bf89cda5c14566e3043960c6f9da890c2ba5d09d07804c"
4831dependencies = [
4832 "clap",
Eric Huss139477d2019-11-12 18:14:484833 "structopt-derive",
Igor Matuszewskic2249a42019-09-08 08:28:114834]
4835
4836[[package]]
4837name = "structopt-derive"
4838version = "0.3.1"
4839source = "registry+https://github.com/rust-lang/crates.io-index"
4840checksum = "2ae9e5165d463a0dea76967d021f8d0f9316057bf5163aa2a4843790e842ff37"
4841dependencies = [
4842 "heck",
4843 "proc-macro-error",
4844 "proc-macro2 1.0.3",
4845 "quote 1.0.2",
Igor Matuszewski5b091302019-12-10 15:01:014846 "syn 1.0.11",
topecongiro5a411a62019-06-18 12:15:194847]
4848
4849[[package]]
Matt Ickstadt0ab516f2018-04-21 21:06:134850name = "strum"
Bastien Orivel5c4534a2018-12-08 14:11:474851version = "0.11.0"
Matt Ickstadt0ab516f2018-04-21 21:06:134852source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094853checksum = "f6c3a2071519ab6a48f465808c4c1ffdd00dfc8e93111d02b4fc5abab177676e"
Matt Ickstadt0ab516f2018-04-21 21:06:134854
4855[[package]]
4856name = "strum_macros"
Bastien Orivel5c4534a2018-12-08 14:11:474857version = "0.11.0"
Matt Ickstadt0ab516f2018-04-21 21:06:134858source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094859checksum = "8baacebd7b7c9b864d83a6ba7a246232983e277b86fa5cdec77f565715a4b136"
Matt Ickstadt0ab516f2018-04-21 21:06:134860dependencies = [
Alex Crichton093ede22019-08-15 00:45:094861 "heck",
Igor Matuszewskic2249a42019-09-08 08:28:114862 "proc-macro2 0.4.30",
4863 "quote 0.6.12",
4864 "syn 0.15.35",
Matt Ickstadt0ab516f2018-04-21 21:06:134865]
4866
4867[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584868name = "syn"
Eric Hussaedb74b2019-06-12 14:37:304869version = "0.15.35"
Nick Cameron595bea62018-11-19 04:21:104870source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094871checksum = "641e117d55514d6d918490e47102f7e08d096fdde360247e4a10f7a91a8478d3"
Nick Cameron595bea62018-11-19 04:21:104872dependencies = [
Igor Matuszewskic2249a42019-09-08 08:28:114873 "proc-macro2 0.4.30",
4874 "quote 0.6.12",
Aleksey Kladova0c186c2019-07-21 11:50:394875 "unicode-xid 0.1.0",
Alex Crichtone9d89832018-04-02 15:43:554876]
4877
4878[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114879name = "syn"
Igor Matuszewski5b091302019-12-10 15:01:014880version = "1.0.11"
Igor Matuszewskic2249a42019-09-08 08:28:114881source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5b091302019-12-10 15:01:014882checksum = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
Igor Matuszewskic2249a42019-09-08 08:28:114883dependencies = [
4884 "proc-macro2 1.0.3",
4885 "quote 1.0.2",
4886 "unicode-xid 0.2.0",
4887]
4888
4889[[package]]
Alex Crichton325d7392017-12-10 17:42:494890name = "synstructure"
Mateusz Mikuład8960882019-10-04 12:43:234891version = "0.12.1"
4892source = "registry+https://github.com/rust-lang/crates.io-index"
4893checksum = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203"
4894dependencies = [
4895 "proc-macro2 1.0.3",
4896 "quote 1.0.2",
Igor Matuszewski5b091302019-12-10 15:01:014897 "syn 1.0.11",
Mateusz Mikuład8960882019-10-04 12:43:234898 "unicode-xid 0.2.0",
4899]
4900
4901[[package]]
Josh Stone020c5ec2017-05-08 22:01:134902name = "tar"
Matthias Krüger451d4922020-02-10 19:47:384903version = "0.4.26"
Josh Stone020c5ec2017-05-08 22:01:134904source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:384905checksum = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
Josh Stone020c5ec2017-05-08 22:01:134906dependencies = [
Alex Crichton093ede22019-08-15 00:45:094907 "filetime",
4908 "libc",
4909 "redox_syscall",
4910 "xattr",
Josh Stone020c5ec2017-05-08 22:01:134911]
4912
4913[[package]]
Aleksey Kladov850156a2018-03-29 07:34:554914name = "tempfile"
Mateusz Mikuła935394f2019-09-11 17:03:284915version = "3.1.0"
Aleksey Kladov850156a2018-03-29 07:34:554916source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła935394f2019-09-11 17:03:284917checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
Aleksey Kladov850156a2018-03-29 07:34:554918dependencies = [
Alex Crichton093ede22019-08-15 00:45:094919 "cfg-if",
4920 "libc",
Alex Crichtonaabf4e92020-01-08 15:33:574921 "rand 0.7.3",
Alex Crichton093ede22019-08-15 00:45:094922 "redox_syscall",
4923 "remove_dir_all",
Eric Huss139477d2019-11-12 18:14:484924 "winapi 0.3.8",
Aleksey Kladov850156a2018-03-29 07:34:554925]
4926
4927[[package]]
steveklabnikecfbaca2018-04-03 14:32:044928name = "tendril"
4929version = "0.4.0"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094931checksum = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
steveklabnikecfbaca2018-04-03 14:32:044932dependencies = [
Alex Crichton093ede22019-08-15 00:45:094933 "futf",
4934 "mac",
4935 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:044936]
4937
4938[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294939name = "term"
Jacob Greenfield28ea2492019-04-07 05:48:594940version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:084941dependencies = [
4942 "core",
4943 "std",
4944]
Jacob Greenfield28ea2492019-04-07 05:48:594945
4946[[package]]
4947name = "term"
Igor Matuszewskid2d192e2019-07-30 11:00:274948version = "0.6.0"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094950checksum = "0dd90505d5006a4422d3520b30c781d480b3f36768c2fa2187c3e950bc110464"
Igor Matuszewskid2d192e2019-07-30 11:00:274951dependencies = [
Alex Crichton093ede22019-08-15 00:45:094952 "byteorder",
4953 "dirs",
Eric Huss139477d2019-11-12 18:14:484954 "winapi 0.3.8",
Igor Matuszewskid2d192e2019-07-30 11:00:274955]
4956
4957[[package]]
Alex Crichton1cede102017-06-15 02:33:064958name = "termcolor"
Alex Crichtonb4110902018-12-08 11:06:544959version = "1.0.4"
Alex Crichtonfa5b3d32018-07-26 00:25:124960source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094961checksum = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
Alex Crichtonfa5b3d32018-07-26 00:25:124962dependencies = [
Alex Crichton093ede22019-08-15 00:45:094963 "wincolor",
Alex Crichtonfa5b3d32018-07-26 00:25:124964]
4965
4966[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:484967name = "termize"
4968version = "0.1.1"
4969source = "registry+https://github.com/rust-lang/crates.io-index"
4970checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
4971dependencies = [
4972 "libc",
4973 "winapi 0.3.8",
4974]
4975
4976[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294977name = "test"
4978version = "0.0.0"
4979dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:084980 "core",
Alex Crichton093ede22019-08-15 00:45:094981 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:084982 "libc",
4983 "panic_abort",
4984 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:094985 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:084986 "std",
Jacob Greenfield28ea2492019-04-07 05:48:594987 "term 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:294988]
4989
4990[[package]]
Ralf Jung2bfa6222019-11-17 10:40:184991name = "tester"
flip1995450880f2019-11-23 16:27:364992version = "0.7.0"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "ee72ec31009a42b53de9a6b7d8f462b493ab3b1e4767bda1fcdbb52127f13b6c"
4995dependencies = [
4996 "getopts",
4997 "libc",
4998 "term 0.6.0",
4999]
5000
5001[[package]]
steveklabnik4871dba2017-06-27 17:33:325002name = "textwrap"
Igor Matuszewskic2249a42019-09-08 08:28:115003version = "0.11.0"
steveklabnik4871dba2017-06-27 17:33:325004source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:115005checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
steveklabnik4871dba2017-06-27 17:33:325006dependencies = [
Alex Crichton093ede22019-08-15 00:45:095007 "unicode-width",
steveklabnik4871dba2017-06-27 17:33:325008]
5009
5010[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305011name = "thiserror"
5012version = "1.0.5"
5013source = "registry+https://github.com/rust-lang/crates.io-index"
5014checksum = "f9fb62ff737e573b1e677459bea6fd023cd5d6e868c3242d3cdf3ef2f0554824"
5015dependencies = [
5016 "thiserror-impl",
5017]
5018
5019[[package]]
5020name = "thiserror-impl"
5021version = "1.0.5"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "24069c0ba08aab54289d6a25f5036d94afc61e1538bbc42ae5501df141c9027d"
5024dependencies = [
5025 "proc-macro2 1.0.3",
5026 "quote 1.0.2",
5027 "syn 1.0.11",
5028]
5029
5030[[package]]
Steve Klabnika0769612017-02-07 23:13:575031name = "thread_local"
Igor Matuszewski8fc4bba2020-02-12 14:47:315032version = "1.0.1"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
5035dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425036 "lazy_static",
Igor Matuszewski8fc4bba2020-02-12 14:47:315037]
5038
5039[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295040name = "tidy"
5041version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565042dependencies = [
Eric Huss349fcb92020-02-24 18:09:445043 "cargo_metadata 0.9.1",
Yuki Okushi1f0a39502020-05-26 04:00:425044 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095045 "regex",
Alex Crichton093ede22019-08-15 00:45:095046 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565047]
Ahmed Charles9ca382f2016-09-02 08:55:295048
5049[[package]]
Alex Crichton15899b02018-01-25 04:01:425050name = "time"
Eric Huss139477d2019-11-12 18:14:485051version = "0.1.42"
Alex Crichton15899b02018-01-25 04:01:425052source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:485053checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
Alex Crichton15899b02018-01-25 04:01:425054dependencies = [
Alex Crichton093ede22019-08-15 00:45:095055 "libc",
5056 "redox_syscall",
Eric Huss139477d2019-11-12 18:14:485057 "winapi 0.3.8",
Alex Crichton15899b02018-01-25 04:01:425058]
5059
5060[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435061name = "tokio"
Mateusz Mikuła2d8d8132019-12-04 17:40:165062version = "0.1.22"
Matthias Krüger696fb8f2019-01-21 15:32:435063source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:165064checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
Matthias Krüger696fb8f2019-01-21 15:32:435065dependencies = [
Alex Crichton093ede22019-08-15 00:45:095066 "bytes",
5067 "futures",
5068 "mio",
5069 "num_cpus",
5070 "tokio-codec",
5071 "tokio-current-thread",
5072 "tokio-executor",
5073 "tokio-fs",
5074 "tokio-io",
5075 "tokio-reactor",
Mateusz Mikuła2d8d8132019-12-04 17:40:165076 "tokio-sync",
Alex Crichton093ede22019-08-15 00:45:095077 "tokio-tcp",
5078 "tokio-threadpool",
5079 "tokio-timer",
5080 "tokio-udp",
5081 "tokio-uds",
Matthias Krüger696fb8f2019-01-21 15:32:435082]
5083
5084[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:335085name = "tokio-buf"
5086version = "0.1.1"
5087source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095088checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:335089dependencies = [
Alex Crichton093ede22019-08-15 00:45:095090 "bytes",
5091 "either",
5092 "futures",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:335093]
5094
5095[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435096name = "tokio-codec"
5097version = "0.1.1"
5098source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095099checksum = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
Matthias Krüger696fb8f2019-01-21 15:32:435100dependencies = [
Alex Crichton093ede22019-08-15 00:45:095101 "bytes",
5102 "futures",
5103 "tokio-io",
Matthias Krüger696fb8f2019-01-21 15:32:435104]
5105
5106[[package]]
5107name = "tokio-current-thread"
Mateusz Mikuła2d8d8132019-12-04 17:40:165108version = "0.1.6"
Matthias Krüger696fb8f2019-01-21 15:32:435109source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:165110checksum = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
Matthias Krüger696fb8f2019-01-21 15:32:435111dependencies = [
Alex Crichton093ede22019-08-15 00:45:095112 "futures",
5113 "tokio-executor",
Matthias Krüger696fb8f2019-01-21 15:32:435114]
5115
5116[[package]]
5117name = "tokio-executor"
Mateusz Mikuła2d8d8132019-12-04 17:40:165118version = "0.1.9"
Matthias Krüger696fb8f2019-01-21 15:32:435119source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:165120checksum = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab"
Matthias Krüger696fb8f2019-01-21 15:32:435121dependencies = [
Alex Crichton093ede22019-08-15 00:45:095122 "crossbeam-utils 0.6.5",
5123 "futures",
Matthias Krüger696fb8f2019-01-21 15:32:435124]
5125
5126[[package]]
5127name = "tokio-fs"
Mateusz Mikuła2d8d8132019-12-04 17:40:165128version = "0.1.6"
Matthias Krüger696fb8f2019-01-21 15:32:435129source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:165130checksum = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
Matthias Krüger696fb8f2019-01-21 15:32:435131dependencies = [
Alex Crichton093ede22019-08-15 00:45:095132 "futures",
5133 "tokio-io",
5134 "tokio-threadpool",
Matthias Krüger696fb8f2019-01-21 15:32:435135]
5136
5137[[package]]
5138name = "tokio-io"
Mateusz Mikuła2d8d8132019-12-04 17:40:165139version = "0.1.12"
Matthias Krüger696fb8f2019-01-21 15:32:435140source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:165141checksum = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
Matthias Krüger696fb8f2019-01-21 15:32:435142dependencies = [
Alex Crichton093ede22019-08-15 00:45:095143 "bytes",
5144 "futures",
5145 "log",
Matthias Krüger696fb8f2019-01-21 15:32:435146]
5147
5148[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115149name = "tokio-named-pipes"
5150version = "0.1.0"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"
5153dependencies = [
5154 "bytes",
5155 "futures",
5156 "mio",
5157 "mio-named-pipes",
5158 "tokio",
5159]
5160
5161[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435162name = "tokio-process"
Mateusz Mikuła2d8d8132019-12-04 17:40:165163version = "0.2.4"
Matthias Krüger696fb8f2019-01-21 15:32:435164source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:165165checksum = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
Matthias Krüger696fb8f2019-01-21 15:32:435166dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:165167 "crossbeam-queue",
Alex Crichton093ede22019-08-15 00:45:095168 "futures",
Yuki Okushi1f0a39502020-05-26 04:00:425169 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095170 "libc",
Mateusz Mikuła2d8d8132019-12-04 17:40:165171 "log",
Alex Crichton093ede22019-08-15 00:45:095172 "mio",
5173 "mio-named-pipes",
5174 "tokio-io",
5175 "tokio-reactor",
5176 "tokio-signal",
Eric Huss139477d2019-11-12 18:14:485177 "winapi 0.3.8",
Matthias Krüger696fb8f2019-01-21 15:32:435178]
5179
5180[[package]]
5181name = "tokio-reactor"
Mateusz Mikuła2d8d8132019-12-04 17:40:165182version = "0.1.11"
Matthias Krüger696fb8f2019-01-21 15:32:435183source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:165184checksum = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146"
Matthias Krüger696fb8f2019-01-21 15:32:435185dependencies = [
Alex Crichton093ede22019-08-15 00:45:095186 "crossbeam-utils 0.6.5",
5187 "futures",
Yuki Okushi1f0a39502020-05-26 04:00:425188 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095189 "log",
5190 "mio",
5191 "num_cpus",
Igor Matuszewski8fc4bba2020-02-12 14:47:315192 "parking_lot 0.9.0",
Alex Crichton093ede22019-08-15 00:45:095193 "slab",
5194 "tokio-executor",
5195 "tokio-io",
Mateusz Mikuła2d8d8132019-12-04 17:40:165196 "tokio-sync",
Matthias Krüger696fb8f2019-01-21 15:32:435197]
5198
5199[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115200name = "tokio-service"
5201version = "0.1.0"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
5204dependencies = [
5205 "futures",
5206]
5207
5208[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435209name = "tokio-signal"
5210version = "0.2.7"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095212checksum = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
Matthias Krüger696fb8f2019-01-21 15:32:435213dependencies = [
Alex Crichton093ede22019-08-15 00:45:095214 "futures",
5215 "libc",
5216 "mio",
5217 "mio-uds",
5218 "signal-hook",
5219 "tokio-executor",
5220 "tokio-io",
5221 "tokio-reactor",
Eric Huss139477d2019-11-12 18:14:485222 "winapi 0.3.8",
Matthias Krüger696fb8f2019-01-21 15:32:435223]
5224
5225[[package]]
Mateusz Mikuła2d8d8132019-12-04 17:40:165226name = "tokio-sync"
5227version = "0.1.7"
5228source = "registry+https://github.com/rust-lang/crates.io-index"
5229checksum = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
5230dependencies = [
5231 "fnv",
5232 "futures",
5233]
5234
5235[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435236name = "tokio-tcp"
5237version = "0.1.3"
5238source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095239checksum = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
Matthias Krüger696fb8f2019-01-21 15:32:435240dependencies = [
Alex Crichton093ede22019-08-15 00:45:095241 "bytes",
5242 "futures",
5243 "iovec",
5244 "mio",
5245 "tokio-io",
5246 "tokio-reactor",
Matthias Krüger696fb8f2019-01-21 15:32:435247]
5248
5249[[package]]
5250name = "tokio-threadpool"
Mateusz Mikuła2d8d8132019-12-04 17:40:165251version = "0.1.17"
Matthias Krüger696fb8f2019-01-21 15:32:435252source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:165253checksum = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c"
Matthias Krüger696fb8f2019-01-21 15:32:435254dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:165255 "crossbeam-deque",
5256 "crossbeam-queue",
Alex Crichton093ede22019-08-15 00:45:095257 "crossbeam-utils 0.6.5",
5258 "futures",
Yuki Okushi1f0a39502020-05-26 04:00:425259 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095260 "log",
5261 "num_cpus",
Mateusz Mikuła2d8d8132019-12-04 17:40:165262 "slab",
Alex Crichton093ede22019-08-15 00:45:095263 "tokio-executor",
Matthias Krüger696fb8f2019-01-21 15:32:435264]
5265
5266[[package]]
5267name = "tokio-timer"
Mateusz Mikuła2d8d8132019-12-04 17:40:165268version = "0.2.12"
Matthias Krüger696fb8f2019-01-21 15:32:435269source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:165270checksum = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827"
Matthias Krüger696fb8f2019-01-21 15:32:435271dependencies = [
Alex Crichton093ede22019-08-15 00:45:095272 "crossbeam-utils 0.6.5",
5273 "futures",
5274 "slab",
5275 "tokio-executor",
Matthias Krüger696fb8f2019-01-21 15:32:435276]
5277
5278[[package]]
5279name = "tokio-udp"
Mateusz Mikuła2d8d8132019-12-04 17:40:165280version = "0.1.5"
Matthias Krüger696fb8f2019-01-21 15:32:435281source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:165282checksum = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
Matthias Krüger696fb8f2019-01-21 15:32:435283dependencies = [
Alex Crichton093ede22019-08-15 00:45:095284 "bytes",
5285 "futures",
5286 "log",
5287 "mio",
5288 "tokio-codec",
5289 "tokio-io",
5290 "tokio-reactor",
Matthias Krüger696fb8f2019-01-21 15:32:435291]
5292
5293[[package]]
5294name = "tokio-uds"
5295version = "0.2.5"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095297checksum = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
Matthias Krüger696fb8f2019-01-21 15:32:435298dependencies = [
Alex Crichton093ede22019-08-15 00:45:095299 "bytes",
5300 "futures",
5301 "iovec",
5302 "libc",
5303 "log",
5304 "mio",
5305 "mio-uds",
5306 "tokio-codec",
5307 "tokio-io",
5308 "tokio-reactor",
Matthias Krüger696fb8f2019-01-21 15:32:435309]
5310
5311[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295312name = "toml"
flip199596c3ec12019-08-20 07:32:535313version = "0.5.3"
Eric Hussd2228ca2019-03-29 03:13:135314source = "registry+https://github.com/rust-lang/crates.io-index"
flip199596c3ec12019-08-20 07:32:535315checksum = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
Eric Hussd2228ca2019-03-29 03:13:135316dependencies = [
Alex Crichton093ede22019-08-15 00:45:095317 "serde",
Eric Hussd2228ca2019-03-29 03:13:135318]
5319
5320[[package]]
steveklabnik54371882018-01-25 17:32:255321name = "toml-query"
Eric Huss2dafa912019-06-19 03:36:475322version = "0.9.0"
James Munnsde763692019-01-19 02:39:375323source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095324checksum = "a24369a1894ac8224efcfd567c3d141aea360292f49888e7ec7dcc316527aebb"
James Munnsde763692019-01-19 02:39:375325dependencies = [
Alex Crichton093ede22019-08-15 00:45:095326 "failure",
5327 "failure_derive",
5328 "is-match",
Yuki Okushi1f0a39502020-05-26 04:00:425329 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095330 "regex",
Eric Huss7d92cf42019-08-20 17:46:355331 "toml",
Alex Crichton093ede22019-08-15 00:45:095332 "toml-query_derive",
Eric Huss2dafa912019-06-19 03:36:475333]
5334
5335[[package]]
5336name = "toml-query_derive"
5337version = "0.9.0"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095339checksum = "3c99ca245ec273c7e75c8ee58f47b882d0146f3c2c8495158082c6671e8b5335"
Eric Huss2dafa912019-06-19 03:36:475340dependencies = [
Alex Crichton093ede22019-08-15 00:45:095341 "darling",
Igor Matuszewskic2249a42019-09-08 08:28:115342 "quote 0.6.12",
5343 "syn 0.15.35",
James Munnsde763692019-01-19 02:39:375344]
5345
5346[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:335347name = "try-lock"
5348version = "0.2.2"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095350checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:335351
5352[[package]]
Eric Huss139477d2019-11-12 18:14:485353name = "try_from"
5354version = "0.3.2"
5355source = "registry+https://github.com/rust-lang/crates.io-index"
5356checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
5357dependencies = [
5358 "cfg-if",
5359]
5360
5361[[package]]
Eric Huss8c20add2018-12-03 01:33:205362name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575363version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205364source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575365checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205366
5367[[package]]
Mark Rousskov064f8882020-01-13 21:40:195368name = "ucd-parse"
5369version = "0.1.4"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "ca6b52bf4da6512f0f07785a04769222e50d29639e7ecd016b7806fd2de306b4"
5372dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425373 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195374 "regex",
5375]
5376
5377[[package]]
James Munnsde763692019-01-19 02:39:375378name = "ucd-trie"
5379version = "0.1.1"
5380source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095381checksum = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
James Munnsde763692019-01-19 02:39:375382
5383[[package]]
Andy Russell30301642019-04-20 17:03:595384name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405385version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595386source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405387checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595388dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405389 "version_check",
Andy Russell30301642019-04-20 17:03:595390]
5391
5392[[package]]
Mark Rousskov064f8882020-01-13 21:40:195393name = "unicode-bdd"
5394version = "0.1.0"
5395dependencies = [
5396 "ucd-parse",
5397]
5398
5399[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585400name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325401version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585402source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095403checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585404dependencies = [
Alex Crichton093ede22019-08-15 00:45:095405 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585406]
5407
5408[[package]]
5409name = "unicode-normalization"
Charles Lewc05961c2020-04-25 01:38:315410version = "0.1.12"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585411source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewc05961c2020-04-25 01:38:315412checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
Charles Lew0bcddfe2019-11-23 14:33:405413dependencies = [
Charles Lewc05961c2020-04-25 01:38:315414 "smallvec 1.4.0",
Charles Lew0bcddfe2019-11-23 14:33:405415]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585416
5417[[package]]
Charles Lew485e98a2020-01-02 12:02:225418name = "unicode-script"
5419version = "0.4.0"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "5b2c5c29e805da6817f5af6a627d65adb045cebf05cccd5a3493d6109454391c"
5422
5423[[package]]
5424name = "unicode-security"
Charles Lewc05961c2020-04-25 01:38:315425version = "0.0.3"
Charles Lew485e98a2020-01-02 12:02:225426source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewc05961c2020-04-25 01:38:315427checksum = "a5f9011bbed9c13372bc8df618b55a38138445199caf3b61d432c6859c36dee0"
Charles Lew485e98a2020-01-02 12:02:225428dependencies = [
Charles Lewc05961c2020-04-25 01:38:315429 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225430 "unicode-script",
5431]
5432
5433[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585434name = "unicode-segmentation"
Eric Huss139477d2019-11-12 18:14:485435version = "1.6.0"
Steve Klabnika0769612017-02-07 23:13:575436source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:485437checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
Steve Klabnika0769612017-02-07 23:13:575438
5439[[package]]
5440name = "unicode-width"
Alex Crichtonb47c9692019-08-16 15:29:085441version = "0.1.6"
Steve Klabnika0769612017-02-07 23:13:575442source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:085443checksum = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
5444dependencies = [
5445 "compiler_builtins",
5446 "rustc-std-workspace-core",
5447 "rustc-std-workspace-std",
5448]
Steve Klabnika0769612017-02-07 23:13:575449
5450[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585451name = "unicode-xid"
Alex Crichton87f3dda2018-03-01 19:08:485452version = "0.1.0"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095454checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
Alex Crichton87f3dda2018-03-01 19:08:485455
5456[[package]]
Aleksey Kladova0c186c2019-07-21 11:50:395457name = "unicode-xid"
5458version = "0.2.0"
5459source = "registry+https://github.com/rust-lang/crates.io-index"
5460checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
5461
5462[[package]]
flip19954c228cc2019-02-18 09:32:585463name = "unicode_categories"
5464version = "0.1.1"
5465source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095466checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585467
5468[[package]]
est31c2d59062017-06-12 19:35:475469name = "unstable-book-gen"
5470version = "0.1.0"
5471dependencies = [
Alex Crichton093ede22019-08-15 00:45:095472 "num-traits",
5473 "tidy",
est31c2d59062017-06-12 19:35:475474]
5475
5476[[package]]
Nick Cameron71a0be02017-09-25 04:13:295477name = "unwind"
5478version = "0.0.0"
5479dependencies = [
Alex Crichton093ede22019-08-15 00:45:095480 "cc",
5481 "cfg-if",
5482 "compiler_builtins",
5483 "core",
5484 "libc",
Nick Cameron71a0be02017-09-25 04:13:295485]
5486
5487[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585488name = "url"
Alex Crichtonb4110902018-12-08 11:06:545489version = "1.7.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585490source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095491checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585492dependencies = [
Alex Crichton093ede22019-08-15 00:45:095493 "idna 0.1.5",
5494 "matches",
5495 "percent-encoding 1.0.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585496]
5497
5498[[package]]
Eric Hussf2428a62019-08-01 00:44:395499name = "url"
flip199596c3ec12019-08-20 07:32:535500version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:395501source = "registry+https://github.com/rust-lang/crates.io-index"
flip199596c3ec12019-08-20 07:32:535502checksum = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
Eric Hussf2428a62019-08-01 00:44:395503dependencies = [
Alex Crichton093ede22019-08-15 00:45:095504 "idna 0.2.0",
5505 "matches",
Eric Huss139477d2019-11-12 18:14:485506 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:095507 "serde",
Eric Hussf2428a62019-08-01 00:44:395508]
5509
5510[[package]]
steveklabnikecfbaca2018-04-03 14:32:045511name = "utf-8"
5512version = "0.7.2"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095514checksum = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
steveklabnikecfbaca2018-04-03 14:32:045515
5516[[package]]
Eric Hussd5e03532019-05-23 20:27:495517name = "utf8parse"
5518version = "0.1.1"
5519source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095520checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495521
5522[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:335523name = "uuid"
5524version = "0.7.4"
5525source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095526checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:335527dependencies = [
Alex Crichton093ede22019-08-15 00:45:095528 "rand 0.6.1",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:335529]
5530
5531[[package]]
Alex Crichton1cede102017-06-15 02:33:065532name = "vcpkg"
Alex Crichtonaabf4e92020-01-08 15:33:575533version = "0.2.8"
Alex Crichton1cede102017-06-15 02:33:065534source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:575535checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
Alex Crichton1cede102017-06-15 02:33:065536
5537[[package]]
Steve Klabnika0769612017-02-07 23:13:575538name = "vec_map"
Alex Crichtond8251152018-07-02 16:33:165539version = "0.8.1"
Steve Klabnika0769612017-02-07 23:13:575540source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095541checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
Steve Klabnika0769612017-02-07 23:13:575542
5543[[package]]
Ralf Jung8d908b52018-09-17 07:20:035544name = "vergen"
Ralf Jung759e4952020-06-01 18:17:205545version = "3.1.0"
Ralf Jung8d908b52018-09-17 07:20:035546source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung759e4952020-06-01 18:17:205547checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
Ralf Jung8d908b52018-09-17 07:20:035548dependencies = [
Alex Crichton093ede22019-08-15 00:45:095549 "bitflags",
5550 "chrono",
Ralf Jung8d908b52018-09-17 07:20:035551]
5552
5553[[package]]
Alex Crichtonb4110902018-12-08 11:06:545554name = "version_check"
Eric Huss2b985322019-11-25 16:14:075555version = "0.9.1"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
5558
5559[[package]]
Eric Hussd5e03532019-05-23 20:27:495560name = "vte"
5561version = "0.3.3"
5562source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095563checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495564dependencies = [
Alex Crichton093ede22019-08-15 00:45:095565 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495566]
5567
5568[[package]]
Josh Stone020c5ec2017-05-08 22:01:135569name = "walkdir"
Alex Crichtonb4110902018-12-08 11:06:545570version = "2.2.7"
Alex Crichton80d6ed22018-01-08 21:56:225571source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095572checksum = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
Alex Crichton80d6ed22018-01-08 21:56:225573dependencies = [
Alex Crichton093ede22019-08-15 00:45:095574 "same-file",
Eric Huss139477d2019-11-12 18:14:485575 "winapi 0.3.8",
Alex Crichton093ede22019-08-15 00:45:095576 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225577]
5578
5579[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:335580name = "want"
5581version = "0.2.0"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095583checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:335584dependencies = [
Alex Crichton093ede22019-08-15 00:45:095585 "futures",
5586 "log",
5587 "try-lock",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:335588]
5589
5590[[package]]
newpavlov6374b842019-08-29 17:13:155591name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255592version = "0.9.0+wasi-snapshot-preview1"
5593source = "registry+https://github.com/rust-lang/crates.io-index"
5594checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
newpavlov6374b842019-08-29 17:13:155595dependencies = [
5596 "compiler_builtins",
5597 "rustc-std-workspace-alloc",
5598 "rustc-std-workspace-core",
5599]
5600
5601[[package]]
Steve Klabnika0769612017-02-07 23:13:575602name = "winapi"
5603version = "0.2.8"
5604source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095605checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
Steve Klabnika0769612017-02-07 23:13:575606
5607[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225608name = "winapi"
Eric Huss139477d2019-11-12 18:14:485609version = "0.3.8"
Alex Crichton80d6ed22018-01-08 21:56:225610source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:485611checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
Alex Crichton80d6ed22018-01-08 21:56:225612dependencies = [
Alex Crichton093ede22019-08-15 00:45:095613 "winapi-i686-pc-windows-gnu",
5614 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225615]
5616
5617[[package]]
Steve Klabnika0769612017-02-07 23:13:575618name = "winapi-build"
5619version = "0.1.1"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095621checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Steve Klabnika0769612017-02-07 23:13:575622
Josh Stone020c5ec2017-05-08 22:01:135623[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225624name = "winapi-i686-pc-windows-gnu"
5625version = "0.4.0"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095627checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225628
5629[[package]]
Alex Crichton2863b752018-08-21 17:23:475630name = "winapi-util"
Eric Huss6a09cfa2019-05-16 05:27:395631version = "0.1.2"
Alex Crichton2863b752018-08-21 17:23:475632source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095633checksum = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
Alex Crichton2863b752018-08-21 17:23:475634dependencies = [
Eric Huss139477d2019-11-12 18:14:485635 "winapi 0.3.8",
Alex Crichton2863b752018-08-21 17:23:475636]
5637
5638[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225639name = "winapi-x86_64-pc-windows-gnu"
5640version = "0.4.0"
5641source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095642checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225643
5644[[package]]
Alex Crichton1cede102017-06-15 02:33:065645name = "wincolor"
Alex Crichton2863b752018-08-21 17:23:475646version = "1.0.1"
Alex Crichtonfa5b3d32018-07-26 00:25:125647source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095648checksum = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
Alex Crichtonfa5b3d32018-07-26 00:25:125649dependencies = [
Eric Huss139477d2019-11-12 18:14:485650 "winapi 0.3.8",
Alex Crichton093ede22019-08-15 00:45:095651 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125652]
5653
5654[[package]]
Eric Huss139477d2019-11-12 18:14:485655name = "winreg"
5656version = "0.6.2"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
5659dependencies = [
5660 "winapi 0.3.8",
5661]
5662
5663[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435664name = "ws2_32-sys"
5665version = "0.2.1"
5666source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095667checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
Matthias Krüger696fb8f2019-01-21 15:32:435668dependencies = [
Alex Crichton093ede22019-08-15 00:45:095669 "winapi 0.2.8",
5670 "winapi-build",
Matthias Krüger696fb8f2019-01-21 15:32:435671]
5672
5673[[package]]
Josh Stone020c5ec2017-05-08 22:01:135674name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225675version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135676source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095677checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135678dependencies = [
Alex Crichton093ede22019-08-15 00:45:095679 "libc",
Josh Stone020c5ec2017-05-08 22:01:135680]
5681
5682[[package]]
5683name = "xz2"
Alex Crichtond8251152018-07-02 16:33:165684version = "0.1.5"
Josh Stone020c5ec2017-05-08 22:01:135685source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095686checksum = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
Josh Stone020c5ec2017-05-08 22:01:135687dependencies = [
Alex Crichton093ede22019-08-15 00:45:095688 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135689]
5690
5691[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305692name = "yaml-merge-keys"
5693version = "0.4.0"
5694source = "registry+https://github.com/rust-lang/crates.io-index"
5695checksum = "59893318ba3ad2b704498c7761214a10eaf42c5f838bce9fc0145bf2ba658cfa"
5696dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425697 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305698 "thiserror",
5699 "yaml-rust 0.4.3",
5700]
5701
5702[[package]]
Josh Stone020c5ec2017-05-08 22:01:135703name = "yaml-rust"
5704version = "0.3.5"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095706checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
Pietro Albini9beb8f52019-11-26 11:06:305707
5708[[package]]
5709name = "yaml-rust"
5710version = "0.4.3"
5711source = "registry+https://github.com/rust-lang/crates.io-index"
5712checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
5713dependencies = [
5714 "linked-hash-map",
5715]