blob: ef9f91fdb434b3417ddfcd755752b217d6d49e8d [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.
Eric Hussea194b82021-03-26 19:29:083version = 3
4
Ahmed Charles9ca382f2016-09-02 08:55:295[[package]]
Alex Crichton06d565c2020-05-13 21:22:376name = "addr2line"
Alex Crichton4a3e7362021-08-19 02:44:247version = "0.16.0"
Alex Crichtonb4110902018-12-08 11:06:548source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton4a3e7362021-08-19 02:44:249checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
Alex Crichton06d565c2020-05-13 21:22:3710dependencies = [
11 "compiler_builtins",
David Wood2dc1a8a2021-12-03 14:24:0512 "gimli 0.25.0",
Alex Crichton06d565c2020-05-13 21:22:3713 "rustc-std-workspace-alloc",
14 "rustc-std-workspace-core",
15]
16
17[[package]]
18name = "adler"
19version = "0.2.3"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
22dependencies = [
23 "compiler_builtins",
24 "rustc-std-workspace-core",
25]
Alex Crichtonb4110902018-12-08 11:06:5426
27[[package]]
Steve Klabnika0769612017-02-07 23:13:5728name = "aho-corasick"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4129version = "0.7.18"
Eric Huss6a09cfa2019-05-16 05:27:3930source = "registry+https://github.com/rust-lang/crates.io-index"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4131checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
Eric Huss6a09cfa2019-05-16 05:27:3932dependencies = [
Alex Crichton093ede22019-08-15 00:45:0933 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3934]
35
36[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2937name = "alloc"
38version = "0.0.0"
39dependencies = [
Alex Crichton093ede22019-08-15 00:45:0940 "compiler_builtins",
41 "core",
Aaron Hill2550d5b2021-03-07 23:39:1942 "rand 0.7.3",
Aaron Hill70ba4912020-08-01 14:11:1543 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2944]
45
46[[package]]
steveklabnikecfbaca2018-04-03 14:32:0447name = "ammonia"
Aaron Hill70ba4912020-08-01 14:11:1548version = "3.1.0"
Eric Huss2dafa912019-06-19 03:36:4749source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:1550checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b"
Eric Huss2dafa912019-06-19 03:36:4751dependencies = [
Alex Crichton093ede22019-08-15 00:45:0952 "html5ever",
Yuki Okushi1f0a39502020-05-26 04:00:4253 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:0954 "maplit",
Aaron Hill70ba4912020-08-01 14:11:1555 "markup5ever_rcdom",
Alex Crichton093ede22019-08-15 00:45:0956 "matches",
57 "tendril",
Eric Hussf3287a62021-05-12 00:39:5158 "url 2.2.2",
Eric Huss2dafa912019-06-19 03:36:4759]
60
61[[package]]
topecongiroca19ffe2019-04-17 22:42:1862name = "annotate-snippets"
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2663version = "0.8.0"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
Igor Matuszewski2214a412021-05-03 20:59:3566dependencies = [
67 "yansi-term",
68]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2669
70[[package]]
Steve Klabnika0769612017-02-07 23:13:5771name = "ansi_term"
Aleksey Kladovb15b0232018-03-16 10:37:1472version = "0.11.0"
Steve Klabnika0769612017-02-07 23:13:5773source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0974checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
Aleksey Kladovb15b0232018-03-16 10:37:1475dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:3176 "winapi",
Aleksey Kladovb15b0232018-03-16 10:37:1477]
Steve Klabnika0769612017-02-07 23:13:5778
79[[package]]
Oliver Schererec7230f2020-07-24 18:42:0080name = "ansi_term"
81version = "0.12.1"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
84dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:3185 "winapi",
Oliver Schererec7230f2020-07-24 18:42:0086]
87
88[[package]]
Eric Huss6da85d62020-01-14 17:47:0489name = "anyhow"
David Wood2dc1a8a2021-12-03 14:24:0590version = "1.0.51"
Eric Huss6da85d62020-01-14 17:47:0491source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:0592checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
Eric Huss6da85d62020-01-14 17:47:0493
94[[package]]
Rune Tynan77156562021-01-16 01:34:1595name = "array_tool"
96version = "1.0.3"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
99
100[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54101name = "arrayvec"
Jubilee Younge8eb6912021-04-22 04:40:29102version = "0.7.0"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
Nicholas Nethercotec492ca42020-07-14 00:31:54105
106[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46107name = "askama"
108version = "0.11.0"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "4d8f355701c672c2ba3d718acbd213f740beea577cc4eae66accdffe15be1882"
111dependencies = [
112 "askama_derive",
113 "askama_escape",
114 "askama_shared",
115]
116
117[[package]]
118name = "askama_derive"
119version = "0.11.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "84704cab5b7ae0fd3a9f78ee5eb7b27f3749df445f04623db6633459ae283267"
122dependencies = [
123 "askama_shared",
124 "proc-macro2",
125 "syn",
126]
127
128[[package]]
129name = "askama_escape"
130version = "0.10.2"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5"
133
134[[package]]
135name = "askama_shared"
136version = "0.12.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "dae03eebba55a2697a376e58b573a29fe36893157173ac8df312ad85f3c0e012"
139dependencies = [
140 "askama_escape",
141 "nom",
142 "proc-macro2",
143 "quote",
144 "syn",
145]
146
147[[package]]
Alex Crichton1cede102017-06-15 02:33:06148name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21149version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13150source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21151checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13152dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:21153 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:09154 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31155 "winapi",
Alex Crichton1cede102017-06-15 02:33:06156]
157
158[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05159name = "autocfg"
Mateusz Mikułaf5e702d2020-03-26 13:10:35160version = "1.0.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
163
164[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58165name = "bitflags"
varkorb925eb52019-10-13 23:37:55166version = "1.2.1"
Tamir Duberstein231d9e72017-09-08 19:08:01167source = "registry+https://github.com/rust-lang/crates.io-index"
varkorb925eb52019-10-13 23:37:55168checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
Tamir Duberstein231d9e72017-09-08 19:08:01169
170[[package]]
Eric Huss2b985322019-11-25 16:14:07171name = "bitmaps"
Mark Rousskov342d9562020-08-17 15:21:44172version = "2.1.0"
Eric Huss2b985322019-11-25 16:14:07173source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44174checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
Eric Huss2b985322019-11-25 16:14:07175dependencies = [
176 "typenum",
177]
178
179[[package]]
James Munnsde763692019-01-19 02:39:37180name = "block-buffer"
Arlo Siemsenf86b0782020-03-31 05:17:15181version = "0.7.3"
James Munnsde763692019-01-19 02:39:37182source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15183checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
James Munnsde763692019-01-19 02:39:37184dependencies = [
Arlo Siemsenf86b0782020-03-31 05:17:15185 "block-padding",
186 "byte-tools",
187 "byteorder",
klensyd480a3e2021-03-12 13:33:02188 "generic-array 0.12.4",
Pietro Albiniacd8e592020-10-01 15:15:12189]
190
191[[package]]
192name = "block-buffer"
193version = "0.9.0"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
196dependencies = [
197 "generic-array 0.14.4",
Arlo Siemsenf86b0782020-03-31 05:17:15198]
199
200[[package]]
201name = "block-padding"
202version = "0.1.5"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
205dependencies = [
Alex Crichton093ede22019-08-15 00:45:09206 "byte-tools",
James Munnsde763692019-01-19 02:39:37207]
208
209[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29210name = "bootstrap"
211version = "0.0.0"
212dependencies = [
Alex Crichton093ede22019-08-15 00:45:09213 "build_helper",
214 "cc",
215 "cmake",
216 "filetime",
217 "getopts",
Mark Rousskovdddd8722019-12-18 15:52:10218 "ignore",
Alex Crichton093ede22019-08-15 00:45:09219 "libc",
Alex Crichton093ede22019-08-15 00:45:09220 "num_cpus",
The8472bde95702021-06-08 21:09:56221 "once_cell",
flip199544cea512021-07-01 16:18:02222 "opener",
Alex Crichton093ede22019-08-15 00:45:09223 "pretty_assertions",
224 "serde",
225 "serde_json",
226 "time",
Eric Huss7d92cf42019-08-20 17:46:35227 "toml",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31228 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:29229]
230
231[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39232name = "bstr"
Mark Rousskov342d9562020-08-17 15:21:44233version = "0.2.13"
Eric Huss6a09cfa2019-05-16 05:27:39234source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44235checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
Eric Huss6a09cfa2019-05-16 05:27:39236dependencies = [
Eric Hussfaa64612021-06-22 23:19:24237 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09238 "memchr",
Eric Hussfaa64612021-06-22 23:19:24239 "regex-automata",
Eric Huss6a09cfa2019-05-16 05:27:39240]
241
242[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04243name = "build-manifest"
244version = "0.1.0"
245dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01246 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40247 "flate2",
Pietro Albiniacd8e592020-10-01 15:15:12248 "hex 0.4.2",
Pietro Albinif3d07b32020-10-12 15:47:37249 "num_cpus",
Pietro Albiniacd8e592020-10-01 15:15:12250 "rayon",
Alex Crichton093ede22019-08-15 00:45:09251 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07252 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12253 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40254 "tar",
Eric Huss7d92cf42019-08-20 17:46:35255 "toml",
Alex Crichton9e8785f2017-01-24 22:37:04256]
257
258[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29259name = "build_helper"
260version = "0.1.0"
261
262[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03263name = "bump-stage0"
264version = "0.1.0"
265dependencies = [
266 "anyhow",
267 "curl",
Pietro Albiniea8b1ff2021-08-26 10:35:32268 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03269 "serde",
270 "serde_json",
271 "toml",
272]
273
274[[package]]
James Munnsde763692019-01-19 02:39:37275name = "byte-tools"
Arlo Siemsenf86b0782020-03-31 05:17:15276version = "0.3.1"
James Munnsde763692019-01-19 02:39:37277source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15278checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
James Munnsde763692019-01-19 02:39:37279
280[[package]]
Alex Crichton4f661c02018-10-08 17:39:09281name = "bytecount"
Yuki Okushi2b0e27e2021-03-17 20:34:05282version = "0.6.2"
Alex Crichton4f661c02018-10-08 17:39:09283source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:05284checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
Alex Crichton4f661c02018-10-08 17:39:09285dependencies = [
Yuki Okushi2b0e27e2021-03-17 20:34:05286 "packed_simd_2",
Alex Crichton4f661c02018-10-08 17:39:09287]
288
289[[package]]
Oliver Schneiderea351922017-09-18 14:18:23290name = "byteorder"
Mark Rousskov342d9562020-08-17 15:21:44291version = "1.3.4"
Oliver Schneiderea351922017-09-18 14:18:23292source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44293checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
Oliver Schneiderea351922017-09-18 14:18:23294
295[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43296name = "bytes"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31297version = "1.0.1"
Matthias Krüger696fb8f2019-01-21 15:32:43298source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31299checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
Matthias Krüger696fb8f2019-01-21 15:32:43300
301[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53302name = "bytesize"
Mark Rousskov342d9562020-08-17 15:21:44303version = "1.0.1"
Alex Crichton8ccf1122018-09-20 21:37:53304source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44305checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
Alex Crichton8ccf1122018-09-20 21:37:53306
307[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20308name = "camino"
309version = "1.0.5"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"
312dependencies = [
313 "serde",
314]
315
316[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58317name = "cargo"
Eric Hussd9dd3602021-12-14 23:24:41318version = "0.60.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58319dependencies = [
Eric Huss6da85d62020-01-14 17:47:04320 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09321 "atty",
322 "bytesize",
Caleb Cartwright0697f562021-10-20 05:15:20323 "cargo-platform 0.1.2",
Alex Crichton093ede22019-08-15 00:45:09324 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40325 "cargo-test-support",
Eric Hussea194b82021-03-26 19:29:08326 "cargo-util",
Alex Crichton093ede22019-08-15 00:45:09327 "clap",
Alex Crichton093ede22019-08-15 00:45:09328 "crates-io",
Jubilee Young1f5e1c52021-04-23 23:09:40329 "crossbeam-utils 0.8.3",
Alex Crichton093ede22019-08-15 00:45:09330 "curl",
331 "curl-sys",
Eric Huss7ca38ee2021-07-16 02:27:11332 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09333 "filetime",
334 "flate2",
Alex Crichton093ede22019-08-15 00:45:09335 "fwdansi",
336 "git2",
337 "git2-curl",
338 "glob",
Mark Rousskov342d9562020-08-17 15:21:44339 "hex 0.4.2",
Igor Matuszewskic2249a42019-09-08 08:28:11340 "home",
Mark Rousskov342d9562020-08-17 15:21:44341 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09342 "ignore",
343 "im-rc",
flip1995fe247b42021-09-08 14:32:16344 "itertools 0.10.1",
Alex Crichton093ede22019-08-15 00:45:09345 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42346 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09347 "lazycell",
348 "libc",
349 "libgit2-sys",
350 "log",
351 "memchr",
Alex Crichton093ede22019-08-15 00:45:09352 "num_cpus",
flip199544cea512021-07-01 16:18:02353 "opener",
Alex Crichton093ede22019-08-15 00:45:09354 "openssl",
Eric Huss94015472021-10-12 04:48:27355 "os_info",
Eric Huss139477d2019-11-12 18:14:48356 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09357 "pretty_env_logger",
Alex Crichton093ede22019-08-15 00:45:09358 "rustc-workspace-hack",
Eric Hussd371bb42021-06-12 19:11:50359 "rustfix 0.6.0",
David Tolnay1aba1712021-06-04 04:12:25360 "semver 1.0.3",
Alex Crichton093ede22019-08-15 00:45:09361 "serde",
Igor Matuszewskic2249a42019-09-08 08:28:11362 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09363 "serde_json",
Eric Husscb969e82021-04-01 00:45:03364 "shell-escape",
Alex Crichton093ede22019-08-15 00:45:09365 "strip-ansi-escapes",
366 "tar",
367 "tempfile",
368 "termcolor",
Eric Huss7d92cf42019-08-20 17:46:35369 "toml",
Alex Crichton093ede22019-08-15 00:45:09370 "unicode-width",
Aaron Hill70ba4912020-08-01 14:11:15371 "unicode-xid",
Eric Hussf3287a62021-05-12 00:39:51372 "url 2.2.2",
Alex Crichton093ede22019-08-15 00:45:09373 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31374 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58375]
376
377[[package]]
Eric Huss74498c12020-12-16 17:03:33378name = "cargo-credential"
379version = "0.1.0"
380
381[[package]]
382name = "cargo-credential-1password"
383version = "0.1.0"
384dependencies = [
385 "cargo-credential",
386 "serde",
387 "serde_json",
388]
389
390[[package]]
391name = "cargo-credential-macos-keychain"
392version = "0.1.0"
393dependencies = [
394 "cargo-credential",
395 "security-framework",
396]
397
398[[package]]
399name = "cargo-credential-wincred"
400version = "0.1.0"
401dependencies = [
402 "cargo-credential",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31403 "winapi",
Eric Huss74498c12020-12-16 17:03:33404]
405
406[[package]]
Ralf Jung759e4952020-06-01 18:17:20407name = "cargo-miri"
408version = "0.1.0"
409dependencies = [
Ralf Jung759e4952020-06-01 18:17:20410 "directories",
411 "rustc-workspace-hack",
Ralf Junge5684232022-01-05 09:41:22412 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20413 "serde",
414 "serde_json",
415 "vergen",
416]
417
418[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56419name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56420version = "0.1.2"
Alex Crichton5c5e3fa2019-09-24 18:06:56421dependencies = [
422 "serde",
423]
424
425[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20426name = "cargo-platform"
427version = "0.1.2"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
430dependencies = [
431 "serde",
432]
433
434[[package]]
Eric Hussaedb74b2019-06-12 14:37:30435name = "cargo-test-macro"
436version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30437
438[[package]]
Aaron Hilld440e132019-09-16 18:45:40439name = "cargo-test-support"
440version = "0.1.0"
441dependencies = [
Eric Hussea194b82021-03-26 19:29:08442 "anyhow",
Aaron Hilld440e132019-09-16 18:45:40443 "cargo-test-macro",
Eric Hussea194b82021-03-26 19:29:08444 "cargo-util",
Aaron Hilld440e132019-09-16 18:45:40445 "filetime",
446 "flate2",
447 "git2",
448 "glob",
flip1995fe247b42021-09-08 14:32:16449 "itertools 0.10.1",
Yuki Okushi1f0a39502020-05-26 04:00:42450 "lazy_static",
Aaron Hilld440e132019-09-16 18:45:40451 "remove_dir_all",
452 "serde_json",
453 "tar",
Eric Hussfaa64612021-06-22 23:19:24454 "termcolor",
Eric Huss453ebbd2021-01-21 18:16:42455 "toml",
Eric Hussf3287a62021-05-12 00:39:51456 "url 2.2.2",
Aaron Hilld440e132019-09-16 18:45:40457]
458
459[[package]]
Eric Hussea194b82021-03-26 19:29:08460name = "cargo-util"
Eric Hussd9dd3602021-12-14 23:24:41461version = "0.1.2"
Eric Hussea194b82021-03-26 19:29:08462dependencies = [
463 "anyhow",
464 "core-foundation",
465 "crypto-hash",
466 "filetime",
467 "hex 0.4.2",
468 "jobserver",
469 "libc",
470 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31471 "miow",
Eric Hussea194b82021-03-26 19:29:08472 "same-file",
473 "shell-escape",
474 "tempfile",
475 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31476 "winapi",
Eric Hussea194b82021-03-26 19:29:08477]
478
479[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29480name = "cargo_metadata"
Eduardo Brotoca11eeb2020-10-23 21:47:58481version = "0.12.0"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "d5a5f7b42f606b7f23674f6f4d877628350682bc40687d3fae65679a58d55345"
484dependencies = [
485 "semver 0.11.0",
486 "serde",
487 "serde_json",
488]
489
490[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20491name = "cargo_metadata"
492version = "0.14.0"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
495dependencies = [
496 "camino",
497 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
498 "semver 1.0.3",
499 "serde",
500 "serde_json",
501]
502
503[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26504name = "cargotest2"
505version = "0.1.0"
506
507[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35508name = "cc"
Yuki Okushie457c272021-07-13 08:58:50509version = "1.0.69"
Nick Cameronc5cad5a2017-09-22 01:58:35510source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushie457c272021-07-13 08:58:50511checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
Eric Hussa9023832019-11-09 19:59:53512dependencies = [
513 "jobserver",
Eric Hussa9023832019-11-09 19:59:53514]
Nick Cameronc5cad5a2017-09-22 01:58:35515
516[[package]]
Josh Stone020c5ec2017-05-08 22:01:13517name = "cfg-if"
Alex Crichtonaabf4e92020-01-08 15:33:57518version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:13519source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57520checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Alex Crichtond1040fe2019-05-15 14:30:15521dependencies = [
Alex Crichton093ede22019-08-15 00:45:09522 "compiler_builtins",
523 "rustc-std-workspace-core",
Alex Crichtond1040fe2019-05-15 14:30:15524]
Josh Stone020c5ec2017-05-08 22:01:13525
526[[package]]
Aaron Hill44fdfd62020-10-11 17:51:07527name = "cfg-if"
528version = "1.0.0"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
531
532[[package]]
Jack Hueya24df5b2020-03-03 16:25:03533name = "chalk-derive"
pierwillea25b772021-12-21 17:00:30534version = "0.75.0"
Jack Hueya24df5b2020-03-03 16:25:03535source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:30536checksum = "d54e3b5f9e3425e6b119ff07568d8d006bfa5a8d6f78a9cbc3530b1e962e316c"
Jack Hueya24df5b2020-03-03 16:25:03537dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15538 "proc-macro2",
539 "quote",
540 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16541 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03542]
543
544[[package]]
545name = "chalk-engine"
pierwillea25b772021-12-21 17:00:30546version = "0.75.0"
Jack Hueya24df5b2020-03-03 16:25:03547source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:30548checksum = "bdc891073396b167163db77123b0a3c00088edc00466cecc5531f33e3e989523"
Jack Hueya24df5b2020-03-03 16:25:03549dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19550 "chalk-derive",
551 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37552 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03553 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09554 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03555]
556
557[[package]]
558name = "chalk-ir"
pierwillea25b772021-12-21 17:00:30559version = "0.75.0"
Jack Hueya24df5b2020-03-03 16:25:03560source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:30561checksum = "2b79e5a1d04b79311e90c69356a2c62027853906a7e33b3e070b93c055fc3e8a"
Jack Hueya24df5b2020-03-03 16:25:03562dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31563 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03564 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42565 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03566]
567
568[[package]]
Jack Hueya24df5b2020-03-03 16:25:03569name = "chalk-solve"
pierwillea25b772021-12-21 17:00:30570version = "0.75.0"
Jack Hueya24df5b2020-03-03 16:25:03571source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:30572checksum = "a5d2a1db6605aba70a58820bd80ac422b218913a510f1a40beef9efc5371ea1d"
Jack Hueya24df5b2020-03-03 16:25:03573dependencies = [
574 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03575 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09576 "ena",
pierwillea25b772021-12-21 17:00:30577 "itertools 0.10.1",
Jack Hueya24df5b2020-03-03 16:25:03578 "petgraph",
579 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09580 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37581 "tracing-subscriber",
582 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03583]
584
585[[package]]
Alex Crichton15899b02018-01-25 04:01:42586name = "chrono"
Tomasz Miąsko2abe7c82021-02-28 00:00:00587version = "0.4.19"
Alex Crichton15899b02018-01-25 04:01:42588source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:00589checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
Alex Crichton15899b02018-01-25 04:01:42590dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:00591 "libc",
Alex Crichton093ede22019-08-15 00:45:09592 "num-integer",
593 "num-traits",
594 "time",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31595 "winapi",
Alex Crichton15899b02018-01-25 04:01:42596]
597
598[[package]]
Steve Klabnika0769612017-02-07 23:13:57599name = "clap"
Eric Huss4aceaed2021-12-07 04:33:00600version = "2.34.0"
Steve Klabnika0769612017-02-07 23:13:57601source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4aceaed2021-12-07 04:33:00602checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
Steve Klabnika0769612017-02-07 23:13:57603dependencies = [
Eric Huss4aceaed2021-12-07 04:33:00604 "ansi_term 0.12.1",
Alex Crichton093ede22019-08-15 00:45:09605 "atty",
606 "bitflags",
607 "strsim",
608 "textwrap",
609 "unicode-width",
610 "vec_map",
Pietro Albini9beb8f52019-11-26 11:06:30611 "yaml-rust 0.3.5",
Steve Klabnika0769612017-02-07 23:13:57612]
613
614[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29615name = "clippy"
flip1995e36e5a52021-12-06 11:33:55616version = "0.1.59"
Ahmed Charles9ca382f2016-09-02 08:55:29617dependencies = [
xFrednetfd413362021-11-02 13:19:31618 "cargo_metadata 0.14.0",
Alex Crichton093ede22019-08-15 00:45:09619 "clippy_lints",
flip1995fe247b42021-09-08 14:32:16620 "clippy_utils",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41621 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09622 "derive-new",
flip1995647f2b42021-06-03 07:06:49623 "filetime",
flip1995fe247b42021-09-08 14:32:16624 "if_chain",
625 "itertools 0.10.1",
flip1995e36e5a52021-12-06 11:33:55626 "parking_lot",
flip19950f1ff452021-03-25 18:29:39627 "quote",
flip1995412ebc32021-03-12 14:31:11628 "regex",
Alex Crichton093ede22019-08-15 00:45:09629 "rustc-workspace-hack",
Oliver Scherer2a789512019-05-26 17:21:54630 "rustc_tools_util 0.2.0",
xFrednetfd413362021-11-02 13:19:31631 "semver 1.0.3",
Alex Crichton093ede22019-08-15 00:45:09632 "serde",
flip19950f1ff452021-03-25 18:29:39633 "syn",
Matthias Krügerf77104b2019-12-02 22:09:48634 "tempfile",
Ralf Jungbf11b122021-04-06 11:20:48635 "tester",
Ahmed Charles9ca382f2016-09-02 08:55:29636]
637
638[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49639name = "clippy_dev"
640version = "0.0.1"
641dependencies = [
642 "bytecount",
flip1995e36e5a52021-12-06 11:33:55643 "cargo_metadata 0.14.0",
Joshua Nelson8c25e272021-04-14 13:20:49644 "clap",
flip19958d5f69d2021-10-21 11:13:17645 "indoc",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41646 "itertools 0.10.1",
flip199544cea512021-07-01 16:18:02647 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49648 "regex",
649 "shell-escape",
650 "walkdir",
651]
652
653[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29654name = "clippy_lints"
flip1995e36e5a52021-12-06 11:33:55655version = "0.1.59"
Oliver Schneider847bb142018-05-11 12:11:06656dependencies = [
xFrednetfd413362021-11-02 13:19:31657 "cargo_metadata 0.14.0",
flip19950046d7c2021-02-25 10:26:23658 "clippy_utils",
Alex Crichton093ede22019-08-15 00:45:09659 "if_chain",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41660 "itertools 0.10.1",
Guillaume Gomez4e2024c2021-12-28 15:19:23661 "pulldown-cmark 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09662 "quine-mc_cluskey",
Alex Crichton093ede22019-08-15 00:45:09663 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59664 "rustc-semver",
xFrednetfd413362021-11-02 13:19:31665 "semver 1.0.3",
Alex Crichton093ede22019-08-15 00:45:09666 "serde",
flip1995c24058b2021-05-06 10:21:46667 "serde_json",
Eric Huss7d92cf42019-08-20 17:46:35668 "toml",
Alex Crichton093ede22019-08-15 00:45:09669 "unicode-normalization",
flip199544cea512021-07-01 16:18:02670 "unicode-script",
Eric Hussf3287a62021-05-12 00:39:51671 "url 2.2.2",
Oliver Schneider847bb142018-05-11 12:11:06672]
673
674[[package]]
flip19950046d7c2021-02-25 10:26:23675name = "clippy_utils"
flip1995e36e5a52021-12-06 11:33:55676version = "0.1.59"
flip19950046d7c2021-02-25 10:26:23677dependencies = [
678 "if_chain",
flip19950046d7c2021-02-25 10:26:23679 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23680]
681
682[[package]]
Mark Rousskov342d9562020-08-17 15:21:44683name = "cmake"
684version = "0.1.44"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
Oliver Schneideracdf83f2017-12-06 08:25:29687dependencies = [
Alex Crichton093ede22019-08-15 00:45:09688 "cc",
Oliver Schneideracdf83f2017-12-06 08:25:29689]
690
691[[package]]
Nick Cameron127f9a62018-04-25 22:11:28692name = "colored"
Ralf Jung0e908752020-09-17 18:04:20693version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28694source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20695checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28696dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42697 "atty",
698 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31699 "winapi",
Nick Cameron127f9a62018-04-25 22:11:28700]
701
702[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29703name = "commoncrypto"
704version = "0.2.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09706checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29707dependencies = [
Alex Crichton093ede22019-08-15 00:45:09708 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29709]
710
711[[package]]
712name = "commoncrypto-sys"
713version = "0.2.0"
714source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09715checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29716dependencies = [
Alex Crichton093ede22019-08-15 00:45:09717 "libc",
Murarth64842582017-06-17 19:01:18718]
719
720[[package]]
Alex Crichton147e2da2016-10-07 06:30:38721name = "compiler_builtins"
Ayrtonc12f7ef2021-12-16 02:00:06722version = "0.1.66"
Alex Crichton4c21a3b2018-11-20 05:52:50723source = "registry+https://github.com/rust-lang/crates.io-index"
Ayrtonc12f7ef2021-12-16 02:00:06724checksum = "191424db7756bbed2c4996959a0fbda94388abcf4f5a2728a8af17481ad9c4f7"
Alex Crichton147e2da2016-10-07 06:30:38725dependencies = [
Alex Crichton093ede22019-08-15 00:45:09726 "cc",
727 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38728]
729
730[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29731name = "compiletest"
732version = "0.0.0"
733dependencies = [
Michael Howellb29d9d52021-02-24 06:42:42734 "colored",
Alex Crichton093ede22019-08-15 00:45:09735 "diff",
Alex Crichton093ede22019-08-15 00:45:09736 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21737 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42738 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09739 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31740 "miow",
Alex Crichton093ede22019-08-15 00:45:09741 "regex",
Eric Huss2817be92021-06-11 03:39:05742 "rustfix 0.6.0",
Alex Crichton093ede22019-08-15 00:45:09743 "serde",
744 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00745 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00746 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42747 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09748 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31749 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29750]
751
752[[package]]
753name = "compiletest_rs"
flip19954e5319b2021-11-04 12:56:54754version = "0.7.1"
hyd-deve671c352021-09-06 16:43:27755source = "registry+https://github.com/rust-lang/crates.io-index"
flip19954e5319b2021-11-04 12:56:54756checksum = "29843cb8d351febf86557681d049d1e1652b81a086a190fa1173c07fd17fbf83"
hyd-deve671c352021-09-06 16:43:27757dependencies = [
758 "diff",
759 "filetime",
760 "getopts",
761 "lazy_static",
762 "libc",
763 "log",
764 "miow",
765 "regex",
766 "rustfix 0.5.1",
767 "serde",
768 "serde_derive",
769 "serde_json",
770 "tempfile",
771 "tester",
772 "winapi",
773]
774
775[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29776name = "core"
777version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16778dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:19779 "rand 0.7.3",
Alex Crichton994bfd42018-02-26 17:07:16780]
Ahmed Charles9ca382f2016-09-02 08:55:29781
782[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28783name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05784version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07785source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05786checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07787dependencies = [
Eric Huss6654c582020-06-23 22:00:48788 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09789 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28790]
791
792[[package]]
793name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05794version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07795source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05796checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07797
798[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48799name = "coverage_test_macros"
800version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48801
802[[package]]
Pietro Albiniacd8e592020-10-01 15:15:12803name = "cpuid-bool"
804version = "0.1.2"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
807
808[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58809name = "crates-io"
Eric Hussd9dd3602021-12-14 23:24:41810version = "0.33.1"
Nick Cameronad8ecc22017-07-19 01:32:12811dependencies = [
Eric Huss6da85d62020-01-14 17:47:04812 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09813 "curl",
Eric Huss139477d2019-11-12 18:14:48814 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09815 "serde",
Alex Crichton093ede22019-08-15 00:45:09816 "serde_json",
Eric Hussf3287a62021-05-12 00:39:51817 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58818]
819
820[[package]]
Alex Crichtonb4110902018-12-08 11:06:54821name = "crc32fast"
Alex Crichton06d565c2020-05-13 21:22:37822version = "1.2.0"
Alex Crichtonb4110902018-12-08 11:06:54823source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:37824checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
Alex Crichtonb4110902018-12-08 11:06:54825dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07826 "cfg-if 0.1.10",
Alex Crichtonb4110902018-12-08 11:06:54827]
Alex Crichton38bedfa2017-09-02 03:46:51828
829[[package]]
kennytmcab21f12018-07-26 21:58:55830name = "crossbeam-channel"
Caleb Cartwright63913182021-02-10 01:52:54831version = "0.5.0"
Matthias Krüger451d4922020-02-10 19:47:38832source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:54833checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
Matthias Krüger451d4922020-02-10 19:47:38834dependencies = [
Caleb Cartwright63913182021-02-10 01:52:54835 "cfg-if 1.0.0",
Jubilee Young1f5e1c52021-04-23 23:09:40836 "crossbeam-utils 0.8.3",
Matthias Krüger451d4922020-02-10 19:47:38837]
838
839[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45840name = "crossbeam-deque"
klensy92e30f62021-08-27 14:38:53841version = "0.7.4"
Josh Stone33c41252019-09-10 17:13:07842source = "registry+https://github.com/rust-lang/crates.io-index"
klensy92e30f62021-08-27 14:38:53843checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
Josh Stone33c41252019-09-10 17:13:07844dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01845 "crossbeam-epoch",
Mark Rousskov342d9562020-08-17 15:21:44846 "crossbeam-utils 0.7.2",
847 "maybe-uninit",
Josh Stone33c41252019-09-10 17:13:07848]
849
850[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45851name = "crossbeam-epoch"
Mark Rousskov342d9562020-08-17 15:21:44852version = "0.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:43853source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44854checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
Matthias Krüger696fb8f2019-01-21 15:32:43855dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44856 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07857 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44858 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:42859 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:44860 "maybe-uninit",
Igor Matuszewski5b091302019-12-10 15:01:01861 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16862 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43863]
864
865[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33866name = "crossbeam-queue"
Mark Rousskov342d9562020-08-17 15:21:44867version = "0.2.3"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
870dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07871 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44872 "crossbeam-utils 0.7.2",
873 "maybe-uninit",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33874]
875
876[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45877name = "crossbeam-utils"
Mateusz Mikułaf5e702d2020-03-26 13:10:35878version = "0.7.2"
Eric Husse0f2f9d2019-11-12 17:57:41879source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:35880checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
Eric Husse0f2f9d2019-11-12 17:57:41881dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:15882 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07883 "cfg-if 0.1.10",
Yuki Okushi1f0a39502020-05-26 04:00:42884 "lazy_static",
Eric Husse0f2f9d2019-11-12 17:57:41885]
886
887[[package]]
Eric Huss71bf7cf2020-10-14 22:16:47888name = "crossbeam-utils"
Jubilee Young1f5e1c52021-04-23 23:09:40889version = "0.8.3"
Eric Huss71bf7cf2020-10-14 22:16:47890source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young1f5e1c52021-04-23 23:09:40891checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
Eric Huss71bf7cf2020-10-14 22:16:47892dependencies = [
893 "autocfg",
894 "cfg-if 1.0.0",
Eric Huss71bf7cf2020-10-14 22:16:47895 "lazy_static",
896]
897
898[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29899name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:44900version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:29901source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44902checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:29903dependencies = [
Alex Crichton093ede22019-08-15 00:45:09904 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:40905 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:09906 "openssl",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31907 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29908]
909
910[[package]]
Xidorn Quan38e42332021-02-13 11:17:15911name = "cstr"
912version = "0.2.8"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
915dependencies = [
916 "proc-macro2",
917 "quote",
918]
919
920[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:35921name = "ctor"
Mark Rousskov342d9562020-08-17 15:21:44922version = "0.1.15"
Mateusz Mikułaf5e702d2020-03-26 13:10:35923source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44924checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
Mateusz Mikułaf5e702d2020-03-26 13:10:35925dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15926 "quote",
927 "syn",
Mateusz Mikułaf5e702d2020-03-26 13:10:35928]
929
930[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58931name = "curl"
Eric Hussb086bd02021-11-22 22:01:57932version = "0.4.41"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58933source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb086bd02021-11-22 22:01:57934checksum = "1bc6d233563261f8db6ffb83bbaad5a73837a6e6b28868e926337ebbdece0be3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58935dependencies = [
Alex Crichton093ede22019-08-15 00:45:09936 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09937 "libc",
938 "openssl-probe",
939 "openssl-sys",
940 "schannel",
klensyd5e8ad42021-07-04 18:49:56941 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31942 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58943]
944
945[[package]]
946name = "curl-sys"
Eric Hussb086bd02021-11-22 22:01:57947version = "0.4.51+curl-7.80.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58948source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb086bd02021-11-22 22:01:57949checksum = "d130987e6a6a34fe0889e1083022fa48cd90e6709a84be3fb8dd95801de5af20"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58950dependencies = [
Alex Crichton093ede22019-08-15 00:45:09951 "cc",
952 "libc",
953 "libnghttp2-sys",
954 "libz-sys",
955 "openssl-sys",
956 "pkg-config",
957 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31958 "winapi",
Josh Stone020c5ec2017-05-08 22:01:13959]
960
961[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51962name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22963version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51964source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09965checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51966
967[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58968name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:49969version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58970source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:49971checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58972dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15973 "proc-macro2",
974 "quote",
975 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58976]
977
978[[package]]
kennytmcab21f12018-07-26 21:58:55979name = "derive_more"
Mark Rousskov342d9562020-08-17 15:21:44980version = "0.99.9"
kennytmcab21f12018-07-26 21:58:55981source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44982checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
kennytmcab21f12018-07-26 21:58:55983dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15984 "proc-macro2",
985 "quote",
986 "syn",
kennytmcab21f12018-07-26 21:58:55987]
988
989[[package]]
Cengiz Can837817c2017-04-27 19:41:18990name = "diff"
Mark Rousskov342d9562020-08-17 15:21:44991version = "0.1.12"
Cengiz Can837817c2017-04-27 19:41:18992source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44993checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
Cengiz Can837817c2017-04-27 19:41:18994
995[[package]]
Mark Simulacrum42fde212018-03-10 14:03:06996name = "difference"
997version = "2.0.0"
998source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09999checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
Mark Simulacrum42fde212018-03-10 14:03:061000
1001[[package]]
James Munnsde763692019-01-19 02:39:371002name = "digest"
Arlo Siemsenf86b0782020-03-31 05:17:151003version = "0.8.1"
James Munnsde763692019-01-19 02:39:371004source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:151005checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
James Munnsde763692019-01-19 02:39:371006dependencies = [
klensyd480a3e2021-03-12 13:33:021007 "generic-array 0.12.4",
Pietro Albiniacd8e592020-10-01 15:15:121008]
1009
1010[[package]]
1011name = "digest"
1012version = "0.9.0"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1015dependencies = [
1016 "generic-array 0.14.4",
James Munnsde763692019-01-19 02:39:371017]
1018
1019[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451020name = "directories"
Jubilee Young27ef7192021-04-23 22:49:471021version = "3.0.2"
Ralf Jung44b0fd62018-11-28 20:22:451022source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471023checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
Ralf Jung44b0fd62018-11-28 20:22:451024dependencies = [
Alex Crichton093ede22019-08-15 00:45:091025 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451026]
1027
1028[[package]]
flip19954c228cc2019-02-18 09:32:581029name = "dirs"
Mark Rousskov342d9562020-08-17 15:21:441030version = "2.0.2"
flip19954c228cc2019-02-18 09:32:581031source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441032checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
flip19954c228cc2019-02-18 09:32:581033dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071034 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091035 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581036]
1037
1038[[package]]
flip19950046d7c2021-02-25 10:26:231039name = "dirs-next"
1040version = "2.0.0"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1043dependencies = [
1044 "cfg-if 1.0.0",
1045 "dirs-sys-next",
1046]
1047
1048[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321049name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:471050version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:321051source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471052checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:321053dependencies = [
Alex Crichton093ede22019-08-15 00:45:091054 "libc",
Jubilee Young27ef7192021-04-23 22:49:471055 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311056 "winapi",
flip19950046d7c2021-02-25 10:26:231057]
1058
1059[[package]]
1060name = "dirs-sys-next"
1061version = "0.1.2"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1064dependencies = [
1065 "libc",
Jubilee Young27ef7192021-04-23 22:49:471066 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311067 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321068]
1069
1070[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291071name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:351072version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:501073source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:351074checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:291075dependencies = [
Alex Crichton093ede22019-08-15 00:45:091076 "compiler_builtins",
1077 "libc",
1078 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291079]
1080
1081[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291082name = "either"
Mark Rousskov342d9562020-08-17 15:21:441083version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291084source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441085checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291086
1087[[package]]
steveklabnikecfbaca2018-04-03 14:32:041088name = "elasticlunr-rs"
Aaron Hill70ba4912020-08-01 14:11:151089version = "2.3.9"
steveklabnikecfbaca2018-04-03 14:32:041090source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151091checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
steveklabnikecfbaca2018-04-03 14:32:041092dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:421093 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091094 "regex",
1095 "serde",
1096 "serde_derive",
1097 "serde_json",
1098 "strum",
1099 "strum_macros",
steveklabnikecfbaca2018-04-03 14:32:041100]
1101
1102[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121103name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071104version = "0.14.0"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
varkor443a2d42019-03-19 21:30:071107dependencies = [
Alex Crichton093ede22019-08-15 00:45:091108 "log",
varkor443a2d42019-03-19 21:30:071109]
1110
1111[[package]]
Ralf Jungbf11b122021-04-06 11:20:481112name = "enum-iterator"
1113version = "0.6.0"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7"
1116dependencies = [
1117 "enum-iterator-derive",
1118]
1119
1120[[package]]
1121name = "enum-iterator-derive"
1122version = "0.6.0"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06"
1125dependencies = [
1126 "proc-macro2",
1127 "quote",
1128 "syn",
1129]
1130
1131[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581132name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201133version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421134source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201135checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231136dependencies = [
Alex Crichton093ede22019-08-15 00:45:091137 "atty",
Eric Hussd45d8b12020-01-21 17:55:431138 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091139 "log",
1140 "regex",
1141 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231142]
1143
1144[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561145name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201146version = "0.8.4"
Alex Crichton5c5e3fa2019-09-24 18:06:561147source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201148checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
Alex Crichton5c5e3fa2019-09-24 18:06:561149dependencies = [
1150 "atty",
Caleb Cartwright0697f562021-10-20 05:15:201151 "humantime 2.0.1",
Alex Crichton5c5e3fa2019-09-24 18:06:561152 "log",
1153 "regex",
1154 "termcolor",
1155]
1156
1157[[package]]
Eric Husse852a4a2020-10-20 23:36:461158name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111159version = "0.9.0"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1162dependencies = [
1163 "atty",
1164 "humantime 2.0.1",
1165 "log",
1166 "regex",
1167 "termcolor",
1168]
1169
1170[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291171name = "error_index_generator"
1172version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581173dependencies = [
Alex Crichton093ede22019-08-15 00:45:091174 "rustdoc",
Mark Rousskov99ce39b2019-08-19 22:04:251175 "walkdir",
Mark Simulacrume2e9b402017-07-23 02:01:581176]
Ahmed Charles9ca382f2016-09-02 08:55:291177
1178[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301179name = "expand-yaml-anchors"
1180version = "0.1.0"
1181dependencies = [
1182 "yaml-merge-keys",
Mark Rousskov342d9562020-08-17 15:21:441183 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:301184]
1185
1186[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501187name = "expect-test"
Aleksey Kladov5716c3e2020-08-31 19:04:091188version = "1.0.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501189source = "registry+https://github.com/rust-lang/crates.io-index"
Aleksey Kladov5716c3e2020-08-31 19:04:091190checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
Aleksey Kladovf7be59c2020-08-21 12:03:501191dependencies = [
1192 "difference",
1193 "once_cell",
1194]
1195
1196[[package]]
James Munnsde763692019-01-19 02:39:371197name = "fake-simd"
1198version = "0.1.2"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091200checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
James Munnsde763692019-01-19 02:39:371201
1202[[package]]
David Wood2dc1a8a2021-12-03 14:24:051203name = "fallible-iterator"
1204version = "0.2.0"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1207
1208[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291209name = "filetime"
klensydcdc3082021-05-11 19:03:591210version = "0.2.14"
Alex Crichton924f8c72018-04-18 15:43:591211source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:591212checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
Alex Crichton924f8c72018-04-18 15:43:591213dependencies = [
klensydcdc3082021-05-11 19:03:591214 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091215 "libc",
klensydcdc3082021-05-11 19:03:591216 "redox_syscall",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311217 "winapi",
Alex Crichton924f8c72018-04-18 15:43:591218]
1219
1220[[package]]
Jack Hueya24df5b2020-03-03 16:25:031221name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191222version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031223source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191224checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031225
1226[[package]]
Josh Stone020c5ec2017-05-08 22:01:131227name = "flate2"
Alex Crichton06d565c2020-05-13 21:22:371228version = "1.0.16"
Felix Schütt7c13fa32017-12-31 14:34:291229source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:371230checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
Felix Schütt7c13fa32017-12-31 14:34:291231dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071232 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091233 "crc32fast",
1234 "libc",
1235 "libz-sys",
Eric Huss139477d2019-11-12 18:14:481236 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291237]
1238
1239[[package]]
Simon Sapinb77ff242017-07-18 21:26:551240name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441241version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551242source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441243checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551244
1245[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581246name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291247version = "0.3.2"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091249checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291250dependencies = [
Alex Crichton093ede22019-08-15 00:45:091251 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291252]
1253
1254[[package]]
1255name = "foreign-types-shared"
1256version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581257source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091258checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581259
1260[[package]]
Eric Hussf3287a62021-05-12 00:39:511261name = "form_urlencoded"
1262version = "1.0.1"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1265dependencies = [
1266 "matches",
1267 "percent-encoding 2.1.0",
1268]
1269
1270[[package]]
Jethro Beekman4a350562018-08-28 04:33:261271name = "fortanix-sgx-abi"
Mark Rousskov342d9562020-08-17 15:21:441272version = "0.3.3"
Alex Crichton4c21a3b2018-11-20 05:52:501273source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441274checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
Jethro Beekman4a350562018-08-28 04:33:261275dependencies = [
Alex Crichton093ede22019-08-15 00:45:091276 "compiler_builtins",
1277 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261278]
1279
1280[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471281name = "fs-err"
1282version = "2.5.0"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"
1285
1286[[package]]
Alex Crichton016eaf82018-10-21 02:15:061287name = "fs_extra"
1288version = "1.1.0"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091290checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061291
1292[[package]]
Nick Cameron77177052018-07-06 00:34:001293name = "fst"
Eric Huss893ca662021-04-22 22:47:101294version = "0.4.5"
Nick Cameron77177052018-07-06 00:34:001295source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss893ca662021-04-22 22:47:101296checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
Nick Cameron77177052018-07-06 00:34:001297
1298[[package]]
steveklabnikecfbaca2018-04-03 14:32:041299name = "futf"
Alex Crichtond8251152018-07-02 16:33:161300version = "0.1.4"
steveklabnikecfbaca2018-04-03 14:32:041301source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091302checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
steveklabnikecfbaca2018-04-03 14:32:041303dependencies = [
Alex Crichton093ede22019-08-15 00:45:091304 "mac",
1305 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041306]
1307
1308[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121309name = "futures"
Mark Rousskov342d9562020-08-17 15:21:441310version = "0.1.29"
Ahmed Charles9ca382f2016-09-02 08:55:291311source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441312checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
Ahmed Charles9ca382f2016-09-02 08:55:291313
1314[[package]]
Caleb Cartwright63913182021-02-10 01:52:541315name = "futures"
1316version = "0.3.12"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
1319dependencies = [
1320 "futures-channel",
1321 "futures-core",
1322 "futures-executor",
1323 "futures-io",
1324 "futures-sink",
1325 "futures-task",
1326 "futures-util",
1327]
1328
1329[[package]]
1330name = "futures-channel"
1331version = "0.3.12"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
1334dependencies = [
1335 "futures-core",
1336 "futures-sink",
1337]
1338
1339[[package]]
1340name = "futures-core"
1341version = "0.3.12"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
1344
1345[[package]]
1346name = "futures-executor"
1347version = "0.3.12"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
1350dependencies = [
1351 "futures-core",
1352 "futures-task",
1353 "futures-util",
1354 "num_cpus",
1355]
1356
1357[[package]]
1358name = "futures-io"
1359version = "0.3.12"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
1362
1363[[package]]
1364name = "futures-macro"
1365version = "0.3.12"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
1368dependencies = [
1369 "proc-macro-hack",
1370 "proc-macro2",
1371 "quote",
1372 "syn",
1373]
1374
1375[[package]]
1376name = "futures-sink"
1377version = "0.3.12"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
1380
1381[[package]]
1382name = "futures-task"
1383version = "0.3.12"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
1386dependencies = [
1387 "once_cell",
1388]
1389
1390[[package]]
1391name = "futures-util"
1392version = "0.3.12"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
1395dependencies = [
1396 "futures 0.1.29",
1397 "futures-channel",
1398 "futures-core",
1399 "futures-io",
1400 "futures-macro",
1401 "futures-sink",
1402 "futures-task",
1403 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311404 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541405 "pin-utils",
1406 "proc-macro-hack",
1407 "proc-macro-nested",
1408 "slab",
1409]
1410
1411[[package]]
Eric Huss97308712018-08-14 21:27:261412name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051413version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261414source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051415checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261416dependencies = [
Alex Crichton093ede22019-08-15 00:45:091417 "memchr",
1418 "termcolor",
Eric Huss97308712018-08-14 21:27:261419]
1420
1421[[package]]
James Munnsde763692019-01-19 02:39:371422name = "generic-array"
klensyd480a3e2021-03-12 13:33:021423version = "0.12.4"
James Munnsde763692019-01-19 02:39:371424source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:021425checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
James Munnsde763692019-01-19 02:39:371426dependencies = [
Alex Crichton093ede22019-08-15 00:45:091427 "typenum",
James Munnsde763692019-01-19 02:39:371428]
1429
1430[[package]]
Pietro Albiniacd8e592020-10-01 15:15:121431name = "generic-array"
1432version = "0.14.4"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1435dependencies = [
1436 "typenum",
1437 "version_check",
1438]
1439
1440[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291441name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081442version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291443source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081444checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361445dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081446 "rustc-std-workspace-core",
1447 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091448 "unicode-width",
varkore72f7e12019-04-30 19:37:361449]
Ahmed Charles9ca382f2016-09-02 08:55:291450
1451[[package]]
gnzlbg52caca02019-08-01 15:02:261452name = "getrandom"
Alex Crichtonaabf4e92020-01-08 15:33:571453version = "0.1.14"
gnzlbg52caca02019-08-01 15:02:261454source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571455checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
gnzlbg52caca02019-08-01 15:02:261456dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071457 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091458 "libc",
Alex Crichtonaabf4e92020-01-08 15:33:571459 "wasi",
gnzlbg52caca02019-08-01 15:02:261460]
1461
1462[[package]]
Ralf Jung0e908752020-09-17 18:04:201463name = "getrandom"
1464version = "0.2.0"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1467dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071468 "cfg-if 0.1.10",
Ralf Jung0e908752020-09-17 18:04:201469 "libc",
1470 "wasi",
1471]
1472
1473[[package]]
Ralf Jungbf11b122021-04-06 11:20:481474name = "getset"
1475version = "0.1.1"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "24b328c01a4d71d2d8173daa93562a73ab0fe85616876f02500f53d82948c504"
1478dependencies = [
1479 "proc-macro-error",
1480 "proc-macro2",
1481 "quote",
1482 "syn",
1483]
1484
1485[[package]]
Alex Crichton06d565c2020-05-13 21:22:371486name = "gimli"
Alex Crichton4a3e7362021-08-19 02:44:241487version = "0.25.0"
Alex Crichton06d565c2020-05-13 21:22:371488source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton4a3e7362021-08-19 02:44:241489checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
Alex Crichton06d565c2020-05-13 21:22:371490dependencies = [
1491 "compiler_builtins",
1492 "rustc-std-workspace-alloc",
1493 "rustc-std-workspace-core",
1494]
1495
1496[[package]]
David Wood2dc1a8a2021-12-03 14:24:051497name = "gimli"
1498version = "0.26.1"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1501dependencies = [
1502 "fallible-iterator",
1503 "indexmap",
1504 "stable_deref_trait",
1505]
1506
1507[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581508name = "git2"
Eric Huss94015472021-10-12 04:48:271509version = "0.13.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581510source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss94015472021-10-12 04:48:271511checksum = "2a8057932925d3a9d9e4434ea016570d37420ddb1ceed45a174d577f24ed6700"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581512dependencies = [
Alex Crichton093ede22019-08-15 00:45:091513 "bitflags",
1514 "libc",
1515 "libgit2-sys",
1516 "log",
1517 "openssl-probe",
1518 "openssl-sys",
Eric Hussf3287a62021-05-12 00:39:511519 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581520]
1521
1522[[package]]
1523name = "git2-curl"
Eric Huss468af392020-12-23 03:42:031524version = "0.14.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581525source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss468af392020-12-23 03:42:031526checksum = "883539cb0ea94bab3f8371a98cd8e937bbe9ee7c044499184aa4c17deb643a50"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581527dependencies = [
Alex Crichton093ede22019-08-15 00:45:091528 "curl",
1529 "git2",
1530 "log",
Eric Hussf3287a62021-05-12 00:39:511531 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581532]
1533
1534[[package]]
1535name = "glob"
Eric Huss45432452019-03-12 20:34:471536version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581537source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091538checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581539
1540[[package]]
Simon Sapinb77ff242017-07-18 21:26:551541name = "globset"
Mark Rousskov342d9562020-08-17 15:21:441542version = "0.4.5"
Simon Sapinb77ff242017-07-18 21:26:551543source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441544checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
Simon Sapinb77ff242017-07-18 21:26:551545dependencies = [
Alex Crichton093ede22019-08-15 00:45:091546 "aho-corasick",
1547 "bstr",
1548 "fnv",
1549 "log",
1550 "regex",
Simon Sapinb77ff242017-07-18 21:26:551551]
1552
1553[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291554name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461555version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291556source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461557checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291558dependencies = [
1559 "serde",
1560]
1561
1562[[package]]
Steve Klabnika0769612017-02-07 23:13:571563name = "handlebars"
Eric Huss661f4612021-07-27 04:50:251564version = "4.1.0"
Steve Klabnika0769612017-02-07 23:13:571565source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss661f4612021-07-27 04:50:251566checksum = "72a0ffab8c36d0436114310c7e10b59b3307e650ddfabf6d006028e29a70c6e6"
Steve Klabnika0769612017-02-07 23:13:571567dependencies = [
Alex Crichton093ede22019-08-15 00:45:091568 "log",
1569 "pest",
1570 "pest_derive",
Mark Rousskov342d9562020-08-17 15:21:441571 "quick-error 2.0.0",
Alex Crichton093ede22019-08-15 00:45:091572 "serde",
1573 "serde_json",
James Munnsde763692019-01-19 02:39:371574]
1575
1576[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051577name = "hashbrown"
Markus Westerlind7cf8d3a2020-10-05 08:50:511578version = "0.11.0"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5"
Félix Saparellibdcc21c2019-09-21 10:56:051581dependencies = [
Alex Crichton093ede22019-08-15 00:45:091582 "compiler_builtins",
1583 "rustc-std-workspace-alloc",
1584 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071585]
1586
1587[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471588name = "heck"
Mark Rousskov342d9562020-08-17 15:21:441589version = "0.3.1"
Bastien Orivel5c4534a2018-12-08 14:11:471590source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441591checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
Bastien Orivel5c4534a2018-12-08 14:11:471592dependencies = [
Alex Crichton093ede22019-08-15 00:45:091593 "unicode-segmentation",
Bastien Orivel5c4534a2018-12-08 14:11:471594]
1595
1596[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101597name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301598version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101599source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301600checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101601dependencies = [
1602 "compiler_builtins",
1603 "libc",
1604 "rustc-std-workspace-core",
1605]
1606
1607[[package]]
Alex Crichton1cede102017-06-15 02:33:061608name = "hex"
Alex Crichtond8251152018-07-02 16:33:161609version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221610source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091611checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221612
1613[[package]]
Aaron Hilld440e132019-09-16 18:45:401614name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441615version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401616source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441617checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401618
1619[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121620name = "home"
Mark Rousskov342d9562020-08-17 15:21:441621version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531622source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441623checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531624dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:311625 "winapi",
flip199596c3ec12019-08-20 07:32:531626]
1627
1628[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181629name = "html-checker"
1630version = "0.1.0"
1631dependencies = [
1632 "walkdir",
1633]
1634
1635[[package]]
steveklabnikecfbaca2018-04-03 14:32:041636name = "html5ever"
Aaron Hill70ba4912020-08-01 14:11:151637version = "0.25.1"
Eric Huss2dafa912019-06-19 03:36:471638source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151639checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
Eric Huss2dafa912019-06-19 03:36:471640dependencies = [
Alex Crichton093ede22019-08-15 00:45:091641 "log",
1642 "mac",
1643 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151644 "proc-macro2",
1645 "quote",
1646 "syn",
Eric Huss2dafa912019-06-19 03:36:471647]
1648
1649[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481650name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561651version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481652source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561653checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481654dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441655 "quick-error 1.2.3",
Alex Crichton87f3dda2018-03-01 19:08:481656]
1657
1658[[package]]
Eric Hussd45d8b12020-01-21 17:55:431659name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441660version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431661source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441662checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431663
1664[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581665name = "idna"
Alex Crichton52d7ee832018-07-17 16:04:221666version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581667source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091668checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581669dependencies = [
Alex Crichton093ede22019-08-15 00:45:091670 "matches",
1671 "unicode-bidi",
1672 "unicode-normalization",
Alex Crichtonf6304e12017-02-15 22:55:261673]
1674
1675[[package]]
Eric Hussf2428a62019-08-01 00:44:391676name = "idna"
1677version = "0.2.0"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091679checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391680dependencies = [
Alex Crichton093ede22019-08-15 00:45:091681 "matches",
1682 "unicode-bidi",
1683 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391684]
1685
1686[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291687name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541688version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291689source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091690checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291691
1692[[package]]
Simon Sapinb77ff242017-07-18 21:26:551693name = "ignore"
Jubilee Young1f5e1c52021-04-23 23:09:401694version = "0.4.17"
Simon Sapinb77ff242017-07-18 21:26:551695source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young1f5e1c52021-04-23 23:09:401696checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
Simon Sapinb77ff242017-07-18 21:26:551697dependencies = [
Jubilee Young1f5e1c52021-04-23 23:09:401698 "crossbeam-utils 0.8.3",
Alex Crichton093ede22019-08-15 00:45:091699 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421700 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091701 "log",
1702 "memchr",
1703 "regex",
1704 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591705 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091706 "walkdir",
1707 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551708]
1709
1710[[package]]
Eric Huss8c20add2018-12-03 01:33:201711name = "im-rc"
Eric Hussc8443bb2020-05-18 22:41:571712version = "15.0.0"
Eric Huss8c20add2018-12-03 01:33:201713source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:571714checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
Eric Huss8c20add2018-12-03 01:33:201715dependencies = [
Eric Huss2b985322019-11-25 16:14:071716 "bitmaps",
Aaron Hill2550d5b2021-03-07 23:39:191717 "rand_core 0.5.1",
Chase Wilson09f15422021-08-29 15:55:291718 "rand_xoshiro 0.4.0",
Alex Crichton093ede22019-08-15 00:45:091719 "sized-chunks",
1720 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401721 "version_check",
Eric Huss8c20add2018-12-03 01:33:201722]
1723
1724[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571725name = "indexmap"
Josh Stoneae9713a2021-06-29 18:38:161726version = "1.7.0"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571727source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneae9713a2021-06-29 18:38:161728checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
Josh Stone997a7662020-08-08 00:03:471729dependencies = [
1730 "autocfg",
Josh Stoneae9713a2021-06-29 18:38:161731 "hashbrown",
Pietro Albiniea8b1ff2021-08-26 10:35:321732 "serde",
Josh Stone997a7662020-08-08 00:03:471733]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571734
1735[[package]]
flip19958d5f69d2021-10-21 11:13:171736name = "indoc"
1737version = "1.0.3"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
1740dependencies = [
1741 "unindent",
1742]
1743
1744[[package]]
Josh Stone020c5ec2017-05-08 22:01:131745name = "installer"
1746version = "0.0.0"
1747dependencies = [
Michael Forney32025fd2020-05-25 00:08:451748 "anyhow",
Alex Crichton093ede22019-08-15 00:45:091749 "clap",
Alex Crichton093ede22019-08-15 00:45:091750 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421751 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091752 "num_cpus",
1753 "rayon",
1754 "remove_dir_all",
1755 "tar",
1756 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311757 "winapi",
Alex Crichton093ede22019-08-15 00:45:091758 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131759]
1760
1761[[package]]
Mark Rousskov342d9562020-08-17 15:21:441762name = "instant"
flip1995e36e5a52021-12-06 11:33:551763version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:441764source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:551765checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1766dependencies = [
1767 "cfg-if 1.0.0",
1768]
Mark Rousskov342d9562020-08-17 15:21:441769
1770[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291771name = "itertools"
Matthias Krüger66949a72020-03-12 20:47:471772version = "0.9.0"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1775dependencies = [
1776 "either",
1777]
1778
1779[[package]]
Eric Huss78529352021-06-02 03:38:391780name = "itertools"
flip1995fe247b42021-09-08 14:32:161781version = "0.10.1"
Eric Huss78529352021-06-02 03:38:391782source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995fe247b42021-09-08 14:32:161783checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
Eric Huss78529352021-06-02 03:38:391784dependencies = [
1785 "either",
1786]
1787
1788[[package]]
Steve Klabnik2795de32017-02-20 00:20:571789name = "itoa"
Mark Rousskov342d9562020-08-17 15:21:441790version = "0.4.6"
Steve Klabnik2795de32017-02-20 00:20:571791source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441792checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
Steve Klabnik2795de32017-02-20 00:20:571793
1794[[package]]
Alex Crichton453080f2017-06-05 16:36:481795name = "jobserver"
Eric Hussb5cbf2f2021-08-18 00:38:071796version = "0.1.24"
Alex Crichton453080f2017-06-05 16:36:481797source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb5cbf2f2021-08-18 00:38:071798checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
Alex Crichton453080f2017-06-05 16:36:481799dependencies = [
Alex Crichton093ede22019-08-15 00:45:091800 "libc",
Alex Crichton453080f2017-06-05 16:36:481801]
1802
1803[[package]]
Igor Matuszewski3a17cf72018-08-25 16:17:551804name = "json"
Eric Huss893ca662021-04-22 22:47:101805version = "0.12.4"
Igor Matuszewski3a17cf72018-08-25 16:17:551806source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss893ca662021-04-22 22:47:101807checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
Igor Matuszewski3a17cf72018-08-25 16:17:551808
1809[[package]]
Rune Tynan77156562021-01-16 01:34:151810name = "jsondocck"
1811version = "0.1.0"
1812dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471813 "fs-err",
Rune Tynan77156562021-01-16 01:34:151814 "getopts",
1815 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:101816 "once_cell",
Rune Tynan77156562021-01-16 01:34:151817 "regex",
Rune Tynan77156562021-01-16 01:34:151818 "serde_json",
klensyc63cb012021-06-01 15:25:361819 "shlex",
Rune Tynan77156562021-01-16 01:34:151820]
1821
1822[[package]]
1823name = "jsonpath_lib"
1824version = "0.2.6"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
1827dependencies = [
1828 "array_tool",
1829 "env_logger 0.7.1",
1830 "log",
1831 "serde",
1832 "serde_json",
1833]
1834
1835[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111836name = "jsonrpc-client-transports"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311837version = "18.0.0"
Nick Cameronad8ecc22017-07-19 01:32:121838source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311839checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
Igor Matuszewskic2249a42019-09-08 08:28:111840dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541841 "derive_more",
1842 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111843 "jsonrpc-core",
1844 "jsonrpc-pubsub",
1845 "jsonrpc-server-utils",
1846 "log",
1847 "parity-tokio-ipc",
1848 "serde",
1849 "serde_json",
1850 "tokio",
1851 "url 1.7.2",
1852]
1853
1854[[package]]
1855name = "jsonrpc-core"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311856version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111857source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311858checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
Nick Cameronad8ecc22017-07-19 01:32:121859dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541860 "futures 0.3.12",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311861 "futures-executor",
1862 "futures-util",
Alex Crichton093ede22019-08-15 00:45:091863 "log",
1864 "serde",
1865 "serde_derive",
1866 "serde_json",
Nick Cameronad8ecc22017-07-19 01:32:121867]
1868
1869[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111870name = "jsonrpc-core-client"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311871version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111872source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311873checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
Igor Matuszewskic2249a42019-09-08 08:28:111874dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541875 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111876 "jsonrpc-client-transports",
1877]
1878
1879[[package]]
1880name = "jsonrpc-derive"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311881version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111882source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311883checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
Igor Matuszewskic2249a42019-09-08 08:28:111884dependencies = [
1885 "proc-macro-crate",
Aaron Hill70ba4912020-08-01 14:11:151886 "proc-macro2",
1887 "quote",
1888 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:111889]
1890
1891[[package]]
1892name = "jsonrpc-ipc-server"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311893version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111894source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311895checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
Igor Matuszewskic2249a42019-09-08 08:28:111896dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541897 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111898 "jsonrpc-core",
1899 "jsonrpc-server-utils",
1900 "log",
1901 "parity-tokio-ipc",
Caleb Cartwright63913182021-02-10 01:52:541902 "parking_lot",
1903 "tower-service",
Igor Matuszewskic2249a42019-09-08 08:28:111904]
1905
1906[[package]]
1907name = "jsonrpc-pubsub"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311908version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111909source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311910checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
Igor Matuszewskic2249a42019-09-08 08:28:111911dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541912 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111913 "jsonrpc-core",
Caleb Cartwright63913182021-02-10 01:52:541914 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:111915 "log",
Caleb Cartwright63913182021-02-10 01:52:541916 "parking_lot",
Aaron Hill2550d5b2021-03-07 23:39:191917 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:111918 "serde",
1919]
1920
1921[[package]]
1922name = "jsonrpc-server-utils"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311923version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111924source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311925checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
Igor Matuszewskic2249a42019-09-08 08:28:111926dependencies = [
1927 "bytes",
Caleb Cartwright63913182021-02-10 01:52:541928 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111929 "globset",
1930 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:421931 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:111932 "log",
Igor Matuszewskic2249a42019-09-08 08:28:111933 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311934 "tokio-stream",
Caleb Cartwright63913182021-02-10 01:52:541935 "tokio-util",
Eric Huss139477d2019-11-12 18:14:481936 "unicase",
Igor Matuszewskic2249a42019-09-08 08:28:111937]
1938
1939[[package]]
Steve Klabnika0769612017-02-07 23:13:571940name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:571941version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:491942source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571943checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:491944
1945[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291946name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:441947version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:161948source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441949checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:161950
1951[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291952name = "libc"
Jubilee Young9a04ae42021-11-08 01:28:041953version = "0.2.108"
Ahmed Charles9ca382f2016-09-02 08:55:291954source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young9a04ae42021-11-08 01:28:041955checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
Alex Crichton4c21a3b2018-11-20 05:52:501956dependencies = [
Alex Crichton093ede22019-08-15 00:45:091957 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:501958]
Ahmed Charles9ca382f2016-09-02 08:55:291959
1960[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581961name = "libgit2-sys"
Eric Huss94015472021-10-12 04:48:271962version = "0.12.24+1.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581963source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss94015472021-10-12 04:48:271964checksum = "ddbd6021eef06fb289a8f54b3c2acfdd85ff2a585dfbb24b8576325373d2152c"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581965dependencies = [
Alex Crichton093ede22019-08-15 00:45:091966 "cc",
1967 "libc",
1968 "libssh2-sys",
1969 "libz-sys",
1970 "openssl-sys",
1971 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581972]
1973
1974[[package]]
Andy Russell923f9392021-11-08 23:03:551975name = "libloading"
1976version = "0.7.1"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
1979dependencies = [
1980 "cfg-if 1.0.0",
1981 "winapi",
1982]
1983
1984[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:051985name = "libm"
1986version = "0.1.4"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
1989
1990[[package]]
Alex Crichton8ccf1122018-09-20 21:37:531991name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:441992version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:531993source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441994checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:531995dependencies = [
Alex Crichton093ede22019-08-15 00:45:091996 "cc",
1997 "libc",
Alex Crichton8ccf1122018-09-20 21:37:531998]
1999
2000[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582001name = "libssh2-sys"
Eric Huss000d3362021-12-28 21:24:032002version = "0.2.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582003source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss000d3362021-12-28 21:24:032004checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582005dependencies = [
Alex Crichton093ede22019-08-15 00:45:092006 "cc",
2007 "libc",
2008 "libz-sys",
2009 "openssl-sys",
2010 "pkg-config",
2011 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582012]
2013
2014[[package]]
2015name = "libz-sys"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452016version = "1.1.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582017source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452018checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582019dependencies = [
Alex Crichton093ede22019-08-15 00:45:092020 "cc",
2021 "libc",
2022 "pkg-config",
2023 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582024]
2025
2026[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292027name = "linkchecker"
2028version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302029dependencies = [
2030 "once_cell",
2031 "regex",
2032]
Ahmed Charles9ca382f2016-09-02 08:55:292033
2034[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302035name = "linked-hash-map"
Mark Rousskov342d9562020-08-17 15:21:442036version = "0.5.3"
Pietro Albini9beb8f52019-11-26 11:06:302037source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442038checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
Pietro Albini9beb8f52019-11-26 11:06:302039
2040[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572041name = "lint-docs"
2042version = "0.1.0"
2043dependencies = [
2044 "serde_json",
2045 "tempfile",
2046 "walkdir",
2047]
2048
2049[[package]]
Hans Kratz6162fc02021-09-25 13:25:082050name = "lld-wrapper"
2051version = "0.1.0"
2052
2053[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392054name = "lock_api"
flip1995e36e5a52021-12-06 11:33:552055version = "0.4.5"
Malo Jaffré8ed13d62017-12-29 10:24:382056source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552057checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
Mark Rousskov342d9562020-08-17 15:21:442058dependencies = [
2059 "scopeguard",
2060]
2061
2062[[package]]
2063name = "log"
Joshua Nelson079d1c42021-05-02 20:56:252064version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:442065source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:252066checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:382067dependencies = [
Joshua Nelson079d1c42021-05-02 20:56:252068 "cfg-if 1.0.0",
Malo Jaffré8ed13d62017-12-29 10:24:382069]
Ahmed Charles9ca382f2016-09-02 08:55:292070
2071[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432072name = "lsp-codec"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312073version = "0.3.0"
Matthias Krüger696fb8f2019-01-21 15:32:432074source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312075checksum = "aa939d0b62476a5a19fb7fcb423a5c6ce8c7e09b851d37531e2fe3e0e6d9d257"
Matthias Krüger696fb8f2019-01-21 15:32:432076dependencies = [
Alex Crichton093ede22019-08-15 00:45:092077 "bytes",
2078 "serde_json",
Caleb Cartwright63913182021-02-10 01:52:542079 "tokio-util",
Matthias Krüger696fb8f2019-01-21 15:32:432080]
2081
2082[[package]]
2083name = "lsp-types"
Igor Matuszewskic2249a42019-09-08 08:28:112084version = "0.60.0"
Matthias Krüger696fb8f2019-01-21 15:32:432085source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:112086checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
Matthias Krüger696fb8f2019-01-21 15:32:432087dependencies = [
Alex Crichton093ede22019-08-15 00:45:092088 "bitflags",
Alex Crichton093ede22019-08-15 00:45:092089 "serde",
Alex Crichton093ede22019-08-15 00:45:092090 "serde_json",
Igor Matuszewskic2249a42019-09-08 08:28:112091 "serde_repr",
Eric Hussf3287a62021-05-12 00:39:512092 "url 2.2.2",
Matthias Krüger696fb8f2019-01-21 15:32:432093]
2094
2095[[package]]
Josh Stone020c5ec2017-05-08 22:01:132096name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:442097version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:132098source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442099checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:132100dependencies = [
Alex Crichton093ede22019-08-15 00:45:092101 "cc",
2102 "libc",
2103 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132104]
2105
2106[[package]]
steveklabnikecfbaca2018-04-03 14:32:042107name = "mac"
2108version = "0.1.1"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092110checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042111
2112[[package]]
Guillaume Gomezcf5ee8f2018-08-15 13:07:072113name = "macro-utils"
Mark Rousskov342d9562020-08-17 15:21:442114version = "0.1.3"
Guillaume Gomezcf5ee8f2018-08-15 13:07:072115source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442116checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
Guillaume Gomezcf5ee8f2018-08-15 13:07:072117
2118[[package]]
steveklabnikecfbaca2018-04-03 14:32:042119name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442120version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042121source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442122checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042123
2124[[package]]
2125name = "markup5ever"
Aaron Hill70ba4912020-08-01 14:11:152126version = "0.10.0"
Eric Huss2dafa912019-06-19 03:36:472127source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152128checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
Eric Huss2dafa912019-06-19 03:36:472129dependencies = [
Alex Crichton093ede22019-08-15 00:45:092130 "log",
2131 "phf",
2132 "phf_codegen",
2133 "serde",
2134 "serde_derive",
2135 "serde_json",
2136 "string_cache",
2137 "string_cache_codegen",
2138 "tendril",
Eric Huss2dafa912019-06-19 03:36:472139]
2140
2141[[package]]
Aaron Hill70ba4912020-08-01 14:11:152142name = "markup5ever_rcdom"
2143version = "0.1.0"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
2146dependencies = [
2147 "html5ever",
2148 "markup5ever",
2149 "tendril",
2150 "xml5ever",
2151]
2152
2153[[package]]
Oliver Schererec7230f2020-07-24 18:42:002154name = "matchers"
pierwillea25b772021-12-21 17:00:302155version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002156source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302157checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002158dependencies = [
2159 "regex-automata",
2160]
2161
2162[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582163name = "matches"
Alex Crichton2863b752018-08-21 17:23:472164version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582165source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092166checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582167
2168[[package]]
Mark Rousskov342d9562020-08-17 15:21:442169name = "maybe-uninit"
2170version = "2.0.0"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2173
2174[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152175name = "md-5"
Arlo Siemsen3296d5c2020-10-13 15:41:062176version = "0.9.1"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
2179dependencies = [
2180 "block-buffer 0.9.0",
2181 "digest 0.9.0",
2182 "opaque-debug 0.3.0",
2183]
2184
2185[[package]]
Steve Klabnika0769612017-02-07 23:13:572186name = "mdbook"
Eric Hussa882fdd2021-12-03 20:25:072187version = "0.4.14"
Steve Klabnika0769612017-02-07 23:13:572188source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussa882fdd2021-12-03 20:25:072189checksum = "f6e77253c46a90eb7e96b2807201dab941a4db5ea05eca5aaaf7027395f352b3"
Steve Klabnika0769612017-02-07 23:13:572190dependencies = [
Alex Crichton093ede22019-08-15 00:45:092191 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462192 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092193 "chrono",
2194 "clap",
2195 "elasticlunr-rs",
Eric Huss6bcbc422020-06-23 22:23:462196 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092197 "handlebars",
Yuki Okushi1f0a39502020-05-26 04:00:422198 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092199 "log",
2200 "memchr",
Eric Hussa882fdd2021-12-03 20:25:072201 "opener",
Guillaume Gomezb5898a12021-12-24 11:21:042202 "pulldown-cmark 0.8.0",
Alex Crichton093ede22019-08-15 00:45:092203 "regex",
2204 "serde",
2205 "serde_derive",
2206 "serde_json",
klensyc63cb012021-06-01 15:25:362207 "shlex",
Alex Crichton093ede22019-08-15 00:45:092208 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:352209 "toml",
Eric Hussa882fdd2021-12-03 20:25:072210 "topological-sort",
James Munnsde763692019-01-19 02:39:372211]
2212
2213[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492214name = "measureme"
Aaron Hilla258feb2021-05-31 16:53:462215version = "9.1.2"
Wesley Wiser5ac55562020-10-01 12:34:482216source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hilla258feb2021-05-31 16:53:462217checksum = "78f7a41bc6f856a2cf0e95094ad5121f82500e2d9a0f3c0171d98f6566d8117d"
Wesley Wiser5ac55562020-10-01 12:34:482218dependencies = [
Wesley Wisere130e9c2021-02-25 23:25:382219 "log",
klensydcdc3082021-05-11 19:03:592220 "memmap2",
Caleb Cartwright63913182021-02-10 01:52:542221 "parking_lot",
Wesley Wisere130e9c2021-02-25 23:25:382222 "perf-event-open-sys",
Wesley Wiser5ac55562020-10-01 12:34:482223 "rustc-hash",
Jubilee Younge8eb6912021-04-22 04:40:292224 "smallvec",
Wesley Wiser5ac55562020-10-01 12:34:482225]
2226
2227[[package]]
Ryan Levick947a33b2021-07-23 14:25:582228name = "measureme"
Ryan Levick757f76e2021-10-07 13:08:442229version = "10.0.0"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "bd460fad6e55ca82fa0cd9dab0d315294188fd9ec6efbf4105e5635d4872ef9c"
Ryan Levick947a33b2021-07-23 14:25:582232dependencies = [
2233 "log",
2234 "memmap2",
2235 "parking_lot",
2236 "perf-event-open-sys",
2237 "rustc-hash",
2238 "smallvec",
2239]
2240
2241[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582242name = "memchr"
Alex Crichton4a3e7362021-08-19 02:44:242243version = "2.4.1"
Oliver Schneideracdf83f2017-12-06 08:25:292244source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton4a3e7362021-08-19 02:44:242245checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2246dependencies = [
2247 "compiler_builtins",
2248 "rustc-std-workspace-core",
2249]
Steve Klabnika0769612017-02-07 23:13:572250
2251[[package]]
Camille GILLOT458d0442021-03-17 16:29:452252name = "memmap2"
2253version = "0.2.1"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2256dependencies = [
2257 "libc",
2258]
2259
2260[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452261name = "memoffset"
Mark Rousskov342d9562020-08-17 15:21:442262version = "0.5.5"
Ralf Jungc7a599e2019-07-25 13:57:252263source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442264checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
Ralf Jungc7a599e2019-07-25 13:57:252265dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442266 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252267]
2268
2269[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052270name = "minifier"
Guillaume Gomeza6b0b5d2021-05-20 14:51:442271version = "0.0.41"
Guillaume Gomez4b145732018-05-10 22:02:052272source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomeza6b0b5d2021-05-20 14:51:442273checksum = "5594542d20834f2b974f5e5fb8e0cf1c67a2119dcadc29ef5d93a081fb30cc08"
Guillaume Gomez4b145732018-05-10 22:02:052274dependencies = [
Alex Crichton093ede22019-08-15 00:45:092275 "macro-utils",
Guillaume Gomez4b145732018-05-10 22:02:052276]
2277
2278[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462279name = "minimal-lexical"
2280version = "0.2.1"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2283
2284[[package]]
Alex Crichtonb4110902018-12-08 11:06:542285name = "miniz_oxide"
Alex Crichton06d565c2020-05-13 21:22:372286version = "0.4.0"
Alex Crichtonb4110902018-12-08 11:06:542287source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:372288checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
Alex Crichtonb4110902018-12-08 11:06:542289dependencies = [
Alex Crichton06d565c2020-05-13 21:22:372290 "adler",
2291 "compiler_builtins",
2292 "rustc-std-workspace-alloc",
2293 "rustc-std-workspace-core",
Alex Crichtonb4110902018-12-08 11:06:542294]
2295
2296[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432297name = "mio"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312298version = "0.7.13"
Matthias Krüger696fb8f2019-01-21 15:32:432299source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312300checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
Matthias Krüger696fb8f2019-01-21 15:32:432301dependencies = [
Alex Crichton093ede22019-08-15 00:45:092302 "libc",
2303 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312304 "miow",
2305 "ntapi",
2306 "winapi",
Matthias Krüger696fb8f2019-01-21 15:32:432307]
2308
2309[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582310name = "miow"
klensyd5e8ad42021-07-04 18:49:562311version = "0.3.7"
Alex Crichtona8eaabc2018-03-07 07:39:552312source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd5e8ad42021-07-04 18:49:562313checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Alex Crichtona8eaabc2018-03-07 07:39:552314dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312315 "winapi",
Alex Crichtona8eaabc2018-03-07 07:39:552316]
2317
2318[[package]]
kennytm0692b3d2017-12-15 19:41:582319name = "miri"
2320version = "0.1.0"
2321dependencies = [
Alex Crichton093ede22019-08-15 00:45:092322 "colored",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:412323 "compiletest_rs",
Ralf Junge5d01782021-10-04 22:13:002324 "env_logger 0.9.0",
Ralf Jung0e908752020-09-17 18:04:202325 "getrandom 0.2.0",
Mark Rousskov342d9562020-08-17 15:21:442326 "hex 0.4.2",
Ralf Jung759e4952020-06-01 18:17:202327 "libc",
Alex Crichton093ede22019-08-15 00:45:092328 "log",
Ryan Levick757f76e2021-10-07 13:08:442329 "measureme 9.1.2",
Chase Wilson09f15422021-08-29 15:55:292330 "rand 0.8.4",
Alex Crichton093ede22019-08-15 00:45:092331 "rustc-workspace-hack",
Ralf Junge5684232022-01-05 09:41:222332 "rustc_version",
Alex Crichton093ede22019-08-15 00:45:092333 "shell-escape",
Jubilee Younge8eb6912021-04-22 04:40:292334 "smallvec",
kennytm0692b3d2017-12-15 19:41:582335]
2336
2337[[package]]
Alex Crichtond8251152018-07-02 16:33:162338name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442339version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162340source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442341checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452342
2343[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462344name = "nom"
2345version = "7.1.0"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2348dependencies = [
2349 "memchr",
2350 "minimal-lexical",
2351 "version_check",
2352]
2353
2354[[package]]
Igor Matuszewskiaf53b0d2021-07-21 13:17:312355name = "ntapi"
2356version = "0.3.6"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2359dependencies = [
2360 "winapi",
2361]
2362
2363[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242364name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442365version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162366source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442367checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162368dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442369 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092370 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162371]
2372
2373[[package]]
2374name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442375version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572376source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442377checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2378dependencies = [
2379 "autocfg",
2380]
Steve Klabnik2795de32017-02-20 00:20:572381
2382[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292383name = "num_cpus"
Mark Rousskov342d9562020-08-17 15:21:442384version = "1.13.0"
Ahmed Charles9ca382f2016-09-02 08:55:292385source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442386checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
Ahmed Charles9ca382f2016-09-02 08:55:292387dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442388 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:092389 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292390]
2391
2392[[package]]
Alex Crichton06d565c2020-05-13 21:22:372393name = "object"
Mark Rousskov4c7c97a2021-08-30 20:10:192394version = "0.26.2"
Alex Crichton06d565c2020-05-13 21:22:372395source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov4c7c97a2021-08-30 20:10:192396checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
Alex Crichton06d565c2020-05-13 21:22:372397dependencies = [
2398 "compiler_builtins",
Alex Crichton0e033872021-04-22 18:53:332399 "crc32fast",
2400 "indexmap",
2401 "memchr",
Alex Crichton4a3e7362021-08-19 02:44:242402 "rustc-std-workspace-alloc",
2403 "rustc-std-workspace-core",
Alex Crichton0e033872021-04-22 18:53:332404]
2405
2406[[package]]
David Wood2dc1a8a2021-12-03 14:24:052407name = "object"
2408version = "0.27.1"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
2411dependencies = [
2412 "crc32fast",
2413 "flate2",
2414 "indexmap",
2415 "memchr",
2416]
2417
2418[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372419name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152420version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372421source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152422checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372423dependencies = [
2424 "cfg-if 1.0.0",
2425]
2426
2427[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412428name = "once_cell"
Markus Westerlind7cf8d3a2020-10-05 08:50:512429version = "1.7.2"
Mark Rousskov2fc32b92019-09-10 01:01:412430source = "registry+https://github.com/rust-lang/crates.io-index"
Markus Westerlind7cf8d3a2020-10-05 08:50:512431checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
Mark Rousskov2fc32b92019-09-10 01:01:412432
2433[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152434name = "opaque-debug"
2435version = "0.2.3"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2438
2439[[package]]
Pietro Albiniacd8e592020-10-01 15:15:122440name = "opaque-debug"
2441version = "0.3.0"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2444
2445[[package]]
Alex Crichton2863b752018-08-21 17:23:472446name = "opener"
Eric Hussfaa64612021-06-22 23:19:242447version = "0.5.0"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2450dependencies = [
2451 "bstr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312452 "winapi",
Eric Hussfaa64612021-06-22 23:19:242453]
2454
2455[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582456name = "openssl"
Josh Stone7c7fcb22021-06-22 00:19:462457version = "0.10.35"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582458source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stone7c7fcb22021-06-22 00:19:462459checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582460dependencies = [
Alex Crichton093ede22019-08-15 00:45:092461 "bitflags",
klensy50c38902021-05-01 11:50:032462 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092463 "foreign-types",
Alex Crichton093ede22019-08-15 00:45:092464 "libc",
klensy50c38902021-05-01 11:50:032465 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092466 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582467]
2468
2469[[package]]
2470name = "openssl-probe"
Alex Crichton325d7392017-12-10 17:42:492471version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582472source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092473checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582474
2475[[package]]
Eric Huss97308712018-08-14 21:27:262476name = "openssl-src"
klensy92e30f62021-08-27 14:38:532477version = "111.16.0+1.1.1l"
Eric Huss97308712018-08-14 21:27:262478source = "registry+https://github.com/rust-lang/crates.io-index"
klensy92e30f62021-08-27 14:38:532479checksum = "7ab2173f69416cf3ec12debb5823d244127d23a9b127d5a5189aa97c5fa2859f"
Eric Huss97308712018-08-14 21:27:262480dependencies = [
Alex Crichton093ede22019-08-15 00:45:092481 "cc",
Eric Huss97308712018-08-14 21:27:262482]
2483
2484[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582485name = "openssl-sys"
Josh Stone7c7fcb22021-06-22 00:19:462486version = "0.9.65"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582487source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stone7c7fcb22021-06-22 00:19:462488checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582489dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152490 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092491 "cc",
2492 "libc",
2493 "openssl-src",
2494 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092495 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582496]
2497
2498[[package]]
Nick Cameron77177052018-07-06 00:34:002499name = "ordslice"
2500version = "0.3.0"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092502checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
Nick Cameron77177052018-07-06 00:34:002503
2504[[package]]
Eric Huss94015472021-10-12 04:48:272505name = "os_info"
2506version = "3.0.7"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "6ac91020bfed8cc3f8aa450d4c3b5fa1d3373fc091c8a92009f3b27749d5a227"
2509dependencies = [
2510 "log",
2511 "serde",
2512 "winapi",
2513]
2514
2515[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:352516name = "output_vt100"
2517version = "0.1.2"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2520dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312521 "winapi",
Mateusz Mikułaf5e702d2020-03-26 13:10:352522]
2523
2524[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052525name = "packed_simd_2"
2526version = "0.3.4"
Nick Cameron7a7445b2018-12-01 10:36:322527source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:052528checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
Nick Cameron7a7445b2018-12-01 10:36:322529dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072530 "cfg-if 0.1.10",
Yuki Okushi2b0e27e2021-03-17 20:34:052531 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322532]
2533
2534[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292535name = "panic_abort"
2536version = "0.0.0"
2537dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392538 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:072539 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092540 "compiler_builtins",
2541 "core",
2542 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292543]
2544
2545[[package]]
2546name = "panic_unwind"
2547version = "0.0.0"
2548dependencies = [
Alex Crichton093ede22019-08-15 00:45:092549 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:072550 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092551 "compiler_builtins",
2552 "core",
2553 "libc",
2554 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292555]
2556
2557[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112558name = "parity-tokio-ipc"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312559version = "0.9.0"
Igor Matuszewskic2249a42019-09-08 08:28:112560source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312561checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
Igor Matuszewskic2249a42019-09-08 08:28:112562dependencies = [
Caleb Cartwright63913182021-02-10 01:52:542563 "futures 0.3.12",
2564 "libc",
Igor Matuszewskic2249a42019-09-08 08:28:112565 "log",
Aaron Hill2550d5b2021-03-07 23:39:192566 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:112567 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312568 "winapi",
Igor Matuszewskic2249a42019-09-08 08:28:112569]
2570
2571[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012572name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552573version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442574source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552575checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442576dependencies = [
2577 "instant",
Caleb Cartwright63913182021-02-10 01:52:542578 "lock_api",
2579 "parking_lot_core",
Mark Rousskov342d9562020-08-17 15:21:442580]
2581
2582[[package]]
2583name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552584version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442585source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552586checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442587dependencies = [
Yuki Okushi79348f42021-03-17 20:25:472588 "cfg-if 1.0.0",
Mark Rousskov342d9562020-08-17 15:21:442589 "instant",
2590 "libc",
klensydcdc3082021-05-11 19:03:592591 "redox_syscall",
Jubilee Younge8eb6912021-04-22 04:40:292592 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312593 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312594]
2595
2596[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272597name = "pathdiff"
2598version = "0.2.0"
2599source = "registry+https://github.com/rust-lang/crates.io-index"
2600checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
2601
2602[[package]]
Alex Crichton1cede102017-06-15 02:33:062603name = "percent-encoding"
Oliver Schneideracdf83f2017-12-06 08:25:292604version = "1.0.1"
Alex Crichton1cede102017-06-15 02:33:062605source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092606checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
Alex Crichton1cede102017-06-15 02:33:062607
2608[[package]]
Eric Hussf2428a62019-08-01 00:44:392609name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482610version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392611source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482612checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392613
2614[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382615name = "perf-event-open-sys"
2616version = "1.0.1"
2617source = "registry+https://github.com/rust-lang/crates.io-index"
2618checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2619dependencies = [
2620 "libc",
2621]
2622
2623[[package]]
Steve Klabnika0769612017-02-07 23:13:572624name = "pest"
Mark Rousskov342d9562020-08-17 15:21:442625version = "2.1.3"
James Munnsde763692019-01-19 02:39:372626source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442627checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
James Munnsde763692019-01-19 02:39:372628dependencies = [
Alex Crichton093ede22019-08-15 00:45:092629 "ucd-trie",
James Munnsde763692019-01-19 02:39:372630]
2631
2632[[package]]
Alex Crichtone9d89832018-04-02 15:43:552633name = "pest_derive"
James Munnsde763692019-01-19 02:39:372634version = "2.1.0"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092636checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
James Munnsde763692019-01-19 02:39:372637dependencies = [
Alex Crichton093ede22019-08-15 00:45:092638 "pest",
2639 "pest_generator",
James Munnsde763692019-01-19 02:39:372640]
2641
2642[[package]]
2643name = "pest_generator"
Igor Matuszewski8c6e5682020-05-05 11:26:292644version = "2.1.3"
James Munnsde763692019-01-19 02:39:372645source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8c6e5682020-05-05 11:26:292646checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
James Munnsde763692019-01-19 02:39:372647dependencies = [
Alex Crichton093ede22019-08-15 00:45:092648 "pest",
2649 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152650 "proc-macro2",
2651 "quote",
2652 "syn",
James Munnsde763692019-01-19 02:39:372653]
2654
2655[[package]]
2656name = "pest_meta"
Arlo Siemsenf86b0782020-03-31 05:17:152657version = "2.1.3"
James Munnsde763692019-01-19 02:39:372658source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:152659checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
James Munnsde763692019-01-19 02:39:372660dependencies = [
Alex Crichton093ede22019-08-15 00:45:092661 "maplit",
2662 "pest",
Arlo Siemsen3296d5c2020-10-13 15:41:062663 "sha-1 0.8.2",
James Munnsde763692019-01-19 02:39:372664]
2665
2666[[package]]
Jack Hueya24df5b2020-03-03 16:25:032667name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192668version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032669source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192670checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032671dependencies = [
2672 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192673 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032674]
2675
2676[[package]]
steveklabnikecfbaca2018-04-03 14:32:042677name = "phf"
Aaron Hill70ba4912020-08-01 14:11:152678version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042679source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152680checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
steveklabnikecfbaca2018-04-03 14:32:042681dependencies = [
Alex Crichton093ede22019-08-15 00:45:092682 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042683]
2684
2685[[package]]
2686name = "phf_codegen"
Aaron Hill70ba4912020-08-01 14:11:152687version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042688source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152689checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
steveklabnikecfbaca2018-04-03 14:32:042690dependencies = [
Alex Crichton093ede22019-08-15 00:45:092691 "phf_generator",
2692 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042693]
2694
2695[[package]]
2696name = "phf_generator"
Aaron Hill70ba4912020-08-01 14:11:152697version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042698source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152699checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
steveklabnikecfbaca2018-04-03 14:32:042700dependencies = [
Alex Crichton093ede22019-08-15 00:45:092701 "phf_shared",
Aaron Hill2550d5b2021-03-07 23:39:192702 "rand 0.7.3",
steveklabnikecfbaca2018-04-03 14:32:042703]
2704
2705[[package]]
2706name = "phf_shared"
Aaron Hill70ba4912020-08-01 14:11:152707version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042708source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152709checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
steveklabnikecfbaca2018-04-03 14:32:042710dependencies = [
Alex Crichton093ede22019-08-15 00:45:092711 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042712]
2713
2714[[package]]
Caleb Cartwright63913182021-02-10 01:52:542715name = "pin-project-lite"
Caleb Cartwright63913182021-02-10 01:52:542716version = "0.2.4"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
2719
2720[[package]]
2721name = "pin-utils"
2722version = "0.1.0"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2725
2726[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582727name = "pkg-config"
Mark Rousskov342d9562020-08-17 15:21:442728version = "0.3.18"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582729source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442730checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582731
2732[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012733name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062734version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012735source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062736checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512737dependencies = [
Alex Crichton093ede22019-08-15 00:45:092738 "datafrog",
2739 "log",
2740 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512741]
Santiago Pastorino8429d112018-05-24 21:52:012742
2743[[package]]
gnzlbg52caca02019-08-01 15:02:262744name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212745version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262746source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212747checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262748
2749[[package]]
steveklabnikecfbaca2018-04-03 14:32:042750name = "precomputed-hash"
2751version = "0.1.1"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092753checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042754
2755[[package]]
Mark Simulacrum42fde212018-03-10 14:03:062756name = "pretty_assertions"
Mateusz Mikułaf5e702d2020-03-26 13:10:352757version = "0.6.1"
Mark Simulacrum42fde212018-03-10 14:03:062758source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:352759checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
Mark Simulacrum42fde212018-03-10 14:03:062760dependencies = [
Oliver Schererec7230f2020-07-24 18:42:002761 "ansi_term 0.11.0",
Mateusz Mikułaf5e702d2020-03-26 13:10:352762 "ctor",
Alex Crichton093ede22019-08-15 00:45:092763 "difference",
Mateusz Mikułaf5e702d2020-03-26 13:10:352764 "output_vt100",
Mark Simulacrum42fde212018-03-10 14:03:062765]
2766
2767[[package]]
Eric Huss8c20add2018-12-03 01:33:202768name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382769version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202770source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382771checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202772dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382773 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092774 "log",
Eric Huss8c20add2018-12-03 01:33:202775]
2776
2777[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112778name = "proc-macro-crate"
Mark Rousskov342d9562020-08-17 15:21:442779version = "0.1.5"
Igor Matuszewskic2249a42019-09-08 08:28:112780source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442781checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
Igor Matuszewskic2249a42019-09-08 08:28:112782dependencies = [
2783 "toml",
2784]
2785
2786[[package]]
2787name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442788version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112789source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442790checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112791dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442792 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152793 "proc-macro2",
2794 "quote",
2795 "syn",
Mark Rousskov342d9562020-08-17 15:21:442796 "version_check",
2797]
2798
2799[[package]]
2800name = "proc-macro-error-attr"
2801version = "1.0.4"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2804dependencies = [
2805 "proc-macro2",
2806 "quote",
2807 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552808]
2809
2810[[package]]
Caleb Cartwright63913182021-02-10 01:52:542811name = "proc-macro-hack"
2812version = "0.5.19"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2815
2816[[package]]
2817name = "proc-macro-nested"
2818version = "0.1.7"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2821
2822[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112823name = "proc-macro2"
est31ef018be2021-10-16 02:37:302824version = "1.0.30"
Igor Matuszewskic2249a42019-09-08 08:28:112825source = "registry+https://github.com/rust-lang/crates.io-index"
est31ef018be2021-10-16 02:37:302826checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
Igor Matuszewskic2249a42019-09-08 08:28:112827dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152828 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:112829]
2830
2831[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292832name = "proc_macro"
2833version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082834dependencies = [
2835 "std",
2836]
Ahmed Charles9ca382f2016-09-02 08:55:292837
2838[[package]]
whitequark42754ce2017-02-13 09:57:502839name = "profiler_builtins"
2840version = "0.0.0"
2841dependencies = [
Alex Crichton093ede22019-08-15 00:45:092842 "cc",
2843 "compiler_builtins",
2844 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392845]
2846
2847[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242848name = "psm"
Mateusz Mikułaf58289c2021-08-18 20:36:352849version = "0.1.16"
Oliver Scherer26edcee2018-11-02 15:14:242850source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf58289c2021-08-18 20:36:352851checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
Oliver Scherer26edcee2018-11-02 15:14:242852dependencies = [
2853 "cc",
2854]
2855
2856[[package]]
Steve Klabnika0769612017-02-07 23:13:572857name = "pulldown-cmark"
Joshua Nelsone4c28bf2020-09-14 00:15:012858version = "0.8.0"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
2861dependencies = [
2862 "bitflags",
Eric Hussa882fdd2021-12-03 20:25:072863 "getopts",
Joshua Nelsone4c28bf2020-09-14 00:15:012864 "memchr",
2865 "unicase",
2866]
2867
2868[[package]]
Guillaume Gomezb5898a12021-12-24 11:21:042869name = "pulldown-cmark"
2870version = "0.9.0"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "acd16514d1af5f7a71f909a44ef253cdb712a376d7ebc8ae4a471a9be9743548"
2873dependencies = [
2874 "bitflags",
2875 "memchr",
2876 "unicase",
2877]
2878
2879[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322880name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442881version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322882source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442883checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322884
2885[[package]]
Steve Klabnika0769612017-02-07 23:13:572886name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062887version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572888source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062889checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572890
2891[[package]]
Mark Rousskov342d9562020-08-17 15:21:442892name = "quick-error"
2893version = "2.0.0"
2894source = "registry+https://github.com/rust-lang/crates.io-index"
2895checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
2896
2897[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292898name = "quine-mc_cluskey"
2899version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582900source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092901checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582902
2903[[package]]
2904name = "quote"
Mark Rousskov342d9562020-08-17 15:21:442905version = "1.0.7"
Igor Matuszewskic2249a42019-09-08 08:28:112906source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442907checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
Igor Matuszewskic2249a42019-09-08 08:28:112908dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152909 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552910]
2911
2912[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582913name = "racer"
Igor Matuszewski5d7a9902021-06-07 20:12:242914version = "2.1.48"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582915source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:242916checksum = "7fec2e85e7a30f8fd31b7cf288ad363b5e51fd2cb6f53b416b0cfaabd84e1ccb"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582917dependencies = [
Alex Crichton093ede22019-08-15 00:45:092918 "bitflags",
2919 "clap",
2920 "derive_more",
Igor Matuszewski8fc4bba2020-02-12 14:47:312921 "env_logger 0.7.1",
Mark Rousskov342d9562020-08-17 15:21:442922 "humantime 2.0.1",
Yuki Okushi1f0a39502020-05-26 04:00:422923 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092924 "log",
2925 "rls-span",
Igor Matuszewskib2561c92020-03-31 12:31:522926 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:312927 "rustc-ap-rustc_ast_pretty",
2928 "rustc-ap-rustc_data_structures",
2929 "rustc-ap-rustc_errors",
2930 "rustc-ap-rustc_parse",
2931 "rustc-ap-rustc_session",
2932 "rustc-ap-rustc_span",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582933]
2934
2935[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292936name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:572937version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:262938source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572939checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:262940dependencies = [
Ralf Jung0e908752020-09-17 18:04:202941 "getrandom 0.1.14",
Alex Crichton093ede22019-08-15 00:45:092942 "libc",
Aaron Hill2550d5b2021-03-07 23:39:192943 "rand_chacha 0.2.2",
2944 "rand_core 0.5.1",
2945 "rand_hc 0.2.0",
Aaron Hill70ba4912020-08-01 14:11:152946 "rand_pcg",
Alex Crichtonb4110902018-12-08 11:06:542947]
2948
2949[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192950name = "rand"
Chase Wilson09f15422021-08-29 15:55:292951version = "0.8.4"
Aaron Hill2550d5b2021-03-07 23:39:192952source = "registry+https://github.com/rust-lang/crates.io-index"
Chase Wilson09f15422021-08-29 15:55:292953checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
Aaron Hill2550d5b2021-03-07 23:39:192954dependencies = [
2955 "libc",
2956 "rand_chacha 0.3.0",
2957 "rand_core 0.6.2",
2958 "rand_hc 0.3.0",
2959]
2960
2961[[package]]
gnzlbg52caca02019-08-01 15:02:262962name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:212963version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:262964source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212965checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:262966dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:212967 "ppv-lite86",
Aaron Hill2550d5b2021-03-07 23:39:192968 "rand_core 0.5.1",
2969]
2970
2971[[package]]
2972name = "rand_chacha"
2973version = "0.3.0"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2976dependencies = [
2977 "ppv-lite86",
2978 "rand_core 0.6.2",
gnzlbg52caca02019-08-01 15:02:262979]
2980
2981[[package]]
Alex Crichtonb4110902018-12-08 11:06:542982name = "rand_core"
Eric Huss2b985322019-11-25 16:14:072983version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:262984source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:072985checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:262986dependencies = [
Ralf Jung0e908752020-09-17 18:04:202987 "getrandom 0.1.14",
gnzlbg52caca02019-08-01 15:02:262988]
2989
2990[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192991name = "rand_core"
2992version = "0.6.2"
2993source = "registry+https://github.com/rust-lang/crates.io-index"
2994checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
2995dependencies = [
2996 "getrandom 0.2.0",
2997]
2998
2999[[package]]
Alex Crichtonb4110902018-12-08 11:06:543000name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:263001version = "0.2.0"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093003checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:263004dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193005 "rand_core 0.5.1",
3006]
3007
3008[[package]]
3009name = "rand_hc"
3010version = "0.3.0"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
3013dependencies = [
3014 "rand_core 0.6.2",
Laurențiu Nicolab888eb92019-06-10 18:22:313015]
3016
3017[[package]]
Alex Crichtonb4110902018-12-08 11:06:543018name = "rand_pcg"
Aaron Hill70ba4912020-08-01 14:11:153019version = "0.2.1"
Alex Crichtonb4110902018-12-08 11:06:543020source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:153021checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
Alex Crichtonb4110902018-12-08 11:06:543022dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193023 "rand_core 0.5.1",
Alex Crichtonb4110902018-12-08 11:06:543024]
kennytmcab21f12018-07-26 21:58:553025
3026[[package]]
Ralf Jung5b78e982019-04-19 07:37:333027name = "rand_xorshift"
3028version = "0.2.0"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093030checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:333031dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193032 "rand_core 0.5.1",
Eric Huss2b985322019-11-25 16:14:073033]
3034
3035[[package]]
3036name = "rand_xoshiro"
3037version = "0.4.0"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
3040dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193041 "rand_core 0.5.1",
Ralf Jung5b78e982019-04-19 07:37:333042]
3043
3044[[package]]
Chase Wilson09f15422021-08-29 15:55:293045name = "rand_xoshiro"
3046version = "0.6.0"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3049dependencies = [
3050 "rand_core 0.6.2",
3051]
3052
3053[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293054name = "rayon"
Mark Rousskov342d9562020-08-17 15:21:443055version = "1.3.1"
Nick Cameron4b6f5c22018-02-26 03:15:453056source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443057checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
Nick Cameron4b6f5c22018-02-26 03:15:453058dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443059 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163060 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:093061 "either",
3062 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293063]
3064
3065[[package]]
3066name = "rayon-core"
Mark Rousskov342d9562020-08-17 15:21:443067version = "1.7.1"
Oliver Schneideracdf83f2017-12-06 08:25:293068source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443069checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
Oliver Schneideracdf83f2017-12-06 08:25:293070dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163071 "crossbeam-deque",
Josh Stonef7e75a22021-03-11 01:53:353072 "crossbeam-queue",
Mark Rousskov342d9562020-08-17 15:21:443073 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:423074 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093075 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:313076]
3077
3078[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353079name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:403080version = "0.2.10"
flip19950046d7c2021-02-25 10:26:233081source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:403082checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:233083dependencies = [
3084 "bitflags",
3085]
3086
3087[[package]]
flip19954c228cc2019-02-18 09:32:583088name = "redox_users"
flip19950046d7c2021-02-25 10:26:233089version = "0.4.0"
3090source = "registry+https://github.com/rust-lang/crates.io-index"
3091checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3092dependencies = [
3093 "getrandom 0.2.0",
klensydcdc3082021-05-11 19:03:593094 "redox_syscall",
flip19950046d7c2021-02-25 10:26:233095]
3096
3097[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583098name = "regex"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:413099version = "1.5.4"
Oliver Schneider847bb142018-05-11 12:11:063100source = "registry+https://github.com/rust-lang/crates.io-index"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:413101checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
Oliver Schneider847bb142018-05-11 12:11:063102dependencies = [
Alex Crichton093ede22019-08-15 00:45:093103 "aho-corasick",
3104 "memchr",
3105 "regex-syntax",
Oliver Schneider847bb142018-05-11 12:11:063106]
3107
3108[[package]]
Oliver Schererec7230f2020-07-24 18:42:003109name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093110version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003111source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093112checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003113dependencies = [
Oliver Schererec7230f2020-07-24 18:42:003114 "regex-syntax",
3115]
3116
3117[[package]]
Steve Klabnika0769612017-02-07 23:13:573118name = "regex-syntax"
bjorn397c2fa12021-07-07 09:07:093119version = "0.6.25"
Oliver Schneider847bb142018-05-11 12:11:063120source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093121checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
Oliver Schneider847bb142018-05-11 12:11:063122
3123[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193124name = "remote-test-client"
3125version = "0.1.0"
3126
3127[[package]]
3128name = "remote-test-server"
3129version = "0.1.0"
3130
3131[[package]]
Alex Crichton994bfd42018-02-26 17:07:163132name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:443133version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:163134source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443135checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:163136dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:313137 "winapi",
Alex Crichton994bfd42018-02-26 17:07:163138]
3139
3140[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583141name = "rls"
Igor Matuszewski5b091302019-12-10 15:01:013142version = "1.41.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583143dependencies = [
Eric Huss6da85d62020-01-14 17:47:043144 "anyhow",
Alex Crichton093ede22019-08-15 00:45:093145 "cargo",
Caleb Cartwrighte2fe4f22021-04-11 16:42:013146 "cargo-util",
Igor Matuszewski5d7a9902021-06-07 20:12:243147 "cargo_metadata 0.12.0",
Alex Crichton093ede22019-08-15 00:45:093148 "clippy_lints",
Igor Matuszewski8fc4bba2020-02-12 14:47:313149 "crossbeam-channel",
Alex Crichton093ede22019-08-15 00:45:093150 "difference",
Ralf Jung9cd1ede2019-10-31 06:50:543151 "env_logger 0.7.1",
Caleb Cartwright63913182021-02-10 01:52:543152 "futures 0.3.12",
Alex Crichton093ede22019-08-15 00:45:093153 "heck",
Igor Matuszewskic2249a42019-09-08 08:28:113154 "home",
Eric Huss893ca662021-04-22 22:47:103155 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093156 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:423157 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093158 "log",
3159 "lsp-codec",
3160 "lsp-types",
3161 "num_cpus",
3162 "ordslice",
3163 "racer",
Aaron Hill2550d5b2021-03-07 23:39:193164 "rand 0.7.3",
Alex Crichton093ede22019-08-15 00:45:093165 "rayon",
3166 "regex",
3167 "rls-analysis",
3168 "rls-data",
Igor Matuszewskic2249a42019-09-08 08:28:113169 "rls-ipc",
Alex Crichton093ede22019-08-15 00:45:093170 "rls-rustc",
3171 "rls-span",
3172 "rls-vfs",
Alex Crichton093ede22019-08-15 00:45:093173 "rustc-workspace-hack",
Igor Matuszewski31dc27d2019-06-08 20:15:223174 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton093ede22019-08-15 00:45:093175 "rustfmt-nightly",
3176 "serde",
3177 "serde_derive",
Igor Matuszewskic2249a42019-09-08 08:28:113178 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:093179 "serde_json",
3180 "tempfile",
3181 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313182 "tokio-stream",
Caleb Cartwright63913182021-02-10 01:52:543183 "tokio-util",
Eric Huss7d92cf42019-08-20 17:46:353184 "toml",
Eric Hussf3287a62021-05-12 00:39:513185 "url 2.2.2",
Alex Crichton093ede22019-08-15 00:45:093186 "walkdir",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583187]
3188
3189[[package]]
3190name = "rls-analysis"
Eric Huss893ca662021-04-22 22:47:103191version = "0.18.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583192dependencies = [
Alex Crichton093ede22019-08-15 00:45:093193 "derive-new",
Eric Huss893ca662021-04-22 22:47:103194 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093195 "fst",
Eric Huss893ca662021-04-22 22:47:103196 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093197 "json",
Eric Huss893ca662021-04-22 22:47:103198 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093199 "log",
3200 "rls-data",
3201 "rls-span",
3202 "serde",
3203 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483204]
3205
3206[[package]]
Martin Algesten9a6afa82018-02-02 07:29:593207name = "rls-data"
Igor Matuszewskid72ea1b2021-01-15 00:50:593208version = "0.19.1"
Igor Matuszewski3ac464f2021-01-15 01:26:553209source = "registry+https://github.com/rust-lang/crates.io-index"
3210checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
Martin Algesten9a6afa82018-02-02 07:29:593211dependencies = [
Alex Crichton093ede22019-08-15 00:45:093212 "rls-span",
3213 "serde",
Martin Algesten9a6afa82018-02-02 07:29:593214]
3215
3216[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:113217name = "rls-ipc"
3218version = "0.1.0"
3219dependencies = [
3220 "jsonrpc-core",
3221 "jsonrpc-core-client",
3222 "jsonrpc-derive",
3223 "jsonrpc-ipc-server",
3224 "rls-data",
3225 "serde",
3226]
3227
3228[[package]]
Nick Cameron92867d22017-08-30 05:09:363229name = "rls-rustc"
Igor Matuszewski9a6a2692019-03-10 16:03:323230version = "0.6.0"
Igor Matuszewskic2249a42019-09-08 08:28:113231dependencies = [
3232 "clippy_lints",
Ralf Jung9cd1ede2019-10-31 06:50:543233 "env_logger 0.7.1",
Caleb Cartwright63913182021-02-10 01:52:543234 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:113235 "log",
Aaron Hill2550d5b2021-03-07 23:39:193236 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:113237 "rls-data",
3238 "rls-ipc",
3239 "serde",
3240 "tokio",
3241]
Nick Cameron92867d22017-08-30 05:09:363242
3243[[package]]
Nick Cameronfee1f642017-03-14 02:16:443244name = "rls-span"
Igor Matuszewskid72ea1b2021-01-15 00:50:593245version = "0.5.3"
Igor Matuszewski3ac464f2021-01-15 01:26:553246source = "registry+https://github.com/rust-lang/crates.io-index"
3247checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
Nick Cameronfee1f642017-03-14 02:16:443248dependencies = [
Alex Crichton093ede22019-08-15 00:45:093249 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583250]
3251
3252[[package]]
3253name = "rls-vfs"
Igor Matuszewski4fb570d2019-04-21 10:52:073254version = "0.8.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583255source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093256checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583257dependencies = [
Alex Crichton093ede22019-08-15 00:45:093258 "log",
3259 "rls-span",
Nick Cameronfee1f642017-03-14 02:16:443260]
3261
3262[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153263name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173264version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153265dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173266 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153267 "rustc-demangle",
3268]
3269
3270[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293271name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573272version = "0.1.0"
3273dependencies = [
Alex Crichton093ede22019-08-15 00:45:093274 "clap",
Eric Huss5b9e9d02020-11-15 01:37:023275 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093276 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573277]
Ahmed Charles9ca382f2016-09-02 08:55:293278
3279[[package]]
Igor Matuszewskif4b2a202020-06-15 09:43:393280name = "rustc-ap-rustc_arena"
Igor Matuszewski5d7a9902021-06-07 20:12:243281version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273282source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243283checksum = "550ca1a0925d31a0af089b18c89f5adf3b286e319e3e1f1a5204c21bd2f17371"
Igor Matuszewskid2d192e2019-07-30 11:00:273284dependencies = [
Caleb Cartwrighte2fe4f22021-04-11 16:42:013285 "rustc-ap-rustc_data_structures",
Jubilee Younge8eb6912021-04-22 04:40:293286 "smallvec",
Igor Matuszewskid2d192e2019-07-30 11:00:273287]
3288
3289[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523290name = "rustc-ap-rustc_ast"
Igor Matuszewski5d7a9902021-06-07 20:12:243291version = "722.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313292source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243293checksum = "4aa53b68080df17994a54747f7c37b0686288a670efb9ba3b382ce62e744aed2"
Igor Matuszewski8fc4bba2020-02-12 14:47:313294dependencies = [
Igor Matuszewskif4b2a202020-06-15 09:43:393295 "bitflags",
Igor Matuszewski8fc4bba2020-02-12 14:47:313296 "rustc-ap-rustc_data_structures",
Igor Matuszewskib2561c92020-03-31 12:31:523297 "rustc-ap-rustc_index",
3298 "rustc-ap-rustc_lexer",
3299 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393300 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313301 "rustc-ap-rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293302 "smallvec",
Caleb Cartwright1ceb8242020-09-05 19:03:273303 "tracing",
Igor Matuszewskib2561c92020-03-31 12:31:523304]
3305
3306[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523307name = "rustc-ap-rustc_ast_pretty"
Igor Matuszewski5d7a9902021-06-07 20:12:243308version = "722.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523309source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243310checksum = "0ae71e68fada466a4b2c39c79ca6aee3226587abe6787170d2f6c92237569565"
Igor Matuszewskib2561c92020-03-31 12:31:523311dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523312 "rustc-ap-rustc_ast",
Igor Matuszewskib2561c92020-03-31 12:31:523313 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273314 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313315]
3316
3317[[package]]
Igor Matuszewskid2d192e2019-07-30 11:00:273318name = "rustc-ap-rustc_data_structures"
Igor Matuszewski5d7a9902021-06-07 20:12:243319version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273320source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243321checksum = "faa484d6e0ca32d1d82303647275c696f745599b3d97e686f396ceef5b99d7ae"
Igor Matuszewskid2d192e2019-07-30 11:00:273322dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353323 "arrayvec",
Igor Matuszewski8fc4bba2020-02-12 14:47:313324 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073325 "cfg-if 0.1.10",
Igor Matuszewski2214a412021-05-03 20:59:353326 "crossbeam-utils 0.8.3",
Jack Hueya42e5a12020-05-27 05:05:093327 "ena",
Alex Crichton093ede22019-08-15 00:45:093328 "indexmap",
3329 "jobserver",
topecongiro84c45142020-04-15 02:07:333330 "libc",
Ryan Levick757f76e2021-10-07 13:08:443331 "measureme 9.1.2",
Igor Matuszewski2214a412021-05-03 20:59:353332 "memmap2",
Caleb Cartwright63913182021-02-10 01:52:543333 "parking_lot",
Igor Matuszewskif4b2a202020-06-15 09:43:393334 "rustc-ap-rustc_graphviz",
Igor Matuszewskiae79ea32019-10-11 14:28:023335 "rustc-ap-rustc_index",
Caleb Cartwright1ceb8242020-09-05 19:03:273336 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393337 "rustc-ap-rustc_serialize",
Alex Crichton093ede22019-08-15 00:45:093338 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013339 "rustc-rayon",
3340 "rustc-rayon-core",
Jubilee Younge8eb6912021-04-22 04:40:293341 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093342 "stable_deref_trait",
Igor Matuszewski84eae772020-05-21 13:39:523343 "stacker",
Caleb Cartwright1ceb8242020-09-05 19:03:273344 "tempfile",
3345 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313346 "winapi",
Igor Matuszewskid2d192e2019-07-30 11:00:273347]
3348
3349[[package]]
topecongiro5ae8fa92018-01-18 14:40:373350name = "rustc-ap-rustc_errors"
Igor Matuszewski5d7a9902021-06-07 20:12:243351version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273352source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243353checksum = "5f85ba19cca320ad797e3a29c35cab9bddfff0e7adbde336a436249e54cee7b1"
Igor Matuszewskid2d192e2019-07-30 11:00:273354dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353355 "annotate-snippets",
Alex Crichton093ede22019-08-15 00:45:093356 "atty",
Alex Crichton093ede22019-08-15 00:45:093357 "rustc-ap-rustc_data_structures",
Igor Matuszewskibd37d7d2020-12-05 15:40:243358 "rustc-ap-rustc_lint_defs",
Caleb Cartwright1ceb8242020-09-05 19:03:273359 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393360 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313361 "rustc-ap-rustc_span",
Alex Crichton093ede22019-08-15 00:45:093362 "termcolor",
Igor Matuszewski8fc4bba2020-02-12 14:47:313363 "termize",
Caleb Cartwright1ceb8242020-09-05 19:03:273364 "tracing",
Alex Crichton093ede22019-08-15 00:45:093365 "unicode-width",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313366 "winapi",
Igor Matuszewskid2d192e2019-07-30 11:00:273367]
3368
3369[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523370name = "rustc-ap-rustc_feature"
Igor Matuszewski5d7a9902021-06-07 20:12:243371version = "722.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523372source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243373checksum = "97d538adab96b8b2b1ca9fcd4c8c47d4e23e862a23d1a38b6c15cd8fd52b34b1"
Igor Matuszewski8fc4bba2020-02-12 14:47:313374dependencies = [
Igor Matuszewski8fc4bba2020-02-12 14:47:313375 "rustc-ap-rustc_data_structures",
3376 "rustc-ap-rustc_span",
3377]
3378
3379[[package]]
3380name = "rustc-ap-rustc_fs_util"
Igor Matuszewski5d7a9902021-06-07 20:12:243381version = "722.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313382source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243383checksum = "8ad6f13d240944fa8f360d2f3b849a7cadaec75e477829e7dde61e838deda83d"
Igor Matuszewskif4b2a202020-06-15 09:43:393384
3385[[package]]
3386name = "rustc-ap-rustc_graphviz"
Igor Matuszewski5d7a9902021-06-07 20:12:243387version = "722.0.0"
Igor Matuszewskif4b2a202020-06-15 09:43:393388source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243389checksum = "08b3451153cc5828c02cc4f1a0df146d25ac4b3382a112e25fd9d3f5bff15cdc"
Igor Matuszewski8fc4bba2020-02-12 14:47:313390
3391[[package]]
3392name = "rustc-ap-rustc_index"
Igor Matuszewski5d7a9902021-06-07 20:12:243393version = "722.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313394source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243395checksum = "cd39a9f01b442c629bdff5778cb3dd29b7c2ea4afe62d5ab61d216bd1b556692"
Igor Matuszewskiae79ea32019-10-11 14:28:023396dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353397 "arrayvec",
Caleb Cartwright1ceb8242020-09-05 19:03:273398 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393399 "rustc-ap-rustc_serialize",
Igor Matuszewskiae79ea32019-10-11 14:28:023400]
3401
3402[[package]]
3403name = "rustc-ap-rustc_lexer"
Igor Matuszewski5d7a9902021-06-07 20:12:243404version = "722.0.0"
Igor Matuszewskiae79ea32019-10-11 14:28:023405source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243406checksum = "a5de290c44a90e671d2cd730062b9ef73d11155da7e44e7741d633e1e51e616e"
Igor Matuszewskic2249a42019-09-08 08:28:113407dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153408 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:113409]
Igor Matuszewskid2d192e2019-07-30 11:00:273410
3411[[package]]
Igor Matuszewskibd37d7d2020-12-05 15:40:243412name = "rustc-ap-rustc_lint_defs"
Igor Matuszewski5d7a9902021-06-07 20:12:243413version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273414source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243415checksum = "69570b4beb61088926b131579865bbe70d124d30778c46307a62ec8b310ae462"
Igor Matuszewskibd37d7d2020-12-05 15:40:243416dependencies = [
3417 "rustc-ap-rustc_ast",
3418 "rustc-ap-rustc_data_structures",
3419 "rustc-ap-rustc_macros",
3420 "rustc-ap-rustc_serialize",
3421 "rustc-ap-rustc_span",
Caleb Cartwright63913182021-02-10 01:52:543422 "rustc-ap-rustc_target",
Igor Matuszewskibd37d7d2020-12-05 15:40:243423 "tracing",
3424]
3425
3426[[package]]
3427name = "rustc-ap-rustc_macros"
Igor Matuszewski5d7a9902021-06-07 20:12:243428version = "722.0.0"
Igor Matuszewskibd37d7d2020-12-05 15:40:243429source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243430checksum = "86bd877df37f15c5a44d9679d1b5207ebc95f3943fbc336eeac670195ac58610"
Igor Matuszewskid2d192e2019-07-30 11:00:273431dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153432 "proc-macro2",
3433 "quote",
3434 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:163435 "synstructure",
Igor Matuszewskid2d192e2019-07-30 11:00:273436]
3437
3438[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313439name = "rustc-ap-rustc_parse"
Igor Matuszewski5d7a9902021-06-07 20:12:243440version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273441source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243442checksum = "02502d8522ba31d0bcad28a78822b68c1b6ba947a2b4aa6a2341b30594379b80"
Igor Matuszewskid2d192e2019-07-30 11:00:273443dependencies = [
Alex Crichton093ede22019-08-15 00:45:093444 "bitflags",
Igor Matuszewskib2561c92020-03-31 12:31:523445 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313446 "rustc-ap-rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093447 "rustc-ap-rustc_data_structures",
3448 "rustc-ap-rustc_errors",
Igor Matuszewski8fc4bba2020-02-12 14:47:313449 "rustc-ap-rustc_feature",
Alex Crichton093ede22019-08-15 00:45:093450 "rustc-ap-rustc_lexer",
Igor Matuszewski8fc4bba2020-02-12 14:47:313451 "rustc-ap-rustc_session",
3452 "rustc-ap-rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293453 "smallvec",
Caleb Cartwright1ceb8242020-09-05 19:03:273454 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313455 "unicode-normalization",
Igor Matuszewskid2d192e2019-07-30 11:00:273456]
3457
3458[[package]]
Igor Matuszewskif4b2a202020-06-15 09:43:393459name = "rustc-ap-rustc_serialize"
Igor Matuszewski5d7a9902021-06-07 20:12:243460version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273461source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243462checksum = "5f741f8e9aee6323fbe127329490608a5a250cc0072ac91e684ef62518cdb1ff"
Igor Matuszewskif4b2a202020-06-15 09:43:393463dependencies = [
3464 "indexmap",
Jubilee Younge8eb6912021-04-22 04:40:293465 "smallvec",
Igor Matuszewskif4b2a202020-06-15 09:43:393466]
3467
3468[[package]]
3469name = "rustc-ap-rustc_session"
Igor Matuszewski5d7a9902021-06-07 20:12:243470version = "722.0.0"
Igor Matuszewskif4b2a202020-06-15 09:43:393471source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243472checksum = "dba61eca749f4fced4427ad1cc7f23342cfc6527c3bcc624e3aa56abc1f81298"
Igor Matuszewski8fc4bba2020-02-12 14:47:313473dependencies = [
Tyler Mandrye193cb12020-07-25 21:25:163474 "bitflags",
topecongiro84c45142020-04-15 02:07:333475 "getopts",
Igor Matuszewski8fc4bba2020-02-12 14:47:313476 "num_cpus",
Igor Matuszewskib2561c92020-03-31 12:31:523477 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313478 "rustc-ap-rustc_data_structures",
3479 "rustc-ap-rustc_errors",
3480 "rustc-ap-rustc_feature",
3481 "rustc-ap-rustc_fs_util",
Igor Matuszewskibd37d7d2020-12-05 15:40:243482 "rustc-ap-rustc_lint_defs",
Caleb Cartwright1ceb8242020-09-05 19:03:273483 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393484 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313485 "rustc-ap-rustc_span",
3486 "rustc-ap-rustc_target",
Caleb Cartwright1ceb8242020-09-05 19:03:273487 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313488]
3489
3490[[package]]
3491name = "rustc-ap-rustc_span"
Igor Matuszewski5d7a9902021-06-07 20:12:243492version = "722.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313493source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243494checksum = "a642e8d6fc883f34e0778e079f8242ac40c6614a6b7a0ef61681333e847f5e62"
Igor Matuszewskid2d192e2019-07-30 11:00:273495dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:073496 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:243497 "md-5",
Igor Matuszewskif4b2a202020-06-15 09:43:393498 "rustc-ap-rustc_arena",
Alex Crichton093ede22019-08-15 00:45:093499 "rustc-ap-rustc_data_structures",
Igor Matuszewskiae79ea32019-10-11 14:28:023500 "rustc-ap-rustc_index",
Alex Crichton093ede22019-08-15 00:45:093501 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393502 "rustc-ap-rustc_serialize",
Alex Crichton093ede22019-08-15 00:45:093503 "scoped-tls",
Igor Matuszewskibd37d7d2020-12-05 15:40:243504 "sha-1 0.9.1",
3505 "sha2",
Caleb Cartwright1ceb8242020-09-05 19:03:273506 "tracing",
Alex Crichton093ede22019-08-15 00:45:093507 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:273508]
3509
3510[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313511name = "rustc-ap-rustc_target"
Igor Matuszewski5d7a9902021-06-07 20:12:243512version = "722.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313513source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243514checksum = "80feebd8c323b80dd73a395fa7fabba9e2098b6277670ff89c473f618ffa07de"
Igor Matuszewski8fc4bba2020-02-12 14:47:313515dependencies = [
3516 "bitflags",
Igor Matuszewski8fc4bba2020-02-12 14:47:313517 "rustc-ap-rustc_data_structures",
3518 "rustc-ap-rustc_index",
3519 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393520 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313521 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273522 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313523]
3524
3525[[package]]
Josh Stone020c5ec2017-05-08 22:01:133526name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253527version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:133528source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253529checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:513530dependencies = [
Alex Crichton093ede22019-08-15 00:45:093531 "compiler_builtins",
3532 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513533]
Josh Stone020c5ec2017-05-08 22:01:133534
3535[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023536name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193537version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023538source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193539checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023540
3541[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293542name = "rustc-main"
3543version = "0.0.0"
3544dependencies = [
Alex Crichton093ede22019-08-15 00:45:093545 "rustc_codegen_ssa",
3546 "rustc_driver",
Gus Wynn39657732021-04-04 21:07:563547 "tikv-jemalloc-sys",
3548 "tikv-jemallocator",
Ahmed Charles9ca382f2016-09-02 08:55:293549]
3550
3551[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033552name = "rustc-rayon"
Josh Stonef7e75a22021-03-11 01:53:353553version = "0.3.1"
Josh Stone33c41252019-09-10 17:13:073554source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef7e75a22021-03-11 01:53:353555checksum = "ed7d6a39f8bfd4421ce720918234d1e672b83824c91345b47c93746839cf1629"
Josh Stone33c41252019-09-10 17:13:073556dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163557 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073558 "either",
Igor Matuszewski5b091302019-12-10 15:01:013559 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413560]
3561
3562[[package]]
Josh Stone33c41252019-09-10 17:13:073563name = "rustc-rayon-core"
Josh Stonef7e75a22021-03-11 01:53:353564version = "0.3.1"
Josh Stone33c41252019-09-10 17:13:073565source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef7e75a22021-03-11 01:53:353566checksum = "e94187d9ea3e8c38fafdbc38acb94eafa7ce155867f6ccb13830466a0d0db8c6"
Josh Stone33c41252019-09-10 17:13:073567dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163568 "crossbeam-deque",
Josh Stonef7e75a22021-03-11 01:53:353569 "crossbeam-queue",
3570 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:423571 "lazy_static",
Josh Stone33c41252019-09-10 17:13:073572 "num_cpus",
3573]
3574
3575[[package]]
flip1995898ef0f2020-12-06 14:07:593576name = "rustc-semver"
3577version = "1.1.0"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3580
3581[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053582name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053583version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053584dependencies = [
Alex Crichton093ede22019-08-15 00:45:093585 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053586]
3587
3588[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503589name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053590version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503591dependencies = [
Alex Crichton093ede22019-08-15 00:45:093592 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503593]
3594
3595[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083596name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053597version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083598dependencies = [
3599 "std",
3600]
3601
3602[[package]]
Alex Crichton0e034d12018-07-31 21:16:553603name = "rustc-workspace-hack"
3604version = "1.0.0"
3605dependencies = [
Eric Hussd296ea02021-06-23 14:41:343606 "bstr",
Alessandro Ghedinibff2e462020-11-05 15:58:233607 "byteorder",
Jubilee Young1f5e1c52021-04-23 23:09:403608 "crossbeam-utils 0.8.3",
Igor Matuszewski2fa30ec2020-12-05 17:08:333609 "libc",
Eric Huss0bfc45a2020-12-23 20:18:153610 "libz-sys",
Aaron Hill70ba4912020-08-01 14:11:153611 "proc-macro2",
3612 "quote",
Jubilee Young7d3186d2021-04-24 01:00:463613 "rand_core 0.5.1",
Alex Crichton093ede22019-08-15 00:45:093614 "serde",
3615 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293616 "smallvec",
Aaron Hill70ba4912020-08-01 14:11:153617 "syn",
Eric Hussf3287a62021-05-12 00:39:513618 "url 2.2.2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313619 "winapi",
Alex Crichton0e034d12018-07-31 21:16:553620]
3621
3622[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433623name = "rustc_apfloat"
3624version = "0.0.0"
3625dependencies = [
Alex Crichton093ede22019-08-15 00:45:093626 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:293627 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433628]
3629
3630[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403631name = "rustc_arena"
3632version = "0.0.0"
3633dependencies = [
Josh Stonef7e75a22021-03-11 01:53:353634 "rustc_data_structures",
Jubilee Younge8eb6912021-04-22 04:40:293635 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403636]
3637
3638[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263639name = "rustc_ast"
3640version = "0.0.0"
3641dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013642 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263643 "rustc_data_structures",
3644 "rustc_index",
3645 "rustc_lexer",
3646 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403647 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263648 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293649 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003650 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263651]
3652
3653[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563654name = "rustc_ast_lowering"
3655version = "0.0.0"
3656dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403657 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263658 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463659 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563660 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563661 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573662 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563663 "rustc_index",
Camille GILLOT457de082021-09-19 20:17:503664 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563665 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563666 "rustc_span",
3667 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293668 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003669 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563670]
3671
3672[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443673name = "rustc_ast_passes"
3674version = "0.0.0"
3675dependencies = [
Andreas Jonsonb8752ff2020-09-12 06:24:093676 "itertools 0.9.0",
Vadim Petrochenkov6054a302020-02-29 17:16:263677 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463678 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203679 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443680 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443681 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393682 "rustc_feature",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443683 "rustc_parse",
3684 "rustc_session",
3685 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053686 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003687 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443688]
3689
3690[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463691name = "rustc_ast_pretty"
3692version = "0.0.0"
3693dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263694 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463695 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003696 "tracing",
Mazdak Farrokhzade2333312020-01-11 16:02:463697]
3698
3699[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203700name = "rustc_attr"
3701version = "0.0.0"
3702dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263703 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463704 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203705 "rustc_data_structures",
3706 "rustc_errors",
3707 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483708 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203709 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403710 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203711 "rustc_session",
3712 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203713]
3714
3715[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403716name = "rustc_borrowck"
3717version = "0.0.0"
3718dependencies = [
3719 "either",
3720 "itertools 0.9.0",
3721 "polonius-engine",
Camille GILLOTc5fc2602021-01-05 19:08:113722 "rustc_const_eval",
Camille GILLOT31a61cc2020-12-30 17:48:403723 "rustc_data_structures",
3724 "rustc_errors",
3725 "rustc_graphviz",
3726 "rustc_hir",
3727 "rustc_index",
3728 "rustc_infer",
3729 "rustc_lexer",
3730 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073731 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403732 "rustc_serialize",
3733 "rustc_session",
3734 "rustc_span",
3735 "rustc_target",
3736 "rustc_trait_selection",
3737 "rustc_traits",
3738 "smallvec",
3739 "tracing",
3740]
3741
3742[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323743name = "rustc_builtin_macros"
3744version = "0.0.0"
3745dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263746 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463747 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203748 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323749 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323750 "rustc_errors",
3751 "rustc_expand",
3752 "rustc_feature",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143753 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233754 "rustc_lint_defs",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323755 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403756 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203757 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323758 "rustc_span",
3759 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293760 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003761 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323762]
3763
3764[[package]]
Irina Popab63d7e22018-05-08 13:10:163765name = "rustc_codegen_llvm"
3766version = "0.0.0"
3767dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353768 "bitflags",
Xidorn Quan38e42332021-02-13 11:17:153769 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353770 "libc",
Andy Russell923f9392021-11-08 23:03:553771 "libloading",
Ryan Levick757f76e2021-10-07 13:08:443772 "measureme 10.0.0",
Alex Crichton7f23e6e2019-10-22 15:51:353773 "rustc-demangle",
bjorn38c7840e2021-08-08 15:24:303774 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263775 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203776 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353777 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353778 "rustc_data_structures",
3779 "rustc_errors",
Alex Crichton7f23e6e2019-10-22 15:51:353780 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573781 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353782 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093783 "rustc_llvm",
Camille GILLOT202d39a2021-05-29 20:49:593784 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453785 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543786 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403787 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353788 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323789 "rustc_span",
Alex Crichton7f23e6e2019-10-22 15:51:353790 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293791 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003792 "tracing",
Irina Popab63d7e22018-05-08 13:10:163793]
3794
3795[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043796name = "rustc_codegen_ssa"
3797version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353798dependencies = [
Alex Crichton093ede22019-08-15 00:45:093799 "bitflags",
3800 "cc",
Tyson Nottingham29711d82021-02-04 02:41:303801 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093802 "jobserver",
3803 "libc",
David Wood2dc1a8a2021-12-03 14:24:053804 "object 0.26.2",
Federico Ponzi4b6a0272020-07-17 22:01:273805 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143806 "regex",
Alex Crichton093ede22019-08-15 00:45:093807 "rustc_apfloat",
David Wood2dc1a8a2021-12-03 14:24:053808 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263809 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203810 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093811 "rustc_data_structures",
3812 "rustc_errors",
3813 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573814 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093815 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103816 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573817 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363818 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453819 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543820 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403821 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083822 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323823 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583824 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093825 "rustc_target",
Michael Woeristere6e1e092021-07-14 13:50:423826 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253827 "snap",
Mark Mansi2d75a332020-03-12 23:07:583828 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053829 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003830 "tracing",
Irina Popab63d7e22018-05-08 13:10:163831]
3832
3833[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113834name = "rustc_const_eval"
3835version = "0.0.0"
3836dependencies = [
Camille GILLOTc5fc2602021-01-05 19:08:113837 "rustc_apfloat",
3838 "rustc_ast",
3839 "rustc_attr",
3840 "rustc_data_structures",
3841 "rustc_errors",
3842 "rustc_hir",
3843 "rustc_index",
3844 "rustc_infer",
3845 "rustc_macros",
3846 "rustc_middle",
3847 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:543848 "rustc_query_system",
Camille GILLOTc5fc2602021-01-05 19:08:113849 "rustc_session",
3850 "rustc_span",
3851 "rustc_target",
3852 "rustc_trait_selection",
3853 "tracing",
3854]
3855
3856[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293857name = "rustc_data_structures"
3858version = "0.0.0"
3859dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353860 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363861 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073862 "cfg-if 0.1.10",
Jack Hueya42e5a12020-05-27 05:05:093863 "ena",
Alex Crichton093ede22019-08-15 00:45:093864 "indexmap",
3865 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193866 "libc",
Ryan Levick757f76e2021-10-07 13:08:443867 "measureme 10.0.0",
bjorn38331dbe2021-03-29 09:18:523868 "memmap2",
Caleb Cartwright63913182021-02-10 01:52:543869 "parking_lot",
Alex Crichton093ede22019-08-15 00:45:093870 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013871 "rustc-rayon",
3872 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403873 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513874 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573875 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403876 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293877 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093878 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553879 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503880 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003881 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313882 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293883]
3884
3885[[package]]
3886name = "rustc_driver"
3887version = "0.0.0"
3888dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193889 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263890 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463891 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483892 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113893 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093894 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503895 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093896 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183897 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573898 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193899 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093900 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133901 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523902 "rustc_log",
Alex Crichton093ede22019-08-15 00:45:093903 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453904 "rustc_middle",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133905 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323906 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093907 "rustc_save_analysis",
Vadim Petrochenkov11d95142020-06-02 17:03:403908 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083909 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323910 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093911 "rustc_target",
Smittye8165e72021-07-24 21:18:153912 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:003913 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313914 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293915]
3916
3917[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053918name = "rustc_error_codes"
3919version = "0.0.0"
3920
3921[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293922name = "rustc_errors"
3923version = "0.0.0"
3924dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353925 "annotate-snippets",
Alex Crichton093ede22019-08-15 00:45:093926 "atty",
Alex Crichton093ede22019-08-15 00:45:093927 "rustc_data_structures",
Aaron Hill23018a52020-08-13 19:41:523928 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573929 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403930 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323931 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093932 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483933 "termize",
Oliver Schererec7230f2020-07-24 18:42:003934 "tracing",
Alex Crichton093ede22019-08-15 00:45:093935 "unicode-width",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313936 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293937]
3938
3939[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323940name = "rustc_expand"
3941version = "0.0.0"
3942dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263943 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393944 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463945 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203946 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323947 "rustc_data_structures",
3948 "rustc_errors",
3949 "rustc_feature",
3950 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003951 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573952 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323953 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403954 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203955 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323956 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293957 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003958 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323959]
3960
3961[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383962name = "rustc_feature"
3963version = "0.0.0"
3964dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183965 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323966 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383967]
3968
3969[[package]]
Mark Rousskove3177c62018-08-03 21:31:033970name = "rustc_fs_util"
3971version = "0.0.0"
3972
3973[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403974name = "rustc_graphviz"
3975version = "0.0.0"
3976
3977[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273978name = "rustc_hir"
3979version = "0.0.0"
3980dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373981 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:263982 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273983 "rustc_data_structures",
kadmin54883e02020-12-30 23:07:413984 "rustc_feature",
Mazdak Farrokhzad7a140732019-12-25 02:51:273985 "rustc_index",
3986 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403987 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273988 "rustc_span",
3989 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293990 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003991 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273992]
3993
3994[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193995name = "rustc_hir_pretty"
3996version = "0.0.0"
3997dependencies = [
3998 "rustc_ast",
3999 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194000 "rustc_hir",
4001 "rustc_span",
4002 "rustc_target",
4003]
4004
4005[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294006name = "rustc_incremental"
4007version = "0.0.0"
4008dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:194009 "rand 0.7.3",
Vadim Petrochenkov6054a302020-02-29 17:16:264010 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094011 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:594012 "rustc_errors",
Alex Crichton093ede22019-08-15 00:45:094013 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:404014 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574015 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:574016 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454017 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404018 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:164019 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324020 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004021 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294022]
4023
4024[[package]]
csmoe1cff2e62019-09-25 19:09:514025name = "rustc_index"
4026version = "0.0.0"
4027dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354028 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:574029 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404030 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:294031 "smallvec",
csmoe1cff2e62019-09-25 19:09:514032]
4033
4034[[package]]
Camille GILLOTf07e8892020-01-06 19:13:244035name = "rustc_infer"
4036version = "0.0.0"
4037dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:244038 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:244039 "rustc_errors",
Camille GILLOTf07e8892020-01-06 19:13:244040 "rustc_hir",
4041 "rustc_index",
4042 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454043 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404044 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084045 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:244046 "rustc_span",
4047 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294048 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004049 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:244050]
4051
4052[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:234053name = "rustc_interface"
4054version = "0.0.0"
4055dependencies = [
Luca Barbieri45ede922020-04-10 20:42:194056 "libc",
Andy Russell923f9392021-11-08 23:03:554057 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:014058 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:314059 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:264060 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564061 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:444062 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:204063 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:404064 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324065 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:354066 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:094067 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:114068 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:094069 "rustc_data_structures",
4070 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324071 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:274072 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:094073 "rustc_incremental",
Alex Crichton093ede22019-08-15 00:45:094074 "rustc_lint",
4075 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454076 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:444077 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:254078 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:154079 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134080 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:094081 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:324082 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:094083 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:164084 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:094085 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:404086 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:164087 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324088 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:584089 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:164090 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404091 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094092 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374093 "rustc_ty_utils",
Alex Crichton093ede22019-08-15 00:45:094094 "rustc_typeck",
Jubilee Younge8eb6912021-04-22 04:40:294095 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094096 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004097 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314098 "winapi",
John Kåre Alsaker23a51f92018-12-08 19:30:234099]
4100
4101[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404102name = "rustc_lexer"
4103version = "0.1.0"
4104dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504105 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:234106 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:154107 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404108]
4109
4110[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294111name = "rustc_lint"
4112version = "0.0.0"
4113dependencies = [
Thom Chiovoloni402a9c92020-12-02 23:16:124114 "if_chain",
Vadim Petrochenkov6054a302020-02-29 17:16:264115 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464116 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204117 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094118 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474119 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384120 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574121 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334122 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354123 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454124 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424125 "rustc_parse_format",
Jeremy Fitzhardinge82ccb652020-05-25 23:21:254126 "rustc_serialize",
Mark Rousskovf03d8f32019-11-12 17:09:204127 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324128 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094129 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404130 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004131 "tracing",
Charles Lew485e98a2020-01-02 12:02:224132 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294133]
4134
4135[[package]]
Aaron Hill23018a52020-08-13 19:41:524136name = "rustc_lint_defs"
4137version = "0.0.0"
4138dependencies = [
4139 "rustc_ast",
4140 "rustc_data_structures",
4141 "rustc_macros",
4142 "rustc_serialize",
4143 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384144 "rustc_target",
Aaron Hill23018a52020-08-13 19:41:524145]
4146
4147[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294148name = "rustc_llvm"
4149version = "0.0.0"
4150dependencies = [
Alex Crichton093ede22019-08-15 00:45:094151 "build_helper",
4152 "cc",
Aaron Hill47e932b2019-12-12 15:51:194153 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294154]
4155
4156[[package]]
David Tolnay6152d152022-01-04 00:32:524157name = "rustc_log"
4158version = "0.0.0"
4159dependencies = [
4160 "atty",
David Tolnayffbeebb2022-01-04 06:01:354161 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524162 "tracing",
4163 "tracing-subscriber",
4164 "tracing-tree",
4165]
4166
4167[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104168name = "rustc_macros"
4169version = "0.1.0"
4170dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154171 "proc-macro2",
4172 "quote",
4173 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:164174 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104175]
4176
4177[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294178name = "rustc_metadata"
4179version = "0.0.0"
4180dependencies = [
Andy Russell923f9392021-11-08 23:03:554181 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374182 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264183 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204184 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094185 "rustc_data_structures",
4186 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324187 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174188 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574189 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194190 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104191 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574192 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454193 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404194 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084195 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324196 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094197 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294198 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:304199 "snap",
Oliver Schererec7230f2020-07-24 18:42:004200 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294201]
4202
4203[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454204name = "rustc_middle"
4205version = "0.0.0"
4206dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454207 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:034208 "chalk-ir",
Camille GILLOTfd9c04f2021-01-05 18:53:074209 "either",
4210 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454211 "polonius-engine",
Chase Wilson09f15422021-08-29 15:55:294212 "rand 0.8.4",
4213 "rand_xoshiro 0.6.0",
Camille GILLOT48a339d2021-07-16 12:42:264214 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454215 "rustc-rayon-core",
4216 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404217 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454218 "rustc_ast",
4219 "rustc_attr",
4220 "rustc_data_structures",
4221 "rustc_errors",
4222 "rustc_feature",
Camille GILLOTfd9c04f2021-01-05 18:53:074223 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454224 "rustc_hir",
4225 "rustc_index",
4226 "rustc_macros",
4227 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404228 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454229 "rustc_session",
4230 "rustc_span",
4231 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104232 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294233 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004234 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454235]
4236
4237[[package]]
Matthew Jasperb3589292020-01-05 15:46:444238name = "rustc_mir_build"
4239version = "0.0.0"
4240dependencies = [
Matthew Jasperb3589292020-01-05 15:46:444241 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404242 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264243 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204244 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:444245 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444246 "rustc_errors",
4247 "rustc_hir",
4248 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244249 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454250 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404251 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074252 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444253 "rustc_span",
4254 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404255 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294256 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004257 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444258]
4259
4260[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074261name = "rustc_mir_dataflow"
4262version = "0.0.0"
4263dependencies = [
4264 "polonius-engine",
4265 "regex",
4266 "rustc_ast",
4267 "rustc_data_structures",
4268 "rustc_graphviz",
4269 "rustc_hir",
4270 "rustc_index",
4271 "rustc_middle",
4272 "rustc_serialize",
4273 "rustc_session",
4274 "rustc_span",
4275 "rustc_target",
4276 "smallvec",
4277 "tracing",
4278]
4279
4280[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254281name = "rustc_mir_transform"
4282version = "0.0.0"
4283dependencies = [
4284 "coverage_test_macros",
4285 "itertools 0.9.0",
4286 "rustc_ast",
4287 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114288 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254289 "rustc_data_structures",
4290 "rustc_errors",
4291 "rustc_hir",
4292 "rustc_index",
4293 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074294 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:544295 "rustc_query_system",
Camille GILLOTbba4be62021-01-01 00:53:254296 "rustc_serialize",
4297 "rustc_session",
4298 "rustc_span",
4299 "rustc_target",
4300 "rustc_trait_selection",
4301 "smallvec",
4302 "tracing",
4303]
4304
4305[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154306name = "rustc_monomorphize"
4307version = "0.0.0"
4308dependencies = [
4309 "rustc_data_structures",
4310 "rustc_errors",
4311 "rustc_hir",
4312 "rustc_index",
4313 "rustc_middle",
4314 "rustc_session",
4315 "rustc_span",
4316 "rustc_target",
4317 "smallvec",
4318 "tracing",
4319]
4320
4321[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134322name = "rustc_parse"
4323version = "0.0.0"
4324dependencies = [
4325 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264326 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464327 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134328 "rustc_data_structures",
4329 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384330 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134331 "rustc_lexer",
Mazdak Farrokhzadf361b712020-01-05 09:47:204332 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324333 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004334 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404335 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004336 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134337]
4338
4339[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404340name = "rustc_parse_format"
4341version = "0.0.0"
4342dependencies = [
4343 "rustc_lexer",
4344 "rustc_span",
4345]
4346
4347[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294348name = "rustc_passes"
4349version = "0.0.0"
4350dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264351 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134352 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204353 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094354 "rustc_data_structures",
4355 "rustc_errors",
Aaron Hillaf466992021-07-29 17:00:414356 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574357 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574358 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124359 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454360 "rustc_middle",
Aaron Hillaf466992021-07-29 17:00:414361 "rustc_parse",
Tomasz Miąsko57d38972020-09-26 00:00:004362 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434363 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324364 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574365 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004366 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294367]
4368
4369[[package]]
Simon Sapind0bbc602019-07-16 17:08:324370name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294371version = "0.0.0"
4372dependencies = [
Andy Russell923f9392021-11-08 23:03:554373 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:264374 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164375 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574376 "rustc_hir",
Mazdak Farrokhzadf58db202020-01-09 06:52:014377 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:094378 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454379 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084380 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324381 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294382]
4383
4384[[package]]
4385name = "rustc_privacy"
4386version = "0.0.0"
4387dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574388 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204389 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094390 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164391 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574392 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454393 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084394 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324395 "rustc_span",
kadmin6a03f032020-11-22 09:37:374396 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094397 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:004398 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294399]
4400
4401[[package]]
Camille GILLOT4581d162021-01-19 19:40:164402name = "rustc_query_impl"
4403version = "0.0.0"
4404dependencies = [
Ryan Levick757f76e2021-10-07 13:08:444405 "measureme 10.0.0",
Camille GILLOT4581d162021-01-19 19:40:164406 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:014407 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:164408 "rustc_data_structures",
4409 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164410 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014411 "rustc_index",
4412 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:164413 "rustc_middle",
4414 "rustc_query_system",
4415 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014416 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164417 "rustc_span",
Camille GILLOT4581d162021-01-19 19:40:164418]
4419
4420[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224421name = "rustc_query_system"
4422version = "0.0.0"
4423dependencies = [
Caleb Cartwright63913182021-02-10 01:52:544424 "parking_lot",
Camille GILLOT8e873c32020-03-19 13:13:314425 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404426 "rustc_arena",
Camille GILLOTc355b2e2020-11-14 15:35:314427 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224428 "rustc_data_structures",
4429 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314430 "rustc_feature",
4431 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224432 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574433 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404434 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374435 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314436 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314437 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294438 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004439 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224440]
4441
4442[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294443name = "rustc_resolve"
4444version = "0.0.0"
4445dependencies = [
Alex Crichton093ede22019-08-15 00:45:094446 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404447 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264448 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564449 "rustc_ast_lowering",
Mazdak Farrokhzade2333312020-01-11 16:02:464450 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204451 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094452 "rustc_data_structures",
4453 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324454 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184455 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574456 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294457 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:094458 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454459 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504460 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564461 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324462 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294463 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004464 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294465]
4466
4467[[package]]
4468name = "rustc_save_analysis"
4469version = "0.0.0"
4470dependencies = [
Alex Crichton093ede22019-08-15 00:45:094471 "rls-data",
4472 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264473 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464474 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094475 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574476 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414477 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154478 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454479 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084480 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324481 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094482 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004483 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294484]
4485
4486[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404487name = "rustc_serialize"
4488version = "0.0.0"
4489dependencies = [
4490 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504491 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294492 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:404493]
4494
4495[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334496name = "rustc_session"
4497version = "0.0.0"
4498dependencies = [
Luca Barbieriac2b84f2020-04-10 20:42:194499 "getopts",
Mark Rousskovcc2c33a2019-11-29 21:05:284500 "num_cpus",
Vadim Petrochenkov6054a302020-02-29 17:16:264501 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334502 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334503 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284504 "rustc_feature",
4505 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034506 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524507 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574508 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404509 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324510 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284511 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004512 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324513]
4514
4515[[package]]
4516name = "rustc_span"
4517version = "0.0.0"
4518dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074519 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:244520 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404521 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324522 "rustc_data_structures",
4523 "rustc_index",
4524 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404525 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324526 "scoped-tls",
Arlo Siemsen3296d5c2020-10-13 15:41:064527 "sha-1 0.9.1",
4528 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004529 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324530 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334531]
4532
4533[[package]]
Mark Mansi2d75a332020-03-12 23:07:584534name = "rustc_symbol_mangling"
4535version = "0.0.0"
4536dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584537 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584538 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584539 "rustc_data_structures",
4540 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454541 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:544542 "rustc_query_system",
Mark Mansi2d75a332020-03-12 23:07:584543 "rustc_session",
4544 "rustc_span",
4545 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004546 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584547]
4548
4549[[package]]
Irina Popa38e96402017-12-08 19:18:214550name = "rustc_target"
4551version = "0.0.0"
4552dependencies = [
Alex Crichton093ede22019-08-15 00:45:094553 "bitflags",
Alex Crichton093ede22019-08-15 00:45:094554 "rustc_data_structures",
csmoe64f61c72019-09-26 05:38:334555 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524556 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404557 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324558 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004559 "tracing",
Irina Popa38e96402017-12-08 19:18:214560]
4561
4562[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064563name = "rustc_tools_util"
Igor Matuszewski31dc27d2019-06-08 20:15:224564version = "0.2.0"
Matthias Krügerc09d4e72019-01-05 14:40:104565
4566[[package]]
4567name = "rustc_tools_util"
Oliver Scherer2a789512019-05-26 17:21:544568version = "0.2.0"
Igor Matuszewski31dc27d2019-06-08 20:15:224569source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094570checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
Matthias Krüger10e7b762018-09-07 07:12:064571
4572[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404573name = "rustc_trait_selection"
4574version = "0.0.0"
4575dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404576 "rustc_ast",
4577 "rustc_attr",
4578 "rustc_data_structures",
4579 "rustc_errors",
4580 "rustc_hir",
4581 "rustc_index",
4582 "rustc_infer",
Charles Lew250d1262021-10-02 11:00:364583 "rustc_lint_defs",
Camille GILLOTc1e3d552020-02-11 18:53:404584 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454585 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404586 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544587 "rustc_query_system",
Camille GILLOTc1e3d552020-02-11 18:53:404588 "rustc_session",
4589 "rustc_span",
4590 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294591 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004592 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404593]
4594
4595[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544596name = "rustc_traits"
4597version = "0.0.0"
4598dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374599 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034600 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034601 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264602 "rustc_ast",
Jack Huey4b64bc12021-01-01 18:44:314603 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094604 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574605 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034606 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244607 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454608 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324609 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404610 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294611 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004612 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544613]
4614
4615[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374616name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304617version = "0.0.0"
4618dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304619 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294620 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304621 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244622 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454623 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084624 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304625 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324626 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404627 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004628 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304629]
4630
4631[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104632name = "rustc_type_ir"
4633version = "0.0.0"
4634dependencies = [
4635 "bitflags",
4636 "rustc_data_structures",
4637 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554638 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104639 "rustc_serialize",
4640]
4641
4642[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294643name = "rustc_typeck"
4644version = "0.0.0"
4645dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:404646 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264647 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204648 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094649 "rustc_data_structures",
4650 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574651 "rustc_hir",
Esteban Küber5daedea2020-07-09 02:39:264652 "rustc_hir_pretty",
csmoe64f61c72019-09-26 05:38:334653 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244654 "rustc_infer",
Mara Bos336f3142021-08-30 19:19:244655 "rustc_lint",
jumbatm93eaf152020-08-27 10:00:214656 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454657 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084658 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324659 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094660 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404661 "rustc_trait_selection",
lcnrb3629d22021-04-27 13:01:374662 "rustc_ty_utils",
Jubilee Younge8eb6912021-04-22 04:40:294663 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004664 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294665]
4666
4667[[package]]
Oliver Schneider847bb142018-05-11 12:11:064668name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004669version = "0.4.0"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4672dependencies = [
4673 "semver 1.0.3",
4674]
4675
4676[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294677name = "rustdoc"
4678version = "0.0.0"
4679dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354680 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464681 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284682 "expect-test",
Andreas Jonsonb8752ff2020-09-12 06:24:094683 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094684 "minifier",
Guillaume Gomezb5898a12021-12-24 11:21:044685 "pulldown-cmark 0.9.0",
Noah Lev7865a852021-10-29 01:19:014686 "rayon",
Guillaume Gomezf467b8d2020-10-13 13:46:344687 "regex",
Rune Tynan67b78a02021-01-25 21:23:434688 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454689 "serde",
4690 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294691 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094692 "tempfile",
Joshua Nelson65f0b252020-12-28 18:28:294693 "tracing",
4694 "tracing-subscriber",
4695 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584696]
4697
4698[[package]]
Rune Tynan67b78a02021-01-25 21:23:434699name = "rustdoc-json-types"
4700version = "0.1.0"
4701dependencies = [
4702 "serde",
Rune Tynanca48d152021-03-04 23:45:574703 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434704]
4705
4706[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534707name = "rustdoc-themes"
4708version = "0.1.0"
4709
4710[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584711name = "rustdoc-tool"
4712version = "0.0.0"
4713dependencies = [
Alex Crichton093ede22019-08-15 00:45:094714 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294715]
4716
4717[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154718name = "rustfix"
Mark Rousskov342d9562020-08-17 15:21:444719version = "0.5.1"
Eric Huss6da85d62020-01-14 17:47:044720source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444721checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
Eric Huss6da85d62020-01-14 17:47:044722dependencies = [
4723 "anyhow",
4724 "log",
4725 "serde",
4726 "serde_json",
4727]
4728
4729[[package]]
Eric Hussd371bb42021-06-12 19:11:504730name = "rustfix"
4731version = "0.6.0"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "6f0be05fc0675ef4f47119dc39cfc46636bb77d4fc4ef1bd851b9c3f7697f32a"
4734dependencies = [
4735 "anyhow",
4736 "log",
4737 "serde",
4738 "serde_json",
4739]
4740
4741[[package]]
topecongiro5a411a62019-06-18 12:15:194742name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114743version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194744dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154745 "proc-macro2",
4746 "quote",
Alex Crichton093ede22019-08-15 00:45:094747 "serde",
Aaron Hill70ba4912020-08-01 14:11:154748 "syn",
topecongiro5a411a62019-06-18 12:15:194749]
4750
4751[[package]]
Alex Crichton1cede102017-06-15 02:33:064752name = "rustfmt-nightly"
Caleb Cartwright0697f562021-10-20 05:15:204753version = "1.4.38"
kennytm0692b3d2017-12-15 19:41:584754dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354755 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394756 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094757 "bytecount",
Caleb Cartwright0697f562021-10-20 05:15:204758 "cargo_metadata 0.14.0",
Alex Crichton093ede22019-08-15 00:45:094759 "derive-new",
4760 "diff",
4761 "dirs",
Caleb Cartwright0697f562021-10-20 05:15:204762 "env_logger 0.8.4",
Alex Crichton093ede22019-08-15 00:45:094763 "getopts",
4764 "ignore",
Caleb Cartwright0697f562021-10-20 05:15:204765 "itertools 0.9.0",
Yuki Okushi1f0a39502020-05-26 04:00:424766 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094767 "log",
4768 "regex",
Alex Crichton093ede22019-08-15 00:45:094769 "rustc-workspace-hack",
4770 "rustfmt-config_proc_macro",
4771 "serde",
4772 "serde_json",
Eric Huss139477d2019-11-12 18:14:484773 "structopt",
Mark Rousskov342d9562020-08-17 15:21:444774 "term 0.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:394775 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354776 "toml",
Alex Crichton093ede22019-08-15 00:45:094777 "unicode-segmentation",
4778 "unicode-width",
4779 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274780]
4781
4782[[package]]
flip19950046d7c2021-02-25 10:26:234783name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554784version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234785source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554786checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234787
4788[[package]]
Alex Crichton2863b752018-08-21 17:23:474789name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444790version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474791source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444792checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474793
4794[[package]]
Josh Stone020c5ec2017-05-08 22:01:134795name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444796version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224797source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444798checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224799dependencies = [
Alex Crichton093ede22019-08-15 00:45:094800 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224801]
4802
4803[[package]]
4804name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444805version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224806source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444807checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224808dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424809 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314810 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224811]
4812
4813[[package]]
Alex Crichton453080f2017-06-05 16:36:484814name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524815version = "1.0.0"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094817checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524818
4819[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124820name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444821version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254822source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444823checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254824
4825[[package]]
Eric Huss74498c12020-12-16 17:03:334826name = "security-framework"
4827version = "2.0.0"
4828source = "registry+https://github.com/rust-lang/crates.io-index"
4829checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4830dependencies = [
4831 "bitflags",
4832 "core-foundation",
4833 "core-foundation-sys",
4834 "libc",
4835 "security-framework-sys",
4836]
4837
4838[[package]]
4839name = "security-framework-sys"
4840version = "2.0.0"
4841source = "registry+https://github.com/rust-lang/crates.io-index"
4842checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4843dependencies = [
4844 "core-foundation-sys",
4845 "libc",
4846]
4847
4848[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584849name = "semver"
Eduardo Brotoca11eeb2020-10-23 21:47:584850version = "0.11.0"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
4853dependencies = [
Caleb Cartwright0697f562021-10-20 05:15:204854 "semver-parser",
Eric Hussa0431e22020-05-26 00:56:324855 "serde",
4856]
4857
4858[[package]]
Eric Huss78529352021-06-02 03:38:394859name = "semver"
David Tolnay1aba1712021-06-04 04:12:254860version = "1.0.3"
Eric Huss78529352021-06-02 03:38:394861source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnay1aba1712021-06-04 04:12:254862checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
Eric Huss78529352021-06-02 03:38:394863dependencies = [
4864 "serde",
4865]
4866
4867[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584868name = "semver-parser"
Vadim Petrochenkova4cc3ca2021-02-21 13:32:384869version = "0.10.2"
Eduardo Brotoca11eeb2020-10-23 21:47:584870source = "registry+https://github.com/rust-lang/crates.io-index"
Vadim Petrochenkova4cc3ca2021-02-21 13:32:384871checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
Eduardo Brotoca11eeb2020-10-23 21:47:584872dependencies = [
4873 "pest",
4874]
4875
4876[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584877name = "serde"
Eric Hussea194b82021-03-26 19:29:084878version = "1.0.125"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584879source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:084880checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
Eric Huss57393642018-12-17 18:23:044881dependencies = [
Alex Crichton093ede22019-08-15 00:45:094882 "serde_derive",
Eric Huss57393642018-12-17 18:23:044883]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584884
4885[[package]]
4886name = "serde_derive"
Eric Hussea194b82021-03-26 19:29:084887version = "1.0.125"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584888source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:084889checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584890dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154891 "proc-macro2",
4892 "quote",
4893 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584894]
4895
4896[[package]]
flip199596c3ec12019-08-20 07:32:534897name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444898version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534899source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444900checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534901dependencies = [
4902 "serde",
4903]
4904
4905[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584906name = "serde_json"
Eduardo Brotoca11eeb2020-10-23 21:47:584907version = "1.0.59"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584908source = "registry+https://github.com/rust-lang/crates.io-index"
Eduardo Brotoca11eeb2020-10-23 21:47:584909checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584910dependencies = [
Rune Tynan77156562021-01-16 01:34:154911 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094912 "itoa",
4913 "ryu",
4914 "serde",
Steve Klabnik2795de32017-02-20 00:20:574915]
4916
4917[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114918name = "serde_repr"
Mark Rousskov342d9562020-08-17 15:21:444919version = "0.1.6"
Igor Matuszewskic2249a42019-09-08 08:28:114920source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444921checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
Igor Matuszewskic2249a42019-09-08 08:28:114922dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154923 "proc-macro2",
4924 "quote",
4925 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:114926]
4927
4928[[package]]
James Munnsde763692019-01-19 02:39:374929name = "sha-1"
Arlo Siemsenf86b0782020-03-31 05:17:154930version = "0.8.2"
James Munnsde763692019-01-19 02:39:374931source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:154932checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
James Munnsde763692019-01-19 02:39:374933dependencies = [
Pietro Albiniacd8e592020-10-01 15:15:124934 "block-buffer 0.7.3",
4935 "digest 0.8.1",
Alex Crichton093ede22019-08-15 00:45:094936 "fake-simd",
Pietro Albiniacd8e592020-10-01 15:15:124937 "opaque-debug 0.2.3",
4938]
4939
4940[[package]]
Arlo Siemsen3296d5c2020-10-13 15:41:064941name = "sha-1"
4942version = "0.9.1"
4943source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "170a36ea86c864a3f16dd2687712dd6646f7019f301e57537c7f4dc9f5916770"
4945dependencies = [
4946 "block-buffer 0.9.0",
4947 "cfg-if 0.1.10",
4948 "cpuid-bool",
4949 "digest 0.9.0",
4950 "opaque-debug 0.3.0",
4951]
4952
4953[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124954name = "sha2"
4955version = "0.9.1"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
4958dependencies = [
4959 "block-buffer 0.9.0",
Aaron Hill44fdfd62020-10-11 17:51:074960 "cfg-if 0.1.10",
Pietro Albiniacd8e592020-10-01 15:15:124961 "cpuid-bool",
4962 "digest 0.9.0",
4963 "opaque-debug 0.3.0",
James Munnsde763692019-01-19 02:39:374964]
4965
4966[[package]]
Oliver Schererec7230f2020-07-24 18:42:004967name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004968version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004969source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004970checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004971dependencies = [
4972 "lazy_static",
4973]
4974
4975[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584976name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444977version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584978source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444979checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584980
4981[[package]]
steveklabnik54371882018-01-25 17:32:254982name = "shlex"
Eric Huss788167a2021-02-23 01:05:214983version = "1.0.0"
4984source = "registry+https://github.com/rust-lang/crates.io-index"
4985checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4986
4987[[package]]
Mark Rousskov342d9562020-08-17 15:21:444988name = "signal-hook-registry"
klensyd480a3e2021-03-12 13:33:024989version = "1.2.2"
Matthias Krüger696fb8f2019-01-21 15:32:434990source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024991checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
Matthias Krüger696fb8f2019-01-21 15:32:434992dependencies = [
Alex Crichton093ede22019-08-15 00:45:094993 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:434994]
4995
4996[[package]]
steveklabnikecfbaca2018-04-03 14:32:044997name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154998version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044999source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155000checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:045001
5002[[package]]
Eric Hussd5e03532019-05-23 20:27:495003name = "sized-chunks"
klensyd480a3e2021-03-12 13:33:025004version = "0.6.4"
Eric Hussd5e03532019-05-23 20:27:495005source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:025006checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
Eric Hussd5e03532019-05-23 20:27:495007dependencies = [
Eric Huss2b985322019-11-25 16:14:075008 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:095009 "typenum",
Eric Hussd5e03532019-05-23 20:27:495010]
5011
5012[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435013name = "slab"
5014version = "0.4.2"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095016checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:435017
5018[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:015019name = "smallvec"
Ralf Junge5d01782021-10-04 22:13:005020version = "1.7.0"
Ralf Jung90b8d342019-11-04 14:59:095021source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge5d01782021-10-04 22:13:005022checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
Ralf Jung90b8d342019-11-04 14:59:095023
5024[[package]]
Josh Triplett574f6be2020-08-20 23:16:305025name = "snap"
5026version = "1.0.1"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
5029
5030[[package]]
Mark Simulacrum38b46882017-06-26 16:26:155031name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:185032version = "0.4.1"
klensy50c38902021-05-01 11:50:035033source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:185034checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:035035dependencies = [
5036 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315037 "winapi",
klensy50c38902021-05-01 11:50:035038]
5039
5040[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455041name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445042version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455043source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445044checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455045
5046[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245047name = "stacker"
Mateusz Mikułaf58289c2021-08-18 20:36:355048version = "0.1.14"
Oliver Scherer26edcee2018-11-02 15:14:245049source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf58289c2021-08-18 20:36:355050checksum = "90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4"
Oliver Scherer26edcee2018-11-02 15:14:245051dependencies = [
5052 "cc",
Mateusz Mikułaf58289c2021-08-18 20:36:355053 "cfg-if 1.0.0",
Oliver Scherer26edcee2018-11-02 15:14:245054 "libc",
5055 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315056 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:245057]
5058
5059[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295060name = "std"
5061version = "0.0.0"
5062dependencies = [
Alex Crichton06d565c2020-05-13 21:22:375063 "addr2line",
Alex Crichton093ede22019-08-15 00:45:095064 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:075065 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:095066 "compiler_builtins",
5067 "core",
5068 "dlmalloc",
5069 "fortanix-sgx-abi",
Josh Stoneae9713a2021-06-29 18:38:165070 "hashbrown",
Stefan Lankes5ebd4d92019-10-20 07:55:105071 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:095072 "libc",
Alex Crichton06d565c2020-05-13 21:22:375073 "miniz_oxide",
David Wood2dc1a8a2021-12-03 14:24:055074 "object 0.26.2",
Alex Crichton093ede22019-08-15 00:45:095075 "panic_abort",
5076 "panic_unwind",
5077 "profiler_builtins",
Aaron Hill2550d5b2021-03-07 23:39:195078 "rand 0.7.3",
Alex Crichton06d565c2020-05-13 21:22:375079 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:465080 "std_detect",
Alex Crichton093ede22019-08-15 00:45:095081 "unwind",
Alex Crichtonaabf4e92020-01-08 15:33:575082 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:295083]
5084
5085[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:465086name = "std_detect"
5087version = "0.1.5"
5088dependencies = [
5089 "cfg-if 0.1.10",
5090 "compiler_builtins",
5091 "libc",
5092 "rustc-std-workspace-alloc",
5093 "rustc-std-workspace-core",
5094]
5095
5096[[package]]
steveklabnikecfbaca2018-04-03 14:32:045097name = "string_cache"
Aaron Hill70ba4912020-08-01 14:11:155098version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:045099source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155100checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
steveklabnikecfbaca2018-04-03 14:32:045101dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425102 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095103 "new_debug_unreachable",
5104 "phf_shared",
5105 "precomputed-hash",
5106 "serde",
steveklabnikecfbaca2018-04-03 14:32:045107]
5108
5109[[package]]
5110name = "string_cache_codegen"
Aaron Hill70ba4912020-08-01 14:11:155111version = "0.5.1"
steveklabnikecfbaca2018-04-03 14:32:045112source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155113checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
steveklabnikecfbaca2018-04-03 14:32:045114dependencies = [
Alex Crichton093ede22019-08-15 00:45:095115 "phf_generator",
5116 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:155117 "proc-macro2",
5118 "quote",
steveklabnikecfbaca2018-04-03 14:32:045119]
5120
5121[[package]]
Eric Hussd5e03532019-05-23 20:27:495122name = "strip-ansi-escapes"
5123version = "0.1.0"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095125checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:495126dependencies = [
Alex Crichton093ede22019-08-15 00:45:095127 "vte",
Eric Hussd5e03532019-05-23 20:27:495128]
5129
5130[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585131name = "strsim"
Igor Matuszewskic2249a42019-09-08 08:28:115132version = "0.8.0"
Steve Klabnika0769612017-02-07 23:13:575133source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:115134checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
Steve Klabnika0769612017-02-07 23:13:575135
5136[[package]]
topecongiro5a411a62019-06-18 12:15:195137name = "structopt"
David Wood2dc1a8a2021-12-03 14:24:055138version = "0.3.25"
Igor Matuszewskic2249a42019-09-08 08:28:115139source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055140checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"
Igor Matuszewskic2249a42019-09-08 08:28:115141dependencies = [
5142 "clap",
Mark Rousskov342d9562020-08-17 15:21:445143 "lazy_static",
Eric Huss139477d2019-11-12 18:14:485144 "structopt-derive",
Igor Matuszewskic2249a42019-09-08 08:28:115145]
5146
5147[[package]]
5148name = "structopt-derive"
David Wood2dc1a8a2021-12-03 14:24:055149version = "0.4.18"
Igor Matuszewskic2249a42019-09-08 08:28:115150source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055151checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
Igor Matuszewskic2249a42019-09-08 08:28:115152dependencies = [
5153 "heck",
5154 "proc-macro-error",
Aaron Hill70ba4912020-08-01 14:11:155155 "proc-macro2",
5156 "quote",
5157 "syn",
topecongiro5a411a62019-06-18 12:15:195158]
5159
5160[[package]]
Matt Ickstadt0ab516f2018-04-21 21:06:135161name = "strum"
Aaron Hill70ba4912020-08-01 14:11:155162version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135163source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155164checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
Matt Ickstadt0ab516f2018-04-21 21:06:135165
5166[[package]]
5167name = "strum_macros"
Aaron Hill70ba4912020-08-01 14:11:155168version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135169source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155170checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
Matt Ickstadt0ab516f2018-04-21 21:06:135171dependencies = [
Alex Crichton093ede22019-08-15 00:45:095172 "heck",
Aaron Hill70ba4912020-08-01 14:11:155173 "proc-macro2",
5174 "quote",
5175 "syn",
Alex Crichtone9d89832018-04-02 15:43:555176]
5177
5178[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115179name = "syn"
est31ef018be2021-10-16 02:37:305180version = "1.0.80"
Igor Matuszewskic2249a42019-09-08 08:28:115181source = "registry+https://github.com/rust-lang/crates.io-index"
est31ef018be2021-10-16 02:37:305182checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
Igor Matuszewskic2249a42019-09-08 08:28:115183dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155184 "proc-macro2",
5185 "quote",
5186 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:115187]
5188
5189[[package]]
Alex Crichton325d7392017-12-10 17:42:495190name = "synstructure"
pierwillea25b772021-12-21 17:00:305191version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:235192source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305193checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:235194dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155195 "proc-macro2",
5196 "quote",
5197 "syn",
5198 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:235199]
5200
5201[[package]]
Josh Stone020c5ec2017-05-08 22:01:135202name = "tar"
klensy92e30f62021-08-27 14:38:535203version = "0.4.37"
Josh Stone020c5ec2017-05-08 22:01:135204source = "registry+https://github.com/rust-lang/crates.io-index"
klensy92e30f62021-08-27 14:38:535205checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c"
Josh Stone020c5ec2017-05-08 22:01:135206dependencies = [
Alex Crichton093ede22019-08-15 00:45:095207 "filetime",
5208 "libc",
Alex Crichton093ede22019-08-15 00:45:095209 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135210]
5211
5212[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555213name = "tempfile"
Jubilee Young27ef7192021-04-23 22:49:475214version = "3.2.0"
Aleksey Kladov850156a2018-03-29 07:34:555215source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:475216checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
Aleksey Kladov850156a2018-03-29 07:34:555217dependencies = [
Jubilee Young27ef7192021-04-23 22:49:475218 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:095219 "libc",
Chase Wilson09f15422021-08-29 15:55:295220 "rand 0.8.4",
klensydcdc3082021-05-11 19:03:595221 "redox_syscall",
Alex Crichton093ede22019-08-15 00:45:095222 "remove_dir_all",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315223 "winapi",
Aleksey Kladov850156a2018-03-29 07:34:555224]
5225
5226[[package]]
steveklabnikecfbaca2018-04-03 14:32:045227name = "tendril"
Mark Rousskov342d9562020-08-17 15:21:445228version = "0.4.1"
steveklabnikecfbaca2018-04-03 14:32:045229source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445230checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
steveklabnikecfbaca2018-04-03 14:32:045231dependencies = [
Alex Crichton093ede22019-08-15 00:45:095232 "futf",
5233 "mac",
5234 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045235]
5236
5237[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295238name = "term"
Mark Rousskov342d9562020-08-17 15:21:445239version = "0.6.1"
Igor Matuszewskid2d192e2019-07-30 11:00:275240source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445241checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
Igor Matuszewskid2d192e2019-07-30 11:00:275242dependencies = [
Alex Crichton093ede22019-08-15 00:45:095243 "dirs",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315244 "winapi",
Igor Matuszewskid2d192e2019-07-30 11:00:275245]
5246
5247[[package]]
flip19950046d7c2021-02-25 10:26:235248name = "term"
5249version = "0.7.0"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5252dependencies = [
5253 "dirs-next",
5254 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315255 "winapi",
flip19950046d7c2021-02-25 10:26:235256]
5257
5258[[package]]
Alex Crichton1cede102017-06-15 02:33:065259name = "termcolor"
Eric Hussfaa64612021-06-22 23:19:245260version = "1.1.2"
Alex Crichtonfa5b3d32018-07-26 00:25:125261source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussfaa64612021-06-22 23:19:245262checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
Alex Crichtonfa5b3d32018-07-26 00:25:125263dependencies = [
Eric Huss89d79062020-07-29 18:02:055264 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125265]
5266
5267[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485268name = "termize"
5269version = "0.1.1"
5270source = "registry+https://github.com/rust-lang/crates.io-index"
5271checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5272dependencies = [
5273 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315274 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485275]
5276
5277[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295278name = "test"
5279version = "0.0.0"
5280dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:075281 "cfg-if 0.1.10",
Alex Crichtonb47c9692019-08-16 15:29:085282 "core",
Alex Crichton093ede22019-08-15 00:45:095283 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085284 "libc",
5285 "panic_abort",
5286 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:095287 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:085288 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295289]
5290
5291[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185292name = "tester"
flip19950046d7c2021-02-25 10:26:235293version = "0.9.0"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5296dependencies = [
5297 "cfg-if 1.0.0",
5298 "getopts",
5299 "libc",
5300 "num_cpus",
5301 "term 0.7.0",
5302]
5303
5304[[package]]
steveklabnik4871dba2017-06-27 17:33:325305name = "textwrap"
Igor Matuszewskic2249a42019-09-08 08:28:115306version = "0.11.0"
steveklabnik4871dba2017-06-27 17:33:325307source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:115308checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
steveklabnik4871dba2017-06-27 17:33:325309dependencies = [
Alex Crichton093ede22019-08-15 00:45:095310 "unicode-width",
steveklabnik4871dba2017-06-27 17:33:325311]
5312
5313[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305314name = "thiserror"
David Wood2dc1a8a2021-12-03 14:24:055315version = "1.0.30"
Pietro Albini9beb8f52019-11-26 11:06:305316source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055317checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
Pietro Albini9beb8f52019-11-26 11:06:305318dependencies = [
5319 "thiserror-impl",
5320]
5321
5322[[package]]
5323name = "thiserror-impl"
David Wood2dc1a8a2021-12-03 14:24:055324version = "1.0.30"
Pietro Albini9beb8f52019-11-26 11:06:305325source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055326checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
Pietro Albini9beb8f52019-11-26 11:06:305327dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155328 "proc-macro2",
5329 "quote",
5330 "syn",
Pietro Albini9beb8f52019-11-26 11:06:305331]
5332
5333[[package]]
David Wood2dc1a8a2021-12-03 14:24:055334name = "thorin-dwp"
5335version = "0.1.1"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "039d1fc0bfdb73910c2702893515580e38c192f47a987bc98ddd38a36f2d953a"
5338dependencies = [
5339 "gimli 0.26.1",
5340 "indexmap",
5341 "object 0.27.1",
5342 "tracing",
5343]
5344
5345[[package]]
Steve Klabnika0769612017-02-07 23:13:575346name = "thread_local"
Igor Matuszewski8fc4bba2020-02-12 14:47:315347version = "1.0.1"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
5350dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425351 "lazy_static",
Igor Matuszewski8fc4bba2020-02-12 14:47:315352]
5353
5354[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295355name = "tidy"
5356version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565357dependencies = [
klensyf6146082021-07-04 16:58:045358 "cargo_metadata 0.12.0",
Jubilee Young1f5e1c52021-04-23 23:09:405359 "crossbeam-utils 0.8.3",
Yuki Okushi1f0a39502020-05-26 04:00:425360 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095361 "regex",
Alex Crichton093ede22019-08-15 00:45:095362 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565363]
Ahmed Charles9ca382f2016-09-02 08:55:295364
5365[[package]]
Eric Hussce717472020-08-11 23:49:395366name = "tier-check"
5367version = "0.1.0"
5368
5369[[package]]
Gus Wynn39657732021-04-04 21:07:565370name = "tikv-jemalloc-sys"
5371version = "0.4.1+5.2.1-patched"
5372source = "registry+https://github.com/rust-lang/crates.io-index"
5373checksum = "8a26331b05179d4cb505c8d6814a7e18d298972f0a551b0e3cefccff927f86d3"
5374dependencies = [
5375 "cc",
5376 "fs_extra",
5377 "libc",
5378]
5379
5380[[package]]
5381name = "tikv-jemallocator"
5382version = "0.4.1"
5383source = "registry+https://github.com/rust-lang/crates.io-index"
5384checksum = "3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf"
5385dependencies = [
5386 "libc",
5387 "tikv-jemalloc-sys",
5388]
5389
5390[[package]]
Alex Crichton15899b02018-01-25 04:01:425391name = "time"
Mark Rousskov342d9562020-08-17 15:21:445392version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425393source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445394checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425395dependencies = [
Alex Crichton093ede22019-08-15 00:45:095396 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315397 "winapi",
Alex Crichton15899b02018-01-25 04:01:425398]
5399
5400[[package]]
Mark Rousskov342d9562020-08-17 15:21:445401name = "tinyvec"
Jubilee Young8f5ea802020-08-17 23:07:095402version = "0.3.4"
Mark Rousskov342d9562020-08-17 15:21:445403source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young8f5ea802020-08-17 23:07:095404checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
Mark Rousskov342d9562020-08-17 15:21:445405
5406[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435407name = "tokio"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315408version = "1.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:435409source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315410checksum = "c2602b8af3767c285202012822834005f596c811042315fa7e9f5b12b2a43207"
Matthias Krüger696fb8f2019-01-21 15:32:435411dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315412 "autocfg",
Alex Crichton093ede22019-08-15 00:45:095413 "bytes",
Alex Crichton093ede22019-08-15 00:45:095414 "libc",
Caleb Cartwright63913182021-02-10 01:52:545415 "memchr",
Alex Crichton093ede22019-08-15 00:45:095416 "mio",
Caleb Cartwright63913182021-02-10 01:52:545417 "num_cpus",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315418 "once_cell",
5419 "pin-project-lite",
Mark Rousskov342d9562020-08-17 15:21:445420 "signal-hook-registry",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315421 "winapi",
Matthias Krüger696fb8f2019-01-21 15:32:435422]
5423
5424[[package]]
Igor Matuszewskiaf53b0d2021-07-21 13:17:315425name = "tokio-stream"
5426version = "0.1.7"
Mateusz Mikuła2d8d8132019-12-04 17:40:165427source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315428checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
Mateusz Mikuła2d8d8132019-12-04 17:40:165429dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315430 "futures-core",
5431 "pin-project-lite",
5432 "tokio",
Mateusz Mikuła2d8d8132019-12-04 17:40:165433]
5434
5435[[package]]
Caleb Cartwright63913182021-02-10 01:52:545436name = "tokio-util"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315437version = "0.6.7"
Matthias Krüger696fb8f2019-01-21 15:32:435438source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315439checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
Matthias Krüger696fb8f2019-01-21 15:32:435440dependencies = [
Alex Crichton093ede22019-08-15 00:45:095441 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545442 "futures-core",
5443 "futures-sink",
Alex Crichton093ede22019-08-15 00:45:095444 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315445 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:545446 "tokio",
Matthias Krüger696fb8f2019-01-21 15:32:435447]
5448
5449[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295450name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475451version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135452source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475453checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135454dependencies = [
Alex Crichton093ede22019-08-15 00:45:095455 "serde",
Eric Hussd2228ca2019-03-29 03:13:135456]
5457
5458[[package]]
Eric Hussa882fdd2021-12-03 20:25:075459name = "topological-sort"
5460version = "0.1.0"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5463
5464[[package]]
Caleb Cartwright63913182021-02-10 01:52:545465name = "tower-service"
5466version = "0.3.1"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
5469
5470[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095471name = "tracing"
David Wood2dc1a8a2021-12-03 14:24:055472version = "0.1.29"
Jack Hueyecb8b9f2020-05-27 05:05:095473source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055474checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
Jack Hueyecb8b9f2020-05-27 05:05:095475dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:005476 "cfg-if 1.0.0",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315477 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095478 "tracing-attributes",
5479 "tracing-core",
5480]
5481
5482[[package]]
5483name = "tracing-attributes"
David Wood2dc1a8a2021-12-03 14:24:055484version = "0.1.18"
Jack Hueyecb8b9f2020-05-27 05:05:095485source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055486checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
Jack Hueyecb8b9f2020-05-27 05:05:095487dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155488 "proc-macro2",
5489 "quote",
5490 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095491]
5492
5493[[package]]
5494name = "tracing-core"
Oli Scherer69274aa2021-10-02 08:22:035495version = "0.1.21"
Jack Hueyecb8b9f2020-05-27 05:05:095496source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer69274aa2021-10-02 08:22:035497checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
Jack Hueyecb8b9f2020-05-27 05:05:095498dependencies = [
5499 "lazy_static",
5500]
5501
5502[[package]]
Jack Hueyd66452c2020-08-04 22:35:375503name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:005504version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375505source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005506checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:375507dependencies = [
5508 "lazy_static",
5509 "log",
5510 "tracing-core",
5511]
5512
5513[[package]]
Oliver Schererec7230f2020-07-24 18:42:005514name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:305515version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:005516source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305517checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:005518dependencies = [
5519 "ansi_term 0.12.1",
Oliver Schererec7230f2020-07-24 18:42:005520 "lazy_static",
5521 "matchers",
Caleb Cartwright63913182021-02-10 01:52:545522 "parking_lot",
Oliver Schererec7230f2020-07-24 18:42:005523 "regex",
Oliver Schererec7230f2020-07-24 18:42:005524 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295525 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445526 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595527 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005528 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375529 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375530]
5531
5532[[package]]
5533name = "tracing-tree"
pierwillea25b772021-12-21 17:00:305534version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:375535source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305536checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:375537dependencies = [
5538 "ansi_term 0.12.1",
5539 "atty",
pierwillea25b772021-12-21 17:00:305540 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005541 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375542 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005543]
5544
5545[[package]]
Eric Huss8c20add2018-12-03 01:33:205546name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575547version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205548source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575549checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205550
5551[[package]]
Mark Rousskov064f8882020-01-13 21:40:195552name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445553version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195554source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445555checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195556dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425557 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195558 "regex",
5559]
5560
5561[[package]]
James Munnsde763692019-01-19 02:39:375562name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445563version = "0.1.3"
James Munnsde763692019-01-19 02:39:375564source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445565checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375566
5567[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235568name = "unic-char-property"
5569version = "0.9.0"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5572dependencies = [
5573 "unic-char-range",
5574]
5575
5576[[package]]
5577name = "unic-char-range"
5578version = "0.9.0"
5579source = "registry+https://github.com/rust-lang/crates.io-index"
5580checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5581
5582[[package]]
5583name = "unic-common"
5584version = "0.9.0"
5585source = "registry+https://github.com/rust-lang/crates.io-index"
5586checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5587
5588[[package]]
5589name = "unic-emoji-char"
5590version = "0.9.0"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5593dependencies = [
5594 "unic-char-property",
5595 "unic-char-range",
5596 "unic-ucd-version",
5597]
5598
5599[[package]]
5600name = "unic-ucd-version"
5601version = "0.9.0"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5604dependencies = [
5605 "unic-common",
5606]
5607
5608[[package]]
Andy Russell30301642019-04-20 17:03:595609name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405610version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595611source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405612checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595613dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405614 "version_check",
Andy Russell30301642019-04-20 17:03:595615]
5616
5617[[package]]
Mark Rousskov064f8882020-01-13 21:40:195618name = "unicode-bdd"
5619version = "0.1.0"
5620dependencies = [
5621 "ucd-parse",
5622]
5623
5624[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585625name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325626version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585627source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095628checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585629dependencies = [
Alex Crichton093ede22019-08-15 00:45:095630 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585631]
5632
5633[[package]]
5634name = "unicode-normalization"
Mark Rousskov342d9562020-08-17 15:21:445635version = "0.1.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585636source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445637checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
Charles Lew0bcddfe2019-11-23 14:33:405638dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445639 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405640]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585641
5642[[package]]
Charles Lew485e98a2020-01-02 12:02:225643name = "unicode-script"
flip199544cea512021-07-01 16:18:025644version = "0.5.3"
Charles Lew485e98a2020-01-02 12:02:225645source = "registry+https://github.com/rust-lang/crates.io-index"
flip199544cea512021-07-01 16:18:025646checksum = "098ec66172ce21cd55f8bcc786ee209dd20e04eff70acfca30cb79924d173ae9"
Charles Lew485e98a2020-01-02 12:02:225647
5648[[package]]
5649name = "unicode-security"
Charles Lew25e864e2020-06-23 11:45:135650version = "0.0.5"
Charles Lew485e98a2020-01-02 12:02:225651source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew25e864e2020-06-23 11:45:135652checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
Charles Lew485e98a2020-01-02 12:02:225653dependencies = [
Charles Lewc05961c2020-04-25 01:38:315654 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225655 "unicode-script",
5656]
5657
5658[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585659name = "unicode-segmentation"
Eric Huss139477d2019-11-12 18:14:485660version = "1.6.0"
Steve Klabnika0769612017-02-07 23:13:575661source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:485662checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
Steve Klabnika0769612017-02-07 23:13:575663
5664[[package]]
5665name = "unicode-width"
Mark Rousskov342d9562020-08-17 15:21:445666version = "0.1.8"
Steve Klabnika0769612017-02-07 23:13:575667source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445668checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
Alex Crichtonb47c9692019-08-16 15:29:085669dependencies = [
5670 "compiler_builtins",
5671 "rustc-std-workspace-core",
5672 "rustc-std-workspace-std",
5673]
Steve Klabnika0769612017-02-07 23:13:575674
5675[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585676name = "unicode-xid"
ibraheemdevde27d682021-07-27 00:55:315677version = "0.2.2"
Aleksey Kladova0c186c2019-07-21 11:50:395678source = "registry+https://github.com/rust-lang/crates.io-index"
ibraheemdevde27d682021-07-27 00:55:315679checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
Aleksey Kladova0c186c2019-07-21 11:50:395680
5681[[package]]
flip19954c228cc2019-02-18 09:32:585682name = "unicode_categories"
5683version = "0.1.1"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095685checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585686
5687[[package]]
Michael Howellb29d9d52021-02-24 06:42:425688name = "unified-diff"
5689version = "0.2.1"
5690source = "registry+https://github.com/rust-lang/crates.io-index"
5691checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5692dependencies = [
5693 "diff",
5694]
5695
5696[[package]]
flip19958d5f69d2021-10-21 11:13:175697name = "unindent"
5698version = "0.1.7"
5699source = "registry+https://github.com/rust-lang/crates.io-index"
5700checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
5701
5702[[package]]
est31c2d59062017-06-12 19:35:475703name = "unstable-book-gen"
5704version = "0.1.0"
5705dependencies = [
Alex Crichton093ede22019-08-15 00:45:095706 "num-traits",
5707 "tidy",
est31c2d59062017-06-12 19:35:475708]
5709
5710[[package]]
Nick Cameron71a0be02017-09-25 04:13:295711name = "unwind"
5712version = "0.0.0"
5713dependencies = [
Alex Crichton093ede22019-08-15 00:45:095714 "cc",
Aaron Hill44fdfd62020-10-11 17:51:075715 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:095716 "compiler_builtins",
5717 "core",
5718 "libc",
Nick Cameron71a0be02017-09-25 04:13:295719]
5720
5721[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585722name = "url"
Alex Crichtonb4110902018-12-08 11:06:545723version = "1.7.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585724source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095725checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585726dependencies = [
Alex Crichton093ede22019-08-15 00:45:095727 "idna 0.1.5",
5728 "matches",
5729 "percent-encoding 1.0.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585730]
5731
5732[[package]]
Eric Hussf2428a62019-08-01 00:44:395733name = "url"
Eric Hussf3287a62021-05-12 00:39:515734version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395735source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515736checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395737dependencies = [
Eric Hussf3287a62021-05-12 00:39:515738 "form_urlencoded",
Alex Crichton093ede22019-08-15 00:45:095739 "idna 0.2.0",
5740 "matches",
Eric Huss139477d2019-11-12 18:14:485741 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:095742 "serde",
Eric Hussf2428a62019-08-01 00:44:395743]
5744
5745[[package]]
steveklabnikecfbaca2018-04-03 14:32:045746name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445747version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045748source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445749checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045750
5751[[package]]
Eric Hussd5e03532019-05-23 20:27:495752name = "utf8parse"
5753version = "0.1.1"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095755checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495756
5757[[package]]
Alex Crichton1cede102017-06-15 02:33:065758name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445759version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065760source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445761checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065762
5763[[package]]
Steve Klabnika0769612017-02-07 23:13:575764name = "vec_map"
Mark Rousskov342d9562020-08-17 15:21:445765version = "0.8.2"
Steve Klabnika0769612017-02-07 23:13:575766source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445767checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
Steve Klabnika0769612017-02-07 23:13:575768
5769[[package]]
Ralf Jung8d908b52018-09-17 07:20:035770name = "vergen"
Ralf Jungbf11b122021-04-06 11:20:485771version = "5.1.0"
Ralf Jung8d908b52018-09-17 07:20:035772source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungbf11b122021-04-06 11:20:485773checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183"
Ralf Jung8d908b52018-09-17 07:20:035774dependencies = [
Ralf Jungbf11b122021-04-06 11:20:485775 "anyhow",
Alex Crichton093ede22019-08-15 00:45:095776 "chrono",
Ralf Jungbf11b122021-04-06 11:20:485777 "enum-iterator",
5778 "getset",
5779 "git2",
5780 "rustversion",
5781 "thiserror",
Ralf Jung8d908b52018-09-17 07:20:035782]
5783
5784[[package]]
Alex Crichtonb4110902018-12-08 11:06:545785name = "version_check"
klensydcdc3082021-05-11 19:03:595786version = "0.9.3"
Eric Huss2b985322019-11-25 16:14:075787source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:595788checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
Eric Huss2b985322019-11-25 16:14:075789
5790[[package]]
Eric Hussd5e03532019-05-23 20:27:495791name = "vte"
5792version = "0.3.3"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095794checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495795dependencies = [
Alex Crichton093ede22019-08-15 00:45:095796 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495797]
5798
5799[[package]]
Josh Stone020c5ec2017-05-08 22:01:135800name = "walkdir"
Mark Rousskov342d9562020-08-17 15:21:445801version = "2.3.1"
Alex Crichton80d6ed22018-01-08 21:56:225802source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445803checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
Alex Crichton80d6ed22018-01-08 21:56:225804dependencies = [
Alex Crichton093ede22019-08-15 00:45:095805 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315806 "winapi",
Alex Crichton093ede22019-08-15 00:45:095807 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225808]
5809
5810[[package]]
newpavlov6374b842019-08-29 17:13:155811name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255812version = "0.9.0+wasi-snapshot-preview1"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
newpavlov6374b842019-08-29 17:13:155815dependencies = [
5816 "compiler_builtins",
5817 "rustc-std-workspace-alloc",
5818 "rustc-std-workspace-core",
5819]
5820
5821[[package]]
Steve Klabnika0769612017-02-07 23:13:575822name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445823version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225824source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445825checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225826dependencies = [
Alex Crichton093ede22019-08-15 00:45:095827 "winapi-i686-pc-windows-gnu",
5828 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225829]
5830
5831[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225832name = "winapi-i686-pc-windows-gnu"
5833version = "0.4.0"
5834source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095835checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225836
5837[[package]]
Alex Crichton2863b752018-08-21 17:23:475838name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055839version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475840source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055841checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475842dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315843 "winapi",
Alex Crichton2863b752018-08-21 17:23:475844]
5845
5846[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225847name = "winapi-x86_64-pc-windows-gnu"
5848version = "0.4.0"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095850checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225851
5852[[package]]
Josh Stone020c5ec2017-05-08 22:01:135853name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225854version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135855source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095856checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135857dependencies = [
Alex Crichton093ede22019-08-15 00:45:095858 "libc",
Josh Stone020c5ec2017-05-08 22:01:135859]
5860
5861[[package]]
Aaron Hill70ba4912020-08-01 14:11:155862name = "xml5ever"
5863version = "0.16.1"
5864source = "registry+https://github.com/rust-lang/crates.io-index"
5865checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
5866dependencies = [
5867 "log",
5868 "mac",
5869 "markup5ever",
5870 "time",
5871]
5872
5873[[package]]
Josh Stone020c5ec2017-05-08 22:01:135874name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445875version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135876source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445877checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135878dependencies = [
Alex Crichton093ede22019-08-15 00:45:095879 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135880]
5881
5882[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305883name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445884version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305885source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445886checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305887dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425888 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305889 "thiserror",
Mark Rousskov342d9562020-08-17 15:21:445890 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:305891]
5892
5893[[package]]
Josh Stone020c5ec2017-05-08 22:01:135894name = "yaml-rust"
5895version = "0.3.5"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095897checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
Pietro Albini9beb8f52019-11-26 11:06:305898
5899[[package]]
5900name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445901version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305902source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445903checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305904dependencies = [
5905 "linked-hash-map",
5906]
Igor Matuszewski2214a412021-05-03 20:59:355907
5908[[package]]
5909name = "yansi-term"
5910version = "0.1.2"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5913dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315914 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:355915]