blob: 360bb5e454a38e1967f5961424d30b7ddf800032 [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]]
Lain Yang9a337b62022-01-07 05:32:5828name = "ahash"
29version = "0.7.4"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
32dependencies = [
33 "getrandom 0.2.0",
34 "once_cell",
35 "version_check",
36]
37
38[[package]]
Steve Klabnika0769612017-02-07 23:13:5739name = "aho-corasick"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4140version = "0.7.18"
Eric Huss6a09cfa2019-05-16 05:27:3941source = "registry+https://github.com/rust-lang/crates.io-index"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4142checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
Eric Huss6a09cfa2019-05-16 05:27:3943dependencies = [
Alex Crichton093ede22019-08-15 00:45:0944 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3945]
46
47[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2948name = "alloc"
49version = "0.0.0"
50dependencies = [
Alex Crichton093ede22019-08-15 00:45:0951 "compiler_builtins",
52 "core",
Aaron Hill2550d5b2021-03-07 23:39:1953 "rand 0.7.3",
Aaron Hill70ba4912020-08-01 14:11:1554 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2955]
56
57[[package]]
steveklabnikecfbaca2018-04-03 14:32:0458name = "ammonia"
klensy947e7872022-04-15 18:11:1459version = "3.2.0"
Eric Huss2dafa912019-06-19 03:36:4760source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:1461checksum = "d5ed2509ee88cc023cccee37a6fab35826830fe8b748b3869790e7720c2c4a74"
Eric Huss2dafa912019-06-19 03:36:4762dependencies = [
Alex Crichton093ede22019-08-15 00:45:0963 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0964 "maplit",
klensy947e7872022-04-15 18:11:1465 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0966 "tendril",
Eric Hussf3287a62021-05-12 00:39:5167 "url 2.2.2",
Eric Huss2dafa912019-06-19 03:36:4768]
69
70[[package]]
topecongiroca19ffe2019-04-17 22:42:1871name = "annotate-snippets"
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2672version = "0.8.0"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
Igor Matuszewski2214a412021-05-03 20:59:3575dependencies = [
76 "yansi-term",
77]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2678
79[[package]]
Steve Klabnika0769612017-02-07 23:13:5780name = "ansi_term"
Oliver Schererec7230f2020-07-24 18:42:0081version = "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",
Guillaume Gomez48f5dca2022-01-17 16:36:39144 "serde",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46145 "syn",
Guillaume Gomez48f5dca2022-01-17 16:36:39146 "toml",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46147]
148
149[[package]]
Alex Crichton1cede102017-06-15 02:33:06150name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21151version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13152source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21153checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13154dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:07155 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:09156 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31157 "winapi",
Alex Crichton1cede102017-06-15 02:33:06158]
159
160[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05161name = "autocfg"
Jon Gjengsetb83a48d2022-03-01 17:45:23162version = "1.1.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35163source = "registry+https://github.com/rust-lang/crates.io-index"
Jon Gjengsetb83a48d2022-03-01 17:45:23164checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Mateusz Mikułaf5e702d2020-03-26 13:10:35165
166[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58167name = "bitflags"
varkorb925eb52019-10-13 23:37:55168version = "1.2.1"
Tamir Duberstein231d9e72017-09-08 19:08:01169source = "registry+https://github.com/rust-lang/crates.io-index"
varkorb925eb52019-10-13 23:37:55170checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
Tamir Duberstein231d9e72017-09-08 19:08:01171
172[[package]]
Eric Huss2b985322019-11-25 16:14:07173name = "bitmaps"
Mark Rousskov342d9562020-08-17 15:21:44174version = "2.1.0"
Eric Huss2b985322019-11-25 16:14:07175source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44176checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
Eric Huss2b985322019-11-25 16:14:07177dependencies = [
178 "typenum",
179]
180
181[[package]]
James Munnsde763692019-01-19 02:39:37182name = "block-buffer"
Arlo Siemsenf86b0782020-03-31 05:17:15183version = "0.7.3"
James Munnsde763692019-01-19 02:39:37184source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15185checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
James Munnsde763692019-01-19 02:39:37186dependencies = [
Arlo Siemsenf86b0782020-03-31 05:17:15187 "block-padding",
188 "byte-tools",
189 "byteorder",
klensyd480a3e2021-03-12 13:33:02190 "generic-array 0.12.4",
Pietro Albiniacd8e592020-10-01 15:15:12191]
192
193[[package]]
194name = "block-buffer"
pierwillef6dd122022-02-10 16:54:01195version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:12196source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:01197checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
Pietro Albiniacd8e592020-10-01 15:15:12198dependencies = [
199 "generic-array 0.14.4",
Arlo Siemsenf86b0782020-03-31 05:17:15200]
201
202[[package]]
203name = "block-padding"
204version = "0.1.5"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
207dependencies = [
Alex Crichton093ede22019-08-15 00:45:09208 "byte-tools",
James Munnsde763692019-01-19 02:39:37209]
210
211[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29212name = "bootstrap"
213version = "0.0.0"
214dependencies = [
Alex Crichton093ede22019-08-15 00:45:09215 "cc",
216 "cmake",
217 "filetime",
218 "getopts",
Mark Rousskovdddd8722019-12-18 15:52:10219 "ignore",
Alex Crichton093ede22019-08-15 00:45:09220 "libc",
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",
Joshua Nelson93c1a942022-03-21 13:59:34226 "tar",
Eric Huss7d92cf42019-08-20 17:46:35227 "toml",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31228 "winapi",
Joshua Nelson93c1a942022-03-21 13:59:34229 "xz2",
Ahmed Charles9ca382f2016-09-02 08:55:29230]
231
232[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39233name = "bstr"
Mark Rousskov342d9562020-08-17 15:21:44234version = "0.2.13"
Eric Huss6a09cfa2019-05-16 05:27:39235source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44236checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
Eric Huss6a09cfa2019-05-16 05:27:39237dependencies = [
Eric Hussfaa64612021-06-22 23:19:24238 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09239 "memchr",
Eric Hussfaa64612021-06-22 23:19:24240 "regex-automata",
Eric Huss6a09cfa2019-05-16 05:27:39241]
242
243[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04244name = "build-manifest"
245version = "0.1.0"
246dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01247 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40248 "flate2",
Pietro Albiniacd8e592020-10-01 15:15:12249 "hex 0.4.2",
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]]
Pietro Albini80b81ad2021-08-26 09:26:03259name = "bump-stage0"
260version = "0.1.0"
261dependencies = [
262 "anyhow",
263 "curl",
Pietro Albiniea8b1ff2021-08-26 10:35:32264 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03265 "serde",
266 "serde_json",
267 "toml",
268]
269
270[[package]]
James Munnsde763692019-01-19 02:39:37271name = "byte-tools"
Arlo Siemsenf86b0782020-03-31 05:17:15272version = "0.3.1"
James Munnsde763692019-01-19 02:39:37273source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15274checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
James Munnsde763692019-01-19 02:39:37275
276[[package]]
Alex Crichton4f661c02018-10-08 17:39:09277name = "bytecount"
Yuki Okushi2b0e27e2021-03-17 20:34:05278version = "0.6.2"
Alex Crichton4f661c02018-10-08 17:39:09279source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:05280checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
Alex Crichton4f661c02018-10-08 17:39:09281dependencies = [
Yuki Okushi2b0e27e2021-03-17 20:34:05282 "packed_simd_2",
Alex Crichton4f661c02018-10-08 17:39:09283]
284
285[[package]]
Oliver Schneiderea351922017-09-18 14:18:23286name = "byteorder"
Mark Rousskov342d9562020-08-17 15:21:44287version = "1.3.4"
Oliver Schneiderea351922017-09-18 14:18:23288source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44289checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
Oliver Schneiderea351922017-09-18 14:18:23290
291[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43292name = "bytes"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31293version = "1.0.1"
Matthias Krüger696fb8f2019-01-21 15:32:43294source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31295checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
Matthias Krüger696fb8f2019-01-21 15:32:43296
297[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53298name = "bytesize"
Mark Rousskov342d9562020-08-17 15:21:44299version = "1.0.1"
Alex Crichton8ccf1122018-09-20 21:37:53300source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44301checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
Alex Crichton8ccf1122018-09-20 21:37:53302
303[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20304name = "camino"
305version = "1.0.5"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"
308dependencies = [
309 "serde",
310]
311
312[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58313name = "cargo"
Eric Huss4b4a5142022-04-14 01:02:32314version = "0.63.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58315dependencies = [
Eric Huss6da85d62020-01-14 17:47:04316 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09317 "atty",
318 "bytesize",
Caleb Cartwright0697f562021-10-20 05:15:20319 "cargo-platform 0.1.2",
Alex Crichton093ede22019-08-15 00:45:09320 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40321 "cargo-test-support",
Eric Hussea194b82021-03-26 19:29:08322 "cargo-util",
Eric Huss474803f2022-02-23 07:22:42323 "clap 3.1.1",
Alex Crichton093ede22019-08-15 00:45:09324 "crates-io",
Josh Stonef3b88122022-01-10 19:34:07325 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:09326 "curl",
327 "curl-sys",
Eric Huss7ca38ee2021-07-16 02:27:11328 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09329 "filetime",
330 "flate2",
Alex Crichton093ede22019-08-15 00:45:09331 "fwdansi",
332 "git2",
333 "git2-curl",
334 "glob",
Mark Rousskov342d9562020-08-17 15:21:44335 "hex 0.4.2",
Igor Matuszewskic2249a42019-09-08 08:28:11336 "home",
Mark Rousskov342d9562020-08-17 15:21:44337 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09338 "ignore",
339 "im-rc",
Eric Huss3a6fc802022-04-20 13:50:39340 "indexmap",
pierwillf684acd2022-03-04 17:54:28341 "itertools",
Alex Crichton093ede22019-08-15 00:45:09342 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42343 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09344 "lazycell",
345 "libc",
346 "libgit2-sys",
347 "log",
348 "memchr",
flip199544cea512021-07-01 16:18:02349 "opener",
Alex Crichton093ede22019-08-15 00:45:09350 "openssl",
Eric Huss94015472021-10-12 04:48:27351 "os_info",
Eric Huss4b4a5142022-04-14 01:02:32352 "pathdiff",
Eric Huss139477d2019-11-12 18:14:48353 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09354 "pretty_env_logger",
Alex Crichton093ede22019-08-15 00:45:09355 "rustc-workspace-hack",
Eric Hussd371bb42021-06-12 19:11:50356 "rustfix 0.6.0",
klensy8ebc73b2022-02-06 20:57:29357 "semver",
Alex Crichton093ede22019-08-15 00:45:09358 "serde",
Igor Matuszewskic2249a42019-09-08 08:28:11359 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09360 "serde_json",
Eric Husscb969e82021-04-01 00:45:03361 "shell-escape",
Eric Huss3a6fc802022-04-20 13:50:39362 "snapbox",
Alex Crichton093ede22019-08-15 00:45:09363 "strip-ansi-escapes",
364 "tar",
365 "tempfile",
366 "termcolor",
Eric Huss7758eaf2022-04-28 05:42:54367 "toml_edit 0.14.3",
Alex Crichton093ede22019-08-15 00:45:09368 "unicode-width",
Aaron Hill70ba4912020-08-01 14:11:15369 "unicode-xid",
Eric Hussf3287a62021-05-12 00:39:51370 "url 2.2.2",
Alex Crichton093ede22019-08-15 00:45:09371 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31372 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58373]
374
375[[package]]
Eric Huss74498c12020-12-16 17:03:33376name = "cargo-credential"
377version = "0.1.0"
378
379[[package]]
380name = "cargo-credential-1password"
381version = "0.1.0"
382dependencies = [
383 "cargo-credential",
384 "serde",
385 "serde_json",
386]
387
388[[package]]
389name = "cargo-credential-macos-keychain"
390version = "0.1.0"
391dependencies = [
392 "cargo-credential",
393 "security-framework",
394]
395
396[[package]]
397name = "cargo-credential-wincred"
398version = "0.1.0"
399dependencies = [
400 "cargo-credential",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31401 "winapi",
Eric Huss74498c12020-12-16 17:03:33402]
403
404[[package]]
Ralf Jung759e4952020-06-01 18:17:20405name = "cargo-miri"
406version = "0.1.0"
407dependencies = [
Ralf Jung759e4952020-06-01 18:17:20408 "directories",
409 "rustc-workspace-hack",
Ralf Junge5684232022-01-05 09:41:22410 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20411 "serde",
412 "serde_json",
413 "vergen",
414]
415
416[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56417name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56418version = "0.1.2"
Alex Crichton5c5e3fa2019-09-24 18:06:56419dependencies = [
420 "serde",
421]
422
423[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20424name = "cargo-platform"
425version = "0.1.2"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
428dependencies = [
429 "serde",
430]
431
432[[package]]
Eric Hussaedb74b2019-06-12 14:37:30433name = "cargo-test-macro"
434version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30435
436[[package]]
Aaron Hilld440e132019-09-16 18:45:40437name = "cargo-test-support"
438version = "0.1.0"
439dependencies = [
Eric Hussea194b82021-03-26 19:29:08440 "anyhow",
Aaron Hilld440e132019-09-16 18:45:40441 "cargo-test-macro",
Eric Hussea194b82021-03-26 19:29:08442 "cargo-util",
Aaron Hilld440e132019-09-16 18:45:40443 "filetime",
444 "flate2",
445 "git2",
446 "glob",
pierwillf684acd2022-03-04 17:54:28447 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:42448 "lazy_static",
Aaron Hilld440e132019-09-16 18:45:40449 "remove_dir_all",
450 "serde_json",
451 "tar",
Eric Hussfaa64612021-06-22 23:19:24452 "termcolor",
Eric Huss7758eaf2022-04-28 05:42:54453 "toml_edit 0.13.4",
Eric Hussf3287a62021-05-12 00:39:51454 "url 2.2.2",
Aaron Hilld440e132019-09-16 18:45:40455]
456
457[[package]]
Eric Hussea194b82021-03-26 19:29:08458name = "cargo-util"
Eric Huss4b4a5142022-04-14 01:02:32459version = "0.1.3"
Eric Hussea194b82021-03-26 19:29:08460dependencies = [
461 "anyhow",
462 "core-foundation",
463 "crypto-hash",
464 "filetime",
465 "hex 0.4.2",
466 "jobserver",
467 "libc",
468 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31469 "miow",
Eric Hussea194b82021-03-26 19:29:08470 "same-file",
471 "shell-escape",
472 "tempfile",
473 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31474 "winapi",
Eric Hussea194b82021-03-26 19:29:08475]
476
477[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29478name = "cargo_metadata"
Caleb Cartwright0697f562021-10-20 05:15:20479version = "0.14.0"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
482dependencies = [
483 "camino",
484 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
klensy8ebc73b2022-02-06 20:57:29485 "semver",
Caleb Cartwright0697f562021-10-20 05:15:20486 "serde",
487 "serde_json",
488]
489
490[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26491name = "cargotest2"
492version = "0.1.0"
493
494[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35495name = "cc"
Yuki Okushie457c272021-07-13 08:58:50496version = "1.0.69"
Nick Cameronc5cad5a2017-09-22 01:58:35497source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushie457c272021-07-13 08:58:50498checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
Eric Hussa9023832019-11-09 19:59:53499dependencies = [
500 "jobserver",
Eric Hussa9023832019-11-09 19:59:53501]
Nick Cameronc5cad5a2017-09-22 01:58:35502
503[[package]]
Josh Stone020c5ec2017-05-08 22:01:13504name = "cfg-if"
Alex Crichtonaabf4e92020-01-08 15:33:57505version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:13506source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57507checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Alex Crichtond1040fe2019-05-15 14:30:15508dependencies = [
Alex Crichton093ede22019-08-15 00:45:09509 "compiler_builtins",
510 "rustc-std-workspace-core",
Alex Crichtond1040fe2019-05-15 14:30:15511]
Josh Stone020c5ec2017-05-08 22:01:13512
513[[package]]
Aaron Hill44fdfd62020-10-11 17:51:07514name = "cfg-if"
515version = "1.0.0"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
518
519[[package]]
Jack Hueya24df5b2020-03-03 16:25:03520name = "chalk-derive"
Michael Gouletcc588552022-03-23 06:39:11521version = "0.80.0"
Jack Hueya24df5b2020-03-03 16:25:03522source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Gouletcc588552022-03-23 06:39:11523checksum = "d0001adf0cf12361e08b65e1898ea138f8f77d8f5177cbf29b6b3b3532252bd6"
Jack Hueya24df5b2020-03-03 16:25:03524dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15525 "proc-macro2",
526 "quote",
527 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16528 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03529]
530
531[[package]]
532name = "chalk-engine"
Michael Gouletcc588552022-03-23 06:39:11533version = "0.80.0"
Jack Hueya24df5b2020-03-03 16:25:03534source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Gouletcc588552022-03-23 06:39:11535checksum = "c44ee96f2d67cb5193d1503f185db1abad9933a1c6e6b4169c176f90baecd393"
Jack Hueya24df5b2020-03-03 16:25:03536dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19537 "chalk-derive",
538 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37539 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03540 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09541 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03542]
543
544[[package]]
545name = "chalk-ir"
Michael Gouletcc588552022-03-23 06:39:11546version = "0.80.0"
Jack Hueya24df5b2020-03-03 16:25:03547source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Gouletcc588552022-03-23 06:39:11548checksum = "92d8a95548f23618fda86426e4304e563ec2bb7ba0216139f0748d63c107b5f1"
Jack Hueya24df5b2020-03-03 16:25:03549dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31550 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03551 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42552 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03553]
554
555[[package]]
Jack Hueya24df5b2020-03-03 16:25:03556name = "chalk-solve"
Michael Gouletcc588552022-03-23 06:39:11557version = "0.80.0"
Jack Hueya24df5b2020-03-03 16:25:03558source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Gouletcc588552022-03-23 06:39:11559checksum = "f37f492dacfafe2e21319b80827da2779932909bb392f0cc86b2bd5c07c1b4e1"
Jack Hueya24df5b2020-03-03 16:25:03560dependencies = [
561 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03562 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09563 "ena",
pierwill8d27c282022-01-19 19:44:43564 "indexmap",
pierwillf684acd2022-03-04 17:54:28565 "itertools",
Jack Hueya24df5b2020-03-03 16:25:03566 "petgraph",
567 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09568 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37569 "tracing-subscriber",
570 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03571]
572
573[[package]]
Alex Crichton15899b02018-01-25 04:01:42574name = "chrono"
Tomasz Miąsko2abe7c82021-02-28 00:00:00575version = "0.4.19"
Alex Crichton15899b02018-01-25 04:01:42576source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:00577checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
Alex Crichton15899b02018-01-25 04:01:42578dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:00579 "libc",
Alex Crichton093ede22019-08-15 00:45:09580 "num-integer",
581 "num-traits",
582 "time",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31583 "winapi",
Alex Crichton15899b02018-01-25 04:01:42584]
585
586[[package]]
Steve Klabnika0769612017-02-07 23:13:57587name = "clap"
Eric Huss4aceaed2021-12-07 04:33:00588version = "2.34.0"
Steve Klabnika0769612017-02-07 23:13:57589source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4aceaed2021-12-07 04:33:00590checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
Steve Klabnika0769612017-02-07 23:13:57591dependencies = [
klensy8ebc73b2022-02-06 20:57:29592 "ansi_term",
Alex Crichton093ede22019-08-15 00:45:09593 "atty",
594 "bitflags",
Eric Hussbfacc5c2022-01-19 03:14:33595 "strsim 0.8.0",
596 "textwrap 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09597 "unicode-width",
598 "vec_map",
Pietro Albini9beb8f52019-11-26 11:06:30599 "yaml-rust 0.3.5",
Steve Klabnika0769612017-02-07 23:13:57600]
601
602[[package]]
Eric Hussbfacc5c2022-01-19 03:14:33603name = "clap"
Eric Huss474803f2022-02-23 07:22:42604version = "3.1.1"
Eric Hussbfacc5c2022-01-19 03:14:33605source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss474803f2022-02-23 07:22:42606checksum = "6d76c22c9b9b215eeb8d016ad3a90417bd13cb24cf8142756e6472445876cab7"
Eric Hussbfacc5c2022-01-19 03:14:33607dependencies = [
608 "atty",
609 "bitflags",
610 "indexmap",
Eric Huss51814222022-04-15 18:57:06611 "lazy_static",
Eric Hussbfacc5c2022-01-19 03:14:33612 "os_str_bytes",
613 "strsim 0.10.0",
614 "termcolor",
615 "textwrap 0.14.2",
616]
617
618[[package]]
Eric Huss51814222022-04-15 18:57:06619name = "clap_complete"
620version = "3.1.1"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
623dependencies = [
624 "clap 3.1.1",
625]
626
627[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29628name = "clippy"
flip1995b590d5c2022-04-08 09:41:55629version = "0.1.62"
Ahmed Charles9ca382f2016-09-02 08:55:29630dependencies = [
Alex Crichton093ede22019-08-15 00:45:09631 "clippy_lints",
flip1995fe247b42021-09-08 14:32:16632 "clippy_utils",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41633 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09634 "derive-new",
flip1995647f2b42021-06-03 07:06:49635 "filetime",
klensy8ebc73b2022-02-06 20:57:29636 "futures 0.3.19",
flip1995fe247b42021-09-08 14:32:16637 "if_chain",
pierwillf684acd2022-03-04 17:54:28638 "itertools",
flip1995e36e5a52021-12-06 11:33:55639 "parking_lot",
flip19950f1ff452021-03-25 18:29:39640 "quote",
flip1995412ebc32021-03-12 14:31:11641 "regex",
flip1995706fa542022-03-14 11:03:16642 "rustc-semver",
Alex Crichton093ede22019-08-15 00:45:09643 "rustc-workspace-hack",
Oliver Scherer2a789512019-05-26 17:21:54644 "rustc_tools_util 0.2.0",
klensy8ebc73b2022-02-06 20:57:29645 "semver",
Alex Crichton093ede22019-08-15 00:45:09646 "serde",
flip19950f1ff452021-03-25 18:29:39647 "syn",
Matthias Krügerf77104b2019-12-02 22:09:48648 "tempfile",
Ralf Jungbf11b122021-04-06 11:20:48649 "tester",
flip1995159d6c32022-01-13 12:18:51650 "tokio",
Ahmed Charles9ca382f2016-09-02 08:55:29651]
652
653[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49654name = "clippy_dev"
655version = "0.0.1"
656dependencies = [
Eric Hussbfacc5c2022-01-19 03:14:33657 "clap 2.34.0",
flip19958d5f69d2021-10-21 11:13:17658 "indoc",
pierwillf684acd2022-03-04 17:54:28659 "itertools",
flip199544cea512021-07-01 16:18:02660 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49661 "shell-escape",
flip1995b590d5c2022-04-08 09:41:55662 "tempfile",
Joshua Nelson8c25e272021-04-14 13:20:49663 "walkdir",
664]
665
666[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29667name = "clippy_lints"
flip1995b590d5c2022-04-08 09:41:55668version = "0.1.62"
Oliver Schneider847bb142018-05-11 12:11:06669dependencies = [
klensy8ebc73b2022-02-06 20:57:29670 "cargo_metadata",
flip19950046d7c2021-02-25 10:26:23671 "clippy_utils",
Alex Crichton093ede22019-08-15 00:45:09672 "if_chain",
pierwillf684acd2022-03-04 17:54:28673 "itertools",
Guillaume Gomez80b26bd2022-01-19 10:02:24674 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:09675 "quine-mc_cluskey",
Alex Crichton093ede22019-08-15 00:45:09676 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59677 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29678 "semver",
Alex Crichton093ede22019-08-15 00:45:09679 "serde",
flip1995c24058b2021-05-06 10:21:46680 "serde_json",
Eric Huss7d92cf42019-08-20 17:46:35681 "toml",
Alex Crichton093ede22019-08-15 00:45:09682 "unicode-normalization",
flip199544cea512021-07-01 16:18:02683 "unicode-script",
Eric Hussf3287a62021-05-12 00:39:51684 "url 2.2.2",
Oliver Schneider847bb142018-05-11 12:11:06685]
686
687[[package]]
flip19950046d7c2021-02-25 10:26:23688name = "clippy_utils"
flip1995b590d5c2022-04-08 09:41:55689version = "0.1.62"
flip19950046d7c2021-02-25 10:26:23690dependencies = [
flip1995159d6c32022-01-13 12:18:51691 "arrayvec",
flip19950046d7c2021-02-25 10:26:23692 "if_chain",
flip19950046d7c2021-02-25 10:26:23693 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23694]
695
696[[package]]
Mark Rousskov342d9562020-08-17 15:21:44697name = "cmake"
698version = "0.1.44"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
Oliver Schneideracdf83f2017-12-06 08:25:29701dependencies = [
Alex Crichton093ede22019-08-15 00:45:09702 "cc",
Oliver Schneideracdf83f2017-12-06 08:25:29703]
704
705[[package]]
Nick Cameron127f9a62018-04-25 22:11:28706name = "colored"
Ralf Jung0e908752020-09-17 18:04:20707version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28708source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20709checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28710dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42711 "atty",
712 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31713 "winapi",
Nick Cameron127f9a62018-04-25 22:11:28714]
715
716[[package]]
Eric Hussaf8048b2022-01-26 00:24:21717name = "combine"
718version = "4.6.3"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062"
721dependencies = [
722 "bytes",
723 "memchr",
724]
725
726[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29727name = "commoncrypto"
728version = "0.2.0"
729source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09730checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29731dependencies = [
Alex Crichton093ede22019-08-15 00:45:09732 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29733]
734
735[[package]]
736name = "commoncrypto-sys"
737version = "0.2.0"
738source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09739checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29740dependencies = [
Alex Crichton093ede22019-08-15 00:45:09741 "libc",
Murarth64842582017-06-17 19:01:18742]
743
744[[package]]
Alex Crichton147e2da2016-10-07 06:30:38745name = "compiler_builtins"
Vadim Petrochenkov5bee7412022-02-16 11:23:37746version = "0.1.71"
Alex Crichton4c21a3b2018-11-20 05:52:50747source = "registry+https://github.com/rust-lang/crates.io-index"
Vadim Petrochenkov5bee7412022-02-16 11:23:37748checksum = "163437f05ca8f29d7e9128ea728dedf5eb620e445fbca273641d3a3050305f23"
Alex Crichton147e2da2016-10-07 06:30:38749dependencies = [
Alex Crichton093ede22019-08-15 00:45:09750 "cc",
751 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38752]
753
754[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29755name = "compiletest"
756version = "0.0.0"
757dependencies = [
Michael Howellb29d9d52021-02-24 06:42:42758 "colored",
Alex Crichton093ede22019-08-15 00:45:09759 "diff",
Alex Crichton093ede22019-08-15 00:45:09760 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21761 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42762 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09763 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31764 "miow",
Alex Crichton093ede22019-08-15 00:45:09765 "regex",
Eric Huss2817be92021-06-11 03:39:05766 "rustfix 0.6.0",
Alex Crichton093ede22019-08-15 00:45:09767 "serde",
768 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00769 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00770 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42771 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09772 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31773 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29774]
775
776[[package]]
777name = "compiletest_rs"
flip19954e5319b2021-11-04 12:56:54778version = "0.7.1"
hyd-deve671c352021-09-06 16:43:27779source = "registry+https://github.com/rust-lang/crates.io-index"
flip19954e5319b2021-11-04 12:56:54780checksum = "29843cb8d351febf86557681d049d1e1652b81a086a190fa1173c07fd17fbf83"
hyd-deve671c352021-09-06 16:43:27781dependencies = [
782 "diff",
783 "filetime",
784 "getopts",
785 "lazy_static",
786 "libc",
787 "log",
788 "miow",
789 "regex",
790 "rustfix 0.5.1",
791 "serde",
792 "serde_derive",
793 "serde_json",
794 "tempfile",
795 "tester",
796 "winapi",
797]
798
799[[package]]
Eric Huss3a6fc802022-04-20 13:50:39800name = "concolor"
801version = "0.0.8"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "015267563b1df20adccdd00cb05257b1dfbea70a04928e9cf88ffb850c1a40af"
804dependencies = [
805 "atty",
806 "bitflags",
807 "concolor-query",
808]
809
810[[package]]
811name = "concolor-query"
812version = "0.0.5"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "d6417fe6fc03a8b533fd2177742eeb39a90c7233eedec7bac96d4d6b69a09449"
815
816[[package]]
817name = "content_inspector"
818version = "0.2.4"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
821dependencies = [
822 "memchr",
823]
824
825[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29826name = "core"
827version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16828dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:19829 "rand 0.7.3",
Alex Crichton994bfd42018-02-26 17:07:16830]
Ahmed Charles9ca382f2016-09-02 08:55:29831
832[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28833name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05834version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07835source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05836checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07837dependencies = [
Eric Huss6654c582020-06-23 22:00:48838 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09839 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28840]
841
842[[package]]
843name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05844version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07845source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05846checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07847
848[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48849name = "coverage_test_macros"
850version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48851
852[[package]]
pierwillef6dd122022-02-10 16:54:01853name = "cpufeatures"
854version = "0.2.1"
Pietro Albiniacd8e592020-10-01 15:15:12855source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:01856checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
857dependencies = [
858 "libc",
859]
Pietro Albiniacd8e592020-10-01 15:15:12860
861[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58862name = "crates-io"
Eric Hussbfacc5c2022-01-19 03:14:33863version = "0.34.0"
Nick Cameronad8ecc22017-07-19 01:32:12864dependencies = [
Eric Huss6da85d62020-01-14 17:47:04865 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09866 "curl",
Eric Huss139477d2019-11-12 18:14:48867 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09868 "serde",
Alex Crichton093ede22019-08-15 00:45:09869 "serde_json",
Eric Hussf3287a62021-05-12 00:39:51870 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58871]
872
873[[package]]
Alex Crichtonb4110902018-12-08 11:06:54874name = "crc32fast"
Alex Crichton06d565c2020-05-13 21:22:37875version = "1.2.0"
Alex Crichtonb4110902018-12-08 11:06:54876source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:37877checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
Alex Crichtonb4110902018-12-08 11:06:54878dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07879 "cfg-if 0.1.10",
Alex Crichtonb4110902018-12-08 11:06:54880]
Alex Crichton38bedfa2017-09-02 03:46:51881
882[[package]]
kennytmcab21f12018-07-26 21:58:55883name = "crossbeam-channel"
klensy4e079132022-04-11 18:50:19884version = "0.5.4"
Matthias Krüger451d4922020-02-10 19:47:38885source = "registry+https://github.com/rust-lang/crates.io-index"
klensy4e079132022-04-11 18:50:19886checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
Matthias Krüger451d4922020-02-10 19:47:38887dependencies = [
Caleb Cartwright63913182021-02-10 01:52:54888 "cfg-if 1.0.0",
Josh Stonef3b88122022-01-10 19:34:07889 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38890]
891
892[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45893name = "crossbeam-deque"
Josh Stonef3b88122022-01-10 19:34:07894version = "0.8.1"
Josh Stone33c41252019-09-10 17:13:07895source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:07896checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
Josh Stone33c41252019-09-10 17:13:07897dependencies = [
Josh Stonef3b88122022-01-10 19:34:07898 "cfg-if 1.0.0",
Igor Matuszewski5b091302019-12-10 15:01:01899 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07900 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07901]
902
903[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45904name = "crossbeam-epoch"
Josh Stonef3b88122022-01-10 19:34:07905version = "0.9.6"
Matthias Krüger696fb8f2019-01-21 15:32:43906source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:07907checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
Matthias Krüger696fb8f2019-01-21 15:32:43908dependencies = [
Josh Stonef3b88122022-01-10 19:34:07909 "cfg-if 1.0.0",
910 "crossbeam-utils",
Yuki Okushi1f0a39502020-05-26 04:00:42911 "lazy_static",
Igor Matuszewski5b091302019-12-10 15:01:01912 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16913 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43914]
915
916[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45917name = "crossbeam-utils"
klensy4e079132022-04-11 18:50:19918version = "0.8.8"
Eric Husse0f2f9d2019-11-12 17:57:41919source = "registry+https://github.com/rust-lang/crates.io-index"
klensy4e079132022-04-11 18:50:19920checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
Eric Husse0f2f9d2019-11-12 17:57:41921dependencies = [
Eric Huss71bf7cf2020-10-14 22:16:47922 "cfg-if 1.0.0",
Eric Huss71bf7cf2020-10-14 22:16:47923 "lazy_static",
924]
925
926[[package]]
pierwillef6dd122022-02-10 16:54:01927name = "crypto-common"
928version = "0.1.2"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"
931dependencies = [
932 "generic-array 0.14.4",
933]
934
935[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29936name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:44937version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:29938source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44939checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:29940dependencies = [
Alex Crichton093ede22019-08-15 00:45:09941 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:40942 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:09943 "openssl",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31944 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29945]
946
947[[package]]
Xidorn Quan38e42332021-02-13 11:17:15948name = "cstr"
949version = "0.2.8"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
952dependencies = [
953 "proc-macro2",
954 "quote",
955]
956
957[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:35958name = "ctor"
Mark Rousskov342d9562020-08-17 15:21:44959version = "0.1.15"
Mateusz Mikułaf5e702d2020-03-26 13:10:35960source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44961checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
Mateusz Mikułaf5e702d2020-03-26 13:10:35962dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15963 "quote",
964 "syn",
Mateusz Mikułaf5e702d2020-03-26 13:10:35965]
966
967[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58968name = "curl"
Eric Hussb086bd02021-11-22 22:01:57969version = "0.4.41"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58970source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb086bd02021-11-22 22:01:57971checksum = "1bc6d233563261f8db6ffb83bbaad5a73837a6e6b28868e926337ebbdece0be3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58972dependencies = [
Alex Crichton093ede22019-08-15 00:45:09973 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09974 "libc",
975 "openssl-probe",
976 "openssl-sys",
977 "schannel",
klensyd5e8ad42021-07-04 18:49:56978 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31979 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58980]
981
982[[package]]
983name = "curl-sys"
Eric Hussb086bd02021-11-22 22:01:57984version = "0.4.51+curl-7.80.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58985source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb086bd02021-11-22 22:01:57986checksum = "d130987e6a6a34fe0889e1083022fa48cd90e6709a84be3fb8dd95801de5af20"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58987dependencies = [
Alex Crichton093ede22019-08-15 00:45:09988 "cc",
989 "libc",
990 "libnghttp2-sys",
991 "libz-sys",
992 "openssl-sys",
993 "pkg-config",
994 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31995 "winapi",
Josh Stone020c5ec2017-05-08 22:01:13996]
997
998[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51999name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:221000version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:511001source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091002checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:511003
1004[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581005name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:491006version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581007source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:491008checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581009dependencies = [
Aaron Hill70ba4912020-08-01 14:11:151010 "proc-macro2",
1011 "quote",
1012 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581013]
1014
1015[[package]]
kennytmcab21f12018-07-26 21:58:551016name = "derive_more"
Mark Rousskov342d9562020-08-17 15:21:441017version = "0.99.9"
kennytmcab21f12018-07-26 21:58:551018source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441019checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
kennytmcab21f12018-07-26 21:58:551020dependencies = [
Aaron Hill70ba4912020-08-01 14:11:151021 "proc-macro2",
1022 "quote",
1023 "syn",
kennytmcab21f12018-07-26 21:58:551024]
1025
1026[[package]]
Cengiz Can837817c2017-04-27 19:41:181027name = "diff"
Mark Rousskov342d9562020-08-17 15:21:441028version = "0.1.12"
Cengiz Can837817c2017-04-27 19:41:181029source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441030checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
Cengiz Can837817c2017-04-27 19:41:181031
1032[[package]]
Mark Simulacrum42fde212018-03-10 14:03:061033name = "difference"
1034version = "2.0.0"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091036checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
Mark Simulacrum42fde212018-03-10 14:03:061037
1038[[package]]
James Munnsde763692019-01-19 02:39:371039name = "digest"
Arlo Siemsenf86b0782020-03-31 05:17:151040version = "0.8.1"
James Munnsde763692019-01-19 02:39:371041source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:151042checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
James Munnsde763692019-01-19 02:39:371043dependencies = [
klensyd480a3e2021-03-12 13:33:021044 "generic-array 0.12.4",
Pietro Albiniacd8e592020-10-01 15:15:121045]
1046
1047[[package]]
1048name = "digest"
pierwillef6dd122022-02-10 16:54:011049version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:121050source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:011051checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"
Pietro Albiniacd8e592020-10-01 15:15:121052dependencies = [
pierwillef6dd122022-02-10 16:54:011053 "block-buffer 0.10.2",
1054 "crypto-common",
James Munnsde763692019-01-19 02:39:371055]
1056
1057[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451058name = "directories"
Jubilee Young27ef7192021-04-23 22:49:471059version = "3.0.2"
Ralf Jung44b0fd62018-11-28 20:22:451060source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471061checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
Ralf Jung44b0fd62018-11-28 20:22:451062dependencies = [
Alex Crichton093ede22019-08-15 00:45:091063 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451064]
1065
1066[[package]]
flip19954c228cc2019-02-18 09:32:581067name = "dirs"
Mark Rousskov342d9562020-08-17 15:21:441068version = "2.0.2"
flip19954c228cc2019-02-18 09:32:581069source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441070checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
flip19954c228cc2019-02-18 09:32:581071dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071072 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091073 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581074]
1075
1076[[package]]
flip19950046d7c2021-02-25 10:26:231077name = "dirs-next"
1078version = "2.0.0"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1081dependencies = [
1082 "cfg-if 1.0.0",
1083 "dirs-sys-next",
1084]
1085
1086[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321087name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:471088version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:321089source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471090checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:321091dependencies = [
Alex Crichton093ede22019-08-15 00:45:091092 "libc",
Jubilee Young27ef7192021-04-23 22:49:471093 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311094 "winapi",
flip19950046d7c2021-02-25 10:26:231095]
1096
1097[[package]]
1098name = "dirs-sys-next"
1099version = "0.1.2"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1102dependencies = [
1103 "libc",
Jubilee Young27ef7192021-04-23 22:49:471104 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311105 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321106]
1107
1108[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291109name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:351110version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:501111source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:351112checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:291113dependencies = [
Alex Crichton093ede22019-08-15 00:45:091114 "compiler_builtins",
1115 "libc",
1116 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291117]
1118
1119[[package]]
Eric Huss3a6fc802022-04-20 13:50:391120name = "dunce"
1121version = "1.0.2"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
1124
1125[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291126name = "either"
Mark Rousskov342d9562020-08-17 15:21:441127version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291128source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441129checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291130
1131[[package]]
steveklabnikecfbaca2018-04-03 14:32:041132name = "elasticlunr-rs"
Aaron Hill70ba4912020-08-01 14:11:151133version = "2.3.9"
steveklabnikecfbaca2018-04-03 14:32:041134source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151135checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
steveklabnikecfbaca2018-04-03 14:32:041136dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:421137 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091138 "regex",
1139 "serde",
1140 "serde_derive",
1141 "serde_json",
1142 "strum",
1143 "strum_macros",
steveklabnikecfbaca2018-04-03 14:32:041144]
1145
1146[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121147name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071148version = "0.14.0"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
varkor443a2d42019-03-19 21:30:071151dependencies = [
Alex Crichton093ede22019-08-15 00:45:091152 "log",
varkor443a2d42019-03-19 21:30:071153]
1154
1155[[package]]
Ralf Jungbf11b122021-04-06 11:20:481156name = "enum-iterator"
1157version = "0.6.0"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7"
1160dependencies = [
1161 "enum-iterator-derive",
1162]
1163
1164[[package]]
1165name = "enum-iterator-derive"
1166version = "0.6.0"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06"
1169dependencies = [
1170 "proc-macro2",
1171 "quote",
1172 "syn",
1173]
1174
1175[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581176name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201177version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421178source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201179checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231180dependencies = [
Alex Crichton093ede22019-08-15 00:45:091181 "atty",
Eric Hussd45d8b12020-01-21 17:55:431182 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091183 "log",
1184 "regex",
1185 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231186]
1187
1188[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561189name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201190version = "0.8.4"
Alex Crichton5c5e3fa2019-09-24 18:06:561191source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201192checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
Alex Crichton5c5e3fa2019-09-24 18:06:561193dependencies = [
1194 "atty",
Caleb Cartwright0697f562021-10-20 05:15:201195 "humantime 2.0.1",
Alex Crichton5c5e3fa2019-09-24 18:06:561196 "log",
1197 "regex",
1198 "termcolor",
1199]
1200
1201[[package]]
Eric Husse852a4a2020-10-20 23:36:461202name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111203version = "0.9.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1206dependencies = [
1207 "atty",
1208 "humantime 2.0.1",
1209 "log",
1210 "regex",
1211 "termcolor",
1212]
1213
1214[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291215name = "error_index_generator"
1216version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581217dependencies = [
Alex Crichton093ede22019-08-15 00:45:091218 "rustdoc",
Mark Rousskov99ce39b2019-08-19 22:04:251219 "walkdir",
Mark Simulacrume2e9b402017-07-23 02:01:581220]
Ahmed Charles9ca382f2016-09-02 08:55:291221
1222[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301223name = "expand-yaml-anchors"
1224version = "0.1.0"
1225dependencies = [
1226 "yaml-merge-keys",
Mark Rousskov342d9562020-08-17 15:21:441227 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:301228]
1229
1230[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501231name = "expect-test"
Aleksey Kladov5716c3e2020-08-31 19:04:091232version = "1.0.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501233source = "registry+https://github.com/rust-lang/crates.io-index"
Aleksey Kladov5716c3e2020-08-31 19:04:091234checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
Aleksey Kladovf7be59c2020-08-21 12:03:501235dependencies = [
1236 "difference",
1237 "once_cell",
1238]
1239
1240[[package]]
James Munnsde763692019-01-19 02:39:371241name = "fake-simd"
1242version = "0.1.2"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091244checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
James Munnsde763692019-01-19 02:39:371245
1246[[package]]
David Wood2dc1a8a2021-12-03 14:24:051247name = "fallible-iterator"
1248version = "0.2.0"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1251
1252[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291253name = "filetime"
klensydcdc3082021-05-11 19:03:591254version = "0.2.14"
Alex Crichton924f8c72018-04-18 15:43:591255source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:591256checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
Alex Crichton924f8c72018-04-18 15:43:591257dependencies = [
klensydcdc3082021-05-11 19:03:591258 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091259 "libc",
klensydcdc3082021-05-11 19:03:591260 "redox_syscall",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311261 "winapi",
Alex Crichton924f8c72018-04-18 15:43:591262]
1263
1264[[package]]
Jack Hueya24df5b2020-03-03 16:25:031265name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191266version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031267source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191268checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031269
1270[[package]]
Josh Stone020c5ec2017-05-08 22:01:131271name = "flate2"
Alex Crichton06d565c2020-05-13 21:22:371272version = "1.0.16"
Felix Schütt7c13fa32017-12-31 14:34:291273source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:371274checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
Felix Schütt7c13fa32017-12-31 14:34:291275dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071276 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091277 "crc32fast",
1278 "libc",
1279 "libz-sys",
Eric Huss139477d2019-11-12 18:14:481280 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291281]
1282
1283[[package]]
David Wood7f916972022-03-26 07:27:431284name = "fluent-bundle"
1285version = "0.15.2"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1288dependencies = [
1289 "fluent-langneg",
1290 "fluent-syntax",
1291 "intl-memoizer",
1292 "intl_pluralrules",
1293 "rustc-hash",
1294 "self_cell",
1295 "smallvec",
1296 "unic-langid",
1297]
1298
1299[[package]]
1300name = "fluent-langneg"
1301version = "0.13.0"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1304dependencies = [
1305 "unic-langid",
1306]
1307
1308[[package]]
1309name = "fluent-syntax"
1310version = "0.11.0"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1313dependencies = [
1314 "thiserror",
1315]
1316
1317[[package]]
Simon Sapinb77ff242017-07-18 21:26:551318name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441319version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551320source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441321checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551322
1323[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581324name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291325version = "0.3.2"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091327checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291328dependencies = [
Alex Crichton093ede22019-08-15 00:45:091329 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291330]
1331
1332[[package]]
1333name = "foreign-types-shared"
1334version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581335source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091336checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581337
1338[[package]]
Eric Hussf3287a62021-05-12 00:39:511339name = "form_urlencoded"
1340version = "1.0.1"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1343dependencies = [
1344 "matches",
1345 "percent-encoding 2.1.0",
1346]
1347
1348[[package]]
Jethro Beekman4a350562018-08-28 04:33:261349name = "fortanix-sgx-abi"
Mark Rousskov342d9562020-08-17 15:21:441350version = "0.3.3"
Alex Crichton4c21a3b2018-11-20 05:52:501351source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441352checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
Jethro Beekman4a350562018-08-28 04:33:261353dependencies = [
Alex Crichton093ede22019-08-15 00:45:091354 "compiler_builtins",
1355 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261356]
1357
1358[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471359name = "fs-err"
1360version = "2.5.0"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"
1363
1364[[package]]
Alex Crichton016eaf82018-10-21 02:15:061365name = "fs_extra"
1366version = "1.1.0"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091368checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061369
1370[[package]]
Nick Cameron77177052018-07-06 00:34:001371name = "fst"
Eric Huss893ca662021-04-22 22:47:101372version = "0.4.5"
Nick Cameron77177052018-07-06 00:34:001373source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss893ca662021-04-22 22:47:101374checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
Nick Cameron77177052018-07-06 00:34:001375
1376[[package]]
steveklabnikecfbaca2018-04-03 14:32:041377name = "futf"
Alex Crichtond8251152018-07-02 16:33:161378version = "0.1.4"
steveklabnikecfbaca2018-04-03 14:32:041379source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091380checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
steveklabnikecfbaca2018-04-03 14:32:041381dependencies = [
Alex Crichton093ede22019-08-15 00:45:091382 "mac",
1383 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041384]
1385
1386[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121387name = "futures"
klensy8ebc73b2022-02-06 20:57:291388version = "0.1.31"
Ahmed Charles9ca382f2016-09-02 08:55:291389source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291390checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
Ahmed Charles9ca382f2016-09-02 08:55:291391
1392[[package]]
Caleb Cartwright63913182021-02-10 01:52:541393name = "futures"
klensy8ebc73b2022-02-06 20:57:291394version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541395source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291396checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
Caleb Cartwright63913182021-02-10 01:52:541397dependencies = [
1398 "futures-channel",
1399 "futures-core",
1400 "futures-executor",
1401 "futures-io",
1402 "futures-sink",
1403 "futures-task",
1404 "futures-util",
1405]
1406
1407[[package]]
1408name = "futures-channel"
klensy8ebc73b2022-02-06 20:57:291409version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541410source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291411checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
Caleb Cartwright63913182021-02-10 01:52:541412dependencies = [
1413 "futures-core",
1414 "futures-sink",
1415]
1416
1417[[package]]
1418name = "futures-core"
klensy8ebc73b2022-02-06 20:57:291419version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541420source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291421checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
Caleb Cartwright63913182021-02-10 01:52:541422
1423[[package]]
1424name = "futures-executor"
klensy8ebc73b2022-02-06 20:57:291425version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541426source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291427checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
Caleb Cartwright63913182021-02-10 01:52:541428dependencies = [
1429 "futures-core",
1430 "futures-task",
1431 "futures-util",
1432 "num_cpus",
1433]
1434
1435[[package]]
1436name = "futures-io"
klensy8ebc73b2022-02-06 20:57:291437version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541438source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291439checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
Caleb Cartwright63913182021-02-10 01:52:541440
1441[[package]]
1442name = "futures-macro"
klensy8ebc73b2022-02-06 20:57:291443version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541444source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291445checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
Caleb Cartwright63913182021-02-10 01:52:541446dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541447 "proc-macro2",
1448 "quote",
1449 "syn",
1450]
1451
1452[[package]]
1453name = "futures-sink"
klensy8ebc73b2022-02-06 20:57:291454version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541455source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291456checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
Caleb Cartwright63913182021-02-10 01:52:541457
1458[[package]]
1459name = "futures-task"
klensy8ebc73b2022-02-06 20:57:291460version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541461source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291462checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
Caleb Cartwright63913182021-02-10 01:52:541463
1464[[package]]
1465name = "futures-util"
klensy8ebc73b2022-02-06 20:57:291466version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541467source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291468checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
Caleb Cartwright63913182021-02-10 01:52:541469dependencies = [
klensy8ebc73b2022-02-06 20:57:291470 "futures 0.1.31",
Caleb Cartwright63913182021-02-10 01:52:541471 "futures-channel",
1472 "futures-core",
1473 "futures-io",
1474 "futures-macro",
1475 "futures-sink",
1476 "futures-task",
1477 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311478 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541479 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541480 "slab",
1481]
1482
1483[[package]]
Eric Huss97308712018-08-14 21:27:261484name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051485version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261486source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051487checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261488dependencies = [
Alex Crichton093ede22019-08-15 00:45:091489 "memchr",
1490 "termcolor",
Eric Huss97308712018-08-14 21:27:261491]
1492
1493[[package]]
James Munnsde763692019-01-19 02:39:371494name = "generic-array"
klensyd480a3e2021-03-12 13:33:021495version = "0.12.4"
James Munnsde763692019-01-19 02:39:371496source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:021497checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
James Munnsde763692019-01-19 02:39:371498dependencies = [
Alex Crichton093ede22019-08-15 00:45:091499 "typenum",
James Munnsde763692019-01-19 02:39:371500]
1501
1502[[package]]
Pietro Albiniacd8e592020-10-01 15:15:121503name = "generic-array"
1504version = "0.14.4"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1507dependencies = [
1508 "typenum",
1509 "version_check",
1510]
1511
1512[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291513name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081514version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291515source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081516checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361517dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081518 "rustc-std-workspace-core",
1519 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091520 "unicode-width",
varkore72f7e12019-04-30 19:37:361521]
Ahmed Charles9ca382f2016-09-02 08:55:291522
1523[[package]]
gnzlbg52caca02019-08-01 15:02:261524name = "getrandom"
Alex Crichtonaabf4e92020-01-08 15:33:571525version = "0.1.14"
gnzlbg52caca02019-08-01 15:02:261526source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571527checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
gnzlbg52caca02019-08-01 15:02:261528dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071529 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091530 "libc",
Harald Hoyer00cbc8d2022-01-21 13:19:131531 "wasi 0.9.0+wasi-snapshot-preview1",
gnzlbg52caca02019-08-01 15:02:261532]
1533
1534[[package]]
Ralf Jung0e908752020-09-17 18:04:201535name = "getrandom"
1536version = "0.2.0"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1539dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071540 "cfg-if 0.1.10",
Ralf Jung0e908752020-09-17 18:04:201541 "libc",
Harald Hoyer00cbc8d2022-01-21 13:19:131542 "wasi 0.9.0+wasi-snapshot-preview1",
Ralf Jung0e908752020-09-17 18:04:201543]
1544
1545[[package]]
Ralf Jungbf11b122021-04-06 11:20:481546name = "getset"
1547version = "0.1.1"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "24b328c01a4d71d2d8173daa93562a73ab0fe85616876f02500f53d82948c504"
1550dependencies = [
1551 "proc-macro-error",
1552 "proc-macro2",
1553 "quote",
1554 "syn",
1555]
1556
1557[[package]]
Alex Crichton06d565c2020-05-13 21:22:371558name = "gimli"
Alex Crichton4a3e7362021-08-19 02:44:241559version = "0.25.0"
Alex Crichton06d565c2020-05-13 21:22:371560source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton4a3e7362021-08-19 02:44:241561checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
Alex Crichton06d565c2020-05-13 21:22:371562dependencies = [
1563 "compiler_builtins",
1564 "rustc-std-workspace-alloc",
1565 "rustc-std-workspace-core",
1566]
1567
1568[[package]]
David Wood2dc1a8a2021-12-03 14:24:051569name = "gimli"
1570version = "0.26.1"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1573dependencies = [
1574 "fallible-iterator",
1575 "indexmap",
1576 "stable_deref_trait",
1577]
1578
1579[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581580name = "git2"
Eric Huss5b4f9202022-03-19 03:06:561581version = "0.14.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581582source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss5b4f9202022-03-19 03:06:561583checksum = "3826a6e0e2215d7a41c2bfc7c9244123969273f3476b939a226aac0ab56e9e3c"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581584dependencies = [
Alex Crichton093ede22019-08-15 00:45:091585 "bitflags",
1586 "libc",
1587 "libgit2-sys",
1588 "log",
1589 "openssl-probe",
1590 "openssl-sys",
Eric Hussf3287a62021-05-12 00:39:511591 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581592]
1593
1594[[package]]
1595name = "git2-curl"
Eric Huss6fee0b02022-03-09 04:28:221596version = "0.15.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581597source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6fee0b02022-03-09 04:28:221598checksum = "1ee51709364c341fbb6fe2a385a290fb9196753bdde2fc45447d27cd31b11b13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581599dependencies = [
Alex Crichton093ede22019-08-15 00:45:091600 "curl",
1601 "git2",
1602 "log",
Eric Hussf3287a62021-05-12 00:39:511603 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581604]
1605
1606[[package]]
1607name = "glob"
Eric Huss45432452019-03-12 20:34:471608version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581609source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091610checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581611
1612[[package]]
Simon Sapinb77ff242017-07-18 21:26:551613name = "globset"
Mark Rousskov342d9562020-08-17 15:21:441614version = "0.4.5"
Simon Sapinb77ff242017-07-18 21:26:551615source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441616checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
Simon Sapinb77ff242017-07-18 21:26:551617dependencies = [
Alex Crichton093ede22019-08-15 00:45:091618 "aho-corasick",
1619 "bstr",
1620 "fnv",
1621 "log",
1622 "regex",
Simon Sapinb77ff242017-07-18 21:26:551623]
1624
1625[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291626name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461627version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291628source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461629checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291630dependencies = [
1631 "serde",
1632]
1633
1634[[package]]
Steve Klabnika0769612017-02-07 23:13:571635name = "handlebars"
Eric Huss661f4612021-07-27 04:50:251636version = "4.1.0"
Steve Klabnika0769612017-02-07 23:13:571637source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss661f4612021-07-27 04:50:251638checksum = "72a0ffab8c36d0436114310c7e10b59b3307e650ddfabf6d006028e29a70c6e6"
Steve Klabnika0769612017-02-07 23:13:571639dependencies = [
Alex Crichton093ede22019-08-15 00:45:091640 "log",
1641 "pest",
1642 "pest_derive",
Mark Rousskov342d9562020-08-17 15:21:441643 "quick-error 2.0.0",
Alex Crichton093ede22019-08-15 00:45:091644 "serde",
1645 "serde_json",
James Munnsde763692019-01-19 02:39:371646]
1647
1648[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051649name = "hashbrown"
Rémy Rakic820fd052022-01-20 14:09:051650version = "0.11.2"
Markus Westerlind7cf8d3a2020-10-05 08:50:511651source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic820fd052022-01-20 14:09:051652checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
Félix Saparellibdcc21c2019-09-21 10:56:051653dependencies = [
Lain Yang9a337b62022-01-07 05:32:581654 "ahash",
Amanieu d'Antras88149d12022-01-17 07:46:111655]
1656
1657[[package]]
1658name = "hashbrown"
1659version = "0.12.0"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
1662dependencies = [
Alex Crichton093ede22019-08-15 00:45:091663 "compiler_builtins",
1664 "rustc-std-workspace-alloc",
1665 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071666]
1667
1668[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471669name = "heck"
Mark Rousskov342d9562020-08-17 15:21:441670version = "0.3.1"
Bastien Orivel5c4534a2018-12-08 14:11:471671source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441672checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
Bastien Orivel5c4534a2018-12-08 14:11:471673dependencies = [
Alex Crichton093ede22019-08-15 00:45:091674 "unicode-segmentation",
Bastien Orivel5c4534a2018-12-08 14:11:471675]
1676
1677[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101678name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301679version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101680source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301681checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101682dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071683 "libc",
1684]
1685
1686[[package]]
1687name = "hermit-abi"
1688version = "0.2.0"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "1ab7905ea95c6d9af62940f9d7dd9596d54c334ae2c15300c482051292d5637f"
1691dependencies = [
Stefan Lankes5ebd4d92019-10-20 07:55:101692 "compiler_builtins",
1693 "libc",
1694 "rustc-std-workspace-core",
1695]
1696
1697[[package]]
Alex Crichton1cede102017-06-15 02:33:061698name = "hex"
Alex Crichtond8251152018-07-02 16:33:161699version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221700source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091701checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221702
1703[[package]]
Aaron Hilld440e132019-09-16 18:45:401704name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441705version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401706source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441707checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401708
1709[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121710name = "home"
Mark Rousskov342d9562020-08-17 15:21:441711version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531712source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441713checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531714dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:311715 "winapi",
flip199596c3ec12019-08-20 07:32:531716]
1717
1718[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181719name = "html-checker"
1720version = "0.1.0"
1721dependencies = [
1722 "walkdir",
1723]
1724
1725[[package]]
steveklabnikecfbaca2018-04-03 14:32:041726name = "html5ever"
klensy947e7872022-04-15 18:11:141727version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471728source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141729checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471730dependencies = [
Alex Crichton093ede22019-08-15 00:45:091731 "log",
1732 "mac",
1733 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151734 "proc-macro2",
1735 "quote",
1736 "syn",
Eric Huss2dafa912019-06-19 03:36:471737]
1738
1739[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481740name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561741version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481742source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561743checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481744dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441745 "quick-error 1.2.3",
Alex Crichton87f3dda2018-03-01 19:08:481746]
1747
1748[[package]]
Eric Hussd45d8b12020-01-21 17:55:431749name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441750version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431751source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441752checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431753
1754[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581755name = "idna"
Alex Crichton52d7ee832018-07-17 16:04:221756version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581757source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091758checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581759dependencies = [
Alex Crichton093ede22019-08-15 00:45:091760 "matches",
1761 "unicode-bidi",
1762 "unicode-normalization",
Alex Crichtonf6304e12017-02-15 22:55:261763]
1764
1765[[package]]
Eric Hussf2428a62019-08-01 00:44:391766name = "idna"
1767version = "0.2.0"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091769checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391770dependencies = [
Alex Crichton093ede22019-08-15 00:45:091771 "matches",
1772 "unicode-bidi",
1773 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391774]
1775
1776[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291777name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541778version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291779source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091780checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291781
1782[[package]]
Simon Sapinb77ff242017-07-18 21:26:551783name = "ignore"
Jubilee Young1f5e1c52021-04-23 23:09:401784version = "0.4.17"
Simon Sapinb77ff242017-07-18 21:26:551785source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young1f5e1c52021-04-23 23:09:401786checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
Simon Sapinb77ff242017-07-18 21:26:551787dependencies = [
Josh Stonef3b88122022-01-10 19:34:071788 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:091789 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421790 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091791 "log",
1792 "memchr",
1793 "regex",
1794 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591795 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091796 "walkdir",
1797 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551798]
1799
1800[[package]]
Eric Huss8c20add2018-12-03 01:33:201801name = "im-rc"
Eric Hussc8443bb2020-05-18 22:41:571802version = "15.0.0"
Eric Huss8c20add2018-12-03 01:33:201803source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:571804checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
Eric Huss8c20add2018-12-03 01:33:201805dependencies = [
Eric Huss2b985322019-11-25 16:14:071806 "bitmaps",
Aaron Hill2550d5b2021-03-07 23:39:191807 "rand_core 0.5.1",
Chase Wilson09f15422021-08-29 15:55:291808 "rand_xoshiro 0.4.0",
Alex Crichton093ede22019-08-15 00:45:091809 "sized-chunks",
1810 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401811 "version_check",
Eric Huss8c20add2018-12-03 01:33:201812]
1813
1814[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571815name = "indexmap"
pierwill4f892242022-01-06 19:27:591816version = "1.8.0"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571817source = "registry+https://github.com/rust-lang/crates.io-index"
pierwill4f892242022-01-06 19:27:591818checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
Josh Stone997a7662020-08-08 00:03:471819dependencies = [
1820 "autocfg",
Amanieu d'Antras88149d12022-01-17 07:46:111821 "hashbrown 0.11.2",
pierwill4f892242022-01-06 19:27:591822 "rustc-rayon",
Pietro Albiniea8b1ff2021-08-26 10:35:321823 "serde",
Josh Stone997a7662020-08-08 00:03:471824]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571825
1826[[package]]
flip19958d5f69d2021-10-21 11:13:171827name = "indoc"
1828version = "1.0.3"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
1831dependencies = [
1832 "unindent",
1833]
1834
1835[[package]]
Josh Stone020c5ec2017-05-08 22:01:131836name = "installer"
1837version = "0.0.0"
1838dependencies = [
Michael Forney32025fd2020-05-25 00:08:451839 "anyhow",
Eric Hussbfacc5c2022-01-19 03:14:331840 "clap 2.34.0",
Alex Crichton093ede22019-08-15 00:45:091841 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421842 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091843 "num_cpus",
1844 "rayon",
1845 "remove_dir_all",
1846 "tar",
1847 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311848 "winapi",
Alex Crichton093ede22019-08-15 00:45:091849 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131850]
1851
1852[[package]]
Mark Rousskov342d9562020-08-17 15:21:441853name = "instant"
flip1995e36e5a52021-12-06 11:33:551854version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:441855source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:551856checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1857dependencies = [
1858 "cfg-if 1.0.0",
1859]
Mark Rousskov342d9562020-08-17 15:21:441860
1861[[package]]
David Wood7f916972022-03-26 07:27:431862name = "intl-memoizer"
1863version = "0.5.1"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
1866dependencies = [
1867 "type-map",
1868 "unic-langid",
1869]
1870
1871[[package]]
1872name = "intl_pluralrules"
1873version = "7.0.1"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf"
1876dependencies = [
1877 "tinystr",
1878 "unic-langid",
1879]
1880
1881[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291882name = "itertools"
flip1995fe247b42021-09-08 14:32:161883version = "0.10.1"
Eric Huss78529352021-06-02 03:38:391884source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995fe247b42021-09-08 14:32:161885checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
Eric Huss78529352021-06-02 03:38:391886dependencies = [
1887 "either",
1888]
1889
1890[[package]]
Steve Klabnik2795de32017-02-20 00:20:571891name = "itoa"
Mark Rousskov342d9562020-08-17 15:21:441892version = "0.4.6"
Steve Klabnik2795de32017-02-20 00:20:571893source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441894checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
Steve Klabnik2795de32017-02-20 00:20:571895
1896[[package]]
Alex Crichton453080f2017-06-05 16:36:481897name = "jobserver"
Eric Hussb5cbf2f2021-08-18 00:38:071898version = "0.1.24"
Alex Crichton453080f2017-06-05 16:36:481899source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb5cbf2f2021-08-18 00:38:071900checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
Alex Crichton453080f2017-06-05 16:36:481901dependencies = [
Alex Crichton093ede22019-08-15 00:45:091902 "libc",
Alex Crichton453080f2017-06-05 16:36:481903]
1904
1905[[package]]
Igor Matuszewski3a17cf72018-08-25 16:17:551906name = "json"
Eric Huss893ca662021-04-22 22:47:101907version = "0.12.4"
Igor Matuszewski3a17cf72018-08-25 16:17:551908source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss893ca662021-04-22 22:47:101909checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
Igor Matuszewski3a17cf72018-08-25 16:17:551910
1911[[package]]
Rune Tynan77156562021-01-16 01:34:151912name = "jsondocck"
1913version = "0.1.0"
1914dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471915 "fs-err",
Rune Tynan77156562021-01-16 01:34:151916 "getopts",
1917 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:101918 "once_cell",
Rune Tynan77156562021-01-16 01:34:151919 "regex",
Rune Tynan77156562021-01-16 01:34:151920 "serde_json",
klensyc63cb012021-06-01 15:25:361921 "shlex",
Rune Tynan77156562021-01-16 01:34:151922]
1923
1924[[package]]
1925name = "jsonpath_lib"
1926version = "0.2.6"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
1929dependencies = [
1930 "array_tool",
1931 "env_logger 0.7.1",
1932 "log",
1933 "serde",
1934 "serde_json",
1935]
1936
1937[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111938name = "jsonrpc-client-transports"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311939version = "18.0.0"
Nick Cameronad8ecc22017-07-19 01:32:121940source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311941checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
Igor Matuszewskic2249a42019-09-08 08:28:111942dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541943 "derive_more",
klensy8ebc73b2022-02-06 20:57:291944 "futures 0.3.19",
Igor Matuszewskic2249a42019-09-08 08:28:111945 "jsonrpc-core",
1946 "jsonrpc-pubsub",
1947 "jsonrpc-server-utils",
1948 "log",
1949 "parity-tokio-ipc",
1950 "serde",
1951 "serde_json",
1952 "tokio",
1953 "url 1.7.2",
1954]
1955
1956[[package]]
1957name = "jsonrpc-core"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311958version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111959source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311960checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
Nick Cameronad8ecc22017-07-19 01:32:121961dependencies = [
klensy8ebc73b2022-02-06 20:57:291962 "futures 0.3.19",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311963 "futures-executor",
1964 "futures-util",
Alex Crichton093ede22019-08-15 00:45:091965 "log",
1966 "serde",
1967 "serde_derive",
1968 "serde_json",
Nick Cameronad8ecc22017-07-19 01:32:121969]
1970
1971[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111972name = "jsonrpc-core-client"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311973version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111974source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311975checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
Igor Matuszewskic2249a42019-09-08 08:28:111976dependencies = [
klensy8ebc73b2022-02-06 20:57:291977 "futures 0.3.19",
Igor Matuszewskic2249a42019-09-08 08:28:111978 "jsonrpc-client-transports",
1979]
1980
1981[[package]]
1982name = "jsonrpc-derive"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311983version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111984source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311985checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
Igor Matuszewskic2249a42019-09-08 08:28:111986dependencies = [
1987 "proc-macro-crate",
Aaron Hill70ba4912020-08-01 14:11:151988 "proc-macro2",
1989 "quote",
1990 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:111991]
1992
1993[[package]]
1994name = "jsonrpc-ipc-server"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311995version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111996source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311997checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
Igor Matuszewskic2249a42019-09-08 08:28:111998dependencies = [
klensy8ebc73b2022-02-06 20:57:291999 "futures 0.3.19",
Igor Matuszewskic2249a42019-09-08 08:28:112000 "jsonrpc-core",
2001 "jsonrpc-server-utils",
2002 "log",
2003 "parity-tokio-ipc",
Caleb Cartwright63913182021-02-10 01:52:542004 "parking_lot",
2005 "tower-service",
Igor Matuszewskic2249a42019-09-08 08:28:112006]
2007
2008[[package]]
2009name = "jsonrpc-pubsub"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312010version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:112011source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312012checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
Igor Matuszewskic2249a42019-09-08 08:28:112013dependencies = [
klensy8ebc73b2022-02-06 20:57:292014 "futures 0.3.19",
Igor Matuszewskic2249a42019-09-08 08:28:112015 "jsonrpc-core",
Caleb Cartwright63913182021-02-10 01:52:542016 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:112017 "log",
Caleb Cartwright63913182021-02-10 01:52:542018 "parking_lot",
Aaron Hill2550d5b2021-03-07 23:39:192019 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:112020 "serde",
2021]
2022
2023[[package]]
2024name = "jsonrpc-server-utils"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312025version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:112026source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312027checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
Igor Matuszewskic2249a42019-09-08 08:28:112028dependencies = [
2029 "bytes",
klensy8ebc73b2022-02-06 20:57:292030 "futures 0.3.19",
Igor Matuszewskic2249a42019-09-08 08:28:112031 "globset",
2032 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:422033 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:112034 "log",
Igor Matuszewskic2249a42019-09-08 08:28:112035 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312036 "tokio-stream",
Caleb Cartwright63913182021-02-10 01:52:542037 "tokio-util",
Eric Huss139477d2019-11-12 18:14:482038 "unicase",
Igor Matuszewskic2249a42019-09-08 08:28:112039]
2040
2041[[package]]
Eric Hussaf8048b2022-01-26 00:24:212042name = "kstring"
2043version = "1.0.6"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526"
2046dependencies = [
2047 "serde",
2048]
2049
2050[[package]]
Eric Huss7758eaf2022-04-28 05:42:542051name = "kstring"
2052version = "2.0.0"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
2055dependencies = [
2056 "static_assertions",
2057]
2058
2059[[package]]
Steve Klabnika0769612017-02-07 23:13:572060name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:572061version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:492062source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572063checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:492064
2065[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292066name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:442067version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:162068source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442069checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:162070
2071[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292072name = "libc"
Patrick Mooney33fd73f2022-04-04 17:55:302073version = "0.2.121"
Ahmed Charles9ca382f2016-09-02 08:55:292074source = "registry+https://github.com/rust-lang/crates.io-index"
Patrick Mooney33fd73f2022-04-04 17:55:302075checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
Alex Crichton4c21a3b2018-11-20 05:52:502076dependencies = [
Alex Crichton093ede22019-08-15 00:45:092077 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502078]
Ahmed Charles9ca382f2016-09-02 08:55:292079
2080[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582081name = "libgit2-sys"
Eric Huss5b4f9202022-03-19 03:06:562082version = "0.13.2+1.4.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582083source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss5b4f9202022-03-19 03:06:562084checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582085dependencies = [
Alex Crichton093ede22019-08-15 00:45:092086 "cc",
2087 "libc",
2088 "libssh2-sys",
2089 "libz-sys",
2090 "openssl-sys",
2091 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582092]
2093
2094[[package]]
Andy Russell923f9392021-11-08 23:03:552095name = "libloading"
2096version = "0.7.1"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2099dependencies = [
2100 "cfg-if 1.0.0",
2101 "winapi",
2102]
2103
2104[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052105name = "libm"
2106version = "0.1.4"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2109
2110[[package]]
Alex Crichton8ccf1122018-09-20 21:37:532111name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:442112version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:532113source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442114checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:532115dependencies = [
Alex Crichton093ede22019-08-15 00:45:092116 "cc",
2117 "libc",
Alex Crichton8ccf1122018-09-20 21:37:532118]
2119
2120[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582121name = "libssh2-sys"
Eric Huss000d3362021-12-28 21:24:032122version = "0.2.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582123source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss000d3362021-12-28 21:24:032124checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582125dependencies = [
Alex Crichton093ede22019-08-15 00:45:092126 "cc",
2127 "libc",
2128 "libz-sys",
2129 "openssl-sys",
2130 "pkg-config",
2131 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582132]
2133
2134[[package]]
2135name = "libz-sys"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452136version = "1.1.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582137source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452138checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582139dependencies = [
Alex Crichton093ede22019-08-15 00:45:092140 "cc",
2141 "libc",
2142 "pkg-config",
2143 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582144]
2145
2146[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292147name = "linkchecker"
2148version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302149dependencies = [
2150 "once_cell",
2151 "regex",
2152]
Ahmed Charles9ca382f2016-09-02 08:55:292153
2154[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302155name = "linked-hash-map"
klensy8ebc73b2022-02-06 20:57:292156version = "0.5.4"
Pietro Albini9beb8f52019-11-26 11:06:302157source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292158checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
Pietro Albini9beb8f52019-11-26 11:06:302159
2160[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572161name = "lint-docs"
2162version = "0.1.0"
2163dependencies = [
2164 "serde_json",
2165 "tempfile",
2166 "walkdir",
2167]
2168
2169[[package]]
Hans Kratz6162fc02021-09-25 13:25:082170name = "lld-wrapper"
2171version = "0.1.0"
2172
2173[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392174name = "lock_api"
flip1995e36e5a52021-12-06 11:33:552175version = "0.4.5"
Malo Jaffré8ed13d62017-12-29 10:24:382176source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552177checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
Mark Rousskov342d9562020-08-17 15:21:442178dependencies = [
2179 "scopeguard",
2180]
2181
2182[[package]]
2183name = "log"
Joshua Nelson079d1c42021-05-02 20:56:252184version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:442185source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:252186checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:382187dependencies = [
Joshua Nelson079d1c42021-05-02 20:56:252188 "cfg-if 1.0.0",
Malo Jaffré8ed13d62017-12-29 10:24:382189]
Ahmed Charles9ca382f2016-09-02 08:55:292190
2191[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432192name = "lsp-codec"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312193version = "0.3.0"
Matthias Krüger696fb8f2019-01-21 15:32:432194source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312195checksum = "aa939d0b62476a5a19fb7fcb423a5c6ce8c7e09b851d37531e2fe3e0e6d9d257"
Matthias Krüger696fb8f2019-01-21 15:32:432196dependencies = [
Alex Crichton093ede22019-08-15 00:45:092197 "bytes",
2198 "serde_json",
Caleb Cartwright63913182021-02-10 01:52:542199 "tokio-util",
Matthias Krüger696fb8f2019-01-21 15:32:432200]
2201
2202[[package]]
2203name = "lsp-types"
Igor Matuszewskic2249a42019-09-08 08:28:112204version = "0.60.0"
Matthias Krüger696fb8f2019-01-21 15:32:432205source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:112206checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
Matthias Krüger696fb8f2019-01-21 15:32:432207dependencies = [
Alex Crichton093ede22019-08-15 00:45:092208 "bitflags",
Alex Crichton093ede22019-08-15 00:45:092209 "serde",
Alex Crichton093ede22019-08-15 00:45:092210 "serde_json",
Igor Matuszewskic2249a42019-09-08 08:28:112211 "serde_repr",
Eric Hussf3287a62021-05-12 00:39:512212 "url 2.2.2",
Matthias Krüger696fb8f2019-01-21 15:32:432213]
2214
2215[[package]]
Josh Stone020c5ec2017-05-08 22:01:132216name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:442217version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:132218source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442219checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:132220dependencies = [
Alex Crichton093ede22019-08-15 00:45:092221 "cc",
2222 "libc",
2223 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132224]
2225
2226[[package]]
steveklabnikecfbaca2018-04-03 14:32:042227name = "mac"
2228version = "0.1.1"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092230checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042231
2232[[package]]
Guillaume Gomezcf5ee8f2018-08-15 13:07:072233name = "macro-utils"
Mark Rousskov342d9562020-08-17 15:21:442234version = "0.1.3"
Guillaume Gomezcf5ee8f2018-08-15 13:07:072235source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442236checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
Guillaume Gomezcf5ee8f2018-08-15 13:07:072237
2238[[package]]
steveklabnikecfbaca2018-04-03 14:32:042239name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442240version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042241source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442242checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042243
2244[[package]]
2245name = "markup5ever"
klensy947e7872022-04-15 18:11:142246version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472247source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142248checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472249dependencies = [
Alex Crichton093ede22019-08-15 00:45:092250 "log",
2251 "phf",
2252 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:092253 "string_cache",
2254 "string_cache_codegen",
2255 "tendril",
Eric Huss2dafa912019-06-19 03:36:472256]
2257
2258[[package]]
Oliver Schererec7230f2020-07-24 18:42:002259name = "matchers"
pierwillea25b772021-12-21 17:00:302260version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002261source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302262checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002263dependencies = [
2264 "regex-automata",
2265]
2266
2267[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582268name = "matches"
Alex Crichton2863b752018-08-21 17:23:472269version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582270source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092271checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582272
2273[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152274name = "md-5"
pierwillef6dd122022-02-10 16:54:012275version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:062276source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:012277checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
Arlo Siemsen3296d5c2020-10-13 15:41:062278dependencies = [
pierwillef6dd122022-02-10 16:54:012279 "digest 0.10.2",
Arlo Siemsen3296d5c2020-10-13 15:41:062280]
2281
2282[[package]]
Steve Klabnika0769612017-02-07 23:13:572283name = "mdbook"
Eric Huss51814222022-04-15 18:57:062284version = "0.4.18"
Steve Klabnika0769612017-02-07 23:13:572285source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss51814222022-04-15 18:57:062286checksum = "74612ae81a3e5ee509854049dfa4c7975ae033c06f5fc4735c7dfbe60ee2a39d"
Steve Klabnika0769612017-02-07 23:13:572287dependencies = [
Alex Crichton093ede22019-08-15 00:45:092288 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462289 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092290 "chrono",
Eric Huss51814222022-04-15 18:57:062291 "clap 3.1.1",
2292 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092293 "elasticlunr-rs",
Eric Huss6bcbc422020-06-23 22:23:462294 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092295 "handlebars",
Yuki Okushi1f0a39502020-05-26 04:00:422296 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092297 "log",
2298 "memchr",
Eric Hussa882fdd2021-12-03 20:25:072299 "opener",
Guillaume Gomez80b26bd2022-01-19 10:02:242300 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:092301 "regex",
2302 "serde",
2303 "serde_derive",
2304 "serde_json",
klensyc63cb012021-06-01 15:25:362305 "shlex",
Alex Crichton093ede22019-08-15 00:45:092306 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:352307 "toml",
Eric Hussa882fdd2021-12-03 20:25:072308 "topological-sort",
James Munnsde763692019-01-19 02:39:372309]
2310
2311[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492312name = "measureme"
Aaron Hilla258feb2021-05-31 16:53:462313version = "9.1.2"
Wesley Wiser5ac55562020-10-01 12:34:482314source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hilla258feb2021-05-31 16:53:462315checksum = "78f7a41bc6f856a2cf0e95094ad5121f82500e2d9a0f3c0171d98f6566d8117d"
Wesley Wiser5ac55562020-10-01 12:34:482316dependencies = [
Wesley Wisere130e9c2021-02-25 23:25:382317 "log",
klensydcdc3082021-05-11 19:03:592318 "memmap2",
Caleb Cartwright63913182021-02-10 01:52:542319 "parking_lot",
Wesley Wisere130e9c2021-02-25 23:25:382320 "perf-event-open-sys",
Wesley Wiser5ac55562020-10-01 12:34:482321 "rustc-hash",
Jubilee Younge8eb6912021-04-22 04:40:292322 "smallvec",
Wesley Wiser5ac55562020-10-01 12:34:482323]
2324
2325[[package]]
Ryan Levick947a33b2021-07-23 14:25:582326name = "measureme"
Ryan Levick757f76e2021-10-07 13:08:442327version = "10.0.0"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "bd460fad6e55ca82fa0cd9dab0d315294188fd9ec6efbf4105e5635d4872ef9c"
Ryan Levick947a33b2021-07-23 14:25:582330dependencies = [
2331 "log",
2332 "memmap2",
2333 "parking_lot",
2334 "perf-event-open-sys",
2335 "rustc-hash",
2336 "smallvec",
2337]
2338
2339[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582340name = "memchr"
Alex Crichton4a3e7362021-08-19 02:44:242341version = "2.4.1"
Oliver Schneideracdf83f2017-12-06 08:25:292342source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton4a3e7362021-08-19 02:44:242343checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2344dependencies = [
2345 "compiler_builtins",
2346 "rustc-std-workspace-core",
2347]
Steve Klabnika0769612017-02-07 23:13:572348
2349[[package]]
Camille GILLOT458d0442021-03-17 16:29:452350name = "memmap2"
2351version = "0.2.1"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2354dependencies = [
2355 "libc",
2356]
2357
2358[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452359name = "memoffset"
Josh Stonef3b88122022-01-10 19:34:072360version = "0.6.5"
Ralf Jungc7a599e2019-07-25 13:57:252361source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:072362checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
Ralf Jungc7a599e2019-07-25 13:57:252363dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442364 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252365]
2366
2367[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052368name = "minifier"
Guillaume Gomeza496fa42022-03-07 14:10:242369version = "0.0.43"
Guillaume Gomez4b145732018-05-10 22:02:052370source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomeza496fa42022-03-07 14:10:242371checksum = "d81352bda6f4d04af1720afaa762054f66e16caffd93c1f86461a1c0ac4e695e"
Guillaume Gomez4b145732018-05-10 22:02:052372dependencies = [
Alex Crichton093ede22019-08-15 00:45:092373 "macro-utils",
Guillaume Gomez4b145732018-05-10 22:02:052374]
2375
2376[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462377name = "minimal-lexical"
2378version = "0.2.1"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2381
2382[[package]]
Alex Crichtonb4110902018-12-08 11:06:542383name = "miniz_oxide"
Alex Crichton06d565c2020-05-13 21:22:372384version = "0.4.0"
Alex Crichtonb4110902018-12-08 11:06:542385source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:372386checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
Alex Crichtonb4110902018-12-08 11:06:542387dependencies = [
Alex Crichton06d565c2020-05-13 21:22:372388 "adler",
2389 "compiler_builtins",
2390 "rustc-std-workspace-alloc",
2391 "rustc-std-workspace-core",
Alex Crichtonb4110902018-12-08 11:06:542392]
2393
2394[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432395name = "mio"
klensy8ebc73b2022-02-06 20:57:292396version = "0.7.14"
Matthias Krüger696fb8f2019-01-21 15:32:432397source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292398checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
Matthias Krüger696fb8f2019-01-21 15:32:432399dependencies = [
Alex Crichton093ede22019-08-15 00:45:092400 "libc",
2401 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312402 "miow",
2403 "ntapi",
2404 "winapi",
Matthias Krüger696fb8f2019-01-21 15:32:432405]
2406
2407[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582408name = "miow"
klensyd5e8ad42021-07-04 18:49:562409version = "0.3.7"
Alex Crichtona8eaabc2018-03-07 07:39:552410source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd5e8ad42021-07-04 18:49:562411checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Alex Crichtona8eaabc2018-03-07 07:39:552412dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312413 "winapi",
Alex Crichtona8eaabc2018-03-07 07:39:552414]
2415
2416[[package]]
kennytm0692b3d2017-12-15 19:41:582417name = "miri"
2418version = "0.1.0"
2419dependencies = [
Alex Crichton093ede22019-08-15 00:45:092420 "colored",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:412421 "compiletest_rs",
Ralf Junge5d01782021-10-04 22:13:002422 "env_logger 0.9.0",
Ralf Jung0e908752020-09-17 18:04:202423 "getrandom 0.2.0",
Ralf Jung759e4952020-06-01 18:17:202424 "libc",
Alex Crichton093ede22019-08-15 00:45:092425 "log",
Ryan Levick757f76e2021-10-07 13:08:442426 "measureme 9.1.2",
klensy947e7872022-04-15 18:11:142427 "rand 0.8.5",
Alex Crichton093ede22019-08-15 00:45:092428 "rustc-workspace-hack",
Ralf Junge5684232022-01-05 09:41:222429 "rustc_version",
Alex Crichton093ede22019-08-15 00:45:092430 "shell-escape",
Jubilee Younge8eb6912021-04-22 04:40:292431 "smallvec",
kennytm0692b3d2017-12-15 19:41:582432]
2433
2434[[package]]
Alex Crichtond8251152018-07-02 16:33:162435name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442436version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162437source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442438checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452439
2440[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462441name = "nom"
2442version = "7.1.0"
2443source = "registry+https://github.com/rust-lang/crates.io-index"
2444checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2445dependencies = [
2446 "memchr",
2447 "minimal-lexical",
2448 "version_check",
2449]
2450
2451[[package]]
Eric Huss3a6fc802022-04-20 13:50:392452name = "normalize-line-endings"
2453version = "0.3.0"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2456
2457[[package]]
Igor Matuszewskiaf53b0d2021-07-21 13:17:312458name = "ntapi"
2459version = "0.3.6"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2462dependencies = [
2463 "winapi",
2464]
2465
2466[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242467name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442468version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162469source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442470checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162471dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442472 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092473 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162474]
2475
2476[[package]]
2477name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442478version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572479source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442480checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2481dependencies = [
2482 "autocfg",
2483]
Steve Klabnik2795de32017-02-20 00:20:572484
2485[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292486name = "num_cpus"
klensy8ebc73b2022-02-06 20:57:292487version = "1.13.1"
Ahmed Charles9ca382f2016-09-02 08:55:292488source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292489checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
Ahmed Charles9ca382f2016-09-02 08:55:292490dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:072491 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:092492 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292493]
2494
2495[[package]]
Alex Crichton06d565c2020-05-13 21:22:372496name = "object"
Mark Rousskov4c7c97a2021-08-30 20:10:192497version = "0.26.2"
Alex Crichton06d565c2020-05-13 21:22:372498source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov4c7c97a2021-08-30 20:10:192499checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
Alex Crichton06d565c2020-05-13 21:22:372500dependencies = [
2501 "compiler_builtins",
Alex Crichton0e033872021-04-22 18:53:332502 "memchr",
Alex Crichton4a3e7362021-08-19 02:44:242503 "rustc-std-workspace-alloc",
2504 "rustc-std-workspace-core",
Alex Crichton0e033872021-04-22 18:53:332505]
2506
2507[[package]]
David Wood2dc1a8a2021-12-03 14:24:052508name = "object"
Lain Yang9a337b62022-01-07 05:32:582509version = "0.28.1"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "7ce8b38d41f9f3618fc23f908faae61510f8d8ce2d99cbe910641e8f1971f084"
2512dependencies = [
2513 "crc32fast",
Rémy Rakic820fd052022-01-20 14:09:052514 "flate2",
Amanieu d'Antras88149d12022-01-17 07:46:112515 "hashbrown 0.11.2",
Lain Yang9a337b62022-01-07 05:32:582516 "indexmap",
2517 "memchr",
2518]
2519
2520[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372521name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152522version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372523source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152524checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372525dependencies = [
2526 "cfg-if 1.0.0",
2527]
2528
2529[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412530name = "once_cell"
Jakub Beránek34e2d3b2022-04-20 22:15:042531version = "1.10.0"
Mark Rousskov2fc32b92019-09-10 01:01:412532source = "registry+https://github.com/rust-lang/crates.io-index"
Jakub Beránek34e2d3b2022-04-20 22:15:042533checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
Mark Rousskov2fc32b92019-09-10 01:01:412534
2535[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152536name = "opaque-debug"
2537version = "0.2.3"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2540
2541[[package]]
Alex Crichton2863b752018-08-21 17:23:472542name = "opener"
Eric Hussfaa64612021-06-22 23:19:242543version = "0.5.0"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2546dependencies = [
2547 "bstr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312548 "winapi",
Eric Hussfaa64612021-06-22 23:19:242549]
2550
2551[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582552name = "openssl"
Johannes Nixdorf59c66bb2022-04-16 08:50:292553version = "0.10.38"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582554source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292555checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582556dependencies = [
Alex Crichton093ede22019-08-15 00:45:092557 "bitflags",
klensy50c38902021-05-01 11:50:032558 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092559 "foreign-types",
Alex Crichton093ede22019-08-15 00:45:092560 "libc",
klensy50c38902021-05-01 11:50:032561 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092562 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582563]
2564
2565[[package]]
2566name = "openssl-probe"
Alex Crichton325d7392017-12-10 17:42:492567version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582568source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092569checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582570
2571[[package]]
Eric Huss97308712018-08-14 21:27:262572name = "openssl-src"
klensy4e079132022-04-11 18:50:192573version = "111.18.0+1.1.1n"
Eric Huss97308712018-08-14 21:27:262574source = "registry+https://github.com/rust-lang/crates.io-index"
klensy4e079132022-04-11 18:50:192575checksum = "7897a926e1e8d00219127dc020130eca4292e5ca666dd592480d72c3eca2ff6c"
Eric Huss97308712018-08-14 21:27:262576dependencies = [
Alex Crichton093ede22019-08-15 00:45:092577 "cc",
Eric Huss97308712018-08-14 21:27:262578]
2579
2580[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582581name = "openssl-sys"
Johannes Nixdorf59c66bb2022-04-16 08:50:292582version = "0.9.72"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582583source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292584checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582585dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152586 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092587 "cc",
2588 "libc",
2589 "openssl-src",
2590 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092591 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582592]
2593
2594[[package]]
Nick Cameron77177052018-07-06 00:34:002595name = "ordslice"
2596version = "0.3.0"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092598checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
Nick Cameron77177052018-07-06 00:34:002599
2600[[package]]
Eric Huss94015472021-10-12 04:48:272601name = "os_info"
2602version = "3.0.7"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "6ac91020bfed8cc3f8aa450d4c3b5fa1d3373fc091c8a92009f3b27749d5a227"
2605dependencies = [
2606 "log",
2607 "serde",
2608 "winapi",
2609]
2610
2611[[package]]
Eric Hussbfacc5c2022-01-19 03:14:332612name = "os_str_bytes"
2613version = "6.0.0"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
2616dependencies = [
2617 "memchr",
2618]
2619
2620[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:352621name = "output_vt100"
2622version = "0.1.2"
2623source = "registry+https://github.com/rust-lang/crates.io-index"
2624checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2625dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312626 "winapi",
Mateusz Mikułaf5e702d2020-03-26 13:10:352627]
2628
2629[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052630name = "packed_simd_2"
2631version = "0.3.4"
Nick Cameron7a7445b2018-12-01 10:36:322632source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:052633checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
Nick Cameron7a7445b2018-12-01 10:36:322634dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072635 "cfg-if 0.1.10",
Yuki Okushi2b0e27e2021-03-17 20:34:052636 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322637]
2638
2639[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292640name = "panic_abort"
2641version = "0.0.0"
2642dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392643 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:072644 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092645 "compiler_builtins",
2646 "core",
2647 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292648]
2649
2650[[package]]
2651name = "panic_unwind"
2652version = "0.0.0"
2653dependencies = [
Alex Crichton093ede22019-08-15 00:45:092654 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:072655 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092656 "compiler_builtins",
2657 "core",
2658 "libc",
2659 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292660]
2661
2662[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112663name = "parity-tokio-ipc"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312664version = "0.9.0"
Igor Matuszewskic2249a42019-09-08 08:28:112665source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312666checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
Igor Matuszewskic2249a42019-09-08 08:28:112667dependencies = [
klensy8ebc73b2022-02-06 20:57:292668 "futures 0.3.19",
Caleb Cartwright63913182021-02-10 01:52:542669 "libc",
Igor Matuszewskic2249a42019-09-08 08:28:112670 "log",
Aaron Hill2550d5b2021-03-07 23:39:192671 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:112672 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312673 "winapi",
Igor Matuszewskic2249a42019-09-08 08:28:112674]
2675
2676[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012677name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552678version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442679source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552680checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442681dependencies = [
2682 "instant",
Caleb Cartwright63913182021-02-10 01:52:542683 "lock_api",
2684 "parking_lot_core",
Mark Rousskov342d9562020-08-17 15:21:442685]
2686
2687[[package]]
2688name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552689version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442690source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552691checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442692dependencies = [
Yuki Okushi79348f42021-03-17 20:25:472693 "cfg-if 1.0.0",
Mark Rousskov342d9562020-08-17 15:21:442694 "instant",
2695 "libc",
klensydcdc3082021-05-11 19:03:592696 "redox_syscall",
Jubilee Younge8eb6912021-04-22 04:40:292697 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312698 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312699]
2700
2701[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272702name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322703version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272704source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322705checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272706
2707[[package]]
Alex Crichton1cede102017-06-15 02:33:062708name = "percent-encoding"
Oliver Schneideracdf83f2017-12-06 08:25:292709version = "1.0.1"
Alex Crichton1cede102017-06-15 02:33:062710source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092711checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
Alex Crichton1cede102017-06-15 02:33:062712
2713[[package]]
Eric Hussf2428a62019-08-01 00:44:392714name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482715version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392716source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482717checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392718
2719[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382720name = "perf-event-open-sys"
2721version = "1.0.1"
2722source = "registry+https://github.com/rust-lang/crates.io-index"
2723checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2724dependencies = [
2725 "libc",
2726]
2727
2728[[package]]
Steve Klabnika0769612017-02-07 23:13:572729name = "pest"
Mark Rousskov342d9562020-08-17 15:21:442730version = "2.1.3"
James Munnsde763692019-01-19 02:39:372731source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442732checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
James Munnsde763692019-01-19 02:39:372733dependencies = [
Alex Crichton093ede22019-08-15 00:45:092734 "ucd-trie",
James Munnsde763692019-01-19 02:39:372735]
2736
2737[[package]]
Alex Crichtone9d89832018-04-02 15:43:552738name = "pest_derive"
James Munnsde763692019-01-19 02:39:372739version = "2.1.0"
2740source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092741checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
James Munnsde763692019-01-19 02:39:372742dependencies = [
Alex Crichton093ede22019-08-15 00:45:092743 "pest",
2744 "pest_generator",
James Munnsde763692019-01-19 02:39:372745]
2746
2747[[package]]
2748name = "pest_generator"
Igor Matuszewski8c6e5682020-05-05 11:26:292749version = "2.1.3"
James Munnsde763692019-01-19 02:39:372750source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8c6e5682020-05-05 11:26:292751checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
James Munnsde763692019-01-19 02:39:372752dependencies = [
Alex Crichton093ede22019-08-15 00:45:092753 "pest",
2754 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152755 "proc-macro2",
2756 "quote",
2757 "syn",
James Munnsde763692019-01-19 02:39:372758]
2759
2760[[package]]
2761name = "pest_meta"
Arlo Siemsenf86b0782020-03-31 05:17:152762version = "2.1.3"
James Munnsde763692019-01-19 02:39:372763source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:152764checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
James Munnsde763692019-01-19 02:39:372765dependencies = [
Alex Crichton093ede22019-08-15 00:45:092766 "maplit",
2767 "pest",
Arlo Siemsen3296d5c2020-10-13 15:41:062768 "sha-1 0.8.2",
James Munnsde763692019-01-19 02:39:372769]
2770
2771[[package]]
Jack Hueya24df5b2020-03-03 16:25:032772name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192773version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032774source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192775checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032776dependencies = [
2777 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192778 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032779]
2780
2781[[package]]
steveklabnikecfbaca2018-04-03 14:32:042782name = "phf"
klensy947e7872022-04-15 18:11:142783version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042784source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142785checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042786dependencies = [
Alex Crichton093ede22019-08-15 00:45:092787 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042788]
2789
2790[[package]]
2791name = "phf_codegen"
klensy947e7872022-04-15 18:11:142792version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042793source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142794checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042795dependencies = [
Alex Crichton093ede22019-08-15 00:45:092796 "phf_generator",
2797 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042798]
2799
2800[[package]]
2801name = "phf_generator"
klensy947e7872022-04-15 18:11:142802version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042803source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142804checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042805dependencies = [
Alex Crichton093ede22019-08-15 00:45:092806 "phf_shared",
klensy947e7872022-04-15 18:11:142807 "rand 0.8.5",
steveklabnikecfbaca2018-04-03 14:32:042808]
2809
2810[[package]]
2811name = "phf_shared"
klensy947e7872022-04-15 18:11:142812version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042813source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142814checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042815dependencies = [
Alex Crichton093ede22019-08-15 00:45:092816 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042817]
2818
2819[[package]]
Caleb Cartwright63913182021-02-10 01:52:542820name = "pin-project-lite"
klensy9f621ae2022-01-24 17:19:212821version = "0.2.8"
Caleb Cartwright63913182021-02-10 01:52:542822source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:212823checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
Caleb Cartwright63913182021-02-10 01:52:542824
2825[[package]]
2826name = "pin-utils"
2827version = "0.1.0"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2830
2831[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582832name = "pkg-config"
Mark Rousskov342d9562020-08-17 15:21:442833version = "0.3.18"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582834source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442835checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582836
2837[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012838name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062839version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012840source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062841checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512842dependencies = [
Alex Crichton093ede22019-08-15 00:45:092843 "datafrog",
2844 "log",
2845 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512846]
Santiago Pastorino8429d112018-05-24 21:52:012847
2848[[package]]
gnzlbg52caca02019-08-01 15:02:262849name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212850version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262851source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212852checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262853
2854[[package]]
steveklabnikecfbaca2018-04-03 14:32:042855name = "precomputed-hash"
2856version = "0.1.1"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092858checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042859
2860[[package]]
Mark Simulacrum42fde212018-03-10 14:03:062861name = "pretty_assertions"
klensy8ebc73b2022-02-06 20:57:292862version = "0.7.2"
Mark Simulacrum42fde212018-03-10 14:03:062863source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292864checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
Mark Simulacrum42fde212018-03-10 14:03:062865dependencies = [
klensy8ebc73b2022-02-06 20:57:292866 "ansi_term",
Mateusz Mikułaf5e702d2020-03-26 13:10:352867 "ctor",
klensy8ebc73b2022-02-06 20:57:292868 "diff",
Mateusz Mikułaf5e702d2020-03-26 13:10:352869 "output_vt100",
Mark Simulacrum42fde212018-03-10 14:03:062870]
2871
2872[[package]]
Eric Huss8c20add2018-12-03 01:33:202873name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382874version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202875source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382876checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202877dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382878 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092879 "log",
Eric Huss8c20add2018-12-03 01:33:202880]
2881
2882[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112883name = "proc-macro-crate"
Mark Rousskov342d9562020-08-17 15:21:442884version = "0.1.5"
Igor Matuszewskic2249a42019-09-08 08:28:112885source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442886checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
Igor Matuszewskic2249a42019-09-08 08:28:112887dependencies = [
2888 "toml",
2889]
2890
2891[[package]]
2892name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442893version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112894source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442895checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112896dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442897 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152898 "proc-macro2",
2899 "quote",
2900 "syn",
Mark Rousskov342d9562020-08-17 15:21:442901 "version_check",
2902]
2903
2904[[package]]
2905name = "proc-macro-error-attr"
2906version = "1.0.4"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2909dependencies = [
2910 "proc-macro2",
2911 "quote",
2912 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552913]
2914
2915[[package]]
David Wood7f916972022-03-26 07:27:432916name = "proc-macro-hack"
2917version = "0.5.19"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2920
2921[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112922name = "proc-macro2"
klensy813420b2022-04-18 16:10:372923version = "1.0.37"
Igor Matuszewskic2249a42019-09-08 08:28:112924source = "registry+https://github.com/rust-lang/crates.io-index"
klensy813420b2022-04-18 16:10:372925checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
Igor Matuszewskic2249a42019-09-08 08:28:112926dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152927 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:112928]
2929
2930[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292931name = "proc_macro"
2932version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082933dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322934 "core",
Alex Crichtonb47c9692019-08-16 15:29:082935 "std",
2936]
Ahmed Charles9ca382f2016-09-02 08:55:292937
2938[[package]]
whitequark42754ce2017-02-13 09:57:502939name = "profiler_builtins"
2940version = "0.0.0"
2941dependencies = [
Alex Crichton093ede22019-08-15 00:45:092942 "cc",
2943 "compiler_builtins",
2944 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392945]
2946
2947[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242948name = "psm"
Mateusz Mikułaf58289c2021-08-18 20:36:352949version = "0.1.16"
Oliver Scherer26edcee2018-11-02 15:14:242950source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf58289c2021-08-18 20:36:352951checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
Oliver Scherer26edcee2018-11-02 15:14:242952dependencies = [
2953 "cc",
2954]
2955
2956[[package]]
Steve Klabnika0769612017-02-07 23:13:572957name = "pulldown-cmark"
Guillaume Gomezecd39aa2022-01-17 19:58:422958version = "0.9.1"
Joshua Nelsone4c28bf2020-09-14 00:15:012959source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezecd39aa2022-01-17 19:58:422960checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
Joshua Nelsone4c28bf2020-09-14 00:15:012961dependencies = [
2962 "bitflags",
Joshua Nelsone4c28bf2020-09-14 00:15:012963 "memchr",
2964 "unicase",
2965]
2966
2967[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322968name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442969version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322970source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442971checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322972
2973[[package]]
Steve Klabnika0769612017-02-07 23:13:572974name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062975version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572976source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062977checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572978
2979[[package]]
Mark Rousskov342d9562020-08-17 15:21:442980name = "quick-error"
2981version = "2.0.0"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
2984
2985[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292986name = "quine-mc_cluskey"
2987version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582988source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092989checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582990
2991[[package]]
2992name = "quote"
klensy813420b2022-04-18 16:10:372993version = "1.0.18"
Igor Matuszewskic2249a42019-09-08 08:28:112994source = "registry+https://github.com/rust-lang/crates.io-index"
klensy813420b2022-04-18 16:10:372995checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
Igor Matuszewskic2249a42019-09-08 08:28:112996dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152997 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552998]
2999
3000[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583001name = "racer"
Pietro Albinid7b867b2022-04-04 14:04:373002version = "2.2.2"
Igor Matuszewski69c3b722022-01-15 17:09:293003source = "registry+https://github.com/rust-lang/crates.io-index"
Pietro Albinid7b867b2022-04-04 14:04:373004checksum = "64954e44fc0d1dcc64e0b9f2b155249ad62849eba25354b76ae1598d1e8f0fa0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583005dependencies = [
Alex Crichton093ede22019-08-15 00:45:093006 "bitflags",
Eric Hussbfacc5c2022-01-19 03:14:333007 "clap 2.34.0",
Alex Crichton093ede22019-08-15 00:45:093008 "derive_more",
Igor Matuszewski8fc4bba2020-02-12 14:47:313009 "env_logger 0.7.1",
Mark Rousskov342d9562020-08-17 15:21:443010 "humantime 2.0.1",
Yuki Okushi1f0a39502020-05-26 04:00:423011 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093012 "log",
3013 "rls-span",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583014]
3015
3016[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293017name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:573018version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:263019source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:573020checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:263021dependencies = [
Ralf Jung0e908752020-09-17 18:04:203022 "getrandom 0.1.14",
Alex Crichton093ede22019-08-15 00:45:093023 "libc",
Aaron Hill2550d5b2021-03-07 23:39:193024 "rand_chacha 0.2.2",
3025 "rand_core 0.5.1",
klensy947e7872022-04-15 18:11:143026 "rand_hc",
Alex Crichtonb4110902018-12-08 11:06:543027]
3028
3029[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193030name = "rand"
klensy947e7872022-04-15 18:11:143031version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:193032source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143033checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:193034dependencies = [
3035 "libc",
3036 "rand_chacha 0.3.0",
3037 "rand_core 0.6.2",
Aaron Hill2550d5b2021-03-07 23:39:193038]
3039
3040[[package]]
gnzlbg52caca02019-08-01 15:02:263041name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:213042version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:263043source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:213044checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:263045dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:213046 "ppv-lite86",
Aaron Hill2550d5b2021-03-07 23:39:193047 "rand_core 0.5.1",
3048]
3049
3050[[package]]
3051name = "rand_chacha"
3052version = "0.3.0"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
3055dependencies = [
3056 "ppv-lite86",
3057 "rand_core 0.6.2",
gnzlbg52caca02019-08-01 15:02:263058]
3059
3060[[package]]
Alex Crichtonb4110902018-12-08 11:06:543061name = "rand_core"
Eric Huss2b985322019-11-25 16:14:073062version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:263063source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:073064checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:263065dependencies = [
Ralf Jung0e908752020-09-17 18:04:203066 "getrandom 0.1.14",
gnzlbg52caca02019-08-01 15:02:263067]
3068
3069[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193070name = "rand_core"
3071version = "0.6.2"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
3074dependencies = [
3075 "getrandom 0.2.0",
3076]
3077
3078[[package]]
Alex Crichtonb4110902018-12-08 11:06:543079name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:263080version = "0.2.0"
3081source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093082checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:263083dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193084 "rand_core 0.5.1",
3085]
3086
3087[[package]]
Ralf Jung5b78e982019-04-19 07:37:333088name = "rand_xorshift"
3089version = "0.2.0"
3090source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093091checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:333092dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193093 "rand_core 0.5.1",
Eric Huss2b985322019-11-25 16:14:073094]
3095
3096[[package]]
3097name = "rand_xoshiro"
3098version = "0.4.0"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
3101dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193102 "rand_core 0.5.1",
Ralf Jung5b78e982019-04-19 07:37:333103]
3104
3105[[package]]
Chase Wilson09f15422021-08-29 15:55:293106name = "rand_xoshiro"
3107version = "0.6.0"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3110dependencies = [
3111 "rand_core 0.6.2",
3112]
3113
3114[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293115name = "rayon"
Josh Stonef3b88122022-01-10 19:34:073116version = "1.5.1"
Nick Cameron4b6f5c22018-02-26 03:15:453117source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:073118checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
Nick Cameron4b6f5c22018-02-26 03:15:453119dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443120 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163121 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:093122 "either",
3123 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293124]
3125
3126[[package]]
3127name = "rayon-core"
Josh Stonef3b88122022-01-10 19:34:073128version = "1.9.1"
Oliver Schneideracdf83f2017-12-06 08:25:293129source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:073130checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
Oliver Schneideracdf83f2017-12-06 08:25:293131dependencies = [
Josh Stonef3b88122022-01-10 19:34:073132 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163133 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073134 "crossbeam-utils",
Yuki Okushi1f0a39502020-05-26 04:00:423135 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093136 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:313137]
3138
3139[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353140name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:403141version = "0.2.10"
flip19950046d7c2021-02-25 10:26:233142source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:403143checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:233144dependencies = [
3145 "bitflags",
3146]
3147
3148[[package]]
flip19954c228cc2019-02-18 09:32:583149name = "redox_users"
flip19950046d7c2021-02-25 10:26:233150version = "0.4.0"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3153dependencies = [
3154 "getrandom 0.2.0",
klensydcdc3082021-05-11 19:03:593155 "redox_syscall",
flip19950046d7c2021-02-25 10:26:233156]
3157
3158[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583159name = "regex"
Eric Huss51814222022-04-15 18:57:063160version = "1.5.5"
Oliver Schneider847bb142018-05-11 12:11:063161source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss51814222022-04-15 18:57:063162checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
Oliver Schneider847bb142018-05-11 12:11:063163dependencies = [
Alex Crichton093ede22019-08-15 00:45:093164 "aho-corasick",
3165 "memchr",
3166 "regex-syntax",
Oliver Schneider847bb142018-05-11 12:11:063167]
3168
3169[[package]]
Oliver Schererec7230f2020-07-24 18:42:003170name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093171version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003172source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093173checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003174dependencies = [
Oliver Schererec7230f2020-07-24 18:42:003175 "regex-syntax",
3176]
3177
3178[[package]]
Steve Klabnika0769612017-02-07 23:13:573179name = "regex-syntax"
bjorn397c2fa12021-07-07 09:07:093180version = "0.6.25"
Oliver Schneider847bb142018-05-11 12:11:063181source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093182checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
Oliver Schneider847bb142018-05-11 12:11:063183
3184[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193185name = "remote-test-client"
3186version = "0.1.0"
3187
3188[[package]]
3189name = "remote-test-server"
3190version = "0.1.0"
3191
3192[[package]]
Alex Crichton994bfd42018-02-26 17:07:163193name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:443194version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:163195source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443196checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:163197dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:313198 "winapi",
Alex Crichton994bfd42018-02-26 17:07:163199]
3200
3201[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583202name = "rls"
Igor Matuszewski5b091302019-12-10 15:01:013203version = "1.41.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583204dependencies = [
Eric Huss6da85d62020-01-14 17:47:043205 "anyhow",
Alex Crichton093ede22019-08-15 00:45:093206 "cargo",
Caleb Cartwrighte2fe4f22021-04-11 16:42:013207 "cargo-util",
klensy8ebc73b2022-02-06 20:57:293208 "cargo_metadata",
Alex Crichton093ede22019-08-15 00:45:093209 "clippy_lints",
Igor Matuszewski8fc4bba2020-02-12 14:47:313210 "crossbeam-channel",
Alex Crichton093ede22019-08-15 00:45:093211 "difference",
Igor Matuszewskid83c44a2022-01-15 16:31:373212 "env_logger 0.9.0",
klensy8ebc73b2022-02-06 20:57:293213 "futures 0.3.19",
Alex Crichton093ede22019-08-15 00:45:093214 "heck",
Igor Matuszewskic2249a42019-09-08 08:28:113215 "home",
pierwillf684acd2022-03-04 17:54:283216 "itertools",
Alex Crichton093ede22019-08-15 00:45:093217 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:423218 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093219 "log",
3220 "lsp-codec",
3221 "lsp-types",
3222 "num_cpus",
3223 "ordslice",
3224 "racer",
klensy947e7872022-04-15 18:11:143225 "rand 0.8.5",
Alex Crichton093ede22019-08-15 00:45:093226 "rayon",
3227 "regex",
3228 "rls-analysis",
3229 "rls-data",
Igor Matuszewskic2249a42019-09-08 08:28:113230 "rls-ipc",
Alex Crichton093ede22019-08-15 00:45:093231 "rls-rustc",
3232 "rls-span",
3233 "rls-vfs",
Alex Crichton093ede22019-08-15 00:45:093234 "rustc-workspace-hack",
Igor Matuszewski31dc27d2019-06-08 20:15:223235 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton093ede22019-08-15 00:45:093236 "rustfmt-nightly",
3237 "serde",
3238 "serde_derive",
Igor Matuszewskic2249a42019-09-08 08:28:113239 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:093240 "serde_json",
3241 "tempfile",
3242 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313243 "tokio-stream",
Caleb Cartwright63913182021-02-10 01:52:543244 "tokio-util",
Eric Huss7d92cf42019-08-20 17:46:353245 "toml",
Eric Huss7758eaf2022-04-28 05:42:543246 "toml_edit 0.13.4",
Eric Hussf3287a62021-05-12 00:39:513247 "url 2.2.2",
Alex Crichton093ede22019-08-15 00:45:093248 "walkdir",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583249]
3250
3251[[package]]
3252name = "rls-analysis"
Eric Huss1dac6992022-02-10 15:47:013253version = "0.18.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583254dependencies = [
Alex Crichton093ede22019-08-15 00:45:093255 "derive-new",
Igor Matuszewskid83c44a2022-01-15 16:31:373256 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093257 "fst",
pierwillf684acd2022-03-04 17:54:283258 "itertools",
Alex Crichton093ede22019-08-15 00:45:093259 "json",
Eric Huss893ca662021-04-22 22:47:103260 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093261 "log",
3262 "rls-data",
3263 "rls-span",
3264 "serde",
3265 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483266]
3267
3268[[package]]
Martin Algesten9a6afa82018-02-02 07:29:593269name = "rls-data"
Igor Matuszewskid72ea1b2021-01-15 00:50:593270version = "0.19.1"
Igor Matuszewski3ac464f2021-01-15 01:26:553271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
Martin Algesten9a6afa82018-02-02 07:29:593273dependencies = [
Alex Crichton093ede22019-08-15 00:45:093274 "rls-span",
3275 "serde",
Martin Algesten9a6afa82018-02-02 07:29:593276]
3277
3278[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:113279name = "rls-ipc"
3280version = "0.1.0"
3281dependencies = [
3282 "jsonrpc-core",
3283 "jsonrpc-core-client",
3284 "jsonrpc-derive",
3285 "jsonrpc-ipc-server",
3286 "rls-data",
3287 "serde",
3288]
3289
3290[[package]]
Nick Cameron92867d22017-08-30 05:09:363291name = "rls-rustc"
Igor Matuszewski9a6a2692019-03-10 16:03:323292version = "0.6.0"
Igor Matuszewskic2249a42019-09-08 08:28:113293dependencies = [
3294 "clippy_lints",
Igor Matuszewskid83c44a2022-01-15 16:31:373295 "env_logger 0.9.0",
klensy8ebc73b2022-02-06 20:57:293296 "futures 0.3.19",
Igor Matuszewskic2249a42019-09-08 08:28:113297 "log",
klensy947e7872022-04-15 18:11:143298 "rand 0.8.5",
Igor Matuszewskic2249a42019-09-08 08:28:113299 "rls-data",
3300 "rls-ipc",
3301 "serde",
3302 "tokio",
3303]
Nick Cameron92867d22017-08-30 05:09:363304
3305[[package]]
Nick Cameronfee1f642017-03-14 02:16:443306name = "rls-span"
Igor Matuszewskid72ea1b2021-01-15 00:50:593307version = "0.5.3"
Igor Matuszewski3ac464f2021-01-15 01:26:553308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
Nick Cameronfee1f642017-03-14 02:16:443310dependencies = [
Alex Crichton093ede22019-08-15 00:45:093311 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583312]
3313
3314[[package]]
3315name = "rls-vfs"
Igor Matuszewski4fb570d2019-04-21 10:52:073316version = "0.8.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583317source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093318checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583319dependencies = [
Alex Crichton093ede22019-08-15 00:45:093320 "log",
3321 "rls-span",
Nick Cameronfee1f642017-03-14 02:16:443322]
3323
3324[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153325name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173326version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153327dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173328 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153329 "rustc-demangle",
3330]
3331
3332[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293333name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573334version = "0.1.0"
3335dependencies = [
Eric Hussbfacc5c2022-01-19 03:14:333336 "clap 2.34.0",
Eric Huss5b9e9d02020-11-15 01:37:023337 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093338 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573339]
Ahmed Charles9ca382f2016-09-02 08:55:293340
3341[[package]]
Josh Stone020c5ec2017-05-08 22:01:133342name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253343version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:133344source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253345checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:513346dependencies = [
Alex Crichton093ede22019-08-15 00:45:093347 "compiler_builtins",
3348 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513349]
Josh Stone020c5ec2017-05-08 22:01:133350
3351[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023352name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193353version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023354source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193355checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023356
3357[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293358name = "rustc-main"
3359version = "0.0.0"
3360dependencies = [
Alex Crichton093ede22019-08-15 00:45:093361 "rustc_codegen_ssa",
3362 "rustc_driver",
Gus Wynn39657732021-04-04 21:07:563363 "tikv-jemalloc-sys",
Ahmed Charles9ca382f2016-09-02 08:55:293364]
3365
3366[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033367name = "rustc-rayon"
Josh Stonef3b88122022-01-10 19:34:073368version = "0.3.2"
Josh Stone33c41252019-09-10 17:13:073369source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:073370checksum = "9974ab223660e61c1b4e7b43b827379df286736ca988308ce7e16f59f2d89246"
Josh Stone33c41252019-09-10 17:13:073371dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163372 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073373 "either",
Igor Matuszewski5b091302019-12-10 15:01:013374 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413375]
3376
3377[[package]]
Josh Stone33c41252019-09-10 17:13:073378name = "rustc-rayon-core"
Josh Stonef3b88122022-01-10 19:34:073379version = "0.3.2"
Josh Stone33c41252019-09-10 17:13:073380source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:073381checksum = "564bfd27be8db888d0fa76aa4335e7851aaed0c2c11ad1e93aeb9349f6b88500"
Josh Stone33c41252019-09-10 17:13:073382dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163383 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073384 "crossbeam-utils",
Yuki Okushi1f0a39502020-05-26 04:00:423385 "lazy_static",
Josh Stone33c41252019-09-10 17:13:073386 "num_cpus",
3387]
3388
3389[[package]]
flip1995898ef0f2020-12-06 14:07:593390name = "rustc-semver"
3391version = "1.1.0"
3392source = "registry+https://github.com/rust-lang/crates.io-index"
3393checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3394
3395[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053396name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053397version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053398dependencies = [
Alex Crichton093ede22019-08-15 00:45:093399 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053400]
3401
3402[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503403name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053404version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503405dependencies = [
Alex Crichton093ede22019-08-15 00:45:093406 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503407]
3408
3409[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083410name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053411version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083412dependencies = [
3413 "std",
3414]
3415
3416[[package]]
Alex Crichton0e034d12018-07-31 21:16:553417name = "rustc-workspace-hack"
3418version = "1.0.0"
3419dependencies = [
Eric Hussd296ea02021-06-23 14:41:343420 "bstr",
Alessandro Ghedinibff2e462020-11-05 15:58:233421 "byteorder",
Josh Stonef3b88122022-01-10 19:34:073422 "crossbeam-utils",
Igor Matuszewski2fa30ec2020-12-05 17:08:333423 "libc",
Eric Huss0bfc45a2020-12-23 20:18:153424 "libz-sys",
Aaron Hill70ba4912020-08-01 14:11:153425 "proc-macro2",
3426 "quote",
Jubilee Young7d3186d2021-04-24 01:00:463427 "rand_core 0.5.1",
Alex Crichton093ede22019-08-15 00:45:093428 "serde",
3429 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293430 "smallvec",
Aaron Hill70ba4912020-08-01 14:11:153431 "syn",
Eric Hussf3287a62021-05-12 00:39:513432 "url 2.2.2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313433 "winapi",
Alex Crichton0e034d12018-07-31 21:16:553434]
3435
3436[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433437name = "rustc_apfloat"
3438version = "0.0.0"
3439dependencies = [
Alex Crichton093ede22019-08-15 00:45:093440 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:293441 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433442]
3443
3444[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403445name = "rustc_arena"
3446version = "0.0.0"
3447dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293448 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403449]
3450
3451[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263452name = "rustc_ast"
3453version = "0.0.0"
3454dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013455 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263456 "rustc_data_structures",
3457 "rustc_index",
3458 "rustc_lexer",
3459 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403460 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263461 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293462 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003463 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263464]
3465
3466[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563467name = "rustc_ast_lowering"
3468version = "0.0.0"
3469dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403470 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263471 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463472 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563473 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563474 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573475 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563476 "rustc_index",
Camille GILLOT457de082021-09-19 20:17:503477 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563478 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563479 "rustc_span",
3480 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293481 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003482 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563483]
3484
3485[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443486name = "rustc_ast_passes"
3487version = "0.0.0"
3488dependencies = [
pierwillf684acd2022-03-04 17:54:283489 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263490 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463491 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203492 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443493 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443494 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393495 "rustc_feature",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443496 "rustc_parse",
3497 "rustc_session",
3498 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053499 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003500 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443501]
3502
3503[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463504name = "rustc_ast_pretty"
3505version = "0.0.0"
3506dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263507 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463508 "rustc_span",
Mazdak Farrokhzade2333312020-01-11 16:02:463509]
3510
3511[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203512name = "rustc_attr"
3513version = "0.0.0"
3514dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263515 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463516 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203517 "rustc_data_structures",
3518 "rustc_errors",
3519 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483520 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203521 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403522 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203523 "rustc_session",
3524 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203525]
3526
3527[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403528name = "rustc_borrowck"
3529version = "0.0.0"
3530dependencies = [
3531 "either",
pierwillf684acd2022-03-04 17:54:283532 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403533 "polonius-engine",
Camille GILLOTc5fc2602021-01-05 19:08:113534 "rustc_const_eval",
Camille GILLOT31a61cc2020-12-30 17:48:403535 "rustc_data_structures",
3536 "rustc_errors",
3537 "rustc_graphviz",
3538 "rustc_hir",
3539 "rustc_index",
3540 "rustc_infer",
3541 "rustc_lexer",
3542 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073543 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403544 "rustc_serialize",
3545 "rustc_session",
3546 "rustc_span",
3547 "rustc_target",
3548 "rustc_trait_selection",
3549 "rustc_traits",
3550 "smallvec",
3551 "tracing",
3552]
3553
3554[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323555name = "rustc_builtin_macros"
3556version = "0.0.0"
3557dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263558 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463559 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203560 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323561 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323562 "rustc_errors",
3563 "rustc_expand",
3564 "rustc_feature",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143565 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233566 "rustc_lint_defs",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323567 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403568 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203569 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323570 "rustc_span",
3571 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293572 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003573 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323574]
3575
3576[[package]]
Irina Popab63d7e22018-05-08 13:10:163577name = "rustc_codegen_llvm"
3578version = "0.0.0"
3579dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353580 "bitflags",
Xidorn Quan38e42332021-02-13 11:17:153581 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353582 "libc",
Andy Russell923f9392021-11-08 23:03:553583 "libloading",
Ryan Levick757f76e2021-10-07 13:08:443584 "measureme 10.0.0",
Alex Crichton7f23e6e2019-10-22 15:51:353585 "rustc-demangle",
bjorn38c7840e2021-08-08 15:24:303586 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263587 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203588 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353589 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353590 "rustc_data_structures",
3591 "rustc_errors",
Alex Crichton7f23e6e2019-10-22 15:51:353592 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573593 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353594 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093595 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553596 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593597 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453598 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543599 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403600 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353601 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323602 "rustc_span",
Alex Crichton7f23e6e2019-10-22 15:51:353603 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293604 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003605 "tracing",
Irina Popab63d7e22018-05-08 13:10:163606]
3607
3608[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043609name = "rustc_codegen_ssa"
3610version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353611dependencies = [
Alex Crichton093ede22019-08-15 00:45:093612 "bitflags",
3613 "cc",
pierwillf684acd2022-03-04 17:54:283614 "itertools",
Alex Crichton093ede22019-08-15 00:45:093615 "jobserver",
3616 "libc",
Lain Yang9a337b62022-01-07 05:32:583617 "object 0.28.1",
Federico Ponzi4b6a0272020-07-17 22:01:273618 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143619 "regex",
Alex Crichton093ede22019-08-15 00:45:093620 "rustc_apfloat",
David Wood2dc1a8a2021-12-03 14:24:053621 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263622 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203623 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093624 "rustc_data_structures",
3625 "rustc_errors",
3626 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573627 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093628 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103629 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573630 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363631 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453632 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543633 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403634 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083635 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323636 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583637 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093638 "rustc_target",
Michael Woeristere6e1e092021-07-14 13:50:423639 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253640 "snap",
Mark Mansi2d75a332020-03-12 23:07:583641 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053642 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003643 "tracing",
Irina Popab63d7e22018-05-08 13:10:163644]
3645
3646[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113647name = "rustc_const_eval"
3648version = "0.0.0"
3649dependencies = [
Camille GILLOTc5fc2602021-01-05 19:08:113650 "rustc_apfloat",
3651 "rustc_ast",
3652 "rustc_attr",
3653 "rustc_data_structures",
3654 "rustc_errors",
3655 "rustc_hir",
3656 "rustc_index",
3657 "rustc_infer",
3658 "rustc_macros",
3659 "rustc_middle",
3660 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:543661 "rustc_query_system",
Camille GILLOTc5fc2602021-01-05 19:08:113662 "rustc_session",
3663 "rustc_span",
3664 "rustc_target",
3665 "rustc_trait_selection",
3666 "tracing",
3667]
3668
3669[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293670name = "rustc_data_structures"
3671version = "0.0.0"
3672dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353673 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363674 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073675 "cfg-if 0.1.10",
Jack Hueya42e5a12020-05-27 05:05:093676 "ena",
Alex Crichton093ede22019-08-15 00:45:093677 "indexmap",
3678 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193679 "libc",
Ryan Levick757f76e2021-10-07 13:08:443680 "measureme 10.0.0",
bjorn38331dbe2021-03-29 09:18:523681 "memmap2",
Caleb Cartwright63913182021-02-10 01:52:543682 "parking_lot",
Alex Crichton093ede22019-08-15 00:45:093683 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013684 "rustc-rayon",
3685 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403686 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513687 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573688 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403689 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293690 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093691 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553692 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503693 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003694 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313695 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293696]
3697
3698[[package]]
3699name = "rustc_driver"
3700version = "0.0.0"
3701dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193702 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263703 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463704 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483705 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113706 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093707 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503708 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093709 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183710 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573711 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193712 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093713 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133714 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523715 "rustc_log",
Alex Crichton093ede22019-08-15 00:45:093716 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453717 "rustc_middle",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133718 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323719 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093720 "rustc_save_analysis",
Vadim Petrochenkov11d95142020-06-02 17:03:403721 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083722 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323723 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093724 "rustc_target",
Smittye8165e72021-07-24 21:18:153725 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:003726 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313727 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293728]
3729
3730[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053731name = "rustc_error_codes"
3732version = "0.0.0"
3733
3734[[package]]
David Woodc45f2952022-03-24 02:03:043735name = "rustc_error_messages"
3736version = "0.0.0"
3737dependencies = [
David Woodd5119c52022-03-28 08:36:203738 "fluent-bundle",
3739 "fluent-syntax",
David Woodccd48202022-04-03 04:32:383740 "intl-memoizer",
David Wood7f916972022-03-26 07:27:433741 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043742 "rustc_macros",
3743 "rustc_serialize",
3744 "rustc_span",
David Wood7f916972022-03-26 07:27:433745 "tracing",
3746 "unic-langid",
David Woodc45f2952022-03-24 02:03:043747]
3748
3749[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293750name = "rustc_errors"
3751version = "0.0.0"
3752dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353753 "annotate-snippets",
Alex Crichton093ede22019-08-15 00:45:093754 "atty",
Alex Crichton093ede22019-08-15 00:45:093755 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043756 "rustc_error_messages",
Aaron Hill23018a52020-08-13 19:41:523757 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573758 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403759 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323760 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093761 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483762 "termize",
Oliver Schererec7230f2020-07-24 18:42:003763 "tracing",
Alex Crichton093ede22019-08-15 00:45:093764 "unicode-width",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313765 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293766]
3767
3768[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323769name = "rustc_expand"
3770version = "0.0.0"
3771dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263772 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393773 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463774 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203775 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323776 "rustc_data_structures",
3777 "rustc_errors",
3778 "rustc_feature",
3779 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003780 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573781 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323782 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403783 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203784 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323785 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293786 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003787 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323788]
3789
3790[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383791name = "rustc_feature"
3792version = "0.0.0"
3793dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183794 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323795 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383796]
3797
3798[[package]]
Mark Rousskove3177c62018-08-03 21:31:033799name = "rustc_fs_util"
3800version = "0.0.0"
3801
3802[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403803name = "rustc_graphviz"
3804version = "0.0.0"
3805
3806[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273807name = "rustc_hir"
3808version = "0.0.0"
3809dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373810 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:263811 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273812 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043813 "rustc_error_messages",
kadmin54883e02020-12-30 23:07:413814 "rustc_feature",
Mazdak Farrokhzad7a140732019-12-25 02:51:273815 "rustc_index",
3816 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403817 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273818 "rustc_span",
3819 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293820 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003821 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273822]
3823
3824[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193825name = "rustc_hir_pretty"
3826version = "0.0.0"
3827dependencies = [
3828 "rustc_ast",
3829 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193830 "rustc_hir",
3831 "rustc_span",
3832 "rustc_target",
3833]
3834
3835[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293836name = "rustc_incremental"
3837version = "0.0.0"
3838dependencies = [
klensy947e7872022-04-15 18:11:143839 "rand 0.8.5",
Vadim Petrochenkov6054a302020-02-29 17:16:263840 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093841 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593842 "rustc_errors",
Alex Crichton093ede22019-08-15 00:45:093843 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403844 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573845 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573846 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453847 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403848 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163849 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323850 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003851 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293852]
3853
3854[[package]]
csmoe1cff2e62019-09-25 19:09:513855name = "rustc_index"
3856version = "0.0.0"
3857dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353858 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573859 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403860 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293861 "smallvec",
csmoe1cff2e62019-09-25 19:09:513862]
3863
3864[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243865name = "rustc_infer"
3866version = "0.0.0"
3867dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243868 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243869 "rustc_errors",
Camille GILLOTf07e8892020-01-06 19:13:243870 "rustc_hir",
3871 "rustc_index",
3872 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453873 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403874 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083875 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:243876 "rustc_span",
3877 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293878 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003879 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243880]
3881
3882[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233883name = "rustc_interface"
3884version = "0.0.0"
3885dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193886 "libc",
Andy Russell923f9392021-11-08 23:03:553887 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:013888 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313889 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263890 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563891 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443892 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203893 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:403894 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323895 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353896 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093897 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113898 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093899 "rustc_data_structures",
3900 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323901 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:273902 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093903 "rustc_incremental",
Alex Crichton093ede22019-08-15 00:45:093904 "rustc_lint",
3905 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453906 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:443907 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:253908 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:153909 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133910 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093911 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323912 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093913 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163914 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:093915 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:403916 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163917 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323918 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583919 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163920 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403921 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093922 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373923 "rustc_ty_utils",
Alex Crichton093ede22019-08-15 00:45:093924 "rustc_typeck",
Jubilee Younge8eb6912021-04-22 04:40:293925 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093926 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003927 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313928 "winapi",
John Kåre Alsaker23a51f92018-12-08 19:30:233929]
3930
3931[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403932name = "rustc_lexer"
3933version = "0.1.0"
3934dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:503935 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:233936 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:153937 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:403938]
3939
3940[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293941name = "rustc_lint"
3942version = "0.0.0"
3943dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263944 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463945 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203946 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093947 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473948 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383949 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573950 "rustc_hir",
csmoe64f61c72019-09-26 05:38:333951 "rustc_index",
Mara Bos0a313252021-08-16 15:25:353952 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453953 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:423954 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:203955 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323956 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093957 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403958 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:003959 "tracing",
Charles Lew485e98a2020-01-02 12:02:223960 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293961]
3962
3963[[package]]
Aaron Hill23018a52020-08-13 19:41:523964name = "rustc_lint_defs"
3965version = "0.0.0"
3966dependencies = [
3967 "rustc_ast",
3968 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043969 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:273970 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523971 "rustc_macros",
3972 "rustc_serialize",
3973 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:383974 "rustc_target",
Aaron Hill23018a52020-08-13 19:41:523975]
3976
3977[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293978name = "rustc_llvm"
3979version = "0.0.0"
3980dependencies = [
Alex Crichton093ede22019-08-15 00:45:093981 "cc",
Aaron Hill47e932b2019-12-12 15:51:193982 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293983]
3984
3985[[package]]
David Tolnay6152d152022-01-04 00:32:523986name = "rustc_log"
3987version = "0.0.0"
3988dependencies = [
3989 "atty",
David Tolnayffbeebb2022-01-04 06:01:353990 "rustc_span",
David Tolnay6152d152022-01-04 00:32:523991 "tracing",
3992 "tracing-subscriber",
3993 "tracing-tree",
3994]
3995
3996[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:103997name = "rustc_macros"
3998version = "0.1.0"
3999dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154000 "proc-macro2",
4001 "quote",
4002 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:164003 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104004]
4005
4006[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294007name = "rustc_metadata"
4008version = "0.0.0"
4009dependencies = [
Andy Russell923f9392021-11-08 23:03:554010 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374011 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264012 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204013 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094014 "rustc_data_structures",
4015 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324016 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174017 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574018 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194019 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104020 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574021 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454022 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404023 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084024 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324025 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094026 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294027 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:304028 "snap",
Oliver Schererec7230f2020-07-24 18:42:004029 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294030]
4031
4032[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454033name = "rustc_middle"
4034version = "0.0.0"
4035dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454036 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:034037 "chalk-ir",
Camille GILLOTfd9c04f2021-01-05 18:53:074038 "either",
4039 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454040 "polonius-engine",
klensy947e7872022-04-15 18:11:144041 "rand 0.8.5",
Chase Wilson09f15422021-08-29 15:55:294042 "rand_xoshiro 0.6.0",
Camille GILLOT48a339d2021-07-16 12:42:264043 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454044 "rustc-rayon-core",
4045 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404046 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454047 "rustc_ast",
4048 "rustc_attr",
4049 "rustc_data_structures",
4050 "rustc_errors",
4051 "rustc_feature",
Camille GILLOTfd9c04f2021-01-05 18:53:074052 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454053 "rustc_hir",
4054 "rustc_index",
4055 "rustc_macros",
4056 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404057 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454058 "rustc_session",
4059 "rustc_span",
4060 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104061 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294062 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004063 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454064]
4065
4066[[package]]
Matthew Jasperb3589292020-01-05 15:46:444067name = "rustc_mir_build"
4068version = "0.0.0"
4069dependencies = [
Matthew Jasperb3589292020-01-05 15:46:444070 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404071 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264072 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204073 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:444074 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444075 "rustc_errors",
4076 "rustc_hir",
4077 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244078 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454079 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404080 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074081 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444082 "rustc_span",
4083 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404084 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294085 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004086 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444087]
4088
4089[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074090name = "rustc_mir_dataflow"
4091version = "0.0.0"
4092dependencies = [
4093 "polonius-engine",
4094 "regex",
4095 "rustc_ast",
4096 "rustc_data_structures",
4097 "rustc_graphviz",
4098 "rustc_hir",
4099 "rustc_index",
4100 "rustc_middle",
4101 "rustc_serialize",
4102 "rustc_session",
4103 "rustc_span",
4104 "rustc_target",
4105 "smallvec",
4106 "tracing",
4107]
4108
4109[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254110name = "rustc_mir_transform"
4111version = "0.0.0"
4112dependencies = [
4113 "coverage_test_macros",
pierwillf684acd2022-03-04 17:54:284114 "itertools",
Camille GILLOTbba4be62021-01-01 00:53:254115 "rustc_ast",
4116 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114117 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254118 "rustc_data_structures",
4119 "rustc_errors",
4120 "rustc_hir",
4121 "rustc_index",
4122 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074123 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:544124 "rustc_query_system",
Camille GILLOTbba4be62021-01-01 00:53:254125 "rustc_serialize",
4126 "rustc_session",
4127 "rustc_span",
4128 "rustc_target",
4129 "rustc_trait_selection",
4130 "smallvec",
4131 "tracing",
4132]
4133
4134[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154135name = "rustc_monomorphize"
4136version = "0.0.0"
4137dependencies = [
4138 "rustc_data_structures",
4139 "rustc_errors",
4140 "rustc_hir",
4141 "rustc_index",
4142 "rustc_middle",
4143 "rustc_session",
4144 "rustc_span",
4145 "rustc_target",
4146 "smallvec",
4147 "tracing",
4148]
4149
4150[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134151name = "rustc_parse"
4152version = "0.0.0"
4153dependencies = [
4154 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264155 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464156 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134157 "rustc_data_structures",
4158 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384159 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134160 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244161 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204162 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324163 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004164 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404165 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004166 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134167]
4168
4169[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404170name = "rustc_parse_format"
4171version = "0.0.0"
4172dependencies = [
4173 "rustc_lexer",
4174 "rustc_span",
4175]
4176
4177[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294178name = "rustc_passes"
4179version = "0.0.0"
4180dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264181 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134182 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204183 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094184 "rustc_data_structures",
4185 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434186 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414187 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574188 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574189 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124190 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454191 "rustc_middle",
Aaron Hillaf466992021-07-29 17:00:414192 "rustc_parse",
Tomasz Miąsko57d38972020-09-26 00:00:004193 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434194 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324195 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574196 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004197 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294198]
4199
4200[[package]]
Simon Sapind0bbc602019-07-16 17:08:324201name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294202version = "0.0.0"
4203dependencies = [
Andy Russell923f9392021-11-08 23:03:554204 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:264205 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164206 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574207 "rustc_hir",
Mazdak Farrokhzadf58db202020-01-09 06:52:014208 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:094209 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454210 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084211 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324212 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294213]
4214
4215[[package]]
4216name = "rustc_privacy"
4217version = "0.0.0"
4218dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574219 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204220 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094221 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164222 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574223 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454224 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084225 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324226 "rustc_span",
kadmin6a03f032020-11-22 09:37:374227 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094228 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:004229 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294230]
4231
4232[[package]]
Camille GILLOT4581d162021-01-19 19:40:164233name = "rustc_query_impl"
4234version = "0.0.0"
4235dependencies = [
Ryan Levick757f76e2021-10-07 13:08:444236 "measureme 10.0.0",
Camille GILLOT4581d162021-01-19 19:40:164237 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:014238 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:164239 "rustc_data_structures",
4240 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164241 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014242 "rustc_index",
4243 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:164244 "rustc_middle",
4245 "rustc_query_system",
4246 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014247 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164248 "rustc_span",
Camille GILLOT4581d162021-01-19 19:40:164249]
4250
4251[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224252name = "rustc_query_system"
4253version = "0.0.0"
4254dependencies = [
Caleb Cartwright63913182021-02-10 01:52:544255 "parking_lot",
Camille GILLOT8e873c32020-03-19 13:13:314256 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404257 "rustc_arena",
Camille GILLOTc355b2e2020-11-14 15:35:314258 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224259 "rustc_data_structures",
4260 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314261 "rustc_feature",
4262 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224263 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574264 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404265 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374266 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314267 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314268 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294269 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004270 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224271]
4272
4273[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294274name = "rustc_resolve"
4275version = "0.0.0"
4276dependencies = [
Alex Crichton093ede22019-08-15 00:45:094277 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404278 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264279 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564280 "rustc_ast_lowering",
Mazdak Farrokhzade2333312020-01-11 16:02:464281 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204282 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094283 "rustc_data_structures",
4284 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324285 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184286 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574287 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294288 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:094289 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454290 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504291 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564292 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324293 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294294 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004295 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294296]
4297
4298[[package]]
4299name = "rustc_save_analysis"
4300version = "0.0.0"
4301dependencies = [
Alex Crichton093ede22019-08-15 00:45:094302 "rls-data",
4303 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264304 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464305 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094306 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574307 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414308 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154309 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454310 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084311 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324312 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094313 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004314 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294315]
4316
4317[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404318name = "rustc_serialize"
4319version = "0.0.0"
4320dependencies = [
4321 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504322 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294323 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:404324]
4325
4326[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334327name = "rustc_session"
4328version = "0.0.0"
4329dependencies = [
Luca Barbieriac2b84f2020-04-10 20:42:194330 "getopts",
Vadim Petrochenkov6054a302020-02-29 17:16:264331 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334332 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334333 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284334 "rustc_feature",
4335 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034336 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524337 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574338 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404339 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324340 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284341 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004342 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324343]
4344
4345[[package]]
4346name = "rustc_span"
4347version = "0.0.0"
4348dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074349 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:244350 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404351 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324352 "rustc_data_structures",
4353 "rustc_index",
4354 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404355 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324356 "scoped-tls",
pierwillef6dd122022-02-10 16:54:014357 "sha-1 0.10.0",
Arlo Siemsen3296d5c2020-10-13 15:41:064358 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004359 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324360 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334361]
4362
4363[[package]]
Mark Mansi2d75a332020-03-12 23:07:584364name = "rustc_symbol_mangling"
4365version = "0.0.0"
4366dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584367 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584368 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584369 "rustc_data_structures",
4370 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454371 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:544372 "rustc_query_system",
Mark Mansi2d75a332020-03-12 23:07:584373 "rustc_session",
4374 "rustc_span",
4375 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004376 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584377]
4378
4379[[package]]
Irina Popa38e96402017-12-08 19:18:214380name = "rustc_target"
4381version = "0.0.0"
4382dependencies = [
Alex Crichton093ede22019-08-15 00:45:094383 "bitflags",
Alex Crichton093ede22019-08-15 00:45:094384 "rustc_data_structures",
csmoe64f61c72019-09-26 05:38:334385 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524386 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404387 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324388 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004389 "tracing",
Irina Popa38e96402017-12-08 19:18:214390]
4391
4392[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064393name = "rustc_tools_util"
Igor Matuszewski31dc27d2019-06-08 20:15:224394version = "0.2.0"
Matthias Krügerc09d4e72019-01-05 14:40:104395
4396[[package]]
4397name = "rustc_tools_util"
Oliver Scherer2a789512019-05-26 17:21:544398version = "0.2.0"
Igor Matuszewski31dc27d2019-06-08 20:15:224399source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094400checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
Matthias Krüger10e7b762018-09-07 07:12:064401
4402[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404403name = "rustc_trait_selection"
4404version = "0.0.0"
4405dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404406 "rustc_ast",
4407 "rustc_attr",
4408 "rustc_data_structures",
4409 "rustc_errors",
4410 "rustc_hir",
4411 "rustc_index",
4412 "rustc_infer",
Charles Lew250d1262021-10-02 11:00:364413 "rustc_lint_defs",
Camille GILLOTc1e3d552020-02-11 18:53:404414 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454415 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404416 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544417 "rustc_query_system",
Camille GILLOTc1e3d552020-02-11 18:53:404418 "rustc_session",
4419 "rustc_span",
4420 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294421 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004422 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404423]
4424
4425[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544426name = "rustc_traits"
4427version = "0.0.0"
4428dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374429 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034430 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034431 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264432 "rustc_ast",
Jack Huey4b64bc12021-01-01 18:44:314433 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094434 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574435 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034436 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244437 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454438 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324439 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404440 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294441 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004442 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544443]
4444
4445[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374446name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304447version = "0.0.0"
4448dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304449 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294450 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304451 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244452 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454453 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084454 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304455 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324456 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404457 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004458 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304459]
4460
4461[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104462name = "rustc_type_ir"
4463version = "0.0.0"
4464dependencies = [
4465 "bitflags",
4466 "rustc_data_structures",
4467 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554468 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104469 "rustc_serialize",
4470]
4471
4472[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294473name = "rustc_typeck"
4474version = "0.0.0"
4475dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:404476 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264477 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204478 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094479 "rustc_data_structures",
4480 "rustc_errors",
Eric Holkb39fb9b2021-11-18 01:53:474481 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574482 "rustc_hir",
Esteban Küber5daedea2020-07-09 02:39:264483 "rustc_hir_pretty",
csmoe64f61c72019-09-26 05:38:334484 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244485 "rustc_infer",
Mara Bos336f3142021-08-30 19:19:244486 "rustc_lint",
jumbatm93eaf152020-08-27 10:00:214487 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454488 "rustc_middle",
Eric Holkff0e8f42021-11-11 01:32:044489 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084490 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324491 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094492 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404493 "rustc_trait_selection",
lcnrb3629d22021-04-27 13:01:374494 "rustc_ty_utils",
Jubilee Younge8eb6912021-04-22 04:40:294495 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004496 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294497]
4498
4499[[package]]
Oliver Schneider847bb142018-05-11 12:11:064500name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004501version = "0.4.0"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4504dependencies = [
klensy8ebc73b2022-02-06 20:57:294505 "semver",
Ralf Junge5d01782021-10-04 22:13:004506]
4507
4508[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294509name = "rustdoc"
4510version = "0.0.0"
4511dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354512 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464513 "askama",
Andy Russell51d76652022-01-12 17:46:184514 "atty",
Aleksey Kladovb4f4db92020-08-27 10:50:284515 "expect-test",
pierwillf684acd2022-03-04 17:54:284516 "itertools",
Alex Crichton093ede22019-08-15 00:45:094517 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044518 "once_cell",
Guillaume Gomez80b26bd2022-01-19 10:02:244519 "pulldown-cmark",
Noah Lev7865a852021-10-29 01:19:014520 "rayon",
Guillaume Gomezf467b8d2020-10-13 13:46:344521 "regex",
Rune Tynan67b78a02021-01-25 21:23:434522 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454523 "serde",
4524 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294525 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094526 "tempfile",
Joshua Nelson65f0b252020-12-28 18:28:294527 "tracing",
4528 "tracing-subscriber",
4529 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584530]
4531
4532[[package]]
Rune Tynan67b78a02021-01-25 21:23:434533name = "rustdoc-json-types"
4534version = "0.1.0"
4535dependencies = [
4536 "serde",
Rune Tynanca48d152021-03-04 23:45:574537 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434538]
4539
4540[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534541name = "rustdoc-themes"
4542version = "0.1.0"
4543
4544[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584545name = "rustdoc-tool"
4546version = "0.0.0"
4547dependencies = [
Alex Crichton093ede22019-08-15 00:45:094548 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294549]
4550
4551[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154552name = "rustfix"
Mark Rousskov342d9562020-08-17 15:21:444553version = "0.5.1"
Eric Huss6da85d62020-01-14 17:47:044554source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444555checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
Eric Huss6da85d62020-01-14 17:47:044556dependencies = [
4557 "anyhow",
4558 "log",
4559 "serde",
4560 "serde_json",
4561]
4562
4563[[package]]
Eric Hussd371bb42021-06-12 19:11:504564name = "rustfix"
4565version = "0.6.0"
4566source = "registry+https://github.com/rust-lang/crates.io-index"
4567checksum = "6f0be05fc0675ef4f47119dc39cfc46636bb77d4fc4ef1bd851b9c3f7697f32a"
4568dependencies = [
4569 "anyhow",
4570 "log",
4571 "serde",
4572 "serde_json",
4573]
4574
4575[[package]]
topecongiro5a411a62019-06-18 12:15:194576name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114577version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194578dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154579 "proc-macro2",
4580 "quote",
Alex Crichton093ede22019-08-15 00:45:094581 "serde",
Aaron Hill70ba4912020-08-01 14:11:154582 "syn",
topecongiro5a411a62019-06-18 12:15:194583]
4584
4585[[package]]
Alex Crichton1cede102017-06-15 02:33:064586name = "rustfmt-nightly"
Caleb Cartwright0697f562021-10-20 05:15:204587version = "1.4.38"
kennytm0692b3d2017-12-15 19:41:584588dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354589 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394590 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094591 "bytecount",
klensy8ebc73b2022-02-06 20:57:294592 "cargo_metadata",
Alex Crichton093ede22019-08-15 00:45:094593 "derive-new",
4594 "diff",
4595 "dirs",
Caleb Cartwright0697f562021-10-20 05:15:204596 "env_logger 0.8.4",
Alex Crichton093ede22019-08-15 00:45:094597 "getopts",
4598 "ignore",
pierwillf684acd2022-03-04 17:54:284599 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424600 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094601 "log",
4602 "regex",
Alex Crichton093ede22019-08-15 00:45:094603 "rustc-workspace-hack",
4604 "rustfmt-config_proc_macro",
4605 "serde",
4606 "serde_json",
Eric Huss139477d2019-11-12 18:14:484607 "structopt",
Mark Rousskov342d9562020-08-17 15:21:444608 "term 0.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:394609 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354610 "toml",
Alex Crichton093ede22019-08-15 00:45:094611 "unicode-segmentation",
4612 "unicode-width",
4613 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274614]
4615
4616[[package]]
flip19950046d7c2021-02-25 10:26:234617name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554618version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234619source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554620checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234621
4622[[package]]
Alex Crichton2863b752018-08-21 17:23:474623name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444624version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474625source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444626checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474627
4628[[package]]
Josh Stone020c5ec2017-05-08 22:01:134629name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444630version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224631source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444632checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224633dependencies = [
Alex Crichton093ede22019-08-15 00:45:094634 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224635]
4636
4637[[package]]
4638name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444639version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224640source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444641checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224642dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424643 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314644 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224645]
4646
4647[[package]]
Alex Crichton453080f2017-06-05 16:36:484648name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524649version = "1.0.0"
4650source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094651checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524652
4653[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124654name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444655version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254656source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444657checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254658
4659[[package]]
Eric Huss74498c12020-12-16 17:03:334660name = "security-framework"
4661version = "2.0.0"
4662source = "registry+https://github.com/rust-lang/crates.io-index"
4663checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4664dependencies = [
4665 "bitflags",
4666 "core-foundation",
4667 "core-foundation-sys",
4668 "libc",
4669 "security-framework-sys",
4670]
4671
4672[[package]]
4673name = "security-framework-sys"
4674version = "2.0.0"
4675source = "registry+https://github.com/rust-lang/crates.io-index"
4676checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4677dependencies = [
4678 "core-foundation-sys",
4679 "libc",
4680]
4681
4682[[package]]
David Wood7f916972022-03-26 07:27:434683name = "self_cell"
4684version = "0.10.2"
4685source = "registry+https://github.com/rust-lang/crates.io-index"
4686checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4687
4688[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584689name = "semver"
David Tolnay1aba1712021-06-04 04:12:254690version = "1.0.3"
Eric Huss78529352021-06-02 03:38:394691source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnay1aba1712021-06-04 04:12:254692checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
Eric Huss78529352021-06-02 03:38:394693dependencies = [
4694 "serde",
4695]
4696
4697[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584698name = "serde"
Eric Hussea194b82021-03-26 19:29:084699version = "1.0.125"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584700source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:084701checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
Eric Huss57393642018-12-17 18:23:044702dependencies = [
Alex Crichton093ede22019-08-15 00:45:094703 "serde_derive",
Eric Huss57393642018-12-17 18:23:044704]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584705
4706[[package]]
4707name = "serde_derive"
Eric Hussea194b82021-03-26 19:29:084708version = "1.0.125"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584709source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:084710checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584711dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154712 "proc-macro2",
4713 "quote",
4714 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584715]
4716
4717[[package]]
flip199596c3ec12019-08-20 07:32:534718name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444719version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534720source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444721checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534722dependencies = [
4723 "serde",
4724]
4725
4726[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584727name = "serde_json"
Eduardo Brotoca11eeb2020-10-23 21:47:584728version = "1.0.59"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584729source = "registry+https://github.com/rust-lang/crates.io-index"
Eduardo Brotoca11eeb2020-10-23 21:47:584730checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584731dependencies = [
Rune Tynan77156562021-01-16 01:34:154732 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094733 "itoa",
4734 "ryu",
4735 "serde",
Steve Klabnik2795de32017-02-20 00:20:574736]
4737
4738[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114739name = "serde_repr"
Mark Rousskov342d9562020-08-17 15:21:444740version = "0.1.6"
Igor Matuszewskic2249a42019-09-08 08:28:114741source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444742checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
Igor Matuszewskic2249a42019-09-08 08:28:114743dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154744 "proc-macro2",
4745 "quote",
4746 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:114747]
4748
4749[[package]]
James Munnsde763692019-01-19 02:39:374750name = "sha-1"
Arlo Siemsenf86b0782020-03-31 05:17:154751version = "0.8.2"
James Munnsde763692019-01-19 02:39:374752source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:154753checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
James Munnsde763692019-01-19 02:39:374754dependencies = [
Pietro Albiniacd8e592020-10-01 15:15:124755 "block-buffer 0.7.3",
4756 "digest 0.8.1",
Alex Crichton093ede22019-08-15 00:45:094757 "fake-simd",
pierwillef6dd122022-02-10 16:54:014758 "opaque-debug",
Pietro Albiniacd8e592020-10-01 15:15:124759]
4760
4761[[package]]
Arlo Siemsen3296d5c2020-10-13 15:41:064762name = "sha-1"
pierwillef6dd122022-02-10 16:54:014763version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:064764source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014765checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
Arlo Siemsen3296d5c2020-10-13 15:41:064766dependencies = [
pierwillef6dd122022-02-10 16:54:014767 "cfg-if 1.0.0",
4768 "cpufeatures",
4769 "digest 0.10.2",
Arlo Siemsen3296d5c2020-10-13 15:41:064770]
4771
4772[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124773name = "sha2"
pierwillef6dd122022-02-10 16:54:014774version = "0.10.1"
Pietro Albiniacd8e592020-10-01 15:15:124775source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014776checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
Pietro Albiniacd8e592020-10-01 15:15:124777dependencies = [
pierwillef6dd122022-02-10 16:54:014778 "cfg-if 1.0.0",
4779 "cpufeatures",
4780 "digest 0.10.2",
James Munnsde763692019-01-19 02:39:374781]
4782
4783[[package]]
Oliver Schererec7230f2020-07-24 18:42:004784name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004785version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004786source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004787checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004788dependencies = [
4789 "lazy_static",
4790]
4791
4792[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584793name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444794version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584795source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444796checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584797
4798[[package]]
steveklabnik54371882018-01-25 17:32:254799name = "shlex"
Eric Huss788167a2021-02-23 01:05:214800version = "1.0.0"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4803
4804[[package]]
Mark Rousskov342d9562020-08-17 15:21:444805name = "signal-hook-registry"
klensyd480a3e2021-03-12 13:33:024806version = "1.2.2"
Matthias Krüger696fb8f2019-01-21 15:32:434807source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024808checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
Matthias Krüger696fb8f2019-01-21 15:32:434809dependencies = [
Alex Crichton093ede22019-08-15 00:45:094810 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:434811]
4812
4813[[package]]
Eric Huss3a6fc802022-04-20 13:50:394814name = "similar"
4815version = "2.1.0"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
4818
4819[[package]]
steveklabnikecfbaca2018-04-03 14:32:044820name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154821version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044822source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154823checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044824
4825[[package]]
Eric Hussd5e03532019-05-23 20:27:494826name = "sized-chunks"
klensyd480a3e2021-03-12 13:33:024827version = "0.6.4"
Eric Hussd5e03532019-05-23 20:27:494828source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024829checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
Eric Hussd5e03532019-05-23 20:27:494830dependencies = [
Eric Huss2b985322019-11-25 16:14:074831 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094832 "typenum",
Eric Hussd5e03532019-05-23 20:27:494833]
4834
4835[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434836name = "slab"
4837version = "0.4.2"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094839checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434840
4841[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014842name = "smallvec"
Ralf Junge5d01782021-10-04 22:13:004843version = "1.7.0"
Ralf Jung90b8d342019-11-04 14:59:094844source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge5d01782021-10-04 22:13:004845checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
Ralf Jung90b8d342019-11-04 14:59:094846
4847[[package]]
Josh Triplett574f6be2020-08-20 23:16:304848name = "snap"
4849version = "1.0.1"
4850source = "registry+https://github.com/rust-lang/crates.io-index"
4851checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4852
4853[[package]]
Eric Huss3a6fc802022-04-20 13:50:394854name = "snapbox"
4855version = "0.2.9"
4856source = "registry+https://github.com/rust-lang/crates.io-index"
4857checksum = "c1f212b806d6f56d19838e36a0aaa7e79a0bc9ca177e873fb87651ad92f983e2"
4858dependencies = [
4859 "concolor",
4860 "content_inspector",
4861 "dunce",
4862 "filetime",
4863 "normalize-line-endings",
4864 "similar",
4865 "snapbox-macros",
4866 "tempfile",
4867 "walkdir",
4868 "yansi",
4869]
4870
4871[[package]]
4872name = "snapbox-macros"
4873version = "0.2.1"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "c01dea7e04cbb27ef4c86e9922184608185f7cd95c1763bc30d727cda4a5e930"
4876
4877[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154878name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:184879version = "0.4.1"
klensy50c38902021-05-01 11:50:034880source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:184881checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:034882dependencies = [
4883 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314884 "winapi",
klensy50c38902021-05-01 11:50:034885]
4886
4887[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454888name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444889version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454890source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444891checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454892
4893[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244894name = "stacker"
Mateusz Mikułaf58289c2021-08-18 20:36:354895version = "0.1.14"
Oliver Scherer26edcee2018-11-02 15:14:244896source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf58289c2021-08-18 20:36:354897checksum = "90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4"
Oliver Scherer26edcee2018-11-02 15:14:244898dependencies = [
4899 "cc",
Mateusz Mikułaf58289c2021-08-18 20:36:354900 "cfg-if 1.0.0",
Oliver Scherer26edcee2018-11-02 15:14:244901 "libc",
4902 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314903 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:244904]
4905
4906[[package]]
Eric Huss7758eaf2022-04-28 05:42:544907name = "static_assertions"
4908version = "1.1.0"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4911
4912[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294913name = "std"
4914version = "0.0.0"
4915dependencies = [
Alex Crichton06d565c2020-05-13 21:22:374916 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094917 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:074918 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:094919 "compiler_builtins",
4920 "core",
4921 "dlmalloc",
4922 "fortanix-sgx-abi",
Amanieu d'Antras88149d12022-01-17 07:46:114923 "hashbrown 0.12.0",
Stefan Lankes1ab5b0b2022-02-15 12:57:074924 "hermit-abi 0.2.0",
Alex Crichton093ede22019-08-15 00:45:094925 "libc",
Alex Crichton06d565c2020-05-13 21:22:374926 "miniz_oxide",
David Wood2dc1a8a2021-12-03 14:24:054927 "object 0.26.2",
Alex Crichton093ede22019-08-15 00:45:094928 "panic_abort",
4929 "panic_unwind",
4930 "profiler_builtins",
Aaron Hill2550d5b2021-03-07 23:39:194931 "rand 0.7.3",
Alex Crichton06d565c2020-05-13 21:22:374932 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:464933 "std_detect",
Alex Crichton093ede22019-08-15 00:45:094934 "unwind",
Harald Hoyer00cbc8d2022-01-21 13:19:134935 "wasi 0.11.0+wasi-snapshot-preview1",
Ahmed Charles9ca382f2016-09-02 08:55:294936]
4937
4938[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:464939name = "std_detect"
4940version = "0.1.5"
4941dependencies = [
4942 "cfg-if 0.1.10",
4943 "compiler_builtins",
4944 "libc",
4945 "rustc-std-workspace-alloc",
4946 "rustc-std-workspace-core",
4947]
4948
4949[[package]]
steveklabnikecfbaca2018-04-03 14:32:044950name = "string_cache"
klensy947e7872022-04-15 18:11:144951version = "0.8.3"
steveklabnikecfbaca2018-04-03 14:32:044952source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144953checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
steveklabnikecfbaca2018-04-03 14:32:044954dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424955 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094956 "new_debug_unreachable",
klensy947e7872022-04-15 18:11:144957 "parking_lot",
Alex Crichton093ede22019-08-15 00:45:094958 "phf_shared",
4959 "precomputed-hash",
4960 "serde",
steveklabnikecfbaca2018-04-03 14:32:044961]
4962
4963[[package]]
4964name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:144965version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:044966source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144967checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:044968dependencies = [
Alex Crichton093ede22019-08-15 00:45:094969 "phf_generator",
4970 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:154971 "proc-macro2",
4972 "quote",
steveklabnikecfbaca2018-04-03 14:32:044973]
4974
4975[[package]]
Eric Hussd5e03532019-05-23 20:27:494976name = "strip-ansi-escapes"
4977version = "0.1.0"
4978source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094979checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:494980dependencies = [
Alex Crichton093ede22019-08-15 00:45:094981 "vte",
Eric Hussd5e03532019-05-23 20:27:494982]
4983
4984[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584985name = "strsim"
Igor Matuszewskic2249a42019-09-08 08:28:114986version = "0.8.0"
Steve Klabnika0769612017-02-07 23:13:574987source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:114988checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
Steve Klabnika0769612017-02-07 23:13:574989
4990[[package]]
Eric Hussbfacc5c2022-01-19 03:14:334991name = "strsim"
4992version = "0.10.0"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
4995
4996[[package]]
topecongiro5a411a62019-06-18 12:15:194997name = "structopt"
David Wood2dc1a8a2021-12-03 14:24:054998version = "0.3.25"
Igor Matuszewskic2249a42019-09-08 08:28:114999source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055000checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"
Igor Matuszewskic2249a42019-09-08 08:28:115001dependencies = [
Eric Hussbfacc5c2022-01-19 03:14:335002 "clap 2.34.0",
Mark Rousskov342d9562020-08-17 15:21:445003 "lazy_static",
Eric Huss139477d2019-11-12 18:14:485004 "structopt-derive",
Igor Matuszewskic2249a42019-09-08 08:28:115005]
5006
5007[[package]]
5008name = "structopt-derive"
David Wood2dc1a8a2021-12-03 14:24:055009version = "0.4.18"
Igor Matuszewskic2249a42019-09-08 08:28:115010source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055011checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
Igor Matuszewskic2249a42019-09-08 08:28:115012dependencies = [
5013 "heck",
5014 "proc-macro-error",
Aaron Hill70ba4912020-08-01 14:11:155015 "proc-macro2",
5016 "quote",
5017 "syn",
topecongiro5a411a62019-06-18 12:15:195018]
5019
5020[[package]]
Matt Ickstadt0ab516f2018-04-21 21:06:135021name = "strum"
Aaron Hill70ba4912020-08-01 14:11:155022version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135023source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155024checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
Matt Ickstadt0ab516f2018-04-21 21:06:135025
5026[[package]]
5027name = "strum_macros"
Aaron Hill70ba4912020-08-01 14:11:155028version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135029source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155030checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
Matt Ickstadt0ab516f2018-04-21 21:06:135031dependencies = [
Alex Crichton093ede22019-08-15 00:45:095032 "heck",
Aaron Hill70ba4912020-08-01 14:11:155033 "proc-macro2",
5034 "quote",
5035 "syn",
Alex Crichtone9d89832018-04-02 15:43:555036]
5037
5038[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115039name = "syn"
klensy813420b2022-04-18 16:10:375040version = "1.0.91"
Igor Matuszewskic2249a42019-09-08 08:28:115041source = "registry+https://github.com/rust-lang/crates.io-index"
klensy813420b2022-04-18 16:10:375042checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
Igor Matuszewskic2249a42019-09-08 08:28:115043dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155044 "proc-macro2",
5045 "quote",
5046 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:115047]
5048
5049[[package]]
Alex Crichton325d7392017-12-10 17:42:495050name = "synstructure"
pierwillea25b772021-12-21 17:00:305051version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:235052source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305053checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:235054dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155055 "proc-macro2",
5056 "quote",
5057 "syn",
5058 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:235059]
5060
5061[[package]]
Josh Stone020c5ec2017-05-08 22:01:135062name = "tar"
klensy92e30f62021-08-27 14:38:535063version = "0.4.37"
Josh Stone020c5ec2017-05-08 22:01:135064source = "registry+https://github.com/rust-lang/crates.io-index"
klensy92e30f62021-08-27 14:38:535065checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c"
Josh Stone020c5ec2017-05-08 22:01:135066dependencies = [
Alex Crichton093ede22019-08-15 00:45:095067 "filetime",
5068 "libc",
Alex Crichton093ede22019-08-15 00:45:095069 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135070]
5071
5072[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555073name = "tempfile"
Jubilee Young27ef7192021-04-23 22:49:475074version = "3.2.0"
Aleksey Kladov850156a2018-03-29 07:34:555075source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:475076checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
Aleksey Kladov850156a2018-03-29 07:34:555077dependencies = [
Jubilee Young27ef7192021-04-23 22:49:475078 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:095079 "libc",
klensy947e7872022-04-15 18:11:145080 "rand 0.8.5",
klensydcdc3082021-05-11 19:03:595081 "redox_syscall",
Alex Crichton093ede22019-08-15 00:45:095082 "remove_dir_all",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315083 "winapi",
Aleksey Kladov850156a2018-03-29 07:34:555084]
5085
5086[[package]]
steveklabnikecfbaca2018-04-03 14:32:045087name = "tendril"
Mark Rousskov342d9562020-08-17 15:21:445088version = "0.4.1"
steveklabnikecfbaca2018-04-03 14:32:045089source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445090checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
steveklabnikecfbaca2018-04-03 14:32:045091dependencies = [
Alex Crichton093ede22019-08-15 00:45:095092 "futf",
5093 "mac",
5094 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045095]
5096
5097[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295098name = "term"
Mark Rousskov342d9562020-08-17 15:21:445099version = "0.6.1"
Igor Matuszewskid2d192e2019-07-30 11:00:275100source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445101checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
Igor Matuszewskid2d192e2019-07-30 11:00:275102dependencies = [
Alex Crichton093ede22019-08-15 00:45:095103 "dirs",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315104 "winapi",
Igor Matuszewskid2d192e2019-07-30 11:00:275105]
5106
5107[[package]]
flip19950046d7c2021-02-25 10:26:235108name = "term"
5109version = "0.7.0"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5112dependencies = [
5113 "dirs-next",
5114 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315115 "winapi",
flip19950046d7c2021-02-25 10:26:235116]
5117
5118[[package]]
Alex Crichton1cede102017-06-15 02:33:065119name = "termcolor"
Eric Hussfaa64612021-06-22 23:19:245120version = "1.1.2"
Alex Crichtonfa5b3d32018-07-26 00:25:125121source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussfaa64612021-06-22 23:19:245122checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
Alex Crichtonfa5b3d32018-07-26 00:25:125123dependencies = [
Eric Huss89d79062020-07-29 18:02:055124 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125125]
5126
5127[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485128name = "termize"
5129version = "0.1.1"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5132dependencies = [
5133 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315134 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485135]
5136
5137[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295138name = "test"
5139version = "0.0.0"
5140dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:075141 "cfg-if 0.1.10",
Alex Crichtonb47c9692019-08-16 15:29:085142 "core",
Alex Crichton093ede22019-08-15 00:45:095143 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085144 "libc",
5145 "panic_abort",
5146 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:095147 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:085148 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295149]
5150
5151[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185152name = "tester"
flip19950046d7c2021-02-25 10:26:235153version = "0.9.0"
5154source = "registry+https://github.com/rust-lang/crates.io-index"
5155checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5156dependencies = [
5157 "cfg-if 1.0.0",
5158 "getopts",
5159 "libc",
5160 "num_cpus",
5161 "term 0.7.0",
5162]
5163
5164[[package]]
steveklabnik4871dba2017-06-27 17:33:325165name = "textwrap"
Igor Matuszewskic2249a42019-09-08 08:28:115166version = "0.11.0"
steveklabnik4871dba2017-06-27 17:33:325167source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:115168checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
steveklabnik4871dba2017-06-27 17:33:325169dependencies = [
Alex Crichton093ede22019-08-15 00:45:095170 "unicode-width",
steveklabnik4871dba2017-06-27 17:33:325171]
5172
5173[[package]]
Eric Hussbfacc5c2022-01-19 03:14:335174name = "textwrap"
5175version = "0.14.2"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
5178
5179[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305180name = "thiserror"
David Wood2dc1a8a2021-12-03 14:24:055181version = "1.0.30"
Pietro Albini9beb8f52019-11-26 11:06:305182source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055183checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
Pietro Albini9beb8f52019-11-26 11:06:305184dependencies = [
5185 "thiserror-impl",
5186]
5187
5188[[package]]
5189name = "thiserror-impl"
David Wood2dc1a8a2021-12-03 14:24:055190version = "1.0.30"
Pietro Albini9beb8f52019-11-26 11:06:305191source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055192checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
Pietro Albini9beb8f52019-11-26 11:06:305193dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155194 "proc-macro2",
5195 "quote",
5196 "syn",
Pietro Albini9beb8f52019-11-26 11:06:305197]
5198
5199[[package]]
David Wood2dc1a8a2021-12-03 14:24:055200name = "thorin-dwp"
Rémy Rakic820fd052022-01-20 14:09:055201version = "0.2.0"
David Wood2dc1a8a2021-12-03 14:24:055202source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic820fd052022-01-20 14:09:055203checksum = "dd95b4559c196987c8451b4e14d08a4c796c2844f9adf4d2a2dbc9b3142843be"
David Wood2dc1a8a2021-12-03 14:24:055204dependencies = [
5205 "gimli 0.26.1",
Amanieu d'Antras88149d12022-01-17 07:46:115206 "hashbrown 0.11.2",
Rémy Rakic820fd052022-01-20 14:09:055207 "object 0.28.1",
David Wood2dc1a8a2021-12-03 14:24:055208 "tracing",
5209]
5210
5211[[package]]
Steve Klabnika0769612017-02-07 23:13:575212name = "thread_local"
klensy9f621ae2022-01-24 17:19:215213version = "1.1.4"
Igor Matuszewski8fc4bba2020-02-12 14:47:315214source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215215checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
Igor Matuszewski8fc4bba2020-02-12 14:47:315216dependencies = [
klensy9f621ae2022-01-24 17:19:215217 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315218]
5219
5220[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295221name = "tidy"
5222version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565223dependencies = [
klensy8ebc73b2022-02-06 20:57:295224 "cargo_metadata",
Josh Stonef3b88122022-01-10 19:34:075225 "crossbeam-utils",
Yuki Okushi1f0a39502020-05-26 04:00:425226 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095227 "regex",
Alex Crichton093ede22019-08-15 00:45:095228 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565229]
Ahmed Charles9ca382f2016-09-02 08:55:295230
5231[[package]]
Eric Hussce717472020-08-11 23:49:395232name = "tier-check"
5233version = "0.1.0"
5234
5235[[package]]
Gus Wynn39657732021-04-04 21:07:565236name = "tikv-jemalloc-sys"
5237version = "0.4.1+5.2.1-patched"
5238source = "registry+https://github.com/rust-lang/crates.io-index"
5239checksum = "8a26331b05179d4cb505c8d6814a7e18d298972f0a551b0e3cefccff927f86d3"
5240dependencies = [
5241 "cc",
5242 "fs_extra",
5243 "libc",
5244]
5245
5246[[package]]
Alex Crichton15899b02018-01-25 04:01:425247name = "time"
Mark Rousskov342d9562020-08-17 15:21:445248version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425249source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445250checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425251dependencies = [
Alex Crichton093ede22019-08-15 00:45:095252 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315253 "winapi",
Alex Crichton15899b02018-01-25 04:01:425254]
5255
5256[[package]]
David Wood7f916972022-03-26 07:27:435257name = "tinystr"
5258version = "0.3.4"
5259source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
5261
5262[[package]]
Mark Rousskov342d9562020-08-17 15:21:445263name = "tinyvec"
Jubilee Young8f5ea802020-08-17 23:07:095264version = "0.3.4"
Mark Rousskov342d9562020-08-17 15:21:445265source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young8f5ea802020-08-17 23:07:095266checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
Mark Rousskov342d9562020-08-17 15:21:445267
5268[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435269name = "tokio"
klensy9f621ae2022-01-24 17:19:215270version = "1.8.4"
Matthias Krüger696fb8f2019-01-21 15:32:435271source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215272checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
Matthias Krüger696fb8f2019-01-21 15:32:435273dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315274 "autocfg",
Alex Crichton093ede22019-08-15 00:45:095275 "bytes",
Alex Crichton093ede22019-08-15 00:45:095276 "libc",
Caleb Cartwright63913182021-02-10 01:52:545277 "memchr",
Alex Crichton093ede22019-08-15 00:45:095278 "mio",
Caleb Cartwright63913182021-02-10 01:52:545279 "num_cpus",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315280 "once_cell",
5281 "pin-project-lite",
Mark Rousskov342d9562020-08-17 15:21:445282 "signal-hook-registry",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315283 "winapi",
Matthias Krüger696fb8f2019-01-21 15:32:435284]
5285
5286[[package]]
Igor Matuszewskiaf53b0d2021-07-21 13:17:315287name = "tokio-stream"
5288version = "0.1.7"
Mateusz Mikuła2d8d8132019-12-04 17:40:165289source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315290checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
Mateusz Mikuła2d8d8132019-12-04 17:40:165291dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315292 "futures-core",
5293 "pin-project-lite",
5294 "tokio",
Mateusz Mikuła2d8d8132019-12-04 17:40:165295]
5296
5297[[package]]
Caleb Cartwright63913182021-02-10 01:52:545298name = "tokio-util"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315299version = "0.6.7"
Matthias Krüger696fb8f2019-01-21 15:32:435300source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315301checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
Matthias Krüger696fb8f2019-01-21 15:32:435302dependencies = [
Alex Crichton093ede22019-08-15 00:45:095303 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545304 "futures-core",
5305 "futures-sink",
Alex Crichton093ede22019-08-15 00:45:095306 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315307 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:545308 "tokio",
Matthias Krüger696fb8f2019-01-21 15:32:435309]
5310
5311[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295312name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475313version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135314source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475315checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135316dependencies = [
Alex Crichton093ede22019-08-15 00:45:095317 "serde",
Eric Hussd2228ca2019-03-29 03:13:135318]
5319
5320[[package]]
Eric Hussaf8048b2022-01-26 00:24:215321name = "toml_edit"
Eric Huss91aee652022-02-01 11:26:305322version = "0.13.4"
Eric Hussaf8048b2022-01-26 00:24:215323source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss91aee652022-02-01 11:26:305324checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
Eric Hussaf8048b2022-01-26 00:24:215325dependencies = [
5326 "combine",
5327 "indexmap",
pierwillf684acd2022-03-04 17:54:285328 "itertools",
Eric Huss7758eaf2022-04-28 05:42:545329 "kstring 1.0.6",
5330 "serde",
5331]
5332
5333[[package]]
5334name = "toml_edit"
5335version = "0.14.3"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "ba98375fd631b83696f87c64e4ed8e29e6a1f3404d6aed95fa95163bad38e705"
5338dependencies = [
5339 "combine",
5340 "indexmap",
5341 "itertools",
5342 "kstring 2.0.0",
Eric Hussaf8048b2022-01-26 00:24:215343 "serde",
5344]
5345
5346[[package]]
Eric Hussa882fdd2021-12-03 20:25:075347name = "topological-sort"
5348version = "0.1.0"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
5350checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5351
5352[[package]]
Caleb Cartwright63913182021-02-10 01:52:545353name = "tower-service"
5354version = "0.3.1"
5355source = "registry+https://github.com/rust-lang/crates.io-index"
5356checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
5357
5358[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095359name = "tracing"
David Wood2dc1a8a2021-12-03 14:24:055360version = "0.1.29"
Jack Hueyecb8b9f2020-05-27 05:05:095361source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055362checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
Jack Hueyecb8b9f2020-05-27 05:05:095363dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:005364 "cfg-if 1.0.0",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315365 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095366 "tracing-attributes",
5367 "tracing-core",
5368]
5369
5370[[package]]
5371name = "tracing-attributes"
David Wood2dc1a8a2021-12-03 14:24:055372version = "0.1.18"
Jack Hueyecb8b9f2020-05-27 05:05:095373source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055374checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
Jack Hueyecb8b9f2020-05-27 05:05:095375dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155376 "proc-macro2",
5377 "quote",
5378 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095379]
5380
5381[[package]]
5382name = "tracing-core"
Oli Scherer69274aa2021-10-02 08:22:035383version = "0.1.21"
Jack Hueyecb8b9f2020-05-27 05:05:095384source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer69274aa2021-10-02 08:22:035385checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
Jack Hueyecb8b9f2020-05-27 05:05:095386dependencies = [
5387 "lazy_static",
5388]
5389
5390[[package]]
Jack Hueyd66452c2020-08-04 22:35:375391name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:005392version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375393source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005394checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:375395dependencies = [
5396 "lazy_static",
5397 "log",
5398 "tracing-core",
5399]
5400
5401[[package]]
Oliver Schererec7230f2020-07-24 18:42:005402name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:305403version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:005404source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305405checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:005406dependencies = [
klensy8ebc73b2022-02-06 20:57:295407 "ansi_term",
Oliver Schererec7230f2020-07-24 18:42:005408 "lazy_static",
5409 "matchers",
Caleb Cartwright63913182021-02-10 01:52:545410 "parking_lot",
Oliver Schererec7230f2020-07-24 18:42:005411 "regex",
Oliver Schererec7230f2020-07-24 18:42:005412 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295413 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445414 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595415 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005416 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375417 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375418]
5419
5420[[package]]
5421name = "tracing-tree"
pierwillea25b772021-12-21 17:00:305422version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:375423source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305424checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:375425dependencies = [
klensy8ebc73b2022-02-06 20:57:295426 "ansi_term",
Jack Hueyd66452c2020-08-04 22:35:375427 "atty",
pierwillea25b772021-12-21 17:00:305428 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005429 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375430 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005431]
5432
5433[[package]]
David Wood7f916972022-03-26 07:27:435434name = "type-map"
5435version = "0.4.0"
5436source = "registry+https://github.com/rust-lang/crates.io-index"
5437checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5438dependencies = [
5439 "rustc-hash",
5440]
5441
5442[[package]]
Eric Huss8c20add2018-12-03 01:33:205443name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575444version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205445source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575446checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205447
5448[[package]]
Mark Rousskov064f8882020-01-13 21:40:195449name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445450version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195451source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445452checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195453dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425454 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195455 "regex",
5456]
5457
5458[[package]]
James Munnsde763692019-01-19 02:39:375459name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445460version = "0.1.3"
James Munnsde763692019-01-19 02:39:375461source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445462checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375463
5464[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235465name = "unic-char-property"
5466version = "0.9.0"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5469dependencies = [
5470 "unic-char-range",
5471]
5472
5473[[package]]
5474name = "unic-char-range"
5475version = "0.9.0"
5476source = "registry+https://github.com/rust-lang/crates.io-index"
5477checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5478
5479[[package]]
5480name = "unic-common"
5481version = "0.9.0"
5482source = "registry+https://github.com/rust-lang/crates.io-index"
5483checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5484
5485[[package]]
5486name = "unic-emoji-char"
5487version = "0.9.0"
5488source = "registry+https://github.com/rust-lang/crates.io-index"
5489checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5490dependencies = [
5491 "unic-char-property",
5492 "unic-char-range",
5493 "unic-ucd-version",
5494]
5495
5496[[package]]
David Wood7f916972022-03-26 07:27:435497name = "unic-langid"
5498version = "0.9.0"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5"
5501dependencies = [
5502 "unic-langid-impl",
5503 "unic-langid-macros",
5504]
5505
5506[[package]]
5507name = "unic-langid-impl"
5508version = "0.9.0"
5509source = "registry+https://github.com/rust-lang/crates.io-index"
5510checksum = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d"
5511dependencies = [
5512 "tinystr",
5513]
5514
5515[[package]]
5516name = "unic-langid-macros"
5517version = "0.9.0"
5518source = "registry+https://github.com/rust-lang/crates.io-index"
5519checksum = "18f980d6d87e8805f2836d64b4138cc95aa7986fa63b1f51f67d5fbff64dd6e5"
5520dependencies = [
5521 "proc-macro-hack",
5522 "tinystr",
5523 "unic-langid-impl",
5524 "unic-langid-macros-impl",
5525]
5526
5527[[package]]
5528name = "unic-langid-macros-impl"
5529version = "0.9.0"
5530source = "registry+https://github.com/rust-lang/crates.io-index"
5531checksum = "29396ffd97e27574c3e01368b1a64267d3064969e4848e2e130ff668be9daa9f"
5532dependencies = [
5533 "proc-macro-hack",
5534 "quote",
5535 "syn",
5536 "unic-langid-impl",
5537]
5538
5539[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235540name = "unic-ucd-version"
5541version = "0.9.0"
5542source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5544dependencies = [
5545 "unic-common",
5546]
5547
5548[[package]]
Andy Russell30301642019-04-20 17:03:595549name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405550version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595551source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405552checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595553dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405554 "version_check",
Andy Russell30301642019-04-20 17:03:595555]
5556
5557[[package]]
Mark Rousskov064f8882020-01-13 21:40:195558name = "unicode-bdd"
5559version = "0.1.0"
5560dependencies = [
5561 "ucd-parse",
5562]
5563
5564[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585565name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325566version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585567source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095568checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585569dependencies = [
Alex Crichton093ede22019-08-15 00:45:095570 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585571]
5572
5573[[package]]
5574name = "unicode-normalization"
Mark Rousskov342d9562020-08-17 15:21:445575version = "0.1.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585576source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445577checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
Charles Lew0bcddfe2019-11-23 14:33:405578dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445579 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405580]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585581
5582[[package]]
Charles Lew485e98a2020-01-02 12:02:225583name = "unicode-script"
flip199544cea512021-07-01 16:18:025584version = "0.5.3"
Charles Lew485e98a2020-01-02 12:02:225585source = "registry+https://github.com/rust-lang/crates.io-index"
flip199544cea512021-07-01 16:18:025586checksum = "098ec66172ce21cd55f8bcc786ee209dd20e04eff70acfca30cb79924d173ae9"
Charles Lew485e98a2020-01-02 12:02:225587
5588[[package]]
5589name = "unicode-security"
Charles Lew25e864e2020-06-23 11:45:135590version = "0.0.5"
Charles Lew485e98a2020-01-02 12:02:225591source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew25e864e2020-06-23 11:45:135592checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
Charles Lew485e98a2020-01-02 12:02:225593dependencies = [
Charles Lewc05961c2020-04-25 01:38:315594 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225595 "unicode-script",
5596]
5597
5598[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585599name = "unicode-segmentation"
Eric Huss139477d2019-11-12 18:14:485600version = "1.6.0"
Steve Klabnika0769612017-02-07 23:13:575601source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:485602checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
Steve Klabnika0769612017-02-07 23:13:575603
5604[[package]]
5605name = "unicode-width"
Mark Rousskov342d9562020-08-17 15:21:445606version = "0.1.8"
Steve Klabnika0769612017-02-07 23:13:575607source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445608checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
Alex Crichtonb47c9692019-08-16 15:29:085609dependencies = [
5610 "compiler_builtins",
5611 "rustc-std-workspace-core",
5612 "rustc-std-workspace-std",
5613]
Steve Klabnika0769612017-02-07 23:13:575614
5615[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585616name = "unicode-xid"
ibraheemdevde27d682021-07-27 00:55:315617version = "0.2.2"
Aleksey Kladova0c186c2019-07-21 11:50:395618source = "registry+https://github.com/rust-lang/crates.io-index"
ibraheemdevde27d682021-07-27 00:55:315619checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
Aleksey Kladova0c186c2019-07-21 11:50:395620
5621[[package]]
flip19954c228cc2019-02-18 09:32:585622name = "unicode_categories"
5623version = "0.1.1"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095625checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585626
5627[[package]]
Michael Howellb29d9d52021-02-24 06:42:425628name = "unified-diff"
5629version = "0.2.1"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5632dependencies = [
5633 "diff",
5634]
5635
5636[[package]]
flip19958d5f69d2021-10-21 11:13:175637name = "unindent"
5638version = "0.1.7"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
5641
5642[[package]]
est31c2d59062017-06-12 19:35:475643name = "unstable-book-gen"
5644version = "0.1.0"
5645dependencies = [
Alex Crichton093ede22019-08-15 00:45:095646 "num-traits",
5647 "tidy",
est31c2d59062017-06-12 19:35:475648]
5649
5650[[package]]
Nick Cameron71a0be02017-09-25 04:13:295651name = "unwind"
5652version = "0.0.0"
5653dependencies = [
Alex Crichton093ede22019-08-15 00:45:095654 "cc",
Aaron Hill44fdfd62020-10-11 17:51:075655 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:095656 "compiler_builtins",
5657 "core",
5658 "libc",
Nick Cameron71a0be02017-09-25 04:13:295659]
5660
5661[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585662name = "url"
Alex Crichtonb4110902018-12-08 11:06:545663version = "1.7.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585664source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095665checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585666dependencies = [
Alex Crichton093ede22019-08-15 00:45:095667 "idna 0.1.5",
5668 "matches",
5669 "percent-encoding 1.0.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585670]
5671
5672[[package]]
Eric Hussf2428a62019-08-01 00:44:395673name = "url"
Eric Hussf3287a62021-05-12 00:39:515674version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395675source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515676checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395677dependencies = [
Eric Hussf3287a62021-05-12 00:39:515678 "form_urlencoded",
Alex Crichton093ede22019-08-15 00:45:095679 "idna 0.2.0",
5680 "matches",
Eric Huss139477d2019-11-12 18:14:485681 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:095682 "serde",
Eric Hussf2428a62019-08-01 00:44:395683]
5684
5685[[package]]
steveklabnikecfbaca2018-04-03 14:32:045686name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445687version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045688source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445689checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045690
5691[[package]]
Eric Hussd5e03532019-05-23 20:27:495692name = "utf8parse"
5693version = "0.1.1"
5694source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095695checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495696
5697[[package]]
Alex Crichton1cede102017-06-15 02:33:065698name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445699version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065700source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445701checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065702
5703[[package]]
Steve Klabnika0769612017-02-07 23:13:575704name = "vec_map"
Mark Rousskov342d9562020-08-17 15:21:445705version = "0.8.2"
Steve Klabnika0769612017-02-07 23:13:575706source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445707checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
Steve Klabnika0769612017-02-07 23:13:575708
5709[[package]]
Ralf Jung8d908b52018-09-17 07:20:035710name = "vergen"
Ralf Jungbf11b122021-04-06 11:20:485711version = "5.1.0"
Ralf Jung8d908b52018-09-17 07:20:035712source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungbf11b122021-04-06 11:20:485713checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183"
Ralf Jung8d908b52018-09-17 07:20:035714dependencies = [
Ralf Jungbf11b122021-04-06 11:20:485715 "anyhow",
Alex Crichton093ede22019-08-15 00:45:095716 "chrono",
Ralf Jungbf11b122021-04-06 11:20:485717 "enum-iterator",
5718 "getset",
5719 "git2",
5720 "rustversion",
5721 "thiserror",
Ralf Jung8d908b52018-09-17 07:20:035722]
5723
5724[[package]]
Alex Crichtonb4110902018-12-08 11:06:545725name = "version_check"
klensydcdc3082021-05-11 19:03:595726version = "0.9.3"
Eric Huss2b985322019-11-25 16:14:075727source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:595728checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
Eric Huss2b985322019-11-25 16:14:075729
5730[[package]]
Eric Hussd5e03532019-05-23 20:27:495731name = "vte"
5732version = "0.3.3"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095734checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495735dependencies = [
Alex Crichton093ede22019-08-15 00:45:095736 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495737]
5738
5739[[package]]
Josh Stone020c5ec2017-05-08 22:01:135740name = "walkdir"
Eric Huss3a6fc802022-04-20 13:50:395741version = "2.3.2"
Alex Crichton80d6ed22018-01-08 21:56:225742source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss3a6fc802022-04-20 13:50:395743checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Alex Crichton80d6ed22018-01-08 21:56:225744dependencies = [
Alex Crichton093ede22019-08-15 00:45:095745 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315746 "winapi",
Alex Crichton093ede22019-08-15 00:45:095747 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225748]
5749
5750[[package]]
newpavlov6374b842019-08-29 17:13:155751name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255752version = "0.9.0+wasi-snapshot-preview1"
5753source = "registry+https://github.com/rust-lang/crates.io-index"
5754checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
Harald Hoyer00cbc8d2022-01-21 13:19:135755
5756[[package]]
5757name = "wasi"
5758version = "0.11.0+wasi-snapshot-preview1"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155761dependencies = [
5762 "compiler_builtins",
5763 "rustc-std-workspace-alloc",
5764 "rustc-std-workspace-core",
5765]
5766
5767[[package]]
Steve Klabnika0769612017-02-07 23:13:575768name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445769version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225770source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445771checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225772dependencies = [
Alex Crichton093ede22019-08-15 00:45:095773 "winapi-i686-pc-windows-gnu",
5774 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225775]
5776
5777[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225778name = "winapi-i686-pc-windows-gnu"
5779version = "0.4.0"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095781checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225782
5783[[package]]
Alex Crichton2863b752018-08-21 17:23:475784name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055785version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475786source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055787checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475788dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315789 "winapi",
Alex Crichton2863b752018-08-21 17:23:475790]
5791
5792[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225793name = "winapi-x86_64-pc-windows-gnu"
5794version = "0.4.0"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095796checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225797
5798[[package]]
Josh Stone020c5ec2017-05-08 22:01:135799name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225800version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135801source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095802checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135803dependencies = [
Alex Crichton093ede22019-08-15 00:45:095804 "libc",
Josh Stone020c5ec2017-05-08 22:01:135805]
5806
5807[[package]]
Josh Stone020c5ec2017-05-08 22:01:135808name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445809version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135810source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445811checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135812dependencies = [
Alex Crichton093ede22019-08-15 00:45:095813 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135814]
5815
5816[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305817name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445818version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305819source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445820checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305821dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425822 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305823 "thiserror",
Mark Rousskov342d9562020-08-17 15:21:445824 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:305825]
5826
5827[[package]]
Josh Stone020c5ec2017-05-08 22:01:135828name = "yaml-rust"
5829version = "0.3.5"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095831checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
Pietro Albini9beb8f52019-11-26 11:06:305832
5833[[package]]
5834name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445835version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305836source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445837checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305838dependencies = [
5839 "linked-hash-map",
5840]
Igor Matuszewski2214a412021-05-03 20:59:355841
5842[[package]]
Eric Huss3a6fc802022-04-20 13:50:395843name = "yansi"
5844version = "0.5.1"
5845source = "registry+https://github.com/rust-lang/crates.io-index"
5846checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
5847
5848[[package]]
Igor Matuszewski2214a412021-05-03 20:59:355849name = "yansi-term"
5850version = "0.1.2"
5851source = "registry+https://github.com/rust-lang/crates.io-index"
5852checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5853dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315854 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:355855]