blob: ab1e92ccd4b7a9560b967d1659177510db7aab79 [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"
Ralf Jung10430db2022-07-15 14:04:237version = "0.17.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
10dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:1511 "compiler_builtins",
12 "gimli",
13 "rustc-std-workspace-alloc",
14 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:2315]
16
17[[package]]
Alex Crichton06d565c2020-05-13 21:22:3718name = "adler"
Ralf Jung10430db2022-07-15 14:04:2319version = "1.0.2"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
Michael Howellcf83a1d2022-11-03 17:10:1522dependencies = [
23 "compiler_builtins",
24 "rustc-std-workspace-core",
25]
Ralf Jung10430db2022-07-15 14:04:2326
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 = [
Thom Chiovolonia4bf36e2022-11-21 00:55:4133 "getrandom",
Lain Yang9a337b62022-01-07 05:32:5834 "once_cell",
35 "version_check",
36]
37
38[[package]]
Amanieu d'Antrasa529ba82023-01-09 17:49:2439name = "ahash"
40version = "0.8.2"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107"
43dependencies = [
44 "cfg-if",
45 "once_cell",
46 "version_check",
47]
48
49[[package]]
Steve Klabnika0769612017-02-07 23:13:5750name = "aho-corasick"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4151version = "0.7.18"
Eric Huss6a09cfa2019-05-16 05:27:3952source = "registry+https://github.com/rust-lang/crates.io-index"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4153checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
Eric Huss6a09cfa2019-05-16 05:27:3954dependencies = [
Alex Crichton093ede22019-08-15 00:45:0955 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3956]
57
58[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2959name = "alloc"
60version = "0.0.0"
61dependencies = [
Alex Crichton093ede22019-08-15 00:45:0962 "compiler_builtins",
63 "core",
Thom Chiovolonia4bf36e2022-11-21 00:55:4164 "rand",
Aaron Hill70ba4912020-08-01 14:11:1565 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2966]
67
68[[package]]
steveklabnikecfbaca2018-04-03 14:32:0469name = "ammonia"
klensy947e7872022-04-15 18:11:1470version = "3.2.0"
Eric Huss2dafa912019-06-19 03:36:4771source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:1472checksum = "d5ed2509ee88cc023cccee37a6fab35826830fe8b748b3869790e7720c2c4a74"
Eric Huss2dafa912019-06-19 03:36:4773dependencies = [
Alex Crichton093ede22019-08-15 00:45:0974 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0975 "maplit",
klensy947e7872022-04-15 18:11:1476 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0977 "tendril",
Eric Huss4a7e2fb2022-08-21 04:19:4378 "url",
Eric Huss2dafa912019-06-19 03:36:4779]
80
81[[package]]
topecongiroca19ffe2019-04-17 22:42:1882name = "annotate-snippets"
Caleb Cartwrightf367f4d2022-06-13 03:04:5483version = "0.9.1"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
Igor Matuszewski2214a412021-05-03 20:59:3586dependencies = [
Caleb Cartwrightf367f4d2022-06-13 03:04:5487 "unicode-width",
Igor Matuszewski2214a412021-05-03 20:59:3588 "yansi-term",
89]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2690
91[[package]]
Steve Klabnika0769612017-02-07 23:13:5792name = "ansi_term"
Oliver Schererec7230f2020-07-24 18:42:0093version = "0.12.1"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
96dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:3197 "winapi",
Oliver Schererec7230f2020-07-24 18:42:0098]
99
100[[package]]
Eric Huss6e298622023-04-01 15:49:20101name = "anstream"
102version = "0.2.6"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f"
105dependencies = [
106 "anstyle",
107 "anstyle-parse",
108 "anstyle-wincon",
109 "concolor-override",
Weihang Lof795a152023-03-15 12:50:04110 "concolor-query",
Eric Huss6e298622023-04-01 15:49:20111 "is-terminal",
112 "utf8parse",
113]
114
115[[package]]
116name = "anstyle"
117version = "0.3.5"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2"
120
121[[package]]
122name = "anstyle-parse"
123version = "0.1.1"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116"
126dependencies = [
127 "utf8parse",
128]
129
130[[package]]
131name = "anstyle-wincon"
132version = "0.2.0"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa"
135dependencies = [
136 "anstyle",
137 "windows-sys 0.45.0",
138]
139
140[[package]]
Eric Huss6da85d62020-01-14 17:47:04141name = "anyhow"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:39142version = "1.0.65"
Eric Huss6da85d62020-01-14 17:47:04143source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:39144checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
Eric Huss6da85d62020-01-14 17:47:04145
146[[package]]
bjorn3be670842022-05-28 10:43:51147name = "ar_archive_writer"
bjorn38b1be442023-03-24 11:43:14148version = "0.1.3"
bjorn3be670842022-05-28 10:43:51149source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn38b1be442023-03-24 11:43:14150checksum = "b0639441fd17a3197d1cbca8dc8768cc172a63b64b4bb6c372e8f41ed0acc9bb"
bjorn3be670842022-05-28 10:43:51151dependencies = [
bjorn38b1be442023-03-24 11:43:14152 "object 0.30.1",
bjorn3be670842022-05-28 10:43:51153]
154
155[[package]]
Rune Tynan77156562021-01-16 01:34:15156name = "array_tool"
157version = "1.0.3"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
160
161[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54162name = "arrayvec"
Jubilee Younge8eb6912021-04-22 04:40:29163version = "0.7.0"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
Nicholas Nethercotec492ca42020-07-14 00:31:54166
167[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46168name = "askama"
Guillaume Gomez76714c32023-03-06 10:15:59169version = "0.12.0"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46170source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez76714c32023-03-06 10:15:59171checksum = "47cbc3cf73fa8d9833727bbee4835ba5c421a0d65b72daf9a7b5d0e0f9cfb57e"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46172dependencies = [
173 "askama_derive",
174 "askama_escape",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46175]
176
177[[package]]
178name = "askama_derive"
Deadbeefa912a932023-03-23 06:19:25179version = "0.12.1"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46180source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefa912a932023-03-23 06:19:25181checksum = "c22fbe0413545c098358e56966ff22cdd039e10215ae213cfbd65032b119fc94"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46182dependencies = [
Guillaume Gomez76714c32023-03-06 10:15:59183 "basic-toml",
184 "mime",
185 "mime_guess",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46186 "nom",
187 "proc-macro2",
188 "quote",
Guillaume Gomez48f5dca2022-01-17 16:36:39189 "serde",
Deadbeefa912a932023-03-23 06:19:25190 "syn 2.0.8",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46191]
192
193[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59194name = "askama_escape"
195version = "0.10.3"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
198
199[[package]]
Alex Crichton1cede102017-06-15 02:33:06200name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21201version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13202source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21203checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13204dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:07205 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:09206 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31207 "winapi",
Alex Crichton1cede102017-06-15 02:33:06208]
209
210[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05211name = "autocfg"
Jon Gjengsetb83a48d2022-03-01 17:45:23212version = "1.1.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35213source = "registry+https://github.com/rust-lang/crates.io-index"
Jon Gjengsetb83a48d2022-03-01 17:45:23214checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Mateusz Mikułaf5e702d2020-03-26 13:10:35215
216[[package]]
Ralf Jung10430db2022-07-15 14:04:23217name = "backtrace"
218version = "0.3.66"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
221dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:15222 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23223 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42224 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23225 "libc",
Michael Howell8e71a132022-11-08 00:13:20226 "miniz_oxide",
Amanieu d'Antrasa529ba82023-01-09 17:49:24227 "object 0.29.0",
Ralf Jung10430db2022-07-15 14:04:23228 "rustc-demangle",
229]
230
231[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59232name = "basic-toml"
233version = "0.1.2"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1"
236dependencies = [
237 "serde",
238]
239
240[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58241name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20242version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01243source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20244checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01245
246[[package]]
James Munnsde763692019-01-19 02:39:37247name = "block-buffer"
pierwillef6dd122022-02-10 16:54:01248version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:12249source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:01250checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
Pietro Albiniacd8e592020-10-01 15:15:12251dependencies = [
klensy45fac342022-08-31 20:04:12252 "generic-array",
James Munnsde763692019-01-19 02:39:37253]
254
255[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39256name = "bstr"
klensy43512e62022-07-26 16:16:43257version = "0.2.17"
Eric Huss6a09cfa2019-05-16 05:27:39258source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43259checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
Eric Huss6a09cfa2019-05-16 05:27:39260dependencies = [
Eric Hussfaa64612021-06-22 23:19:24261 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09262 "memchr",
Charles Lewa7750042022-11-06 06:43:25263 "regex-automata 0.1.10",
Eric Huss6a09cfa2019-05-16 05:27:39264]
265
266[[package]]
Ralf Jung55162732022-11-15 19:06:42267name = "bstr"
Weihang Loe52e0402023-03-07 22:16:27268version = "1.3.0"
Ralf Jung55162732022-11-15 19:06:42269source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:27270checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1"
Ralf Jung55162732022-11-15 19:06:42271dependencies = [
272 "memchr",
273 "once_cell",
Manish Goregaokar2721e402022-11-18 22:46:52274 "regex-automata 0.1.10",
Ralf Jung55162732022-11-15 19:06:42275 "serde",
276]
277
278[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04279name = "build-manifest"
280version = "0.1.0"
281dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01282 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40283 "flate2",
Weihang Loe52e0402023-03-07 22:16:27284 "hex",
Pietro Albiniacd8e592020-10-01 15:15:12285 "rayon",
Alex Crichton093ede22019-08-15 00:45:09286 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07287 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12288 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40289 "tar",
Weihang Lof795a152023-03-15 12:50:04290 "toml",
Alex Crichton9e8785f2017-01-24 22:37:04291]
292
293[[package]]
Nilstrieb25c15312022-12-30 10:11:33294name = "build_helper"
295version = "0.1.0"
296
297[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03298name = "bump-stage0"
299version = "0.1.0"
300dependencies = [
301 "anyhow",
302 "curl",
Pietro Albiniea8b1ff2021-08-26 10:35:32303 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03304 "serde",
305 "serde_json",
Weihang Lof795a152023-03-15 12:50:04306 "toml",
Pietro Albini80b81ad2021-08-26 09:26:03307]
308
309[[package]]
Alex Crichton4f661c02018-10-08 17:39:09310name = "bytecount"
Yuki Okushi2b0e27e2021-03-17 20:34:05311version = "0.6.2"
Alex Crichton4f661c02018-10-08 17:39:09312source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:05313checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
Alex Crichton4f661c02018-10-08 17:39:09314dependencies = [
Yuki Okushi2b0e27e2021-03-17 20:34:05315 "packed_simd_2",
Alex Crichton4f661c02018-10-08 17:39:09316]
317
318[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43319name = "bytes"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31320version = "1.0.1"
Matthias Krüger696fb8f2019-01-21 15:32:43321source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31322checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
Matthias Krüger696fb8f2019-01-21 15:32:43323
324[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20325name = "camino"
Ralf Jungc2df1c22022-07-21 20:04:37326version = "1.0.9"
Caleb Cartwright0697f562021-10-20 05:15:20327source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:37328checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"
Caleb Cartwright0697f562021-10-20 05:15:20329dependencies = [
330 "serde",
331]
332
333[[package]]
Ralf Jung759e4952020-06-01 18:17:20334name = "cargo-miri"
335version = "0.1.0"
336dependencies = [
Philipp Krones5566eb42023-02-10 13:01:31337 "cargo_metadata 0.15.3",
Ralf Jung759e4952020-06-01 18:17:20338 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57339 "rustc-build-sysroot",
Ralf Jung759e4952020-06-01 18:17:20340 "rustc-workspace-hack",
Ralf Jung3f88f4c2023-02-26 18:09:17341 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22342 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20343 "serde",
344 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20345]
346
347[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56348name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56349version = "0.1.2"
Caleb Cartwright0697f562021-10-20 05:15:20350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
352dependencies = [
353 "serde",
354]
355
356[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29357name = "cargo_metadata"
Caleb Cartwright0697f562021-10-20 05:15:20358version = "0.14.0"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
361dependencies = [
362 "camino",
Weihang Lof795a152023-03-15 12:50:04363 "cargo-platform",
klensy8ebc73b2022-02-06 20:57:29364 "semver",
Caleb Cartwright0697f562021-10-20 05:15:20365 "serde",
366 "serde_json",
367]
368
369[[package]]
Ralf Jungc2df1c22022-07-21 20:04:37370name = "cargo_metadata"
Philipp Krones5566eb42023-02-10 13:01:31371version = "0.15.3"
Ralf Jungc2df1c22022-07-21 20:04:37372source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones5566eb42023-02-10 13:01:31373checksum = "08a1ec454bc3eead8719cb56e15dbbfecdbc14e4b3a3ae4936cc6e31f5fc0d07"
Ralf Jungc2df1c22022-07-21 20:04:37374dependencies = [
375 "camino",
Weihang Lof795a152023-03-15 12:50:04376 "cargo-platform",
Ralf Jungc2df1c22022-07-21 20:04:37377 "semver",
378 "serde",
379 "serde_json",
Philipp Krones5566eb42023-02-10 13:01:31380 "thiserror",
Ralf Jungc2df1c22022-07-21 20:04:37381]
382
383[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26384name = "cargotest2"
385version = "0.1.0"
386
387[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35388name = "cc"
Mike Hommeyb4675472023-01-12 00:40:40389version = "1.0.77"
Nick Cameronc5cad5a2017-09-22 01:58:35390source = "registry+https://github.com/rust-lang/crates.io-index"
Mike Hommeyb4675472023-01-12 00:40:40391checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
Nick Cameronc5cad5a2017-09-22 01:58:35392
393[[package]]
Josh Stone020c5ec2017-05-08 22:01:13394name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07395version = "1.0.0"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03398dependencies = [
399 "compiler_builtins",
400 "rustc-std-workspace-core",
401]
Aaron Hill44fdfd62020-10-11 17:51:07402
403[[package]]
Jack Hueya24df5b2020-03-03 16:25:03404name = "chalk-derive"
Michael Goulet6de5f622022-11-13 19:29:38405version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03406source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38407checksum = "d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb"
Jack Hueya24df5b2020-03-03 16:25:03408dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15409 "proc-macro2",
410 "quote",
Deadbeefa912a932023-03-23 06:19:25411 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:06412 "synstructure 0.12.6",
Jack Hueya24df5b2020-03-03 16:25:03413]
414
415[[package]]
416name = "chalk-engine"
Michael Goulet6de5f622022-11-13 19:29:38417version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03418source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38419checksum = "7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f"
Jack Hueya24df5b2020-03-03 16:25:03420dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19421 "chalk-derive",
422 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37423 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03424 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09425 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03426]
427
428[[package]]
429name = "chalk-ir"
Michael Goulet6de5f622022-11-13 19:29:38430version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03431source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38432checksum = "43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838"
Jack Hueya24df5b2020-03-03 16:25:03433dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31434 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03435 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42436 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03437]
438
439[[package]]
Jack Hueya24df5b2020-03-03 16:25:03440name = "chalk-solve"
Michael Goulet6de5f622022-11-13 19:29:38441version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03442source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38443checksum = "61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4"
Jack Hueya24df5b2020-03-03 16:25:03444dependencies = [
445 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03446 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09447 "ena",
pierwill8d27c282022-01-19 19:44:43448 "indexmap",
pierwillf684acd2022-03-04 17:54:28449 "itertools",
Jack Hueya24df5b2020-03-03 16:25:03450 "petgraph",
451 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09452 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37453 "tracing-subscriber",
454 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03455]
456
457[[package]]
Alex Crichton15899b02018-01-25 04:01:42458name = "chrono"
Tomasz Miąsko2abe7c82021-02-28 00:00:00459version = "0.4.19"
Alex Crichton15899b02018-01-25 04:01:42460source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:00461checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
Alex Crichton15899b02018-01-25 04:01:42462dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:00463 "libc",
Alex Crichton093ede22019-08-15 00:45:09464 "num-integer",
465 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17466 "serde",
Weihang Lof795a152023-03-15 12:50:04467 "time",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31468 "winapi",
Alex Crichton15899b02018-01-25 04:01:42469]
470
471[[package]]
Steve Klabnika0769612017-02-07 23:13:57472name = "clap"
Weihang Lo11e66e12022-09-05 17:34:53473version = "3.2.20"
Eric Hussbfacc5c2022-01-19 03:14:33474source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo11e66e12022-09-05 17:34:53475checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
Eric Hussbfacc5c2022-01-19 03:14:33476dependencies = [
477 "atty",
478 "bitflags",
Nixon Enraght-Moony7680b162023-01-02 19:30:39479 "clap_derive 3.2.18",
Weihang Loc1b4f112022-10-04 20:57:49480 "clap_lex 0.2.2",
Eric Hussbfacc5c2022-01-19 03:14:33481 "indexmap",
Arlo Siemsenb59abdc2022-06-17 17:58:51482 "once_cell",
Michael Howell4a7b7732022-06-20 18:41:56483 "strsim",
Eric Hussbfacc5c2022-01-19 03:14:33484 "termcolor",
Michael Howell4a7b7732022-06-20 18:41:56485 "textwrap",
Eric Hussbfacc5c2022-01-19 03:14:33486]
487
488[[package]]
Weihang Loc1b4f112022-10-04 20:57:49489name = "clap"
Eric Huss6e298622023-04-01 15:49:20490version = "4.2.1"
Weihang Loc1b4f112022-10-04 20:57:49491source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:20492checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3"
Weihang Loc1b4f112022-10-04 20:57:49493dependencies = [
Eric Huss6e298622023-04-01 15:49:20494 "clap_builder",
495 "clap_derive 4.2.0",
496 "once_cell",
497]
498
499[[package]]
500name = "clap_builder"
501version = "4.2.1"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f"
504dependencies = [
505 "anstream",
506 "anstyle",
Weihang Loc1b4f112022-10-04 20:57:49507 "bitflags",
Eric Huss6e298622023-04-01 15:49:20508 "clap_lex 0.4.1",
Nixon Enraght-Moony7680b162023-01-02 19:30:39509 "once_cell",
Weihang Loc1b4f112022-10-04 20:57:49510 "strsim",
Eric Huss2717f602023-01-06 01:20:59511 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49512]
513
514[[package]]
Eric Huss51814222022-04-15 18:57:06515name = "clap_complete"
Eric Huss2717f602023-01-06 01:20:59516version = "4.0.7"
Eric Huss51814222022-04-15 18:57:06517source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:59518checksum = "10861370d2ba66b0f5989f83ebf35db6421713fd92351790e7fdd6c36774c56b"
Eric Huss51814222022-04-15 18:57:06519dependencies = [
Eric Huss6e298622023-04-01 15:49:20520 "clap 4.2.1",
Eric Huss51814222022-04-15 18:57:06521]
522
523[[package]]
Caleb Cartwrightf367f4d2022-06-13 03:04:54524name = "clap_derive"
Weihang Lo11e66e12022-09-05 17:34:53525version = "3.2.18"
Caleb Cartwrightf367f4d2022-06-13 03:04:54526source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo11e66e12022-09-05 17:34:53527checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
Caleb Cartwrightf367f4d2022-06-13 03:04:54528dependencies = [
Eric Huss821e9d52022-07-18 21:41:10529 "heck",
Caleb Cartwrightf367f4d2022-06-13 03:04:54530 "proc-macro-error",
531 "proc-macro2",
532 "quote",
Deadbeefa912a932023-03-23 06:19:25533 "syn 1.0.102",
Caleb Cartwrightf367f4d2022-06-13 03:04:54534]
535
536[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39537name = "clap_derive"
Eric Huss6e298622023-04-01 15:49:20538version = "4.2.0"
Nixon Enraght-Moony7680b162023-01-02 19:30:39539source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:20540checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
Nixon Enraght-Moony7680b162023-01-02 19:30:39541dependencies = [
542 "heck",
Nixon Enraght-Moony7680b162023-01-02 19:30:39543 "proc-macro2",
544 "quote",
Eric Huss6e298622023-04-01 15:49:20545 "syn 2.0.8",
Nixon Enraght-Moony7680b162023-01-02 19:30:39546]
547
548[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51549name = "clap_lex"
550version = "0.2.2"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613"
553dependencies = [
554 "os_str_bytes",
555]
556
557[[package]]
Weihang Loc1b4f112022-10-04 20:57:49558name = "clap_lex"
Eric Huss6e298622023-04-01 15:49:20559version = "0.4.1"
Weihang Loc1b4f112022-10-04 20:57:49560source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:20561checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
Weihang Loc1b4f112022-10-04 20:57:49562
563[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29564name = "clippy"
Philipp Kronesa87abc22023-03-10 09:54:09565version = "0.1.70"
Ahmed Charles9ca382f2016-09-02 08:55:29566dependencies = [
Eric Huss6e298622023-04-01 15:49:20567 "clap 4.2.1",
Alex Crichton093ede22019-08-15 00:45:09568 "clippy_lints",
flip1995fe247b42021-09-08 14:32:16569 "clippy_utils",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41570 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09571 "derive-new",
flip1995647f2b42021-06-03 07:06:49572 "filetime",
Eric Huss4a7e2fb2022-08-21 04:19:43573 "futures",
flip1995fe247b42021-09-08 14:32:16574 "if_chain",
pierwillf684acd2022-03-04 17:54:28575 "itertools",
Philipp Krones586cbd02022-06-04 12:07:44576 "parking_lot 0.12.1",
flip19950f1ff452021-03-25 18:29:39577 "quote",
flip1995412ebc32021-03-12 14:31:11578 "regex",
flip1995706fa542022-03-14 11:03:16579 "rustc-semver",
Alex Crichton093ede22019-08-15 00:45:09580 "rustc-workspace-hack",
Ralf Jung3f88f4c2023-02-26 18:09:17581 "rustc_tools_util",
klensy8ebc73b2022-02-06 20:57:29582 "semver",
Alex Crichton093ede22019-08-15 00:45:09583 "serde",
Deadbeefa912a932023-03-23 06:19:25584 "syn 1.0.102",
Matthias Krügerf77104b2019-12-02 22:09:48585 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00586 "termize",
Ralf Jungbf11b122021-04-06 11:20:48587 "tester",
flip1995159d6c32022-01-13 12:18:51588 "tokio",
Weihang Lof795a152023-03-15 12:50:04589 "toml",
Philipp Kronesd6732192022-07-28 17:08:41590 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29591]
592
593[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49594name = "clippy_dev"
595version = "0.0.1"
596dependencies = [
flip1995463c7602022-05-05 14:13:10597 "aho-corasick",
Eric Huss6e298622023-04-01 15:49:20598 "clap 4.2.1",
flip19958d5f69d2021-10-21 11:13:17599 "indoc",
pierwillf684acd2022-03-04 17:54:28600 "itertools",
flip199544cea512021-07-01 16:18:02601 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49602 "shell-escape",
603 "walkdir",
604]
605
606[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29607name = "clippy_lints"
Philipp Kronesa87abc22023-03-10 09:54:09608version = "0.1.70"
Oliver Schneider847bb142018-05-11 12:11:06609dependencies = [
Weihang Lof795a152023-03-15 12:50:04610 "arrayvec",
Philipp Krones5566eb42023-02-10 13:01:31611 "cargo_metadata 0.15.3",
flip19950046d7c2021-02-25 10:26:23612 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06613 "declare_clippy_lint",
Alex Crichton093ede22019-08-15 00:45:09614 "if_chain",
pierwillf684acd2022-03-04 17:54:28615 "itertools",
Weihang Lo55a79152023-02-17 23:55:45616 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:09617 "quine-mc_cluskey",
618 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59619 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29620 "semver",
Alex Crichton093ede22019-08-15 00:45:09621 "serde",
flip1995c24058b2021-05-06 10:21:46622 "serde_json",
flip199537cdd7e2022-06-16 15:39:29623 "tempfile",
Weihang Lof795a152023-03-15 12:50:04624 "toml",
Alex Crichton093ede22019-08-15 00:45:09625 "unicode-normalization",
flip199544cea512021-07-01 16:18:02626 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43627 "url",
Oliver Schneider847bb142018-05-11 12:11:06628]
629
630[[package]]
flip19950046d7c2021-02-25 10:26:23631name = "clippy_utils"
Philipp Kronesa87abc22023-03-10 09:54:09632version = "0.1.70"
flip19950046d7c2021-02-25 10:26:23633dependencies = [
Weihang Lof795a152023-03-15 12:50:04634 "arrayvec",
flip19950046d7c2021-02-25 10:26:23635 "if_chain",
Jason Newcomb9a677672022-08-31 13:24:45636 "itertools",
flip19950046d7c2021-02-25 10:26:23637 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23638]
639
640[[package]]
Pietro Albini13efb202022-11-15 09:19:17641name = "collect-license-metadata"
642version = "0.1.0"
643dependencies = [
644 "anyhow",
645 "serde",
646 "serde_json",
647 "spdx-rs",
648]
649
650[[package]]
Ralf Jung10430db2022-07-15 14:04:23651name = "color-eyre"
652version = "0.6.2"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
655dependencies = [
656 "backtrace",
657 "color-spantrace",
658 "eyre",
659 "indenter",
660 "once_cell",
661 "owo-colors",
662 "tracing-error",
663]
664
665[[package]]
666name = "color-spantrace"
667version = "0.2.0"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
670dependencies = [
671 "once_cell",
672 "owo-colors",
673 "tracing-core",
674 "tracing-error",
675]
676
677[[package]]
Nick Cameron127f9a62018-04-25 22:11:28678name = "colored"
Ralf Jung0e908752020-09-17 18:04:20679version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28680source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20681checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28682dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42683 "atty",
684 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31685 "winapi",
Nick Cameron127f9a62018-04-25 22:11:28686]
687
688[[package]]
Alex Crichton147e2da2016-10-07 06:30:38689name = "compiler_builtins"
William D. Jones01f49b32023-03-30 02:49:09690version = "0.1.91"
Alex Crichton4c21a3b2018-11-20 05:52:50691source = "registry+https://github.com/rust-lang/crates.io-index"
William D. Jones01f49b32023-03-30 02:49:09692checksum = "571298a3cce7e2afbd3d61abb91a18667d5ab25993ec577a88ee8ac45f00cc3a"
Alex Crichton147e2da2016-10-07 06:30:38693dependencies = [
Alex Crichton093ede22019-08-15 00:45:09694 "cc",
695 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38696]
697
698[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29699name = "compiletest"
700version = "0.0.0"
701dependencies = [
yukang414eb482023-02-03 16:23:11702 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42703 "colored",
Alex Crichton093ede22019-08-15 00:45:09704 "diff",
Alex Crichton093ede22019-08-15 00:45:09705 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21706 "glob",
Eric Hussfab89962022-08-08 04:26:13707 "lazycell",
Alex Crichton093ede22019-08-15 00:45:09708 "libc",
klensy1397a5e2023-02-21 12:13:03709 "miow 0.5.0",
Jakob Degen17395b42022-10-31 00:17:25710 "miropt-test-tools",
klensy58e74702023-02-21 12:58:33711 "once_cell",
Alex Crichton093ede22019-08-15 00:45:09712 "regex",
Philipp Krones586cbd02022-06-04 12:07:44713 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09714 "serde",
715 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00716 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00717 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42718 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09719 "walkdir",
Weihang Lof795a152023-03-15 12:50:04720 "windows",
Oliver Schneideracdf83f2017-12-06 08:25:29721]
722
723[[package]]
724name = "compiletest_rs"
Philipp Kronesdb490d02022-10-06 07:45:08725version = "0.9.0"
hyd-deve671c352021-09-06 16:43:27726source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesdb490d02022-10-06 07:45:08727checksum = "70489bbb718aea4f92e5f48f2e3b5be670c2051de30e57cb6e5377b4aa08b372"
hyd-deve671c352021-09-06 16:43:27728dependencies = [
729 "diff",
730 "filetime",
731 "getopts",
732 "lazy_static",
733 "libc",
734 "log",
Weihang Lobfce2272022-11-04 23:50:44735 "miow 0.3.7",
hyd-deve671c352021-09-06 16:43:27736 "regex",
Philipp Krones586cbd02022-06-04 12:07:44737 "rustfix",
hyd-deve671c352021-09-06 16:43:27738 "serde",
739 "serde_derive",
740 "serde_json",
741 "tempfile",
742 "tester",
743 "winapi",
744]
745
746[[package]]
Eric Huss6e298622023-04-01 15:49:20747name = "concolor-override"
748version = "1.0.0"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f"
751
752[[package]]
Eric Huss3a6fc802022-04-20 13:50:39753name = "concolor-query"
Eric Huss6e298622023-04-01 15:49:20754version = "0.3.3"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf"
757dependencies = [
758 "windows-sys 0.45.0",
759]
760
761[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45762name = "convert_case"
763version = "0.4.0"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
766
767[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29768name = "core"
769version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16770dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:41771 "rand",
Thom Chiovoloni08127592022-05-02 06:10:56772 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16773]
Ahmed Charles9ca382f2016-09-02 08:55:29774
775[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48776name = "coverage_test_macros"
777version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48778
779[[package]]
pierwillef6dd122022-02-10 16:54:01780name = "cpufeatures"
klensyceee8802022-11-22 14:41:06781version = "0.2.5"
Pietro Albiniacd8e592020-10-01 15:15:12782source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:06783checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
pierwillef6dd122022-02-10 16:54:01784dependencies = [
785 "libc",
786]
Pietro Albiniacd8e592020-10-01 15:15:12787
788[[package]]
Alex Crichtonb4110902018-12-08 11:06:54789name = "crc32fast"
klensy43512e62022-07-26 16:16:43790version = "1.3.2"
Alex Crichtonb4110902018-12-08 11:06:54791source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43792checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Alex Crichtonb4110902018-12-08 11:06:54793dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42794 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54795]
Alex Crichton38bedfa2017-09-02 03:46:51796
797[[package]]
kennytmcab21f12018-07-26 21:58:55798name = "crossbeam-channel"
Ralf Jung55162732022-11-15 19:06:42799version = "0.5.6"
Matthias Krüger451d4922020-02-10 19:47:38800source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:42801checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
Matthias Krüger451d4922020-02-10 19:47:38802dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42803 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07804 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38805]
806
807[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45808name = "crossbeam-deque"
bjorn3aa1ab512022-12-12 16:51:39809version = "0.8.2"
Josh Stone33c41252019-09-10 17:13:07810source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:39811checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
Josh Stone33c41252019-09-10 17:13:07812dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42813 "cfg-if",
Igor Matuszewski5b091302019-12-10 15:01:01814 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07815 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07816]
817
818[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45819name = "crossbeam-epoch"
bjorn3aa1ab512022-12-12 16:51:39820version = "0.9.13"
Matthias Krüger696fb8f2019-01-21 15:32:43821source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:39822checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
Matthias Krüger696fb8f2019-01-21 15:32:43823dependencies = [
bjorn3aa1ab512022-12-12 16:51:39824 "autocfg",
Chris Denton531f3c9e2022-12-20 15:26:42825 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07826 "crossbeam-utils",
Igor Matuszewski5b091302019-12-10 15:01:01827 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16828 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43829]
830
831[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45832name = "crossbeam-utils"
bjorn3aa1ab512022-12-12 16:51:39833version = "0.8.14"
Eric Husse0f2f9d2019-11-12 17:57:41834source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:39835checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
Eric Husse0f2f9d2019-11-12 17:57:41836dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42837 "cfg-if",
Eric Huss71bf7cf2020-10-14 22:16:47838]
839
840[[package]]
Weihang Lo6306fd32023-01-04 15:33:59841name = "crypto-common"
842version = "0.1.6"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
845dependencies = [
846 "generic-array",
847 "typenum",
pierwillef6dd122022-02-10 16:54:01848]
849
850[[package]]
Xidorn Quan38e42332021-02-13 11:17:15851name = "cstr"
852version = "0.2.8"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
855dependencies = [
856 "proc-macro2",
857 "quote",
858]
859
860[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58861name = "curl"
Weihang Lobfce2272022-11-04 23:50:44862version = "0.4.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58863source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44864checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58865dependencies = [
Alex Crichton093ede22019-08-15 00:45:09866 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09867 "libc",
868 "openssl-probe",
869 "openssl-sys",
870 "schannel",
klensyd5e8ad42021-07-04 18:49:56871 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31872 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58873]
874
875[[package]]
876name = "curl-sys"
Weihang Lo30cef3a2023-03-21 15:49:04877version = "0.4.61+curl-8.0.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58878source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo30cef3a2023-03-21 15:49:04879checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58880dependencies = [
Alex Crichton093ede22019-08-15 00:45:09881 "cc",
882 "libc",
Alex Crichton093ede22019-08-15 00:45:09883 "libz-sys",
884 "openssl-sys",
885 "pkg-config",
886 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31887 "winapi",
Josh Stone020c5ec2017-05-08 22:01:13888]
889
890[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51891name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22892version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51893source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09894checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51895
896[[package]]
Philipp Kronesd4077782022-11-21 19:52:06897name = "declare_clippy_lint"
Philipp Kronesa87abc22023-03-10 09:54:09898version = "0.1.70"
Philipp Kronesd4077782022-11-21 19:52:06899dependencies = [
900 "itertools",
901 "quote",
Deadbeefa912a932023-03-23 06:19:25902 "syn 1.0.102",
Philipp Kronesd4077782022-11-21 19:52:06903]
904
905[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58906name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:49907version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58908source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:49909checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58910dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15911 "proc-macro2",
912 "quote",
Deadbeefa912a932023-03-23 06:19:25913 "syn 1.0.102",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58914]
915
916[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45917name = "derive_more"
918version = "0.99.17"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
921dependencies = [
922 "convert_case",
923 "proc-macro2",
924 "quote",
925 "rustc_version",
Deadbeefa912a932023-03-23 06:19:25926 "syn 1.0.102",
Maybe Wafflee20e5062022-11-28 11:11:45927]
928
929[[package]]
Cengiz Can837817c2017-04-27 19:41:18930name = "diff"
klensy43512e62022-07-26 16:16:43931version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:18932source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43933checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:18934
935[[package]]
James Munnsde763692019-01-19 02:39:37936name = "digest"
Weihang Lo6306fd32023-01-04 15:33:59937version = "0.10.6"
Pietro Albiniacd8e592020-10-01 15:15:12938source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:59939checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
Pietro Albiniacd8e592020-10-01 15:15:12940dependencies = [
klensy45fac342022-08-31 20:04:12941 "block-buffer",
pierwillef6dd122022-02-10 16:54:01942 "crypto-common",
James Munnsde763692019-01-19 02:39:37943]
944
945[[package]]
Ralf Jung44b0fd62018-11-28 20:22:45946name = "directories"
Ralf Jung9cc11e22022-10-04 13:23:57947version = "4.0.1"
Ralf Jung44b0fd62018-11-28 20:22:45948source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung9cc11e22022-10-04 13:23:57949checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
Ralf Jung44b0fd62018-11-28 20:22:45950dependencies = [
Alex Crichton093ede22019-08-15 00:45:09951 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:45952]
953
954[[package]]
flip19954c228cc2019-02-18 09:32:58955name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:54956version = "4.0.0"
flip19954c228cc2019-02-18 09:32:58957source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:54958checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:58959dependencies = [
Alex Crichton093ede22019-08-15 00:45:09960 "dirs-sys",
flip19954c228cc2019-02-18 09:32:58961]
962
963[[package]]
flip19950046d7c2021-02-25 10:26:23964name = "dirs-next"
965version = "2.0.0"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
968dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42969 "cfg-if",
flip19950046d7c2021-02-25 10:26:23970 "dirs-sys-next",
971]
972
973[[package]]
Ralf Jung4e8626e2019-06-13 07:58:32974name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:47975version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:32976source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:47977checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:32978dependencies = [
Alex Crichton093ede22019-08-15 00:45:09979 "libc",
Jubilee Young27ef7192021-04-23 22:49:47980 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31981 "winapi",
flip19950046d7c2021-02-25 10:26:23982]
983
984[[package]]
985name = "dirs-sys-next"
986version = "0.1.2"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
989dependencies = [
990 "libc",
Jubilee Young27ef7192021-04-23 22:49:47991 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31992 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:32993]
994
995[[package]]
Manish Goregaokar288194e2022-10-19 23:24:42996name = "displaydoc"
997version = "0.2.3"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
1000dependencies = [
1001 "proc-macro2",
1002 "quote",
Deadbeefa912a932023-03-23 06:19:251003 "syn 1.0.102",
Manish Goregaokar288194e2022-10-19 23:24:421004]
1005
1006[[package]]
klensyceee8802022-11-22 14:41:061007name = "dissimilar"
1008version = "1.0.4"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5"
1011
1012[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291013name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:351014version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:501015source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:351016checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:291017dependencies = [
Alex Crichton093ede22019-08-15 00:45:091018 "compiler_builtins",
1019 "libc",
1020 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291021]
1022
1023[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291024name = "either"
Mark Rousskov342d9562020-08-17 15:21:441025version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291026source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441027checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291028
1029[[package]]
steveklabnikecfbaca2018-04-03 14:32:041030name = "elasticlunr-rs"
Eric Huss821e9d52022-07-18 21:41:101031version = "3.0.0"
steveklabnikecfbaca2018-04-03 14:32:041032source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss821e9d52022-07-18 21:41:101033checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6"
steveklabnikecfbaca2018-04-03 14:32:041034dependencies = [
Alex Crichton093ede22019-08-15 00:45:091035 "regex",
1036 "serde",
1037 "serde_derive",
1038 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041039]
1040
1041[[package]]
Oli Schererdecfb4d2023-02-21 08:37:101042name = "elsa"
Oli Scherer457a1622023-04-05 08:07:291043version = "1.7.1"
Oli Schererdecfb4d2023-02-21 08:37:101044source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer457a1622023-04-05 08:07:291045checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
Oli Schererdecfb4d2023-02-21 08:37:101046dependencies = [
1047 "stable_deref_trait",
1048]
1049
1050[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121051name = "ena"
The 84727cce6182023-03-06 14:07:021052version = "0.14.2"
Markus Westerlindcaacdd22020-02-25 08:47:071053source = "registry+https://github.com/rust-lang/crates.io-index"
The 84727cce6182023-03-06 14:07:021054checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
varkor443a2d42019-03-19 21:30:071055dependencies = [
Alex Crichton093ede22019-08-15 00:45:091056 "log",
varkor443a2d42019-03-19 21:30:071057]
1058
1059[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581060name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201061version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421062source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201063checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231064dependencies = [
Alex Crichton093ede22019-08-15 00:45:091065 "atty",
Eric Hussd45d8b12020-01-21 17:55:431066 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091067 "log",
1068 "regex",
1069 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231070]
1071
1072[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561073name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111074version = "0.9.0"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1077dependencies = [
1078 "atty",
1079 "humantime 2.0.1",
1080 "log",
1081 "regex",
1082 "termcolor",
1083]
1084
1085[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041086name = "env_logger"
1087version = "0.10.0"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1090dependencies = [
1091 "humantime 2.0.1",
1092 "is-terminal",
1093 "log",
1094 "regex",
1095 "termcolor",
1096]
1097
1098[[package]]
1099name = "errno"
1100version = "0.2.8"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
1103dependencies = [
1104 "errno-dragonfly",
1105 "libc",
1106 "winapi",
1107]
1108
1109[[package]]
1110name = "errno-dragonfly"
1111version = "0.1.2"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1114dependencies = [
1115 "cc",
1116 "libc",
1117]
1118
1119[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291120name = "error_index_generator"
1121version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581122dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211123 "mdbook",
Ezra Shaw53044152023-02-25 09:59:201124 "rustc_error_codes",
Mark Simulacrume2e9b402017-07-23 02:01:581125]
Ahmed Charles9ca382f2016-09-02 08:55:291126
1127[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301128name = "expand-yaml-anchors"
1129version = "0.1.0"
1130dependencies = [
1131 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001132 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301133]
1134
1135[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501136name = "expect-test"
klensyceee8802022-11-22 14:41:061137version = "1.4.0"
Aleksey Kladovf7be59c2020-08-21 12:03:501138source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:061139checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3"
Aleksey Kladovf7be59c2020-08-21 12:03:501140dependencies = [
klensyceee8802022-11-22 14:41:061141 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501142 "once_cell",
1143]
1144
1145[[package]]
Ralf Jung10430db2022-07-15 14:04:231146name = "eyre"
1147version = "0.6.8"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1150dependencies = [
1151 "indenter",
1152 "once_cell",
1153]
1154
1155[[package]]
David Wood2dc1a8a2021-12-03 14:24:051156name = "fallible-iterator"
1157version = "0.2.0"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1160
1161[[package]]
Ralf Jung55162732022-11-15 19:06:421162name = "fastrand"
1163version = "1.8.0"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1166dependencies = [
1167 "instant",
1168]
1169
1170[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291171name = "filetime"
Weihang Loe52e0402023-03-07 22:16:271172version = "0.2.20"
Alex Crichton924f8c72018-04-18 15:43:591173source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:271174checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
Alex Crichton924f8c72018-04-18 15:43:591175dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421176 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091177 "libc",
klensydcdc3082021-05-11 19:03:591178 "redox_syscall",
Weihang Loe52e0402023-03-07 22:16:271179 "windows-sys 0.45.0",
Alex Crichton924f8c72018-04-18 15:43:591180]
1181
1182[[package]]
Jack Hueya24df5b2020-03-03 16:25:031183name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191184version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031185source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191186checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031187
1188[[package]]
Josh Stone020c5ec2017-05-08 22:01:131189name = "flate2"
Michael Howell8e71a132022-11-08 00:13:201190version = "1.0.23"
Felix Schütt7c13fa32017-12-31 14:34:291191source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Howell8e71a132022-11-08 00:13:201192checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
Felix Schütt7c13fa32017-12-31 14:34:291193dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421194 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091195 "crc32fast",
1196 "libc",
Michael Howell8e71a132022-11-08 00:13:201197 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291198]
1199
1200[[package]]
David Wood7f916972022-03-26 07:27:431201name = "fluent-bundle"
1202version = "0.15.2"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1205dependencies = [
1206 "fluent-langneg",
1207 "fluent-syntax",
1208 "intl-memoizer",
1209 "intl_pluralrules",
1210 "rustc-hash",
1211 "self_cell",
1212 "smallvec",
1213 "unic-langid",
1214]
1215
1216[[package]]
1217name = "fluent-langneg"
1218version = "0.13.0"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1221dependencies = [
1222 "unic-langid",
1223]
1224
1225[[package]]
1226name = "fluent-syntax"
1227version = "0.11.0"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1230dependencies = [
1231 "thiserror",
1232]
1233
1234[[package]]
Simon Sapinb77ff242017-07-18 21:26:551235name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441236version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551237source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441238checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551239
1240[[package]]
Eric Hussf3287a62021-05-12 00:39:511241name = "form_urlencoded"
1242version = "1.0.1"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1245dependencies = [
1246 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:431247 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511248]
1249
1250[[package]]
Jethro Beekman4a350562018-08-28 04:33:261251name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491252version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501253source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491254checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261255dependencies = [
Alex Crichton093ede22019-08-15 00:45:091256 "compiler_builtins",
1257 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261258]
1259
1260[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471261name = "fs-err"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391262version = "2.8.1"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471263source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391264checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471265
1266[[package]]
steveklabnikecfbaca2018-04-03 14:32:041267name = "futf"
Eric Huss04b75a72022-06-22 23:49:241268version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041269source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241270checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041271dependencies = [
Alex Crichton093ede22019-08-15 00:45:091272 "mac",
1273 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041274]
1275
1276[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121277name = "futures"
Deadbeef2c646882023-04-08 09:38:571278version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541279source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571280checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
Caleb Cartwright63913182021-02-10 01:52:541281dependencies = [
1282 "futures-channel",
1283 "futures-core",
1284 "futures-executor",
1285 "futures-io",
1286 "futures-sink",
1287 "futures-task",
1288 "futures-util",
1289]
1290
1291[[package]]
1292name = "futures-channel"
Deadbeef2c646882023-04-08 09:38:571293version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541294source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571295checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
Caleb Cartwright63913182021-02-10 01:52:541296dependencies = [
1297 "futures-core",
1298 "futures-sink",
1299]
1300
1301[[package]]
1302name = "futures-core"
Deadbeef2c646882023-04-08 09:38:571303version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541304source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571305checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
Caleb Cartwright63913182021-02-10 01:52:541306
1307[[package]]
1308name = "futures-executor"
Deadbeef2c646882023-04-08 09:38:571309version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541310source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571311checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
Caleb Cartwright63913182021-02-10 01:52:541312dependencies = [
1313 "futures-core",
1314 "futures-task",
1315 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541316]
1317
1318[[package]]
1319name = "futures-io"
Deadbeef2c646882023-04-08 09:38:571320version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541321source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571322checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
Caleb Cartwright63913182021-02-10 01:52:541323
1324[[package]]
1325name = "futures-macro"
Deadbeef2c646882023-04-08 09:38:571326version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541327source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571328checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
Caleb Cartwright63913182021-02-10 01:52:541329dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541330 "proc-macro2",
1331 "quote",
Deadbeef2c646882023-04-08 09:38:571332 "syn 2.0.8",
Caleb Cartwright63913182021-02-10 01:52:541333]
1334
1335[[package]]
1336name = "futures-sink"
Deadbeef2c646882023-04-08 09:38:571337version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541338source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571339checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
Caleb Cartwright63913182021-02-10 01:52:541340
1341[[package]]
1342name = "futures-task"
Deadbeef2c646882023-04-08 09:38:571343version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541344source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571345checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
Caleb Cartwright63913182021-02-10 01:52:541346
1347[[package]]
1348name = "futures-util"
Deadbeef2c646882023-04-08 09:38:571349version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541350source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571351checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
Caleb Cartwright63913182021-02-10 01:52:541352dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541353 "futures-channel",
1354 "futures-core",
1355 "futures-io",
1356 "futures-macro",
1357 "futures-sink",
1358 "futures-task",
1359 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311360 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541361 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541362 "slab",
1363]
1364
1365[[package]]
Pietro Albini4af7de12022-11-15 10:27:191366name = "generate-copyright"
1367version = "0.1.0"
1368dependencies = [
1369 "anyhow",
1370 "serde",
1371 "serde_json",
1372]
1373
1374[[package]]
James Munnsde763692019-01-19 02:39:371375name = "generic-array"
Pietro Albiniacd8e592020-10-01 15:15:121376version = "0.14.4"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1379dependencies = [
1380 "typenum",
1381 "version_check",
1382]
1383
1384[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291385name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081386version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291387source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081388checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361389dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081390 "rustc-std-workspace-core",
1391 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091392 "unicode-width",
varkore72f7e12019-04-30 19:37:361393]
Ahmed Charles9ca382f2016-09-02 08:55:291394
1395[[package]]
gnzlbg52caca02019-08-01 15:02:261396name = "getrandom"
Chris Denton531f3c9e2022-12-20 15:26:421397version = "0.2.8"
Ralf Jung0e908752020-09-17 18:04:201398source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton531f3c9e2022-12-20 15:26:421399checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
Ralf Jung0e908752020-09-17 18:04:201400dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421401 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201402 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411403 "wasi",
Ralf Jung0e908752020-09-17 18:04:201404]
1405
1406[[package]]
Alex Crichton06d565c2020-05-13 21:22:371407name = "gimli"
Amanieu d'Antrasa529ba82023-01-09 17:49:241408version = "0.26.2"
David Wood2dc1a8a2021-12-03 14:24:051409source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:241410checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
David Wood2dc1a8a2021-12-03 14:24:051411dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:151412 "compiler_builtins",
David Wood2dc1a8a2021-12-03 14:24:051413 "fallible-iterator",
1414 "indexmap",
Michael Howellcf83a1d2022-11-03 17:10:151415 "rustc-std-workspace-alloc",
1416 "rustc-std-workspace-core",
David Wood2dc1a8a2021-12-03 14:24:051417 "stable_deref_trait",
1418]
1419
1420[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581421name = "glob"
Eric Huss45432452019-03-12 20:34:471422version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581423source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091424checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581425
1426[[package]]
Simon Sapinb77ff242017-07-18 21:26:551427name = "globset"
klensy43512e62022-07-26 16:16:431428version = "0.4.9"
Simon Sapinb77ff242017-07-18 21:26:551429source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431430checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
Simon Sapinb77ff242017-07-18 21:26:551431dependencies = [
Alex Crichton093ede22019-08-15 00:45:091432 "aho-corasick",
Ralf Jung55162732022-11-15 19:06:421433 "bstr 0.2.17",
Alex Crichton093ede22019-08-15 00:45:091434 "fnv",
1435 "log",
1436 "regex",
Simon Sapinb77ff242017-07-18 21:26:551437]
1438
1439[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291440name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461441version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291442source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461443checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291444dependencies = [
1445 "serde",
1446]
1447
1448[[package]]
Steve Klabnika0769612017-02-07 23:13:571449name = "handlebars"
klensy45fac342022-08-31 20:04:121450version = "4.3.3"
Steve Klabnika0769612017-02-07 23:13:571451source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121452checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"
Steve Klabnika0769612017-02-07 23:13:571453dependencies = [
Alex Crichton093ede22019-08-15 00:45:091454 "log",
1455 "pest",
1456 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091457 "serde",
1458 "serde_json",
klensy45fac342022-08-31 20:04:121459 "thiserror",
James Munnsde763692019-01-19 02:39:371460]
1461
1462[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051463name = "hashbrown"
Amanieu d'Antras931a8f82022-07-17 11:23:261464version = "0.12.3"
Markus Westerlind7cf8d3a2020-10-05 08:50:511465source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antras931a8f82022-07-17 11:23:261466checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
Amanieu d'Antras88149d12022-01-17 07:46:111467dependencies = [
Amanieu d'Antrasa529ba82023-01-09 17:49:241468 "ahash 0.7.4",
Alex Crichton093ede22019-08-15 00:45:091469 "compiler_builtins",
1470 "rustc-std-workspace-alloc",
1471 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071472]
1473
1474[[package]]
Amanieu d'Antrasa529ba82023-01-09 17:49:241475name = "hashbrown"
1476version = "0.13.1"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
1479dependencies = [
1480 "ahash 0.8.2",
1481]
1482
1483[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471484name = "heck"
Caleb Cartwrightf367f4d2022-06-13 03:04:541485version = "0.4.0"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1488
1489[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101490name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301491version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101492source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301493checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101494dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071495 "libc",
1496]
1497
1498[[package]]
1499name = "hermit-abi"
Stefan Lankes7143379a2022-12-06 19:31:431500version = "0.3.0"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "856b5cb0902c2b6d65d5fd97dfa30f9b70c7538e770b98eab5ed52d8db923e01"
1503dependencies = [
1504 "compiler_builtins",
joboet262193e2022-09-06 08:44:051505 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101506 "rustc-std-workspace-core",
1507]
1508
1509[[package]]
Alex Crichton1cede102017-06-15 02:33:061510name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441511version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401512source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441513checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401514
1515[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181516name = "html-checker"
1517version = "0.1.0"
1518dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001519 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181520 "walkdir",
1521]
1522
1523[[package]]
steveklabnikecfbaca2018-04-03 14:32:041524name = "html5ever"
klensy947e7872022-04-15 18:11:141525version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471526source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141527checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471528dependencies = [
Alex Crichton093ede22019-08-15 00:45:091529 "log",
1530 "mac",
1531 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151532 "proc-macro2",
1533 "quote",
Deadbeefa912a932023-03-23 06:19:251534 "syn 1.0.102",
Eric Huss2dafa912019-06-19 03:36:471535]
1536
1537[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481538name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561539version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481540source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561541checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481542dependencies = [
Weihang Lof795a152023-03-15 12:50:041543 "quick-error",
Alex Crichton87f3dda2018-03-01 19:08:481544]
1545
1546[[package]]
Eric Hussd45d8b12020-01-21 17:55:431547name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441548version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431549source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441550checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431551
1552[[package]]
Charles Lewa7750042022-11-06 06:43:251553name = "icu_list"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451554version = "1.1.0"
Charles Lewa7750042022-11-06 06:43:251555source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451556checksum = "01a65ff0cab77c33c7e165c858eaa6e84a09f1e485dd495d9d0ae61083c6f786"
Charles Lewa7750042022-11-06 06:43:251557dependencies = [
1558 "displaydoc",
Charles Lewa7750042022-11-06 06:43:251559 "icu_provider",
1560 "regex-automata 0.2.0",
1561 "writeable",
Charles Lewa7750042022-11-06 06:43:251562]
1563
1564[[package]]
1565name = "icu_locid"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451566version = "1.1.0"
Charles Lewa7750042022-11-06 06:43:251567source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451568checksum = "71d7a98ecb812760b5f077e55a4763edeefa7ccc30d6eb5680a70841ede81928"
Charles Lewa7750042022-11-06 06:43:251569dependencies = [
1570 "displaydoc",
1571 "litemap",
1572 "tinystr",
1573 "writeable",
1574 "zerovec",
1575]
1576
1577[[package]]
1578name = "icu_provider"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451579version = "1.1.0"
Charles Lewa7750042022-11-06 06:43:251580source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451581checksum = "a86816c97bc4e613086497f9479f63e120315e056763e8c4435604f98d21d82d"
Charles Lewa7750042022-11-06 06:43:251582dependencies = [
1583 "displaydoc",
1584 "icu_locid",
1585 "icu_provider_macros",
1586 "stable_deref_trait",
1587 "writeable",
1588 "yoke",
1589 "zerofrom",
1590 "zerovec",
1591]
1592
1593[[package]]
1594name = "icu_provider_adapters"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451595version = "1.1.0"
Charles Lewa7750042022-11-06 06:43:251596source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451597checksum = "8e89bf33962b24bb48a4a21330c20c9ff17949338ea376360dd9eda2c209dca1"
Charles Lewa7750042022-11-06 06:43:251598dependencies = [
1599 "icu_locid",
1600 "icu_provider",
1601 "tinystr",
1602 "yoke",
1603 "zerovec",
1604]
1605
1606[[package]]
1607name = "icu_provider_macros"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451608version = "1.1.0"
Charles Lewa7750042022-11-06 06:43:251609source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451610checksum = "9ddb07844c2ffc4c28840e799e9e54ff054393cf090740decf25624e9d94b93a"
Charles Lewa7750042022-11-06 06:43:251611dependencies = [
1612 "proc-macro2",
1613 "quote",
Deadbeefa912a932023-03-23 06:19:251614 "syn 1.0.102",
Charles Lewa7750042022-11-06 06:43:251615]
1616
1617[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581618name = "idna"
Eric Hussf2428a62019-08-01 00:44:391619version = "0.2.0"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091621checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391622dependencies = [
Alex Crichton093ede22019-08-15 00:45:091623 "matches",
1624 "unicode-bidi",
1625 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391626]
1627
1628[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291629name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541630version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291631source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091632checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291633
1634[[package]]
Simon Sapinb77ff242017-07-18 21:26:551635name = "ignore"
klensy43512e62022-07-26 16:16:431636version = "0.4.18"
Simon Sapinb77ff242017-07-18 21:26:551637source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431638checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
Simon Sapinb77ff242017-07-18 21:26:551639dependencies = [
Josh Stonef3b88122022-01-10 19:34:071640 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:091641 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421642 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091643 "log",
1644 "memchr",
1645 "regex",
1646 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591647 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091648 "walkdir",
1649 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551650]
1651
1652[[package]]
Ralf Jung10430db2022-07-15 14:04:231653name = "indenter"
1654version = "0.3.3"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1657
1658[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571659name = "indexmap"
John Kåre Alsaker27c44d22023-03-25 01:12:131660version = "1.9.3"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571661source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:131662checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
Josh Stone997a7662020-08-08 00:03:471663dependencies = [
1664 "autocfg",
Amanieu d'Antrasa529ba82023-01-09 17:49:241665 "hashbrown 0.12.3",
pierwill4f892242022-01-06 19:27:591666 "rustc-rayon",
Pietro Albiniea8b1ff2021-08-26 10:35:321667 "serde",
Josh Stone997a7662020-08-08 00:03:471668]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571669
1670[[package]]
flip19958d5f69d2021-10-21 11:13:171671name = "indoc"
klensy43512e62022-07-26 16:16:431672version = "1.0.6"
flip19958d5f69d2021-10-21 11:13:171673source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431674checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
flip19958d5f69d2021-10-21 11:13:171675
1676[[package]]
Josh Stone020c5ec2017-05-08 22:01:131677name = "installer"
1678version = "0.0.0"
1679dependencies = [
Michael Forney32025fd2020-05-25 00:08:451680 "anyhow",
Weihang Loc1b4f112022-10-04 20:57:491681 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:091682 "flate2",
Alex Crichton093ede22019-08-15 00:45:091683 "num_cpus",
1684 "rayon",
1685 "remove_dir_all",
1686 "tar",
1687 "walkdir",
Alex Crichton093ede22019-08-15 00:45:091688 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131689]
1690
1691[[package]]
Mark Rousskov342d9562020-08-17 15:21:441692name = "instant"
flip1995e36e5a52021-12-06 11:33:551693version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:441694source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:551695checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1696dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421697 "cfg-if",
flip1995e36e5a52021-12-06 11:33:551698]
Mark Rousskov342d9562020-08-17 15:21:441699
1700[[package]]
David Wood7f916972022-03-26 07:27:431701name = "intl-memoizer"
1702version = "0.5.1"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
1705dependencies = [
1706 "type-map",
1707 "unic-langid",
1708]
1709
1710[[package]]
1711name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:421712version = "7.0.2"
David Wood7f916972022-03-26 07:27:431713source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:421714checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:431715dependencies = [
David Wood7f916972022-03-26 07:27:431716 "unic-langid",
1717]
1718
1719[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041720name = "io-lifetimes"
Joshua Nelsonf94c9262022-11-28 23:10:441721version = "1.0.3"
Weihang Lo1e5dad02022-11-25 22:37:041722source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelsonf94c9262022-11-28 23:10:441723checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
Weihang Lo1e5dad02022-11-25 22:37:041724dependencies = [
1725 "libc",
Weihang Lo6f38fd52023-02-07 22:26:221726 "windows-sys 0.42.0",
Weihang Lo1e5dad02022-11-25 22:37:041727]
1728
1729[[package]]
1730name = "is-terminal"
Weihang Lo741f1af2023-02-28 21:10:421731version = "0.4.4"
Weihang Lo1e5dad02022-11-25 22:37:041732source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo741f1af2023-02-28 21:10:421733checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
Weihang Lo1e5dad02022-11-25 22:37:041734dependencies = [
Weihang Lo741f1af2023-02-28 21:10:421735 "hermit-abi 0.3.0",
Weihang Lo1e5dad02022-11-25 22:37:041736 "io-lifetimes",
1737 "rustix",
Weihang Lo741f1af2023-02-28 21:10:421738 "windows-sys 0.45.0",
Weihang Lo1e5dad02022-11-25 22:37:041739]
1740
1741[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291742name = "itertools"
Weihang Lo9926f6e2022-10-22 12:05:481743version = "0.10.5"
Eric Huss78529352021-06-02 03:38:391744source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:481745checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
Eric Huss78529352021-06-02 03:38:391746dependencies = [
1747 "either",
1748]
1749
1750[[package]]
Steve Klabnik2795de32017-02-20 00:20:571751name = "itoa"
Weihang Loe52e0402023-03-07 22:16:271752version = "1.0.6"
Steve Klabnik2795de32017-02-20 00:20:571753source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:271754checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
Steve Klabnik2795de32017-02-20 00:20:571755
1756[[package]]
Rémy Rakicadab1352022-05-06 21:20:041757name = "jemalloc-sys"
klensy40b60952023-04-06 15:21:371758version = "0.5.3+5.3.0-patched"
Rémy Rakicadab1352022-05-06 21:20:041759source = "registry+https://github.com/rust-lang/crates.io-index"
klensy40b60952023-04-06 15:21:371760checksum = "f9bd5d616ea7ed58b571b2e209a65759664d7fb021a0819d7a790afc67e47ca1"
Rémy Rakicadab1352022-05-06 21:20:041761dependencies = [
1762 "cc",
Rémy Rakicadab1352022-05-06 21:20:041763 "libc",
1764]
1765
1766[[package]]
Alex Crichton453080f2017-06-05 16:36:481767name = "jobserver"
Weihang Lo741f1af2023-02-28 21:10:421768version = "0.1.26"
Alex Crichton453080f2017-06-05 16:36:481769source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo741f1af2023-02-28 21:10:421770checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
Alex Crichton453080f2017-06-05 16:36:481771dependencies = [
Alex Crichton093ede22019-08-15 00:45:091772 "libc",
Alex Crichton453080f2017-06-05 16:36:481773]
1774
1775[[package]]
Rune Tynan77156562021-01-16 01:34:151776name = "jsondocck"
1777version = "0.1.0"
1778dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471779 "fs-err",
Rune Tynan77156562021-01-16 01:34:151780 "getopts",
1781 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:101782 "once_cell",
Rune Tynan77156562021-01-16 01:34:151783 "regex",
Rune Tynan77156562021-01-16 01:34:151784 "serde_json",
klensyc63cb012021-06-01 15:25:361785 "shlex",
Rune Tynan77156562021-01-16 01:34:151786]
1787
1788[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371789name = "jsondoclint"
1790version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391791dependencies = [
1792 "anyhow",
Eric Huss6e298622023-04-01 15:49:201793 "clap 4.2.1",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391794 "fs-err",
ozkanonur52c71e62023-03-01 21:53:021795 "rustc-hash",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391796 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:451797 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391798 "serde_json",
1799]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371800
1801[[package]]
Rune Tynan77156562021-01-16 01:34:151802name = "jsonpath_lib"
1803version = "0.2.6"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
1806dependencies = [
1807 "array_tool",
1808 "env_logger 0.7.1",
1809 "log",
1810 "serde",
1811 "serde_json",
1812]
1813
1814[[package]]
Steve Klabnika0769612017-02-07 23:13:571815name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:571816version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:491817source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571818checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:491819
1820[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291821name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:441822version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:161823source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441824checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:161825
1826[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291827name = "libc"
Amanieu d'Antrase3968be2022-11-10 10:06:341828version = "0.2.140"
Ahmed Charles9ca382f2016-09-02 08:55:291829source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrase3968be2022-11-10 10:06:341830checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
Alex Crichton4c21a3b2018-11-20 05:52:501831dependencies = [
Alex Crichton093ede22019-08-15 00:45:091832 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:501833]
Ahmed Charles9ca382f2016-09-02 08:55:291834
1835[[package]]
Ralf Jungfe7e2072022-09-02 14:49:381836name = "libffi"
Ulrich Weigand09541b52023-03-30 13:37:471837version = "3.2.0"
Ralf Jungfe7e2072022-09-02 14:49:381838source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:471839checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
Ralf Jungfe7e2072022-09-02 14:49:381840dependencies = [
1841 "libc",
1842 "libffi-sys",
1843]
1844
1845[[package]]
1846name = "libffi-sys"
Ulrich Weigand09541b52023-03-30 13:37:471847version = "2.2.1"
Ralf Jungfe7e2072022-09-02 14:49:381848source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:471849checksum = "dc65067b78c0fc069771e8b9a9e02df71e08858bec92c1f101377c67b9dca7c7"
Ralf Jungfe7e2072022-09-02 14:49:381850dependencies = [
1851 "cc",
1852]
1853
1854[[package]]
Andy Russell923f9392021-11-08 23:03:551855name = "libloading"
1856version = "0.7.1"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
1859dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421860 "cfg-if",
Andy Russell923f9392021-11-08 23:03:551861 "winapi",
1862]
1863
1864[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:051865name = "libm"
1866version = "0.1.4"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
1869
1870[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581871name = "libz-sys"
Niels Sascha Reedijkdfff6992021-07-30 11:56:451872version = "1.1.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581873source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkdfff6992021-07-30 11:56:451874checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581875dependencies = [
Alex Crichton093ede22019-08-15 00:45:091876 "cc",
1877 "libc",
1878 "pkg-config",
1879 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581880]
1881
1882[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291883name = "linkchecker"
1884version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:301885dependencies = [
1886 "once_cell",
1887 "regex",
1888]
Ahmed Charles9ca382f2016-09-02 08:55:291889
1890[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301891name = "linked-hash-map"
klensy8ebc73b2022-02-06 20:57:291892version = "0.5.4"
Pietro Albini9beb8f52019-11-26 11:06:301893source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291894checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
Pietro Albini9beb8f52019-11-26 11:06:301895
1896[[package]]
Eric Huss45c1e0a2020-09-08 22:09:571897name = "lint-docs"
1898version = "0.1.0"
1899dependencies = [
1900 "serde_json",
1901 "tempfile",
1902 "walkdir",
1903]
1904
1905[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041906name = "linux-raw-sys"
Joshua Nelsonf94c9262022-11-28 23:10:441907version = "0.1.4"
Weihang Lo1e5dad02022-11-25 22:37:041908source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelsonf94c9262022-11-28 23:10:441909checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
Weihang Lo1e5dad02022-11-25 22:37:041910
1911[[package]]
Charles Lewa7750042022-11-06 06:43:251912name = "litemap"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451913version = "0.6.1"
Charles Lewa7750042022-11-06 06:43:251914source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:451915checksum = "575d8a551c59104b4df91269921e5eab561aa1b77c618dac0414b5d44a4617de"
Charles Lewa7750042022-11-06 06:43:251916
1917[[package]]
Hans Kratz6162fc02021-09-25 13:25:081918name = "lld-wrapper"
1919version = "0.1.0"
1920
1921[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:391922name = "lock_api"
Philipp Krones586cbd02022-06-04 12:07:441923version = "0.4.7"
Malo Jaffré8ed13d62017-12-29 10:24:381924source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:441925checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
Mark Rousskov342d9562020-08-17 15:21:441926dependencies = [
Philipp Krones586cbd02022-06-04 12:07:441927 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:441928 "scopeguard",
1929]
1930
1931[[package]]
1932name = "log"
Joshua Nelson079d1c42021-05-02 20:56:251933version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:441934source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:251935checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:381936dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421937 "cfg-if",
Malo Jaffré8ed13d62017-12-29 10:24:381938]
Ahmed Charles9ca382f2016-09-02 08:55:291939
1940[[package]]
Josh Stone020c5ec2017-05-08 22:01:131941name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:441942version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:131943source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441944checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:131945dependencies = [
Alex Crichton093ede22019-08-15 00:45:091946 "cc",
1947 "libc",
1948 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:131949]
1950
1951[[package]]
steveklabnikecfbaca2018-04-03 14:32:041952name = "mac"
1953version = "0.1.1"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091955checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:041956
1957[[package]]
1958name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:441959version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:041960source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441961checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:041962
1963[[package]]
1964name = "markup5ever"
klensy947e7872022-04-15 18:11:141965version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:471966source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141967checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:471968dependencies = [
Alex Crichton093ede22019-08-15 00:45:091969 "log",
1970 "phf",
1971 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:091972 "string_cache",
1973 "string_cache_codegen",
1974 "tendril",
Eric Huss2dafa912019-06-19 03:36:471975]
1976
1977[[package]]
Oliver Schererec7230f2020-07-24 18:42:001978name = "matchers"
pierwillea25b772021-12-21 17:00:301979version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:001980source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:301981checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:001982dependencies = [
Charles Lewa7750042022-11-06 06:43:251983 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:001984]
1985
1986[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581987name = "matches"
Alex Crichton2863b752018-08-21 17:23:471988version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581989source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091990checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581991
1992[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:151993name = "md-5"
pierwillef6dd122022-02-10 16:54:011994version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:061995source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:011996checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
Arlo Siemsen3296d5c2020-10-13 15:41:061997dependencies = [
klensy45fac342022-08-31 20:04:121998 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:061999]
2000
2001[[package]]
Steve Klabnika0769612017-02-07 23:13:572002name = "mdbook"
Eric Huss18ea16c2023-03-19 21:49:422003version = "0.4.28"
Steve Klabnika0769612017-02-07 23:13:572004source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss18ea16c2023-03-19 21:49:422005checksum = "764dcbfc2e5f868bc1b566eb179dff1a06458fd0cff846aae2579392dd3f01a0"
Steve Klabnika0769612017-02-07 23:13:572006dependencies = [
Alex Crichton093ede22019-08-15 00:45:092007 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462008 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092009 "chrono",
Eric Huss6e298622023-04-01 15:49:202010 "clap 4.2.1",
Eric Huss51814222022-04-15 18:57:062011 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092012 "elasticlunr-rs",
Eric Huss2717f602023-01-06 01:20:592013 "env_logger 0.10.0",
Weihang Lof795a152023-03-15 12:50:042014 "handlebars",
Alex Crichton093ede22019-08-15 00:45:092015 "log",
2016 "memchr",
Eric Huss2717f602023-01-06 01:20:592017 "once_cell",
Eric Hussa882fdd2021-12-03 20:25:072018 "opener",
Weihang Lo55a79152023-02-17 23:55:452019 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:092020 "regex",
2021 "serde",
Alex Crichton093ede22019-08-15 00:45:092022 "serde_json",
klensyc63cb012021-06-01 15:25:362023 "shlex",
Alex Crichton093ede22019-08-15 00:45:092024 "tempfile",
Weihang Lof795a152023-03-15 12:50:042025 "toml",
Eric Hussa882fdd2021-12-03 20:25:072026 "topological-sort",
James Munnsde763692019-01-19 02:39:372027]
2028
2029[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492030name = "measureme"
Wesley Wiser6108caa2022-06-27 15:01:032031version = "10.1.0"
Ryan Levick757f76e2021-10-07 13:08:442032source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser6108caa2022-06-27 15:01:032033checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a"
Ryan Levick947a33b2021-07-23 14:25:582034dependencies = [
2035 "log",
Weihang Lof795a152023-03-15 12:50:042036 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:442037 "parking_lot 0.11.2",
Ryan Levick947a33b2021-07-23 14:25:582038 "perf-event-open-sys",
2039 "rustc-hash",
2040 "smallvec",
2041]
2042
2043[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582044name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202045version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292046source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202047checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242048dependencies = [
2049 "compiler_builtins",
2050 "rustc-std-workspace-core",
2051]
Steve Klabnika0769612017-02-07 23:13:572052
2053[[package]]
Camille GILLOT458d0442021-03-17 16:29:452054name = "memmap2"
2055version = "0.2.1"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2058dependencies = [
2059 "libc",
2060]
2061
2062[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452063name = "memoffset"
bjorn3aa1ab512022-12-12 16:51:392064version = "0.7.1"
Ralf Jungc7a599e2019-07-25 13:57:252065source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:392066checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
Ralf Jungc7a599e2019-07-25 13:57:252067dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442068 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252069]
2070
2071[[package]]
Guillaume Gomez76714c32023-03-06 10:15:592072name = "mime"
2073version = "0.3.16"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2076
2077[[package]]
2078name = "mime_guess"
2079version = "2.0.4"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2082dependencies = [
2083 "mime",
2084 "unicase",
2085]
2086
2087[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052088name = "minifier"
Guillaume Gomezfb62f282022-08-16 11:50:182089version = "0.2.2"
Guillaume Gomez4b145732018-05-10 22:02:052090source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezfb62f282022-08-16 11:50:182091checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
Guillaume Gomez4b145732018-05-10 22:02:052092
2093[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462094name = "minimal-lexical"
2095version = "0.2.1"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2098
2099[[package]]
Alex Crichtonb4110902018-12-08 11:06:542100name = "miniz_oxide"
Ralf Jung10430db2022-07-15 14:04:232101version = "0.5.3"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2104dependencies = [
Michael Howell8e71a132022-11-08 00:13:202105 "adler",
Michael Howellcf83a1d2022-11-03 17:10:152106 "compiler_builtins",
2107 "rustc-std-workspace-alloc",
2108 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:232109]
2110
2111[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582112name = "miow"
klensyd5e8ad42021-07-04 18:49:562113version = "0.3.7"
Alex Crichtona8eaabc2018-03-07 07:39:552114source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd5e8ad42021-07-04 18:49:562115checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Alex Crichtona8eaabc2018-03-07 07:39:552116dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312117 "winapi",
Alex Crichtona8eaabc2018-03-07 07:39:552118]
2119
2120[[package]]
Weihang Lobfce2272022-11-04 23:50:442121name = "miow"
Weihang Lo8a808dc2022-11-23 01:01:352122version = "0.5.0"
Weihang Lobfce2272022-11-04 23:50:442123source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo8a808dc2022-11-23 01:01:352124checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
Weihang Lobfce2272022-11-04 23:50:442125dependencies = [
Weihang Lo6f38fd52023-02-07 22:26:222126 "windows-sys 0.42.0",
Weihang Lobfce2272022-11-04 23:50:442127]
2128
2129[[package]]
kennytm0692b3d2017-12-15 19:41:582130name = "miri"
2131version = "0.1.0"
2132dependencies = [
Alex Crichton093ede22019-08-15 00:45:092133 "colored",
Ralf Junge5d01782021-10-04 22:13:002134 "env_logger 0.9.0",
Thom Chiovolonia4bf36e2022-11-21 00:55:412135 "getrandom",
Ralf Junga272c452022-05-30 08:17:462136 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202137 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382138 "libffi",
Ralf Jungf76eac42022-09-01 20:59:052139 "libloading",
Alex Crichton093ede22019-08-15 00:45:092140 "log",
Ralf Jung61a986a2022-06-26 02:21:492141 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412142 "rand",
Ralf Junga272c452022-05-30 08:17:462143 "regex",
Alex Crichton093ede22019-08-15 00:45:092144 "rustc-workspace-hack",
Ralf Jung64f56d22022-10-22 08:45:252145 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292146 "smallvec",
Ralf Junga272c452022-05-30 08:17:462147 "ui_test",
kennytm0692b3d2017-12-15 19:41:582148]
2149
2150[[package]]
Jakob Degen17395b42022-10-31 00:17:252151name = "miropt-test-tools"
2152version = "0.1.0"
2153dependencies = [
2154 "regex",
2155]
2156
2157[[package]]
Alex Crichtond8251152018-07-02 16:33:162158name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442159version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162160source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442161checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452162
2163[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462164name = "nom"
2165version = "7.1.0"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2168dependencies = [
2169 "memchr",
2170 "minimal-lexical",
2171 "version_check",
2172]
2173
2174[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242175name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442176version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162177source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442178checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162179dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442180 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092181 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162182]
2183
2184[[package]]
2185name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442186version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572187source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442188checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2189dependencies = [
2190 "autocfg",
2191]
Steve Klabnik2795de32017-02-20 00:20:572192
2193[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292194name = "num_cpus"
klensy8ebc73b2022-02-06 20:57:292195version = "1.13.1"
Ahmed Charles9ca382f2016-09-02 08:55:292196source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292197checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
Ahmed Charles9ca382f2016-09-02 08:55:292198dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:072199 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:092200 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292201]
2202
2203[[package]]
Alex Crichton06d565c2020-05-13 21:22:372204name = "object"
Martin Kröning21625e52022-06-01 22:16:002205version = "0.29.0"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2208dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:152209 "compiler_builtins",
Martin Kröning21625e52022-06-01 22:16:002210 "memchr",
Michael Howellcf83a1d2022-11-03 17:10:152211 "rustc-std-workspace-alloc",
2212 "rustc-std-workspace-core",
Martin Kröning21625e52022-06-01 22:16:002213]
2214
2215[[package]]
Amanieu d'Antrasa529ba82023-01-09 17:49:242216name = "object"
2217version = "0.30.1"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
2220dependencies = [
2221 "crc32fast",
2222 "flate2",
2223 "hashbrown 0.13.1",
2224 "indexmap",
2225 "memchr",
2226]
2227
2228[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372229name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152230version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372231source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152232checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372233dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422234 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372235]
2236
2237[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412238name = "once_cell"
Ezra Shaw1e95cdd2023-03-01 09:17:082239version = "1.17.1"
Mark Rousskov2fc32b92019-09-10 01:01:412240source = "registry+https://github.com/rust-lang/crates.io-index"
Ezra Shaw1e95cdd2023-03-01 09:17:082241checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
Mark Rousskov2fc32b92019-09-10 01:01:412242
2243[[package]]
Alex Crichton2863b752018-08-21 17:23:472244name = "opener"
Eric Hussfaa64612021-06-22 23:19:242245version = "0.5.0"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2248dependencies = [
Ralf Jung55162732022-11-15 19:06:422249 "bstr 0.2.17",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312250 "winapi",
Eric Hussfaa64612021-06-22 23:19:242251]
2252
2253[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582254name = "openssl-probe"
klensy43512e62022-07-26 16:16:432255version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582256source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432257checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582258
2259[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582260name = "openssl-sys"
klensy40b60952023-04-06 15:21:372261version = "0.9.84"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582262source = "registry+https://github.com/rust-lang/crates.io-index"
klensy40b60952023-04-06 15:21:372263checksum = "3a20eace9dc2d82904039cb76dcf50fb1a0bba071cfd1629720b5d6f1ddba0fa"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582264dependencies = [
Alex Crichton093ede22019-08-15 00:45:092265 "cc",
2266 "libc",
Alex Crichton093ede22019-08-15 00:45:092267 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092268 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582269]
2270
2271[[package]]
Eric Hussbfacc5c2022-01-19 03:14:332272name = "os_str_bytes"
2273version = "6.0.0"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
Eric Hussbfacc5c2022-01-19 03:14:332276
2277[[package]]
Ralf Jung10430db2022-07-15 14:04:232278name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052279version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232280source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052281checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232282
2283[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052284name = "packed_simd_2"
Chris Denton531f3c9e2022-12-20 15:26:422285version = "0.3.8"
Nick Cameron7a7445b2018-12-01 10:36:322286source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton531f3c9e2022-12-20 15:26:422287checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
Nick Cameron7a7445b2018-12-01 10:36:322288dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422289 "cfg-if",
Yuki Okushi2b0e27e2021-03-17 20:34:052290 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322291]
2292
2293[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292294name = "panic_abort"
2295version = "0.0.0"
2296dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392297 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422298 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092299 "compiler_builtins",
2300 "core",
2301 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292302]
2303
2304[[package]]
2305name = "panic_unwind"
2306version = "0.0.0"
2307dependencies = [
Alex Crichton093ede22019-08-15 00:45:092308 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422309 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092310 "compiler_builtins",
2311 "core",
2312 "libc",
2313 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292314]
2315
2316[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012317name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552318version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442319source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552320checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442321dependencies = [
2322 "instant",
Caleb Cartwright63913182021-02-10 01:52:542323 "lock_api",
Philipp Krones586cbd02022-06-04 12:07:442324 "parking_lot_core 0.8.5",
2325]
2326
2327[[package]]
2328name = "parking_lot"
2329version = "0.12.1"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2332dependencies = [
2333 "lock_api",
Mateusz Mikuład5899ef2022-11-05 11:19:552334 "parking_lot_core 0.9.4",
Mark Rousskov342d9562020-08-17 15:21:442335]
2336
2337[[package]]
2338name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552339version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442340source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552341checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442342dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422343 "cfg-if",
Mark Rousskov342d9562020-08-17 15:21:442344 "instant",
2345 "libc",
klensydcdc3082021-05-11 19:03:592346 "redox_syscall",
Jubilee Younge8eb6912021-04-22 04:40:292347 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312348 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312349]
2350
2351[[package]]
Philipp Krones586cbd02022-06-04 12:07:442352name = "parking_lot_core"
Mateusz Mikuład5899ef2022-11-05 11:19:552353version = "0.9.4"
Philipp Krones586cbd02022-06-04 12:07:442354source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552355checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
Philipp Krones586cbd02022-06-04 12:07:442356dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422357 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442358 "libc",
2359 "redox_syscall",
2360 "smallvec",
Weihang Lo6f38fd52023-02-07 22:26:222361 "windows-sys 0.42.0",
Philipp Krones586cbd02022-06-04 12:07:442362]
2363
2364[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272365name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322366version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272367source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322368checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272369
2370[[package]]
Alex Crichton1cede102017-06-15 02:33:062371name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482372version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392373source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482374checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392375
2376[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382377name = "perf-event-open-sys"
2378version = "1.0.1"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2381dependencies = [
2382 "libc",
2383]
2384
2385[[package]]
Steve Klabnika0769612017-02-07 23:13:572386name = "pest"
Eric Hussbb60a762023-01-10 19:09:522387version = "2.5.2"
James Munnsde763692019-01-19 02:39:372388source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522389checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4"
James Munnsde763692019-01-19 02:39:372390dependencies = [
klensy45fac342022-08-31 20:04:122391 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092392 "ucd-trie",
James Munnsde763692019-01-19 02:39:372393]
2394
2395[[package]]
Alex Crichtone9d89832018-04-02 15:43:552396name = "pest_derive"
Eric Hussbb60a762023-01-10 19:09:522397version = "2.5.2"
James Munnsde763692019-01-19 02:39:372398source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522399checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603"
James Munnsde763692019-01-19 02:39:372400dependencies = [
Alex Crichton093ede22019-08-15 00:45:092401 "pest",
2402 "pest_generator",
James Munnsde763692019-01-19 02:39:372403]
2404
2405[[package]]
2406name = "pest_generator"
Eric Hussbb60a762023-01-10 19:09:522407version = "2.5.2"
James Munnsde763692019-01-19 02:39:372408source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522409checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7"
James Munnsde763692019-01-19 02:39:372410dependencies = [
Alex Crichton093ede22019-08-15 00:45:092411 "pest",
2412 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152413 "proc-macro2",
2414 "quote",
Deadbeefa912a932023-03-23 06:19:252415 "syn 1.0.102",
James Munnsde763692019-01-19 02:39:372416]
2417
2418[[package]]
2419name = "pest_meta"
Eric Hussbb60a762023-01-10 19:09:522420version = "2.5.2"
James Munnsde763692019-01-19 02:39:372421source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522422checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065"
James Munnsde763692019-01-19 02:39:372423dependencies = [
klensy45fac342022-08-31 20:04:122424 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092425 "pest",
Eric Hussbb60a762023-01-10 19:09:522426 "sha1",
James Munnsde763692019-01-19 02:39:372427]
2428
2429[[package]]
Jack Hueya24df5b2020-03-03 16:25:032430name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192431version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032432source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192433checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032434dependencies = [
2435 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192436 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032437]
2438
2439[[package]]
steveklabnikecfbaca2018-04-03 14:32:042440name = "phf"
klensy947e7872022-04-15 18:11:142441version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042442source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142443checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042444dependencies = [
Alex Crichton093ede22019-08-15 00:45:092445 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042446]
2447
2448[[package]]
2449name = "phf_codegen"
klensy947e7872022-04-15 18:11:142450version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042451source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142452checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042453dependencies = [
Alex Crichton093ede22019-08-15 00:45:092454 "phf_generator",
2455 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042456]
2457
2458[[package]]
2459name = "phf_generator"
klensy947e7872022-04-15 18:11:142460version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042461source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142462checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042463dependencies = [
Alex Crichton093ede22019-08-15 00:45:092464 "phf_shared",
Thom Chiovolonia4bf36e2022-11-21 00:55:412465 "rand",
steveklabnikecfbaca2018-04-03 14:32:042466]
2467
2468[[package]]
2469name = "phf_shared"
klensy947e7872022-04-15 18:11:142470version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042471source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142472checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042473dependencies = [
Alex Crichton093ede22019-08-15 00:45:092474 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042475]
2476
2477[[package]]
Caleb Cartwright63913182021-02-10 01:52:542478name = "pin-project-lite"
klensy9f621ae2022-01-24 17:19:212479version = "0.2.8"
Caleb Cartwright63913182021-02-10 01:52:542480source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:212481checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
Caleb Cartwright63913182021-02-10 01:52:542482
2483[[package]]
2484name = "pin-utils"
2485version = "0.1.0"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2488
2489[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582490name = "pkg-config"
Alyssa Rossb3b6fbc2022-10-14 01:42:232491version = "0.3.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582492source = "registry+https://github.com/rust-lang/crates.io-index"
Alyssa Rossb3b6fbc2022-10-14 01:42:232493checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582494
2495[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012496name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062497version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012498source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062499checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512500dependencies = [
Alex Crichton093ede22019-08-15 00:45:092501 "datafrog",
2502 "log",
2503 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512504]
Santiago Pastorino8429d112018-05-24 21:52:012505
2506[[package]]
gnzlbg52caca02019-08-01 15:02:262507name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212508version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262509source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212510checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262511
2512[[package]]
steveklabnikecfbaca2018-04-03 14:32:042513name = "precomputed-hash"
2514version = "0.1.1"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092516checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042517
2518[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112519name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442520version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112521source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442522checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112523dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442524 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152525 "proc-macro2",
2526 "quote",
Deadbeefa912a932023-03-23 06:19:252527 "syn 1.0.102",
Mark Rousskov342d9562020-08-17 15:21:442528 "version_check",
2529]
2530
2531[[package]]
2532name = "proc-macro-error-attr"
2533version = "1.0.4"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2536dependencies = [
2537 "proc-macro2",
2538 "quote",
2539 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552540]
2541
2542[[package]]
David Wood7f916972022-03-26 07:27:432543name = "proc-macro-hack"
2544version = "0.5.19"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2547
2548[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112549name = "proc-macro2"
Deadbeefa912a932023-03-23 06:19:252550version = "1.0.53"
Igor Matuszewskic2249a42019-09-08 08:28:112551source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefa912a932023-03-23 06:19:252552checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
Igor Matuszewskic2249a42019-09-08 08:28:112553dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402554 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112555]
2556
2557[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292558name = "proc_macro"
2559version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082560dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322561 "core",
Alex Crichtonb47c9692019-08-16 15:29:082562 "std",
2563]
Ahmed Charles9ca382f2016-09-02 08:55:292564
2565[[package]]
whitequark42754ce2017-02-13 09:57:502566name = "profiler_builtins"
2567version = "0.0.0"
2568dependencies = [
Alex Crichton093ede22019-08-15 00:45:092569 "cc",
2570 "compiler_builtins",
2571 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392572]
2573
2574[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242575name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:552576version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:242577source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552578checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:242579dependencies = [
2580 "cc",
2581]
2582
2583[[package]]
Steve Klabnika0769612017-02-07 23:13:572584name = "pulldown-cmark"
Guillaume Gomez7f78a9a2022-07-26 18:36:202585version = "0.9.2"
Joshua Nelsone4c28bf2020-09-14 00:15:012586source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202587checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
Joshua Nelsone4c28bf2020-09-14 00:15:012588dependencies = [
2589 "bitflags",
2590 "memchr",
2591 "unicase",
2592]
2593
2594[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322595name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442596version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322597source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442598checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322599
2600[[package]]
Steve Klabnika0769612017-02-07 23:13:572601name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062602version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572603source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062604checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572605
2606[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292607name = "quine-mc_cluskey"
2608version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582609source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092610checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582611
2612[[package]]
2613name = "quote"
Deadbeefa912a932023-03-23 06:19:252614version = "1.0.26"
Igor Matuszewskic2249a42019-09-08 08:28:112615source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefa912a932023-03-23 06:19:252616checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
Igor Matuszewskic2249a42019-09-08 08:28:112617dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152618 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552619]
2620
2621[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292622name = "rand"
klensy947e7872022-04-15 18:11:142623version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:192624source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142625checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:192626dependencies = [
2627 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:412628 "rand_chacha",
2629 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:192630]
2631
2632[[package]]
2633name = "rand_chacha"
2634version = "0.3.0"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2637dependencies = [
2638 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:412639 "rand_core",
gnzlbg52caca02019-08-01 15:02:262640]
2641
2642[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192643name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:592644version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:192645source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:592646checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:192647dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412648 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:192649]
2650
2651[[package]]
Ralf Jung5b78e982019-04-19 07:37:332652name = "rand_xorshift"
Thom Chiovolonia4bf36e2022-11-21 00:55:412653version = "0.3.0"
Ralf Jung5b78e982019-04-19 07:37:332654source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovolonia4bf36e2022-11-21 00:55:412655checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
Ralf Jung5b78e982019-04-19 07:37:332656dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412657 "rand_core",
Eric Huss2b985322019-11-25 16:14:072658]
2659
2660[[package]]
2661name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:292662version = "0.6.0"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
2665dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412666 "rand_core",
Chase Wilson09f15422021-08-29 15:55:292667]
2668
2669[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292670name = "rayon"
Josh Stoneab57e362022-05-28 00:14:222671version = "1.5.3"
Nick Cameron4b6f5c22018-02-26 03:15:452672source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:222673checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
Nick Cameron4b6f5c22018-02-26 03:15:452674dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442675 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:162676 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:092677 "either",
2678 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:292679]
2680
2681[[package]]
2682name = "rayon-core"
Josh Stoneab57e362022-05-28 00:14:222683version = "1.9.3"
Oliver Schneideracdf83f2017-12-06 08:25:292684source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:222685checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
Oliver Schneideracdf83f2017-12-06 08:25:292686dependencies = [
Josh Stonef3b88122022-01-10 19:34:072687 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:162688 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:072689 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:092690 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:312691]
2692
2693[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:352694name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:402695version = "0.2.10"
flip19950046d7c2021-02-25 10:26:232696source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:402697checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:232698dependencies = [
2699 "bitflags",
2700]
2701
2702[[package]]
flip19954c228cc2019-02-18 09:32:582703name = "redox_users"
flip19950046d7c2021-02-25 10:26:232704version = "0.4.0"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2707dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412708 "getrandom",
klensydcdc3082021-05-11 19:03:592709 "redox_syscall",
flip19950046d7c2021-02-25 10:26:232710]
2711
2712[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582713name = "regex"
klensy43512e62022-07-26 16:16:432714version = "1.5.6"
Oliver Schneider847bb142018-05-11 12:11:062715source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432716checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
Oliver Schneider847bb142018-05-11 12:11:062717dependencies = [
Alex Crichton093ede22019-08-15 00:45:092718 "aho-corasick",
2719 "memchr",
2720 "regex-syntax",
Oliver Schneider847bb142018-05-11 12:11:062721]
2722
2723[[package]]
Oliver Schererec7230f2020-07-24 18:42:002724name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:092725version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:002726source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:092727checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:002728dependencies = [
Oliver Schererec7230f2020-07-24 18:42:002729 "regex-syntax",
2730]
2731
2732[[package]]
Charles Lewa7750042022-11-06 06:43:252733name = "regex-automata"
2734version = "0.2.0"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
2737dependencies = [
2738 "memchr",
2739]
2740
2741[[package]]
Steve Klabnika0769612017-02-07 23:13:572742name = "regex-syntax"
klensy43512e62022-07-26 16:16:432743version = "0.6.26"
Oliver Schneider847bb142018-05-11 12:11:062744source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432745checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
Oliver Schneider847bb142018-05-11 12:11:062746
2747[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:192748name = "remote-test-client"
2749version = "0.1.0"
2750
2751[[package]]
2752name = "remote-test-server"
2753version = "0.1.0"
2754
2755[[package]]
Alex Crichton994bfd42018-02-26 17:07:162756name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:442757version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:162758source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442759checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:162760dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312761 "winapi",
Alex Crichton994bfd42018-02-26 17:07:162762]
2763
2764[[package]]
est31d32ff142022-08-23 20:14:122765name = "replace-version-placeholder"
2766version = "0.1.0"
2767dependencies = [
2768 "tidy",
2769 "walkdir",
2770]
2771
2772[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582773name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:432774version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582775dependencies = [
Alex Crichton093ede22019-08-15 00:45:092776 "serde",
2777 "serde_json",
Alex Crichton453080f2017-06-05 16:36:482778]
2779
2780[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:152781name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:172782version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:152783dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:172784 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:152785 "rustc-demangle",
2786]
2787
2788[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292789name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:572790version = "0.1.0"
2791dependencies = [
Eric Huss6e298622023-04-01 15:49:202792 "clap 4.2.1",
klensy40b60952023-04-06 15:21:372793 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:092794 "mdbook",
Steve Klabnika0769612017-02-07 23:13:572795]
Ahmed Charles9ca382f2016-09-02 08:55:292796
2797[[package]]
Ralf Jung9cc11e22022-10-04 13:23:572798name = "rustc-build-sysroot"
Ralf Jung3487fe32022-12-28 21:47:422799version = "0.4.1"
Ralf Jung9cc11e22022-10-04 13:23:572800source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung3487fe32022-12-28 21:47:422801checksum = "d65b1271cdac365b71b59570ea35d945dea2dd2cc47eba3d33b4bd1e0190ac6d"
Ralf Jung9cc11e22022-10-04 13:23:572802dependencies = [
2803 "anyhow",
2804 "rustc_version",
2805 "tempfile",
2806]
2807
2808[[package]]
Josh Stone020c5ec2017-05-08 22:01:132809name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:252810version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:132811source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:252812checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:512813dependencies = [
Alex Crichton093ede22019-08-15 00:45:092814 "compiler_builtins",
2815 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:512816]
Josh Stone020c5ec2017-05-08 22:01:132817
2818[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:022819name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:192820version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:022821source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192822checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:022823
2824[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292825name = "rustc-main"
2826version = "0.0.0"
2827dependencies = [
Rémy Rakicadab1352022-05-06 21:20:042828 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:092829 "rustc_codegen_ssa",
2830 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:462831 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:382832 "rustc_smir",
Ahmed Charles9ca382f2016-09-02 08:55:292833]
2834
2835[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:032836name = "rustc-rayon"
John Kåre Alsaker27c44d22023-03-25 01:12:132837version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:072838source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:132839checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
Josh Stone33c41252019-09-10 17:13:072840dependencies = [
Josh Stone33c41252019-09-10 17:13:072841 "either",
Igor Matuszewski5b091302019-12-10 15:01:012842 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:412843]
2844
2845[[package]]
Josh Stone33c41252019-09-10 17:13:072846name = "rustc-rayon-core"
John Kåre Alsaker27c44d22023-03-25 01:12:132847version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:072848source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:132849checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
Josh Stone33c41252019-09-10 17:13:072850dependencies = [
Josh Stoneab57e362022-05-28 00:14:222851 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:162852 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:072853 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:072854 "num_cpus",
2855]
2856
2857[[package]]
flip1995898ef0f2020-12-06 14:07:592858name = "rustc-semver"
2859version = "1.1.0"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
2862
2863[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:052864name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:052865version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:052866dependencies = [
Alex Crichton093ede22019-08-15 00:45:092867 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:052868]
2869
2870[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:502871name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:052872version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:502873dependencies = [
Alex Crichton093ede22019-08-15 00:45:092874 "core",
Alex Crichton4c21a3b2018-11-20 05:52:502875]
2876
2877[[package]]
Alex Crichtonb47c9692019-08-16 15:29:082878name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:052879version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:082880dependencies = [
2881 "std",
2882]
2883
2884[[package]]
Alex Crichton0e034d12018-07-31 21:16:552885name = "rustc-workspace-hack"
2886version = "1.0.0"
Weihang Lobefa5c92023-03-13 17:46:382887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
Alex Crichton0e034d12018-07-31 21:16:552889
2890[[package]]
hkalbasi390a6372022-11-06 21:06:112891name = "rustc_abi"
2892version = "0.0.0"
2893dependencies = [
2894 "bitflags",
Thom Chiovolonia4bf36e2022-11-21 00:55:412895 "rand",
hkalbasi390a6372022-11-06 21:06:112896 "rand_xoshiro",
2897 "rustc_data_structures",
2898 "rustc_index",
2899 "rustc_macros",
2900 "rustc_serialize",
2901 "tracing",
2902]
2903
2904[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:432905name = "rustc_apfloat"
2906version = "0.0.0"
2907dependencies = [
Alex Crichton093ede22019-08-15 00:45:092908 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:292909 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:432910]
2911
2912[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:402913name = "rustc_arena"
2914version = "0.0.0"
2915dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:292916 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:402917]
2918
2919[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:262920name = "rustc_ast"
2921version = "0.0.0"
2922dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:012923 "bitflags",
Konrad Borowskif72e17f2023-01-22 12:05:472924 "memchr",
Vadim Petrochenkov6054a302020-02-29 17:16:262925 "rustc_data_structures",
2926 "rustc_index",
2927 "rustc_lexer",
2928 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:402929 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:262930 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:292931 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:302932 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:002933 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:262934]
2935
2936[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562937name = "rustc_ast_lowering"
2938version = "0.0.0"
2939dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:262940 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:462941 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562942 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562943 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:002944 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:572945 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562946 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:512947 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:232948 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:562949 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562950 "rustc_span",
2951 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:292952 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:302953 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:002954 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562955]
2956
2957[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:442958name = "rustc_ast_passes"
2959version = "0.0.0"
2960dependencies = [
pierwillf684acd2022-03-04 17:54:282961 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:262962 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:462963 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:202964 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:442965 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:442966 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:392967 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:002968 "rustc_fluent_macro",
finalchildd6fdf142022-08-17 14:51:012969 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:442970 "rustc_parse",
2971 "rustc_session",
2972 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:052973 "rustc_target",
Nicholas Nethercote4143b102022-11-23 00:55:162974 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:002975 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:442976]
2977
2978[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:462979name = "rustc_ast_pretty"
2980version = "0.0.0"
2981dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:262982 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:462983 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:202984 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:462985]
2986
2987[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:202988name = "rustc_attr"
2989version = "0.0.0"
2990dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:262991 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:462992 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:202993 "rustc_data_structures",
2994 "rustc_errors",
2995 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:002996 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:482997 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:202998 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:402999 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203000 "rustc_session",
3001 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203002]
3003
3004[[package]]
Charles Lewa7750042022-11-06 06:43:253005name = "rustc_baked_icu_data"
3006version = "0.0.0"
3007dependencies = [
3008 "icu_list",
3009 "icu_locid",
3010 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223011 "icu_provider_adapters",
Charles Lewbde2f982022-11-06 06:58:223012 "zerovec",
Charles Lewa7750042022-11-06 06:43:253013]
3014
3015[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403016name = "rustc_borrowck"
3017version = "0.0.0"
3018dependencies = [
3019 "either",
pierwillf684acd2022-03-04 17:54:283020 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403021 "polonius-engine",
Camille GILLOT31a61cc2020-12-30 17:48:403022 "rustc_data_structures",
3023 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003024 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403025 "rustc_graphviz",
3026 "rustc_hir",
3027 "rustc_index",
3028 "rustc_infer",
3029 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013030 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403031 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073032 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403033 "rustc_serialize",
3034 "rustc_session",
3035 "rustc_span",
3036 "rustc_target",
3037 "rustc_trait_selection",
3038 "rustc_traits",
3039 "smallvec",
3040 "tracing",
3041]
3042
3043[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323044name = "rustc_builtin_macros"
3045version = "0.0.0"
3046dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263047 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463048 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203049 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323050 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323051 "rustc_errors",
3052 "rustc_expand",
3053 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003054 "rustc_fluent_macro",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143055 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233056 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313057 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323058 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403059 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203060 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323061 "rustc_span",
3062 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293063 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303064 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003065 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323066]
3067
3068[[package]]
Irina Popab63d7e22018-05-08 13:10:163069name = "rustc_codegen_llvm"
3070version = "0.0.0"
3071dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353072 "bitflags",
Xidorn Quan38e42332021-02-13 11:17:153073 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353074 "libc",
Ralf Jung61a986a2022-06-26 02:21:493075 "measureme",
Amanieu d'Antrasa529ba82023-01-09 17:49:243076 "object 0.30.1",
Alex Crichton7f23e6e2019-10-22 15:51:353077 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263078 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203079 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353080 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353081 "rustc_data_structures",
3082 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003083 "rustc_fluent_macro",
Alex Crichton7f23e6e2019-10-22 15:51:353084 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573085 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353086 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093087 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553088 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593089 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453090 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543091 "rustc_query_system",
Aaron Hillfca192c2019-12-06 03:04:353092 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323093 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543094 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353095 "rustc_target",
csmoea30de6e2022-11-03 14:34:243096 "serde",
3097 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293098 "smallvec",
Alex Gaynorc65c3622022-06-30 19:01:383099 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003100 "tracing",
Irina Popab63d7e22018-05-08 13:10:163101]
3102
3103[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043104name = "rustc_codegen_ssa"
3105version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353106dependencies = [
bjorn3be670842022-05-28 10:43:513107 "ar_archive_writer",
Alex Crichton093ede22019-08-15 00:45:093108 "bitflags",
3109 "cc",
pierwillf684acd2022-03-04 17:54:283110 "itertools",
Alex Crichton093ede22019-08-15 00:45:093111 "jobserver",
3112 "libc",
Amanieu d'Antrasa529ba82023-01-09 17:49:243113 "object 0.30.1",
Federico Ponzi4b6a0272020-07-17 22:01:273114 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143115 "regex",
David Wood2dc1a8a2021-12-03 14:24:053116 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263117 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203118 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093119 "rustc_data_structures",
3120 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003121 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093122 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573123 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093124 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103125 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573126 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363127 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453128 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543129 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403130 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083131 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323132 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583133 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093134 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143135 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423136 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423137 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253138 "snap",
Mark Mansi2d75a332020-03-12 23:07:583139 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053140 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003141 "tracing",
Irina Popab63d7e22018-05-08 13:10:163142]
3143
3144[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113145name = "rustc_const_eval"
3146version = "0.0.0"
3147dependencies = [
Ralf Jung41018892022-11-18 09:18:323148 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113149 "rustc_apfloat",
3150 "rustc_ast",
3151 "rustc_attr",
3152 "rustc_data_structures",
3153 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003154 "rustc_fluent_macro",
Camille GILLOTc5fc2602021-01-05 19:08:113155 "rustc_hir",
3156 "rustc_index",
3157 "rustc_infer",
3158 "rustc_macros",
3159 "rustc_middle",
3160 "rustc_mir_dataflow",
3161 "rustc_session",
3162 "rustc_span",
3163 "rustc_target",
3164 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463165 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113166 "tracing",
3167]
3168
3169[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293170name = "rustc_data_structures"
3171version = "0.0.0"
3172dependencies = [
Weihang Lof795a152023-03-15 12:50:043173 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363174 "bitflags",
Chris Denton531f3c9e2022-12-20 15:26:423175 "cfg-if",
Oli Schererdecfb4d2023-02-21 08:37:103176 "elsa",
Jack Hueya42e5a12020-05-27 05:05:093177 "ena",
Alex Crichton093ede22019-08-15 00:45:093178 "indexmap",
Maybe Waffle04652012023-04-11 10:54:563179 "itertools",
Alex Crichton093ede22019-08-15 00:45:093180 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193181 "libc",
Ralf Jung61a986a2022-06-26 02:21:493182 "measureme",
Weihang Lof795a152023-03-15 12:50:043183 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:443184 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:093185 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013186 "rustc-rayon",
3187 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403188 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513189 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573190 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403191 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293192 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093193 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553194 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503195 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303196 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003197 "tracing",
Weihang Lof795a152023-03-15 12:50:043198 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293199]
3200
3201[[package]]
3202name = "rustc_driver"
3203version = "0.0.0"
3204dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463205 "rustc_driver_impl",
3206]
3207
3208[[package]]
3209name = "rustc_driver_impl"
3210version = "0.0.0"
3211dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193212 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263213 "rustc_ast",
David Woodd1fcf6112022-10-13 09:13:023214 "rustc_ast_lowering",
3215 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463216 "rustc_ast_pretty",
David Woodd1fcf6112022-10-13 09:13:023217 "rustc_attr",
3218 "rustc_borrowck",
3219 "rustc_builtin_macros",
Victor Dinga47fdb92020-01-23 10:48:483220 "rustc_codegen_ssa",
David Woodd1fcf6112022-10-13 09:13:023221 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093222 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503223 "rustc_error_codes",
David Woodd1fcf6112022-10-13 09:13:023224 "rustc_error_messages",
Alex Crichton093ede22019-08-15 00:45:093225 "rustc_errors",
David Woodd1fcf6112022-10-13 09:13:023226 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183227 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003228 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573229 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293230 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193231 "rustc_hir_pretty",
David Woodd1fcf6112022-10-13 09:13:023232 "rustc_hir_typeck",
3233 "rustc_incremental",
3234 "rustc_infer",
Alex Crichton093ede22019-08-15 00:45:093235 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133236 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523237 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093238 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093239 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453240 "rustc_middle",
David Woodd1fcf6112022-10-13 09:13:023241 "rustc_mir_build",
3242 "rustc_mir_dataflow",
3243 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133244 "rustc_parse",
David Woodd1fcf6112022-10-13 09:13:023245 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323246 "rustc_plugin_impl",
David Woodd1fcf6112022-10-13 09:13:023247 "rustc_privacy",
3248 "rustc_query_system",
3249 "rustc_resolve",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083250 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323251 "rustc_span",
David Woodd1fcf6112022-10-13 09:13:023252 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093253 "rustc_target",
David Woodd1fcf6112022-10-13 09:13:023254 "rustc_trait_selection",
3255 "rustc_ty_utils",
bjorn3fc1df4f2021-06-03 15:45:093256 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:003257 "tracing",
Weihang Lof795a152023-03-15 12:50:043258 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293259]
3260
3261[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053262name = "rustc_error_codes"
3263version = "0.0.0"
3264
3265[[package]]
David Woodc45f2952022-03-24 02:03:043266name = "rustc_error_messages"
3267version = "0.0.0"
3268dependencies = [
David Woodd5119c52022-03-28 08:36:203269 "fluent-bundle",
3270 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253271 "icu_list",
3272 "icu_locid",
3273 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383274 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253275 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433276 "rustc_data_structures",
Nilstriebb5d3d972023-04-16 12:33:003277 "rustc_fluent_macro",
David Woodc45f2952022-03-24 02:03:043278 "rustc_macros",
3279 "rustc_serialize",
3280 "rustc_span",
David Wood7f916972022-03-26 07:27:433281 "tracing",
3282 "unic-langid",
David Woodc45f2952022-03-24 02:03:043283]
3284
3285[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293286name = "rustc_errors"
3287version = "0.0.0"
3288dependencies = [
klensy754b5262022-07-31 13:44:063289 "annotate-snippets",
Xiretza8489a672022-09-14 17:22:203290 "rustc_ast",
3291 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093292 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043293 "rustc_error_messages",
Nilstriebb5d3d972023-04-16 12:33:003294 "rustc_fluent_macro",
Michael Gouletff9fd362022-06-29 05:09:593295 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523296 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573297 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403298 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323299 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593300 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143301 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153302 "serde",
3303 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093304 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483305 "termize",
Oliver Schererec7230f2020-07-24 18:42:003306 "tracing",
Alex Crichton093ede22019-08-15 00:45:093307 "unicode-width",
Weihang Lof795a152023-03-15 12:50:043308 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293309]
3310
3311[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323312name = "rustc_expand"
3313version = "0.0.0"
3314dependencies = [
Nika Layzell6d1650f2022-06-18 18:15:033315 "crossbeam-channel",
Vadim Petrochenkov6054a302020-02-29 17:16:263316 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393317 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463318 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203319 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323320 "rustc_data_structures",
3321 "rustc_errors",
3322 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003323 "rustc_fluent_macro",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323324 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003325 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573326 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323327 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403328 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203329 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323330 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293331 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523332 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003333 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323334]
3335
3336[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383337name = "rustc_feature"
3338version = "0.0.0"
3339dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183340 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323341 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383342]
3343
3344[[package]]
Nilstriebb5d3d972023-04-16 12:33:003345name = "rustc_fluent_macro"
3346version = "0.1.0"
3347dependencies = [
3348 "annotate-snippets",
3349 "fluent-bundle",
3350 "fluent-syntax",
3351 "proc-macro2",
3352 "quote",
3353 "syn 2.0.8",
3354 "synstructure 0.13.0",
3355 "unic-langid",
3356]
3357
3358[[package]]
Mark Rousskove3177c62018-08-03 21:31:033359name = "rustc_fs_util"
3360version = "0.0.0"
3361
3362[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403363name = "rustc_graphviz"
3364version = "0.0.0"
3365
3366[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273367name = "rustc_hir"
3368version = "0.0.0"
3369dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373370 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203371 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263372 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273373 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043374 "rustc_error_messages",
Mazdak Farrokhzad7a140732019-12-25 02:51:273375 "rustc_index",
3376 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403377 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273378 "rustc_span",
3379 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293380 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003381 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273382]
3383
3384[[package]]
lcnr1fc86a62022-09-26 11:00:293385name = "rustc_hir_analysis"
3386version = "0.0.0"
3387dependencies = [
3388 "rustc_arena",
3389 "rustc_ast",
3390 "rustc_attr",
3391 "rustc_data_structures",
3392 "rustc_errors",
3393 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003394 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293395 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293396 "rustc_index",
3397 "rustc_infer",
Nilstriebee8f92b2023-04-16 09:48:013398 "rustc_lint_defs",
lcnr1fc86a62022-09-26 11:00:293399 "rustc_macros",
3400 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:293401 "rustc_session",
3402 "rustc_span",
3403 "rustc_target",
3404 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293405 "rustc_type_ir",
3406 "smallvec",
Nicholas Nethercote4143b102022-11-23 00:55:163407 "thin-vec",
lcnr1fc86a62022-09-26 11:00:293408 "tracing",
3409]
3410
3411[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193412name = "rustc_hir_pretty"
3413version = "0.0.0"
3414dependencies = [
3415 "rustc_ast",
3416 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193417 "rustc_hir",
3418 "rustc_span",
3419 "rustc_target",
3420]
3421
3422[[package]]
lcnrfb3ab132022-10-20 15:51:373423name = "rustc_hir_typeck"
3424version = "0.1.0"
3425dependencies = [
3426 "rustc_ast",
3427 "rustc_data_structures",
3428 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003429 "rustc_fluent_macro",
lcnrfb3ab132022-10-20 15:51:373430 "rustc_graphviz",
3431 "rustc_hir",
3432 "rustc_hir_analysis",
3433 "rustc_hir_pretty",
3434 "rustc_index",
3435 "rustc_infer",
3436 "rustc_lint",
3437 "rustc_macros",
3438 "rustc_middle",
3439 "rustc_serialize",
3440 "rustc_session",
3441 "rustc_span",
3442 "rustc_target",
3443 "rustc_trait_selection",
3444 "rustc_type_ir",
3445 "smallvec",
3446 "tracing",
3447]
3448
3449[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293450name = "rustc_incremental"
3451version = "0.0.0"
3452dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413453 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263454 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093455 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593456 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003457 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093458 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403459 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573460 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573461 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453462 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403463 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163464 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323465 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:163466 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003467 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293468]
3469
3470[[package]]
csmoe1cff2e62019-09-25 19:09:513471name = "rustc_index"
3472version = "0.0.0"
3473dependencies = [
Weihang Lof795a152023-03-15 12:50:043474 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573475 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403476 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293477 "smallvec",
csmoe1cff2e62019-09-25 19:09:513478]
3479
3480[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243481name = "rustc_infer"
3482version = "0.0.0"
3483dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243484 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243485 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003486 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:243487 "rustc_hir",
3488 "rustc_index",
3489 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453490 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403491 "rustc_serialize",
Camille GILLOTf07e8892020-01-06 19:13:243492 "rustc_span",
3493 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293494 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003495 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243496]
3497
3498[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233499name = "rustc_interface"
3500version = "0.0.0"
3501dependencies = [
Andy Russell923f9392021-11-08 23:03:553502 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:013503 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313504 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263505 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563506 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443507 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203508 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:403509 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323510 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353511 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093512 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113513 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093514 "rustc_data_structures",
3515 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323516 "rustc_expand",
Nilstriebb5d3d972023-04-16 12:33:003517 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:313518 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:273519 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293520 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:373521 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:093522 "rustc_incremental",
Oli Scherer8f132d82023-02-15 17:19:383523 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093524 "rustc_lint",
finalchildc1a98412022-08-16 20:07:473525 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093526 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453527 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:443528 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:253529 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:153530 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133531 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093532 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323533 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093534 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163535 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:093536 "rustc_resolve",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163537 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323538 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583539 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163540 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403541 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093542 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373543 "rustc_ty_utils",
Jubilee Younge8eb6912021-04-22 04:40:293544 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003545 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:233546]
3547
3548[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403549name = "rustc_lexer"
3550version = "0.1.0"
3551dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:503552 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:233553 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:153554 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:403555]
3556
3557[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293558name = "rustc_lint"
3559version = "0.0.0"
3560dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263561 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463562 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203563 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093564 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473565 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383566 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003567 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573568 "rustc_hir",
csmoe64f61c72019-09-26 05:38:333569 "rustc_index",
Mara Bos0a313252021-08-16 15:25:353570 "rustc_infer",
David Wood9d864c82022-06-30 07:57:453571 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453572 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:423573 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:203574 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323575 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093576 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403577 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463578 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:003579 "tracing",
Charles Lew485e98a2020-01-02 12:02:223580 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293581]
3582
3583[[package]]
Aaron Hill23018a52020-08-13 19:41:523584name = "rustc_lint_defs"
3585version = "0.0.0"
3586dependencies = [
3587 "rustc_ast",
3588 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043589 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:273590 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523591 "rustc_macros",
3592 "rustc_serialize",
3593 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:383594 "rustc_target",
bjorn362a4f912021-06-03 19:14:153595 "serde",
Aaron Hill23018a52020-08-13 19:41:523596]
3597
3598[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293599name = "rustc_llvm"
3600version = "0.0.0"
3601dependencies = [
Alex Crichton093ede22019-08-15 00:45:093602 "cc",
Aaron Hill47e932b2019-12-12 15:51:193603 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293604]
3605
3606[[package]]
David Tolnay6152d152022-01-04 00:32:523607name = "rustc_log"
3608version = "0.0.0"
3609dependencies = [
David Tolnayffbeebb2022-01-04 06:01:353610 "rustc_span",
David Tolnay6152d152022-01-04 00:32:523611 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:483612 "tracing-core",
David Tolnay6152d152022-01-04 00:32:523613 "tracing-subscriber",
3614 "tracing-tree",
3615]
3616
3617[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:103618name = "rustc_macros"
3619version = "0.1.0"
3620dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153621 "proc-macro2",
3622 "quote",
Deadbeefaf74ef82023-03-27 13:44:063623 "syn 2.0.8",
3624 "synstructure 0.13.0",
John Kåre Alsaker74b64192019-03-01 00:22:103625]
3626
3627[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293628name = "rustc_metadata"
3629version = "0.0.0"
3630dependencies = [
Vadim Petrochenkov415c1412023-01-20 20:59:193631 "bitflags",
Andy Russell923f9392021-11-08 23:03:553632 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:373633 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:263634 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203635 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093636 "rustc_data_structures",
3637 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323638 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:173639 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003640 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:313641 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573642 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193643 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:103644 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573645 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453646 "rustc_middle",
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",
Alex Crichton093ede22019-08-15 00:45:093650 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:463651 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293652 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:303653 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:043654 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003655 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293656]
3657
3658[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453659name = "rustc_middle"
3660version = "0.0.0"
3661dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453662 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:033663 "chalk-ir",
Maybe Wafflee20e5062022-11-28 11:11:453664 "derive_more",
Camille GILLOTfd9c04f2021-01-05 18:53:073665 "either",
3666 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453667 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:263668 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453669 "rustc-rayon-core",
3670 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:403671 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453672 "rustc_ast",
3673 "rustc_attr",
3674 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:473675 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453676 "rustc_errors",
3677 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003678 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:073679 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453680 "rustc_hir",
3681 "rustc_index",
3682 "rustc_macros",
3683 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403684 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453685 "rustc_session",
3686 "rustc_span",
3687 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:103688 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293689 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303690 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003691 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453692]
3693
3694[[package]]
Matthew Jasperb3589292020-01-05 15:46:443695name = "rustc_mir_build"
3696version = "0.0.0"
3697dependencies = [
Ralf Jung41018892022-11-18 09:18:323698 "either",
Matthew Jasperb3589292020-01-05 15:46:443699 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:403700 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263701 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:443702 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:443703 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003704 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:443705 "rustc_hir",
3706 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:243707 "rustc_infer",
TheOddGarlic82f05442022-08-20 11:28:433708 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453709 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403710 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:073711 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:443712 "rustc_span",
3713 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403714 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:293715 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003716 "tracing",
Matthew Jasperb3589292020-01-05 15:46:443717]
3718
3719[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:073720name = "rustc_mir_dataflow"
3721version = "0.0.0"
3722dependencies = [
3723 "polonius-engine",
3724 "regex",
3725 "rustc_ast",
3726 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:143727 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003728 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:073729 "rustc_graphviz",
3730 "rustc_hir",
3731 "rustc_index",
5225225ee2b1612022-08-19 09:21:143732 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:073733 "rustc_middle",
3734 "rustc_serialize",
Camille GILLOTfd9c04f2021-01-05 18:53:073735 "rustc_span",
3736 "rustc_target",
3737 "smallvec",
3738 "tracing",
3739]
3740
3741[[package]]
Camille GILLOTbba4be62021-01-01 00:53:253742name = "rustc_mir_transform"
3743version = "0.0.0"
3744dependencies = [
3745 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:323746 "either",
pierwillf684acd2022-03-04 17:54:283747 "itertools",
Camille GILLOTbba4be62021-01-01 00:53:253748 "rustc_ast",
3749 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:113750 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:253751 "rustc_data_structures",
3752 "rustc_errors",
3753 "rustc_hir",
3754 "rustc_index",
3755 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073756 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:253757 "rustc_serialize",
3758 "rustc_session",
3759 "rustc_span",
3760 "rustc_target",
3761 "rustc_trait_selection",
3762 "smallvec",
3763 "tracing",
3764]
3765
3766[[package]]
Camille GILLOT81a600b2021-01-02 13:42:153767name = "rustc_monomorphize"
3768version = "0.0.0"
3769dependencies = [
3770 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:473771 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003772 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:153773 "rustc_hir",
3774 "rustc_index",
Nathan Stocks137f20c2022-08-18 21:51:473775 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:153776 "rustc_middle",
3777 "rustc_session",
3778 "rustc_span",
3779 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:093780 "serde",
3781 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:153782 "smallvec",
3783 "tracing",
3784]
3785
3786[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:133787name = "rustc_parse"
3788version = "0.0.0"
3789dependencies = [
3790 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263791 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463792 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133793 "rustc_data_structures",
3794 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383795 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003796 "rustc_fluent_macro",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133797 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:243798 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:203799 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323800 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:523801 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003802 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:403803 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:003804 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133805]
3806
3807[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403808name = "rustc_parse_format"
3809version = "0.0.0"
3810dependencies = [
Maybe Wafflec44c82d2022-12-08 11:20:013811 "rustc_data_structures",
Vadim Petrochenkov11d95142020-06-02 17:03:403812 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:403813]
3814
3815[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293816name = "rustc_passes"
3817version = "0.0.0"
3818dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:243819 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263820 "rustc_ast",
Camelid8f40e112021-03-14 21:39:133821 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203822 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093823 "rustc_data_structures",
3824 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:433825 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:413826 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003827 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573828 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:573829 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:123830 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:043831 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453832 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:003833 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:433834 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323835 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:573836 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:373837 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:003838 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293839]
3840
3841[[package]]
Simon Sapind0bbc602019-07-16 17:08:323842name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:293843version = "0.0.0"
3844dependencies = [
Andy Russell923f9392021-11-08 23:03:553845 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:263846 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:163847 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003848 "rustc_fluent_macro",
Mazdak Farrokhzadf58db202020-01-09 06:52:013849 "rustc_lint",
Peter Medus8c2413c2022-08-19 17:29:333850 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093851 "rustc_metadata",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083852 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323853 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:293854]
3855
3856[[package]]
3857name = "rustc_privacy"
3858version = "0.0.0"
3859dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:573860 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203861 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093862 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:163863 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003864 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573865 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293866 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:343867 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453868 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083869 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323870 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003871 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293872]
3873
3874[[package]]
Camille GILLOT4581d162021-01-19 19:40:163875name = "rustc_query_impl"
3876version = "0.0.0"
3877dependencies = [
Ralf Jung61a986a2022-06-26 02:21:493878 "measureme",
Camille GILLOT4581d162021-01-19 19:40:163879 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:013880 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:163881 "rustc_data_structures",
3882 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:163883 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:013884 "rustc_index",
3885 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:163886 "rustc_middle",
3887 "rustc_query_system",
3888 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:013889 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:163890 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:303891 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:133892 "tracing",
Camille GILLOT4581d162021-01-19 19:40:163893]
3894
3895[[package]]
Camille GILLOT6624dc42020-03-18 09:25:223896name = "rustc_query_system"
3897version = "0.0.0"
3898dependencies = [
Philipp Krones586cbd02022-06-04 12:07:443899 "parking_lot 0.11.2",
Camille GILLOT8e873c32020-03-19 13:13:313900 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403901 "rustc_arena",
Camille GILLOTc355b2e2020-11-14 15:35:313902 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:223903 "rustc_data_structures",
3904 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:313905 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003906 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:313907 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:223908 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573909 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403910 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:373911 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:313912 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:313913 "rustc_target",
Eric Holk578fc492022-09-07 21:46:043914 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293915 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303916 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003917 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:223918]
3919
3920[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293921name = "rustc_resolve"
3922version = "0.0.0"
3923dependencies = [
Alex Crichton093ede22019-08-15 00:45:093924 "bitflags",
Weihang Lo55a79152023-02-17 23:55:453925 "pulldown-cmark",
Vadim Petrochenkov11d95142020-06-02 17:03:403926 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263927 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463928 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203929 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093930 "rustc_data_structures",
3931 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323932 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183933 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003934 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573935 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:293936 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:383937 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093938 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453939 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:503940 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563941 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323942 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293943 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523944 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003945 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293946]
3947
3948[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403949name = "rustc_serialize"
3950version = "0.0.0"
3951dependencies = [
3952 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:503953 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:293954 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303955 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:403956]
3957
3958[[package]]
Mark Rousskovc761ec12019-11-12 13:17:333959name = "rustc_session"
3960version = "0.0.0"
3961dependencies = [
Luca Barbieriac2b84f2020-04-10 20:42:193962 "getopts",
Onur Özkan71a3a482022-10-28 07:20:513963 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263964 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:333965 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:333966 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:283967 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003968 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:283969 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:033970 "rustc_hir",
Oli Scherer1c1d3572022-12-07 14:31:503971 "rustc_index",
Aaron Hill23018a52020-08-13 19:41:523972 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573973 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403974 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323975 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:283976 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:513977 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:253978 "termize",
Oliver Schererec7230f2020-07-24 18:42:003979 "tracing",
Weihang Lof795a152023-03-15 12:50:043980 "windows",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323981]
3982
3983[[package]]
Oli Scherer9960cc12022-06-02 10:08:383984name = "rustc_smir"
3985version = "0.0.0"
3986dependencies = [
Oli Scherer9960cc12022-06-02 10:08:383987 "rustc_middle",
Celina G. Valb66db7e2023-03-04 01:08:493988 "rustc_span",
3989 "tracing",
Oli Scherer9960cc12022-06-02 10:08:383990]
3991
3992[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323993name = "rustc_span"
3994version = "0.0.0"
3995dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:423996 "cfg-if",
Oli Scherer460ecd22023-03-16 10:05:093997 "indexmap",
Igor Matuszewskibd37d7d2020-12-05 15:40:243998 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:403999 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324000 "rustc_data_structures",
4001 "rustc_index",
4002 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404003 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324004 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524005 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064006 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004007 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324008 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334009]
4010
4011[[package]]
Mark Mansi2d75a332020-03-12 23:07:584012name = "rustc_symbol_mangling"
4013version = "0.0.0"
4014dependencies = [
Ramon de C Valle5ad7a642022-04-01 05:50:414015 "bitflags",
Mark Mansi2d75a332020-03-12 23:07:584016 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584017 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584018 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134019 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004020 "rustc_fluent_macro",
Mark Mansi2d75a332020-03-12 23:07:584021 "rustc_hir",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134022 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454023 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584024 "rustc_session",
4025 "rustc_span",
4026 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004027 "tracing",
Ramon de C Valle65698ae2022-11-22 05:29:004028 "twox-hash",
Mark Mansi2d75a332020-03-12 23:07:584029]
4030
4031[[package]]
Irina Popa38e96402017-12-08 19:18:214032name = "rustc_target"
4033version = "0.0.0"
4034dependencies = [
Alex Crichton093ede22019-08-15 00:45:094035 "bitflags",
hkalbasi390a6372022-11-06 21:06:114036 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094037 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154038 "rustc_feature",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314039 "rustc_fs_util",
csmoe64f61c72019-09-26 05:38:334040 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524041 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404042 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324043 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094044 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004045 "tracing",
Irina Popa38e96402017-12-08 19:18:214046]
4047
4048[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064049name = "rustc_tools_util"
Philipp Krones10f2a6d2022-12-17 13:21:374050version = "0.3.0"
4051source = "registry+https://github.com/rust-lang/crates.io-index"
4052checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4053
4054[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404055name = "rustc_trait_selection"
4056version = "0.0.0"
4057dependencies = [
Michael Goulet3c4e1f82023-02-09 18:14:134058 "itertools",
Camille GILLOTc1e3d552020-02-11 18:53:404059 "rustc_ast",
4060 "rustc_attr",
4061 "rustc_data_structures",
4062 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004063 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404064 "rustc_hir",
4065 "rustc_index",
4066 "rustc_infer",
4067 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454068 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404069 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544070 "rustc_query_system",
lcnrb738b062023-01-11 12:39:024071 "rustc_serialize",
Camille GILLOTc1e3d552020-02-11 18:53:404072 "rustc_session",
4073 "rustc_span",
4074 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134075 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294076 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004077 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404078]
4079
4080[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544081name = "rustc_traits"
4082version = "0.0.0"
4083dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374084 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034085 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034086 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264087 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094088 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574089 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034090 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244091 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454092 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324093 "rustc_span",
hkalbasi27fb9042022-11-01 16:20:304094 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404095 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294096 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004097 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544098]
4099
4100[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134101name = "rustc_transmute"
4102version = "0.1.0"
4103dependencies = [
4104 "itertools",
4105 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144106 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134107 "rustc_infer",
4108 "rustc_macros",
4109 "rustc_middle",
4110 "rustc_span",
4111 "rustc_target",
4112 "tracing",
4113]
4114
4115[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374116name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304117version = "0.0.0"
4118dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304119 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294120 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004121 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304122 "rustc_hir",
kadmine612e262022-07-09 09:35:064123 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244124 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314125 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454126 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084127 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304128 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324129 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404130 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464131 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004132 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304133]
4134
4135[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104136name = "rustc_type_ir"
4137version = "0.0.0"
4138dependencies = [
4139 "bitflags",
4140 "rustc_data_structures",
4141 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554142 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104143 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344144 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104145]
4146
4147[[package]]
Oliver Schneider847bb142018-05-11 12:11:064148name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004149version = "0.4.0"
4150source = "registry+https://github.com/rust-lang/crates.io-index"
4151checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4152dependencies = [
klensy8ebc73b2022-02-06 20:57:294153 "semver",
Ralf Junge5d01782021-10-04 22:13:004154]
4155
4156[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294157name = "rustdoc"
4158version = "0.0.0"
4159dependencies = [
Weihang Lof795a152023-03-15 12:50:044160 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464161 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284162 "expect-test",
pierwillf684acd2022-03-04 17:54:284163 "itertools",
Alex Crichton093ede22019-08-15 00:45:094164 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044165 "once_cell",
Guillaume Gomezf467b8d2020-10-13 13:46:344166 "regex",
Rune Tynan67b78a02021-01-25 21:23:434167 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454168 "serde",
4169 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294170 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094171 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004172 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294173 "tracing",
4174 "tracing-subscriber",
4175 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584176]
4177
4178[[package]]
Rune Tynan67b78a02021-01-25 21:23:434179name = "rustdoc-json-types"
4180version = "0.1.0"
4181dependencies = [
ozkanonur52c71e62023-03-01 21:53:024182 "rustc-hash",
Rune Tynan67b78a02021-01-25 21:23:434183 "serde",
Rune Tynanca48d152021-03-04 23:45:574184 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434185]
4186
4187[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534188name = "rustdoc-themes"
4189version = "0.1.0"
4190
4191[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584192name = "rustdoc-tool"
4193version = "0.0.0"
4194dependencies = [
Alex Crichton093ede22019-08-15 00:45:094195 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294196]
4197
4198[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154199name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444200version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044201source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444202checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504203dependencies = [
4204 "anyhow",
4205 "log",
4206 "serde",
4207 "serde_json",
4208]
4209
4210[[package]]
topecongiro5a411a62019-06-18 12:15:194211name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144212version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194213dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154214 "proc-macro2",
4215 "quote",
Alex Crichton093ede22019-08-15 00:45:094216 "serde",
Deadbeefa912a932023-03-23 06:19:254217 "syn 1.0.102",
topecongiro5a411a62019-06-18 12:15:194218]
4219
4220[[package]]
Alex Crichton1cede102017-06-15 02:33:064221name = "rustfmt-nightly"
Caleb Cartwright6bf1a872023-01-24 20:21:144222version = "1.5.2"
kennytm0692b3d2017-12-15 19:41:584223dependencies = [
klensy754b5262022-07-31 13:44:064224 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394225 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094226 "bytecount",
Ralf Jungc2df1c22022-07-21 20:04:374227 "cargo_metadata 0.14.0",
Weihang Loc1b4f112022-10-04 20:57:494228 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:094229 "derive-new",
4230 "diff",
4231 "dirs",
Caleb Cartwrightf367f4d2022-06-13 03:04:544232 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094233 "getopts",
4234 "ignore",
pierwillf684acd2022-03-04 17:54:284235 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424236 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094237 "log",
4238 "regex",
Alex Crichton093ede22019-08-15 00:45:094239 "rustc-workspace-hack",
4240 "rustfmt-config_proc_macro",
4241 "serde",
4242 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544243 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394244 "thiserror",
Weihang Lof795a152023-03-15 12:50:044245 "toml",
Alex Crichton093ede22019-08-15 00:45:094246 "unicode-segmentation",
4247 "unicode-width",
4248 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274249]
4250
4251[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044252name = "rustix"
Luqman Adenffe740f2022-12-09 21:10:184253version = "0.36.5"
Weihang Lo1e5dad02022-11-25 22:37:044254source = "registry+https://github.com/rust-lang/crates.io-index"
Luqman Adenffe740f2022-12-09 21:10:184255checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
Weihang Lo1e5dad02022-11-25 22:37:044256dependencies = [
4257 "bitflags",
4258 "errno",
4259 "io-lifetimes",
4260 "libc",
4261 "linux-raw-sys",
Weihang Lo6f38fd52023-02-07 22:26:224262 "windows-sys 0.42.0",
Weihang Lo1e5dad02022-11-25 22:37:044263]
4264
4265[[package]]
flip19950046d7c2021-02-25 10:26:234266name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554267version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234268source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554269checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234270
4271[[package]]
Alex Crichton2863b752018-08-21 17:23:474272name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444273version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474274source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444275checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474276
4277[[package]]
Josh Stone020c5ec2017-05-08 22:01:134278name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444279version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224280source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444281checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224282dependencies = [
Alex Crichton093ede22019-08-15 00:45:094283 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224284]
4285
4286[[package]]
4287name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444288version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224289source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444290checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224291dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424292 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314293 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224294]
4295
4296[[package]]
Alex Crichton453080f2017-06-05 16:36:484297name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524298version = "1.0.0"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094300checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524301
4302[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124303name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444304version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254305source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444306checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254307
4308[[package]]
David Wood7f916972022-03-26 07:27:434309name = "self_cell"
4310version = "0.10.2"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4313
4314[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584315name = "semver"
J Haigh1a993612023-01-11 18:11:564316version = "1.0.12"
Eric Huss78529352021-06-02 03:38:394317source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:564318checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
Eric Huss78529352021-06-02 03:38:394319dependencies = [
4320 "serde",
4321]
4322
4323[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584324name = "serde"
Deadbeef3b187c32023-04-08 09:31:554325version = "1.0.159"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584326source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef3b187c32023-04-08 09:31:554327checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065"
Eric Huss57393642018-12-17 18:23:044328dependencies = [
Alex Crichton093ede22019-08-15 00:45:094329 "serde_derive",
Eric Huss57393642018-12-17 18:23:044330]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584331
4332[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584333name = "serde_derive"
Deadbeef3b187c32023-04-08 09:31:554334version = "1.0.159"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584335source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef3b187c32023-04-08 09:31:554336checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584337dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154338 "proc-macro2",
4339 "quote",
Deadbeef3b187c32023-04-08 09:31:554340 "syn 2.0.8",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584341]
4342
4343[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584344name = "serde_json"
J Haigh1a993612023-01-11 18:11:564345version = "1.0.85"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584346source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:564347checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584348dependencies = [
Rune Tynan77156562021-01-16 01:34:154349 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094350 "itoa",
4351 "ryu",
4352 "serde",
Steve Klabnik2795de32017-02-20 00:20:574353]
4354
4355[[package]]
Pietro Albini4f40eee2023-01-10 12:13:044356name = "sha1"
4357version = "0.10.5"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
4360dependencies = [
4361 "cfg-if",
4362 "cpufeatures",
4363 "digest",
4364]
4365
4366[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124367name = "sha2"
Weihang Lo6306fd32023-01-04 15:33:594368version = "0.10.6"
Pietro Albiniacd8e592020-10-01 15:15:124369source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:594370checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
Pietro Albiniacd8e592020-10-01 15:15:124371dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424372 "cfg-if",
pierwillef6dd122022-02-10 16:54:014373 "cpufeatures",
klensy45fac342022-08-31 20:04:124374 "digest",
James Munnsde763692019-01-19 02:39:374375]
4376
4377[[package]]
Oliver Schererec7230f2020-07-24 18:42:004378name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004379version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004380source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004381checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004382dependencies = [
4383 "lazy_static",
4384]
4385
4386[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584387name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444388version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584389source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444390checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584391
4392[[package]]
steveklabnik54371882018-01-25 17:32:254393name = "shlex"
Eric Huss788167a2021-02-23 01:05:214394version = "1.0.0"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4397
4398[[package]]
steveklabnikecfbaca2018-04-03 14:32:044399name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154400version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044401source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154402checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044403
4404[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434405name = "slab"
4406version = "0.4.2"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094408checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434409
4410[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014411name = "smallvec"
Weihang Loe52e0402023-03-07 22:16:274412version = "1.10.0"
Ralf Jung90b8d342019-11-04 14:59:094413source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:274414checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
Ralf Jung90b8d342019-11-04 14:59:094415
4416[[package]]
Josh Triplett574f6be2020-08-20 23:16:304417name = "snap"
Chris Denton77d7c632023-01-26 05:49:374418version = "1.1.0"
Josh Triplett574f6be2020-08-20 23:16:304419source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton77d7c632023-01-26 05:49:374420checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
Josh Triplett574f6be2020-08-20 23:16:304421
4422[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154423name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:184424version = "0.4.1"
klensy50c38902021-05-01 11:50:034425source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:184426checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:034427dependencies = [
4428 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314429 "winapi",
klensy50c38902021-05-01 11:50:034430]
4431
4432[[package]]
Pietro Albini13efb202022-11-15 09:19:174433name = "spdx-expression"
4434version = "0.5.2"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
4437dependencies = [
4438 "nom",
4439 "serde",
4440 "thiserror",
4441 "tracing",
4442]
4443
4444[[package]]
4445name = "spdx-rs"
4446version = "0.5.1"
4447source = "registry+https://github.com/rust-lang/crates.io-index"
4448checksum = "b3c02f6eb7e7b4100c272f685a9ccaccaab302324e8c7ec3e2ee72340fb29ff3"
4449dependencies = [
4450 "chrono",
4451 "log",
4452 "nom",
4453 "serde",
4454 "spdx-expression",
4455 "strum",
4456 "strum_macros",
4457 "thiserror",
4458 "uuid",
4459]
4460
4461[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454462name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444463version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454464source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444465checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454466
4467[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244468name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:554469version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:244470source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:554471checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:244472dependencies = [
4473 "cc",
Chris Denton531f3c9e2022-12-20 15:26:424474 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:244475 "libc",
4476 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314477 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:244478]
4479
4480[[package]]
Eric Huss7758eaf2022-04-28 05:42:544481name = "static_assertions"
4482version = "1.1.0"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4485
4486[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294487name = "std"
4488version = "0.0.0"
4489dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:154490 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094491 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:424492 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:094493 "compiler_builtins",
4494 "core",
4495 "dlmalloc",
4496 "fortanix-sgx-abi",
Amanieu d'Antrasa529ba82023-01-09 17:49:244497 "hashbrown 0.12.3",
Stefan Lankes7143379a2022-12-06 19:31:434498 "hermit-abi 0.3.0",
Alex Crichton093ede22019-08-15 00:45:094499 "libc",
Michael Howell8e71a132022-11-08 00:13:204500 "miniz_oxide",
Amanieu d'Antrasa529ba82023-01-09 17:49:244501 "object 0.29.0",
Alex Crichton093ede22019-08-15 00:45:094502 "panic_abort",
4503 "panic_unwind",
4504 "profiler_builtins",
Thom Chiovolonia4bf36e2022-11-21 00:55:414505 "rand",
4506 "rand_xorshift",
Alex Crichton06d565c2020-05-13 21:22:374507 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:464508 "std_detect",
Alex Crichton093ede22019-08-15 00:45:094509 "unwind",
Thom Chiovolonia4bf36e2022-11-21 00:55:414510 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:294511]
4512
4513[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:464514name = "std_detect"
4515version = "0.1.5"
4516dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424517 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:464518 "compiler_builtins",
4519 "libc",
4520 "rustc-std-workspace-alloc",
4521 "rustc-std-workspace-core",
4522]
4523
4524[[package]]
steveklabnikecfbaca2018-04-03 14:32:044525name = "string_cache"
klensy947e7872022-04-15 18:11:144526version = "0.8.3"
steveklabnikecfbaca2018-04-03 14:32:044527source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144528checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
steveklabnikecfbaca2018-04-03 14:32:044529dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424530 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094531 "new_debug_unreachable",
Philipp Krones586cbd02022-06-04 12:07:444532 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:094533 "phf_shared",
4534 "precomputed-hash",
4535 "serde",
steveklabnikecfbaca2018-04-03 14:32:044536]
4537
4538[[package]]
4539name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:144540version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:044541source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144542checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:044543dependencies = [
Alex Crichton093ede22019-08-15 00:45:094544 "phf_generator",
4545 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:154546 "proc-macro2",
4547 "quote",
steveklabnikecfbaca2018-04-03 14:32:044548]
4549
4550[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584551name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:334552version = "0.10.0"
4553source = "registry+https://github.com/rust-lang/crates.io-index"
4554checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
4555
4556[[package]]
Pietro Albini13efb202022-11-15 09:19:174557name = "strum"
4558version = "0.24.1"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
4561
4562[[package]]
4563name = "strum_macros"
4564version = "0.24.3"
4565source = "registry+https://github.com/rust-lang/crates.io-index"
4566checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
4567dependencies = [
4568 "heck",
4569 "proc-macro2",
4570 "quote",
4571 "rustversion",
Deadbeefa912a932023-03-23 06:19:254572 "syn 1.0.102",
Pietro Albini13efb202022-11-15 09:19:174573]
4574
4575[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:084576name = "suggest-tests"
4577version = "0.1.0"
4578dependencies = [
4579 "build_helper",
4580 "glob",
4581 "once_cell",
4582]
4583
4584[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114585name = "syn"
J Haigh1a993612023-01-11 18:11:564586version = "1.0.102"
Igor Matuszewskic2249a42019-09-08 08:28:114587source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:564588checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
Igor Matuszewskic2249a42019-09-08 08:28:114589dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154590 "proc-macro2",
4591 "quote",
Andres Suareza65ddf02022-10-09 03:25:404592 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:114593]
4594
4595[[package]]
Deadbeefa912a932023-03-23 06:19:254596name = "syn"
4597version = "2.0.8"
4598source = "registry+https://github.com/rust-lang/crates.io-index"
4599checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9"
4600dependencies = [
4601 "proc-macro2",
4602 "quote",
4603 "unicode-ident",
4604]
4605
4606[[package]]
Alex Crichton325d7392017-12-10 17:42:494607name = "synstructure"
pierwillea25b772021-12-21 17:00:304608version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:234609source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:304610checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:234611dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154612 "proc-macro2",
4613 "quote",
Deadbeefa912a932023-03-23 06:19:254614 "syn 1.0.102",
Aaron Hill70ba4912020-08-01 14:11:154615 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:234616]
4617
4618[[package]]
Deadbeefaf74ef82023-03-27 13:44:064619name = "synstructure"
4620version = "0.13.0"
4621source = "registry+https://github.com/rust-lang/crates.io-index"
4622checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06"
4623dependencies = [
4624 "proc-macro2",
4625 "quote",
4626 "syn 2.0.8",
4627 "unicode-xid",
4628]
4629
4630[[package]]
Josh Stone020c5ec2017-05-08 22:01:134631name = "tar"
Eric Huss845faad2022-06-08 18:48:314632version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:134633source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:314634checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:134635dependencies = [
Alex Crichton093ede22019-08-15 00:45:094636 "filetime",
4637 "libc",
Alex Crichton093ede22019-08-15 00:45:094638 "xattr",
Josh Stone020c5ec2017-05-08 22:01:134639]
4640
4641[[package]]
Aleksey Kladov850156a2018-03-29 07:34:554642name = "tempfile"
Ralf Jung55162732022-11-15 19:06:424643version = "3.3.0"
Aleksey Kladov850156a2018-03-29 07:34:554644source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:424645checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
Aleksey Kladov850156a2018-03-29 07:34:554646dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424647 "cfg-if",
Ralf Jung55162732022-11-15 19:06:424648 "fastrand",
Alex Crichton093ede22019-08-15 00:45:094649 "libc",
klensydcdc3082021-05-11 19:03:594650 "redox_syscall",
Alex Crichton093ede22019-08-15 00:45:094651 "remove_dir_all",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314652 "winapi",
Aleksey Kladov850156a2018-03-29 07:34:554653]
4654
4655[[package]]
steveklabnikecfbaca2018-04-03 14:32:044656name = "tendril"
Eric Huss04b75a72022-06-22 23:49:244657version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:044658source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:244659checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:044660dependencies = [
Alex Crichton093ede22019-08-15 00:45:094661 "futf",
4662 "mac",
4663 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:044664]
4665
4666[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294667name = "term"
flip19950046d7c2021-02-25 10:26:234668version = "0.7.0"
4669source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
4671dependencies = [
4672 "dirs-next",
4673 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314674 "winapi",
flip19950046d7c2021-02-25 10:26:234675]
4676
4677[[package]]
Alex Crichton1cede102017-06-15 02:33:064678name = "termcolor"
Nilstrieb75b3ee22022-12-30 11:23:054679version = "1.1.3"
Alex Crichtonfa5b3d32018-07-26 00:25:124680source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:054681checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
Alex Crichtonfa5b3d32018-07-26 00:25:124682dependencies = [
Eric Huss89d79062020-07-29 18:02:054683 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:124684]
4685
4686[[package]]
Eric Huss2717f602023-01-06 01:20:594687name = "terminal_size"
4688version = "0.2.3"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
4691dependencies = [
4692 "rustix",
Weihang Lo6f38fd52023-02-07 22:26:224693 "windows-sys 0.42.0",
Eric Huss2717f602023-01-06 01:20:594694]
4695
4696[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:484697name = "termize"
4698version = "0.1.1"
4699source = "registry+https://github.com/rust-lang/crates.io-index"
4700checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
4701dependencies = [
4702 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314703 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:484704]
4705
4706[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294707name = "test"
4708version = "0.0.0"
4709dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:084710 "core",
Alex Crichton093ede22019-08-15 00:45:094711 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:084712 "panic_abort",
4713 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:094714 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:084715 "std",
Ahmed Charles9ca382f2016-09-02 08:55:294716]
4717
4718[[package]]
Ralf Jung2bfa6222019-11-17 10:40:184719name = "tester"
flip19950046d7c2021-02-25 10:26:234720version = "0.9.0"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
4723dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424724 "cfg-if",
flip19950046d7c2021-02-25 10:26:234725 "getopts",
4726 "libc",
4727 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:544728 "term",
flip19950046d7c2021-02-25 10:26:234729]
4730
4731[[package]]
steveklabnik4871dba2017-06-27 17:33:324732name = "textwrap"
Arlo Siemsenb59abdc2022-06-17 17:58:514733version = "0.15.0"
Eric Hussbfacc5c2022-01-19 03:14:334734source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenb59abdc2022-06-17 17:58:514735checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
Eric Hussbfacc5c2022-01-19 03:14:334736
4737[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:304738name = "thin-vec"
Nicholas Nethercote06228d62022-12-05 23:19:324739version = "0.2.12"
Nicholas Nethercoteb38106b2022-08-17 04:22:304740source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote06228d62022-12-05 23:19:324741checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
Nicholas Nethercoteb38106b2022-08-17 04:22:304742
4743[[package]]
Pietro Albini9beb8f52019-11-26 11:06:304744name = "thiserror"
Eric Hussbb60a762023-01-10 19:09:524745version = "1.0.38"
Pietro Albini9beb8f52019-11-26 11:06:304746source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:524747checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
Pietro Albini9beb8f52019-11-26 11:06:304748dependencies = [
4749 "thiserror-impl",
4750]
4751
4752[[package]]
4753name = "thiserror-impl"
Eric Hussbb60a762023-01-10 19:09:524754version = "1.0.38"
Pietro Albini9beb8f52019-11-26 11:06:304755source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:524756checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
Pietro Albini9beb8f52019-11-26 11:06:304757dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154758 "proc-macro2",
4759 "quote",
Deadbeefa912a932023-03-23 06:19:254760 "syn 1.0.102",
Pietro Albini9beb8f52019-11-26 11:06:304761]
4762
4763[[package]]
David Wood2dc1a8a2021-12-03 14:24:054764name = "thorin-dwp"
Amanieu d'Antrasa529ba82023-01-09 17:49:244765version = "0.4.0"
David Wood2dc1a8a2021-12-03 14:24:054766source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:244767checksum = "da8fbf660a019b6bf11ea95762041464aa9099cc293b6a66d77cea5107619671"
David Wood2dc1a8a2021-12-03 14:24:054768dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:154769 "gimli",
Amanieu d'Antrasa529ba82023-01-09 17:49:244770 "hashbrown 0.12.3",
4771 "object 0.30.1",
David Wood2dc1a8a2021-12-03 14:24:054772 "tracing",
4773]
4774
4775[[package]]
Steve Klabnika0769612017-02-07 23:13:574776name = "thread_local"
klensy9f621ae2022-01-24 17:19:214777version = "1.1.4"
Igor Matuszewski8fc4bba2020-02-12 14:47:314778source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:214779checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
Igor Matuszewski8fc4bba2020-02-12 14:47:314780dependencies = [
klensy9f621ae2022-01-24 17:19:214781 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:314782]
4783
4784[[package]]
Guillaume Gomez50f75202023-03-14 19:28:004785name = "threadpool"
4786version = "1.8.1"
4787source = "registry+https://github.com/rust-lang/crates.io-index"
4788checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
4789dependencies = [
4790 "num_cpus",
4791]
4792
4793[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294794name = "tidy"
4795version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:564796dependencies = [
Weihang Lof795a152023-03-15 12:50:044797 "cargo-platform",
klensy40b60952023-04-06 15:21:374798 "cargo_metadata 0.15.3",
yukang18511ba2022-11-04 08:56:484799 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:424800 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:254801 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:094802 "regex",
DebugSteven540ca2f2023-01-05 04:57:204803 "semver",
Nilstrieb75b3ee22022-12-30 11:23:054804 "termcolor",
Alex Crichton093ede22019-08-15 00:45:094805 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:564806]
Ahmed Charles9ca382f2016-09-02 08:55:294807
4808[[package]]
Eric Hussce717472020-08-11 23:49:394809name = "tier-check"
4810version = "0.1.0"
4811
4812[[package]]
Alex Crichton15899b02018-01-25 04:01:424813name = "time"
Mark Rousskov342d9562020-08-17 15:21:444814version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:424815source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444816checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:424817dependencies = [
Alex Crichton093ede22019-08-15 00:45:094818 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314819 "winapi",
Alex Crichton15899b02018-01-25 04:01:424820]
4821
4822[[package]]
David Wood7f916972022-03-26 07:27:434823name = "tinystr"
Lukas Markeffsky0d6fdef2023-02-04 21:28:454824version = "0.7.1"
David Wood7f916972022-03-26 07:27:434825source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:454826checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
Manish Goregaokar288194e2022-10-19 23:24:424827dependencies = [
4828 "displaydoc",
Charles Lewa7750042022-11-06 06:43:254829 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:424830]
David Wood7f916972022-03-26 07:27:434831
4832[[package]]
Mark Rousskov342d9562020-08-17 15:21:444833name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:564834version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:444835source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:564836checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
4837dependencies = [
4838 "tinyvec_macros",
4839]
4840
4841[[package]]
4842name = "tinyvec_macros"
4843version = "0.1.0"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
Mark Rousskov342d9562020-08-17 15:21:444846
4847[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434848name = "tokio"
klensy9f621ae2022-01-24 17:19:214849version = "1.8.4"
Matthias Krüger696fb8f2019-01-21 15:32:434850source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:214851checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
Matthias Krüger696fb8f2019-01-21 15:32:434852dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:314853 "autocfg",
Alex Crichton093ede22019-08-15 00:45:094854 "bytes",
Caleb Cartwright63913182021-02-10 01:52:544855 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314856 "pin-project-lite",
Matthias Krüger696fb8f2019-01-21 15:32:434857]
4858
4859[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294860name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:474861version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:134862source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:474863checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:134864dependencies = [
Alex Crichton093ede22019-08-15 00:45:094865 "serde",
Eric Hussd2228ca2019-03-29 03:13:134866]
4867
4868[[package]]
Eric Hussa882fdd2021-12-03 20:25:074869name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:594870version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:074871source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:594872checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:074873
4874[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:094875name = "tracing"
Oli Scherera4375cb2022-07-06 12:39:324876version = "0.1.35"
Jack Hueyecb8b9f2020-05-27 05:05:094877source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherera4375cb2022-07-06 12:39:324878checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
Jack Hueyecb8b9f2020-05-27 05:05:094879dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424880 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314881 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:094882 "tracing-attributes",
4883 "tracing-core",
4884]
4885
4886[[package]]
4887name = "tracing-attributes"
Oli Scherere8962282022-07-05 08:26:124888version = "0.1.22"
Jack Hueyecb8b9f2020-05-27 05:05:094889source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:124890checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
Jack Hueyecb8b9f2020-05-27 05:05:094891dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154892 "proc-macro2",
4893 "quote",
Deadbeefa912a932023-03-23 06:19:254894 "syn 1.0.102",
Jack Hueyecb8b9f2020-05-27 05:05:094895]
4896
4897[[package]]
4898name = "tracing-core"
Oli Scherere8962282022-07-05 08:26:124899version = "0.1.28"
Jack Hueyecb8b9f2020-05-27 05:05:094900source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:124901checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
Jack Hueyecb8b9f2020-05-27 05:05:094902dependencies = [
Oli Scherere8962282022-07-05 08:26:124903 "once_cell",
4904 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:094905]
4906
4907[[package]]
Ralf Jung10430db2022-07-15 14:04:234908name = "tracing-error"
4909version = "0.2.0"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
4912dependencies = [
4913 "tracing",
4914 "tracing-subscriber",
4915]
4916
4917[[package]]
Jack Hueyd66452c2020-08-04 22:35:374918name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:004919version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:374920source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004921checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:374922dependencies = [
4923 "lazy_static",
4924 "log",
4925 "tracing-core",
4926]
4927
4928[[package]]
Oliver Schererec7230f2020-07-24 18:42:004929name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:304930version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:004931source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:304932checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:004933dependencies = [
Weihang Lo80bea6c2023-02-23 00:58:334934 "ansi_term",
Oliver Schererec7230f2020-07-24 18:42:004935 "lazy_static",
4936 "matchers",
Philipp Krones586cbd02022-06-04 12:07:444937 "parking_lot 0.11.2",
Oliver Schererec7230f2020-07-24 18:42:004938 "regex",
Oliver Schererec7230f2020-07-24 18:42:004939 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:294940 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:444941 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:594942 "tracing",
Oliver Schererec7230f2020-07-24 18:42:004943 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:374944 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:374945]
4946
4947[[package]]
4948name = "tracing-tree"
pierwillea25b772021-12-21 17:00:304949version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:374950source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:304951checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:374952dependencies = [
Weihang Lo80bea6c2023-02-23 00:58:334953 "ansi_term",
Jack Hueyd66452c2020-08-04 22:35:374954 "atty",
pierwillea25b772021-12-21 17:00:304955 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:004956 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:374957 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:004958]
4959
4960[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:004961name = "twox-hash"
4962version = "1.6.3"
4963source = "registry+https://github.com/rust-lang/crates.io-index"
4964checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
4965dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424966 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:414967 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:004968 "static_assertions",
4969]
4970
4971[[package]]
David Wood7f916972022-03-26 07:27:434972name = "type-map"
4973version = "0.4.0"
4974source = "registry+https://github.com/rust-lang/crates.io-index"
4975checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
4976dependencies = [
4977 "rustc-hash",
4978]
4979
4980[[package]]
Eric Huss8c20add2018-12-03 01:33:204981name = "typenum"
Weihang Lo6306fd32023-01-04 15:33:594982version = "1.16.0"
Eric Huss8c20add2018-12-03 01:33:204983source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:594984checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
Eric Huss8c20add2018-12-03 01:33:204985
4986[[package]]
Mark Rousskov064f8882020-01-13 21:40:194987name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:444988version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:194989source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444990checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:194991dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424992 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:194993 "regex",
4994]
4995
4996[[package]]
James Munnsde763692019-01-19 02:39:374997name = "ucd-trie"
Eric Hussbb60a762023-01-10 19:09:524998version = "0.1.5"
James Munnsde763692019-01-19 02:39:374999source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:525000checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
James Munnsde763692019-01-19 02:39:375001
5002[[package]]
Ralf Junga272c452022-05-30 08:17:465003name = "ui_test"
Ralf Jung229e65a2022-12-03 15:30:565004version = "0.5.0"
Ralf Jungf76eac42022-09-01 20:59:055005source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung229e65a2022-12-03 15:30:565006checksum = "54ddb6f31025943e2f9d59237f433711c461a43d9415974c3eb3a4902edc1c1f"
Ralf Junga272c452022-05-30 08:17:465007dependencies = [
Weihang Loe52e0402023-03-07 22:16:275008 "bstr 1.3.0",
Philipp Krones5566eb42023-02-10 13:01:315009 "cargo_metadata 0.15.3",
Ralf Jung10430db2022-07-15 14:04:235010 "color-eyre",
Ralf Junga272c452022-05-30 08:17:465011 "colored",
Ralf Jung55162732022-11-15 19:06:425012 "crossbeam-channel",
Ralf Jungf76eac42022-09-01 20:59:055013 "diff",
Ralf Junga272c452022-05-30 08:17:465014 "lazy_static",
Ralf Junga272c452022-05-30 08:17:465015 "regex",
5016 "rustc_version",
Ralf Jung9f2b69d2022-06-01 13:26:265017 "serde",
5018 "serde_json",
Ralf Jung55162732022-11-15 19:06:425019 "tempfile",
Ralf Junga272c452022-05-30 08:17:465020]
5021
5022[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235023name = "unic-char-property"
5024version = "0.9.0"
5025source = "registry+https://github.com/rust-lang/crates.io-index"
5026checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5027dependencies = [
5028 "unic-char-range",
5029]
5030
5031[[package]]
5032name = "unic-char-range"
5033version = "0.9.0"
5034source = "registry+https://github.com/rust-lang/crates.io-index"
5035checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5036
5037[[package]]
5038name = "unic-common"
5039version = "0.9.0"
5040source = "registry+https://github.com/rust-lang/crates.io-index"
5041checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5042
5043[[package]]
5044name = "unic-emoji-char"
5045version = "0.9.0"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5048dependencies = [
5049 "unic-char-property",
5050 "unic-char-range",
5051 "unic-ucd-version",
5052]
5053
5054[[package]]
David Wood7f916972022-03-26 07:27:435055name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425056version = "0.9.1"
David Wood7f916972022-03-26 07:27:435057source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425058checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435059dependencies = [
5060 "unic-langid-impl",
5061 "unic-langid-macros",
5062]
5063
5064[[package]]
5065name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425066version = "0.9.1"
David Wood7f916972022-03-26 07:27:435067source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425068checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435069dependencies = [
5070 "tinystr",
5071]
5072
5073[[package]]
5074name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425075version = "0.9.1"
David Wood7f916972022-03-26 07:27:435076source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425077checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435078dependencies = [
5079 "proc-macro-hack",
5080 "tinystr",
5081 "unic-langid-impl",
5082 "unic-langid-macros-impl",
5083]
5084
5085[[package]]
5086name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425087version = "0.9.1"
David Wood7f916972022-03-26 07:27:435088source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425089checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435090dependencies = [
5091 "proc-macro-hack",
5092 "quote",
Deadbeefa912a932023-03-23 06:19:255093 "syn 1.0.102",
David Wood7f916972022-03-26 07:27:435094 "unic-langid-impl",
5095]
5096
5097[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235098name = "unic-ucd-version"
5099version = "0.9.0"
5100source = "registry+https://github.com/rust-lang/crates.io-index"
5101checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5102dependencies = [
5103 "unic-common",
5104]
5105
5106[[package]]
Andy Russell30301642019-04-20 17:03:595107name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405108version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595109source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405110checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595111dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405112 "version_check",
Andy Russell30301642019-04-20 17:03:595113]
5114
5115[[package]]
Mark Rousskov064f8882020-01-13 21:40:195116name = "unicode-bdd"
5117version = "0.1.0"
5118dependencies = [
5119 "ucd-parse",
5120]
5121
5122[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585123name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325124version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585125source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095126checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585127dependencies = [
Alex Crichton093ede22019-08-15 00:45:095128 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585129]
5130
5131[[package]]
Andres Suareza65ddf02022-10-09 03:25:405132name = "unicode-ident"
5133version = "1.0.5"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
5136
5137[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585138name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565139version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585140source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565141checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405142dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445143 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405144]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585145
5146[[package]]
Charles Lew485e98a2020-01-02 12:02:225147name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565148version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225149source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565150checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225151
5152[[package]]
5153name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565154version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225155source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565156checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225157dependencies = [
Charles Lewc05961c2020-04-25 01:38:315158 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225159 "unicode-script",
5160]
5161
5162[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585163name = "unicode-segmentation"
Charles Lewa76dcd82022-09-16 17:55:565164version = "1.10.0"
Steve Klabnika0769612017-02-07 23:13:575165source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565166checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
Steve Klabnika0769612017-02-07 23:13:575167
5168[[package]]
5169name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565170version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575171source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565172checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085173dependencies = [
5174 "compiler_builtins",
5175 "rustc-std-workspace-core",
5176 "rustc-std-workspace-std",
5177]
Steve Klabnika0769612017-02-07 23:13:575178
5179[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585180name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565181version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395182source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565183checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395184
5185[[package]]
flip19954c228cc2019-02-18 09:32:585186name = "unicode_categories"
5187version = "0.1.1"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095189checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585190
5191[[package]]
Michael Howellb29d9d52021-02-24 06:42:425192name = "unified-diff"
5193version = "0.2.1"
5194source = "registry+https://github.com/rust-lang/crates.io-index"
5195checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5196dependencies = [
5197 "diff",
5198]
5199
5200[[package]]
est31c2d59062017-06-12 19:35:475201name = "unstable-book-gen"
5202version = "0.1.0"
5203dependencies = [
Alex Crichton093ede22019-08-15 00:45:095204 "num-traits",
5205 "tidy",
est31c2d59062017-06-12 19:35:475206]
5207
5208[[package]]
Nick Cameron71a0be02017-09-25 04:13:295209name = "unwind"
5210version = "0.0.0"
5211dependencies = [
Alex Crichton093ede22019-08-15 00:45:095212 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425213 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095214 "compiler_builtins",
5215 "core",
5216 "libc",
Nick Cameron71a0be02017-09-25 04:13:295217]
5218
5219[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585220name = "url"
Eric Hussf3287a62021-05-12 00:39:515221version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395222source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515223checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395224dependencies = [
Eric Hussf3287a62021-05-12 00:39:515225 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435226 "idna",
Alex Crichton093ede22019-08-15 00:45:095227 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:435228 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:095229 "serde",
Eric Hussf2428a62019-08-01 00:44:395230]
5231
5232[[package]]
steveklabnikecfbaca2018-04-03 14:32:045233name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445234version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045235source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445236checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045237
5238[[package]]
Eric Hussd5e03532019-05-23 20:27:495239name = "utf8parse"
Eric Huss6e298622023-04-01 15:49:205240version = "0.2.1"
Eric Hussd5e03532019-05-23 20:27:495241source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:205242checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
Eric Hussd5e03532019-05-23 20:27:495243
5244[[package]]
Pietro Albini13efb202022-11-15 09:19:175245name = "uuid"
5246version = "0.8.2"
5247source = "registry+https://github.com/rust-lang/crates.io-index"
5248checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
5249dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:415250 "getrandom",
Pietro Albini13efb202022-11-15 09:19:175251]
5252
5253[[package]]
Oli Scherere8962282022-07-05 08:26:125254name = "valuable"
5255version = "0.1.0"
5256source = "registry+https://github.com/rust-lang/crates.io-index"
5257checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5258
5259[[package]]
Alex Crichton1cede102017-06-15 02:33:065260name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445261version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065262source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445263checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065264
5265[[package]]
Alex Crichtonb4110902018-12-08 11:06:545266name = "version_check"
Amanieu d'Antrasa529ba82023-01-09 17:49:245267version = "0.9.4"
Eric Huss2b985322019-11-25 16:14:075268source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:245269checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Eric Huss2b985322019-11-25 16:14:075270
5271[[package]]
Josh Stone020c5ec2017-05-08 22:01:135272name = "walkdir"
Eric Huss3a6fc802022-04-20 13:50:395273version = "2.3.2"
Alex Crichton80d6ed22018-01-08 21:56:225274source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss3a6fc802022-04-20 13:50:395275checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Alex Crichton80d6ed22018-01-08 21:56:225276dependencies = [
Alex Crichton093ede22019-08-15 00:45:095277 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315278 "winapi",
Alex Crichton093ede22019-08-15 00:45:095279 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225280]
5281
5282[[package]]
newpavlov6374b842019-08-29 17:13:155283name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:135284version = "0.11.0+wasi-snapshot-preview1"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155287dependencies = [
5288 "compiler_builtins",
5289 "rustc-std-workspace-alloc",
5290 "rustc-std-workspace-core",
5291]
5292
5293[[package]]
Steve Klabnika0769612017-02-07 23:13:575294name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445295version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225296source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445297checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225298dependencies = [
Alex Crichton093ede22019-08-15 00:45:095299 "winapi-i686-pc-windows-gnu",
5300 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225301]
5302
5303[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225304name = "winapi-i686-pc-windows-gnu"
5305version = "0.4.0"
5306source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095307checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225308
5309[[package]]
Alex Crichton2863b752018-08-21 17:23:475310name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055311version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475312source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055313checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475314dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315315 "winapi",
Alex Crichton2863b752018-08-21 17:23:475316]
5317
5318[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225319name = "winapi-x86_64-pc-windows-gnu"
5320version = "0.4.0"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095322checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225323
5324[[package]]
Weihang Loe52e0402023-03-07 22:16:275325name = "windows"
Andy Russellbb7c3732023-01-15 18:43:155326version = "0.46.0"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
5329dependencies = [
5330 "windows-targets",
5331]
5332
5333[[package]]
Philipp Krones586cbd02022-06-04 12:07:445334name = "windows-sys"
Mateusz Mikuład5899ef2022-11-05 11:19:555335version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445336source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555337checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
Philipp Krones586cbd02022-06-04 12:07:445338dependencies = [
Mateusz Mikuład5899ef2022-11-05 11:19:555339 "windows_aarch64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:355340 "windows_aarch64_msvc",
5341 "windows_i686_gnu",
5342 "windows_i686_msvc",
5343 "windows_x86_64_gnu",
Mateusz Mikuład5899ef2022-11-05 11:19:555344 "windows_x86_64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:355345 "windows_x86_64_msvc",
Philipp Krones586cbd02022-06-04 12:07:445346]
5347
5348[[package]]
Weihang Lo6f38fd52023-02-07 22:26:225349name = "windows-sys"
5350version = "0.45.0"
Mateusz Mikuład5899ef2022-11-05 11:19:555351source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6f38fd52023-02-07 22:26:225352checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5353dependencies = [
5354 "windows-targets",
5355]
5356
5357[[package]]
5358name = "windows-targets"
Andy Russellbb7c3732023-01-15 18:43:155359version = "0.42.2"
Weihang Lo6f38fd52023-02-07 22:26:225360source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155361checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
Weihang Lo6f38fd52023-02-07 22:26:225362dependencies = [
5363 "windows_aarch64_gnullvm",
5364 "windows_aarch64_msvc",
5365 "windows_i686_gnu",
5366 "windows_i686_msvc",
5367 "windows_x86_64_gnu",
5368 "windows_x86_64_gnullvm",
5369 "windows_x86_64_msvc",
5370]
5371
5372[[package]]
5373name = "windows_aarch64_gnullvm"
Andy Russellbb7c3732023-01-15 18:43:155374version = "0.42.2"
Weihang Lo6f38fd52023-02-07 22:26:225375source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155376checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
Mateusz Mikuład5899ef2022-11-05 11:19:555377
5378[[package]]
Philipp Krones586cbd02022-06-04 12:07:445379name = "windows_aarch64_msvc"
Andy Russellbb7c3732023-01-15 18:43:155380version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445381source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155382checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
Philipp Krones586cbd02022-06-04 12:07:445383
5384[[package]]
5385name = "windows_i686_gnu"
Andy Russellbb7c3732023-01-15 18:43:155386version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445387source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155388checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
Philipp Krones586cbd02022-06-04 12:07:445389
5390[[package]]
5391name = "windows_i686_msvc"
Andy Russellbb7c3732023-01-15 18:43:155392version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445393source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155394checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
Philipp Krones586cbd02022-06-04 12:07:445395
5396[[package]]
5397name = "windows_x86_64_gnu"
Andy Russellbb7c3732023-01-15 18:43:155398version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445399source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155400checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
Mateusz Mikuład5899ef2022-11-05 11:19:555401
5402[[package]]
5403name = "windows_x86_64_gnullvm"
Andy Russellbb7c3732023-01-15 18:43:155404version = "0.42.2"
Mateusz Mikuład5899ef2022-11-05 11:19:555405source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155406checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
Philipp Krones586cbd02022-06-04 12:07:445407
5408[[package]]
5409name = "windows_x86_64_msvc"
Andy Russellbb7c3732023-01-15 18:43:155410version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445411source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155412checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
Philipp Krones586cbd02022-06-04 12:07:445413
5414[[package]]
Charles Lewa7750042022-11-06 06:43:255415name = "writeable"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455416version = "0.5.1"
Charles Lewa7750042022-11-06 06:43:255417source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455418checksum = "92d74a687e3b9a7a129db0a8c82b4d464eb9c36f5a66ca68572a7e5f1cfdb5bc"
Charles Lewa7750042022-11-06 06:43:255419
5420[[package]]
Josh Stone020c5ec2017-05-08 22:01:135421name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225422version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135423source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095424checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135425dependencies = [
Alex Crichton093ede22019-08-15 00:45:095426 "libc",
Josh Stone020c5ec2017-05-08 22:01:135427]
5428
5429[[package]]
5430name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445431version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135432source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445433checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135434dependencies = [
Alex Crichton093ede22019-08-15 00:45:095435 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135436]
5437
5438[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305439name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445440version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305441source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445442checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305443dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425444 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305445 "thiserror",
Michael Howell271bad92022-06-18 15:54:005446 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:305447]
5448
5449[[package]]
Josh Stone020c5ec2017-05-08 22:01:135450name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445451version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305452source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445453checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305454dependencies = [
5455 "linked-hash-map",
5456]
Igor Matuszewski2214a412021-05-03 20:59:355457
5458[[package]]
Igor Matuszewski2214a412021-05-03 20:59:355459name = "yansi-term"
5460version = "0.1.2"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5463dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315464 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:355465]
Charles Lewa7750042022-11-06 06:43:255466
5467[[package]]
5468name = "yoke"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455469version = "0.7.0"
Charles Lewa7750042022-11-06 06:43:255470source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455471checksum = "222180af14a6b54ef2c33493c1eff77ae95a3687a21b243e752624006fb8f26e"
Charles Lewa7750042022-11-06 06:43:255472dependencies = [
5473 "serde",
5474 "stable_deref_trait",
5475 "yoke-derive",
5476 "zerofrom",
5477]
5478
5479[[package]]
5480name = "yoke-derive"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455481version = "0.7.0"
Charles Lewa7750042022-11-06 06:43:255482source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455483checksum = "ca800d73d6b7a7ee54f2608205c98b549fca71c9500c1abcb3abdc7708b4a8cb"
Charles Lewa7750042022-11-06 06:43:255484dependencies = [
5485 "proc-macro2",
5486 "quote",
Deadbeefa912a932023-03-23 06:19:255487 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:065488 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:255489]
5490
5491[[package]]
5492name = "zerofrom"
5493version = "0.1.1"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54"
5496dependencies = [
5497 "zerofrom-derive",
5498]
5499
5500[[package]]
5501name = "zerofrom-derive"
5502version = "0.1.1"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829"
5505dependencies = [
5506 "proc-macro2",
5507 "quote",
Deadbeefa912a932023-03-23 06:19:255508 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:065509 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:255510]
5511
5512[[package]]
Charles Lewa7750042022-11-06 06:43:255513name = "zerovec"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455514version = "0.9.2"
Charles Lewa7750042022-11-06 06:43:255515source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455516checksum = "154df60c74c4a844bc04a53cef4fc18a909d3ea07e19f5225eaba86209da3aa6"
Charles Lewa7750042022-11-06 06:43:255517dependencies = [
5518 "yoke",
5519 "zerofrom",
5520 "zerovec-derive",
5521]
5522
5523[[package]]
5524name = "zerovec-derive"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455525version = "0.9.3"
Charles Lewa7750042022-11-06 06:43:255526source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455527checksum = "2154cb6e2a748163354165e22c6a555effb09ca2d16334767bf66bb404f2206e"
Charles Lewa7750042022-11-06 06:43:255528dependencies = [
5529 "proc-macro2",
5530 "quote",
Deadbeefa912a932023-03-23 06:19:255531 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:065532 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:255533]