blob: 871ff8f9cdb4074f1f18ddb7949d7553eabcc802 [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"
Arlo Siemsen6b48b522022-05-25 17:31:30314version = "0.64.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",
Mark Rousskovbf29b3c2022-05-18 16:16:27367 "toml_edit",
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",
Eric Huss22326c52022-05-04 05:48:05451 "snapbox",
Aaron Hilld440e132019-09-16 18:45:40452 "tar",
Eric Hussfaa64612021-06-22 23:19:24453 "termcolor",
Mark Rousskovbf29b3c2022-05-18 16:16:27454 "toml_edit",
Eric Hussf3287a62021-05-12 00:39:51455 "url 2.2.2",
Aaron Hilld440e132019-09-16 18:45:40456]
457
458[[package]]
Eric Hussea194b82021-03-26 19:29:08459name = "cargo-util"
Eric Huss4b4a5142022-04-14 01:02:32460version = "0.1.3"
Eric Hussea194b82021-03-26 19:29:08461dependencies = [
462 "anyhow",
463 "core-foundation",
464 "crypto-hash",
465 "filetime",
466 "hex 0.4.2",
467 "jobserver",
468 "libc",
469 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31470 "miow",
Eric Hussea194b82021-03-26 19:29:08471 "same-file",
472 "shell-escape",
473 "tempfile",
474 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31475 "winapi",
Eric Hussea194b82021-03-26 19:29:08476]
477
478[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29479name = "cargo_metadata"
Caleb Cartwright0697f562021-10-20 05:15:20480version = "0.14.0"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
483dependencies = [
484 "camino",
485 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
klensy8ebc73b2022-02-06 20:57:29486 "semver",
Caleb Cartwright0697f562021-10-20 05:15:20487 "serde",
488 "serde_json",
489]
490
491[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26492name = "cargotest2"
493version = "0.1.0"
494
495[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35496name = "cc"
Yuki Okushie457c272021-07-13 08:58:50497version = "1.0.69"
Nick Cameronc5cad5a2017-09-22 01:58:35498source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushie457c272021-07-13 08:58:50499checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
Eric Hussa9023832019-11-09 19:59:53500dependencies = [
501 "jobserver",
Eric Hussa9023832019-11-09 19:59:53502]
Nick Cameronc5cad5a2017-09-22 01:58:35503
504[[package]]
Josh Stone020c5ec2017-05-08 22:01:13505name = "cfg-if"
Alex Crichtonaabf4e92020-01-08 15:33:57506version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:13507source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57508checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Alex Crichtond1040fe2019-05-15 14:30:15509dependencies = [
Alex Crichton093ede22019-08-15 00:45:09510 "compiler_builtins",
511 "rustc-std-workspace-core",
Alex Crichtond1040fe2019-05-15 14:30:15512]
Josh Stone020c5ec2017-05-08 22:01:13513
514[[package]]
Aaron Hill44fdfd62020-10-11 17:51:07515name = "cfg-if"
516version = "1.0.0"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
519
520[[package]]
Jack Hueya24df5b2020-03-03 16:25:03521name = "chalk-derive"
Michael Gouletcc588552022-03-23 06:39:11522version = "0.80.0"
Jack Hueya24df5b2020-03-03 16:25:03523source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Gouletcc588552022-03-23 06:39:11524checksum = "d0001adf0cf12361e08b65e1898ea138f8f77d8f5177cbf29b6b3b3532252bd6"
Jack Hueya24df5b2020-03-03 16:25:03525dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15526 "proc-macro2",
527 "quote",
528 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16529 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03530]
531
532[[package]]
533name = "chalk-engine"
Michael Gouletcc588552022-03-23 06:39:11534version = "0.80.0"
Jack Hueya24df5b2020-03-03 16:25:03535source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Gouletcc588552022-03-23 06:39:11536checksum = "c44ee96f2d67cb5193d1503f185db1abad9933a1c6e6b4169c176f90baecd393"
Jack Hueya24df5b2020-03-03 16:25:03537dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19538 "chalk-derive",
539 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37540 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03541 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09542 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03543]
544
545[[package]]
546name = "chalk-ir"
Michael Gouletcc588552022-03-23 06:39:11547version = "0.80.0"
Jack Hueya24df5b2020-03-03 16:25:03548source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Gouletcc588552022-03-23 06:39:11549checksum = "92d8a95548f23618fda86426e4304e563ec2bb7ba0216139f0748d63c107b5f1"
Jack Hueya24df5b2020-03-03 16:25:03550dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31551 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03552 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42553 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03554]
555
556[[package]]
Jack Hueya24df5b2020-03-03 16:25:03557name = "chalk-solve"
Michael Gouletcc588552022-03-23 06:39:11558version = "0.80.0"
Jack Hueya24df5b2020-03-03 16:25:03559source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Gouletcc588552022-03-23 06:39:11560checksum = "f37f492dacfafe2e21319b80827da2779932909bb392f0cc86b2bd5c07c1b4e1"
Jack Hueya24df5b2020-03-03 16:25:03561dependencies = [
562 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03563 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09564 "ena",
pierwill8d27c282022-01-19 19:44:43565 "indexmap",
pierwillf684acd2022-03-04 17:54:28566 "itertools",
Jack Hueya24df5b2020-03-03 16:25:03567 "petgraph",
568 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09569 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37570 "tracing-subscriber",
571 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03572]
573
574[[package]]
Alex Crichton15899b02018-01-25 04:01:42575name = "chrono"
Tomasz Miąsko2abe7c82021-02-28 00:00:00576version = "0.4.19"
Alex Crichton15899b02018-01-25 04:01:42577source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:00578checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
Alex Crichton15899b02018-01-25 04:01:42579dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:00580 "libc",
Alex Crichton093ede22019-08-15 00:45:09581 "num-integer",
582 "num-traits",
583 "time",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31584 "winapi",
Alex Crichton15899b02018-01-25 04:01:42585]
586
587[[package]]
Steve Klabnika0769612017-02-07 23:13:57588name = "clap"
Eric Huss4aceaed2021-12-07 04:33:00589version = "2.34.0"
Steve Klabnika0769612017-02-07 23:13:57590source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4aceaed2021-12-07 04:33:00591checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
Steve Klabnika0769612017-02-07 23:13:57592dependencies = [
klensy8ebc73b2022-02-06 20:57:29593 "ansi_term",
Alex Crichton093ede22019-08-15 00:45:09594 "atty",
595 "bitflags",
Eric Hussbfacc5c2022-01-19 03:14:33596 "strsim 0.8.0",
597 "textwrap 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09598 "unicode-width",
599 "vec_map",
Pietro Albini9beb8f52019-11-26 11:06:30600 "yaml-rust 0.3.5",
Steve Klabnika0769612017-02-07 23:13:57601]
602
603[[package]]
Eric Hussbfacc5c2022-01-19 03:14:33604name = "clap"
Eric Huss474803f2022-02-23 07:22:42605version = "3.1.1"
Eric Hussbfacc5c2022-01-19 03:14:33606source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss474803f2022-02-23 07:22:42607checksum = "6d76c22c9b9b215eeb8d016ad3a90417bd13cb24cf8142756e6472445876cab7"
Eric Hussbfacc5c2022-01-19 03:14:33608dependencies = [
609 "atty",
610 "bitflags",
611 "indexmap",
Eric Huss51814222022-04-15 18:57:06612 "lazy_static",
Eric Hussbfacc5c2022-01-19 03:14:33613 "os_str_bytes",
614 "strsim 0.10.0",
615 "termcolor",
616 "textwrap 0.14.2",
617]
618
619[[package]]
Eric Huss51814222022-04-15 18:57:06620name = "clap_complete"
621version = "3.1.1"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
624dependencies = [
625 "clap 3.1.1",
626]
627
628[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29629name = "clippy"
xFrednet13cc27b2022-05-21 11:24:00630version = "0.1.63"
Ahmed Charles9ca382f2016-09-02 08:55:29631dependencies = [
Alex Crichton093ede22019-08-15 00:45:09632 "clippy_lints",
flip1995fe247b42021-09-08 14:32:16633 "clippy_utils",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41634 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09635 "derive-new",
flip1995647f2b42021-06-03 07:06:49636 "filetime",
klensy8ebc73b2022-02-06 20:57:29637 "futures 0.3.19",
flip1995fe247b42021-09-08 14:32:16638 "if_chain",
pierwillf684acd2022-03-04 17:54:28639 "itertools",
flip1995e36e5a52021-12-06 11:33:55640 "parking_lot",
flip19950f1ff452021-03-25 18:29:39641 "quote",
flip1995412ebc32021-03-12 14:31:11642 "regex",
flip1995706fa542022-03-14 11:03:16643 "rustc-semver",
Alex Crichton093ede22019-08-15 00:45:09644 "rustc-workspace-hack",
Oliver Scherer2a789512019-05-26 17:21:54645 "rustc_tools_util 0.2.0",
klensy8ebc73b2022-02-06 20:57:29646 "semver",
Alex Crichton093ede22019-08-15 00:45:09647 "serde",
flip19950f1ff452021-03-25 18:29:39648 "syn",
Matthias Krügerf77104b2019-12-02 22:09:48649 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00650 "termize",
Ralf Jungbf11b122021-04-06 11:20:48651 "tester",
flip1995159d6c32022-01-13 12:18:51652 "tokio",
Ahmed Charles9ca382f2016-09-02 08:55:29653]
654
655[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49656name = "clippy_dev"
657version = "0.0.1"
658dependencies = [
flip1995463c7602022-05-05 14:13:10659 "aho-corasick",
Eric Hussbfacc5c2022-01-19 03:14:33660 "clap 2.34.0",
flip19958d5f69d2021-10-21 11:13:17661 "indoc",
pierwillf684acd2022-03-04 17:54:28662 "itertools",
flip199544cea512021-07-01 16:18:02663 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49664 "shell-escape",
flip1995b590d5c2022-04-08 09:41:55665 "tempfile",
Joshua Nelson8c25e272021-04-14 13:20:49666 "walkdir",
667]
668
669[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29670name = "clippy_lints"
xFrednet13cc27b2022-05-21 11:24:00671version = "0.1.63"
Oliver Schneider847bb142018-05-11 12:11:06672dependencies = [
klensy8ebc73b2022-02-06 20:57:29673 "cargo_metadata",
flip19950046d7c2021-02-25 10:26:23674 "clippy_utils",
Alex Crichton093ede22019-08-15 00:45:09675 "if_chain",
pierwillf684acd2022-03-04 17:54:28676 "itertools",
Guillaume Gomez80b26bd2022-01-19 10:02:24677 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:09678 "quine-mc_cluskey",
Alex Crichton093ede22019-08-15 00:45:09679 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59680 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29681 "semver",
Alex Crichton093ede22019-08-15 00:45:09682 "serde",
flip1995c24058b2021-05-06 10:21:46683 "serde_json",
Eric Huss7d92cf42019-08-20 17:46:35684 "toml",
Alex Crichton093ede22019-08-15 00:45:09685 "unicode-normalization",
flip199544cea512021-07-01 16:18:02686 "unicode-script",
Eric Hussf3287a62021-05-12 00:39:51687 "url 2.2.2",
Oliver Schneider847bb142018-05-11 12:11:06688]
689
690[[package]]
flip19950046d7c2021-02-25 10:26:23691name = "clippy_utils"
xFrednet13cc27b2022-05-21 11:24:00692version = "0.1.63"
flip19950046d7c2021-02-25 10:26:23693dependencies = [
flip1995159d6c32022-01-13 12:18:51694 "arrayvec",
flip19950046d7c2021-02-25 10:26:23695 "if_chain",
flip19950046d7c2021-02-25 10:26:23696 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23697]
698
699[[package]]
Mark Rousskov342d9562020-08-17 15:21:44700name = "cmake"
701version = "0.1.44"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
Oliver Schneideracdf83f2017-12-06 08:25:29704dependencies = [
Alex Crichton093ede22019-08-15 00:45:09705 "cc",
Oliver Schneideracdf83f2017-12-06 08:25:29706]
707
708[[package]]
Nick Cameron127f9a62018-04-25 22:11:28709name = "colored"
Ralf Jung0e908752020-09-17 18:04:20710version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28711source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20712checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28713dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42714 "atty",
715 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31716 "winapi",
Nick Cameron127f9a62018-04-25 22:11:28717]
718
719[[package]]
Eric Hussaf8048b2022-01-26 00:24:21720name = "combine"
721version = "4.6.3"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062"
724dependencies = [
725 "bytes",
726 "memchr",
727]
728
729[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29730name = "commoncrypto"
731version = "0.2.0"
732source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09733checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29734dependencies = [
Alex Crichton093ede22019-08-15 00:45:09735 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29736]
737
738[[package]]
739name = "commoncrypto-sys"
740version = "0.2.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09742checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29743dependencies = [
Alex Crichton093ede22019-08-15 00:45:09744 "libc",
Murarth64842582017-06-17 19:01:18745]
746
747[[package]]
Alex Crichton147e2da2016-10-07 06:30:38748name = "compiler_builtins"
Vadim Petrochenkov5bee7412022-02-16 11:23:37749version = "0.1.71"
Alex Crichton4c21a3b2018-11-20 05:52:50750source = "registry+https://github.com/rust-lang/crates.io-index"
Vadim Petrochenkov5bee7412022-02-16 11:23:37751checksum = "163437f05ca8f29d7e9128ea728dedf5eb620e445fbca273641d3a3050305f23"
Alex Crichton147e2da2016-10-07 06:30:38752dependencies = [
Alex Crichton093ede22019-08-15 00:45:09753 "cc",
754 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38755]
756
757[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29758name = "compiletest"
759version = "0.0.0"
760dependencies = [
Michael Howellb29d9d52021-02-24 06:42:42761 "colored",
Alex Crichton093ede22019-08-15 00:45:09762 "diff",
Alex Crichton093ede22019-08-15 00:45:09763 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21764 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42765 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09766 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31767 "miow",
Alex Crichton093ede22019-08-15 00:45:09768 "regex",
Eric Huss2817be92021-06-11 03:39:05769 "rustfix 0.6.0",
Alex Crichton093ede22019-08-15 00:45:09770 "serde",
771 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00772 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00773 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42774 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09775 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31776 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29777]
778
779[[package]]
780name = "compiletest_rs"
flip19954e5319b2021-11-04 12:56:54781version = "0.7.1"
hyd-deve671c352021-09-06 16:43:27782source = "registry+https://github.com/rust-lang/crates.io-index"
flip19954e5319b2021-11-04 12:56:54783checksum = "29843cb8d351febf86557681d049d1e1652b81a086a190fa1173c07fd17fbf83"
hyd-deve671c352021-09-06 16:43:27784dependencies = [
785 "diff",
786 "filetime",
787 "getopts",
788 "lazy_static",
789 "libc",
790 "log",
791 "miow",
792 "regex",
793 "rustfix 0.5.1",
794 "serde",
795 "serde_derive",
796 "serde_json",
797 "tempfile",
798 "tester",
799 "winapi",
800]
801
802[[package]]
Eric Huss3a6fc802022-04-20 13:50:39803name = "concolor"
804version = "0.0.8"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "015267563b1df20adccdd00cb05257b1dfbea70a04928e9cf88ffb850c1a40af"
807dependencies = [
808 "atty",
809 "bitflags",
810 "concolor-query",
811]
812
813[[package]]
814name = "concolor-query"
815version = "0.0.5"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "d6417fe6fc03a8b533fd2177742eeb39a90c7233eedec7bac96d4d6b69a09449"
818
819[[package]]
820name = "content_inspector"
821version = "0.2.4"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
824dependencies = [
825 "memchr",
826]
827
828[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29829name = "core"
830version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16831dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:19832 "rand 0.7.3",
Thom Chiovoloni08127592022-05-02 06:10:56833 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16834]
Ahmed Charles9ca382f2016-09-02 08:55:29835
836[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28837name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05838version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07839source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05840checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07841dependencies = [
Eric Huss6654c582020-06-23 22:00:48842 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09843 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28844]
845
846[[package]]
847name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05848version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07849source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05850checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07851
852[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48853name = "coverage_test_macros"
854version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48855
856[[package]]
pierwillef6dd122022-02-10 16:54:01857name = "cpufeatures"
858version = "0.2.1"
Pietro Albiniacd8e592020-10-01 15:15:12859source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:01860checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
861dependencies = [
862 "libc",
863]
Pietro Albiniacd8e592020-10-01 15:15:12864
865[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58866name = "crates-io"
Eric Hussbfacc5c2022-01-19 03:14:33867version = "0.34.0"
Nick Cameronad8ecc22017-07-19 01:32:12868dependencies = [
Eric Huss6da85d62020-01-14 17:47:04869 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09870 "curl",
Eric Huss139477d2019-11-12 18:14:48871 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09872 "serde",
Alex Crichton093ede22019-08-15 00:45:09873 "serde_json",
Eric Hussf3287a62021-05-12 00:39:51874 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58875]
876
877[[package]]
Alex Crichtonb4110902018-12-08 11:06:54878name = "crc32fast"
Alex Crichton06d565c2020-05-13 21:22:37879version = "1.2.0"
Alex Crichtonb4110902018-12-08 11:06:54880source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:37881checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
Alex Crichtonb4110902018-12-08 11:06:54882dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07883 "cfg-if 0.1.10",
Alex Crichtonb4110902018-12-08 11:06:54884]
Alex Crichton38bedfa2017-09-02 03:46:51885
886[[package]]
kennytmcab21f12018-07-26 21:58:55887name = "crossbeam-channel"
klensy4e079132022-04-11 18:50:19888version = "0.5.4"
Matthias Krüger451d4922020-02-10 19:47:38889source = "registry+https://github.com/rust-lang/crates.io-index"
klensy4e079132022-04-11 18:50:19890checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
Matthias Krüger451d4922020-02-10 19:47:38891dependencies = [
Caleb Cartwright63913182021-02-10 01:52:54892 "cfg-if 1.0.0",
Josh Stonef3b88122022-01-10 19:34:07893 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38894]
895
896[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45897name = "crossbeam-deque"
Josh Stonef3b88122022-01-10 19:34:07898version = "0.8.1"
Josh Stone33c41252019-09-10 17:13:07899source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:07900checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
Josh Stone33c41252019-09-10 17:13:07901dependencies = [
Josh Stonef3b88122022-01-10 19:34:07902 "cfg-if 1.0.0",
Igor Matuszewski5b091302019-12-10 15:01:01903 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07904 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07905]
906
907[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45908name = "crossbeam-epoch"
Josh Stonef3b88122022-01-10 19:34:07909version = "0.9.6"
Matthias Krüger696fb8f2019-01-21 15:32:43910source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:07911checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
Matthias Krüger696fb8f2019-01-21 15:32:43912dependencies = [
Josh Stonef3b88122022-01-10 19:34:07913 "cfg-if 1.0.0",
914 "crossbeam-utils",
Yuki Okushi1f0a39502020-05-26 04:00:42915 "lazy_static",
Igor Matuszewski5b091302019-12-10 15:01:01916 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16917 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43918]
919
920[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45921name = "crossbeam-utils"
klensy4e079132022-04-11 18:50:19922version = "0.8.8"
Eric Husse0f2f9d2019-11-12 17:57:41923source = "registry+https://github.com/rust-lang/crates.io-index"
klensy4e079132022-04-11 18:50:19924checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
Eric Husse0f2f9d2019-11-12 17:57:41925dependencies = [
Eric Huss71bf7cf2020-10-14 22:16:47926 "cfg-if 1.0.0",
Eric Huss71bf7cf2020-10-14 22:16:47927 "lazy_static",
928]
929
930[[package]]
pierwillef6dd122022-02-10 16:54:01931name = "crypto-common"
932version = "0.1.2"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"
935dependencies = [
936 "generic-array 0.14.4",
937]
938
939[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29940name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:44941version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:29942source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44943checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:29944dependencies = [
Alex Crichton093ede22019-08-15 00:45:09945 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:40946 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:09947 "openssl",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31948 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29949]
950
951[[package]]
Xidorn Quan38e42332021-02-13 11:17:15952name = "cstr"
953version = "0.2.8"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
956dependencies = [
957 "proc-macro2",
958 "quote",
959]
960
961[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:35962name = "ctor"
Mark Rousskov342d9562020-08-17 15:21:44963version = "0.1.15"
Mateusz Mikułaf5e702d2020-03-26 13:10:35964source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44965checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
Mateusz Mikułaf5e702d2020-03-26 13:10:35966dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15967 "quote",
968 "syn",
Mateusz Mikułaf5e702d2020-03-26 13:10:35969]
970
971[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58972name = "curl"
Arlo Siemsen6b48b522022-05-25 17:31:30973version = "0.4.43"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58974source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsen6b48b522022-05-25 17:31:30975checksum = "37d855aeef205b43f65a5001e0997d81f8efca7badad4fad7d897aa7f0d0651f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58976dependencies = [
Alex Crichton093ede22019-08-15 00:45:09977 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09978 "libc",
979 "openssl-probe",
980 "openssl-sys",
981 "schannel",
klensyd5e8ad42021-07-04 18:49:56982 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31983 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58984]
985
986[[package]]
987name = "curl-sys"
Arlo Siemsen6b48b522022-05-25 17:31:30988version = "0.4.55+curl-7.83.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58989source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsen6b48b522022-05-25 17:31:30990checksum = "23734ec77368ec583c2e61dd3f0b0e5c98b93abe6d2a004ca06b91dd7e3e2762"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58991dependencies = [
Alex Crichton093ede22019-08-15 00:45:09992 "cc",
993 "libc",
994 "libnghttp2-sys",
995 "libz-sys",
996 "openssl-sys",
997 "pkg-config",
998 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31999 "winapi",
Josh Stone020c5ec2017-05-08 22:01:131000]
1001
1002[[package]]
Douglas Campos422fe7c2018-05-29 11:52:511003name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:221004version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:511005source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091006checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:511007
1008[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581009name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:491010version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581011source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:491012checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581013dependencies = [
Aaron Hill70ba4912020-08-01 14:11:151014 "proc-macro2",
1015 "quote",
1016 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581017]
1018
1019[[package]]
kennytmcab21f12018-07-26 21:58:551020name = "derive_more"
Mark Rousskov342d9562020-08-17 15:21:441021version = "0.99.9"
kennytmcab21f12018-07-26 21:58:551022source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441023checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
kennytmcab21f12018-07-26 21:58:551024dependencies = [
Aaron Hill70ba4912020-08-01 14:11:151025 "proc-macro2",
1026 "quote",
1027 "syn",
kennytmcab21f12018-07-26 21:58:551028]
1029
1030[[package]]
Cengiz Can837817c2017-04-27 19:41:181031name = "diff"
Mark Rousskov342d9562020-08-17 15:21:441032version = "0.1.12"
Cengiz Can837817c2017-04-27 19:41:181033source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441034checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
Cengiz Can837817c2017-04-27 19:41:181035
1036[[package]]
Mark Simulacrum42fde212018-03-10 14:03:061037name = "difference"
1038version = "2.0.0"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091040checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
Mark Simulacrum42fde212018-03-10 14:03:061041
1042[[package]]
James Munnsde763692019-01-19 02:39:371043name = "digest"
Arlo Siemsenf86b0782020-03-31 05:17:151044version = "0.8.1"
James Munnsde763692019-01-19 02:39:371045source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:151046checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
James Munnsde763692019-01-19 02:39:371047dependencies = [
klensyd480a3e2021-03-12 13:33:021048 "generic-array 0.12.4",
Pietro Albiniacd8e592020-10-01 15:15:121049]
1050
1051[[package]]
1052name = "digest"
pierwillef6dd122022-02-10 16:54:011053version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:121054source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:011055checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"
Pietro Albiniacd8e592020-10-01 15:15:121056dependencies = [
pierwillef6dd122022-02-10 16:54:011057 "block-buffer 0.10.2",
1058 "crypto-common",
James Munnsde763692019-01-19 02:39:371059]
1060
1061[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451062name = "directories"
Jubilee Young27ef7192021-04-23 22:49:471063version = "3.0.2"
Ralf Jung44b0fd62018-11-28 20:22:451064source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471065checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
Ralf Jung44b0fd62018-11-28 20:22:451066dependencies = [
Alex Crichton093ede22019-08-15 00:45:091067 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451068]
1069
1070[[package]]
flip19954c228cc2019-02-18 09:32:581071name = "dirs"
Mark Rousskov342d9562020-08-17 15:21:441072version = "2.0.2"
flip19954c228cc2019-02-18 09:32:581073source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441074checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
flip19954c228cc2019-02-18 09:32:581075dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071076 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091077 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581078]
1079
1080[[package]]
flip19950046d7c2021-02-25 10:26:231081name = "dirs-next"
1082version = "2.0.0"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1085dependencies = [
1086 "cfg-if 1.0.0",
1087 "dirs-sys-next",
1088]
1089
1090[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321091name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:471092version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:321093source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471094checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:321095dependencies = [
Alex Crichton093ede22019-08-15 00:45:091096 "libc",
Jubilee Young27ef7192021-04-23 22:49:471097 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311098 "winapi",
flip19950046d7c2021-02-25 10:26:231099]
1100
1101[[package]]
1102name = "dirs-sys-next"
1103version = "0.1.2"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1106dependencies = [
1107 "libc",
Jubilee Young27ef7192021-04-23 22:49:471108 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311109 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321110]
1111
1112[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291113name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:351114version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:501115source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:351116checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:291117dependencies = [
Alex Crichton093ede22019-08-15 00:45:091118 "compiler_builtins",
1119 "libc",
1120 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291121]
1122
1123[[package]]
Eric Huss3a6fc802022-04-20 13:50:391124name = "dunce"
1125version = "1.0.2"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
1128
1129[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291130name = "either"
Mark Rousskov342d9562020-08-17 15:21:441131version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291132source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441133checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291134
1135[[package]]
steveklabnikecfbaca2018-04-03 14:32:041136name = "elasticlunr-rs"
Aaron Hill70ba4912020-08-01 14:11:151137version = "2.3.9"
steveklabnikecfbaca2018-04-03 14:32:041138source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151139checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
steveklabnikecfbaca2018-04-03 14:32:041140dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:421141 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091142 "regex",
1143 "serde",
1144 "serde_derive",
1145 "serde_json",
1146 "strum",
1147 "strum_macros",
steveklabnikecfbaca2018-04-03 14:32:041148]
1149
1150[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121151name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071152version = "0.14.0"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
varkor443a2d42019-03-19 21:30:071155dependencies = [
Alex Crichton093ede22019-08-15 00:45:091156 "log",
varkor443a2d42019-03-19 21:30:071157]
1158
1159[[package]]
Ralf Jungbf11b122021-04-06 11:20:481160name = "enum-iterator"
1161version = "0.6.0"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7"
1164dependencies = [
1165 "enum-iterator-derive",
1166]
1167
1168[[package]]
1169name = "enum-iterator-derive"
1170version = "0.6.0"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06"
1173dependencies = [
1174 "proc-macro2",
1175 "quote",
1176 "syn",
1177]
1178
1179[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581180name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201181version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421182source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201183checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231184dependencies = [
Alex Crichton093ede22019-08-15 00:45:091185 "atty",
Eric Hussd45d8b12020-01-21 17:55:431186 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091187 "log",
1188 "regex",
1189 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231190]
1191
1192[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561193name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201194version = "0.8.4"
Alex Crichton5c5e3fa2019-09-24 18:06:561195source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201196checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
Alex Crichton5c5e3fa2019-09-24 18:06:561197dependencies = [
1198 "atty",
Caleb Cartwright0697f562021-10-20 05:15:201199 "humantime 2.0.1",
Alex Crichton5c5e3fa2019-09-24 18:06:561200 "log",
1201 "regex",
1202 "termcolor",
1203]
1204
1205[[package]]
Eric Husse852a4a2020-10-20 23:36:461206name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111207version = "0.9.0"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1210dependencies = [
1211 "atty",
1212 "humantime 2.0.1",
1213 "log",
1214 "regex",
1215 "termcolor",
1216]
1217
1218[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291219name = "error_index_generator"
1220version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581221dependencies = [
Alex Crichton093ede22019-08-15 00:45:091222 "rustdoc",
Mark Rousskov99ce39b2019-08-19 22:04:251223 "walkdir",
Mark Simulacrume2e9b402017-07-23 02:01:581224]
Ahmed Charles9ca382f2016-09-02 08:55:291225
1226[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301227name = "expand-yaml-anchors"
1228version = "0.1.0"
1229dependencies = [
1230 "yaml-merge-keys",
Mark Rousskov342d9562020-08-17 15:21:441231 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:301232]
1233
1234[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501235name = "expect-test"
Aleksey Kladov5716c3e2020-08-31 19:04:091236version = "1.0.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501237source = "registry+https://github.com/rust-lang/crates.io-index"
Aleksey Kladov5716c3e2020-08-31 19:04:091238checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
Aleksey Kladovf7be59c2020-08-21 12:03:501239dependencies = [
1240 "difference",
1241 "once_cell",
1242]
1243
1244[[package]]
James Munnsde763692019-01-19 02:39:371245name = "fake-simd"
1246version = "0.1.2"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091248checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
James Munnsde763692019-01-19 02:39:371249
1250[[package]]
David Wood2dc1a8a2021-12-03 14:24:051251name = "fallible-iterator"
1252version = "0.2.0"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1255
1256[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291257name = "filetime"
klensydcdc3082021-05-11 19:03:591258version = "0.2.14"
Alex Crichton924f8c72018-04-18 15:43:591259source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:591260checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
Alex Crichton924f8c72018-04-18 15:43:591261dependencies = [
klensydcdc3082021-05-11 19:03:591262 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091263 "libc",
klensydcdc3082021-05-11 19:03:591264 "redox_syscall",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311265 "winapi",
Alex Crichton924f8c72018-04-18 15:43:591266]
1267
1268[[package]]
Jack Hueya24df5b2020-03-03 16:25:031269name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191270version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031271source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191272checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031273
1274[[package]]
Josh Stone020c5ec2017-05-08 22:01:131275name = "flate2"
Alex Crichton06d565c2020-05-13 21:22:371276version = "1.0.16"
Felix Schütt7c13fa32017-12-31 14:34:291277source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:371278checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
Felix Schütt7c13fa32017-12-31 14:34:291279dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071280 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091281 "crc32fast",
1282 "libc",
1283 "libz-sys",
Eric Huss139477d2019-11-12 18:14:481284 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291285]
1286
1287[[package]]
David Wood7f916972022-03-26 07:27:431288name = "fluent-bundle"
1289version = "0.15.2"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1292dependencies = [
1293 "fluent-langneg",
1294 "fluent-syntax",
1295 "intl-memoizer",
1296 "intl_pluralrules",
1297 "rustc-hash",
1298 "self_cell",
1299 "smallvec",
1300 "unic-langid",
1301]
1302
1303[[package]]
1304name = "fluent-langneg"
1305version = "0.13.0"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1308dependencies = [
1309 "unic-langid",
1310]
1311
1312[[package]]
1313name = "fluent-syntax"
1314version = "0.11.0"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1317dependencies = [
1318 "thiserror",
1319]
1320
1321[[package]]
Simon Sapinb77ff242017-07-18 21:26:551322name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441323version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551324source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441325checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551326
1327[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581328name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291329version = "0.3.2"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091331checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291332dependencies = [
Alex Crichton093ede22019-08-15 00:45:091333 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291334]
1335
1336[[package]]
1337name = "foreign-types-shared"
1338version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581339source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091340checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581341
1342[[package]]
Eric Hussf3287a62021-05-12 00:39:511343name = "form_urlencoded"
1344version = "1.0.1"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1347dependencies = [
1348 "matches",
1349 "percent-encoding 2.1.0",
1350]
1351
1352[[package]]
Jethro Beekman4a350562018-08-28 04:33:261353name = "fortanix-sgx-abi"
Mark Rousskov342d9562020-08-17 15:21:441354version = "0.3.3"
Alex Crichton4c21a3b2018-11-20 05:52:501355source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441356checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
Jethro Beekman4a350562018-08-28 04:33:261357dependencies = [
Alex Crichton093ede22019-08-15 00:45:091358 "compiler_builtins",
1359 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261360]
1361
1362[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471363name = "fs-err"
1364version = "2.5.0"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"
1367
1368[[package]]
Alex Crichton016eaf82018-10-21 02:15:061369name = "fs_extra"
1370version = "1.1.0"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091372checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061373
1374[[package]]
Nick Cameron77177052018-07-06 00:34:001375name = "fst"
Eric Huss893ca662021-04-22 22:47:101376version = "0.4.5"
Nick Cameron77177052018-07-06 00:34:001377source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss893ca662021-04-22 22:47:101378checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
Nick Cameron77177052018-07-06 00:34:001379
1380[[package]]
steveklabnikecfbaca2018-04-03 14:32:041381name = "futf"
Alex Crichtond8251152018-07-02 16:33:161382version = "0.1.4"
steveklabnikecfbaca2018-04-03 14:32:041383source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091384checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
steveklabnikecfbaca2018-04-03 14:32:041385dependencies = [
Alex Crichton093ede22019-08-15 00:45:091386 "mac",
1387 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041388]
1389
1390[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121391name = "futures"
klensy8ebc73b2022-02-06 20:57:291392version = "0.1.31"
Ahmed Charles9ca382f2016-09-02 08:55:291393source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291394checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
Ahmed Charles9ca382f2016-09-02 08:55:291395
1396[[package]]
Caleb Cartwright63913182021-02-10 01:52:541397name = "futures"
klensy8ebc73b2022-02-06 20:57:291398version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541399source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291400checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
Caleb Cartwright63913182021-02-10 01:52:541401dependencies = [
1402 "futures-channel",
1403 "futures-core",
1404 "futures-executor",
1405 "futures-io",
1406 "futures-sink",
1407 "futures-task",
1408 "futures-util",
1409]
1410
1411[[package]]
1412name = "futures-channel"
klensy8ebc73b2022-02-06 20:57:291413version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541414source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291415checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
Caleb Cartwright63913182021-02-10 01:52:541416dependencies = [
1417 "futures-core",
1418 "futures-sink",
1419]
1420
1421[[package]]
1422name = "futures-core"
klensy8ebc73b2022-02-06 20:57:291423version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541424source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291425checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
Caleb Cartwright63913182021-02-10 01:52:541426
1427[[package]]
1428name = "futures-executor"
klensy8ebc73b2022-02-06 20:57:291429version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541430source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291431checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
Caleb Cartwright63913182021-02-10 01:52:541432dependencies = [
1433 "futures-core",
1434 "futures-task",
1435 "futures-util",
1436 "num_cpus",
1437]
1438
1439[[package]]
1440name = "futures-io"
klensy8ebc73b2022-02-06 20:57:291441version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541442source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291443checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
Caleb Cartwright63913182021-02-10 01:52:541444
1445[[package]]
1446name = "futures-macro"
klensy8ebc73b2022-02-06 20:57:291447version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541448source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291449checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
Caleb Cartwright63913182021-02-10 01:52:541450dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541451 "proc-macro2",
1452 "quote",
1453 "syn",
1454]
1455
1456[[package]]
1457name = "futures-sink"
klensy8ebc73b2022-02-06 20:57:291458version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541459source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291460checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
Caleb Cartwright63913182021-02-10 01:52:541461
1462[[package]]
1463name = "futures-task"
klensy8ebc73b2022-02-06 20:57:291464version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541465source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291466checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
Caleb Cartwright63913182021-02-10 01:52:541467
1468[[package]]
1469name = "futures-util"
klensy8ebc73b2022-02-06 20:57:291470version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541471source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291472checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
Caleb Cartwright63913182021-02-10 01:52:541473dependencies = [
klensy8ebc73b2022-02-06 20:57:291474 "futures 0.1.31",
Caleb Cartwright63913182021-02-10 01:52:541475 "futures-channel",
1476 "futures-core",
1477 "futures-io",
1478 "futures-macro",
1479 "futures-sink",
1480 "futures-task",
1481 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311482 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541483 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541484 "slab",
1485]
1486
1487[[package]]
Eric Huss97308712018-08-14 21:27:261488name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051489version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261490source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051491checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261492dependencies = [
Alex Crichton093ede22019-08-15 00:45:091493 "memchr",
1494 "termcolor",
Eric Huss97308712018-08-14 21:27:261495]
1496
1497[[package]]
James Munnsde763692019-01-19 02:39:371498name = "generic-array"
klensyd480a3e2021-03-12 13:33:021499version = "0.12.4"
James Munnsde763692019-01-19 02:39:371500source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:021501checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
James Munnsde763692019-01-19 02:39:371502dependencies = [
Alex Crichton093ede22019-08-15 00:45:091503 "typenum",
James Munnsde763692019-01-19 02:39:371504]
1505
1506[[package]]
Pietro Albiniacd8e592020-10-01 15:15:121507name = "generic-array"
1508version = "0.14.4"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1511dependencies = [
1512 "typenum",
1513 "version_check",
1514]
1515
1516[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291517name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081518version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291519source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081520checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361521dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081522 "rustc-std-workspace-core",
1523 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091524 "unicode-width",
varkore72f7e12019-04-30 19:37:361525]
Ahmed Charles9ca382f2016-09-02 08:55:291526
1527[[package]]
gnzlbg52caca02019-08-01 15:02:261528name = "getrandom"
Alex Crichtonaabf4e92020-01-08 15:33:571529version = "0.1.14"
gnzlbg52caca02019-08-01 15:02:261530source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571531checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
gnzlbg52caca02019-08-01 15:02:261532dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071533 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091534 "libc",
Harald Hoyer00cbc8d2022-01-21 13:19:131535 "wasi 0.9.0+wasi-snapshot-preview1",
gnzlbg52caca02019-08-01 15:02:261536]
1537
1538[[package]]
Ralf Jung0e908752020-09-17 18:04:201539name = "getrandom"
1540version = "0.2.0"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1543dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071544 "cfg-if 0.1.10",
Ralf Jung0e908752020-09-17 18:04:201545 "libc",
Harald Hoyer00cbc8d2022-01-21 13:19:131546 "wasi 0.9.0+wasi-snapshot-preview1",
Ralf Jung0e908752020-09-17 18:04:201547]
1548
1549[[package]]
Ralf Jungbf11b122021-04-06 11:20:481550name = "getset"
1551version = "0.1.1"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "24b328c01a4d71d2d8173daa93562a73ab0fe85616876f02500f53d82948c504"
1554dependencies = [
1555 "proc-macro-error",
1556 "proc-macro2",
1557 "quote",
1558 "syn",
1559]
1560
1561[[package]]
Alex Crichton06d565c2020-05-13 21:22:371562name = "gimli"
Alex Crichton4a3e7362021-08-19 02:44:241563version = "0.25.0"
Alex Crichton06d565c2020-05-13 21:22:371564source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton4a3e7362021-08-19 02:44:241565checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
Alex Crichton06d565c2020-05-13 21:22:371566dependencies = [
1567 "compiler_builtins",
1568 "rustc-std-workspace-alloc",
1569 "rustc-std-workspace-core",
1570]
1571
1572[[package]]
David Wood2dc1a8a2021-12-03 14:24:051573name = "gimli"
1574version = "0.26.1"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1577dependencies = [
1578 "fallible-iterator",
1579 "indexmap",
1580 "stable_deref_trait",
1581]
1582
1583[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581584name = "git2"
Eric Huss5b4f9202022-03-19 03:06:561585version = "0.14.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581586source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss5b4f9202022-03-19 03:06:561587checksum = "3826a6e0e2215d7a41c2bfc7c9244123969273f3476b939a226aac0ab56e9e3c"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581588dependencies = [
Alex Crichton093ede22019-08-15 00:45:091589 "bitflags",
1590 "libc",
1591 "libgit2-sys",
1592 "log",
1593 "openssl-probe",
1594 "openssl-sys",
Eric Hussf3287a62021-05-12 00:39:511595 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581596]
1597
1598[[package]]
1599name = "git2-curl"
Eric Huss6fee0b02022-03-09 04:28:221600version = "0.15.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581601source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6fee0b02022-03-09 04:28:221602checksum = "1ee51709364c341fbb6fe2a385a290fb9196753bdde2fc45447d27cd31b11b13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581603dependencies = [
Alex Crichton093ede22019-08-15 00:45:091604 "curl",
1605 "git2",
1606 "log",
Eric Hussf3287a62021-05-12 00:39:511607 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581608]
1609
1610[[package]]
1611name = "glob"
Eric Huss45432452019-03-12 20:34:471612version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581613source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091614checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581615
1616[[package]]
Simon Sapinb77ff242017-07-18 21:26:551617name = "globset"
Mark Rousskov342d9562020-08-17 15:21:441618version = "0.4.5"
Simon Sapinb77ff242017-07-18 21:26:551619source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441620checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
Simon Sapinb77ff242017-07-18 21:26:551621dependencies = [
Alex Crichton093ede22019-08-15 00:45:091622 "aho-corasick",
1623 "bstr",
1624 "fnv",
1625 "log",
1626 "regex",
Simon Sapinb77ff242017-07-18 21:26:551627]
1628
1629[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291630name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461631version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291632source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461633checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291634dependencies = [
1635 "serde",
1636]
1637
1638[[package]]
Steve Klabnika0769612017-02-07 23:13:571639name = "handlebars"
Eric Huss661f4612021-07-27 04:50:251640version = "4.1.0"
Steve Klabnika0769612017-02-07 23:13:571641source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss661f4612021-07-27 04:50:251642checksum = "72a0ffab8c36d0436114310c7e10b59b3307e650ddfabf6d006028e29a70c6e6"
Steve Klabnika0769612017-02-07 23:13:571643dependencies = [
Alex Crichton093ede22019-08-15 00:45:091644 "log",
1645 "pest",
1646 "pest_derive",
Mark Rousskov342d9562020-08-17 15:21:441647 "quick-error 2.0.0",
Alex Crichton093ede22019-08-15 00:45:091648 "serde",
1649 "serde_json",
James Munnsde763692019-01-19 02:39:371650]
1651
1652[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051653name = "hashbrown"
Rémy Rakic820fd052022-01-20 14:09:051654version = "0.11.2"
Markus Westerlind7cf8d3a2020-10-05 08:50:511655source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic820fd052022-01-20 14:09:051656checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
Félix Saparellibdcc21c2019-09-21 10:56:051657dependencies = [
Lain Yang9a337b62022-01-07 05:32:581658 "ahash",
Amanieu d'Antras88149d12022-01-17 07:46:111659]
1660
1661[[package]]
1662name = "hashbrown"
1663version = "0.12.0"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
1666dependencies = [
Alex Crichton093ede22019-08-15 00:45:091667 "compiler_builtins",
1668 "rustc-std-workspace-alloc",
1669 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071670]
1671
1672[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471673name = "heck"
Mark Rousskov342d9562020-08-17 15:21:441674version = "0.3.1"
Bastien Orivel5c4534a2018-12-08 14:11:471675source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441676checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
Bastien Orivel5c4534a2018-12-08 14:11:471677dependencies = [
Alex Crichton093ede22019-08-15 00:45:091678 "unicode-segmentation",
Bastien Orivel5c4534a2018-12-08 14:11:471679]
1680
1681[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101682name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301683version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101684source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301685checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101686dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071687 "libc",
1688]
1689
1690[[package]]
1691name = "hermit-abi"
1692version = "0.2.0"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "1ab7905ea95c6d9af62940f9d7dd9596d54c334ae2c15300c482051292d5637f"
1695dependencies = [
Stefan Lankes5ebd4d92019-10-20 07:55:101696 "compiler_builtins",
1697 "libc",
1698 "rustc-std-workspace-core",
1699]
1700
1701[[package]]
Alex Crichton1cede102017-06-15 02:33:061702name = "hex"
Alex Crichtond8251152018-07-02 16:33:161703version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221704source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091705checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221706
1707[[package]]
Aaron Hilld440e132019-09-16 18:45:401708name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441709version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401710source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441711checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401712
1713[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121714name = "home"
Mark Rousskov342d9562020-08-17 15:21:441715version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531716source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441717checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531718dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:311719 "winapi",
flip199596c3ec12019-08-20 07:32:531720]
1721
1722[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181723name = "html-checker"
1724version = "0.1.0"
1725dependencies = [
1726 "walkdir",
1727]
1728
1729[[package]]
steveklabnikecfbaca2018-04-03 14:32:041730name = "html5ever"
klensy947e7872022-04-15 18:11:141731version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471732source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141733checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471734dependencies = [
Alex Crichton093ede22019-08-15 00:45:091735 "log",
1736 "mac",
1737 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151738 "proc-macro2",
1739 "quote",
1740 "syn",
Eric Huss2dafa912019-06-19 03:36:471741]
1742
1743[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481744name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561745version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481746source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561747checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481748dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441749 "quick-error 1.2.3",
Alex Crichton87f3dda2018-03-01 19:08:481750]
1751
1752[[package]]
Eric Hussd45d8b12020-01-21 17:55:431753name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441754version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431755source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441756checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431757
1758[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581759name = "idna"
Alex Crichton52d7ee832018-07-17 16:04:221760version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581761source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091762checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581763dependencies = [
Alex Crichton093ede22019-08-15 00:45:091764 "matches",
1765 "unicode-bidi",
1766 "unicode-normalization",
Alex Crichtonf6304e12017-02-15 22:55:261767]
1768
1769[[package]]
Eric Hussf2428a62019-08-01 00:44:391770name = "idna"
1771version = "0.2.0"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091773checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391774dependencies = [
Alex Crichton093ede22019-08-15 00:45:091775 "matches",
1776 "unicode-bidi",
1777 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391778]
1779
1780[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291781name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541782version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291783source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091784checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291785
1786[[package]]
Simon Sapinb77ff242017-07-18 21:26:551787name = "ignore"
Jubilee Young1f5e1c52021-04-23 23:09:401788version = "0.4.17"
Simon Sapinb77ff242017-07-18 21:26:551789source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young1f5e1c52021-04-23 23:09:401790checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
Simon Sapinb77ff242017-07-18 21:26:551791dependencies = [
Josh Stonef3b88122022-01-10 19:34:071792 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:091793 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421794 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091795 "log",
1796 "memchr",
1797 "regex",
1798 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591799 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091800 "walkdir",
1801 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551802]
1803
1804[[package]]
Eric Huss8c20add2018-12-03 01:33:201805name = "im-rc"
Eric Hussc8443bb2020-05-18 22:41:571806version = "15.0.0"
Eric Huss8c20add2018-12-03 01:33:201807source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:571808checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
Eric Huss8c20add2018-12-03 01:33:201809dependencies = [
Eric Huss2b985322019-11-25 16:14:071810 "bitmaps",
Aaron Hill2550d5b2021-03-07 23:39:191811 "rand_core 0.5.1",
Chase Wilson09f15422021-08-29 15:55:291812 "rand_xoshiro 0.4.0",
Alex Crichton093ede22019-08-15 00:45:091813 "sized-chunks",
1814 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401815 "version_check",
Eric Huss8c20add2018-12-03 01:33:201816]
1817
1818[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571819name = "indexmap"
pierwill4f892242022-01-06 19:27:591820version = "1.8.0"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571821source = "registry+https://github.com/rust-lang/crates.io-index"
pierwill4f892242022-01-06 19:27:591822checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
Josh Stone997a7662020-08-08 00:03:471823dependencies = [
1824 "autocfg",
Amanieu d'Antras88149d12022-01-17 07:46:111825 "hashbrown 0.11.2",
pierwill4f892242022-01-06 19:27:591826 "rustc-rayon",
Pietro Albiniea8b1ff2021-08-26 10:35:321827 "serde",
Josh Stone997a7662020-08-08 00:03:471828]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571829
1830[[package]]
flip19958d5f69d2021-10-21 11:13:171831name = "indoc"
1832version = "1.0.3"
1833source = "registry+https://github.com/rust-lang/crates.io-index"
1834checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
1835dependencies = [
1836 "unindent",
1837]
1838
1839[[package]]
Josh Stone020c5ec2017-05-08 22:01:131840name = "installer"
1841version = "0.0.0"
1842dependencies = [
Michael Forney32025fd2020-05-25 00:08:451843 "anyhow",
Eric Hussbfacc5c2022-01-19 03:14:331844 "clap 2.34.0",
Alex Crichton093ede22019-08-15 00:45:091845 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421846 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091847 "num_cpus",
1848 "rayon",
1849 "remove_dir_all",
1850 "tar",
1851 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311852 "winapi",
Alex Crichton093ede22019-08-15 00:45:091853 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131854]
1855
1856[[package]]
Mark Rousskov342d9562020-08-17 15:21:441857name = "instant"
flip1995e36e5a52021-12-06 11:33:551858version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:441859source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:551860checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1861dependencies = [
1862 "cfg-if 1.0.0",
1863]
Mark Rousskov342d9562020-08-17 15:21:441864
1865[[package]]
David Wood7f916972022-03-26 07:27:431866name = "intl-memoizer"
1867version = "0.5.1"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
1870dependencies = [
1871 "type-map",
1872 "unic-langid",
1873]
1874
1875[[package]]
1876name = "intl_pluralrules"
1877version = "7.0.1"
1878source = "registry+https://github.com/rust-lang/crates.io-index"
1879checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf"
1880dependencies = [
1881 "tinystr",
1882 "unic-langid",
1883]
1884
1885[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291886name = "itertools"
flip1995fe247b42021-09-08 14:32:161887version = "0.10.1"
Eric Huss78529352021-06-02 03:38:391888source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995fe247b42021-09-08 14:32:161889checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
Eric Huss78529352021-06-02 03:38:391890dependencies = [
1891 "either",
1892]
1893
1894[[package]]
Steve Klabnik2795de32017-02-20 00:20:571895name = "itoa"
Mark Rousskov342d9562020-08-17 15:21:441896version = "0.4.6"
Steve Klabnik2795de32017-02-20 00:20:571897source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441898checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
Steve Klabnik2795de32017-02-20 00:20:571899
1900[[package]]
Rémy Rakicadab1352022-05-06 21:20:041901name = "jemalloc-sys"
1902version = "0.5.0+5.3.0"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b"
1905dependencies = [
1906 "cc",
1907 "fs_extra",
1908 "libc",
1909]
1910
1911[[package]]
Alex Crichton453080f2017-06-05 16:36:481912name = "jobserver"
Eric Hussb5cbf2f2021-08-18 00:38:071913version = "0.1.24"
Alex Crichton453080f2017-06-05 16:36:481914source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb5cbf2f2021-08-18 00:38:071915checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
Alex Crichton453080f2017-06-05 16:36:481916dependencies = [
Alex Crichton093ede22019-08-15 00:45:091917 "libc",
Alex Crichton453080f2017-06-05 16:36:481918]
1919
1920[[package]]
Igor Matuszewski3a17cf72018-08-25 16:17:551921name = "json"
Eric Huss893ca662021-04-22 22:47:101922version = "0.12.4"
Igor Matuszewski3a17cf72018-08-25 16:17:551923source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss893ca662021-04-22 22:47:101924checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
Igor Matuszewski3a17cf72018-08-25 16:17:551925
1926[[package]]
Rune Tynan77156562021-01-16 01:34:151927name = "jsondocck"
1928version = "0.1.0"
1929dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471930 "fs-err",
Rune Tynan77156562021-01-16 01:34:151931 "getopts",
1932 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:101933 "once_cell",
Rune Tynan77156562021-01-16 01:34:151934 "regex",
Rune Tynan77156562021-01-16 01:34:151935 "serde_json",
klensyc63cb012021-06-01 15:25:361936 "shlex",
Rune Tynan77156562021-01-16 01:34:151937]
1938
1939[[package]]
1940name = "jsonpath_lib"
1941version = "0.2.6"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
1944dependencies = [
1945 "array_tool",
1946 "env_logger 0.7.1",
1947 "log",
1948 "serde",
1949 "serde_json",
1950]
1951
1952[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111953name = "jsonrpc-client-transports"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311954version = "18.0.0"
Nick Cameronad8ecc22017-07-19 01:32:121955source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311956checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
Igor Matuszewskic2249a42019-09-08 08:28:111957dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541958 "derive_more",
klensy8ebc73b2022-02-06 20:57:291959 "futures 0.3.19",
Igor Matuszewskic2249a42019-09-08 08:28:111960 "jsonrpc-core",
1961 "jsonrpc-pubsub",
1962 "jsonrpc-server-utils",
1963 "log",
1964 "parity-tokio-ipc",
1965 "serde",
1966 "serde_json",
1967 "tokio",
1968 "url 1.7.2",
1969]
1970
1971[[package]]
1972name = "jsonrpc-core"
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 = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
Nick Cameronad8ecc22017-07-19 01:32:121976dependencies = [
klensy8ebc73b2022-02-06 20:57:291977 "futures 0.3.19",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311978 "futures-executor",
1979 "futures-util",
Alex Crichton093ede22019-08-15 00:45:091980 "log",
1981 "serde",
1982 "serde_derive",
1983 "serde_json",
Nick Cameronad8ecc22017-07-19 01:32:121984]
1985
1986[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111987name = "jsonrpc-core-client"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311988version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111989source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311990checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
Igor Matuszewskic2249a42019-09-08 08:28:111991dependencies = [
klensy8ebc73b2022-02-06 20:57:291992 "futures 0.3.19",
Igor Matuszewskic2249a42019-09-08 08:28:111993 "jsonrpc-client-transports",
1994]
1995
1996[[package]]
1997name = "jsonrpc-derive"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311998version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111999source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312000checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
Igor Matuszewskic2249a42019-09-08 08:28:112001dependencies = [
2002 "proc-macro-crate",
Aaron Hill70ba4912020-08-01 14:11:152003 "proc-macro2",
2004 "quote",
2005 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:112006]
2007
2008[[package]]
2009name = "jsonrpc-ipc-server"
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 = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
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",
2016 "jsonrpc-server-utils",
2017 "log",
2018 "parity-tokio-ipc",
Caleb Cartwright63913182021-02-10 01:52:542019 "parking_lot",
2020 "tower-service",
Igor Matuszewskic2249a42019-09-08 08:28:112021]
2022
2023[[package]]
2024name = "jsonrpc-pubsub"
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 = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
Igor Matuszewskic2249a42019-09-08 08:28:112028dependencies = [
klensy8ebc73b2022-02-06 20:57:292029 "futures 0.3.19",
Igor Matuszewskic2249a42019-09-08 08:28:112030 "jsonrpc-core",
Caleb Cartwright63913182021-02-10 01:52:542031 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:112032 "log",
Caleb Cartwright63913182021-02-10 01:52:542033 "parking_lot",
Aaron Hill2550d5b2021-03-07 23:39:192034 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:112035 "serde",
2036]
2037
2038[[package]]
2039name = "jsonrpc-server-utils"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312040version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:112041source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312042checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
Igor Matuszewskic2249a42019-09-08 08:28:112043dependencies = [
2044 "bytes",
klensy8ebc73b2022-02-06 20:57:292045 "futures 0.3.19",
Igor Matuszewskic2249a42019-09-08 08:28:112046 "globset",
2047 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:422048 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:112049 "log",
Igor Matuszewskic2249a42019-09-08 08:28:112050 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312051 "tokio-stream",
Caleb Cartwright63913182021-02-10 01:52:542052 "tokio-util",
Eric Huss139477d2019-11-12 18:14:482053 "unicase",
Igor Matuszewskic2249a42019-09-08 08:28:112054]
2055
2056[[package]]
Eric Hussaf8048b2022-01-26 00:24:212057name = "kstring"
Eric Huss7758eaf2022-04-28 05:42:542058version = "2.0.0"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
2061dependencies = [
2062 "static_assertions",
2063]
2064
2065[[package]]
Steve Klabnika0769612017-02-07 23:13:572066name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:572067version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:492068source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572069checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:492070
2071[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292072name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:442073version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:162074source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442075checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:162076
2077[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292078name = "libc"
Jason A. Donenfeld204da522022-05-20 21:52:052079version = "0.2.126"
Ahmed Charles9ca382f2016-09-02 08:55:292080source = "registry+https://github.com/rust-lang/crates.io-index"
Jason A. Donenfeld204da522022-05-20 21:52:052081checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
Alex Crichton4c21a3b2018-11-20 05:52:502082dependencies = [
Alex Crichton093ede22019-08-15 00:45:092083 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502084]
Ahmed Charles9ca382f2016-09-02 08:55:292085
2086[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582087name = "libgit2-sys"
Eric Huss5b4f9202022-03-19 03:06:562088version = "0.13.2+1.4.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582089source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss5b4f9202022-03-19 03:06:562090checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582091dependencies = [
Alex Crichton093ede22019-08-15 00:45:092092 "cc",
2093 "libc",
2094 "libssh2-sys",
2095 "libz-sys",
2096 "openssl-sys",
2097 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582098]
2099
2100[[package]]
Andy Russell923f9392021-11-08 23:03:552101name = "libloading"
2102version = "0.7.1"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2105dependencies = [
2106 "cfg-if 1.0.0",
2107 "winapi",
2108]
2109
2110[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052111name = "libm"
2112version = "0.1.4"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2115
2116[[package]]
Alex Crichton8ccf1122018-09-20 21:37:532117name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:442118version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:532119source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442120checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:532121dependencies = [
Alex Crichton093ede22019-08-15 00:45:092122 "cc",
2123 "libc",
Alex Crichton8ccf1122018-09-20 21:37:532124]
2125
2126[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582127name = "libssh2-sys"
Eric Huss000d3362021-12-28 21:24:032128version = "0.2.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582129source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss000d3362021-12-28 21:24:032130checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582131dependencies = [
Alex Crichton093ede22019-08-15 00:45:092132 "cc",
2133 "libc",
2134 "libz-sys",
2135 "openssl-sys",
2136 "pkg-config",
2137 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582138]
2139
2140[[package]]
2141name = "libz-sys"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452142version = "1.1.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582143source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452144checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582145dependencies = [
Alex Crichton093ede22019-08-15 00:45:092146 "cc",
2147 "libc",
2148 "pkg-config",
2149 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582150]
2151
2152[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292153name = "linkchecker"
2154version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302155dependencies = [
2156 "once_cell",
2157 "regex",
2158]
Ahmed Charles9ca382f2016-09-02 08:55:292159
2160[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302161name = "linked-hash-map"
klensy8ebc73b2022-02-06 20:57:292162version = "0.5.4"
Pietro Albini9beb8f52019-11-26 11:06:302163source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292164checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
Pietro Albini9beb8f52019-11-26 11:06:302165
2166[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572167name = "lint-docs"
2168version = "0.1.0"
2169dependencies = [
2170 "serde_json",
2171 "tempfile",
2172 "walkdir",
2173]
2174
2175[[package]]
Hans Kratz6162fc02021-09-25 13:25:082176name = "lld-wrapper"
2177version = "0.1.0"
2178
2179[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392180name = "lock_api"
flip1995e36e5a52021-12-06 11:33:552181version = "0.4.5"
Malo Jaffré8ed13d62017-12-29 10:24:382182source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552183checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
Mark Rousskov342d9562020-08-17 15:21:442184dependencies = [
2185 "scopeguard",
2186]
2187
2188[[package]]
2189name = "log"
Joshua Nelson079d1c42021-05-02 20:56:252190version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:442191source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:252192checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:382193dependencies = [
Joshua Nelson079d1c42021-05-02 20:56:252194 "cfg-if 1.0.0",
Malo Jaffré8ed13d62017-12-29 10:24:382195]
Ahmed Charles9ca382f2016-09-02 08:55:292196
2197[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432198name = "lsp-codec"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312199version = "0.3.0"
Matthias Krüger696fb8f2019-01-21 15:32:432200source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312201checksum = "aa939d0b62476a5a19fb7fcb423a5c6ce8c7e09b851d37531e2fe3e0e6d9d257"
Matthias Krüger696fb8f2019-01-21 15:32:432202dependencies = [
Alex Crichton093ede22019-08-15 00:45:092203 "bytes",
2204 "serde_json",
Caleb Cartwright63913182021-02-10 01:52:542205 "tokio-util",
Matthias Krüger696fb8f2019-01-21 15:32:432206]
2207
2208[[package]]
2209name = "lsp-types"
Igor Matuszewskic2249a42019-09-08 08:28:112210version = "0.60.0"
Matthias Krüger696fb8f2019-01-21 15:32:432211source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:112212checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
Matthias Krüger696fb8f2019-01-21 15:32:432213dependencies = [
Alex Crichton093ede22019-08-15 00:45:092214 "bitflags",
Alex Crichton093ede22019-08-15 00:45:092215 "serde",
Alex Crichton093ede22019-08-15 00:45:092216 "serde_json",
Igor Matuszewskic2249a42019-09-08 08:28:112217 "serde_repr",
Eric Hussf3287a62021-05-12 00:39:512218 "url 2.2.2",
Matthias Krüger696fb8f2019-01-21 15:32:432219]
2220
2221[[package]]
Josh Stone020c5ec2017-05-08 22:01:132222name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:442223version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:132224source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442225checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:132226dependencies = [
Alex Crichton093ede22019-08-15 00:45:092227 "cc",
2228 "libc",
2229 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132230]
2231
2232[[package]]
steveklabnikecfbaca2018-04-03 14:32:042233name = "mac"
2234version = "0.1.1"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092236checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042237
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 Gomez00a380c2022-05-24 14:55:292369version = "0.1.0"
Guillaume Gomez4b145732018-05-10 22:02:052370source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez00a380c2022-05-24 14:55:292371checksum = "7071d17e2898e134cabf624f43cdefa0cedf57c739e964df3d0df9d028701a72"
Guillaume Gomez4b145732018-05-10 22:02:052372
2373[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462374name = "minimal-lexical"
2375version = "0.2.1"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2378
2379[[package]]
Alex Crichtonb4110902018-12-08 11:06:542380name = "miniz_oxide"
Alex Crichton06d565c2020-05-13 21:22:372381version = "0.4.0"
Alex Crichtonb4110902018-12-08 11:06:542382source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:372383checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
Alex Crichtonb4110902018-12-08 11:06:542384dependencies = [
Alex Crichton06d565c2020-05-13 21:22:372385 "adler",
2386 "compiler_builtins",
2387 "rustc-std-workspace-alloc",
2388 "rustc-std-workspace-core",
Alex Crichtonb4110902018-12-08 11:06:542389]
2390
2391[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432392name = "mio"
klensy8ebc73b2022-02-06 20:57:292393version = "0.7.14"
Matthias Krüger696fb8f2019-01-21 15:32:432394source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292395checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
Matthias Krüger696fb8f2019-01-21 15:32:432396dependencies = [
Alex Crichton093ede22019-08-15 00:45:092397 "libc",
2398 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312399 "miow",
2400 "ntapi",
2401 "winapi",
Matthias Krüger696fb8f2019-01-21 15:32:432402]
2403
2404[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582405name = "miow"
klensyd5e8ad42021-07-04 18:49:562406version = "0.3.7"
Alex Crichtona8eaabc2018-03-07 07:39:552407source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd5e8ad42021-07-04 18:49:562408checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Alex Crichtona8eaabc2018-03-07 07:39:552409dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312410 "winapi",
Alex Crichtona8eaabc2018-03-07 07:39:552411]
2412
2413[[package]]
kennytm0692b3d2017-12-15 19:41:582414name = "miri"
2415version = "0.1.0"
2416dependencies = [
Alex Crichton093ede22019-08-15 00:45:092417 "colored",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:412418 "compiletest_rs",
Ralf Junge5d01782021-10-04 22:13:002419 "env_logger 0.9.0",
Ralf Jung0e908752020-09-17 18:04:202420 "getrandom 0.2.0",
Ralf Jung759e4952020-06-01 18:17:202421 "libc",
Alex Crichton093ede22019-08-15 00:45:092422 "log",
Ryan Levick757f76e2021-10-07 13:08:442423 "measureme 9.1.2",
klensy947e7872022-04-15 18:11:142424 "rand 0.8.5",
Alex Crichton093ede22019-08-15 00:45:092425 "rustc-workspace-hack",
Ralf Junge5684232022-01-05 09:41:222426 "rustc_version",
Alex Crichton093ede22019-08-15 00:45:092427 "shell-escape",
Jubilee Younge8eb6912021-04-22 04:40:292428 "smallvec",
kennytm0692b3d2017-12-15 19:41:582429]
2430
2431[[package]]
Alex Crichtond8251152018-07-02 16:33:162432name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442433version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162434source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442435checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452436
2437[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462438name = "nom"
2439version = "7.1.0"
2440source = "registry+https://github.com/rust-lang/crates.io-index"
2441checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2442dependencies = [
2443 "memchr",
2444 "minimal-lexical",
2445 "version_check",
2446]
2447
2448[[package]]
Eric Huss3a6fc802022-04-20 13:50:392449name = "normalize-line-endings"
2450version = "0.3.0"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2453
2454[[package]]
Igor Matuszewskiaf53b0d2021-07-21 13:17:312455name = "ntapi"
2456version = "0.3.6"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2459dependencies = [
2460 "winapi",
2461]
2462
2463[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242464name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442465version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162466source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442467checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162468dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442469 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092470 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162471]
2472
2473[[package]]
2474name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442475version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572476source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442477checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2478dependencies = [
2479 "autocfg",
2480]
Steve Klabnik2795de32017-02-20 00:20:572481
2482[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292483name = "num_cpus"
klensy8ebc73b2022-02-06 20:57:292484version = "1.13.1"
Ahmed Charles9ca382f2016-09-02 08:55:292485source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292486checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
Ahmed Charles9ca382f2016-09-02 08:55:292487dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:072488 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:092489 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292490]
2491
2492[[package]]
Alex Crichton06d565c2020-05-13 21:22:372493name = "object"
Mark Rousskov4c7c97a2021-08-30 20:10:192494version = "0.26.2"
Alex Crichton06d565c2020-05-13 21:22:372495source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov4c7c97a2021-08-30 20:10:192496checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
Alex Crichton06d565c2020-05-13 21:22:372497dependencies = [
2498 "compiler_builtins",
Alex Crichton0e033872021-04-22 18:53:332499 "memchr",
Alex Crichton4a3e7362021-08-19 02:44:242500 "rustc-std-workspace-alloc",
2501 "rustc-std-workspace-core",
Alex Crichton0e033872021-04-22 18:53:332502]
2503
2504[[package]]
David Wood2dc1a8a2021-12-03 14:24:052505name = "object"
Ayrton3d5b1ee2022-05-02 01:45:502506version = "0.28.4"
Lain Yang9a337b62022-01-07 05:32:582507source = "registry+https://github.com/rust-lang/crates.io-index"
Ayrton3d5b1ee2022-05-02 01:45:502508checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
Lain Yang9a337b62022-01-07 05:32:582509dependencies = [
2510 "crc32fast",
Rémy Rakic820fd052022-01-20 14:09:052511 "flate2",
Amanieu d'Antras88149d12022-01-17 07:46:112512 "hashbrown 0.11.2",
Lain Yang9a337b62022-01-07 05:32:582513 "indexmap",
2514 "memchr",
2515]
2516
2517[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372518name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152519version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372520source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152521checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372522dependencies = [
2523 "cfg-if 1.0.0",
2524]
2525
2526[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412527name = "once_cell"
Jakub Beránek34e2d3b2022-04-20 22:15:042528version = "1.10.0"
Mark Rousskov2fc32b92019-09-10 01:01:412529source = "registry+https://github.com/rust-lang/crates.io-index"
Jakub Beránek34e2d3b2022-04-20 22:15:042530checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
Mark Rousskov2fc32b92019-09-10 01:01:412531
2532[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152533name = "opaque-debug"
2534version = "0.2.3"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2537
2538[[package]]
Alex Crichton2863b752018-08-21 17:23:472539name = "opener"
Eric Hussfaa64612021-06-22 23:19:242540version = "0.5.0"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2543dependencies = [
2544 "bstr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312545 "winapi",
Eric Hussfaa64612021-06-22 23:19:242546]
2547
2548[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582549name = "openssl"
Johannes Nixdorf59c66bb2022-04-16 08:50:292550version = "0.10.38"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582551source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292552checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582553dependencies = [
Alex Crichton093ede22019-08-15 00:45:092554 "bitflags",
klensy50c38902021-05-01 11:50:032555 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092556 "foreign-types",
Alex Crichton093ede22019-08-15 00:45:092557 "libc",
klensy50c38902021-05-01 11:50:032558 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092559 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582560]
2561
2562[[package]]
2563name = "openssl-probe"
Alex Crichton325d7392017-12-10 17:42:492564version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582565source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092566checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582567
2568[[package]]
Eric Huss97308712018-08-14 21:27:262569name = "openssl-src"
klensy4e079132022-04-11 18:50:192570version = "111.18.0+1.1.1n"
Eric Huss97308712018-08-14 21:27:262571source = "registry+https://github.com/rust-lang/crates.io-index"
klensy4e079132022-04-11 18:50:192572checksum = "7897a926e1e8d00219127dc020130eca4292e5ca666dd592480d72c3eca2ff6c"
Eric Huss97308712018-08-14 21:27:262573dependencies = [
Alex Crichton093ede22019-08-15 00:45:092574 "cc",
Eric Huss97308712018-08-14 21:27:262575]
2576
2577[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582578name = "openssl-sys"
Johannes Nixdorf59c66bb2022-04-16 08:50:292579version = "0.9.72"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582580source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292581checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582582dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152583 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092584 "cc",
2585 "libc",
2586 "openssl-src",
2587 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092588 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582589]
2590
2591[[package]]
Nick Cameron77177052018-07-06 00:34:002592name = "ordslice"
2593version = "0.3.0"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092595checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
Nick Cameron77177052018-07-06 00:34:002596
2597[[package]]
Eric Huss94015472021-10-12 04:48:272598name = "os_info"
2599version = "3.0.7"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "6ac91020bfed8cc3f8aa450d4c3b5fa1d3373fc091c8a92009f3b27749d5a227"
2602dependencies = [
2603 "log",
2604 "serde",
2605 "winapi",
2606]
2607
2608[[package]]
Eric Hussbfacc5c2022-01-19 03:14:332609name = "os_str_bytes"
2610version = "6.0.0"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
2613dependencies = [
2614 "memchr",
2615]
2616
2617[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:352618name = "output_vt100"
2619version = "0.1.2"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2622dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312623 "winapi",
Mateusz Mikułaf5e702d2020-03-26 13:10:352624]
2625
2626[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052627name = "packed_simd_2"
2628version = "0.3.4"
Nick Cameron7a7445b2018-12-01 10:36:322629source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:052630checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
Nick Cameron7a7445b2018-12-01 10:36:322631dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072632 "cfg-if 0.1.10",
Yuki Okushi2b0e27e2021-03-17 20:34:052633 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322634]
2635
2636[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292637name = "panic_abort"
2638version = "0.0.0"
2639dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392640 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:072641 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092642 "compiler_builtins",
2643 "core",
2644 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292645]
2646
2647[[package]]
2648name = "panic_unwind"
2649version = "0.0.0"
2650dependencies = [
Alex Crichton093ede22019-08-15 00:45:092651 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:072652 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092653 "compiler_builtins",
2654 "core",
2655 "libc",
2656 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292657]
2658
2659[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112660name = "parity-tokio-ipc"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312661version = "0.9.0"
Igor Matuszewskic2249a42019-09-08 08:28:112662source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312663checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
Igor Matuszewskic2249a42019-09-08 08:28:112664dependencies = [
klensy8ebc73b2022-02-06 20:57:292665 "futures 0.3.19",
Caleb Cartwright63913182021-02-10 01:52:542666 "libc",
Igor Matuszewskic2249a42019-09-08 08:28:112667 "log",
Aaron Hill2550d5b2021-03-07 23:39:192668 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:112669 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312670 "winapi",
Igor Matuszewskic2249a42019-09-08 08:28:112671]
2672
2673[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012674name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552675version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442676source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552677checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442678dependencies = [
2679 "instant",
Caleb Cartwright63913182021-02-10 01:52:542680 "lock_api",
2681 "parking_lot_core",
Mark Rousskov342d9562020-08-17 15:21:442682]
2683
2684[[package]]
2685name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552686version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442687source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552688checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442689dependencies = [
Yuki Okushi79348f42021-03-17 20:25:472690 "cfg-if 1.0.0",
Mark Rousskov342d9562020-08-17 15:21:442691 "instant",
2692 "libc",
klensydcdc3082021-05-11 19:03:592693 "redox_syscall",
Jubilee Younge8eb6912021-04-22 04:40:292694 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312695 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312696]
2697
2698[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272699name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322700version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272701source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322702checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272703
2704[[package]]
Alex Crichton1cede102017-06-15 02:33:062705name = "percent-encoding"
Oliver Schneideracdf83f2017-12-06 08:25:292706version = "1.0.1"
Alex Crichton1cede102017-06-15 02:33:062707source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092708checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
Alex Crichton1cede102017-06-15 02:33:062709
2710[[package]]
Eric Hussf2428a62019-08-01 00:44:392711name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482712version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392713source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482714checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392715
2716[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382717name = "perf-event-open-sys"
2718version = "1.0.1"
2719source = "registry+https://github.com/rust-lang/crates.io-index"
2720checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2721dependencies = [
2722 "libc",
2723]
2724
2725[[package]]
Steve Klabnika0769612017-02-07 23:13:572726name = "pest"
Mark Rousskov342d9562020-08-17 15:21:442727version = "2.1.3"
James Munnsde763692019-01-19 02:39:372728source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442729checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
James Munnsde763692019-01-19 02:39:372730dependencies = [
Alex Crichton093ede22019-08-15 00:45:092731 "ucd-trie",
James Munnsde763692019-01-19 02:39:372732]
2733
2734[[package]]
Alex Crichtone9d89832018-04-02 15:43:552735name = "pest_derive"
James Munnsde763692019-01-19 02:39:372736version = "2.1.0"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092738checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
James Munnsde763692019-01-19 02:39:372739dependencies = [
Alex Crichton093ede22019-08-15 00:45:092740 "pest",
2741 "pest_generator",
James Munnsde763692019-01-19 02:39:372742]
2743
2744[[package]]
2745name = "pest_generator"
Igor Matuszewski8c6e5682020-05-05 11:26:292746version = "2.1.3"
James Munnsde763692019-01-19 02:39:372747source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8c6e5682020-05-05 11:26:292748checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
James Munnsde763692019-01-19 02:39:372749dependencies = [
Alex Crichton093ede22019-08-15 00:45:092750 "pest",
2751 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152752 "proc-macro2",
2753 "quote",
2754 "syn",
James Munnsde763692019-01-19 02:39:372755]
2756
2757[[package]]
2758name = "pest_meta"
Arlo Siemsenf86b0782020-03-31 05:17:152759version = "2.1.3"
James Munnsde763692019-01-19 02:39:372760source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:152761checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
James Munnsde763692019-01-19 02:39:372762dependencies = [
Alex Crichton093ede22019-08-15 00:45:092763 "maplit",
2764 "pest",
Arlo Siemsen3296d5c2020-10-13 15:41:062765 "sha-1 0.8.2",
James Munnsde763692019-01-19 02:39:372766]
2767
2768[[package]]
Jack Hueya24df5b2020-03-03 16:25:032769name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192770version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032771source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192772checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032773dependencies = [
2774 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192775 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032776]
2777
2778[[package]]
steveklabnikecfbaca2018-04-03 14:32:042779name = "phf"
klensy947e7872022-04-15 18:11:142780version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042781source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142782checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042783dependencies = [
Alex Crichton093ede22019-08-15 00:45:092784 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042785]
2786
2787[[package]]
2788name = "phf_codegen"
klensy947e7872022-04-15 18:11:142789version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042790source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142791checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042792dependencies = [
Alex Crichton093ede22019-08-15 00:45:092793 "phf_generator",
2794 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042795]
2796
2797[[package]]
2798name = "phf_generator"
klensy947e7872022-04-15 18:11:142799version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042800source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142801checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042802dependencies = [
Alex Crichton093ede22019-08-15 00:45:092803 "phf_shared",
klensy947e7872022-04-15 18:11:142804 "rand 0.8.5",
steveklabnikecfbaca2018-04-03 14:32:042805]
2806
2807[[package]]
2808name = "phf_shared"
klensy947e7872022-04-15 18:11:142809version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042810source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142811checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042812dependencies = [
Alex Crichton093ede22019-08-15 00:45:092813 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042814]
2815
2816[[package]]
Caleb Cartwright63913182021-02-10 01:52:542817name = "pin-project-lite"
klensy9f621ae2022-01-24 17:19:212818version = "0.2.8"
Caleb Cartwright63913182021-02-10 01:52:542819source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:212820checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
Caleb Cartwright63913182021-02-10 01:52:542821
2822[[package]]
2823name = "pin-utils"
2824version = "0.1.0"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2827
2828[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582829name = "pkg-config"
Mark Rousskov342d9562020-08-17 15:21:442830version = "0.3.18"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582831source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442832checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582833
2834[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012835name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062836version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012837source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062838checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512839dependencies = [
Alex Crichton093ede22019-08-15 00:45:092840 "datafrog",
2841 "log",
2842 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512843]
Santiago Pastorino8429d112018-05-24 21:52:012844
2845[[package]]
gnzlbg52caca02019-08-01 15:02:262846name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212847version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262848source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212849checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262850
2851[[package]]
steveklabnikecfbaca2018-04-03 14:32:042852name = "precomputed-hash"
2853version = "0.1.1"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092855checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042856
2857[[package]]
Mark Simulacrum42fde212018-03-10 14:03:062858name = "pretty_assertions"
klensy8ebc73b2022-02-06 20:57:292859version = "0.7.2"
Mark Simulacrum42fde212018-03-10 14:03:062860source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292861checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
Mark Simulacrum42fde212018-03-10 14:03:062862dependencies = [
klensy8ebc73b2022-02-06 20:57:292863 "ansi_term",
Mateusz Mikułaf5e702d2020-03-26 13:10:352864 "ctor",
klensy8ebc73b2022-02-06 20:57:292865 "diff",
Mateusz Mikułaf5e702d2020-03-26 13:10:352866 "output_vt100",
Mark Simulacrum42fde212018-03-10 14:03:062867]
2868
2869[[package]]
Eric Huss8c20add2018-12-03 01:33:202870name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382871version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202872source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382873checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202874dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382875 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092876 "log",
Eric Huss8c20add2018-12-03 01:33:202877]
2878
2879[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112880name = "proc-macro-crate"
Mark Rousskov342d9562020-08-17 15:21:442881version = "0.1.5"
Igor Matuszewskic2249a42019-09-08 08:28:112882source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442883checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
Igor Matuszewskic2249a42019-09-08 08:28:112884dependencies = [
2885 "toml",
2886]
2887
2888[[package]]
2889name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442890version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112891source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442892checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112893dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442894 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152895 "proc-macro2",
2896 "quote",
2897 "syn",
Mark Rousskov342d9562020-08-17 15:21:442898 "version_check",
2899]
2900
2901[[package]]
2902name = "proc-macro-error-attr"
2903version = "1.0.4"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2906dependencies = [
2907 "proc-macro2",
2908 "quote",
2909 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552910]
2911
2912[[package]]
David Wood7f916972022-03-26 07:27:432913name = "proc-macro-hack"
2914version = "0.5.19"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2917
2918[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112919name = "proc-macro2"
klensy813420b2022-04-18 16:10:372920version = "1.0.37"
Igor Matuszewskic2249a42019-09-08 08:28:112921source = "registry+https://github.com/rust-lang/crates.io-index"
klensy813420b2022-04-18 16:10:372922checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
Igor Matuszewskic2249a42019-09-08 08:28:112923dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152924 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:112925]
2926
2927[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292928name = "proc_macro"
2929version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082930dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322931 "core",
Alex Crichtonb47c9692019-08-16 15:29:082932 "std",
2933]
Ahmed Charles9ca382f2016-09-02 08:55:292934
2935[[package]]
whitequark42754ce2017-02-13 09:57:502936name = "profiler_builtins"
2937version = "0.0.0"
2938dependencies = [
Alex Crichton093ede22019-08-15 00:45:092939 "cc",
2940 "compiler_builtins",
2941 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392942]
2943
2944[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242945name = "psm"
Mateusz Mikułaf58289c2021-08-18 20:36:352946version = "0.1.16"
Oliver Scherer26edcee2018-11-02 15:14:242947source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf58289c2021-08-18 20:36:352948checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
Oliver Scherer26edcee2018-11-02 15:14:242949dependencies = [
2950 "cc",
2951]
2952
2953[[package]]
Steve Klabnika0769612017-02-07 23:13:572954name = "pulldown-cmark"
Guillaume Gomezecd39aa2022-01-17 19:58:422955version = "0.9.1"
Joshua Nelsone4c28bf2020-09-14 00:15:012956source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezecd39aa2022-01-17 19:58:422957checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
Joshua Nelsone4c28bf2020-09-14 00:15:012958dependencies = [
2959 "bitflags",
2960 "memchr",
2961 "unicase",
2962]
2963
2964[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322965name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442966version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322967source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442968checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322969
2970[[package]]
Steve Klabnika0769612017-02-07 23:13:572971name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062972version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572973source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062974checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572975
2976[[package]]
Mark Rousskov342d9562020-08-17 15:21:442977name = "quick-error"
2978version = "2.0.0"
2979source = "registry+https://github.com/rust-lang/crates.io-index"
2980checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
2981
2982[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292983name = "quine-mc_cluskey"
2984version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582985source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092986checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582987
2988[[package]]
2989name = "quote"
klensy813420b2022-04-18 16:10:372990version = "1.0.18"
Igor Matuszewskic2249a42019-09-08 08:28:112991source = "registry+https://github.com/rust-lang/crates.io-index"
klensy813420b2022-04-18 16:10:372992checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
Igor Matuszewskic2249a42019-09-08 08:28:112993dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152994 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552995]
2996
2997[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582998name = "racer"
Pietro Albinid7b867b2022-04-04 14:04:372999version = "2.2.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583000dependencies = [
Alex Crichton093ede22019-08-15 00:45:093001 "bitflags",
Eric Hussbfacc5c2022-01-19 03:14:333002 "clap 2.34.0",
Alex Crichton093ede22019-08-15 00:45:093003 "derive_more",
Igor Matuszewski8fc4bba2020-02-12 14:47:313004 "env_logger 0.7.1",
Mark Rousskov342d9562020-08-17 15:21:443005 "humantime 2.0.1",
Yuki Okushi1f0a39502020-05-26 04:00:423006 "lazy_static",
Mark Rousskovbf29b3c2022-05-18 16:16:273007 "lazycell",
Alex Crichton093ede22019-08-15 00:45:093008 "log",
Mark Rousskovbf29b3c2022-05-18 16:16:273009 "racer-cargo-metadata",
Alex Crichton093ede22019-08-15 00:45:093010 "rls-span",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583011]
3012
3013[[package]]
Mark Rousskovbf29b3c2022-05-18 16:16:273014name = "racer-cargo-metadata"
3015version = "0.1.2"
3016dependencies = [
3017 "racer-interner",
3018 "serde",
3019 "serde_json",
3020]
3021
3022[[package]]
3023name = "racer-interner"
3024version = "0.1.0"
3025dependencies = [
3026 "serde",
3027]
3028
3029[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293030name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:573031version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:263032source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:573033checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:263034dependencies = [
Ralf Jung0e908752020-09-17 18:04:203035 "getrandom 0.1.14",
Alex Crichton093ede22019-08-15 00:45:093036 "libc",
Aaron Hill2550d5b2021-03-07 23:39:193037 "rand_chacha 0.2.2",
3038 "rand_core 0.5.1",
klensy947e7872022-04-15 18:11:143039 "rand_hc",
Alex Crichtonb4110902018-12-08 11:06:543040]
3041
3042[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193043name = "rand"
klensy947e7872022-04-15 18:11:143044version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:193045source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143046checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:193047dependencies = [
3048 "libc",
3049 "rand_chacha 0.3.0",
3050 "rand_core 0.6.2",
Aaron Hill2550d5b2021-03-07 23:39:193051]
3052
3053[[package]]
gnzlbg52caca02019-08-01 15:02:263054name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:213055version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:263056source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:213057checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:263058dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:213059 "ppv-lite86",
Aaron Hill2550d5b2021-03-07 23:39:193060 "rand_core 0.5.1",
3061]
3062
3063[[package]]
3064name = "rand_chacha"
3065version = "0.3.0"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
3068dependencies = [
3069 "ppv-lite86",
3070 "rand_core 0.6.2",
gnzlbg52caca02019-08-01 15:02:263071]
3072
3073[[package]]
Alex Crichtonb4110902018-12-08 11:06:543074name = "rand_core"
Eric Huss2b985322019-11-25 16:14:073075version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:263076source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:073077checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:263078dependencies = [
Ralf Jung0e908752020-09-17 18:04:203079 "getrandom 0.1.14",
gnzlbg52caca02019-08-01 15:02:263080]
3081
3082[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193083name = "rand_core"
3084version = "0.6.2"
3085source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
3087dependencies = [
3088 "getrandom 0.2.0",
3089]
3090
3091[[package]]
Alex Crichtonb4110902018-12-08 11:06:543092name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:263093version = "0.2.0"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093095checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:263096dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193097 "rand_core 0.5.1",
3098]
3099
3100[[package]]
Ralf Jung5b78e982019-04-19 07:37:333101name = "rand_xorshift"
3102version = "0.2.0"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093104checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:333105dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193106 "rand_core 0.5.1",
Eric Huss2b985322019-11-25 16:14:073107]
3108
3109[[package]]
3110name = "rand_xoshiro"
3111version = "0.4.0"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
3114dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193115 "rand_core 0.5.1",
Ralf Jung5b78e982019-04-19 07:37:333116]
3117
3118[[package]]
Chase Wilson09f15422021-08-29 15:55:293119name = "rand_xoshiro"
3120version = "0.6.0"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3123dependencies = [
3124 "rand_core 0.6.2",
3125]
3126
3127[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293128name = "rayon"
Josh Stonef3b88122022-01-10 19:34:073129version = "1.5.1"
Nick Cameron4b6f5c22018-02-26 03:15:453130source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:073131checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
Nick Cameron4b6f5c22018-02-26 03:15:453132dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443133 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163134 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:093135 "either",
3136 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293137]
3138
3139[[package]]
3140name = "rayon-core"
Josh Stonef3b88122022-01-10 19:34:073141version = "1.9.1"
Oliver Schneideracdf83f2017-12-06 08:25:293142source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:073143checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
Oliver Schneideracdf83f2017-12-06 08:25:293144dependencies = [
Josh Stonef3b88122022-01-10 19:34:073145 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163146 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073147 "crossbeam-utils",
Yuki Okushi1f0a39502020-05-26 04:00:423148 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093149 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:313150]
3151
3152[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353153name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:403154version = "0.2.10"
flip19950046d7c2021-02-25 10:26:233155source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:403156checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:233157dependencies = [
3158 "bitflags",
3159]
3160
3161[[package]]
flip19954c228cc2019-02-18 09:32:583162name = "redox_users"
flip19950046d7c2021-02-25 10:26:233163version = "0.4.0"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3166dependencies = [
3167 "getrandom 0.2.0",
klensydcdc3082021-05-11 19:03:593168 "redox_syscall",
flip19950046d7c2021-02-25 10:26:233169]
3170
3171[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583172name = "regex"
Eric Huss51814222022-04-15 18:57:063173version = "1.5.5"
Oliver Schneider847bb142018-05-11 12:11:063174source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss51814222022-04-15 18:57:063175checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
Oliver Schneider847bb142018-05-11 12:11:063176dependencies = [
Alex Crichton093ede22019-08-15 00:45:093177 "aho-corasick",
3178 "memchr",
3179 "regex-syntax",
Oliver Schneider847bb142018-05-11 12:11:063180]
3181
3182[[package]]
Oliver Schererec7230f2020-07-24 18:42:003183name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093184version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003185source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093186checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003187dependencies = [
Oliver Schererec7230f2020-07-24 18:42:003188 "regex-syntax",
3189]
3190
3191[[package]]
Steve Klabnika0769612017-02-07 23:13:573192name = "regex-syntax"
bjorn397c2fa12021-07-07 09:07:093193version = "0.6.25"
Oliver Schneider847bb142018-05-11 12:11:063194source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093195checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
Oliver Schneider847bb142018-05-11 12:11:063196
3197[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193198name = "remote-test-client"
3199version = "0.1.0"
3200
3201[[package]]
3202name = "remote-test-server"
3203version = "0.1.0"
3204
3205[[package]]
Alex Crichton994bfd42018-02-26 17:07:163206name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:443207version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:163208source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443209checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:163210dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:313211 "winapi",
Alex Crichton994bfd42018-02-26 17:07:163212]
3213
3214[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583215name = "rls"
Igor Matuszewski5b091302019-12-10 15:01:013216version = "1.41.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583217dependencies = [
Eric Huss6da85d62020-01-14 17:47:043218 "anyhow",
Alex Crichton093ede22019-08-15 00:45:093219 "cargo",
Caleb Cartwrighte2fe4f22021-04-11 16:42:013220 "cargo-util",
klensy8ebc73b2022-02-06 20:57:293221 "cargo_metadata",
Alex Crichton093ede22019-08-15 00:45:093222 "clippy_lints",
Igor Matuszewski8fc4bba2020-02-12 14:47:313223 "crossbeam-channel",
Alex Crichton093ede22019-08-15 00:45:093224 "difference",
Igor Matuszewskid83c44a2022-01-15 16:31:373225 "env_logger 0.9.0",
klensy8ebc73b2022-02-06 20:57:293226 "futures 0.3.19",
Alex Crichton093ede22019-08-15 00:45:093227 "heck",
Igor Matuszewskic2249a42019-09-08 08:28:113228 "home",
pierwillf684acd2022-03-04 17:54:283229 "itertools",
Alex Crichton093ede22019-08-15 00:45:093230 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:423231 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093232 "log",
3233 "lsp-codec",
3234 "lsp-types",
3235 "num_cpus",
3236 "ordslice",
3237 "racer",
klensy947e7872022-04-15 18:11:143238 "rand 0.8.5",
Alex Crichton093ede22019-08-15 00:45:093239 "rayon",
3240 "regex",
3241 "rls-analysis",
3242 "rls-data",
Igor Matuszewskic2249a42019-09-08 08:28:113243 "rls-ipc",
Alex Crichton093ede22019-08-15 00:45:093244 "rls-rustc",
3245 "rls-span",
3246 "rls-vfs",
Alex Crichton093ede22019-08-15 00:45:093247 "rustc-workspace-hack",
Igor Matuszewski31dc27d2019-06-08 20:15:223248 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton093ede22019-08-15 00:45:093249 "rustfmt-nightly",
3250 "serde",
3251 "serde_derive",
Igor Matuszewskic2249a42019-09-08 08:28:113252 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:093253 "serde_json",
3254 "tempfile",
3255 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313256 "tokio-stream",
Caleb Cartwright63913182021-02-10 01:52:543257 "tokio-util",
Eric Huss7d92cf42019-08-20 17:46:353258 "toml",
Mark Rousskovbf29b3c2022-05-18 16:16:273259 "toml_edit",
Eric Hussf3287a62021-05-12 00:39:513260 "url 2.2.2",
Alex Crichton093ede22019-08-15 00:45:093261 "walkdir",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583262]
3263
3264[[package]]
3265name = "rls-analysis"
Eric Huss1dac6992022-02-10 15:47:013266version = "0.18.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583267dependencies = [
Alex Crichton093ede22019-08-15 00:45:093268 "derive-new",
Igor Matuszewskid83c44a2022-01-15 16:31:373269 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093270 "fst",
pierwillf684acd2022-03-04 17:54:283271 "itertools",
Alex Crichton093ede22019-08-15 00:45:093272 "json",
Eric Huss893ca662021-04-22 22:47:103273 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093274 "log",
3275 "rls-data",
3276 "rls-span",
3277 "serde",
3278 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483279]
3280
3281[[package]]
Martin Algesten9a6afa82018-02-02 07:29:593282name = "rls-data"
Igor Matuszewskid72ea1b2021-01-15 00:50:593283version = "0.19.1"
Igor Matuszewski3ac464f2021-01-15 01:26:553284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
Martin Algesten9a6afa82018-02-02 07:29:593286dependencies = [
Alex Crichton093ede22019-08-15 00:45:093287 "rls-span",
3288 "serde",
Martin Algesten9a6afa82018-02-02 07:29:593289]
3290
3291[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:113292name = "rls-ipc"
3293version = "0.1.0"
3294dependencies = [
3295 "jsonrpc-core",
3296 "jsonrpc-core-client",
3297 "jsonrpc-derive",
3298 "jsonrpc-ipc-server",
3299 "rls-data",
3300 "serde",
3301]
3302
3303[[package]]
Nick Cameron92867d22017-08-30 05:09:363304name = "rls-rustc"
Igor Matuszewski9a6a2692019-03-10 16:03:323305version = "0.6.0"
Igor Matuszewskic2249a42019-09-08 08:28:113306dependencies = [
3307 "clippy_lints",
Igor Matuszewskid83c44a2022-01-15 16:31:373308 "env_logger 0.9.0",
klensy8ebc73b2022-02-06 20:57:293309 "futures 0.3.19",
Igor Matuszewskic2249a42019-09-08 08:28:113310 "log",
klensy947e7872022-04-15 18:11:143311 "rand 0.8.5",
Igor Matuszewskic2249a42019-09-08 08:28:113312 "rls-data",
3313 "rls-ipc",
3314 "serde",
3315 "tokio",
3316]
Nick Cameron92867d22017-08-30 05:09:363317
3318[[package]]
Nick Cameronfee1f642017-03-14 02:16:443319name = "rls-span"
Igor Matuszewskid72ea1b2021-01-15 00:50:593320version = "0.5.3"
Igor Matuszewski3ac464f2021-01-15 01:26:553321source = "registry+https://github.com/rust-lang/crates.io-index"
3322checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
Nick Cameronfee1f642017-03-14 02:16:443323dependencies = [
Alex Crichton093ede22019-08-15 00:45:093324 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583325]
3326
3327[[package]]
3328name = "rls-vfs"
Igor Matuszewski4fb570d2019-04-21 10:52:073329version = "0.8.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583330source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093331checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583332dependencies = [
Alex Crichton093ede22019-08-15 00:45:093333 "log",
3334 "rls-span",
Nick Cameronfee1f642017-03-14 02:16:443335]
3336
3337[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153338name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173339version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153340dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173341 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153342 "rustc-demangle",
3343]
3344
3345[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293346name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573347version = "0.1.0"
3348dependencies = [
Eric Hussbfacc5c2022-01-19 03:14:333349 "clap 2.34.0",
Eric Huss5b9e9d02020-11-15 01:37:023350 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093351 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573352]
Ahmed Charles9ca382f2016-09-02 08:55:293353
3354[[package]]
Josh Stone020c5ec2017-05-08 22:01:133355name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253356version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:133357source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253358checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:513359dependencies = [
Alex Crichton093ede22019-08-15 00:45:093360 "compiler_builtins",
3361 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513362]
Josh Stone020c5ec2017-05-08 22:01:133363
3364[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023365name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193366version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023367source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193368checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023369
3370[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293371name = "rustc-main"
3372version = "0.0.0"
3373dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043374 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093375 "rustc_codegen_ssa",
3376 "rustc_driver",
Ahmed Charles9ca382f2016-09-02 08:55:293377]
3378
3379[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033380name = "rustc-rayon"
Josh Stonef3b88122022-01-10 19:34:073381version = "0.3.2"
Josh Stone33c41252019-09-10 17:13:073382source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:073383checksum = "9974ab223660e61c1b4e7b43b827379df286736ca988308ce7e16f59f2d89246"
Josh Stone33c41252019-09-10 17:13:073384dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163385 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073386 "either",
Igor Matuszewski5b091302019-12-10 15:01:013387 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413388]
3389
3390[[package]]
Josh Stone33c41252019-09-10 17:13:073391name = "rustc-rayon-core"
Josh Stonef3b88122022-01-10 19:34:073392version = "0.3.2"
Josh Stone33c41252019-09-10 17:13:073393source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:073394checksum = "564bfd27be8db888d0fa76aa4335e7851aaed0c2c11ad1e93aeb9349f6b88500"
Josh Stone33c41252019-09-10 17:13:073395dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163396 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073397 "crossbeam-utils",
Yuki Okushi1f0a39502020-05-26 04:00:423398 "lazy_static",
Josh Stone33c41252019-09-10 17:13:073399 "num_cpus",
3400]
3401
3402[[package]]
flip1995898ef0f2020-12-06 14:07:593403name = "rustc-semver"
3404version = "1.1.0"
3405source = "registry+https://github.com/rust-lang/crates.io-index"
3406checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3407
3408[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053409name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053410version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053411dependencies = [
Alex Crichton093ede22019-08-15 00:45:093412 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053413]
3414
3415[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503416name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053417version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503418dependencies = [
Alex Crichton093ede22019-08-15 00:45:093419 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503420]
3421
3422[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083423name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053424version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083425dependencies = [
3426 "std",
3427]
3428
3429[[package]]
Alex Crichton0e034d12018-07-31 21:16:553430name = "rustc-workspace-hack"
3431version = "1.0.0"
3432dependencies = [
Eric Hussd296ea02021-06-23 14:41:343433 "bstr",
Alessandro Ghedinibff2e462020-11-05 15:58:233434 "byteorder",
Josh Stonef3b88122022-01-10 19:34:073435 "crossbeam-utils",
Igor Matuszewski2fa30ec2020-12-05 17:08:333436 "libc",
Eric Huss0bfc45a2020-12-23 20:18:153437 "libz-sys",
Aaron Hill70ba4912020-08-01 14:11:153438 "proc-macro2",
3439 "quote",
Jubilee Young7d3186d2021-04-24 01:00:463440 "rand_core 0.5.1",
Alex Crichton093ede22019-08-15 00:45:093441 "serde",
3442 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293443 "smallvec",
Aaron Hill70ba4912020-08-01 14:11:153444 "syn",
Eric Hussf3287a62021-05-12 00:39:513445 "url 2.2.2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313446 "winapi",
Alex Crichton0e034d12018-07-31 21:16:553447]
3448
3449[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433450name = "rustc_apfloat"
3451version = "0.0.0"
3452dependencies = [
Alex Crichton093ede22019-08-15 00:45:093453 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:293454 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433455]
3456
3457[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403458name = "rustc_arena"
3459version = "0.0.0"
3460dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293461 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403462]
3463
3464[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263465name = "rustc_ast"
3466version = "0.0.0"
3467dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013468 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263469 "rustc_data_structures",
3470 "rustc_index",
3471 "rustc_lexer",
3472 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403473 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263474 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293475 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003476 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263477]
3478
3479[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563480name = "rustc_ast_lowering"
3481version = "0.0.0"
3482dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403483 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263484 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463485 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563486 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563487 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573488 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563489 "rustc_index",
Camille GILLOT457de082021-09-19 20:17:503490 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563491 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563492 "rustc_span",
3493 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293494 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003495 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563496]
3497
3498[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443499name = "rustc_ast_passes"
3500version = "0.0.0"
3501dependencies = [
pierwillf684acd2022-03-04 17:54:283502 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263503 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463504 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203505 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443506 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443507 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393508 "rustc_feature",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443509 "rustc_parse",
3510 "rustc_session",
3511 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053512 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003513 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443514]
3515
3516[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463517name = "rustc_ast_pretty"
3518version = "0.0.0"
3519dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263520 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463521 "rustc_span",
Mazdak Farrokhzade2333312020-01-11 16:02:463522]
3523
3524[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203525name = "rustc_attr"
3526version = "0.0.0"
3527dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263528 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463529 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203530 "rustc_data_structures",
3531 "rustc_errors",
3532 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483533 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203534 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403535 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203536 "rustc_session",
3537 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203538]
3539
3540[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403541name = "rustc_borrowck"
3542version = "0.0.0"
3543dependencies = [
3544 "either",
pierwillf684acd2022-03-04 17:54:283545 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403546 "polonius-engine",
Camille GILLOTc5fc2602021-01-05 19:08:113547 "rustc_const_eval",
Camille GILLOT31a61cc2020-12-30 17:48:403548 "rustc_data_structures",
3549 "rustc_errors",
3550 "rustc_graphviz",
3551 "rustc_hir",
3552 "rustc_index",
3553 "rustc_infer",
3554 "rustc_lexer",
3555 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073556 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403557 "rustc_serialize",
3558 "rustc_session",
3559 "rustc_span",
3560 "rustc_target",
3561 "rustc_trait_selection",
3562 "rustc_traits",
3563 "smallvec",
3564 "tracing",
3565]
3566
3567[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323568name = "rustc_builtin_macros"
3569version = "0.0.0"
3570dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263571 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463572 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203573 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323574 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323575 "rustc_errors",
3576 "rustc_expand",
3577 "rustc_feature",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143578 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233579 "rustc_lint_defs",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323580 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403581 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203582 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323583 "rustc_span",
3584 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293585 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003586 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323587]
3588
3589[[package]]
Irina Popab63d7e22018-05-08 13:10:163590name = "rustc_codegen_llvm"
3591version = "0.0.0"
3592dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353593 "bitflags",
Xidorn Quan38e42332021-02-13 11:17:153594 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353595 "libc",
Andy Russell923f9392021-11-08 23:03:553596 "libloading",
Ryan Levick757f76e2021-10-07 13:08:443597 "measureme 10.0.0",
Alex Crichton7f23e6e2019-10-22 15:51:353598 "rustc-demangle",
bjorn38c7840e2021-08-08 15:24:303599 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263600 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203601 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353602 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353603 "rustc_data_structures",
3604 "rustc_errors",
Alex Crichton7f23e6e2019-10-22 15:51:353605 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573606 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353607 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093608 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553609 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593610 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453611 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543612 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403613 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353614 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323615 "rustc_span",
Alex Crichton7f23e6e2019-10-22 15:51:353616 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293617 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003618 "tracing",
Irina Popab63d7e22018-05-08 13:10:163619]
3620
3621[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043622name = "rustc_codegen_ssa"
3623version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353624dependencies = [
Alex Crichton093ede22019-08-15 00:45:093625 "bitflags",
3626 "cc",
pierwillf684acd2022-03-04 17:54:283627 "itertools",
Alex Crichton093ede22019-08-15 00:45:093628 "jobserver",
3629 "libc",
Ayrton3d5b1ee2022-05-02 01:45:503630 "object 0.28.4",
Federico Ponzi4b6a0272020-07-17 22:01:273631 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143632 "regex",
Alex Crichton093ede22019-08-15 00:45:093633 "rustc_apfloat",
David Wood2dc1a8a2021-12-03 14:24:053634 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263635 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203636 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093637 "rustc_data_structures",
3638 "rustc_errors",
3639 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573640 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093641 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103642 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573643 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363644 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453645 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543646 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403647 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083648 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323649 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583650 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093651 "rustc_target",
Michael Woeristere6e1e092021-07-14 13:50:423652 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253653 "snap",
Mark Mansi2d75a332020-03-12 23:07:583654 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053655 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003656 "tracing",
Irina Popab63d7e22018-05-08 13:10:163657]
3658
3659[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113660name = "rustc_const_eval"
3661version = "0.0.0"
3662dependencies = [
Camille GILLOTc5fc2602021-01-05 19:08:113663 "rustc_apfloat",
3664 "rustc_ast",
3665 "rustc_attr",
3666 "rustc_data_structures",
3667 "rustc_errors",
3668 "rustc_hir",
3669 "rustc_index",
3670 "rustc_infer",
3671 "rustc_macros",
3672 "rustc_middle",
3673 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:543674 "rustc_query_system",
Camille GILLOTc5fc2602021-01-05 19:08:113675 "rustc_session",
3676 "rustc_span",
3677 "rustc_target",
3678 "rustc_trait_selection",
3679 "tracing",
3680]
3681
3682[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293683name = "rustc_data_structures"
3684version = "0.0.0"
3685dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353686 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363687 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073688 "cfg-if 0.1.10",
Jack Hueya42e5a12020-05-27 05:05:093689 "ena",
Alex Crichton093ede22019-08-15 00:45:093690 "indexmap",
3691 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193692 "libc",
Ryan Levick757f76e2021-10-07 13:08:443693 "measureme 10.0.0",
bjorn38331dbe2021-03-29 09:18:523694 "memmap2",
Caleb Cartwright63913182021-02-10 01:52:543695 "parking_lot",
Alex Crichton093ede22019-08-15 00:45:093696 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013697 "rustc-rayon",
3698 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403699 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513700 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573701 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403702 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293703 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093704 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553705 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503706 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003707 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313708 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293709]
3710
3711[[package]]
3712name = "rustc_driver"
3713version = "0.0.0"
3714dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193715 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263716 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463717 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483718 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113719 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093720 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503721 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093722 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183723 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573724 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193725 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093726 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133727 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523728 "rustc_log",
Alex Crichton093ede22019-08-15 00:45:093729 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453730 "rustc_middle",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133731 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323732 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093733 "rustc_save_analysis",
Vadim Petrochenkov11d95142020-06-02 17:03:403734 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083735 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323736 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093737 "rustc_target",
Smittye8165e72021-07-24 21:18:153738 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:003739 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313740 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293741]
3742
3743[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053744name = "rustc_error_codes"
3745version = "0.0.0"
3746
3747[[package]]
David Woodc45f2952022-03-24 02:03:043748name = "rustc_error_messages"
3749version = "0.0.0"
3750dependencies = [
David Woodd5119c52022-03-28 08:36:203751 "fluent-bundle",
3752 "fluent-syntax",
David Woodccd48202022-04-03 04:32:383753 "intl-memoizer",
David Wood7f916972022-03-26 07:27:433754 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043755 "rustc_macros",
3756 "rustc_serialize",
3757 "rustc_span",
David Wood7f916972022-03-26 07:27:433758 "tracing",
3759 "unic-langid",
David Woodc45f2952022-03-24 02:03:043760]
3761
3762[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293763name = "rustc_errors"
3764version = "0.0.0"
3765dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353766 "annotate-snippets",
Alex Crichton093ede22019-08-15 00:45:093767 "atty",
Alex Crichton093ede22019-08-15 00:45:093768 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043769 "rustc_error_messages",
Aaron Hill23018a52020-08-13 19:41:523770 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573771 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403772 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323773 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093774 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483775 "termize",
Oliver Schererec7230f2020-07-24 18:42:003776 "tracing",
Alex Crichton093ede22019-08-15 00:45:093777 "unicode-width",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313778 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293779]
3780
3781[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323782name = "rustc_expand"
3783version = "0.0.0"
3784dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263785 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393786 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463787 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203788 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323789 "rustc_data_structures",
3790 "rustc_errors",
3791 "rustc_feature",
3792 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003793 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573794 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323795 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403796 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203797 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323798 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293799 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003800 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323801]
3802
3803[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383804name = "rustc_feature"
3805version = "0.0.0"
3806dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183807 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323808 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383809]
3810
3811[[package]]
Mark Rousskove3177c62018-08-03 21:31:033812name = "rustc_fs_util"
3813version = "0.0.0"
3814
3815[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403816name = "rustc_graphviz"
3817version = "0.0.0"
3818
3819[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273820name = "rustc_hir"
3821version = "0.0.0"
3822dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373823 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:263824 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273825 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043826 "rustc_error_messages",
kadmin54883e02020-12-30 23:07:413827 "rustc_feature",
Mazdak Farrokhzad7a140732019-12-25 02:51:273828 "rustc_index",
3829 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403830 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273831 "rustc_span",
3832 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293833 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003834 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273835]
3836
3837[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193838name = "rustc_hir_pretty"
3839version = "0.0.0"
3840dependencies = [
3841 "rustc_ast",
3842 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193843 "rustc_hir",
3844 "rustc_span",
3845 "rustc_target",
3846]
3847
3848[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293849name = "rustc_incremental"
3850version = "0.0.0"
3851dependencies = [
klensy947e7872022-04-15 18:11:143852 "rand 0.8.5",
Vadim Petrochenkov6054a302020-02-29 17:16:263853 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093854 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593855 "rustc_errors",
Alex Crichton093ede22019-08-15 00:45:093856 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403857 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573858 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573859 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453860 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403861 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163862 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323863 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003864 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293865]
3866
3867[[package]]
csmoe1cff2e62019-09-25 19:09:513868name = "rustc_index"
3869version = "0.0.0"
3870dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353871 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573872 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403873 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293874 "smallvec",
csmoe1cff2e62019-09-25 19:09:513875]
3876
3877[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243878name = "rustc_infer"
3879version = "0.0.0"
3880dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243881 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243882 "rustc_errors",
Camille GILLOTf07e8892020-01-06 19:13:243883 "rustc_hir",
3884 "rustc_index",
3885 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453886 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403887 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083888 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:243889 "rustc_span",
3890 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293891 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003892 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243893]
3894
3895[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233896name = "rustc_interface"
3897version = "0.0.0"
3898dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193899 "libc",
Andy Russell923f9392021-11-08 23:03:553900 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:013901 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313902 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263903 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563904 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443905 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203906 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:403907 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323908 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353909 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093910 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113911 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093912 "rustc_data_structures",
3913 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323914 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:273915 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093916 "rustc_incremental",
Alex Crichton093ede22019-08-15 00:45:093917 "rustc_lint",
3918 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453919 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:443920 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:253921 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:153922 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133923 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093924 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323925 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093926 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163927 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:093928 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:403929 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163930 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323931 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583932 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163933 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403934 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093935 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373936 "rustc_ty_utils",
Alex Crichton093ede22019-08-15 00:45:093937 "rustc_typeck",
Jubilee Younge8eb6912021-04-22 04:40:293938 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093939 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003940 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313941 "winapi",
John Kåre Alsaker23a51f92018-12-08 19:30:233942]
3943
3944[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403945name = "rustc_lexer"
3946version = "0.1.0"
3947dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:503948 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:233949 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:153950 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:403951]
3952
3953[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293954name = "rustc_lint"
3955version = "0.0.0"
3956dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263957 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463958 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203959 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093960 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473961 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383962 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573963 "rustc_hir",
csmoe64f61c72019-09-26 05:38:333964 "rustc_index",
Mara Bos0a313252021-08-16 15:25:353965 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453966 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:423967 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:203968 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323969 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093970 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403971 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:003972 "tracing",
Charles Lew485e98a2020-01-02 12:02:223973 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293974]
3975
3976[[package]]
Aaron Hill23018a52020-08-13 19:41:523977name = "rustc_lint_defs"
3978version = "0.0.0"
3979dependencies = [
3980 "rustc_ast",
3981 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043982 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:273983 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523984 "rustc_macros",
3985 "rustc_serialize",
3986 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:383987 "rustc_target",
Aaron Hill23018a52020-08-13 19:41:523988]
3989
3990[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293991name = "rustc_llvm"
3992version = "0.0.0"
3993dependencies = [
Alex Crichton093ede22019-08-15 00:45:093994 "cc",
Aaron Hill47e932b2019-12-12 15:51:193995 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293996]
3997
3998[[package]]
David Tolnay6152d152022-01-04 00:32:523999name = "rustc_log"
4000version = "0.0.0"
4001dependencies = [
4002 "atty",
David Tolnayffbeebb2022-01-04 06:01:354003 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524004 "tracing",
4005 "tracing-subscriber",
4006 "tracing-tree",
4007]
4008
4009[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104010name = "rustc_macros"
4011version = "0.1.0"
4012dependencies = [
David Wood552eb322022-05-23 17:24:554013 "annotate-snippets",
4014 "fluent-bundle",
4015 "fluent-syntax",
Aaron Hill70ba4912020-08-01 14:11:154016 "proc-macro2",
4017 "quote",
4018 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:164019 "synstructure",
David Wood552eb322022-05-23 17:24:554020 "unic-langid",
John Kåre Alsaker74b64192019-03-01 00:22:104021]
4022
4023[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294024name = "rustc_metadata"
4025version = "0.0.0"
4026dependencies = [
Andy Russell923f9392021-11-08 23:03:554027 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374028 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264029 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204030 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094031 "rustc_data_structures",
4032 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324033 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174034 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574035 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194036 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104037 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574038 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454039 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404040 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084041 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324042 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094043 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294044 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:304045 "snap",
Oliver Schererec7230f2020-07-24 18:42:004046 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294047]
4048
4049[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454050name = "rustc_middle"
4051version = "0.0.0"
4052dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454053 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:034054 "chalk-ir",
Camille GILLOTfd9c04f2021-01-05 18:53:074055 "either",
4056 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454057 "polonius-engine",
klensy947e7872022-04-15 18:11:144058 "rand 0.8.5",
Chase Wilson09f15422021-08-29 15:55:294059 "rand_xoshiro 0.6.0",
Camille GILLOT48a339d2021-07-16 12:42:264060 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454061 "rustc-rayon-core",
4062 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404063 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454064 "rustc_ast",
4065 "rustc_attr",
4066 "rustc_data_structures",
4067 "rustc_errors",
4068 "rustc_feature",
Camille GILLOTfd9c04f2021-01-05 18:53:074069 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454070 "rustc_hir",
4071 "rustc_index",
4072 "rustc_macros",
4073 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404074 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454075 "rustc_session",
4076 "rustc_span",
4077 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104078 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294079 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004080 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454081]
4082
4083[[package]]
Matthew Jasperb3589292020-01-05 15:46:444084name = "rustc_mir_build"
4085version = "0.0.0"
4086dependencies = [
Matthew Jasperb3589292020-01-05 15:46:444087 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404088 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264089 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204090 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:444091 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444092 "rustc_errors",
4093 "rustc_hir",
4094 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244095 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454096 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404097 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074098 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444099 "rustc_span",
4100 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404101 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294102 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004103 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444104]
4105
4106[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074107name = "rustc_mir_dataflow"
4108version = "0.0.0"
4109dependencies = [
4110 "polonius-engine",
4111 "regex",
4112 "rustc_ast",
4113 "rustc_data_structures",
4114 "rustc_graphviz",
4115 "rustc_hir",
4116 "rustc_index",
4117 "rustc_middle",
4118 "rustc_serialize",
4119 "rustc_session",
4120 "rustc_span",
4121 "rustc_target",
4122 "smallvec",
4123 "tracing",
4124]
4125
4126[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254127name = "rustc_mir_transform"
4128version = "0.0.0"
4129dependencies = [
4130 "coverage_test_macros",
pierwillf684acd2022-03-04 17:54:284131 "itertools",
Camille GILLOTbba4be62021-01-01 00:53:254132 "rustc_ast",
4133 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114134 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254135 "rustc_data_structures",
4136 "rustc_errors",
4137 "rustc_hir",
4138 "rustc_index",
4139 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074140 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:544141 "rustc_query_system",
Camille GILLOTbba4be62021-01-01 00:53:254142 "rustc_serialize",
4143 "rustc_session",
4144 "rustc_span",
4145 "rustc_target",
4146 "rustc_trait_selection",
4147 "smallvec",
4148 "tracing",
4149]
4150
4151[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154152name = "rustc_monomorphize"
4153version = "0.0.0"
4154dependencies = [
4155 "rustc_data_structures",
4156 "rustc_errors",
4157 "rustc_hir",
4158 "rustc_index",
4159 "rustc_middle",
4160 "rustc_session",
4161 "rustc_span",
4162 "rustc_target",
4163 "smallvec",
4164 "tracing",
4165]
4166
4167[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134168name = "rustc_parse"
4169version = "0.0.0"
4170dependencies = [
4171 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264172 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464173 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134174 "rustc_data_structures",
4175 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384176 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134177 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244178 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204179 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324180 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004181 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404182 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004183 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134184]
4185
4186[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404187name = "rustc_parse_format"
4188version = "0.0.0"
4189dependencies = [
4190 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404191]
4192
4193[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294194name = "rustc_passes"
4195version = "0.0.0"
4196dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264197 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134198 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204199 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094200 "rustc_data_structures",
4201 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434202 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414203 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574204 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574205 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124206 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454207 "rustc_middle",
Aaron Hillaf466992021-07-29 17:00:414208 "rustc_parse",
Tomasz Miąsko57d38972020-09-26 00:00:004209 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434210 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324211 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574212 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004213 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294214]
4215
4216[[package]]
Simon Sapind0bbc602019-07-16 17:08:324217name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294218version = "0.0.0"
4219dependencies = [
Andy Russell923f9392021-11-08 23:03:554220 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:264221 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164222 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574223 "rustc_hir",
Mazdak Farrokhzadf58db202020-01-09 06:52:014224 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:094225 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454226 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084227 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324228 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294229]
4230
4231[[package]]
4232name = "rustc_privacy"
4233version = "0.0.0"
4234dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574235 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204236 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094237 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164238 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574239 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454240 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084241 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324242 "rustc_span",
kadmin6a03f032020-11-22 09:37:374243 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094244 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:004245 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294246]
4247
4248[[package]]
Camille GILLOT4581d162021-01-19 19:40:164249name = "rustc_query_impl"
4250version = "0.0.0"
4251dependencies = [
Ryan Levick757f76e2021-10-07 13:08:444252 "measureme 10.0.0",
Camille GILLOT4581d162021-01-19 19:40:164253 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:014254 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:164255 "rustc_data_structures",
4256 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164257 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014258 "rustc_index",
4259 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:164260 "rustc_middle",
4261 "rustc_query_system",
4262 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014263 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164264 "rustc_span",
Wilco Kuseea7015fe2021-01-31 09:32:344265 "rustc_type_ir",
Oli Scherer0d5a7382022-05-04 08:30:134266 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164267]
4268
4269[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224270name = "rustc_query_system"
4271version = "0.0.0"
4272dependencies = [
Caleb Cartwright63913182021-02-10 01:52:544273 "parking_lot",
Camille GILLOT8e873c32020-03-19 13:13:314274 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404275 "rustc_arena",
Camille GILLOTc355b2e2020-11-14 15:35:314276 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224277 "rustc_data_structures",
4278 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314279 "rustc_feature",
4280 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224281 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574282 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404283 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374284 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314285 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314286 "rustc_target",
Wilco Kuseea7015fe2021-01-31 09:32:344287 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294288 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004289 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224290]
4291
4292[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294293name = "rustc_resolve"
4294version = "0.0.0"
4295dependencies = [
Alex Crichton093ede22019-08-15 00:45:094296 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404297 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264298 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564299 "rustc_ast_lowering",
Mazdak Farrokhzade2333312020-01-11 16:02:464300 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204301 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094302 "rustc_data_structures",
4303 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324304 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184305 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574306 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294307 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:094308 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454309 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504310 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564311 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324312 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294313 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004314 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294315]
4316
4317[[package]]
4318name = "rustc_save_analysis"
4319version = "0.0.0"
4320dependencies = [
Alex Crichton093ede22019-08-15 00:45:094321 "rls-data",
4322 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264323 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464324 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094325 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574326 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414327 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154328 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454329 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084330 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324331 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094332 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004333 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294334]
4335
4336[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404337name = "rustc_serialize"
4338version = "0.0.0"
4339dependencies = [
4340 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504341 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294342 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:404343]
4344
4345[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334346name = "rustc_session"
4347version = "0.0.0"
4348dependencies = [
Luca Barbieriac2b84f2020-04-10 20:42:194349 "getopts",
Vadim Petrochenkov6054a302020-02-29 17:16:264350 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334351 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334352 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284353 "rustc_feature",
4354 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034355 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524356 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574357 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404358 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324359 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284360 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004361 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324362]
4363
4364[[package]]
4365name = "rustc_span"
4366version = "0.0.0"
4367dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074368 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:244369 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404370 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324371 "rustc_data_structures",
4372 "rustc_index",
4373 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404374 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324375 "scoped-tls",
pierwillef6dd122022-02-10 16:54:014376 "sha-1 0.10.0",
Arlo Siemsen3296d5c2020-10-13 15:41:064377 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004378 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324379 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334380]
4381
4382[[package]]
Mark Mansi2d75a332020-03-12 23:07:584383name = "rustc_symbol_mangling"
4384version = "0.0.0"
4385dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584386 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584387 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584388 "rustc_data_structures",
4389 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454390 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:544391 "rustc_query_system",
Mark Mansi2d75a332020-03-12 23:07:584392 "rustc_session",
4393 "rustc_span",
4394 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004395 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584396]
4397
4398[[package]]
Irina Popa38e96402017-12-08 19:18:214399name = "rustc_target"
4400version = "0.0.0"
4401dependencies = [
Alex Crichton093ede22019-08-15 00:45:094402 "bitflags",
Alex Crichton093ede22019-08-15 00:45:094403 "rustc_data_structures",
csmoe64f61c72019-09-26 05:38:334404 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524405 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404406 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324407 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004408 "tracing",
Irina Popa38e96402017-12-08 19:18:214409]
4410
4411[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064412name = "rustc_tools_util"
Igor Matuszewski31dc27d2019-06-08 20:15:224413version = "0.2.0"
Matthias Krügerc09d4e72019-01-05 14:40:104414
4415[[package]]
4416name = "rustc_tools_util"
Oliver Scherer2a789512019-05-26 17:21:544417version = "0.2.0"
Igor Matuszewski31dc27d2019-06-08 20:15:224418source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094419checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
Matthias Krüger10e7b762018-09-07 07:12:064420
4421[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404422name = "rustc_trait_selection"
4423version = "0.0.0"
4424dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404425 "rustc_ast",
4426 "rustc_attr",
4427 "rustc_data_structures",
4428 "rustc_errors",
4429 "rustc_hir",
4430 "rustc_index",
4431 "rustc_infer",
Charles Lew250d1262021-10-02 11:00:364432 "rustc_lint_defs",
Camille GILLOTc1e3d552020-02-11 18:53:404433 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454434 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404435 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544436 "rustc_query_system",
Camille GILLOTc1e3d552020-02-11 18:53:404437 "rustc_session",
4438 "rustc_span",
4439 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294440 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004441 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404442]
4443
4444[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544445name = "rustc_traits"
4446version = "0.0.0"
4447dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374448 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034449 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034450 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264451 "rustc_ast",
Jack Huey4b64bc12021-01-01 18:44:314452 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094453 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574454 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034455 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244456 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454457 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324458 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404459 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294460 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004461 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544462]
4463
4464[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374465name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304466version = "0.0.0"
4467dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304468 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294469 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304470 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244471 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454472 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084473 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304474 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324475 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404476 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004477 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304478]
4479
4480[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104481name = "rustc_type_ir"
4482version = "0.0.0"
4483dependencies = [
4484 "bitflags",
4485 "rustc_data_structures",
4486 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554487 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104488 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344489 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104490]
4491
4492[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294493name = "rustc_typeck"
4494version = "0.0.0"
4495dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:404496 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264497 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204498 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094499 "rustc_data_structures",
4500 "rustc_errors",
Eric Holkb39fb9b2021-11-18 01:53:474501 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574502 "rustc_hir",
Esteban Küber5daedea2020-07-09 02:39:264503 "rustc_hir_pretty",
csmoe64f61c72019-09-26 05:38:334504 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244505 "rustc_infer",
Mara Bos336f3142021-08-30 19:19:244506 "rustc_lint",
jumbatm93eaf152020-08-27 10:00:214507 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454508 "rustc_middle",
Eric Holkff0e8f42021-11-11 01:32:044509 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084510 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324511 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094512 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404513 "rustc_trait_selection",
lcnrb3629d22021-04-27 13:01:374514 "rustc_ty_utils",
Jubilee Younge8eb6912021-04-22 04:40:294515 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004516 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294517]
4518
4519[[package]]
Oliver Schneider847bb142018-05-11 12:11:064520name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004521version = "0.4.0"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4524dependencies = [
klensy8ebc73b2022-02-06 20:57:294525 "semver",
Ralf Junge5d01782021-10-04 22:13:004526]
4527
4528[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294529name = "rustdoc"
4530version = "0.0.0"
4531dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354532 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464533 "askama",
Andy Russell51d76652022-01-12 17:46:184534 "atty",
Aleksey Kladovb4f4db92020-08-27 10:50:284535 "expect-test",
pierwillf684acd2022-03-04 17:54:284536 "itertools",
Alex Crichton093ede22019-08-15 00:45:094537 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044538 "once_cell",
Guillaume Gomez80b26bd2022-01-19 10:02:244539 "pulldown-cmark",
Noah Lev7865a852021-10-29 01:19:014540 "rayon",
Guillaume Gomezf467b8d2020-10-13 13:46:344541 "regex",
Rune Tynan67b78a02021-01-25 21:23:434542 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454543 "serde",
4544 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294545 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094546 "tempfile",
Joshua Nelson65f0b252020-12-28 18:28:294547 "tracing",
4548 "tracing-subscriber",
4549 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584550]
4551
4552[[package]]
Rune Tynan67b78a02021-01-25 21:23:434553name = "rustdoc-json-types"
4554version = "0.1.0"
4555dependencies = [
4556 "serde",
Rune Tynanca48d152021-03-04 23:45:574557 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434558]
4559
4560[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534561name = "rustdoc-themes"
4562version = "0.1.0"
4563
4564[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584565name = "rustdoc-tool"
4566version = "0.0.0"
4567dependencies = [
Alex Crichton093ede22019-08-15 00:45:094568 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294569]
4570
4571[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154572name = "rustfix"
Mark Rousskov342d9562020-08-17 15:21:444573version = "0.5.1"
Eric Huss6da85d62020-01-14 17:47:044574source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444575checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
Eric Huss6da85d62020-01-14 17:47:044576dependencies = [
4577 "anyhow",
4578 "log",
4579 "serde",
4580 "serde_json",
4581]
4582
4583[[package]]
Eric Hussd371bb42021-06-12 19:11:504584name = "rustfix"
4585version = "0.6.0"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "6f0be05fc0675ef4f47119dc39cfc46636bb77d4fc4ef1bd851b9c3f7697f32a"
4588dependencies = [
4589 "anyhow",
4590 "log",
4591 "serde",
4592 "serde_json",
4593]
4594
4595[[package]]
topecongiro5a411a62019-06-18 12:15:194596name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114597version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194598dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154599 "proc-macro2",
4600 "quote",
Alex Crichton093ede22019-08-15 00:45:094601 "serde",
Aaron Hill70ba4912020-08-01 14:11:154602 "syn",
topecongiro5a411a62019-06-18 12:15:194603]
4604
4605[[package]]
Alex Crichton1cede102017-06-15 02:33:064606name = "rustfmt-nightly"
Caleb Cartwright0697f562021-10-20 05:15:204607version = "1.4.38"
kennytm0692b3d2017-12-15 19:41:584608dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354609 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394610 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094611 "bytecount",
klensy8ebc73b2022-02-06 20:57:294612 "cargo_metadata",
Alex Crichton093ede22019-08-15 00:45:094613 "derive-new",
4614 "diff",
4615 "dirs",
Caleb Cartwright0697f562021-10-20 05:15:204616 "env_logger 0.8.4",
Alex Crichton093ede22019-08-15 00:45:094617 "getopts",
4618 "ignore",
pierwillf684acd2022-03-04 17:54:284619 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424620 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094621 "log",
4622 "regex",
Alex Crichton093ede22019-08-15 00:45:094623 "rustc-workspace-hack",
4624 "rustfmt-config_proc_macro",
4625 "serde",
4626 "serde_json",
Eric Huss139477d2019-11-12 18:14:484627 "structopt",
Mark Rousskov342d9562020-08-17 15:21:444628 "term 0.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:394629 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354630 "toml",
Alex Crichton093ede22019-08-15 00:45:094631 "unicode-segmentation",
4632 "unicode-width",
4633 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274634]
4635
4636[[package]]
flip19950046d7c2021-02-25 10:26:234637name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554638version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234639source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554640checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234641
4642[[package]]
Alex Crichton2863b752018-08-21 17:23:474643name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444644version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474645source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444646checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474647
4648[[package]]
Josh Stone020c5ec2017-05-08 22:01:134649name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444650version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224651source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444652checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224653dependencies = [
Alex Crichton093ede22019-08-15 00:45:094654 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224655]
4656
4657[[package]]
4658name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444659version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224660source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444661checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224662dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424663 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314664 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224665]
4666
4667[[package]]
Alex Crichton453080f2017-06-05 16:36:484668name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524669version = "1.0.0"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094671checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524672
4673[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124674name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444675version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254676source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444677checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254678
4679[[package]]
Eric Huss74498c12020-12-16 17:03:334680name = "security-framework"
4681version = "2.0.0"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4684dependencies = [
4685 "bitflags",
4686 "core-foundation",
4687 "core-foundation-sys",
4688 "libc",
4689 "security-framework-sys",
4690]
4691
4692[[package]]
4693name = "security-framework-sys"
4694version = "2.0.0"
4695source = "registry+https://github.com/rust-lang/crates.io-index"
4696checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4697dependencies = [
4698 "core-foundation-sys",
4699 "libc",
4700]
4701
4702[[package]]
David Wood7f916972022-03-26 07:27:434703name = "self_cell"
4704version = "0.10.2"
4705source = "registry+https://github.com/rust-lang/crates.io-index"
4706checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4707
4708[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584709name = "semver"
David Tolnay1aba1712021-06-04 04:12:254710version = "1.0.3"
Eric Huss78529352021-06-02 03:38:394711source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnay1aba1712021-06-04 04:12:254712checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
Eric Huss78529352021-06-02 03:38:394713dependencies = [
4714 "serde",
4715]
4716
4717[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584718name = "serde"
Eric Hussea194b82021-03-26 19:29:084719version = "1.0.125"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584720source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:084721checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
Eric Huss57393642018-12-17 18:23:044722dependencies = [
Alex Crichton093ede22019-08-15 00:45:094723 "serde_derive",
Eric Huss57393642018-12-17 18:23:044724]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584725
4726[[package]]
4727name = "serde_derive"
Eric Hussea194b82021-03-26 19:29:084728version = "1.0.125"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584729source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:084730checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584731dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154732 "proc-macro2",
4733 "quote",
4734 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584735]
4736
4737[[package]]
flip199596c3ec12019-08-20 07:32:534738name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444739version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534740source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444741checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534742dependencies = [
4743 "serde",
4744]
4745
4746[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584747name = "serde_json"
Eduardo Brotoca11eeb2020-10-23 21:47:584748version = "1.0.59"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584749source = "registry+https://github.com/rust-lang/crates.io-index"
Eduardo Brotoca11eeb2020-10-23 21:47:584750checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584751dependencies = [
Rune Tynan77156562021-01-16 01:34:154752 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094753 "itoa",
4754 "ryu",
4755 "serde",
Steve Klabnik2795de32017-02-20 00:20:574756]
4757
4758[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114759name = "serde_repr"
Mark Rousskov342d9562020-08-17 15:21:444760version = "0.1.6"
Igor Matuszewskic2249a42019-09-08 08:28:114761source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444762checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
Igor Matuszewskic2249a42019-09-08 08:28:114763dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154764 "proc-macro2",
4765 "quote",
4766 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:114767]
4768
4769[[package]]
James Munnsde763692019-01-19 02:39:374770name = "sha-1"
Arlo Siemsenf86b0782020-03-31 05:17:154771version = "0.8.2"
James Munnsde763692019-01-19 02:39:374772source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:154773checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
James Munnsde763692019-01-19 02:39:374774dependencies = [
Pietro Albiniacd8e592020-10-01 15:15:124775 "block-buffer 0.7.3",
4776 "digest 0.8.1",
Alex Crichton093ede22019-08-15 00:45:094777 "fake-simd",
pierwillef6dd122022-02-10 16:54:014778 "opaque-debug",
Pietro Albiniacd8e592020-10-01 15:15:124779]
4780
4781[[package]]
Arlo Siemsen3296d5c2020-10-13 15:41:064782name = "sha-1"
pierwillef6dd122022-02-10 16:54:014783version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:064784source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014785checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
Arlo Siemsen3296d5c2020-10-13 15:41:064786dependencies = [
pierwillef6dd122022-02-10 16:54:014787 "cfg-if 1.0.0",
4788 "cpufeatures",
4789 "digest 0.10.2",
Arlo Siemsen3296d5c2020-10-13 15:41:064790]
4791
4792[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124793name = "sha2"
pierwillef6dd122022-02-10 16:54:014794version = "0.10.1"
Pietro Albiniacd8e592020-10-01 15:15:124795source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014796checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
Pietro Albiniacd8e592020-10-01 15:15:124797dependencies = [
pierwillef6dd122022-02-10 16:54:014798 "cfg-if 1.0.0",
4799 "cpufeatures",
4800 "digest 0.10.2",
James Munnsde763692019-01-19 02:39:374801]
4802
4803[[package]]
Oliver Schererec7230f2020-07-24 18:42:004804name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004805version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004806source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004807checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004808dependencies = [
4809 "lazy_static",
4810]
4811
4812[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584813name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444814version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584815source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444816checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584817
4818[[package]]
steveklabnik54371882018-01-25 17:32:254819name = "shlex"
Eric Huss788167a2021-02-23 01:05:214820version = "1.0.0"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4823
4824[[package]]
Mark Rousskov342d9562020-08-17 15:21:444825name = "signal-hook-registry"
klensyd480a3e2021-03-12 13:33:024826version = "1.2.2"
Matthias Krüger696fb8f2019-01-21 15:32:434827source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024828checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
Matthias Krüger696fb8f2019-01-21 15:32:434829dependencies = [
Alex Crichton093ede22019-08-15 00:45:094830 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:434831]
4832
4833[[package]]
Eric Huss3a6fc802022-04-20 13:50:394834name = "similar"
4835version = "2.1.0"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
4838
4839[[package]]
steveklabnikecfbaca2018-04-03 14:32:044840name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154841version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044842source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154843checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044844
4845[[package]]
Eric Hussd5e03532019-05-23 20:27:494846name = "sized-chunks"
klensyd480a3e2021-03-12 13:33:024847version = "0.6.4"
Eric Hussd5e03532019-05-23 20:27:494848source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024849checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
Eric Hussd5e03532019-05-23 20:27:494850dependencies = [
Eric Huss2b985322019-11-25 16:14:074851 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094852 "typenum",
Eric Hussd5e03532019-05-23 20:27:494853]
4854
4855[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434856name = "slab"
4857version = "0.4.2"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094859checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434860
4861[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014862name = "smallvec"
Ralf Junge5d01782021-10-04 22:13:004863version = "1.7.0"
Ralf Jung90b8d342019-11-04 14:59:094864source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge5d01782021-10-04 22:13:004865checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
Ralf Jung90b8d342019-11-04 14:59:094866
4867[[package]]
Josh Triplett574f6be2020-08-20 23:16:304868name = "snap"
4869version = "1.0.1"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4872
4873[[package]]
Eric Huss3a6fc802022-04-20 13:50:394874name = "snapbox"
4875version = "0.2.9"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "c1f212b806d6f56d19838e36a0aaa7e79a0bc9ca177e873fb87651ad92f983e2"
4878dependencies = [
4879 "concolor",
4880 "content_inspector",
4881 "dunce",
4882 "filetime",
4883 "normalize-line-endings",
4884 "similar",
4885 "snapbox-macros",
4886 "tempfile",
4887 "walkdir",
4888 "yansi",
4889]
4890
4891[[package]]
4892name = "snapbox-macros"
4893version = "0.2.1"
4894source = "registry+https://github.com/rust-lang/crates.io-index"
4895checksum = "c01dea7e04cbb27ef4c86e9922184608185f7cd95c1763bc30d727cda4a5e930"
4896
4897[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154898name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:184899version = "0.4.1"
klensy50c38902021-05-01 11:50:034900source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:184901checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:034902dependencies = [
4903 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314904 "winapi",
klensy50c38902021-05-01 11:50:034905]
4906
4907[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454908name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444909version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454910source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444911checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454912
4913[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244914name = "stacker"
Mateusz Mikułaf58289c2021-08-18 20:36:354915version = "0.1.14"
Oliver Scherer26edcee2018-11-02 15:14:244916source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf58289c2021-08-18 20:36:354917checksum = "90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4"
Oliver Scherer26edcee2018-11-02 15:14:244918dependencies = [
4919 "cc",
Mateusz Mikułaf58289c2021-08-18 20:36:354920 "cfg-if 1.0.0",
Oliver Scherer26edcee2018-11-02 15:14:244921 "libc",
4922 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314923 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:244924]
4925
4926[[package]]
Eric Huss7758eaf2022-04-28 05:42:544927name = "static_assertions"
4928version = "1.1.0"
4929source = "registry+https://github.com/rust-lang/crates.io-index"
4930checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4931
4932[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294933name = "std"
4934version = "0.0.0"
4935dependencies = [
Alex Crichton06d565c2020-05-13 21:22:374936 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094937 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:074938 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:094939 "compiler_builtins",
4940 "core",
4941 "dlmalloc",
4942 "fortanix-sgx-abi",
Amanieu d'Antras88149d12022-01-17 07:46:114943 "hashbrown 0.12.0",
Stefan Lankes1ab5b0b2022-02-15 12:57:074944 "hermit-abi 0.2.0",
Alex Crichton093ede22019-08-15 00:45:094945 "libc",
Alex Crichton06d565c2020-05-13 21:22:374946 "miniz_oxide",
David Wood2dc1a8a2021-12-03 14:24:054947 "object 0.26.2",
Alex Crichton093ede22019-08-15 00:45:094948 "panic_abort",
4949 "panic_unwind",
4950 "profiler_builtins",
Aaron Hill2550d5b2021-03-07 23:39:194951 "rand 0.7.3",
Alex Crichton06d565c2020-05-13 21:22:374952 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:464953 "std_detect",
Alex Crichton093ede22019-08-15 00:45:094954 "unwind",
Harald Hoyer00cbc8d2022-01-21 13:19:134955 "wasi 0.11.0+wasi-snapshot-preview1",
Ahmed Charles9ca382f2016-09-02 08:55:294956]
4957
4958[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:464959name = "std_detect"
4960version = "0.1.5"
4961dependencies = [
4962 "cfg-if 0.1.10",
4963 "compiler_builtins",
4964 "libc",
4965 "rustc-std-workspace-alloc",
4966 "rustc-std-workspace-core",
4967]
4968
4969[[package]]
steveklabnikecfbaca2018-04-03 14:32:044970name = "string_cache"
klensy947e7872022-04-15 18:11:144971version = "0.8.3"
steveklabnikecfbaca2018-04-03 14:32:044972source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144973checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
steveklabnikecfbaca2018-04-03 14:32:044974dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424975 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094976 "new_debug_unreachable",
klensy947e7872022-04-15 18:11:144977 "parking_lot",
Alex Crichton093ede22019-08-15 00:45:094978 "phf_shared",
4979 "precomputed-hash",
4980 "serde",
steveklabnikecfbaca2018-04-03 14:32:044981]
4982
4983[[package]]
4984name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:144985version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:044986source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144987checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:044988dependencies = [
Alex Crichton093ede22019-08-15 00:45:094989 "phf_generator",
4990 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:154991 "proc-macro2",
4992 "quote",
steveklabnikecfbaca2018-04-03 14:32:044993]
4994
4995[[package]]
Eric Hussd5e03532019-05-23 20:27:494996name = "strip-ansi-escapes"
4997version = "0.1.0"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094999checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:495000dependencies = [
Alex Crichton093ede22019-08-15 00:45:095001 "vte",
Eric Hussd5e03532019-05-23 20:27:495002]
5003
5004[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585005name = "strsim"
Igor Matuszewskic2249a42019-09-08 08:28:115006version = "0.8.0"
Steve Klabnika0769612017-02-07 23:13:575007source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:115008checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
Steve Klabnika0769612017-02-07 23:13:575009
5010[[package]]
Eric Hussbfacc5c2022-01-19 03:14:335011name = "strsim"
5012version = "0.10.0"
5013source = "registry+https://github.com/rust-lang/crates.io-index"
5014checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5015
5016[[package]]
topecongiro5a411a62019-06-18 12:15:195017name = "structopt"
David Wood2dc1a8a2021-12-03 14:24:055018version = "0.3.25"
Igor Matuszewskic2249a42019-09-08 08:28:115019source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055020checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"
Igor Matuszewskic2249a42019-09-08 08:28:115021dependencies = [
Eric Hussbfacc5c2022-01-19 03:14:335022 "clap 2.34.0",
Mark Rousskov342d9562020-08-17 15:21:445023 "lazy_static",
Eric Huss139477d2019-11-12 18:14:485024 "structopt-derive",
Igor Matuszewskic2249a42019-09-08 08:28:115025]
5026
5027[[package]]
5028name = "structopt-derive"
David Wood2dc1a8a2021-12-03 14:24:055029version = "0.4.18"
Igor Matuszewskic2249a42019-09-08 08:28:115030source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055031checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
Igor Matuszewskic2249a42019-09-08 08:28:115032dependencies = [
5033 "heck",
5034 "proc-macro-error",
Aaron Hill70ba4912020-08-01 14:11:155035 "proc-macro2",
5036 "quote",
5037 "syn",
topecongiro5a411a62019-06-18 12:15:195038]
5039
5040[[package]]
Matt Ickstadt0ab516f2018-04-21 21:06:135041name = "strum"
Aaron Hill70ba4912020-08-01 14:11:155042version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135043source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155044checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
Matt Ickstadt0ab516f2018-04-21 21:06:135045
5046[[package]]
5047name = "strum_macros"
Aaron Hill70ba4912020-08-01 14:11:155048version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135049source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155050checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
Matt Ickstadt0ab516f2018-04-21 21:06:135051dependencies = [
Alex Crichton093ede22019-08-15 00:45:095052 "heck",
Aaron Hill70ba4912020-08-01 14:11:155053 "proc-macro2",
5054 "quote",
5055 "syn",
Alex Crichtone9d89832018-04-02 15:43:555056]
5057
5058[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115059name = "syn"
klensy813420b2022-04-18 16:10:375060version = "1.0.91"
Igor Matuszewskic2249a42019-09-08 08:28:115061source = "registry+https://github.com/rust-lang/crates.io-index"
klensy813420b2022-04-18 16:10:375062checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
Igor Matuszewskic2249a42019-09-08 08:28:115063dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155064 "proc-macro2",
5065 "quote",
5066 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:115067]
5068
5069[[package]]
Alex Crichton325d7392017-12-10 17:42:495070name = "synstructure"
pierwillea25b772021-12-21 17:00:305071version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:235072source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305073checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:235074dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155075 "proc-macro2",
5076 "quote",
5077 "syn",
5078 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:235079]
5080
5081[[package]]
Josh Stone020c5ec2017-05-08 22:01:135082name = "tar"
klensy92e30f62021-08-27 14:38:535083version = "0.4.37"
Josh Stone020c5ec2017-05-08 22:01:135084source = "registry+https://github.com/rust-lang/crates.io-index"
klensy92e30f62021-08-27 14:38:535085checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c"
Josh Stone020c5ec2017-05-08 22:01:135086dependencies = [
Alex Crichton093ede22019-08-15 00:45:095087 "filetime",
5088 "libc",
Alex Crichton093ede22019-08-15 00:45:095089 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135090]
5091
5092[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555093name = "tempfile"
Jubilee Young27ef7192021-04-23 22:49:475094version = "3.2.0"
Aleksey Kladov850156a2018-03-29 07:34:555095source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:475096checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
Aleksey Kladov850156a2018-03-29 07:34:555097dependencies = [
Jubilee Young27ef7192021-04-23 22:49:475098 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:095099 "libc",
klensy947e7872022-04-15 18:11:145100 "rand 0.8.5",
klensydcdc3082021-05-11 19:03:595101 "redox_syscall",
Alex Crichton093ede22019-08-15 00:45:095102 "remove_dir_all",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315103 "winapi",
Aleksey Kladov850156a2018-03-29 07:34:555104]
5105
5106[[package]]
steveklabnikecfbaca2018-04-03 14:32:045107name = "tendril"
Mark Rousskov342d9562020-08-17 15:21:445108version = "0.4.1"
steveklabnikecfbaca2018-04-03 14:32:045109source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445110checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
steveklabnikecfbaca2018-04-03 14:32:045111dependencies = [
Alex Crichton093ede22019-08-15 00:45:095112 "futf",
5113 "mac",
5114 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045115]
5116
5117[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295118name = "term"
Mark Rousskov342d9562020-08-17 15:21:445119version = "0.6.1"
Igor Matuszewskid2d192e2019-07-30 11:00:275120source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445121checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
Igor Matuszewskid2d192e2019-07-30 11:00:275122dependencies = [
Alex Crichton093ede22019-08-15 00:45:095123 "dirs",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315124 "winapi",
Igor Matuszewskid2d192e2019-07-30 11:00:275125]
5126
5127[[package]]
flip19950046d7c2021-02-25 10:26:235128name = "term"
5129version = "0.7.0"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5132dependencies = [
5133 "dirs-next",
5134 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315135 "winapi",
flip19950046d7c2021-02-25 10:26:235136]
5137
5138[[package]]
Alex Crichton1cede102017-06-15 02:33:065139name = "termcolor"
Eric Hussfaa64612021-06-22 23:19:245140version = "1.1.2"
Alex Crichtonfa5b3d32018-07-26 00:25:125141source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussfaa64612021-06-22 23:19:245142checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
Alex Crichtonfa5b3d32018-07-26 00:25:125143dependencies = [
Eric Huss89d79062020-07-29 18:02:055144 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125145]
5146
5147[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485148name = "termize"
5149version = "0.1.1"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5152dependencies = [
5153 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315154 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485155]
5156
5157[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295158name = "test"
5159version = "0.0.0"
5160dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:075161 "cfg-if 0.1.10",
Alex Crichtonb47c9692019-08-16 15:29:085162 "core",
Alex Crichton093ede22019-08-15 00:45:095163 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085164 "libc",
5165 "panic_abort",
5166 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:095167 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:085168 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295169]
5170
5171[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185172name = "tester"
flip19950046d7c2021-02-25 10:26:235173version = "0.9.0"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5176dependencies = [
5177 "cfg-if 1.0.0",
5178 "getopts",
5179 "libc",
5180 "num_cpus",
5181 "term 0.7.0",
5182]
5183
5184[[package]]
steveklabnik4871dba2017-06-27 17:33:325185name = "textwrap"
Igor Matuszewskic2249a42019-09-08 08:28:115186version = "0.11.0"
steveklabnik4871dba2017-06-27 17:33:325187source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:115188checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
steveklabnik4871dba2017-06-27 17:33:325189dependencies = [
Alex Crichton093ede22019-08-15 00:45:095190 "unicode-width",
steveklabnik4871dba2017-06-27 17:33:325191]
5192
5193[[package]]
Eric Hussbfacc5c2022-01-19 03:14:335194name = "textwrap"
5195version = "0.14.2"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
5198
5199[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305200name = "thiserror"
David Wood2dc1a8a2021-12-03 14:24:055201version = "1.0.30"
Pietro Albini9beb8f52019-11-26 11:06:305202source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055203checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
Pietro Albini9beb8f52019-11-26 11:06:305204dependencies = [
5205 "thiserror-impl",
5206]
5207
5208[[package]]
5209name = "thiserror-impl"
David Wood2dc1a8a2021-12-03 14:24:055210version = "1.0.30"
Pietro Albini9beb8f52019-11-26 11:06:305211source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055212checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
Pietro Albini9beb8f52019-11-26 11:06:305213dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155214 "proc-macro2",
5215 "quote",
5216 "syn",
Pietro Albini9beb8f52019-11-26 11:06:305217]
5218
5219[[package]]
David Wood2dc1a8a2021-12-03 14:24:055220name = "thorin-dwp"
Rémy Rakic820fd052022-01-20 14:09:055221version = "0.2.0"
David Wood2dc1a8a2021-12-03 14:24:055222source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic820fd052022-01-20 14:09:055223checksum = "dd95b4559c196987c8451b4e14d08a4c796c2844f9adf4d2a2dbc9b3142843be"
David Wood2dc1a8a2021-12-03 14:24:055224dependencies = [
5225 "gimli 0.26.1",
Amanieu d'Antras88149d12022-01-17 07:46:115226 "hashbrown 0.11.2",
Ayrton3d5b1ee2022-05-02 01:45:505227 "object 0.28.4",
David Wood2dc1a8a2021-12-03 14:24:055228 "tracing",
5229]
5230
5231[[package]]
Steve Klabnika0769612017-02-07 23:13:575232name = "thread_local"
klensy9f621ae2022-01-24 17:19:215233version = "1.1.4"
Igor Matuszewski8fc4bba2020-02-12 14:47:315234source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215235checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
Igor Matuszewski8fc4bba2020-02-12 14:47:315236dependencies = [
klensy9f621ae2022-01-24 17:19:215237 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315238]
5239
5240[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295241name = "tidy"
5242version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565243dependencies = [
klensy8ebc73b2022-02-06 20:57:295244 "cargo_metadata",
Josh Stonef3b88122022-01-10 19:34:075245 "crossbeam-utils",
Yuki Okushi1f0a39502020-05-26 04:00:425246 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095247 "regex",
Alex Crichton093ede22019-08-15 00:45:095248 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565249]
Ahmed Charles9ca382f2016-09-02 08:55:295250
5251[[package]]
Eric Hussce717472020-08-11 23:49:395252name = "tier-check"
5253version = "0.1.0"
5254
5255[[package]]
Alex Crichton15899b02018-01-25 04:01:425256name = "time"
Mark Rousskov342d9562020-08-17 15:21:445257version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425258source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445259checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425260dependencies = [
Alex Crichton093ede22019-08-15 00:45:095261 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315262 "winapi",
Alex Crichton15899b02018-01-25 04:01:425263]
5264
5265[[package]]
David Wood7f916972022-03-26 07:27:435266name = "tinystr"
5267version = "0.3.4"
5268source = "registry+https://github.com/rust-lang/crates.io-index"
5269checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
5270
5271[[package]]
Mark Rousskov342d9562020-08-17 15:21:445272name = "tinyvec"
Jubilee Young8f5ea802020-08-17 23:07:095273version = "0.3.4"
Mark Rousskov342d9562020-08-17 15:21:445274source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young8f5ea802020-08-17 23:07:095275checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
Mark Rousskov342d9562020-08-17 15:21:445276
5277[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435278name = "tokio"
klensy9f621ae2022-01-24 17:19:215279version = "1.8.4"
Matthias Krüger696fb8f2019-01-21 15:32:435280source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215281checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
Matthias Krüger696fb8f2019-01-21 15:32:435282dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315283 "autocfg",
Alex Crichton093ede22019-08-15 00:45:095284 "bytes",
Alex Crichton093ede22019-08-15 00:45:095285 "libc",
Caleb Cartwright63913182021-02-10 01:52:545286 "memchr",
Alex Crichton093ede22019-08-15 00:45:095287 "mio",
Caleb Cartwright63913182021-02-10 01:52:545288 "num_cpus",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315289 "once_cell",
5290 "pin-project-lite",
Mark Rousskov342d9562020-08-17 15:21:445291 "signal-hook-registry",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315292 "winapi",
Matthias Krüger696fb8f2019-01-21 15:32:435293]
5294
5295[[package]]
Igor Matuszewskiaf53b0d2021-07-21 13:17:315296name = "tokio-stream"
5297version = "0.1.7"
Mateusz Mikuła2d8d8132019-12-04 17:40:165298source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315299checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
Mateusz Mikuła2d8d8132019-12-04 17:40:165300dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315301 "futures-core",
5302 "pin-project-lite",
5303 "tokio",
Mateusz Mikuła2d8d8132019-12-04 17:40:165304]
5305
5306[[package]]
Caleb Cartwright63913182021-02-10 01:52:545307name = "tokio-util"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315308version = "0.6.7"
Matthias Krüger696fb8f2019-01-21 15:32:435309source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315310checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
Matthias Krüger696fb8f2019-01-21 15:32:435311dependencies = [
Alex Crichton093ede22019-08-15 00:45:095312 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545313 "futures-core",
5314 "futures-sink",
Alex Crichton093ede22019-08-15 00:45:095315 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315316 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:545317 "tokio",
Matthias Krüger696fb8f2019-01-21 15:32:435318]
5319
5320[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295321name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475322version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135323source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475324checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135325dependencies = [
Alex Crichton093ede22019-08-15 00:45:095326 "serde",
Eric Hussd2228ca2019-03-29 03:13:135327]
5328
5329[[package]]
Eric Hussaf8048b2022-01-26 00:24:215330name = "toml_edit"
Eric Huss7758eaf2022-04-28 05:42:545331version = "0.14.3"
5332source = "registry+https://github.com/rust-lang/crates.io-index"
5333checksum = "ba98375fd631b83696f87c64e4ed8e29e6a1f3404d6aed95fa95163bad38e705"
5334dependencies = [
5335 "combine",
5336 "indexmap",
5337 "itertools",
Mark Rousskovbf29b3c2022-05-18 16:16:275338 "kstring",
Eric Hussaf8048b2022-01-26 00:24:215339 "serde",
5340]
5341
5342[[package]]
Eric Hussa882fdd2021-12-03 20:25:075343name = "topological-sort"
5344version = "0.1.0"
5345source = "registry+https://github.com/rust-lang/crates.io-index"
5346checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5347
5348[[package]]
Caleb Cartwright63913182021-02-10 01:52:545349name = "tower-service"
5350version = "0.3.1"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
5353
5354[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095355name = "tracing"
David Wood2dc1a8a2021-12-03 14:24:055356version = "0.1.29"
Jack Hueyecb8b9f2020-05-27 05:05:095357source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055358checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
Jack Hueyecb8b9f2020-05-27 05:05:095359dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:005360 "cfg-if 1.0.0",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315361 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095362 "tracing-attributes",
5363 "tracing-core",
5364]
5365
5366[[package]]
5367name = "tracing-attributes"
David Wood2dc1a8a2021-12-03 14:24:055368version = "0.1.18"
Jack Hueyecb8b9f2020-05-27 05:05:095369source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055370checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
Jack Hueyecb8b9f2020-05-27 05:05:095371dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155372 "proc-macro2",
5373 "quote",
5374 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095375]
5376
5377[[package]]
5378name = "tracing-core"
Oli Scherer69274aa2021-10-02 08:22:035379version = "0.1.21"
Jack Hueyecb8b9f2020-05-27 05:05:095380source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer69274aa2021-10-02 08:22:035381checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
Jack Hueyecb8b9f2020-05-27 05:05:095382dependencies = [
5383 "lazy_static",
5384]
5385
5386[[package]]
Jack Hueyd66452c2020-08-04 22:35:375387name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:005388version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375389source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005390checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:375391dependencies = [
5392 "lazy_static",
5393 "log",
5394 "tracing-core",
5395]
5396
5397[[package]]
Oliver Schererec7230f2020-07-24 18:42:005398name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:305399version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:005400source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305401checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:005402dependencies = [
klensy8ebc73b2022-02-06 20:57:295403 "ansi_term",
Oliver Schererec7230f2020-07-24 18:42:005404 "lazy_static",
5405 "matchers",
Caleb Cartwright63913182021-02-10 01:52:545406 "parking_lot",
Oliver Schererec7230f2020-07-24 18:42:005407 "regex",
Oliver Schererec7230f2020-07-24 18:42:005408 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295409 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445410 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595411 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005412 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375413 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375414]
5415
5416[[package]]
5417name = "tracing-tree"
pierwillea25b772021-12-21 17:00:305418version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:375419source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305420checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:375421dependencies = [
klensy8ebc73b2022-02-06 20:57:295422 "ansi_term",
Jack Hueyd66452c2020-08-04 22:35:375423 "atty",
pierwillea25b772021-12-21 17:00:305424 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005425 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375426 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005427]
5428
5429[[package]]
David Wood7f916972022-03-26 07:27:435430name = "type-map"
5431version = "0.4.0"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5434dependencies = [
5435 "rustc-hash",
5436]
5437
5438[[package]]
Eric Huss8c20add2018-12-03 01:33:205439name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575440version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205441source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575442checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205443
5444[[package]]
Mark Rousskov064f8882020-01-13 21:40:195445name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445446version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195447source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445448checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195449dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425450 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195451 "regex",
5452]
5453
5454[[package]]
James Munnsde763692019-01-19 02:39:375455name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445456version = "0.1.3"
James Munnsde763692019-01-19 02:39:375457source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445458checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375459
5460[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235461name = "unic-char-property"
5462version = "0.9.0"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5465dependencies = [
5466 "unic-char-range",
5467]
5468
5469[[package]]
5470name = "unic-char-range"
5471version = "0.9.0"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5474
5475[[package]]
5476name = "unic-common"
5477version = "0.9.0"
5478source = "registry+https://github.com/rust-lang/crates.io-index"
5479checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5480
5481[[package]]
5482name = "unic-emoji-char"
5483version = "0.9.0"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5486dependencies = [
5487 "unic-char-property",
5488 "unic-char-range",
5489 "unic-ucd-version",
5490]
5491
5492[[package]]
David Wood7f916972022-03-26 07:27:435493name = "unic-langid"
5494version = "0.9.0"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5"
5497dependencies = [
5498 "unic-langid-impl",
5499 "unic-langid-macros",
5500]
5501
5502[[package]]
5503name = "unic-langid-impl"
5504version = "0.9.0"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d"
5507dependencies = [
5508 "tinystr",
5509]
5510
5511[[package]]
5512name = "unic-langid-macros"
5513version = "0.9.0"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "18f980d6d87e8805f2836d64b4138cc95aa7986fa63b1f51f67d5fbff64dd6e5"
5516dependencies = [
5517 "proc-macro-hack",
5518 "tinystr",
5519 "unic-langid-impl",
5520 "unic-langid-macros-impl",
5521]
5522
5523[[package]]
5524name = "unic-langid-macros-impl"
5525version = "0.9.0"
5526source = "registry+https://github.com/rust-lang/crates.io-index"
5527checksum = "29396ffd97e27574c3e01368b1a64267d3064969e4848e2e130ff668be9daa9f"
5528dependencies = [
5529 "proc-macro-hack",
5530 "quote",
5531 "syn",
5532 "unic-langid-impl",
5533]
5534
5535[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235536name = "unic-ucd-version"
5537version = "0.9.0"
5538source = "registry+https://github.com/rust-lang/crates.io-index"
5539checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5540dependencies = [
5541 "unic-common",
5542]
5543
5544[[package]]
Andy Russell30301642019-04-20 17:03:595545name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405546version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595547source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405548checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595549dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405550 "version_check",
Andy Russell30301642019-04-20 17:03:595551]
5552
5553[[package]]
Mark Rousskov064f8882020-01-13 21:40:195554name = "unicode-bdd"
5555version = "0.1.0"
5556dependencies = [
5557 "ucd-parse",
5558]
5559
5560[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585561name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325562version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585563source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095564checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585565dependencies = [
Alex Crichton093ede22019-08-15 00:45:095566 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585567]
5568
5569[[package]]
5570name = "unicode-normalization"
Mark Rousskov342d9562020-08-17 15:21:445571version = "0.1.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585572source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445573checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
Charles Lew0bcddfe2019-11-23 14:33:405574dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445575 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405576]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585577
5578[[package]]
Charles Lew485e98a2020-01-02 12:02:225579name = "unicode-script"
flip199544cea512021-07-01 16:18:025580version = "0.5.3"
Charles Lew485e98a2020-01-02 12:02:225581source = "registry+https://github.com/rust-lang/crates.io-index"
flip199544cea512021-07-01 16:18:025582checksum = "098ec66172ce21cd55f8bcc786ee209dd20e04eff70acfca30cb79924d173ae9"
Charles Lew485e98a2020-01-02 12:02:225583
5584[[package]]
5585name = "unicode-security"
Charles Lew25e864e2020-06-23 11:45:135586version = "0.0.5"
Charles Lew485e98a2020-01-02 12:02:225587source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew25e864e2020-06-23 11:45:135588checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
Charles Lew485e98a2020-01-02 12:02:225589dependencies = [
Charles Lewc05961c2020-04-25 01:38:315590 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225591 "unicode-script",
5592]
5593
5594[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585595name = "unicode-segmentation"
Eric Huss139477d2019-11-12 18:14:485596version = "1.6.0"
Steve Klabnika0769612017-02-07 23:13:575597source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:485598checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
Steve Klabnika0769612017-02-07 23:13:575599
5600[[package]]
5601name = "unicode-width"
Mark Rousskov342d9562020-08-17 15:21:445602version = "0.1.8"
Steve Klabnika0769612017-02-07 23:13:575603source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445604checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
Alex Crichtonb47c9692019-08-16 15:29:085605dependencies = [
5606 "compiler_builtins",
5607 "rustc-std-workspace-core",
5608 "rustc-std-workspace-std",
5609]
Steve Klabnika0769612017-02-07 23:13:575610
5611[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585612name = "unicode-xid"
ibraheemdevde27d682021-07-27 00:55:315613version = "0.2.2"
Aleksey Kladova0c186c2019-07-21 11:50:395614source = "registry+https://github.com/rust-lang/crates.io-index"
ibraheemdevde27d682021-07-27 00:55:315615checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
Aleksey Kladova0c186c2019-07-21 11:50:395616
5617[[package]]
flip19954c228cc2019-02-18 09:32:585618name = "unicode_categories"
5619version = "0.1.1"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095621checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585622
5623[[package]]
Michael Howellb29d9d52021-02-24 06:42:425624name = "unified-diff"
5625version = "0.2.1"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5628dependencies = [
5629 "diff",
5630]
5631
5632[[package]]
flip19958d5f69d2021-10-21 11:13:175633name = "unindent"
5634version = "0.1.7"
5635source = "registry+https://github.com/rust-lang/crates.io-index"
5636checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
5637
5638[[package]]
est31c2d59062017-06-12 19:35:475639name = "unstable-book-gen"
5640version = "0.1.0"
5641dependencies = [
Alex Crichton093ede22019-08-15 00:45:095642 "num-traits",
5643 "tidy",
est31c2d59062017-06-12 19:35:475644]
5645
5646[[package]]
Nick Cameron71a0be02017-09-25 04:13:295647name = "unwind"
5648version = "0.0.0"
5649dependencies = [
Alex Crichton093ede22019-08-15 00:45:095650 "cc",
Aaron Hill44fdfd62020-10-11 17:51:075651 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:095652 "compiler_builtins",
5653 "core",
5654 "libc",
Nick Cameron71a0be02017-09-25 04:13:295655]
5656
5657[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585658name = "url"
Alex Crichtonb4110902018-12-08 11:06:545659version = "1.7.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585660source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095661checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585662dependencies = [
Alex Crichton093ede22019-08-15 00:45:095663 "idna 0.1.5",
5664 "matches",
5665 "percent-encoding 1.0.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585666]
5667
5668[[package]]
Eric Hussf2428a62019-08-01 00:44:395669name = "url"
Eric Hussf3287a62021-05-12 00:39:515670version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395671source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515672checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395673dependencies = [
Eric Hussf3287a62021-05-12 00:39:515674 "form_urlencoded",
Alex Crichton093ede22019-08-15 00:45:095675 "idna 0.2.0",
5676 "matches",
Eric Huss139477d2019-11-12 18:14:485677 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:095678 "serde",
Eric Hussf2428a62019-08-01 00:44:395679]
5680
5681[[package]]
steveklabnikecfbaca2018-04-03 14:32:045682name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445683version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045684source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445685checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045686
5687[[package]]
Eric Hussd5e03532019-05-23 20:27:495688name = "utf8parse"
5689version = "0.1.1"
5690source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095691checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495692
5693[[package]]
Alex Crichton1cede102017-06-15 02:33:065694name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445695version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065696source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445697checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065698
5699[[package]]
Steve Klabnika0769612017-02-07 23:13:575700name = "vec_map"
Mark Rousskov342d9562020-08-17 15:21:445701version = "0.8.2"
Steve Klabnika0769612017-02-07 23:13:575702source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445703checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
Steve Klabnika0769612017-02-07 23:13:575704
5705[[package]]
Ralf Jung8d908b52018-09-17 07:20:035706name = "vergen"
Ralf Jungbf11b122021-04-06 11:20:485707version = "5.1.0"
Ralf Jung8d908b52018-09-17 07:20:035708source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungbf11b122021-04-06 11:20:485709checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183"
Ralf Jung8d908b52018-09-17 07:20:035710dependencies = [
Ralf Jungbf11b122021-04-06 11:20:485711 "anyhow",
Alex Crichton093ede22019-08-15 00:45:095712 "chrono",
Ralf Jungbf11b122021-04-06 11:20:485713 "enum-iterator",
5714 "getset",
5715 "git2",
5716 "rustversion",
5717 "thiserror",
Ralf Jung8d908b52018-09-17 07:20:035718]
5719
5720[[package]]
Alex Crichtonb4110902018-12-08 11:06:545721name = "version_check"
klensydcdc3082021-05-11 19:03:595722version = "0.9.3"
Eric Huss2b985322019-11-25 16:14:075723source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:595724checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
Eric Huss2b985322019-11-25 16:14:075725
5726[[package]]
Eric Hussd5e03532019-05-23 20:27:495727name = "vte"
5728version = "0.3.3"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095730checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495731dependencies = [
Alex Crichton093ede22019-08-15 00:45:095732 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495733]
5734
5735[[package]]
Josh Stone020c5ec2017-05-08 22:01:135736name = "walkdir"
Eric Huss3a6fc802022-04-20 13:50:395737version = "2.3.2"
Alex Crichton80d6ed22018-01-08 21:56:225738source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss3a6fc802022-04-20 13:50:395739checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Alex Crichton80d6ed22018-01-08 21:56:225740dependencies = [
Alex Crichton093ede22019-08-15 00:45:095741 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315742 "winapi",
Alex Crichton093ede22019-08-15 00:45:095743 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225744]
5745
5746[[package]]
newpavlov6374b842019-08-29 17:13:155747name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255748version = "0.9.0+wasi-snapshot-preview1"
5749source = "registry+https://github.com/rust-lang/crates.io-index"
5750checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
Harald Hoyer00cbc8d2022-01-21 13:19:135751
5752[[package]]
5753name = "wasi"
5754version = "0.11.0+wasi-snapshot-preview1"
5755source = "registry+https://github.com/rust-lang/crates.io-index"
5756checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155757dependencies = [
5758 "compiler_builtins",
5759 "rustc-std-workspace-alloc",
5760 "rustc-std-workspace-core",
5761]
5762
5763[[package]]
Steve Klabnika0769612017-02-07 23:13:575764name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445765version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225766source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445767checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225768dependencies = [
Alex Crichton093ede22019-08-15 00:45:095769 "winapi-i686-pc-windows-gnu",
5770 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225771]
5772
5773[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225774name = "winapi-i686-pc-windows-gnu"
5775version = "0.4.0"
5776source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095777checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225778
5779[[package]]
Alex Crichton2863b752018-08-21 17:23:475780name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055781version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475782source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055783checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475784dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315785 "winapi",
Alex Crichton2863b752018-08-21 17:23:475786]
5787
5788[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225789name = "winapi-x86_64-pc-windows-gnu"
5790version = "0.4.0"
5791source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095792checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225793
5794[[package]]
Josh Stone020c5ec2017-05-08 22:01:135795name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225796version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135797source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095798checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135799dependencies = [
Alex Crichton093ede22019-08-15 00:45:095800 "libc",
Josh Stone020c5ec2017-05-08 22:01:135801]
5802
5803[[package]]
Josh Stone020c5ec2017-05-08 22:01:135804name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445805version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135806source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445807checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135808dependencies = [
Alex Crichton093ede22019-08-15 00:45:095809 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135810]
5811
5812[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305813name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445814version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305815source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445816checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305817dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425818 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305819 "thiserror",
Mark Rousskov342d9562020-08-17 15:21:445820 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:305821]
5822
5823[[package]]
Josh Stone020c5ec2017-05-08 22:01:135824name = "yaml-rust"
5825version = "0.3.5"
5826source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095827checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
Pietro Albini9beb8f52019-11-26 11:06:305828
5829[[package]]
5830name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445831version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305832source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445833checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305834dependencies = [
5835 "linked-hash-map",
5836]
Igor Matuszewski2214a412021-05-03 20:59:355837
5838[[package]]
Eric Huss3a6fc802022-04-20 13:50:395839name = "yansi"
5840version = "0.5.1"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
5843
5844[[package]]
Igor Matuszewski2214a412021-05-03 20:59:355845name = "yansi-term"
5846version = "0.1.2"
5847source = "registry+https://github.com/rust-lang/crates.io-index"
5848checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5849dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315850 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:355851]