blob: 735b007025ae50741d64ce39a9062e87b087384f [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"
Joshua Nelsonf94c9262022-11-28 23:10:4493version = "0.11.0"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
96dependencies = [
97 "winapi",
98]
99
100[[package]]
101name = "ansi_term"
Oliver Schererec7230f2020-07-24 18:42:00102version = "0.12.1"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
105dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:31106 "winapi",
Oliver Schererec7230f2020-07-24 18:42:00107]
108
109[[package]]
Eric Huss6da85d62020-01-14 17:47:04110name = "anyhow"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:39111version = "1.0.65"
Eric Huss6da85d62020-01-14 17:47:04112source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:39113checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
Eric Huss6da85d62020-01-14 17:47:04114
115[[package]]
bjorn3be670842022-05-28 10:43:51116name = "ar_archive_writer"
117version = "0.1.1"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "276881980556fdadeb88aa1ffc667e4d2e8fe72531dfabcb7a82bb3c9ea9ba31"
120dependencies = [
Amanieu d'Antrasa529ba82023-01-09 17:49:24121 "object 0.29.0",
bjorn3be670842022-05-28 10:43:51122]
123
124[[package]]
Rune Tynan77156562021-01-16 01:34:15125name = "array_tool"
126version = "1.0.3"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
129
130[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54131name = "arrayvec"
Eric Hussb46b7de2023-02-06 00:00:50132version = "0.5.2"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
135
136[[package]]
137name = "arrayvec"
Jubilee Younge8eb6912021-04-22 04:40:29138version = "0.7.0"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
Nicholas Nethercotec492ca42020-07-14 00:31:54141
142[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46143name = "askama"
144version = "0.11.0"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "4d8f355701c672c2ba3d718acbd213f740beea577cc4eae66accdffe15be1882"
147dependencies = [
148 "askama_derive",
149 "askama_escape",
150 "askama_shared",
151]
152
153[[package]]
154name = "askama_derive"
155version = "0.11.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "84704cab5b7ae0fd3a9f78ee5eb7b27f3749df445f04623db6633459ae283267"
158dependencies = [
159 "askama_shared",
160 "proc-macro2",
161 "syn",
162]
163
164[[package]]
165name = "askama_escape"
166version = "0.10.2"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5"
169
170[[package]]
171name = "askama_shared"
172version = "0.12.0"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "dae03eebba55a2697a376e58b573a29fe36893157173ac8df312ad85f3c0e012"
175dependencies = [
176 "askama_escape",
177 "nom",
178 "proc-macro2",
179 "quote",
Guillaume Gomez48f5dca2022-01-17 16:36:39180 "serde",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46181 "syn",
Weihang Lo4c4b4c052023-02-13 12:04:02182 "toml 0.5.7",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46183]
184
185[[package]]
Alex Crichton1cede102017-06-15 02:33:06186name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21187version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13188source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21189checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13190dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:07191 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:09192 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31193 "winapi",
Alex Crichton1cede102017-06-15 02:33:06194]
195
196[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05197name = "autocfg"
Jon Gjengsetb83a48d2022-03-01 17:45:23198version = "1.1.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35199source = "registry+https://github.com/rust-lang/crates.io-index"
Jon Gjengsetb83a48d2022-03-01 17:45:23200checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Mateusz Mikułaf5e702d2020-03-26 13:10:35201
202[[package]]
Ralf Jung10430db2022-07-15 14:04:23203name = "backtrace"
204version = "0.3.66"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
207dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:15208 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23209 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42210 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23211 "libc",
Michael Howell8e71a132022-11-08 00:13:20212 "miniz_oxide",
Amanieu d'Antrasa529ba82023-01-09 17:49:24213 "object 0.29.0",
Ralf Jung10430db2022-07-15 14:04:23214 "rustc-demangle",
215]
216
217[[package]]
Weihang Lo6306fd32023-01-04 15:33:59218name = "base16ct"
219version = "0.1.1"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
222
223[[package]]
Pietro Albini4f40eee2023-01-10 12:13:04224name = "base64"
225version = "0.13.1"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
228
229[[package]]
Weihang Lo6306fd32023-01-04 15:33:59230name = "base64ct"
231version = "1.5.3"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
234
235[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58236name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20237version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01238source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20239checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01240
241[[package]]
Eric Huss2b985322019-11-25 16:14:07242name = "bitmaps"
Mark Rousskov342d9562020-08-17 15:21:44243version = "2.1.0"
Eric Huss2b985322019-11-25 16:14:07244source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44245checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
Eric Huss2b985322019-11-25 16:14:07246dependencies = [
247 "typenum",
248]
249
250[[package]]
James Munnsde763692019-01-19 02:39:37251name = "block-buffer"
pierwillef6dd122022-02-10 16:54:01252version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:12253source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:01254checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
Pietro Albiniacd8e592020-10-01 15:15:12255dependencies = [
klensy45fac342022-08-31 20:04:12256 "generic-array",
James Munnsde763692019-01-19 02:39:37257]
258
259[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39260name = "bstr"
klensy43512e62022-07-26 16:16:43261version = "0.2.17"
Eric Huss6a09cfa2019-05-16 05:27:39262source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43263checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
Eric Huss6a09cfa2019-05-16 05:27:39264dependencies = [
Eric Hussfaa64612021-06-22 23:19:24265 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09266 "memchr",
Charles Lewa7750042022-11-06 06:43:25267 "regex-automata 0.1.10",
Eric Huss6a09cfa2019-05-16 05:27:39268]
269
270[[package]]
Ralf Jung55162732022-11-15 19:06:42271name = "bstr"
272version = "1.0.1"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd"
275dependencies = [
276 "memchr",
277 "once_cell",
Manish Goregaokar2721e402022-11-18 22:46:52278 "regex-automata 0.1.10",
Ralf Jung55162732022-11-15 19:06:42279 "serde",
280]
281
282[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04283name = "build-manifest"
284version = "0.1.0"
285dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01286 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40287 "flate2",
Pietro Albiniacd8e592020-10-01 15:15:12288 "hex 0.4.2",
289 "rayon",
Alex Crichton093ede22019-08-15 00:45:09290 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07291 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12292 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40293 "tar",
Weihang Lo4c4b4c052023-02-13 12:04:02294 "toml 0.5.7",
Alex Crichton9e8785f2017-01-24 22:37:04295]
296
297[[package]]
Nilstrieb25c15312022-12-30 10:11:33298name = "build_helper"
299version = "0.1.0"
300
301[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03302name = "bump-stage0"
303version = "0.1.0"
304dependencies = [
305 "anyhow",
306 "curl",
Pietro Albiniea8b1ff2021-08-26 10:35:32307 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03308 "serde",
309 "serde_json",
Weihang Lo4c4b4c052023-02-13 12:04:02310 "toml 0.5.7",
Pietro Albini80b81ad2021-08-26 09:26:03311]
312
313[[package]]
Weihang Lo6306fd32023-01-04 15:33:59314name = "bumpalo"
315version = "3.11.1"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
318
319[[package]]
Alex Crichton4f661c02018-10-08 17:39:09320name = "bytecount"
Yuki Okushi2b0e27e2021-03-17 20:34:05321version = "0.6.2"
Alex Crichton4f661c02018-10-08 17:39:09322source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:05323checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
Alex Crichton4f661c02018-10-08 17:39:09324dependencies = [
Yuki Okushi2b0e27e2021-03-17 20:34:05325 "packed_simd_2",
Alex Crichton4f661c02018-10-08 17:39:09326]
327
328[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43329name = "bytes"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31330version = "1.0.1"
Matthias Krüger696fb8f2019-01-21 15:32:43331source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31332checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
Matthias Krüger696fb8f2019-01-21 15:32:43333
334[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53335name = "bytesize"
Mark Rousskov342d9562020-08-17 15:21:44336version = "1.0.1"
Alex Crichton8ccf1122018-09-20 21:37:53337source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44338checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
Alex Crichton8ccf1122018-09-20 21:37:53339
340[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20341name = "camino"
Ralf Jungc2df1c22022-07-21 20:04:37342version = "1.0.9"
Caleb Cartwright0697f562021-10-20 05:15:20343source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:37344checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"
Caleb Cartwright0697f562021-10-20 05:15:20345dependencies = [
346 "serde",
347]
348
349[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58350name = "cargo"
Weihang Lobb2af4f2023-02-01 00:20:38351version = "0.70.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58352dependencies = [
Eric Huss6da85d62020-01-14 17:47:04353 "anyhow",
Pietro Albini4f40eee2023-01-10 12:13:04354 "base64",
Alex Crichton093ede22019-08-15 00:45:09355 "bytesize",
Caleb Cartwright0697f562021-10-20 05:15:20356 "cargo-platform 0.1.2",
Alex Crichton093ede22019-08-15 00:45:09357 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40358 "cargo-test-support",
Eric Hussea194b82021-03-26 19:29:08359 "cargo-util",
Michael Goulet02b80d22023-01-24 19:10:56360 "clap 4.1.4",
Alex Crichton093ede22019-08-15 00:45:09361 "crates-io",
Alex Crichton093ede22019-08-15 00:45:09362 "curl",
363 "curl-sys",
Weihang Lo1e5dad02022-11-25 22:37:04364 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:09365 "filetime",
366 "flate2",
Alex Crichton093ede22019-08-15 00:45:09367 "fwdansi",
368 "git2",
369 "git2-curl",
370 "glob",
Mark Rousskov342d9562020-08-17 15:21:44371 "hex 0.4.2",
Pietro Albini4f40eee2023-01-10 12:13:04372 "hmac",
Igor Matuszewskic2249a42019-09-08 08:28:11373 "home",
Weihang Lo35f89622022-11-18 21:35:07374 "http-auth",
Mark Rousskov342d9562020-08-17 15:21:44375 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09376 "ignore",
377 "im-rc",
Eric Huss3a6fc802022-04-20 13:50:39378 "indexmap",
Weihang Lo1e5dad02022-11-25 22:37:04379 "is-terminal",
pierwillf684acd2022-03-04 17:54:28380 "itertools",
Alex Crichton093ede22019-08-15 00:45:09381 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42382 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09383 "lazycell",
384 "libc",
385 "libgit2-sys",
386 "log",
387 "memchr",
flip199544cea512021-07-01 16:18:02388 "opener",
Alex Crichton093ede22019-08-15 00:45:09389 "openssl",
Eric Huss94015472021-10-12 04:48:27390 "os_info",
Weihang Lo6306fd32023-01-04 15:33:59391 "pasetors",
Eric Huss4b4a5142022-04-14 01:02:32392 "pathdiff",
Eric Huss4a7e2fb2022-08-21 04:19:43393 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:09394 "pretty_env_logger",
Alex Crichton093ede22019-08-15 00:45:09395 "rustc-workspace-hack",
Philipp Krones586cbd02022-06-04 12:07:44396 "rustfix",
Weihang Lo5095f542022-09-27 16:46:34397 "same-file",
klensy8ebc73b2022-02-06 20:57:29398 "semver",
Alex Crichton093ede22019-08-15 00:45:09399 "serde",
Weihang Lo5095f542022-09-27 16:46:34400 "serde-value",
Igor Matuszewskic2249a42019-09-08 08:28:11401 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09402 "serde_json",
Pietro Albini4f40eee2023-01-10 12:13:04403 "sha1",
Eric Husscb969e82021-04-01 00:45:03404 "shell-escape",
Eric Huss3a6fc802022-04-20 13:50:39405 "snapbox",
Alex Crichton093ede22019-08-15 00:45:09406 "strip-ansi-escapes",
407 "tar",
408 "tempfile",
409 "termcolor",
Weihang Lo6306fd32023-01-04 15:33:59410 "time 0.3.17",
Weihang Lo4c4b4c052023-02-13 12:04:02411 "toml 0.7.2",
Mark Rousskovbf29b3c2022-05-18 16:16:27412 "toml_edit",
Alex Crichton093ede22019-08-15 00:45:09413 "unicode-width",
Aaron Hill70ba4912020-08-01 14:11:15414 "unicode-xid",
Eric Huss4a7e2fb2022-08-21 04:19:43415 "url",
Alex Crichton093ede22019-08-15 00:45:09416 "walkdir",
Weihang Lo6f38fd52023-02-07 22:26:22417 "windows-sys 0.45.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58418]
419
420[[package]]
Eric Huss74498c12020-12-16 17:03:33421name = "cargo-credential"
Weihang Lo35f89622022-11-18 21:35:07422version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33423
424[[package]]
425name = "cargo-credential-1password"
Weihang Lo35f89622022-11-18 21:35:07426version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33427dependencies = [
428 "cargo-credential",
429 "serde",
430 "serde_json",
431]
432
433[[package]]
434name = "cargo-credential-macos-keychain"
Weihang Lo35f89622022-11-18 21:35:07435version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33436dependencies = [
437 "cargo-credential",
438 "security-framework",
439]
440
441[[package]]
442name = "cargo-credential-wincred"
Weihang Lo35f89622022-11-18 21:35:07443version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33444dependencies = [
445 "cargo-credential",
Weihang Lo6f38fd52023-02-07 22:26:22446 "windows-sys 0.45.0",
Eric Huss74498c12020-12-16 17:03:33447]
448
449[[package]]
Ralf Jung759e4952020-06-01 18:17:20450name = "cargo-miri"
451version = "0.1.0"
452dependencies = [
Philipp Krones5566eb42023-02-10 13:01:31453 "cargo_metadata 0.15.3",
Ralf Jung759e4952020-06-01 18:17:20454 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57455 "rustc-build-sysroot",
Ralf Jung759e4952020-06-01 18:17:20456 "rustc-workspace-hack",
Philipp Krones10f2a6d2022-12-17 13:21:37457 "rustc_tools_util 0.2.1",
Ralf Junge5684232022-01-05 09:41:22458 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20459 "serde",
460 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20461]
462
463[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56464name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56465version = "0.1.2"
Alex Crichton5c5e3fa2019-09-24 18:06:56466dependencies = [
467 "serde",
468]
469
470[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20471name = "cargo-platform"
472version = "0.1.2"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
475dependencies = [
476 "serde",
477]
478
479[[package]]
Eric Hussaedb74b2019-06-12 14:37:30480name = "cargo-test-macro"
481version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30482
483[[package]]
Aaron Hilld440e132019-09-16 18:45:40484name = "cargo-test-support"
485version = "0.1.0"
486dependencies = [
Eric Hussea194b82021-03-26 19:29:08487 "anyhow",
Aaron Hilld440e132019-09-16 18:45:40488 "cargo-test-macro",
Eric Hussea194b82021-03-26 19:29:08489 "cargo-util",
Weihang Lo5095f542022-09-27 16:46:34490 "crates-io",
Aaron Hilld440e132019-09-16 18:45:40491 "filetime",
492 "flate2",
493 "git2",
494 "glob",
pierwillf684acd2022-03-04 17:54:28495 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:42496 "lazy_static",
Weihang Lo6306fd32023-01-04 15:33:59497 "pasetors",
498 "serde",
Aaron Hilld440e132019-09-16 18:45:40499 "serde_json",
Eric Huss22326c52022-05-04 05:48:05500 "snapbox",
Aaron Hilld440e132019-09-16 18:45:40501 "tar",
Eric Hussfaa64612021-06-22 23:19:24502 "termcolor",
Weihang Lo6306fd32023-01-04 15:33:59503 "time 0.3.17",
Weihang Lo4c4b4c052023-02-13 12:04:02504 "toml 0.7.2",
Eric Huss4a7e2fb2022-08-21 04:19:43505 "url",
Weihang Lo6f38fd52023-02-07 22:26:22506 "windows-sys 0.45.0",
Aaron Hilld440e132019-09-16 18:45:40507]
508
509[[package]]
Eric Hussea194b82021-03-26 19:29:08510name = "cargo-util"
Weihang Lode53bd32022-11-16 00:10:54511version = "0.2.3"
Eric Hussea194b82021-03-26 19:29:08512dependencies = [
513 "anyhow",
514 "core-foundation",
515 "crypto-hash",
516 "filetime",
517 "hex 0.4.2",
518 "jobserver",
519 "libc",
520 "log",
Weihang Lo8a808dc2022-11-23 01:01:35521 "miow 0.5.0",
Eric Hussea194b82021-03-26 19:29:08522 "same-file",
523 "shell-escape",
524 "tempfile",
525 "walkdir",
Weihang Lo6f38fd52023-02-07 22:26:22526 "windows-sys 0.45.0",
Eric Hussea194b82021-03-26 19:29:08527]
528
529[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29530name = "cargo_metadata"
Caleb Cartwright0697f562021-10-20 05:15:20531version = "0.14.0"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
534dependencies = [
535 "camino",
536 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
klensy8ebc73b2022-02-06 20:57:29537 "semver",
Caleb Cartwright0697f562021-10-20 05:15:20538 "serde",
539 "serde_json",
540]
541
542[[package]]
Ralf Jungc2df1c22022-07-21 20:04:37543name = "cargo_metadata"
Philipp Krones5566eb42023-02-10 13:01:31544version = "0.15.3"
Ralf Jungc2df1c22022-07-21 20:04:37545source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones5566eb42023-02-10 13:01:31546checksum = "08a1ec454bc3eead8719cb56e15dbbfecdbc14e4b3a3ae4936cc6e31f5fc0d07"
Ralf Jungc2df1c22022-07-21 20:04:37547dependencies = [
548 "camino",
549 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
550 "semver",
551 "serde",
552 "serde_json",
Philipp Krones5566eb42023-02-10 13:01:31553 "thiserror",
Ralf Jungc2df1c22022-07-21 20:04:37554]
555
556[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26557name = "cargotest2"
558version = "0.1.0"
559
560[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35561name = "cc"
Mike Hommeyb4675472023-01-12 00:40:40562version = "1.0.77"
Nick Cameronc5cad5a2017-09-22 01:58:35563source = "registry+https://github.com/rust-lang/crates.io-index"
Mike Hommeyb4675472023-01-12 00:40:40564checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
Eric Hussa9023832019-11-09 19:59:53565dependencies = [
566 "jobserver",
Eric Hussa9023832019-11-09 19:59:53567]
Nick Cameronc5cad5a2017-09-22 01:58:35568
569[[package]]
Josh Stone020c5ec2017-05-08 22:01:13570name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07571version = "1.0.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03574dependencies = [
575 "compiler_builtins",
576 "rustc-std-workspace-core",
577]
Aaron Hill44fdfd62020-10-11 17:51:07578
579[[package]]
Jack Hueya24df5b2020-03-03 16:25:03580name = "chalk-derive"
Michael Goulet6de5f622022-11-13 19:29:38581version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03582source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38583checksum = "d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb"
Jack Hueya24df5b2020-03-03 16:25:03584dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15585 "proc-macro2",
586 "quote",
587 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16588 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03589]
590
591[[package]]
592name = "chalk-engine"
Michael Goulet6de5f622022-11-13 19:29:38593version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03594source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38595checksum = "7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f"
Jack Hueya24df5b2020-03-03 16:25:03596dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19597 "chalk-derive",
598 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37599 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03600 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09601 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03602]
603
604[[package]]
605name = "chalk-ir"
Michael Goulet6de5f622022-11-13 19:29:38606version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03607source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38608checksum = "43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838"
Jack Hueya24df5b2020-03-03 16:25:03609dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31610 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03611 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42612 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03613]
614
615[[package]]
Jack Hueya24df5b2020-03-03 16:25:03616name = "chalk-solve"
Michael Goulet6de5f622022-11-13 19:29:38617version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03618source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38619checksum = "61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4"
Jack Hueya24df5b2020-03-03 16:25:03620dependencies = [
621 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03622 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09623 "ena",
pierwill8d27c282022-01-19 19:44:43624 "indexmap",
pierwillf684acd2022-03-04 17:54:28625 "itertools",
Jack Hueya24df5b2020-03-03 16:25:03626 "petgraph",
627 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09628 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37629 "tracing-subscriber",
630 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03631]
632
633[[package]]
Alex Crichton15899b02018-01-25 04:01:42634name = "chrono"
Tomasz Miąsko2abe7c82021-02-28 00:00:00635version = "0.4.19"
Alex Crichton15899b02018-01-25 04:01:42636source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:00637checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
Alex Crichton15899b02018-01-25 04:01:42638dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:00639 "libc",
Alex Crichton093ede22019-08-15 00:45:09640 "num-integer",
641 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17642 "serde",
Weihang Lo6306fd32023-01-04 15:33:59643 "time 0.1.43",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31644 "winapi",
Alex Crichton15899b02018-01-25 04:01:42645]
646
647[[package]]
Steve Klabnika0769612017-02-07 23:13:57648name = "clap"
Weihang Lo11e66e12022-09-05 17:34:53649version = "3.2.20"
Eric Hussbfacc5c2022-01-19 03:14:33650source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo11e66e12022-09-05 17:34:53651checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
Eric Hussbfacc5c2022-01-19 03:14:33652dependencies = [
653 "atty",
654 "bitflags",
Nixon Enraght-Moony7680b162023-01-02 19:30:39655 "clap_derive 3.2.18",
Weihang Loc1b4f112022-10-04 20:57:49656 "clap_lex 0.2.2",
Eric Hussbfacc5c2022-01-19 03:14:33657 "indexmap",
Arlo Siemsenb59abdc2022-06-17 17:58:51658 "once_cell",
Michael Howell4a7b7732022-06-20 18:41:56659 "strsim",
Eric Hussbfacc5c2022-01-19 03:14:33660 "termcolor",
Michael Howell4a7b7732022-06-20 18:41:56661 "textwrap",
Eric Hussbfacc5c2022-01-19 03:14:33662]
663
664[[package]]
Weihang Loc1b4f112022-10-04 20:57:49665name = "clap"
Michael Goulet02b80d22023-01-24 19:10:56666version = "4.1.4"
Weihang Loc1b4f112022-10-04 20:57:49667source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet02b80d22023-01-24 19:10:56668checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
Weihang Loc1b4f112022-10-04 20:57:49669dependencies = [
Weihang Loc1b4f112022-10-04 20:57:49670 "bitflags",
Weihang Lo335e9042023-01-17 22:25:17671 "clap_derive 4.1.0",
Weihang Loc1b4f112022-10-04 20:57:49672 "clap_lex 0.3.0",
Eric Huss2717f602023-01-06 01:20:59673 "is-terminal",
Nixon Enraght-Moony7680b162023-01-02 19:30:39674 "once_cell",
Weihang Loc1b4f112022-10-04 20:57:49675 "strsim",
676 "termcolor",
Eric Huss2717f602023-01-06 01:20:59677 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49678]
679
680[[package]]
Eric Huss51814222022-04-15 18:57:06681name = "clap_complete"
Eric Huss2717f602023-01-06 01:20:59682version = "4.0.7"
Eric Huss51814222022-04-15 18:57:06683source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:59684checksum = "10861370d2ba66b0f5989f83ebf35db6421713fd92351790e7fdd6c36774c56b"
Eric Huss51814222022-04-15 18:57:06685dependencies = [
Michael Goulet02b80d22023-01-24 19:10:56686 "clap 4.1.4",
Eric Huss51814222022-04-15 18:57:06687]
688
689[[package]]
Caleb Cartwrightf367f4d2022-06-13 03:04:54690name = "clap_derive"
Weihang Lo11e66e12022-09-05 17:34:53691version = "3.2.18"
Caleb Cartwrightf367f4d2022-06-13 03:04:54692source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo11e66e12022-09-05 17:34:53693checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
Caleb Cartwrightf367f4d2022-06-13 03:04:54694dependencies = [
Eric Huss821e9d52022-07-18 21:41:10695 "heck",
Caleb Cartwrightf367f4d2022-06-13 03:04:54696 "proc-macro-error",
697 "proc-macro2",
698 "quote",
699 "syn",
700]
701
702[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39703name = "clap_derive"
Weihang Lo335e9042023-01-17 22:25:17704version = "4.1.0"
Nixon Enraght-Moony7680b162023-01-02 19:30:39705source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo335e9042023-01-17 22:25:17706checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
Nixon Enraght-Moony7680b162023-01-02 19:30:39707dependencies = [
708 "heck",
709 "proc-macro-error",
710 "proc-macro2",
711 "quote",
712 "syn",
713]
714
715[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51716name = "clap_lex"
717version = "0.2.2"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613"
720dependencies = [
721 "os_str_bytes",
722]
723
724[[package]]
Weihang Loc1b4f112022-10-04 20:57:49725name = "clap_lex"
726version = "0.3.0"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
729dependencies = [
730 "os_str_bytes",
731]
732
733[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29734name = "clippy"
Philipp Kronesc71062a2023-01-27 20:09:23735version = "0.1.69"
Ahmed Charles9ca382f2016-09-02 08:55:29736dependencies = [
Philipp Krones5566eb42023-02-10 13:01:31737 "clap 4.1.4",
Alex Crichton093ede22019-08-15 00:45:09738 "clippy_lints",
flip1995fe247b42021-09-08 14:32:16739 "clippy_utils",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41740 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09741 "derive-new",
flip1995647f2b42021-06-03 07:06:49742 "filetime",
Eric Huss4a7e2fb2022-08-21 04:19:43743 "futures",
flip1995fe247b42021-09-08 14:32:16744 "if_chain",
pierwillf684acd2022-03-04 17:54:28745 "itertools",
Philipp Krones586cbd02022-06-04 12:07:44746 "parking_lot 0.12.1",
flip19950f1ff452021-03-25 18:29:39747 "quote",
flip1995412ebc32021-03-12 14:31:11748 "regex",
flip1995706fa542022-03-14 11:03:16749 "rustc-semver",
Alex Crichton093ede22019-08-15 00:45:09750 "rustc-workspace-hack",
Philipp Krones10f2a6d2022-12-17 13:21:37751 "rustc_tools_util 0.3.0",
klensy8ebc73b2022-02-06 20:57:29752 "semver",
Alex Crichton093ede22019-08-15 00:45:09753 "serde",
flip19950f1ff452021-03-25 18:29:39754 "syn",
Matthias Krügerf77104b2019-12-02 22:09:48755 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00756 "termize",
Ralf Jungbf11b122021-04-06 11:20:48757 "tester",
flip1995159d6c32022-01-13 12:18:51758 "tokio",
Weihang Lo4c4b4c052023-02-13 12:04:02759 "toml 0.5.7",
Philipp Kronesd6732192022-07-28 17:08:41760 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29761]
762
763[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49764name = "clippy_dev"
765version = "0.0.1"
766dependencies = [
flip1995463c7602022-05-05 14:13:10767 "aho-corasick",
Philipp Krones5566eb42023-02-10 13:01:31768 "clap 4.1.4",
flip19958d5f69d2021-10-21 11:13:17769 "indoc",
pierwillf684acd2022-03-04 17:54:28770 "itertools",
flip199544cea512021-07-01 16:18:02771 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49772 "shell-escape",
773 "walkdir",
774]
775
776[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29777name = "clippy_lints"
Philipp Kronesc71062a2023-01-27 20:09:23778version = "0.1.69"
Oliver Schneider847bb142018-05-11 12:11:06779dependencies = [
Philipp Krones5566eb42023-02-10 13:01:31780 "cargo_metadata 0.15.3",
flip19950046d7c2021-02-25 10:26:23781 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06782 "declare_clippy_lint",
Alex Crichton093ede22019-08-15 00:45:09783 "if_chain",
pierwillf684acd2022-03-04 17:54:28784 "itertools",
Weihang Lo55a79152023-02-17 23:55:45785 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:09786 "quine-mc_cluskey",
787 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59788 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29789 "semver",
Alex Crichton093ede22019-08-15 00:45:09790 "serde",
flip1995c24058b2021-05-06 10:21:46791 "serde_json",
flip199537cdd7e2022-06-16 15:39:29792 "tempfile",
Weihang Lo4c4b4c052023-02-13 12:04:02793 "toml 0.5.7",
Alex Crichton093ede22019-08-15 00:45:09794 "unicode-normalization",
flip199544cea512021-07-01 16:18:02795 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43796 "url",
Oliver Schneider847bb142018-05-11 12:11:06797]
798
799[[package]]
flip19950046d7c2021-02-25 10:26:23800name = "clippy_utils"
Philipp Kronesc71062a2023-01-27 20:09:23801version = "0.1.69"
flip19950046d7c2021-02-25 10:26:23802dependencies = [
Eric Hussb46b7de2023-02-06 00:00:50803 "arrayvec 0.7.0",
flip19950046d7c2021-02-25 10:26:23804 "if_chain",
Jason Newcomb9a677672022-08-31 13:24:45805 "itertools",
flip19950046d7c2021-02-25 10:26:23806 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23807]
808
809[[package]]
Pietro Albini13efb202022-11-15 09:19:17810name = "collect-license-metadata"
811version = "0.1.0"
812dependencies = [
813 "anyhow",
814 "serde",
815 "serde_json",
816 "spdx-rs",
817]
818
819[[package]]
Ralf Jung10430db2022-07-15 14:04:23820name = "color-eyre"
821version = "0.6.2"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
824dependencies = [
825 "backtrace",
826 "color-spantrace",
827 "eyre",
828 "indenter",
829 "once_cell",
830 "owo-colors",
831 "tracing-error",
832]
833
834[[package]]
835name = "color-spantrace"
836version = "0.2.0"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
839dependencies = [
840 "once_cell",
841 "owo-colors",
842 "tracing-core",
843 "tracing-error",
844]
845
846[[package]]
Nick Cameron127f9a62018-04-25 22:11:28847name = "colored"
Ralf Jung0e908752020-09-17 18:04:20848version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28849source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20850checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28851dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42852 "atty",
853 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31854 "winapi",
Nick Cameron127f9a62018-04-25 22:11:28855]
856
857[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29858name = "commoncrypto"
859version = "0.2.0"
860source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09861checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29862dependencies = [
Alex Crichton093ede22019-08-15 00:45:09863 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29864]
865
866[[package]]
867name = "commoncrypto-sys"
868version = "0.2.0"
869source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09870checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29871dependencies = [
Alex Crichton093ede22019-08-15 00:45:09872 "libc",
Murarth64842582017-06-17 19:01:18873]
874
875[[package]]
Alex Crichton147e2da2016-10-07 06:30:38876name = "compiler_builtins"
Josh Stoneffdbd58d2023-02-11 00:13:31877version = "0.1.87"
Alex Crichton4c21a3b2018-11-20 05:52:50878source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneffdbd58d2023-02-11 00:13:31879checksum = "f867ce54c09855ccd135ad4a50c777182a0c7af5ff20a8f537617bd648b10d50"
Alex Crichton147e2da2016-10-07 06:30:38880dependencies = [
Alex Crichton093ede22019-08-15 00:45:09881 "cc",
882 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38883]
884
885[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29886name = "compiletest"
887version = "0.0.0"
888dependencies = [
yukang414eb482023-02-03 16:23:11889 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42890 "colored",
Alex Crichton093ede22019-08-15 00:45:09891 "diff",
Alex Crichton093ede22019-08-15 00:45:09892 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21893 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42894 "lazy_static",
Eric Hussfab89962022-08-08 04:26:13895 "lazycell",
Alex Crichton093ede22019-08-15 00:45:09896 "libc",
Weihang Lobfce2272022-11-04 23:50:44897 "miow 0.3.7",
Jakob Degen17395b42022-10-31 00:17:25898 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:09899 "regex",
Philipp Krones586cbd02022-06-04 12:07:44900 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09901 "serde",
902 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00903 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00904 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42905 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09906 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31907 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29908]
909
910[[package]]
911name = "compiletest_rs"
Philipp Kronesdb490d02022-10-06 07:45:08912version = "0.9.0"
hyd-deve671c352021-09-06 16:43:27913source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesdb490d02022-10-06 07:45:08914checksum = "70489bbb718aea4f92e5f48f2e3b5be670c2051de30e57cb6e5377b4aa08b372"
hyd-deve671c352021-09-06 16:43:27915dependencies = [
916 "diff",
917 "filetime",
918 "getopts",
919 "lazy_static",
920 "libc",
921 "log",
Weihang Lobfce2272022-11-04 23:50:44922 "miow 0.3.7",
hyd-deve671c352021-09-06 16:43:27923 "regex",
Philipp Krones586cbd02022-06-04 12:07:44924 "rustfix",
hyd-deve671c352021-09-06 16:43:27925 "serde",
926 "serde_derive",
927 "serde_json",
928 "tempfile",
929 "tester",
930 "winapi",
931]
932
933[[package]]
Eric Huss3a6fc802022-04-20 13:50:39934name = "concolor"
Weihang Lobfce2272022-11-04 23:50:44935version = "0.0.9"
Eric Huss3a6fc802022-04-20 13:50:39936source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44937checksum = "b90f9dcd9490a97db91a85ccd79e38a87e14323f0bb824659ee3274e9143ba37"
Eric Huss3a6fc802022-04-20 13:50:39938dependencies = [
939 "atty",
940 "bitflags",
941 "concolor-query",
942]
943
944[[package]]
945name = "concolor-query"
Weihang Lobfce2272022-11-04 23:50:44946version = "0.1.0"
Eric Huss3a6fc802022-04-20 13:50:39947source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44948checksum = "82a90734b3d5dcf656e7624cca6bce9c3a90ee11f900e80141a7427ccfb3d317"
Eric Huss3a6fc802022-04-20 13:50:39949
950[[package]]
Weihang Lo6306fd32023-01-04 15:33:59951name = "const-oid"
952version = "0.9.1"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"
955
956[[package]]
Eric Huss3a6fc802022-04-20 13:50:39957name = "content_inspector"
958version = "0.2.4"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
961dependencies = [
962 "memchr",
963]
964
965[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45966name = "convert_case"
967version = "0.4.0"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
970
971[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29972name = "core"
973version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16974dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:41975 "rand",
Thom Chiovoloni08127592022-05-02 06:10:56976 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16977]
Ahmed Charles9ca382f2016-09-02 08:55:29978
979[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28980name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05981version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07982source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05983checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07984dependencies = [
Eric Huss6654c582020-06-23 22:00:48985 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09986 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28987]
988
989[[package]]
990name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05991version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07992source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05993checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07994
995[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48996name = "coverage_test_macros"
997version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48998
999[[package]]
pierwillef6dd122022-02-10 16:54:011000name = "cpufeatures"
klensyceee8802022-11-22 14:41:061001version = "0.2.5"
Pietro Albiniacd8e592020-10-01 15:15:121002source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:061003checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
pierwillef6dd122022-02-10 16:54:011004dependencies = [
1005 "libc",
1006]
Pietro Albiniacd8e592020-10-01 15:15:121007
1008[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581009name = "crates-io"
Weihang Lo6306fd32023-01-04 15:33:591010version = "0.35.1"
Nick Cameronad8ecc22017-07-19 01:32:121011dependencies = [
Eric Huss6da85d62020-01-14 17:47:041012 "anyhow",
Alex Crichton093ede22019-08-15 00:45:091013 "curl",
Eric Huss4a7e2fb2022-08-21 04:19:431014 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:091015 "serde",
Alex Crichton093ede22019-08-15 00:45:091016 "serde_json",
Eric Huss4a7e2fb2022-08-21 04:19:431017 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581018]
1019
1020[[package]]
Alex Crichtonb4110902018-12-08 11:06:541021name = "crc32fast"
klensy43512e62022-07-26 16:16:431022version = "1.3.2"
Alex Crichtonb4110902018-12-08 11:06:541023source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431024checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Alex Crichtonb4110902018-12-08 11:06:541025dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421026 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:541027]
Alex Crichton38bedfa2017-09-02 03:46:511028
1029[[package]]
kennytmcab21f12018-07-26 21:58:551030name = "crossbeam-channel"
Ralf Jung55162732022-11-15 19:06:421031version = "0.5.6"
Matthias Krüger451d4922020-02-10 19:47:381032source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:421033checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
Matthias Krüger451d4922020-02-10 19:47:381034dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421035 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:071036 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:381037]
1038
1039[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:451040name = "crossbeam-deque"
bjorn3aa1ab512022-12-12 16:51:391041version = "0.8.2"
Josh Stone33c41252019-09-10 17:13:071042source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:391043checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
Josh Stone33c41252019-09-10 17:13:071044dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421045 "cfg-if",
Igor Matuszewski5b091302019-12-10 15:01:011046 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:071047 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:071048]
1049
1050[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:451051name = "crossbeam-epoch"
bjorn3aa1ab512022-12-12 16:51:391052version = "0.9.13"
Matthias Krüger696fb8f2019-01-21 15:32:431053source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:391054checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
Matthias Krüger696fb8f2019-01-21 15:32:431055dependencies = [
bjorn3aa1ab512022-12-12 16:51:391056 "autocfg",
Chris Denton531f3c9e2022-12-20 15:26:421057 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:071058 "crossbeam-utils",
Igor Matuszewski5b091302019-12-10 15:01:011059 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:161060 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:431061]
1062
1063[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:451064name = "crossbeam-utils"
bjorn3aa1ab512022-12-12 16:51:391065version = "0.8.14"
Eric Husse0f2f9d2019-11-12 17:57:411066source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:391067checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
Eric Husse0f2f9d2019-11-12 17:57:411068dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421069 "cfg-if",
Eric Huss71bf7cf2020-10-14 22:16:471070]
1071
1072[[package]]
Weihang Lo6306fd32023-01-04 15:33:591073name = "crypto-bigint"
1074version = "0.4.9"
pierwillef6dd122022-02-10 16:54:011075source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:591076checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
pierwillef6dd122022-02-10 16:54:011077dependencies = [
klensy45fac342022-08-31 20:04:121078 "generic-array",
Thom Chiovolonia4bf36e2022-11-21 00:55:411079 "rand_core",
Weihang Lo6306fd32023-01-04 15:33:591080 "subtle",
1081 "zeroize",
1082]
1083
1084[[package]]
1085name = "crypto-common"
1086version = "0.1.6"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1089dependencies = [
1090 "generic-array",
1091 "typenum",
pierwillef6dd122022-02-10 16:54:011092]
1093
1094[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291095name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:441096version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:291097source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441098checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:291099dependencies = [
Alex Crichton093ede22019-08-15 00:45:091100 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:401101 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:091102 "openssl",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311103 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:291104]
1105
1106[[package]]
Xidorn Quan38e42332021-02-13 11:17:151107name = "cstr"
1108version = "0.2.8"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
1111dependencies = [
1112 "proc-macro2",
1113 "quote",
1114]
1115
1116[[package]]
Weihang Lo6306fd32023-01-04 15:33:591117name = "ct-codecs"
1118version = "1.1.1"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
1121
1122[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:441123name = "ctor"
1124version = "0.1.26"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
1127dependencies = [
1128 "quote",
1129 "syn",
1130]
1131
1132[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581133name = "curl"
Weihang Lobfce2272022-11-04 23:50:441134version = "0.4.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581135source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:441136checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581137dependencies = [
Alex Crichton093ede22019-08-15 00:45:091138 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:091139 "libc",
1140 "openssl-probe",
1141 "openssl-sys",
1142 "schannel",
klensyd5e8ad42021-07-04 18:49:561143 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311144 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581145]
1146
1147[[package]]
1148name = "curl-sys"
Weihang Lobfce2272022-11-04 23:50:441149version = "0.4.59+curl-7.86.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581150source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:441151checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581152dependencies = [
Alex Crichton093ede22019-08-15 00:45:091153 "cc",
1154 "libc",
1155 "libnghttp2-sys",
1156 "libz-sys",
1157 "openssl-sys",
1158 "pkg-config",
1159 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311160 "winapi",
Josh Stone020c5ec2017-05-08 22:01:131161]
1162
1163[[package]]
Douglas Campos422fe7c2018-05-29 11:52:511164name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:221165version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:511166source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091167checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:511168
1169[[package]]
Philipp Kronesd4077782022-11-21 19:52:061170name = "declare_clippy_lint"
Philipp Kronesc71062a2023-01-27 20:09:231171version = "0.1.69"
Philipp Kronesd4077782022-11-21 19:52:061172dependencies = [
1173 "itertools",
1174 "quote",
1175 "syn",
1176]
1177
1178[[package]]
Weihang Lo6306fd32023-01-04 15:33:591179name = "der"
1180version = "0.6.1"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
1183dependencies = [
1184 "const-oid",
1185 "pem-rfc7468",
1186 "zeroize",
1187]
1188
1189[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581190name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:491191version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581192source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:491193checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581194dependencies = [
Aaron Hill70ba4912020-08-01 14:11:151195 "proc-macro2",
1196 "quote",
1197 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581198]
1199
1200[[package]]
Maybe Wafflee20e5062022-11-28 11:11:451201name = "derive_more"
1202version = "0.99.17"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1205dependencies = [
1206 "convert_case",
1207 "proc-macro2",
1208 "quote",
1209 "rustc_version",
1210 "syn",
1211]
1212
1213[[package]]
Cengiz Can837817c2017-04-27 19:41:181214name = "diff"
klensy43512e62022-07-26 16:16:431215version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:181216source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431217checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:181218
1219[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:441220name = "difference"
1221version = "2.0.0"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
1224
1225[[package]]
James Munnsde763692019-01-19 02:39:371226name = "digest"
Weihang Lo6306fd32023-01-04 15:33:591227version = "0.10.6"
Pietro Albiniacd8e592020-10-01 15:15:121228source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:591229checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
Pietro Albiniacd8e592020-10-01 15:15:121230dependencies = [
klensy45fac342022-08-31 20:04:121231 "block-buffer",
pierwillef6dd122022-02-10 16:54:011232 "crypto-common",
Weihang Lo6306fd32023-01-04 15:33:591233 "subtle",
James Munnsde763692019-01-19 02:39:371234]
1235
1236[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451237name = "directories"
Ralf Jung9cc11e22022-10-04 13:23:571238version = "4.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451239source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung9cc11e22022-10-04 13:23:571240checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
Ralf Jung44b0fd62018-11-28 20:22:451241dependencies = [
Alex Crichton093ede22019-08-15 00:45:091242 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451243]
1244
1245[[package]]
flip19954c228cc2019-02-18 09:32:581246name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:541247version = "4.0.0"
flip19954c228cc2019-02-18 09:32:581248source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:541249checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:581250dependencies = [
Alex Crichton093ede22019-08-15 00:45:091251 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581252]
1253
1254[[package]]
flip19950046d7c2021-02-25 10:26:231255name = "dirs-next"
1256version = "2.0.0"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1259dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421260 "cfg-if",
flip19950046d7c2021-02-25 10:26:231261 "dirs-sys-next",
1262]
1263
1264[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321265name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:471266version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:321267source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471268checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:321269dependencies = [
Alex Crichton093ede22019-08-15 00:45:091270 "libc",
Jubilee Young27ef7192021-04-23 22:49:471271 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311272 "winapi",
flip19950046d7c2021-02-25 10:26:231273]
1274
1275[[package]]
1276name = "dirs-sys-next"
1277version = "0.1.2"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1280dependencies = [
1281 "libc",
Jubilee Young27ef7192021-04-23 22:49:471282 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311283 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321284]
1285
1286[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421287name = "displaydoc"
1288version = "0.2.3"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
1291dependencies = [
1292 "proc-macro2",
1293 "quote",
1294 "syn",
1295]
1296
1297[[package]]
klensyceee8802022-11-22 14:41:061298name = "dissimilar"
1299version = "1.0.4"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5"
1302
1303[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291304name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:351305version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:501306source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:351307checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:291308dependencies = [
Alex Crichton093ede22019-08-15 00:45:091309 "compiler_builtins",
1310 "libc",
1311 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291312]
1313
1314[[package]]
Eric Huss3a6fc802022-04-20 13:50:391315name = "dunce"
1316version = "1.0.2"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
1319
1320[[package]]
Weihang Lo6306fd32023-01-04 15:33:591321name = "ecdsa"
1322version = "0.14.8"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
1325dependencies = [
1326 "der",
1327 "elliptic-curve",
1328 "rfc6979",
1329 "signature",
1330]
1331
1332[[package]]
1333name = "ed25519-compact"
1334version = "2.0.4"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "6a3d382e8464107391c8706b4c14b087808ecb909f6c15c34114bc42e53a9e4c"
1337dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:411338 "getrandom",
Weihang Lo6306fd32023-01-04 15:33:591339]
1340
1341[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291342name = "either"
Mark Rousskov342d9562020-08-17 15:21:441343version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291344source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441345checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291346
1347[[package]]
steveklabnikecfbaca2018-04-03 14:32:041348name = "elasticlunr-rs"
Eric Huss821e9d52022-07-18 21:41:101349version = "3.0.0"
steveklabnikecfbaca2018-04-03 14:32:041350source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss821e9d52022-07-18 21:41:101351checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6"
steveklabnikecfbaca2018-04-03 14:32:041352dependencies = [
Alex Crichton093ede22019-08-15 00:45:091353 "regex",
1354 "serde",
1355 "serde_derive",
1356 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041357]
1358
1359[[package]]
Weihang Lo6306fd32023-01-04 15:33:591360name = "elliptic-curve"
1361version = "0.12.3"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
1364dependencies = [
1365 "base16ct",
1366 "crypto-bigint",
1367 "der",
1368 "digest",
1369 "ff",
1370 "generic-array",
1371 "group",
1372 "hkdf",
1373 "pem-rfc7468",
1374 "pkcs8",
Thom Chiovolonia4bf36e2022-11-21 00:55:411375 "rand_core",
Weihang Lo6306fd32023-01-04 15:33:591376 "sec1",
1377 "subtle",
1378 "zeroize",
1379]
1380
1381[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121382name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071383version = "0.14.0"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
varkor443a2d42019-03-19 21:30:071386dependencies = [
Alex Crichton093ede22019-08-15 00:45:091387 "log",
varkor443a2d42019-03-19 21:30:071388]
1389
1390[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581391name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201392version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421393source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201394checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231395dependencies = [
Alex Crichton093ede22019-08-15 00:45:091396 "atty",
Eric Hussd45d8b12020-01-21 17:55:431397 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091398 "log",
1399 "regex",
1400 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231401]
1402
1403[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561404name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111405version = "0.9.0"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1408dependencies = [
1409 "atty",
1410 "humantime 2.0.1",
1411 "log",
1412 "regex",
1413 "termcolor",
1414]
1415
1416[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041417name = "env_logger"
1418version = "0.10.0"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1421dependencies = [
1422 "humantime 2.0.1",
1423 "is-terminal",
1424 "log",
1425 "regex",
1426 "termcolor",
1427]
1428
1429[[package]]
1430name = "errno"
1431version = "0.2.8"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
1434dependencies = [
1435 "errno-dragonfly",
1436 "libc",
1437 "winapi",
1438]
1439
1440[[package]]
1441name = "errno-dragonfly"
1442version = "0.1.2"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1445dependencies = [
1446 "cc",
1447 "libc",
1448]
1449
1450[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291451name = "error_index_generator"
1452version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581453dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211454 "mdbook",
Mark Simulacrume2e9b402017-07-23 02:01:581455]
Ahmed Charles9ca382f2016-09-02 08:55:291456
1457[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301458name = "expand-yaml-anchors"
1459version = "0.1.0"
1460dependencies = [
1461 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001462 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301463]
1464
1465[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501466name = "expect-test"
klensyceee8802022-11-22 14:41:061467version = "1.4.0"
Aleksey Kladovf7be59c2020-08-21 12:03:501468source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:061469checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3"
Aleksey Kladovf7be59c2020-08-21 12:03:501470dependencies = [
klensyceee8802022-11-22 14:41:061471 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501472 "once_cell",
1473]
1474
1475[[package]]
Ralf Jung10430db2022-07-15 14:04:231476name = "eyre"
1477version = "0.6.8"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1480dependencies = [
1481 "indenter",
1482 "once_cell",
1483]
1484
1485[[package]]
David Wood2dc1a8a2021-12-03 14:24:051486name = "fallible-iterator"
1487version = "0.2.0"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1490
1491[[package]]
Ralf Jung55162732022-11-15 19:06:421492name = "fastrand"
1493version = "1.8.0"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1496dependencies = [
1497 "instant",
1498]
1499
1500[[package]]
Weihang Lo6306fd32023-01-04 15:33:591501name = "ff"
1502version = "0.12.1"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
1505dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:411506 "rand_core",
Weihang Lo6306fd32023-01-04 15:33:591507 "subtle",
1508]
1509
1510[[package]]
1511name = "fiat-crypto"
1512version = "0.1.17"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "a214f5bb88731d436478f3ae1f8a277b62124089ba9fb67f4f93fb100ef73c90"
1515
1516[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291517name = "filetime"
klensydcdc3082021-05-11 19:03:591518version = "0.2.14"
Alex Crichton924f8c72018-04-18 15:43:591519source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:591520checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
Alex Crichton924f8c72018-04-18 15:43:591521dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421522 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091523 "libc",
klensydcdc3082021-05-11 19:03:591524 "redox_syscall",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311525 "winapi",
Alex Crichton924f8c72018-04-18 15:43:591526]
1527
1528[[package]]
Jack Hueya24df5b2020-03-03 16:25:031529name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191530version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031531source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191532checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031533
1534[[package]]
Josh Stone020c5ec2017-05-08 22:01:131535name = "flate2"
Michael Howell8e71a132022-11-08 00:13:201536version = "1.0.23"
Felix Schütt7c13fa32017-12-31 14:34:291537source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Howell8e71a132022-11-08 00:13:201538checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
Felix Schütt7c13fa32017-12-31 14:34:291539dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421540 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091541 "crc32fast",
1542 "libc",
1543 "libz-sys",
Michael Howell8e71a132022-11-08 00:13:201544 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291545]
1546
1547[[package]]
David Wood7f916972022-03-26 07:27:431548name = "fluent-bundle"
1549version = "0.15.2"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1552dependencies = [
1553 "fluent-langneg",
1554 "fluent-syntax",
1555 "intl-memoizer",
1556 "intl_pluralrules",
1557 "rustc-hash",
1558 "self_cell",
1559 "smallvec",
1560 "unic-langid",
1561]
1562
1563[[package]]
1564name = "fluent-langneg"
1565version = "0.13.0"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1568dependencies = [
1569 "unic-langid",
1570]
1571
1572[[package]]
1573name = "fluent-syntax"
1574version = "0.11.0"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1577dependencies = [
1578 "thiserror",
1579]
1580
1581[[package]]
Simon Sapinb77ff242017-07-18 21:26:551582name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441583version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551584source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441585checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551586
1587[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581588name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291589version = "0.3.2"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091591checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291592dependencies = [
Alex Crichton093ede22019-08-15 00:45:091593 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291594]
1595
1596[[package]]
1597name = "foreign-types-shared"
1598version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581599source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091600checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581601
1602[[package]]
Eric Hussf3287a62021-05-12 00:39:511603name = "form_urlencoded"
1604version = "1.0.1"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1607dependencies = [
1608 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:431609 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511610]
1611
1612[[package]]
Jethro Beekman4a350562018-08-28 04:33:261613name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491614version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501615source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491616checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261617dependencies = [
Alex Crichton093ede22019-08-15 00:45:091618 "compiler_builtins",
1619 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261620]
1621
1622[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471623name = "fs-err"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391624version = "2.8.1"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471625source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391626checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471627
1628[[package]]
Alex Crichton016eaf82018-10-21 02:15:061629name = "fs_extra"
1630version = "1.1.0"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091632checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061633
1634[[package]]
steveklabnikecfbaca2018-04-03 14:32:041635name = "futf"
Eric Huss04b75a72022-06-22 23:49:241636version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041637source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241638checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041639dependencies = [
Alex Crichton093ede22019-08-15 00:45:091640 "mac",
1641 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041642]
1643
1644[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121645name = "futures"
klensy8ebc73b2022-02-06 20:57:291646version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541647source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291648checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
Caleb Cartwright63913182021-02-10 01:52:541649dependencies = [
1650 "futures-channel",
1651 "futures-core",
1652 "futures-executor",
1653 "futures-io",
1654 "futures-sink",
1655 "futures-task",
1656 "futures-util",
1657]
1658
1659[[package]]
1660name = "futures-channel"
klensy8ebc73b2022-02-06 20:57:291661version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541662source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291663checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
Caleb Cartwright63913182021-02-10 01:52:541664dependencies = [
1665 "futures-core",
1666 "futures-sink",
1667]
1668
1669[[package]]
1670name = "futures-core"
klensy8ebc73b2022-02-06 20:57:291671version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541672source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291673checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
Caleb Cartwright63913182021-02-10 01:52:541674
1675[[package]]
1676name = "futures-executor"
klensy8ebc73b2022-02-06 20:57:291677version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541678source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291679checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
Caleb Cartwright63913182021-02-10 01:52:541680dependencies = [
1681 "futures-core",
1682 "futures-task",
1683 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541684]
1685
1686[[package]]
1687name = "futures-io"
klensy8ebc73b2022-02-06 20:57:291688version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541689source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291690checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
Caleb Cartwright63913182021-02-10 01:52:541691
1692[[package]]
1693name = "futures-macro"
klensy8ebc73b2022-02-06 20:57:291694version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541695source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291696checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
Caleb Cartwright63913182021-02-10 01:52:541697dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541698 "proc-macro2",
1699 "quote",
1700 "syn",
1701]
1702
1703[[package]]
1704name = "futures-sink"
klensy8ebc73b2022-02-06 20:57:291705version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541706source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291707checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
Caleb Cartwright63913182021-02-10 01:52:541708
1709[[package]]
1710name = "futures-task"
klensy8ebc73b2022-02-06 20:57:291711version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541712source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291713checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
Caleb Cartwright63913182021-02-10 01:52:541714
1715[[package]]
1716name = "futures-util"
klensy8ebc73b2022-02-06 20:57:291717version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541718source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291719checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
Caleb Cartwright63913182021-02-10 01:52:541720dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541721 "futures-channel",
1722 "futures-core",
1723 "futures-io",
1724 "futures-macro",
1725 "futures-sink",
1726 "futures-task",
1727 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311728 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541729 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541730 "slab",
1731]
1732
1733[[package]]
Eric Huss97308712018-08-14 21:27:261734name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051735version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261736source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051737checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261738dependencies = [
Alex Crichton093ede22019-08-15 00:45:091739 "memchr",
1740 "termcolor",
Eric Huss97308712018-08-14 21:27:261741]
1742
1743[[package]]
Pietro Albini4af7de12022-11-15 10:27:191744name = "generate-copyright"
1745version = "0.1.0"
1746dependencies = [
1747 "anyhow",
1748 "serde",
1749 "serde_json",
1750]
1751
1752[[package]]
James Munnsde763692019-01-19 02:39:371753name = "generic-array"
Pietro Albiniacd8e592020-10-01 15:15:121754version = "0.14.4"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1757dependencies = [
1758 "typenum",
1759 "version_check",
1760]
1761
1762[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291763name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081764version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291765source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081766checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361767dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081768 "rustc-std-workspace-core",
1769 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091770 "unicode-width",
varkore72f7e12019-04-30 19:37:361771]
Ahmed Charles9ca382f2016-09-02 08:55:291772
1773[[package]]
gnzlbg52caca02019-08-01 15:02:261774name = "getrandom"
Chris Denton531f3c9e2022-12-20 15:26:421775version = "0.2.8"
Ralf Jung0e908752020-09-17 18:04:201776source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton531f3c9e2022-12-20 15:26:421777checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
Ralf Jung0e908752020-09-17 18:04:201778dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421779 "cfg-if",
Weihang Lo6306fd32023-01-04 15:33:591780 "js-sys",
Ralf Jung0e908752020-09-17 18:04:201781 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411782 "wasi",
Weihang Lo6306fd32023-01-04 15:33:591783 "wasm-bindgen",
Ralf Jung0e908752020-09-17 18:04:201784]
1785
1786[[package]]
Alex Crichton06d565c2020-05-13 21:22:371787name = "gimli"
Amanieu d'Antrasa529ba82023-01-09 17:49:241788version = "0.26.2"
David Wood2dc1a8a2021-12-03 14:24:051789source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:241790checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
David Wood2dc1a8a2021-12-03 14:24:051791dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:151792 "compiler_builtins",
David Wood2dc1a8a2021-12-03 14:24:051793 "fallible-iterator",
1794 "indexmap",
Michael Howellcf83a1d2022-11-03 17:10:151795 "rustc-std-workspace-alloc",
1796 "rustc-std-workspace-core",
David Wood2dc1a8a2021-12-03 14:24:051797 "stable_deref_trait",
1798]
1799
1800[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581801name = "git2"
Weihang Loe9eb9792023-01-24 20:34:331802version = "0.16.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581803source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe9eb9792023-01-24 20:34:331804checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581805dependencies = [
Alex Crichton093ede22019-08-15 00:45:091806 "bitflags",
1807 "libc",
1808 "libgit2-sys",
1809 "log",
1810 "openssl-probe",
1811 "openssl-sys",
Eric Huss4a7e2fb2022-08-21 04:19:431812 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581813]
1814
1815[[package]]
1816name = "git2-curl"
Pietro Albini4f40eee2023-01-10 12:13:041817version = "0.17.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581818source = "registry+https://github.com/rust-lang/crates.io-index"
Pietro Albini4f40eee2023-01-10 12:13:041819checksum = "7577f4e6341ba7c90d883511130a45b956c274ba5f4d205d9f9da990f654cd33"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581820dependencies = [
Alex Crichton093ede22019-08-15 00:45:091821 "curl",
1822 "git2",
1823 "log",
Eric Huss4a7e2fb2022-08-21 04:19:431824 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581825]
1826
1827[[package]]
1828name = "glob"
Eric Huss45432452019-03-12 20:34:471829version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581830source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091831checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581832
1833[[package]]
Simon Sapinb77ff242017-07-18 21:26:551834name = "globset"
klensy43512e62022-07-26 16:16:431835version = "0.4.9"
Simon Sapinb77ff242017-07-18 21:26:551836source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431837checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
Simon Sapinb77ff242017-07-18 21:26:551838dependencies = [
Alex Crichton093ede22019-08-15 00:45:091839 "aho-corasick",
Ralf Jung55162732022-11-15 19:06:421840 "bstr 0.2.17",
Alex Crichton093ede22019-08-15 00:45:091841 "fnv",
1842 "log",
1843 "regex",
Simon Sapinb77ff242017-07-18 21:26:551844]
1845
1846[[package]]
Weihang Lo6306fd32023-01-04 15:33:591847name = "group"
1848version = "0.12.1"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
1851dependencies = [
1852 "ff",
Thom Chiovolonia4bf36e2022-11-21 00:55:411853 "rand_core",
Weihang Lo6306fd32023-01-04 15:33:591854 "subtle",
1855]
1856
1857[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291858name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461859version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291860source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461861checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291862dependencies = [
1863 "serde",
1864]
1865
1866[[package]]
Steve Klabnika0769612017-02-07 23:13:571867name = "handlebars"
Joshua Nelsonf94c9262022-11-28 23:10:441868version = "3.5.5"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"
1871dependencies = [
1872 "log",
1873 "pest",
1874 "pest_derive",
1875 "quick-error 2.0.1",
1876 "serde",
1877 "serde_json",
1878 "walkdir",
1879]
1880
1881[[package]]
1882name = "handlebars"
klensy45fac342022-08-31 20:04:121883version = "4.3.3"
Steve Klabnika0769612017-02-07 23:13:571884source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121885checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"
Steve Klabnika0769612017-02-07 23:13:571886dependencies = [
Alex Crichton093ede22019-08-15 00:45:091887 "log",
1888 "pest",
1889 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091890 "serde",
1891 "serde_json",
klensy45fac342022-08-31 20:04:121892 "thiserror",
James Munnsde763692019-01-19 02:39:371893]
1894
1895[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051896name = "hashbrown"
Amanieu d'Antras931a8f82022-07-17 11:23:261897version = "0.12.3"
Markus Westerlind7cf8d3a2020-10-05 08:50:511898source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antras931a8f82022-07-17 11:23:261899checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
Amanieu d'Antras88149d12022-01-17 07:46:111900dependencies = [
Amanieu d'Antrasa529ba82023-01-09 17:49:241901 "ahash 0.7.4",
Alex Crichton093ede22019-08-15 00:45:091902 "compiler_builtins",
1903 "rustc-std-workspace-alloc",
1904 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071905]
1906
1907[[package]]
Amanieu d'Antrasa529ba82023-01-09 17:49:241908name = "hashbrown"
1909version = "0.13.1"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
1912dependencies = [
1913 "ahash 0.8.2",
1914]
1915
1916[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471917name = "heck"
Caleb Cartwrightf367f4d2022-06-13 03:04:541918version = "0.4.0"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1921
1922[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101923name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301924version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101925source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301926checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101927dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071928 "libc",
1929]
1930
1931[[package]]
1932name = "hermit-abi"
joboet262193e2022-09-06 08:44:051933version = "0.2.6"
Stefan Lankes1ab5b0b2022-02-15 12:57:071934source = "registry+https://github.com/rust-lang/crates.io-index"
joboet262193e2022-09-06 08:44:051935checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
Stefan Lankes1ab5b0b2022-02-15 12:57:071936dependencies = [
Stefan Lankes5ebd4d92019-10-20 07:55:101937 "compiler_builtins",
1938 "libc",
joboet262193e2022-09-06 08:44:051939 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101940 "rustc-std-workspace-core",
1941]
1942
1943[[package]]
Alex Crichton1cede102017-06-15 02:33:061944name = "hex"
Alex Crichtond8251152018-07-02 16:33:161945version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221946source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091947checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221948
1949[[package]]
Aaron Hilld440e132019-09-16 18:45:401950name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441951version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401952source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441953checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401954
1955[[package]]
Weihang Lo6306fd32023-01-04 15:33:591956name = "hkdf"
1957version = "0.12.3"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
1960dependencies = [
1961 "hmac",
1962]
1963
1964[[package]]
1965name = "hmac"
1966version = "0.12.1"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1969dependencies = [
1970 "digest",
1971]
1972
1973[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121974name = "home"
Mark Rousskov342d9562020-08-17 15:21:441975version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531976source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441977checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531978dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:311979 "winapi",
flip199596c3ec12019-08-20 07:32:531980]
1981
1982[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181983name = "html-checker"
1984version = "0.1.0"
1985dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001986 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181987 "walkdir",
1988]
1989
1990[[package]]
steveklabnikecfbaca2018-04-03 14:32:041991name = "html5ever"
klensy947e7872022-04-15 18:11:141992version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471993source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141994checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471995dependencies = [
Alex Crichton093ede22019-08-15 00:45:091996 "log",
1997 "mac",
1998 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151999 "proc-macro2",
2000 "quote",
2001 "syn",
Eric Huss2dafa912019-06-19 03:36:472002]
2003
2004[[package]]
Weihang Lo35f89622022-11-18 21:35:072005name = "http-auth"
2006version = "0.1.6"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "c0b40b39d66c28829a0cf4d09f7e139ff8201f7500a5083732848ed3b4b4d850"
2009dependencies = [
2010 "memchr",
2011]
2012
2013[[package]]
Alex Crichton87f3dda2018-03-01 19:08:482014name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:562015version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:482016source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:562017checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:482018dependencies = [
Joshua Nelsonf94c9262022-11-28 23:10:442019 "quick-error 1.2.3",
Alex Crichton87f3dda2018-03-01 19:08:482020]
2021
2022[[package]]
Eric Hussd45d8b12020-01-21 17:55:432023name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:442024version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:432025source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442026checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:432027
2028[[package]]
Charles Lewa7750042022-11-06 06:43:252029name = "icu_list"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452030version = "1.1.0"
Charles Lewa7750042022-11-06 06:43:252031source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452032checksum = "01a65ff0cab77c33c7e165c858eaa6e84a09f1e485dd495d9d0ae61083c6f786"
Charles Lewa7750042022-11-06 06:43:252033dependencies = [
2034 "displaydoc",
Charles Lewa7750042022-11-06 06:43:252035 "icu_provider",
2036 "regex-automata 0.2.0",
2037 "writeable",
Charles Lewa7750042022-11-06 06:43:252038]
2039
2040[[package]]
2041name = "icu_locid"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452042version = "1.1.0"
Charles Lewa7750042022-11-06 06:43:252043source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452044checksum = "71d7a98ecb812760b5f077e55a4763edeefa7ccc30d6eb5680a70841ede81928"
Charles Lewa7750042022-11-06 06:43:252045dependencies = [
2046 "displaydoc",
2047 "litemap",
2048 "tinystr",
2049 "writeable",
2050 "zerovec",
2051]
2052
2053[[package]]
2054name = "icu_provider"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452055version = "1.1.0"
Charles Lewa7750042022-11-06 06:43:252056source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452057checksum = "a86816c97bc4e613086497f9479f63e120315e056763e8c4435604f98d21d82d"
Charles Lewa7750042022-11-06 06:43:252058dependencies = [
2059 "displaydoc",
2060 "icu_locid",
2061 "icu_provider_macros",
2062 "stable_deref_trait",
2063 "writeable",
2064 "yoke",
2065 "zerofrom",
2066 "zerovec",
2067]
2068
2069[[package]]
2070name = "icu_provider_adapters"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452071version = "1.1.0"
Charles Lewa7750042022-11-06 06:43:252072source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452073checksum = "8e89bf33962b24bb48a4a21330c20c9ff17949338ea376360dd9eda2c209dca1"
Charles Lewa7750042022-11-06 06:43:252074dependencies = [
2075 "icu_locid",
2076 "icu_provider",
2077 "tinystr",
2078 "yoke",
2079 "zerovec",
2080]
2081
2082[[package]]
2083name = "icu_provider_macros"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452084version = "1.1.0"
Charles Lewa7750042022-11-06 06:43:252085source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452086checksum = "9ddb07844c2ffc4c28840e799e9e54ff054393cf090740decf25624e9d94b93a"
Charles Lewa7750042022-11-06 06:43:252087dependencies = [
2088 "proc-macro2",
2089 "quote",
2090 "syn",
2091]
2092
2093[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582094name = "idna"
Eric Hussf2428a62019-08-01 00:44:392095version = "0.2.0"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092097checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:392098dependencies = [
Alex Crichton093ede22019-08-15 00:45:092099 "matches",
2100 "unicode-bidi",
2101 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:392102]
2103
2104[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292105name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:542106version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:292107source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092108checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:292109
2110[[package]]
Simon Sapinb77ff242017-07-18 21:26:552111name = "ignore"
klensy43512e62022-07-26 16:16:432112version = "0.4.18"
Simon Sapinb77ff242017-07-18 21:26:552113source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432114checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
Simon Sapinb77ff242017-07-18 21:26:552115dependencies = [
Josh Stonef3b88122022-01-10 19:34:072116 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:092117 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:422118 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092119 "log",
2120 "memchr",
2121 "regex",
2122 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:592123 "thread_local",
Alex Crichton093ede22019-08-15 00:45:092124 "walkdir",
2125 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:552126]
2127
2128[[package]]
Eric Huss8c20add2018-12-03 01:33:202129name = "im-rc"
klensy45fac342022-08-31 20:04:122130version = "15.1.0"
Eric Huss8c20add2018-12-03 01:33:202131source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122132checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
Eric Huss8c20add2018-12-03 01:33:202133dependencies = [
Eric Huss2b985322019-11-25 16:14:072134 "bitmaps",
Thom Chiovolonia4bf36e2022-11-21 00:55:412135 "rand_core",
klensy45fac342022-08-31 20:04:122136 "rand_xoshiro",
Alex Crichton093ede22019-08-15 00:45:092137 "sized-chunks",
2138 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:402139 "version_check",
Eric Huss8c20add2018-12-03 01:33:202140]
2141
2142[[package]]
Ralf Jung10430db2022-07-15 14:04:232143name = "indenter"
2144version = "0.3.3"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2147
2148[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:572149name = "indexmap"
Amanieu d'Antrasa529ba82023-01-09 17:49:242150version = "1.9.2"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:572151source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:242152checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
Josh Stone997a7662020-08-08 00:03:472153dependencies = [
2154 "autocfg",
Amanieu d'Antrasa529ba82023-01-09 17:49:242155 "hashbrown 0.12.3",
pierwill4f892242022-01-06 19:27:592156 "rustc-rayon",
Pietro Albiniea8b1ff2021-08-26 10:35:322157 "serde",
Josh Stone997a7662020-08-08 00:03:472158]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:572159
2160[[package]]
flip19958d5f69d2021-10-21 11:13:172161name = "indoc"
klensy43512e62022-07-26 16:16:432162version = "1.0.6"
flip19958d5f69d2021-10-21 11:13:172163source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432164checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
flip19958d5f69d2021-10-21 11:13:172165
2166[[package]]
Josh Stone020c5ec2017-05-08 22:01:132167name = "installer"
2168version = "0.0.0"
2169dependencies = [
Michael Forney32025fd2020-05-25 00:08:452170 "anyhow",
Weihang Loc1b4f112022-10-04 20:57:492171 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:092172 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:422173 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092174 "num_cpus",
2175 "rayon",
2176 "remove_dir_all",
2177 "tar",
2178 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312179 "winapi",
Alex Crichton093ede22019-08-15 00:45:092180 "xz2",
Josh Stone020c5ec2017-05-08 22:01:132181]
2182
2183[[package]]
Mark Rousskov342d9562020-08-17 15:21:442184name = "instant"
flip1995e36e5a52021-12-06 11:33:552185version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:442186source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552187checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2188dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422189 "cfg-if",
flip1995e36e5a52021-12-06 11:33:552190]
Mark Rousskov342d9562020-08-17 15:21:442191
2192[[package]]
David Wood7f916972022-03-26 07:27:432193name = "intl-memoizer"
2194version = "0.5.1"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
2197dependencies = [
2198 "type-map",
2199 "unic-langid",
2200]
2201
2202[[package]]
2203name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:422204version = "7.0.2"
David Wood7f916972022-03-26 07:27:432205source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:422206checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:432207dependencies = [
David Wood7f916972022-03-26 07:27:432208 "unic-langid",
2209]
2210
2211[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042212name = "io-lifetimes"
Joshua Nelsonf94c9262022-11-28 23:10:442213version = "1.0.3"
Weihang Lo1e5dad02022-11-25 22:37:042214source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelsonf94c9262022-11-28 23:10:442215checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
Weihang Lo1e5dad02022-11-25 22:37:042216dependencies = [
2217 "libc",
Weihang Lo6f38fd52023-02-07 22:26:222218 "windows-sys 0.42.0",
Weihang Lo1e5dad02022-11-25 22:37:042219]
2220
2221[[package]]
2222name = "is-terminal"
Joshua Nelsonf94c9262022-11-28 23:10:442223version = "0.4.2"
Weihang Lo1e5dad02022-11-25 22:37:042224source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelsonf94c9262022-11-28 23:10:442225checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
Weihang Lo1e5dad02022-11-25 22:37:042226dependencies = [
2227 "hermit-abi 0.2.6",
2228 "io-lifetimes",
2229 "rustix",
Weihang Lo6f38fd52023-02-07 22:26:222230 "windows-sys 0.42.0",
Weihang Lo1e5dad02022-11-25 22:37:042231]
2232
2233[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292234name = "itertools"
Weihang Lo9926f6e2022-10-22 12:05:482235version = "0.10.5"
Eric Huss78529352021-06-02 03:38:392236source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:482237checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
Eric Huss78529352021-06-02 03:38:392238dependencies = [
2239 "either",
2240]
2241
2242[[package]]
Steve Klabnik2795de32017-02-20 00:20:572243name = "itoa"
Ralf Jungc2df1c22022-07-21 20:04:372244version = "1.0.2"
Steve Klabnik2795de32017-02-20 00:20:572245source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:372246checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
Steve Klabnik2795de32017-02-20 00:20:572247
2248[[package]]
Rémy Rakicadab1352022-05-06 21:20:042249name = "jemalloc-sys"
2250version = "0.5.0+5.3.0"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b"
2253dependencies = [
2254 "cc",
2255 "fs_extra",
2256 "libc",
2257]
2258
2259[[package]]
Alex Crichton453080f2017-06-05 16:36:482260name = "jobserver"
Eric Hussb5cbf2f2021-08-18 00:38:072261version = "0.1.24"
Alex Crichton453080f2017-06-05 16:36:482262source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb5cbf2f2021-08-18 00:38:072263checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
Alex Crichton453080f2017-06-05 16:36:482264dependencies = [
Alex Crichton093ede22019-08-15 00:45:092265 "libc",
Alex Crichton453080f2017-06-05 16:36:482266]
2267
2268[[package]]
Weihang Lo6306fd32023-01-04 15:33:592269name = "js-sys"
2270version = "0.3.60"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2273dependencies = [
2274 "wasm-bindgen",
2275]
2276
2277[[package]]
Rune Tynan77156562021-01-16 01:34:152278name = "jsondocck"
2279version = "0.1.0"
2280dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:472281 "fs-err",
Rune Tynan77156562021-01-16 01:34:152282 "getopts",
2283 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:102284 "once_cell",
Rune Tynan77156562021-01-16 01:34:152285 "regex",
Rune Tynan77156562021-01-16 01:34:152286 "serde_json",
klensyc63cb012021-06-01 15:25:362287 "shlex",
Rune Tynan77156562021-01-16 01:34:152288]
2289
2290[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372291name = "jsondoclint"
2292version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392293dependencies = [
2294 "anyhow",
Michael Goulet02b80d22023-01-24 19:10:562295 "clap 4.1.4",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392296 "fs-err",
2297 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:452298 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392299 "serde_json",
2300]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372301
2302[[package]]
Rune Tynan77156562021-01-16 01:34:152303name = "jsonpath_lib"
2304version = "0.2.6"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
2307dependencies = [
2308 "array_tool",
2309 "env_logger 0.7.1",
2310 "log",
2311 "serde",
2312 "serde_json",
2313]
2314
2315[[package]]
Steve Klabnika0769612017-02-07 23:13:572316name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:572317version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:492318source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572319checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:492320
2321[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292322name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:442323version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:162324source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442325checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:162326
2327[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292328name = "libc"
David CARLIER71cf8922022-12-03 19:01:552329version = "0.2.138"
Ahmed Charles9ca382f2016-09-02 08:55:292330source = "registry+https://github.com/rust-lang/crates.io-index"
David CARLIER71cf8922022-12-03 19:01:552331checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
Alex Crichton4c21a3b2018-11-20 05:52:502332dependencies = [
Alex Crichton093ede22019-08-15 00:45:092333 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502334]
Ahmed Charles9ca382f2016-09-02 08:55:292335
2336[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382337name = "libffi"
2338version = "3.0.1"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "1e454b3efb16fba3b17810ae5e41df02b649e564ab3c5a34b3b93ed07ad287e6"
2341dependencies = [
2342 "libc",
2343 "libffi-sys",
2344]
2345
2346[[package]]
2347name = "libffi-sys"
2348version = "2.0.0"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15"
2351dependencies = [
2352 "cc",
2353]
2354
2355[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582356name = "libgit2-sys"
Weihang Loe9eb9792023-01-24 20:34:332357version = "0.14.1+1.5.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582358source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe9eb9792023-01-24 20:34:332359checksum = "4a07fb2692bc3593bda59de45a502bb3071659f2c515e28c71e728306b038e17"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582360dependencies = [
Alex Crichton093ede22019-08-15 00:45:092361 "cc",
2362 "libc",
2363 "libssh2-sys",
2364 "libz-sys",
2365 "openssl-sys",
2366 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582367]
2368
2369[[package]]
Andy Russell923f9392021-11-08 23:03:552370name = "libloading"
2371version = "0.7.1"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2374dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422375 "cfg-if",
Andy Russell923f9392021-11-08 23:03:552376 "winapi",
2377]
2378
2379[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052380name = "libm"
2381version = "0.1.4"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2384
2385[[package]]
Alex Crichton8ccf1122018-09-20 21:37:532386name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:442387version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:532388source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442389checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:532390dependencies = [
Alex Crichton093ede22019-08-15 00:45:092391 "cc",
2392 "libc",
Alex Crichton8ccf1122018-09-20 21:37:532393]
2394
2395[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582396name = "libssh2-sys"
Eric Huss000d3362021-12-28 21:24:032397version = "0.2.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582398source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss000d3362021-12-28 21:24:032399checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582400dependencies = [
Alex Crichton093ede22019-08-15 00:45:092401 "cc",
2402 "libc",
2403 "libz-sys",
2404 "openssl-sys",
2405 "pkg-config",
2406 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582407]
2408
2409[[package]]
2410name = "libz-sys"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452411version = "1.1.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582412source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452413checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582414dependencies = [
Alex Crichton093ede22019-08-15 00:45:092415 "cc",
2416 "libc",
2417 "pkg-config",
2418 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582419]
2420
2421[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292422name = "linkchecker"
2423version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302424dependencies = [
2425 "once_cell",
2426 "regex",
2427]
Ahmed Charles9ca382f2016-09-02 08:55:292428
2429[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302430name = "linked-hash-map"
klensy8ebc73b2022-02-06 20:57:292431version = "0.5.4"
Pietro Albini9beb8f52019-11-26 11:06:302432source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292433checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
Pietro Albini9beb8f52019-11-26 11:06:302434
2435[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572436name = "lint-docs"
2437version = "0.1.0"
2438dependencies = [
2439 "serde_json",
2440 "tempfile",
2441 "walkdir",
2442]
2443
2444[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042445name = "linux-raw-sys"
Joshua Nelsonf94c9262022-11-28 23:10:442446version = "0.1.4"
Weihang Lo1e5dad02022-11-25 22:37:042447source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelsonf94c9262022-11-28 23:10:442448checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
Weihang Lo1e5dad02022-11-25 22:37:042449
2450[[package]]
Charles Lewa7750042022-11-06 06:43:252451name = "litemap"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452452version = "0.6.1"
Charles Lewa7750042022-11-06 06:43:252453source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:452454checksum = "575d8a551c59104b4df91269921e5eab561aa1b77c618dac0414b5d44a4617de"
Charles Lewa7750042022-11-06 06:43:252455
2456[[package]]
Hans Kratz6162fc02021-09-25 13:25:082457name = "lld-wrapper"
2458version = "0.1.0"
2459
2460[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392461name = "lock_api"
Philipp Krones586cbd02022-06-04 12:07:442462version = "0.4.7"
Malo Jaffré8ed13d62017-12-29 10:24:382463source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:442464checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
Mark Rousskov342d9562020-08-17 15:21:442465dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442466 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442467 "scopeguard",
2468]
2469
2470[[package]]
2471name = "log"
Joshua Nelson079d1c42021-05-02 20:56:252472version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:442473source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:252474checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:382475dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422476 "cfg-if",
Malo Jaffré8ed13d62017-12-29 10:24:382477]
Ahmed Charles9ca382f2016-09-02 08:55:292478
2479[[package]]
Josh Stone020c5ec2017-05-08 22:01:132480name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:442481version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:132482source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442483checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:132484dependencies = [
Alex Crichton093ede22019-08-15 00:45:092485 "cc",
2486 "libc",
2487 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132488]
2489
2490[[package]]
steveklabnikecfbaca2018-04-03 14:32:042491name = "mac"
2492version = "0.1.1"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092494checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042495
2496[[package]]
2497name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442498version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042499source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442500checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042501
2502[[package]]
2503name = "markup5ever"
klensy947e7872022-04-15 18:11:142504version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472505source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142506checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472507dependencies = [
Alex Crichton093ede22019-08-15 00:45:092508 "log",
2509 "phf",
2510 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:092511 "string_cache",
2512 "string_cache_codegen",
2513 "tendril",
Eric Huss2dafa912019-06-19 03:36:472514]
2515
2516[[package]]
Oliver Schererec7230f2020-07-24 18:42:002517name = "matchers"
pierwillea25b772021-12-21 17:00:302518version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002519source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302520checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002521dependencies = [
Charles Lewa7750042022-11-06 06:43:252522 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002523]
2524
2525[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582526name = "matches"
Alex Crichton2863b752018-08-21 17:23:472527version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582528source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092529checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582530
2531[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152532name = "md-5"
pierwillef6dd122022-02-10 16:54:012533version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:062534source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:012535checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
Arlo Siemsen3296d5c2020-10-13 15:41:062536dependencies = [
klensy45fac342022-08-31 20:04:122537 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062538]
2539
2540[[package]]
Steve Klabnika0769612017-02-07 23:13:572541name = "mdbook"
Eric Huss2717f602023-01-06 01:20:592542version = "0.4.25"
Steve Klabnika0769612017-02-07 23:13:572543source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:592544checksum = "d1ed28d5903dde77bd5182645078a37ee57014cac6ccb2d54e1d6496386648e4"
Steve Klabnika0769612017-02-07 23:13:572545dependencies = [
Alex Crichton093ede22019-08-15 00:45:092546 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462547 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092548 "chrono",
Michael Goulet02b80d22023-01-24 19:10:562549 "clap 4.1.4",
Eric Huss51814222022-04-15 18:57:062550 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092551 "elasticlunr-rs",
Eric Huss2717f602023-01-06 01:20:592552 "env_logger 0.10.0",
Joshua Nelsonf94c9262022-11-28 23:10:442553 "handlebars 4.3.3",
Alex Crichton093ede22019-08-15 00:45:092554 "log",
2555 "memchr",
Eric Huss2717f602023-01-06 01:20:592556 "once_cell",
Eric Hussa882fdd2021-12-03 20:25:072557 "opener",
Weihang Lo55a79152023-02-17 23:55:452558 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:092559 "regex",
2560 "serde",
Alex Crichton093ede22019-08-15 00:45:092561 "serde_json",
klensyc63cb012021-06-01 15:25:362562 "shlex",
Alex Crichton093ede22019-08-15 00:45:092563 "tempfile",
Weihang Lo4c4b4c052023-02-13 12:04:022564 "toml 0.5.7",
Eric Hussa882fdd2021-12-03 20:25:072565 "topological-sort",
James Munnsde763692019-01-19 02:39:372566]
2567
2568[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:442569name = "mdman"
2570version = "0.1.0"
2571dependencies = [
2572 "anyhow",
2573 "handlebars 3.5.5",
2574 "pretty_assertions",
Weihang Lo55a79152023-02-17 23:55:452575 "pulldown-cmark",
Joshua Nelsonf94c9262022-11-28 23:10:442576 "same-file",
2577 "serde_json",
2578 "url",
2579]
2580
2581[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492582name = "measureme"
Wesley Wiser6108caa2022-06-27 15:01:032583version = "10.1.0"
Ryan Levick757f76e2021-10-07 13:08:442584source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser6108caa2022-06-27 15:01:032585checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a"
Ryan Levick947a33b2021-07-23 14:25:582586dependencies = [
2587 "log",
2588 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:442589 "parking_lot 0.11.2",
Ryan Levick947a33b2021-07-23 14:25:582590 "perf-event-open-sys",
2591 "rustc-hash",
2592 "smallvec",
2593]
2594
2595[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582596name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202597version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292598source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202599checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242600dependencies = [
2601 "compiler_builtins",
2602 "rustc-std-workspace-core",
2603]
Steve Klabnika0769612017-02-07 23:13:572604
2605[[package]]
Camille GILLOT458d0442021-03-17 16:29:452606name = "memmap2"
2607version = "0.2.1"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2610dependencies = [
2611 "libc",
2612]
2613
2614[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452615name = "memoffset"
bjorn3aa1ab512022-12-12 16:51:392616version = "0.7.1"
Ralf Jungc7a599e2019-07-25 13:57:252617source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:392618checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
Ralf Jungc7a599e2019-07-25 13:57:252619dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442620 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252621]
2622
2623[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052624name = "minifier"
Guillaume Gomezfb62f282022-08-16 11:50:182625version = "0.2.2"
Guillaume Gomez4b145732018-05-10 22:02:052626source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezfb62f282022-08-16 11:50:182627checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
Guillaume Gomez4b145732018-05-10 22:02:052628
2629[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462630name = "minimal-lexical"
2631version = "0.2.1"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2634
2635[[package]]
Alex Crichtonb4110902018-12-08 11:06:542636name = "miniz_oxide"
Ralf Jung10430db2022-07-15 14:04:232637version = "0.5.3"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2640dependencies = [
Michael Howell8e71a132022-11-08 00:13:202641 "adler",
Michael Howellcf83a1d2022-11-03 17:10:152642 "compiler_builtins",
2643 "rustc-std-workspace-alloc",
2644 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:232645]
2646
2647[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582648name = "miow"
klensyd5e8ad42021-07-04 18:49:562649version = "0.3.7"
Alex Crichtona8eaabc2018-03-07 07:39:552650source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd5e8ad42021-07-04 18:49:562651checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Alex Crichtona8eaabc2018-03-07 07:39:552652dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312653 "winapi",
Alex Crichtona8eaabc2018-03-07 07:39:552654]
2655
2656[[package]]
Weihang Lobfce2272022-11-04 23:50:442657name = "miow"
Weihang Lo8a808dc2022-11-23 01:01:352658version = "0.5.0"
Weihang Lobfce2272022-11-04 23:50:442659source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo8a808dc2022-11-23 01:01:352660checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
Weihang Lobfce2272022-11-04 23:50:442661dependencies = [
Weihang Lo6f38fd52023-02-07 22:26:222662 "windows-sys 0.42.0",
Weihang Lobfce2272022-11-04 23:50:442663]
2664
2665[[package]]
kennytm0692b3d2017-12-15 19:41:582666name = "miri"
2667version = "0.1.0"
2668dependencies = [
Alex Crichton093ede22019-08-15 00:45:092669 "colored",
Ralf Junge5d01782021-10-04 22:13:002670 "env_logger 0.9.0",
Thom Chiovolonia4bf36e2022-11-21 00:55:412671 "getrandom",
Ralf Junga272c452022-05-30 08:17:462672 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202673 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382674 "libffi",
Ralf Jungf76eac42022-09-01 20:59:052675 "libloading",
Alex Crichton093ede22019-08-15 00:45:092676 "log",
Ralf Jung61a986a2022-06-26 02:21:492677 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412678 "rand",
Ralf Junga272c452022-05-30 08:17:462679 "regex",
Alex Crichton093ede22019-08-15 00:45:092680 "rustc-workspace-hack",
Ralf Jung64f56d22022-10-22 08:45:252681 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292682 "smallvec",
Ralf Junga272c452022-05-30 08:17:462683 "ui_test",
kennytm0692b3d2017-12-15 19:41:582684]
2685
2686[[package]]
Jakob Degen17395b42022-10-31 00:17:252687name = "miropt-test-tools"
2688version = "0.1.0"
2689dependencies = [
2690 "regex",
2691]
2692
2693[[package]]
Alex Crichtond8251152018-07-02 16:33:162694name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442695version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162696source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442697checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452698
2699[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462700name = "nom"
2701version = "7.1.0"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2704dependencies = [
2705 "memchr",
2706 "minimal-lexical",
2707 "version_check",
2708]
2709
2710[[package]]
Weihang Lo4c4b4c052023-02-13 12:04:022711name = "nom8"
2712version = "0.2.0"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
2715dependencies = [
2716 "memchr",
2717]
2718
2719[[package]]
Eric Huss3a6fc802022-04-20 13:50:392720name = "normalize-line-endings"
2721version = "0.3.0"
2722source = "registry+https://github.com/rust-lang/crates.io-index"
2723checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2724
2725[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242726name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442727version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162728source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442729checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162730dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442731 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092732 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162733]
2734
2735[[package]]
2736name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442737version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572738source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442739checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2740dependencies = [
2741 "autocfg",
2742]
Steve Klabnik2795de32017-02-20 00:20:572743
2744[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292745name = "num_cpus"
klensy8ebc73b2022-02-06 20:57:292746version = "1.13.1"
Ahmed Charles9ca382f2016-09-02 08:55:292747source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292748checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
Ahmed Charles9ca382f2016-09-02 08:55:292749dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:072750 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:092751 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292752]
2753
2754[[package]]
Alex Crichton06d565c2020-05-13 21:22:372755name = "object"
Martin Kröning21625e52022-06-01 22:16:002756version = "0.29.0"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2759dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:152760 "compiler_builtins",
Martin Kröning21625e52022-06-01 22:16:002761 "memchr",
Michael Howellcf83a1d2022-11-03 17:10:152762 "rustc-std-workspace-alloc",
2763 "rustc-std-workspace-core",
Martin Kröning21625e52022-06-01 22:16:002764]
2765
2766[[package]]
Amanieu d'Antrasa529ba82023-01-09 17:49:242767name = "object"
2768version = "0.30.1"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
2771dependencies = [
2772 "crc32fast",
2773 "flate2",
2774 "hashbrown 0.13.1",
2775 "indexmap",
2776 "memchr",
2777]
2778
2779[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372780name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152781version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372782source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152783checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372784dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422785 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372786]
2787
2788[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412789name = "once_cell"
Ralf Jung55162732022-11-15 19:06:422790version = "1.16.0"
Mark Rousskov2fc32b92019-09-10 01:01:412791source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:422792checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
Mark Rousskov2fc32b92019-09-10 01:01:412793
2794[[package]]
Alex Crichton2863b752018-08-21 17:23:472795name = "opener"
Eric Hussfaa64612021-06-22 23:19:242796version = "0.5.0"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2799dependencies = [
Ralf Jung55162732022-11-15 19:06:422800 "bstr 0.2.17",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312801 "winapi",
Eric Hussfaa64612021-06-22 23:19:242802]
2803
2804[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582805name = "openssl"
Johannes Nixdorf59c66bb2022-04-16 08:50:292806version = "0.10.38"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582807source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292808checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582809dependencies = [
Alex Crichton093ede22019-08-15 00:45:092810 "bitflags",
Chris Denton531f3c9e2022-12-20 15:26:422811 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092812 "foreign-types",
Alex Crichton093ede22019-08-15 00:45:092813 "libc",
klensy50c38902021-05-01 11:50:032814 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092815 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582816]
2817
2818[[package]]
2819name = "openssl-probe"
klensy43512e62022-07-26 16:16:432820version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582821source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432822checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582823
2824[[package]]
Eric Huss97308712018-08-14 21:27:262825name = "openssl-src"
klensy43512e62022-07-26 16:16:432826version = "111.22.0+1.1.1q"
Eric Huss97308712018-08-14 21:27:262827source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432828checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
Eric Huss97308712018-08-14 21:27:262829dependencies = [
Alex Crichton093ede22019-08-15 00:45:092830 "cc",
Eric Huss97308712018-08-14 21:27:262831]
2832
2833[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582834name = "openssl-sys"
Johannes Nixdorf59c66bb2022-04-16 08:50:292835version = "0.9.72"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582836source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292837checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582838dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152839 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092840 "cc",
2841 "libc",
2842 "openssl-src",
2843 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092844 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582845]
2846
2847[[package]]
Weihang Lo5095f542022-09-27 16:46:342848name = "ordered-float"
2849version = "2.10.0"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
2852dependencies = [
2853 "num-traits",
2854]
2855
2856[[package]]
Weihang Lo6306fd32023-01-04 15:33:592857name = "orion"
2858version = "0.17.3"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "f2baf7fd2e326e3895c681176788dd227fcd8369350e53c570592d8563fecbb6"
2861dependencies = [
2862 "fiat-crypto",
2863 "subtle",
2864 "zeroize",
2865]
2866
2867[[package]]
Eric Huss94015472021-10-12 04:48:272868name = "os_info"
Eric Huss0a31aa22022-08-10 11:07:572869version = "3.5.0"
Eric Huss94015472021-10-12 04:48:272870source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss0a31aa22022-08-10 11:07:572871checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399"
Eric Huss94015472021-10-12 04:48:272872dependencies = [
2873 "log",
2874 "serde",
2875 "winapi",
2876]
2877
2878[[package]]
Eric Hussbfacc5c2022-01-19 03:14:332879name = "os_str_bytes"
2880version = "6.0.0"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
Eric Hussbfacc5c2022-01-19 03:14:332883
2884[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:442885name = "output_vt100"
2886version = "0.1.3"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
2889dependencies = [
2890 "winapi",
2891]
2892
2893[[package]]
Ralf Jung10430db2022-07-15 14:04:232894name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052895version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232896source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052897checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232898
2899[[package]]
Weihang Lo6306fd32023-01-04 15:33:592900name = "p384"
2901version = "0.11.2"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
2904dependencies = [
2905 "ecdsa",
2906 "elliptic-curve",
2907 "sha2",
2908]
2909
2910[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052911name = "packed_simd_2"
Chris Denton531f3c9e2022-12-20 15:26:422912version = "0.3.8"
Nick Cameron7a7445b2018-12-01 10:36:322913source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton531f3c9e2022-12-20 15:26:422914checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
Nick Cameron7a7445b2018-12-01 10:36:322915dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422916 "cfg-if",
Yuki Okushi2b0e27e2021-03-17 20:34:052917 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322918]
2919
2920[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292921name = "panic_abort"
2922version = "0.0.0"
2923dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392924 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422925 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092926 "compiler_builtins",
2927 "core",
2928 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292929]
2930
2931[[package]]
2932name = "panic_unwind"
2933version = "0.0.0"
2934dependencies = [
Alex Crichton093ede22019-08-15 00:45:092935 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422936 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092937 "compiler_builtins",
2938 "core",
2939 "libc",
2940 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292941]
2942
2943[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012944name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552945version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442946source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552947checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442948dependencies = [
2949 "instant",
Caleb Cartwright63913182021-02-10 01:52:542950 "lock_api",
Philipp Krones586cbd02022-06-04 12:07:442951 "parking_lot_core 0.8.5",
2952]
2953
2954[[package]]
2955name = "parking_lot"
2956version = "0.12.1"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2959dependencies = [
2960 "lock_api",
Mateusz Mikuład5899ef2022-11-05 11:19:552961 "parking_lot_core 0.9.4",
Mark Rousskov342d9562020-08-17 15:21:442962]
2963
2964[[package]]
2965name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552966version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442967source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552968checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442969dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422970 "cfg-if",
Mark Rousskov342d9562020-08-17 15:21:442971 "instant",
2972 "libc",
klensydcdc3082021-05-11 19:03:592973 "redox_syscall",
Jubilee Younge8eb6912021-04-22 04:40:292974 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312975 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312976]
2977
2978[[package]]
Philipp Krones586cbd02022-06-04 12:07:442979name = "parking_lot_core"
Mateusz Mikuład5899ef2022-11-05 11:19:552980version = "0.9.4"
Philipp Krones586cbd02022-06-04 12:07:442981source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552982checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
Philipp Krones586cbd02022-06-04 12:07:442983dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422984 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442985 "libc",
2986 "redox_syscall",
2987 "smallvec",
Weihang Lo6f38fd52023-02-07 22:26:222988 "windows-sys 0.42.0",
Philipp Krones586cbd02022-06-04 12:07:442989]
2990
2991[[package]]
Weihang Lo6306fd32023-01-04 15:33:592992name = "pasetors"
2993version = "0.6.5"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "ed20c4c21d893414f42e0cbfebe8a8036b5ae9b0264611fb6504e395eda6ceec"
2996dependencies = [
2997 "ct-codecs",
2998 "ed25519-compact",
Thom Chiovolonia4bf36e2022-11-21 00:55:412999 "getrandom",
Weihang Lo6306fd32023-01-04 15:33:593000 "orion",
3001 "p384",
Thom Chiovolonia4bf36e2022-11-21 00:55:413002 "rand_core",
Weihang Lo6306fd32023-01-04 15:33:593003 "regex",
3004 "serde",
3005 "serde_json",
3006 "sha2",
3007 "subtle",
3008 "time 0.3.17",
3009 "zeroize",
3010]
3011
3012[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:273013name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:323014version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:273015source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:323016checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:273017
3018[[package]]
Weihang Lo6306fd32023-01-04 15:33:593019name = "pem-rfc7468"
3020version = "0.6.0"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
3023dependencies = [
3024 "base64ct",
3025]
3026
3027[[package]]
Alex Crichton1cede102017-06-15 02:33:063028name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:483029version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:393030source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:483031checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:393032
3033[[package]]
Wesley Wisere130e9c2021-02-25 23:25:383034name = "perf-event-open-sys"
3035version = "1.0.1"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
3037checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
3038dependencies = [
3039 "libc",
3040]
3041
3042[[package]]
Steve Klabnika0769612017-02-07 23:13:573043name = "pest"
Eric Hussbb60a762023-01-10 19:09:523044version = "2.5.2"
James Munnsde763692019-01-19 02:39:373045source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:523046checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4"
James Munnsde763692019-01-19 02:39:373047dependencies = [
klensy45fac342022-08-31 20:04:123048 "thiserror",
Alex Crichton093ede22019-08-15 00:45:093049 "ucd-trie",
James Munnsde763692019-01-19 02:39:373050]
3051
3052[[package]]
Alex Crichtone9d89832018-04-02 15:43:553053name = "pest_derive"
Eric Hussbb60a762023-01-10 19:09:523054version = "2.5.2"
James Munnsde763692019-01-19 02:39:373055source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:523056checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603"
James Munnsde763692019-01-19 02:39:373057dependencies = [
Alex Crichton093ede22019-08-15 00:45:093058 "pest",
3059 "pest_generator",
James Munnsde763692019-01-19 02:39:373060]
3061
3062[[package]]
3063name = "pest_generator"
Eric Hussbb60a762023-01-10 19:09:523064version = "2.5.2"
James Munnsde763692019-01-19 02:39:373065source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:523066checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7"
James Munnsde763692019-01-19 02:39:373067dependencies = [
Alex Crichton093ede22019-08-15 00:45:093068 "pest",
3069 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:153070 "proc-macro2",
3071 "quote",
3072 "syn",
James Munnsde763692019-01-19 02:39:373073]
3074
3075[[package]]
3076name = "pest_meta"
Eric Hussbb60a762023-01-10 19:09:523077version = "2.5.2"
James Munnsde763692019-01-19 02:39:373078source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:523079checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065"
James Munnsde763692019-01-19 02:39:373080dependencies = [
klensy45fac342022-08-31 20:04:123081 "once_cell",
Alex Crichton093ede22019-08-15 00:45:093082 "pest",
Eric Hussbb60a762023-01-10 19:09:523083 "sha1",
James Munnsde763692019-01-19 02:39:373084]
3085
3086[[package]]
Jack Hueya24df5b2020-03-03 16:25:033087name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:193088version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:033089source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193090checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:033091dependencies = [
3092 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:193093 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:033094]
3095
3096[[package]]
steveklabnikecfbaca2018-04-03 14:32:043097name = "phf"
klensy947e7872022-04-15 18:11:143098version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:043099source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143100checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:043101dependencies = [
Alex Crichton093ede22019-08-15 00:45:093102 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:043103]
3104
3105[[package]]
3106name = "phf_codegen"
klensy947e7872022-04-15 18:11:143107version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:043108source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143109checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:043110dependencies = [
Alex Crichton093ede22019-08-15 00:45:093111 "phf_generator",
3112 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:043113]
3114
3115[[package]]
3116name = "phf_generator"
klensy947e7872022-04-15 18:11:143117version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:043118source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143119checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:043120dependencies = [
Alex Crichton093ede22019-08-15 00:45:093121 "phf_shared",
Thom Chiovolonia4bf36e2022-11-21 00:55:413122 "rand",
steveklabnikecfbaca2018-04-03 14:32:043123]
3124
3125[[package]]
3126name = "phf_shared"
klensy947e7872022-04-15 18:11:143127version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:043128source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143129checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:043130dependencies = [
Alex Crichton093ede22019-08-15 00:45:093131 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:043132]
3133
3134[[package]]
Caleb Cartwright63913182021-02-10 01:52:543135name = "pin-project-lite"
klensy9f621ae2022-01-24 17:19:213136version = "0.2.8"
Caleb Cartwright63913182021-02-10 01:52:543137source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:213138checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
Caleb Cartwright63913182021-02-10 01:52:543139
3140[[package]]
3141name = "pin-utils"
3142version = "0.1.0"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3145
3146[[package]]
Weihang Lo6306fd32023-01-04 15:33:593147name = "pkcs8"
3148version = "0.9.0"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
3151dependencies = [
3152 "der",
3153 "spki",
3154]
3155
3156[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583157name = "pkg-config"
Alyssa Rossb3b6fbc2022-10-14 01:42:233158version = "0.3.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583159source = "registry+https://github.com/rust-lang/crates.io-index"
Alyssa Rossb3b6fbc2022-10-14 01:42:233160checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583161
3162[[package]]
Santiago Pastorino8429d112018-05-24 21:52:013163name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:063164version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:013165source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:063166checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:513167dependencies = [
Alex Crichton093ede22019-08-15 00:45:093168 "datafrog",
3169 "log",
3170 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:513171]
Santiago Pastorino8429d112018-05-24 21:52:013172
3173[[package]]
gnzlbg52caca02019-08-01 15:02:263174name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:213175version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:263176source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:213177checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:263178
3179[[package]]
steveklabnikecfbaca2018-04-03 14:32:043180name = "precomputed-hash"
3181version = "0.1.1"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093183checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:043184
3185[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:443186name = "pretty_assertions"
3187version = "0.6.1"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
3190dependencies = [
3191 "ansi_term 0.11.0",
3192 "ctor",
3193 "difference",
3194 "output_vt100",
3195]
3196
3197[[package]]
Eric Huss8c20add2018-12-03 01:33:203198name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:383199version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:203200source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:383201checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:203202dependencies = [
Matthias Krüger451d4922020-02-10 19:47:383203 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093204 "log",
Eric Huss8c20add2018-12-03 01:33:203205]
3206
3207[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:113208name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:443209version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:113210source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443211checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:113212dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443213 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:153214 "proc-macro2",
3215 "quote",
3216 "syn",
Mark Rousskov342d9562020-08-17 15:21:443217 "version_check",
3218]
3219
3220[[package]]
3221name = "proc-macro-error-attr"
3222version = "1.0.4"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3225dependencies = [
3226 "proc-macro2",
3227 "quote",
3228 "version_check",
Alex Crichtone9d89832018-04-02 15:43:553229]
3230
3231[[package]]
David Wood7f916972022-03-26 07:27:433232name = "proc-macro-hack"
3233version = "0.5.19"
3234source = "registry+https://github.com/rust-lang/crates.io-index"
3235checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
3236
3237[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:113238name = "proc-macro2"
Andres Suareza65ddf02022-10-09 03:25:403239version = "1.0.46"
Igor Matuszewskic2249a42019-09-08 08:28:113240source = "registry+https://github.com/rust-lang/crates.io-index"
Andres Suareza65ddf02022-10-09 03:25:403241checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
Igor Matuszewskic2249a42019-09-08 08:28:113242dependencies = [
Andres Suareza65ddf02022-10-09 03:25:403243 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:113244]
3245
3246[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293247name = "proc_macro"
3248version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:083249dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:323250 "core",
Alex Crichtonb47c9692019-08-16 15:29:083251 "std",
3252]
Ahmed Charles9ca382f2016-09-02 08:55:293253
3254[[package]]
whitequark42754ce2017-02-13 09:57:503255name = "profiler_builtins"
3256version = "0.0.0"
3257dependencies = [
Alex Crichton093ede22019-08-15 00:45:093258 "cc",
3259 "compiler_builtins",
3260 "core",
Marco Castelluccioecba8d62017-06-04 14:54:393261]
3262
3263[[package]]
Oliver Scherer26edcee2018-11-02 15:14:243264name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:553265version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:243266source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:553267checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:243268dependencies = [
3269 "cc",
3270]
3271
3272[[package]]
Steve Klabnika0769612017-02-07 23:13:573273name = "pulldown-cmark"
Guillaume Gomez7f78a9a2022-07-26 18:36:203274version = "0.9.2"
Joshua Nelsone4c28bf2020-09-14 00:15:013275source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:203276checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
Joshua Nelsone4c28bf2020-09-14 00:15:013277dependencies = [
3278 "bitflags",
3279 "memchr",
3280 "unicase",
3281]
3282
3283[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:323284name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:443285version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323286source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443287checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323288
3289[[package]]
Steve Klabnika0769612017-02-07 23:13:573290name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:063291version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:573292source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:063293checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:573294
3295[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:443296name = "quick-error"
3297version = "2.0.1"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
3300
3301[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293302name = "quine-mc_cluskey"
3303version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583304source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093305checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583306
3307[[package]]
3308name = "quote"
Philipp Kronesd4077782022-11-21 19:52:063309version = "1.0.21"
Igor Matuszewskic2249a42019-09-08 08:28:113310source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesd4077782022-11-21 19:52:063311checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
Igor Matuszewskic2249a42019-09-08 08:28:113312dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153313 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:553314]
3315
3316[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293317name = "rand"
klensy947e7872022-04-15 18:11:143318version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:193319source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143320checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:193321dependencies = [
3322 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:413323 "rand_chacha",
3324 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:193325]
3326
3327[[package]]
3328name = "rand_chacha"
3329version = "0.3.0"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
3332dependencies = [
3333 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:413334 "rand_core",
gnzlbg52caca02019-08-01 15:02:263335]
3336
3337[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193338name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:593339version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:193340source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:593341checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:193342dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413343 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:193344]
3345
3346[[package]]
Ralf Jung5b78e982019-04-19 07:37:333347name = "rand_xorshift"
Thom Chiovolonia4bf36e2022-11-21 00:55:413348version = "0.3.0"
Ralf Jung5b78e982019-04-19 07:37:333349source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovolonia4bf36e2022-11-21 00:55:413350checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
Ralf Jung5b78e982019-04-19 07:37:333351dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413352 "rand_core",
Eric Huss2b985322019-11-25 16:14:073353]
3354
3355[[package]]
3356name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:293357version = "0.6.0"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3360dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413361 "rand_core",
Chase Wilson09f15422021-08-29 15:55:293362]
3363
3364[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293365name = "rayon"
Josh Stoneab57e362022-05-28 00:14:223366version = "1.5.3"
Nick Cameron4b6f5c22018-02-26 03:15:453367source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223368checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
Nick Cameron4b6f5c22018-02-26 03:15:453369dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443370 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163371 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:093372 "either",
3373 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293374]
3375
3376[[package]]
3377name = "rayon-core"
Josh Stoneab57e362022-05-28 00:14:223378version = "1.9.3"
Oliver Schneideracdf83f2017-12-06 08:25:293379source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223380checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
Oliver Schneideracdf83f2017-12-06 08:25:293381dependencies = [
Josh Stonef3b88122022-01-10 19:34:073382 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163383 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073384 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:093385 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:313386]
3387
3388[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353389name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:403390version = "0.2.10"
flip19950046d7c2021-02-25 10:26:233391source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:403392checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:233393dependencies = [
3394 "bitflags",
3395]
3396
3397[[package]]
flip19954c228cc2019-02-18 09:32:583398name = "redox_users"
flip19950046d7c2021-02-25 10:26:233399version = "0.4.0"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3402dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413403 "getrandom",
klensydcdc3082021-05-11 19:03:593404 "redox_syscall",
flip19950046d7c2021-02-25 10:26:233405]
3406
3407[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583408name = "regex"
klensy43512e62022-07-26 16:16:433409version = "1.5.6"
Oliver Schneider847bb142018-05-11 12:11:063410source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:433411checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
Oliver Schneider847bb142018-05-11 12:11:063412dependencies = [
Alex Crichton093ede22019-08-15 00:45:093413 "aho-corasick",
3414 "memchr",
3415 "regex-syntax",
Oliver Schneider847bb142018-05-11 12:11:063416]
3417
3418[[package]]
Oliver Schererec7230f2020-07-24 18:42:003419name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093420version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003421source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093422checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003423dependencies = [
Oliver Schererec7230f2020-07-24 18:42:003424 "regex-syntax",
3425]
3426
3427[[package]]
Charles Lewa7750042022-11-06 06:43:253428name = "regex-automata"
3429version = "0.2.0"
3430source = "registry+https://github.com/rust-lang/crates.io-index"
3431checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3432dependencies = [
3433 "memchr",
3434]
3435
3436[[package]]
Steve Klabnika0769612017-02-07 23:13:573437name = "regex-syntax"
klensy43512e62022-07-26 16:16:433438version = "0.6.26"
Oliver Schneider847bb142018-05-11 12:11:063439source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:433440checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
Oliver Schneider847bb142018-05-11 12:11:063441
3442[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193443name = "remote-test-client"
3444version = "0.1.0"
3445
3446[[package]]
3447name = "remote-test-server"
3448version = "0.1.0"
3449
3450[[package]]
Alex Crichton994bfd42018-02-26 17:07:163451name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:443452version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:163453source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443454checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:163455dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:313456 "winapi",
Alex Crichton994bfd42018-02-26 17:07:163457]
3458
3459[[package]]
est31d32ff142022-08-23 20:14:123460name = "replace-version-placeholder"
3461version = "0.1.0"
3462dependencies = [
3463 "tidy",
3464 "walkdir",
3465]
3466
3467[[package]]
Weihang Lo6306fd32023-01-04 15:33:593468name = "rfc6979"
3469version = "0.3.1"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
3472dependencies = [
3473 "crypto-bigint",
3474 "hmac",
3475 "zeroize",
3476]
3477
3478[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583479name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433480version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583481dependencies = [
Alex Crichton093ede22019-08-15 00:45:093482 "rustc-workspace-hack",
Alex Crichton093ede22019-08-15 00:45:093483 "serde",
3484 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483485]
3486
3487[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153488name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173489version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153490dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173491 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153492 "rustc-demangle",
3493]
3494
3495[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293496name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573497version = "0.1.0"
3498dependencies = [
Michael Goulet02b80d22023-01-24 19:10:563499 "clap 4.1.4",
Eric Huss5b9e9d02020-11-15 01:37:023500 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093501 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573502]
Ahmed Charles9ca382f2016-09-02 08:55:293503
3504[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573505name = "rustc-build-sysroot"
Ralf Jung3487fe32022-12-28 21:47:423506version = "0.4.1"
Ralf Jung9cc11e22022-10-04 13:23:573507source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung3487fe32022-12-28 21:47:423508checksum = "d65b1271cdac365b71b59570ea35d945dea2dd2cc47eba3d33b4bd1e0190ac6d"
Ralf Jung9cc11e22022-10-04 13:23:573509dependencies = [
3510 "anyhow",
3511 "rustc_version",
3512 "tempfile",
3513]
3514
3515[[package]]
Josh Stone020c5ec2017-05-08 22:01:133516name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253517version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:133518source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253519checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:513520dependencies = [
Alex Crichton093ede22019-08-15 00:45:093521 "compiler_builtins",
3522 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513523]
Josh Stone020c5ec2017-05-08 22:01:133524
3525[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023526name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193527version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023528source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193529checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023530
3531[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293532name = "rustc-main"
3533version = "0.0.0"
3534dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043535 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093536 "rustc_codegen_ssa",
3537 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:463538 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:383539 "rustc_smir",
Ahmed Charles9ca382f2016-09-02 08:55:293540]
3541
3542[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033543name = "rustc-rayon"
Josh Stoneab57e362022-05-28 00:14:223544version = "0.4.0"
Josh Stone33c41252019-09-10 17:13:073545source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223546checksum = "1a79f0b0b2609e2eacf9758013f50e7176cb4b29fd6436a747b14a5362c8727a"
Josh Stone33c41252019-09-10 17:13:073547dependencies = [
Josh Stoneab57e362022-05-28 00:14:223548 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163549 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073550 "either",
Igor Matuszewski5b091302019-12-10 15:01:013551 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413552]
3553
3554[[package]]
Josh Stone33c41252019-09-10 17:13:073555name = "rustc-rayon-core"
Josh Stoneab57e362022-05-28 00:14:223556version = "0.4.1"
Josh Stone33c41252019-09-10 17:13:073557source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223558checksum = "02269144a0db9bb55cf5d4a41a5a0e95b334b0b78b08269018ca9b0250718c30"
Josh Stone33c41252019-09-10 17:13:073559dependencies = [
Josh Stoneab57e362022-05-28 00:14:223560 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163561 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073562 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073563 "num_cpus",
3564]
3565
3566[[package]]
flip1995898ef0f2020-12-06 14:07:593567name = "rustc-semver"
3568version = "1.1.0"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3571
3572[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053573name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053574version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053575dependencies = [
Alex Crichton093ede22019-08-15 00:45:093576 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053577]
3578
3579[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503580name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053581version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503582dependencies = [
Alex Crichton093ede22019-08-15 00:45:093583 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503584]
3585
3586[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083587name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053588version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083589dependencies = [
3590 "std",
3591]
3592
3593[[package]]
Alex Crichton0e034d12018-07-31 21:16:553594name = "rustc-workspace-hack"
3595version = "1.0.0"
3596dependencies = [
Ralf Jung55162732022-11-15 19:06:423597 "bstr 0.2.17",
Weihang Loc1b4f112022-10-04 20:57:493598 "clap 3.2.20",
Thom Chiovolonia4bf36e2022-11-21 00:55:413599 "getrandom",
Weihang Lo1e5dad02022-11-25 22:37:043600 "libc",
Eric Huss0bfc45a2020-12-23 20:18:153601 "libz-sys",
Thom Chiovolonia4bf36e2022-11-21 00:55:413602 "rand",
Ralf Jung1cc71392022-07-08 04:23:013603 "regex",
Alex Crichton093ede22019-08-15 00:45:093604 "serde_json",
Aaron Hill70ba4912020-08-01 14:11:153605 "syn",
Eric Huss4a7e2fb2022-08-21 04:19:433606 "url",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313607 "winapi",
Alex Crichton0e034d12018-07-31 21:16:553608]
3609
3610[[package]]
hkalbasi390a6372022-11-06 21:06:113611name = "rustc_abi"
3612version = "0.0.0"
3613dependencies = [
3614 "bitflags",
Thom Chiovolonia4bf36e2022-11-21 00:55:413615 "rand",
hkalbasi390a6372022-11-06 21:06:113616 "rand_xoshiro",
3617 "rustc_data_structures",
3618 "rustc_index",
3619 "rustc_macros",
3620 "rustc_serialize",
3621 "tracing",
3622]
3623
3624[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433625name = "rustc_apfloat"
3626version = "0.0.0"
3627dependencies = [
Alex Crichton093ede22019-08-15 00:45:093628 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:293629 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433630]
3631
3632[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403633name = "rustc_arena"
3634version = "0.0.0"
3635dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293636 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403637]
3638
3639[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263640name = "rustc_ast"
3641version = "0.0.0"
3642dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013643 "bitflags",
Konrad Borowskif72e17f2023-01-22 12:05:473644 "memchr",
Vadim Petrochenkov6054a302020-02-29 17:16:263645 "rustc_data_structures",
3646 "rustc_index",
3647 "rustc_lexer",
3648 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403649 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263650 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293651 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303652 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003653 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263654]
3655
3656[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563657name = "rustc_ast_lowering"
3658version = "0.0.0"
3659dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263660 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463661 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563662 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563663 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573664 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563665 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513666 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233667 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563668 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563669 "rustc_span",
3670 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293671 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303672 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003673 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563674]
3675
3676[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443677name = "rustc_ast_passes"
3678version = "0.0.0"
3679dependencies = [
pierwillf684acd2022-03-04 17:54:283680 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263681 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463682 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203683 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443684 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443685 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393686 "rustc_feature",
finalchildd6fdf142022-08-17 14:51:013687 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443688 "rustc_parse",
3689 "rustc_session",
3690 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053691 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003692 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443693]
3694
3695[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463696name = "rustc_ast_pretty"
3697version = "0.0.0"
3698dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263699 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463700 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:203701 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:463702]
3703
3704[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203705name = "rustc_attr"
3706version = "0.0.0"
3707dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263708 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463709 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203710 "rustc_data_structures",
3711 "rustc_errors",
3712 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483713 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203714 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403715 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203716 "rustc_session",
3717 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203718]
3719
3720[[package]]
Charles Lewa7750042022-11-06 06:43:253721name = "rustc_baked_icu_data"
3722version = "0.0.0"
3723dependencies = [
3724 "icu_list",
3725 "icu_locid",
3726 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223727 "icu_provider_adapters",
Charles Lewbde2f982022-11-06 06:58:223728 "zerovec",
Charles Lewa7750042022-11-06 06:43:253729]
3730
3731[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403732name = "rustc_borrowck"
3733version = "0.0.0"
3734dependencies = [
3735 "either",
pierwillf684acd2022-03-04 17:54:283736 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403737 "polonius-engine",
Camille GILLOTc5fc2602021-01-05 19:08:113738 "rustc_const_eval",
Camille GILLOT31a61cc2020-12-30 17:48:403739 "rustc_data_structures",
3740 "rustc_errors",
3741 "rustc_graphviz",
3742 "rustc_hir",
3743 "rustc_index",
3744 "rustc_infer",
3745 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013746 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403747 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073748 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403749 "rustc_serialize",
3750 "rustc_session",
3751 "rustc_span",
3752 "rustc_target",
3753 "rustc_trait_selection",
3754 "rustc_traits",
3755 "smallvec",
3756 "tracing",
3757]
3758
3759[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323760name = "rustc_builtin_macros"
3761version = "0.0.0"
3762dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263763 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463764 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203765 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323766 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323767 "rustc_errors",
3768 "rustc_expand",
3769 "rustc_feature",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143770 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233771 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313772 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323773 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403774 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203775 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323776 "rustc_span",
3777 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293778 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303779 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003780 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323781]
3782
3783[[package]]
Irina Popab63d7e22018-05-08 13:10:163784name = "rustc_codegen_llvm"
3785version = "0.0.0"
3786dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353787 "bitflags",
Xidorn Quan38e42332021-02-13 11:17:153788 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353789 "libc",
Ralf Jung61a986a2022-06-26 02:21:493790 "measureme",
Amanieu d'Antrasa529ba82023-01-09 17:49:243791 "object 0.30.1",
Alex Crichton7f23e6e2019-10-22 15:51:353792 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263793 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203794 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353795 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353796 "rustc_data_structures",
3797 "rustc_errors",
3798 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573799 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353800 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093801 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553802 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593803 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453804 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543805 "rustc_query_system",
Aaron Hillfca192c2019-12-06 03:04:353806 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323807 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543808 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353809 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293810 "smallvec",
Alex Gaynorc65c3622022-06-30 19:01:383811 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003812 "tracing",
Irina Popab63d7e22018-05-08 13:10:163813]
3814
3815[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043816name = "rustc_codegen_ssa"
3817version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353818dependencies = [
bjorn3be670842022-05-28 10:43:513819 "ar_archive_writer",
Alex Crichton093ede22019-08-15 00:45:093820 "bitflags",
3821 "cc",
pierwillf684acd2022-03-04 17:54:283822 "itertools",
Alex Crichton093ede22019-08-15 00:45:093823 "jobserver",
3824 "libc",
Amanieu d'Antrasa529ba82023-01-09 17:49:243825 "object 0.30.1",
Federico Ponzi4b6a0272020-07-17 22:01:273826 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143827 "regex",
David Wood2dc1a8a2021-12-03 14:24:053828 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263829 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203830 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093831 "rustc_data_structures",
3832 "rustc_errors",
3833 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573834 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093835 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103836 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573837 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363838 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453839 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543840 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403841 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083842 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323843 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583844 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093845 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143846 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423847 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423848 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253849 "snap",
Mark Mansi2d75a332020-03-12 23:07:583850 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053851 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003852 "tracing",
Irina Popab63d7e22018-05-08 13:10:163853]
3854
3855[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113856name = "rustc_const_eval"
3857version = "0.0.0"
3858dependencies = [
Ralf Jung41018892022-11-18 09:18:323859 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113860 "rustc_apfloat",
3861 "rustc_ast",
3862 "rustc_attr",
3863 "rustc_data_structures",
3864 "rustc_errors",
3865 "rustc_hir",
3866 "rustc_index",
3867 "rustc_infer",
3868 "rustc_macros",
3869 "rustc_middle",
3870 "rustc_mir_dataflow",
3871 "rustc_session",
3872 "rustc_span",
3873 "rustc_target",
3874 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463875 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113876 "tracing",
3877]
3878
3879[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293880name = "rustc_data_structures"
3881version = "0.0.0"
3882dependencies = [
Eric Hussb46b7de2023-02-06 00:00:503883 "arrayvec 0.7.0",
Mark Rousskovf696b212019-11-11 22:15:363884 "bitflags",
Chris Denton531f3c9e2022-12-20 15:26:423885 "cfg-if",
Jack Hueya42e5a12020-05-27 05:05:093886 "ena",
Alex Crichton093ede22019-08-15 00:45:093887 "indexmap",
3888 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193889 "libc",
Ralf Jung61a986a2022-06-26 02:21:493890 "measureme",
bjorn38331dbe2021-03-29 09:18:523891 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:443892 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:093893 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013894 "rustc-rayon",
3895 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403896 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513897 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573898 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403899 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293900 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093901 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553902 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503903 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303904 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003905 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313906 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293907]
3908
3909[[package]]
3910name = "rustc_driver"
3911version = "0.0.0"
3912dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463913 "rustc_driver_impl",
3914]
3915
3916[[package]]
3917name = "rustc_driver_impl"
3918version = "0.0.0"
3919dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193920 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263921 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463922 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483923 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093924 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503925 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093926 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183927 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573928 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293929 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193930 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093931 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133932 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523933 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093934 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093935 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453936 "rustc_middle",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133937 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323938 "rustc_plugin_impl",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083939 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323940 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093941 "rustc_target",
bjorn3fc1df4f2021-06-03 15:45:093942 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:003943 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313944 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293945]
3946
3947[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053948name = "rustc_error_codes"
3949version = "0.0.0"
3950
3951[[package]]
David Woodc45f2952022-03-24 02:03:043952name = "rustc_error_messages"
3953version = "0.0.0"
3954dependencies = [
David Woodd5119c52022-03-28 08:36:203955 "fluent-bundle",
3956 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253957 "icu_list",
3958 "icu_locid",
3959 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383960 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253961 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433962 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043963 "rustc_macros",
3964 "rustc_serialize",
3965 "rustc_span",
David Wood7f916972022-03-26 07:27:433966 "tracing",
3967 "unic-langid",
David Woodc45f2952022-03-24 02:03:043968]
3969
3970[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293971name = "rustc_errors"
3972version = "0.0.0"
3973dependencies = [
klensy754b5262022-07-31 13:44:063974 "annotate-snippets",
Xiretza8489a672022-09-14 17:22:203975 "rustc_ast",
3976 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093977 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043978 "rustc_error_messages",
Michael Gouletff9fd362022-06-29 05:09:593979 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523980 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573981 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403982 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323983 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593984 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143985 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153986 "serde",
3987 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093988 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483989 "termize",
Oliver Schererec7230f2020-07-24 18:42:003990 "tracing",
Alex Crichton093ede22019-08-15 00:45:093991 "unicode-width",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313992 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293993]
3994
3995[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323996name = "rustc_expand"
3997version = "0.0.0"
3998dependencies = [
Nika Layzell6d1650f2022-06-18 18:15:033999 "crossbeam-channel",
Vadim Petrochenkov6054a302020-02-29 17:16:264000 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:394001 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:464002 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204003 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324004 "rustc_data_structures",
4005 "rustc_errors",
4006 "rustc_feature",
4007 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:004008 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574009 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324010 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:404011 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:204012 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324013 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294014 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524015 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004016 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324017]
4018
4019[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:384020name = "rustc_feature"
4021version = "0.0.0"
4022dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:184023 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324024 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384025]
4026
4027[[package]]
Mark Rousskove3177c62018-08-03 21:31:034028name = "rustc_fs_util"
4029version = "0.0.0"
4030
4031[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404032name = "rustc_graphviz"
4033version = "0.0.0"
4034
4035[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:274036name = "rustc_hir"
4037version = "0.0.0"
4038dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:374039 "odht",
Camille GILLOT250c71b2021-07-13 16:45:204040 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264041 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:274042 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:044043 "rustc_error_messages",
Mazdak Farrokhzad7a140732019-12-25 02:51:274044 "rustc_index",
4045 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404046 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:274047 "rustc_span",
4048 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294049 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004050 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:274051]
4052
4053[[package]]
lcnr1fc86a62022-09-26 11:00:294054name = "rustc_hir_analysis"
4055version = "0.0.0"
4056dependencies = [
4057 "rustc_arena",
4058 "rustc_ast",
4059 "rustc_attr",
4060 "rustc_data_structures",
4061 "rustc_errors",
4062 "rustc_feature",
lcnr1fc86a62022-09-26 11:00:294063 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294064 "rustc_index",
4065 "rustc_infer",
4066 "rustc_lint",
4067 "rustc_macros",
4068 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:294069 "rustc_session",
4070 "rustc_span",
4071 "rustc_target",
4072 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:294073 "rustc_type_ir",
4074 "smallvec",
4075 "tracing",
4076]
4077
4078[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:194079name = "rustc_hir_pretty"
4080version = "0.0.0"
4081dependencies = [
4082 "rustc_ast",
4083 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194084 "rustc_hir",
4085 "rustc_span",
4086 "rustc_target",
4087]
4088
4089[[package]]
lcnrfb3ab132022-10-20 15:51:374090name = "rustc_hir_typeck"
4091version = "0.1.0"
4092dependencies = [
4093 "rustc_ast",
4094 "rustc_data_structures",
4095 "rustc_errors",
4096 "rustc_graphviz",
4097 "rustc_hir",
4098 "rustc_hir_analysis",
4099 "rustc_hir_pretty",
4100 "rustc_index",
4101 "rustc_infer",
4102 "rustc_lint",
4103 "rustc_macros",
4104 "rustc_middle",
4105 "rustc_serialize",
4106 "rustc_session",
4107 "rustc_span",
4108 "rustc_target",
4109 "rustc_trait_selection",
4110 "rustc_type_ir",
4111 "smallvec",
4112 "tracing",
4113]
4114
4115[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294116name = "rustc_incremental"
4117version = "0.0.0"
4118dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:414119 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:264120 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094121 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:594122 "rustc_errors",
Alex Crichton093ede22019-08-15 00:45:094123 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:404124 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574125 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:574126 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454127 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404128 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:164129 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324130 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004131 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294132]
4133
4134[[package]]
csmoe1cff2e62019-09-25 19:09:514135name = "rustc_index"
4136version = "0.0.0"
4137dependencies = [
Eric Hussb46b7de2023-02-06 00:00:504138 "arrayvec 0.7.0",
Matthew Jaspercbcef3e2020-06-11 14:49:574139 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404140 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:294141 "smallvec",
csmoe1cff2e62019-09-25 19:09:514142]
4143
4144[[package]]
Camille GILLOTf07e8892020-01-06 19:13:244145name = "rustc_infer"
4146version = "0.0.0"
4147dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:244148 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:244149 "rustc_errors",
4150 "rustc_hir",
4151 "rustc_index",
4152 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454153 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404154 "rustc_serialize",
Camille GILLOTf07e8892020-01-06 19:13:244155 "rustc_span",
4156 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294157 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004158 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:244159]
4160
4161[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:234162name = "rustc_interface"
4163version = "0.0.0"
4164dependencies = [
Andy Russell923f9392021-11-08 23:03:554165 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:014166 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:314167 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:264168 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564169 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:444170 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:204171 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:404172 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324173 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:354174 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:094175 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:114176 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:094177 "rustc_data_structures",
4178 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324179 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:274180 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294181 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:374182 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:094183 "rustc_incremental",
4184 "rustc_lint",
finalchildc1a98412022-08-16 20:07:474185 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094186 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454187 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:444188 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:254189 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:154190 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134191 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:094192 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:324193 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:094194 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:164195 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:094196 "rustc_resolve",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:164197 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324198 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:584199 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:164200 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404201 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094202 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374203 "rustc_ty_utils",
Jubilee Younge8eb6912021-04-22 04:40:294204 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004205 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:234206]
4207
4208[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404209name = "rustc_lexer"
4210version = "0.1.0"
4211dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504212 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:234213 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:154214 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404215]
4216
4217[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294218name = "rustc_lint"
4219version = "0.0.0"
4220dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264221 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464222 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204223 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094224 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474225 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384226 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574227 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334228 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354229 "rustc_infer",
David Wood9d864c82022-06-30 07:57:454230 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454231 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424232 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:204233 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324234 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094235 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404236 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464237 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004238 "tracing",
Charles Lew485e98a2020-01-02 12:02:224239 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294240]
4241
4242[[package]]
Aaron Hill23018a52020-08-13 19:41:524243name = "rustc_lint_defs"
4244version = "0.0.0"
4245dependencies = [
4246 "rustc_ast",
4247 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:044248 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:274249 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524250 "rustc_macros",
4251 "rustc_serialize",
4252 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384253 "rustc_target",
bjorn362a4f912021-06-03 19:14:154254 "serde",
Aaron Hill23018a52020-08-13 19:41:524255]
4256
4257[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294258name = "rustc_llvm"
4259version = "0.0.0"
4260dependencies = [
Alex Crichton093ede22019-08-15 00:45:094261 "cc",
Aaron Hill47e932b2019-12-12 15:51:194262 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294263]
4264
4265[[package]]
David Tolnay6152d152022-01-04 00:32:524266name = "rustc_log"
4267version = "0.0.0"
4268dependencies = [
David Tolnayffbeebb2022-01-04 06:01:354269 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524270 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:484271 "tracing-core",
David Tolnay6152d152022-01-04 00:32:524272 "tracing-subscriber",
4273 "tracing-tree",
4274]
4275
4276[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104277name = "rustc_macros"
4278version = "0.1.0"
4279dependencies = [
klensy754b5262022-07-31 13:44:064280 "annotate-snippets",
David Wood552eb322022-05-23 17:24:554281 "fluent-bundle",
4282 "fluent-syntax",
Aaron Hill70ba4912020-08-01 14:11:154283 "proc-macro2",
4284 "quote",
4285 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:164286 "synstructure",
David Wood552eb322022-05-23 17:24:554287 "unic-langid",
John Kåre Alsaker74b64192019-03-01 00:22:104288]
4289
4290[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294291name = "rustc_metadata"
4292version = "0.0.0"
4293dependencies = [
Vadim Petrochenkov415c1412023-01-20 20:59:194294 "bitflags",
Andy Russell923f9392021-11-08 23:03:554295 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374296 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264297 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204298 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094299 "rustc_data_structures",
4300 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324301 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174302 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574303 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194304 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104305 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574306 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454307 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404308 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084309 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324310 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094311 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464312 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294313 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:304314 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044315 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004316 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294317]
4318
4319[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454320name = "rustc_middle"
4321version = "0.0.0"
4322dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454323 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:034324 "chalk-ir",
Maybe Wafflee20e5062022-11-28 11:11:454325 "derive_more",
Camille GILLOTfd9c04f2021-01-05 18:53:074326 "either",
4327 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454328 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:264329 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454330 "rustc-rayon-core",
4331 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404332 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454333 "rustc_ast",
4334 "rustc_attr",
4335 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:474336 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454337 "rustc_errors",
4338 "rustc_feature",
Camille GILLOTfd9c04f2021-01-05 18:53:074339 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454340 "rustc_hir",
4341 "rustc_index",
4342 "rustc_macros",
4343 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404344 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454345 "rustc_session",
4346 "rustc_span",
4347 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104348 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294349 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304350 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004351 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454352]
4353
4354[[package]]
Matthew Jasperb3589292020-01-05 15:46:444355name = "rustc_mir_build"
4356version = "0.0.0"
4357dependencies = [
Ralf Jung41018892022-11-18 09:18:324358 "either",
Matthew Jasperb3589292020-01-05 15:46:444359 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404360 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264361 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:444362 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444363 "rustc_errors",
4364 "rustc_hir",
4365 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244366 "rustc_infer",
TheOddGarlic82f05442022-08-20 11:28:434367 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454368 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404369 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074370 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444371 "rustc_span",
4372 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404373 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294374 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004375 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444376]
4377
4378[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074379name = "rustc_mir_dataflow"
4380version = "0.0.0"
4381dependencies = [
4382 "polonius-engine",
4383 "regex",
4384 "rustc_ast",
4385 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144386 "rustc_errors",
Camille GILLOTfd9c04f2021-01-05 18:53:074387 "rustc_graphviz",
4388 "rustc_hir",
4389 "rustc_index",
5225225ee2b1612022-08-19 09:21:144390 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074391 "rustc_middle",
4392 "rustc_serialize",
Camille GILLOTfd9c04f2021-01-05 18:53:074393 "rustc_span",
4394 "rustc_target",
4395 "smallvec",
4396 "tracing",
4397]
4398
4399[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254400name = "rustc_mir_transform"
4401version = "0.0.0"
4402dependencies = [
4403 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:324404 "either",
pierwillf684acd2022-03-04 17:54:284405 "itertools",
Camille GILLOTbba4be62021-01-01 00:53:254406 "rustc_ast",
4407 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114408 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254409 "rustc_data_structures",
4410 "rustc_errors",
4411 "rustc_hir",
4412 "rustc_index",
4413 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074414 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254415 "rustc_serialize",
4416 "rustc_session",
4417 "rustc_span",
4418 "rustc_target",
4419 "rustc_trait_selection",
4420 "smallvec",
4421 "tracing",
4422]
4423
4424[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154425name = "rustc_monomorphize"
4426version = "0.0.0"
4427dependencies = [
4428 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474429 "rustc_errors",
Camille GILLOT81a600b2021-01-02 13:42:154430 "rustc_hir",
4431 "rustc_index",
Nathan Stocks137f20c2022-08-18 21:51:474432 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154433 "rustc_middle",
4434 "rustc_session",
4435 "rustc_span",
4436 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:094437 "serde",
4438 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:154439 "smallvec",
4440 "tracing",
4441]
4442
4443[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134444name = "rustc_parse"
4445version = "0.0.0"
4446dependencies = [
4447 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264448 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464449 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134450 "rustc_data_structures",
4451 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384452 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134453 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244454 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204455 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324456 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:524457 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004458 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404459 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004460 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134461]
4462
4463[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404464name = "rustc_parse_format"
4465version = "0.0.0"
4466dependencies = [
Maybe Wafflec44c82d2022-12-08 11:20:014467 "rustc_data_structures",
Vadim Petrochenkov11d95142020-06-02 17:03:404468 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404469]
4470
4471[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294472name = "rustc_passes"
4473version = "0.0.0"
4474dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:244475 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:264476 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134477 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204478 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094479 "rustc_data_structures",
4480 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434481 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414482 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574483 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574484 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124485 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044486 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454487 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004488 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434489 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324490 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574491 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004492 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294493]
4494
4495[[package]]
Simon Sapind0bbc602019-07-16 17:08:324496name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294497version = "0.0.0"
4498dependencies = [
Andy Russell923f9392021-11-08 23:03:554499 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:264500 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164501 "rustc_errors",
Mazdak Farrokhzadf58db202020-01-09 06:52:014502 "rustc_lint",
Peter Medus8c2413c2022-08-19 17:29:334503 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094504 "rustc_metadata",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084505 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324506 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294507]
4508
4509[[package]]
4510name = "rustc_privacy"
4511version = "0.0.0"
4512dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574513 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204514 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094515 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164516 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574517 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294518 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:344519 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454520 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084521 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324522 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004523 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294524]
4525
4526[[package]]
Camille GILLOT4581d162021-01-19 19:40:164527name = "rustc_query_impl"
4528version = "0.0.0"
4529dependencies = [
Ralf Jung61a986a2022-06-26 02:21:494530 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164531 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:014532 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:164533 "rustc_data_structures",
4534 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164535 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014536 "rustc_index",
4537 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:164538 "rustc_middle",
4539 "rustc_query_system",
4540 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014541 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164542 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:304543 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134544 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164545]
4546
4547[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224548name = "rustc_query_system"
4549version = "0.0.0"
4550dependencies = [
Philipp Krones586cbd02022-06-04 12:07:444551 "parking_lot 0.11.2",
Camille GILLOT8e873c32020-03-19 13:13:314552 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404553 "rustc_arena",
Camille GILLOTc355b2e2020-11-14 15:35:314554 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224555 "rustc_data_structures",
4556 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314557 "rustc_feature",
4558 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224559 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574560 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404561 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374562 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314563 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314564 "rustc_target",
Eric Holk578fc492022-09-07 21:46:044565 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294566 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304567 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004568 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224569]
4570
4571[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294572name = "rustc_resolve"
4573version = "0.0.0"
4574dependencies = [
Alex Crichton093ede22019-08-15 00:45:094575 "bitflags",
Weihang Lo55a79152023-02-17 23:55:454576 "pulldown-cmark",
Vadim Petrochenkov11d95142020-06-02 17:03:404577 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264578 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464579 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204580 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094581 "rustc_data_structures",
4582 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324583 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184584 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574585 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294586 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384587 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094588 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454589 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504590 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564591 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324592 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294593 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524594 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004595 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294596]
4597
4598[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404599name = "rustc_serialize"
4600version = "0.0.0"
4601dependencies = [
4602 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504603 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294604 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304605 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404606]
4607
4608[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334609name = "rustc_session"
4610version = "0.0.0"
4611dependencies = [
Luca Barbieriac2b84f2020-04-10 20:42:194612 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514613 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264614 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334615 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334616 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284617 "rustc_feature",
4618 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034619 "rustc_hir",
Oli Scherer1c1d3572022-12-07 14:31:504620 "rustc_index",
Aaron Hill23018a52020-08-13 19:41:524621 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574622 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404623 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324624 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284625 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514626 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254627 "termize",
Oliver Schererec7230f2020-07-24 18:42:004628 "tracing",
Onur Özkan71a3a482022-10-28 07:20:514629 "winapi",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324630]
4631
4632[[package]]
Oli Scherer9960cc12022-06-02 10:08:384633name = "rustc_smir"
4634version = "0.0.0"
4635dependencies = [
4636 "rustc_borrowck",
4637 "rustc_driver",
Oli Scherer0324ac82022-06-02 10:15:074638 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384639 "rustc_interface",
4640 "rustc_middle",
Oli Scherer0324ac82022-06-02 10:15:074641 "rustc_mir_dataflow",
4642 "rustc_mir_transform",
4643 "rustc_serialize",
4644 "rustc_trait_selection",
Oli Scherer9960cc12022-06-02 10:08:384645]
4646
4647[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324648name = "rustc_span"
4649version = "0.0.0"
4650dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424651 "cfg-if",
Igor Matuszewskibd37d7d2020-12-05 15:40:244652 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404653 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324654 "rustc_data_structures",
4655 "rustc_index",
4656 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404657 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324658 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524659 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064660 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004661 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324662 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334663]
4664
4665[[package]]
Mark Mansi2d75a332020-03-12 23:07:584666name = "rustc_symbol_mangling"
4667version = "0.0.0"
4668dependencies = [
Ramon de C Valle5ad7a642022-04-01 05:50:414669 "bitflags",
Mark Mansi2d75a332020-03-12 23:07:584670 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584671 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584672 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134673 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584674 "rustc_hir",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134675 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454676 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584677 "rustc_session",
4678 "rustc_span",
4679 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004680 "tracing",
Ramon de C Valle65698ae2022-11-22 05:29:004681 "twox-hash",
Mark Mansi2d75a332020-03-12 23:07:584682]
4683
4684[[package]]
Irina Popa38e96402017-12-08 19:18:214685name = "rustc_target"
4686version = "0.0.0"
4687dependencies = [
Alex Crichton093ede22019-08-15 00:45:094688 "bitflags",
hkalbasi390a6372022-11-06 21:06:114689 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094690 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154691 "rustc_feature",
csmoe64f61c72019-09-26 05:38:334692 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524693 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404694 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324695 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094696 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004697 "tracing",
Irina Popa38e96402017-12-08 19:18:214698]
4699
4700[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064701name = "rustc_tools_util"
Ralf Jung9cc11e22022-10-04 13:23:574702version = "0.2.1"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "598f48ce2a421542b3e64828aa742b687cc1b91d2f96591cfdb7ac5988cd6366"
4705
4706[[package]]
Philipp Krones10f2a6d2022-12-17 13:21:374707name = "rustc_tools_util"
4708version = "0.3.0"
4709source = "registry+https://github.com/rust-lang/crates.io-index"
4710checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4711
4712[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404713name = "rustc_trait_selection"
4714version = "0.0.0"
4715dependencies = [
Michael Goulet3c4e1f82023-02-09 18:14:134716 "itertools",
Camille GILLOTc1e3d552020-02-11 18:53:404717 "rustc_ast",
4718 "rustc_attr",
4719 "rustc_data_structures",
4720 "rustc_errors",
4721 "rustc_hir",
4722 "rustc_index",
4723 "rustc_infer",
4724 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454725 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404726 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544727 "rustc_query_system",
lcnrb738b062023-01-11 12:39:024728 "rustc_serialize",
Camille GILLOTc1e3d552020-02-11 18:53:404729 "rustc_session",
4730 "rustc_span",
4731 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134732 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294733 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004734 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404735]
4736
4737[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544738name = "rustc_traits"
4739version = "0.0.0"
4740dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374741 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034742 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034743 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264744 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094745 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574746 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034747 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244748 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454749 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324750 "rustc_span",
hkalbasi27fb9042022-11-01 16:20:304751 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404752 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294753 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004754 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544755]
4756
4757[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134758name = "rustc_transmute"
4759version = "0.1.0"
4760dependencies = [
4761 "itertools",
4762 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144763 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134764 "rustc_infer",
4765 "rustc_macros",
4766 "rustc_middle",
4767 "rustc_span",
4768 "rustc_target",
4769 "tracing",
4770]
4771
4772[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374773name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304774version = "0.0.0"
4775dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304776 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294777 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304778 "rustc_hir",
kadmine612e262022-07-09 09:35:064779 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244780 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314781 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454782 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084783 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304784 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324785 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404786 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464787 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004788 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304789]
4790
4791[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104792name = "rustc_type_ir"
4793version = "0.0.0"
4794dependencies = [
4795 "bitflags",
4796 "rustc_data_structures",
4797 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554798 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104799 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344800 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104801]
4802
4803[[package]]
Oliver Schneider847bb142018-05-11 12:11:064804name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004805version = "0.4.0"
4806source = "registry+https://github.com/rust-lang/crates.io-index"
4807checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4808dependencies = [
klensy8ebc73b2022-02-06 20:57:294809 "semver",
Ralf Junge5d01782021-10-04 22:13:004810]
4811
4812[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294813name = "rustdoc"
4814version = "0.0.0"
4815dependencies = [
Eric Hussb46b7de2023-02-06 00:00:504816 "arrayvec 0.7.0",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464817 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284818 "expect-test",
pierwillf684acd2022-03-04 17:54:284819 "itertools",
Alex Crichton093ede22019-08-15 00:45:094820 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044821 "once_cell",
Noah Lev7865a852021-10-29 01:19:014822 "rayon",
Guillaume Gomezf467b8d2020-10-13 13:46:344823 "regex",
Rune Tynan67b78a02021-01-25 21:23:434824 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454825 "serde",
4826 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294827 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094828 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304829 "thin-vec",
Joshua Nelson65f0b252020-12-28 18:28:294830 "tracing",
4831 "tracing-subscriber",
4832 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584833]
4834
4835[[package]]
Rune Tynan67b78a02021-01-25 21:23:434836name = "rustdoc-json-types"
4837version = "0.1.0"
4838dependencies = [
4839 "serde",
Rune Tynanca48d152021-03-04 23:45:574840 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434841]
4842
4843[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534844name = "rustdoc-themes"
4845version = "0.1.0"
4846
4847[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584848name = "rustdoc-tool"
4849version = "0.0.0"
4850dependencies = [
Alex Crichton093ede22019-08-15 00:45:094851 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294852]
4853
4854[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154855name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444856version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044857source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444858checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504859dependencies = [
4860 "anyhow",
4861 "log",
4862 "serde",
4863 "serde_json",
4864]
4865
4866[[package]]
topecongiro5a411a62019-06-18 12:15:194867name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144868version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194869dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154870 "proc-macro2",
4871 "quote",
Alex Crichton093ede22019-08-15 00:45:094872 "serde",
Aaron Hill70ba4912020-08-01 14:11:154873 "syn",
topecongiro5a411a62019-06-18 12:15:194874]
4875
4876[[package]]
Alex Crichton1cede102017-06-15 02:33:064877name = "rustfmt-nightly"
Caleb Cartwright6bf1a872023-01-24 20:21:144878version = "1.5.2"
kennytm0692b3d2017-12-15 19:41:584879dependencies = [
klensy754b5262022-07-31 13:44:064880 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394881 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094882 "bytecount",
Ralf Jungc2df1c22022-07-21 20:04:374883 "cargo_metadata 0.14.0",
Weihang Loc1b4f112022-10-04 20:57:494884 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:094885 "derive-new",
4886 "diff",
4887 "dirs",
Caleb Cartwrightf367f4d2022-06-13 03:04:544888 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094889 "getopts",
4890 "ignore",
pierwillf684acd2022-03-04 17:54:284891 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424892 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094893 "log",
4894 "regex",
Alex Crichton093ede22019-08-15 00:45:094895 "rustc-workspace-hack",
4896 "rustfmt-config_proc_macro",
4897 "serde",
4898 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544899 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394900 "thiserror",
Weihang Lo4c4b4c052023-02-13 12:04:024901 "toml 0.5.7",
Alex Crichton093ede22019-08-15 00:45:094902 "unicode-segmentation",
4903 "unicode-width",
4904 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274905]
4906
4907[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044908name = "rustix"
Luqman Adenffe740f2022-12-09 21:10:184909version = "0.36.5"
Weihang Lo1e5dad02022-11-25 22:37:044910source = "registry+https://github.com/rust-lang/crates.io-index"
Luqman Adenffe740f2022-12-09 21:10:184911checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
Weihang Lo1e5dad02022-11-25 22:37:044912dependencies = [
4913 "bitflags",
4914 "errno",
4915 "io-lifetimes",
4916 "libc",
4917 "linux-raw-sys",
Weihang Lo6f38fd52023-02-07 22:26:224918 "windows-sys 0.42.0",
Weihang Lo1e5dad02022-11-25 22:37:044919]
4920
4921[[package]]
flip19950046d7c2021-02-25 10:26:234922name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554923version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234924source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554925checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234926
4927[[package]]
Alex Crichton2863b752018-08-21 17:23:474928name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444929version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474930source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444931checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474932
4933[[package]]
Josh Stone020c5ec2017-05-08 22:01:134934name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444935version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224936source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444937checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224938dependencies = [
Alex Crichton093ede22019-08-15 00:45:094939 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224940]
4941
4942[[package]]
4943name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444944version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224945source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444946checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224947dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424948 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314949 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224950]
4951
4952[[package]]
Alex Crichton453080f2017-06-05 16:36:484953name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524954version = "1.0.0"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094956checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524957
4958[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124959name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444960version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254961source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444962checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254963
4964[[package]]
Weihang Lo6306fd32023-01-04 15:33:594965name = "sec1"
4966version = "0.3.0"
4967source = "registry+https://github.com/rust-lang/crates.io-index"
4968checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
4969dependencies = [
4970 "base16ct",
4971 "der",
4972 "generic-array",
4973 "pkcs8",
4974 "subtle",
4975 "zeroize",
4976]
4977
4978[[package]]
Eric Huss74498c12020-12-16 17:03:334979name = "security-framework"
4980version = "2.0.0"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4983dependencies = [
4984 "bitflags",
4985 "core-foundation",
4986 "core-foundation-sys",
4987 "libc",
4988 "security-framework-sys",
4989]
4990
4991[[package]]
4992name = "security-framework-sys"
4993version = "2.0.0"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4996dependencies = [
4997 "core-foundation-sys",
4998 "libc",
4999]
5000
5001[[package]]
David Wood7f916972022-03-26 07:27:435002name = "self_cell"
5003version = "0.10.2"
5004source = "registry+https://github.com/rust-lang/crates.io-index"
5005checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
5006
5007[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585008name = "semver"
J Haigh1a993612023-01-11 18:11:565009version = "1.0.12"
Eric Huss78529352021-06-02 03:38:395010source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:565011checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
Eric Huss78529352021-06-02 03:38:395012dependencies = [
5013 "serde",
5014]
5015
5016[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585017name = "serde"
J Haigh1a993612023-01-11 18:11:565018version = "1.0.147"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585019source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:565020checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
Eric Huss57393642018-12-17 18:23:045021dependencies = [
Alex Crichton093ede22019-08-15 00:45:095022 "serde_derive",
Eric Huss57393642018-12-17 18:23:045023]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585024
5025[[package]]
Weihang Lo5095f542022-09-27 16:46:345026name = "serde-value"
5027version = "0.7.0"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
5030dependencies = [
5031 "ordered-float",
5032 "serde",
5033]
5034
5035[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585036name = "serde_derive"
J Haigh1a993612023-01-11 18:11:565037version = "1.0.147"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585038source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:565039checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585040dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155041 "proc-macro2",
5042 "quote",
5043 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585044]
5045
5046[[package]]
flip199596c3ec12019-08-20 07:32:535047name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:445048version = "0.1.2"
flip199596c3ec12019-08-20 07:32:535049source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445050checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:535051dependencies = [
5052 "serde",
5053]
5054
5055[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585056name = "serde_json"
J Haigh1a993612023-01-11 18:11:565057version = "1.0.85"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585058source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:565059checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585060dependencies = [
Rune Tynan77156562021-01-16 01:34:155061 "indexmap",
Alex Crichton093ede22019-08-15 00:45:095062 "itoa",
5063 "ryu",
5064 "serde",
Steve Klabnik2795de32017-02-20 00:20:575065]
5066
5067[[package]]
Weihang Lo4c4b4c052023-02-13 12:04:025068name = "serde_spanned"
5069version = "0.6.1"
5070source = "registry+https://github.com/rust-lang/crates.io-index"
5071checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
5072dependencies = [
5073 "serde",
5074]
5075
5076[[package]]
Pietro Albini4f40eee2023-01-10 12:13:045077name = "sha1"
5078version = "0.10.5"
5079source = "registry+https://github.com/rust-lang/crates.io-index"
5080checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
5081dependencies = [
5082 "cfg-if",
5083 "cpufeatures",
5084 "digest",
5085]
5086
5087[[package]]
Pietro Albiniacd8e592020-10-01 15:15:125088name = "sha2"
Weihang Lo6306fd32023-01-04 15:33:595089version = "0.10.6"
Pietro Albiniacd8e592020-10-01 15:15:125090source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:595091checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
Pietro Albiniacd8e592020-10-01 15:15:125092dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425093 "cfg-if",
pierwillef6dd122022-02-10 16:54:015094 "cpufeatures",
klensy45fac342022-08-31 20:04:125095 "digest",
James Munnsde763692019-01-19 02:39:375096]
5097
5098[[package]]
Oliver Schererec7230f2020-07-24 18:42:005099name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:005100version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:005101source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005102checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:005103dependencies = [
5104 "lazy_static",
5105]
5106
5107[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585108name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:445109version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585110source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445111checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585112
5113[[package]]
steveklabnik54371882018-01-25 17:32:255114name = "shlex"
Eric Huss788167a2021-02-23 01:05:215115version = "1.0.0"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
5118
5119[[package]]
Weihang Lo6306fd32023-01-04 15:33:595120name = "signature"
5121version = "1.6.4"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
5124dependencies = [
5125 "digest",
Thom Chiovolonia4bf36e2022-11-21 00:55:415126 "rand_core",
Weihang Lo6306fd32023-01-04 15:33:595127]
5128
5129[[package]]
Eric Huss3a6fc802022-04-20 13:50:395130name = "similar"
5131version = "2.1.0"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
5134
5135[[package]]
steveklabnikecfbaca2018-04-03 14:32:045136name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:155137version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:045138source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155139checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:045140
5141[[package]]
Eric Hussd5e03532019-05-23 20:27:495142name = "sized-chunks"
klensyd480a3e2021-03-12 13:33:025143version = "0.6.4"
Eric Hussd5e03532019-05-23 20:27:495144source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:025145checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
Eric Hussd5e03532019-05-23 20:27:495146dependencies = [
Eric Huss2b985322019-11-25 16:14:075147 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:095148 "typenum",
Eric Hussd5e03532019-05-23 20:27:495149]
5150
5151[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435152name = "slab"
5153version = "0.4.2"
5154source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095155checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:435156
5157[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:015158name = "smallvec"
Nicholas Nethercote7c406612022-06-26 22:48:555159version = "1.8.1"
Ralf Jung90b8d342019-11-04 14:59:095160source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote7c406612022-06-26 22:48:555161checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2"
Ralf Jung90b8d342019-11-04 14:59:095162
5163[[package]]
Josh Triplett574f6be2020-08-20 23:16:305164name = "snap"
Chris Denton77d7c632023-01-26 05:49:375165version = "1.1.0"
Josh Triplett574f6be2020-08-20 23:16:305166source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton77d7c632023-01-26 05:49:375167checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
Josh Triplett574f6be2020-08-20 23:16:305168
5169[[package]]
Eric Huss3a6fc802022-04-20 13:50:395170name = "snapbox"
Weihang Lobfce2272022-11-04 23:50:445171version = "0.4.1"
Eric Huss3a6fc802022-04-20 13:50:395172source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:445173checksum = "827c00e91b15e2674d8a5270bae91f898693cbf9561cbb58d8eaa31974597293"
Eric Huss3a6fc802022-04-20 13:50:395174dependencies = [
5175 "concolor",
5176 "content_inspector",
5177 "dunce",
5178 "filetime",
5179 "normalize-line-endings",
5180 "similar",
5181 "snapbox-macros",
5182 "tempfile",
5183 "walkdir",
5184 "yansi",
5185]
5186
5187[[package]]
5188name = "snapbox-macros"
Eric Huss6e4603e2022-08-24 03:58:125189version = "0.3.0"
Eric Huss3a6fc802022-04-20 13:50:395190source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e4603e2022-08-24 03:58:125191checksum = "8a253e6f894cfa440cba00600a249fa90869d8e0ec45ab274a456e043a0ce8f2"
Eric Huss3a6fc802022-04-20 13:50:395192
5193[[package]]
Mark Simulacrum38b46882017-06-26 16:26:155194name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:185195version = "0.4.1"
klensy50c38902021-05-01 11:50:035196source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:185197checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:035198dependencies = [
5199 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315200 "winapi",
klensy50c38902021-05-01 11:50:035201]
5202
5203[[package]]
Pietro Albini13efb202022-11-15 09:19:175204name = "spdx-expression"
5205version = "0.5.2"
5206source = "registry+https://github.com/rust-lang/crates.io-index"
5207checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
5208dependencies = [
5209 "nom",
5210 "serde",
5211 "thiserror",
5212 "tracing",
5213]
5214
5215[[package]]
5216name = "spdx-rs"
5217version = "0.5.1"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "b3c02f6eb7e7b4100c272f685a9ccaccaab302324e8c7ec3e2ee72340fb29ff3"
5220dependencies = [
5221 "chrono",
5222 "log",
5223 "nom",
5224 "serde",
5225 "spdx-expression",
5226 "strum",
5227 "strum_macros",
5228 "thiserror",
5229 "uuid",
5230]
5231
5232[[package]]
Weihang Lo6306fd32023-01-04 15:33:595233name = "spki"
5234version = "0.6.0"
5235source = "registry+https://github.com/rust-lang/crates.io-index"
5236checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
5237dependencies = [
5238 "base64ct",
5239 "der",
5240]
5241
5242[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455243name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445244version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455245source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445246checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455247
5248[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245249name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:555250version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:245251source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555252checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:245253dependencies = [
5254 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425255 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:245256 "libc",
5257 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315258 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:245259]
5260
5261[[package]]
Eric Huss7758eaf2022-04-28 05:42:545262name = "static_assertions"
5263version = "1.1.0"
5264source = "registry+https://github.com/rust-lang/crates.io-index"
5265checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5266
5267[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295268name = "std"
5269version = "0.0.0"
5270dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:155271 "addr2line",
Alex Crichton093ede22019-08-15 00:45:095272 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:425273 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095274 "compiler_builtins",
5275 "core",
5276 "dlmalloc",
5277 "fortanix-sgx-abi",
Amanieu d'Antrasa529ba82023-01-09 17:49:245278 "hashbrown 0.12.3",
joboet262193e2022-09-06 08:44:055279 "hermit-abi 0.2.6",
Alex Crichton093ede22019-08-15 00:45:095280 "libc",
Michael Howell8e71a132022-11-08 00:13:205281 "miniz_oxide",
Amanieu d'Antrasa529ba82023-01-09 17:49:245282 "object 0.29.0",
Alex Crichton093ede22019-08-15 00:45:095283 "panic_abort",
5284 "panic_unwind",
5285 "profiler_builtins",
Thom Chiovolonia4bf36e2022-11-21 00:55:415286 "rand",
5287 "rand_xorshift",
Alex Crichton06d565c2020-05-13 21:22:375288 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:465289 "std_detect",
Alex Crichton093ede22019-08-15 00:45:095290 "unwind",
Thom Chiovolonia4bf36e2022-11-21 00:55:415291 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:295292]
5293
5294[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:465295name = "std_detect"
5296version = "0.1.5"
5297dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425298 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:465299 "compiler_builtins",
5300 "libc",
5301 "rustc-std-workspace-alloc",
5302 "rustc-std-workspace-core",
5303]
5304
5305[[package]]
steveklabnikecfbaca2018-04-03 14:32:045306name = "string_cache"
klensy947e7872022-04-15 18:11:145307version = "0.8.3"
steveklabnikecfbaca2018-04-03 14:32:045308source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145309checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
steveklabnikecfbaca2018-04-03 14:32:045310dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425311 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095312 "new_debug_unreachable",
Philipp Krones586cbd02022-06-04 12:07:445313 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:095314 "phf_shared",
5315 "precomputed-hash",
5316 "serde",
steveklabnikecfbaca2018-04-03 14:32:045317]
5318
5319[[package]]
5320name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:145321version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045322source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145323checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045324dependencies = [
Alex Crichton093ede22019-08-15 00:45:095325 "phf_generator",
5326 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:155327 "proc-macro2",
5328 "quote",
steveklabnikecfbaca2018-04-03 14:32:045329]
5330
5331[[package]]
Eric Hussd5e03532019-05-23 20:27:495332name = "strip-ansi-escapes"
Eric Hussb46b7de2023-02-06 00:00:505333version = "0.1.1"
Eric Hussd5e03532019-05-23 20:27:495334source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb46b7de2023-02-06 00:00:505335checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
Eric Hussd5e03532019-05-23 20:27:495336dependencies = [
Alex Crichton093ede22019-08-15 00:45:095337 "vte",
Eric Hussd5e03532019-05-23 20:27:495338]
5339
5340[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585341name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:335342version = "0.10.0"
5343source = "registry+https://github.com/rust-lang/crates.io-index"
5344checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5345
5346[[package]]
Pietro Albini13efb202022-11-15 09:19:175347name = "strum"
5348version = "0.24.1"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
5350checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5351
5352[[package]]
5353name = "strum_macros"
5354version = "0.24.3"
5355source = "registry+https://github.com/rust-lang/crates.io-index"
5356checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5357dependencies = [
5358 "heck",
5359 "proc-macro2",
5360 "quote",
5361 "rustversion",
5362 "syn",
5363]
5364
5365[[package]]
Weihang Lo6306fd32023-01-04 15:33:595366name = "subtle"
5367version = "2.4.1"
5368source = "registry+https://github.com/rust-lang/crates.io-index"
5369checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
5370
5371[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115372name = "syn"
J Haigh1a993612023-01-11 18:11:565373version = "1.0.102"
Igor Matuszewskic2249a42019-09-08 08:28:115374source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:565375checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
Igor Matuszewskic2249a42019-09-08 08:28:115376dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155377 "proc-macro2",
5378 "quote",
Andres Suareza65ddf02022-10-09 03:25:405379 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115380]
5381
5382[[package]]
Alex Crichton325d7392017-12-10 17:42:495383name = "synstructure"
pierwillea25b772021-12-21 17:00:305384version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:235385source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305386checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:235387dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155388 "proc-macro2",
5389 "quote",
5390 "syn",
5391 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:235392]
5393
5394[[package]]
Josh Stone020c5ec2017-05-08 22:01:135395name = "tar"
Eric Huss845faad2022-06-08 18:48:315396version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:135397source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:315398checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:135399dependencies = [
Alex Crichton093ede22019-08-15 00:45:095400 "filetime",
5401 "libc",
Alex Crichton093ede22019-08-15 00:45:095402 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135403]
5404
5405[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555406name = "tempfile"
Ralf Jung55162732022-11-15 19:06:425407version = "3.3.0"
Aleksey Kladov850156a2018-03-29 07:34:555408source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:425409checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
Aleksey Kladov850156a2018-03-29 07:34:555410dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425411 "cfg-if",
Ralf Jung55162732022-11-15 19:06:425412 "fastrand",
Alex Crichton093ede22019-08-15 00:45:095413 "libc",
klensydcdc3082021-05-11 19:03:595414 "redox_syscall",
Alex Crichton093ede22019-08-15 00:45:095415 "remove_dir_all",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315416 "winapi",
Aleksey Kladov850156a2018-03-29 07:34:555417]
5418
5419[[package]]
steveklabnikecfbaca2018-04-03 14:32:045420name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245421version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045422source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245423checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045424dependencies = [
Alex Crichton093ede22019-08-15 00:45:095425 "futf",
5426 "mac",
5427 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045428]
5429
5430[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295431name = "term"
flip19950046d7c2021-02-25 10:26:235432version = "0.7.0"
5433source = "registry+https://github.com/rust-lang/crates.io-index"
5434checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5435dependencies = [
5436 "dirs-next",
5437 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315438 "winapi",
flip19950046d7c2021-02-25 10:26:235439]
5440
5441[[package]]
Alex Crichton1cede102017-06-15 02:33:065442name = "termcolor"
Nilstrieb75b3ee22022-12-30 11:23:055443version = "1.1.3"
Alex Crichtonfa5b3d32018-07-26 00:25:125444source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:055445checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
Alex Crichtonfa5b3d32018-07-26 00:25:125446dependencies = [
Eric Huss89d79062020-07-29 18:02:055447 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125448]
5449
5450[[package]]
Eric Huss2717f602023-01-06 01:20:595451name = "terminal_size"
5452version = "0.2.3"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
5455dependencies = [
5456 "rustix",
Weihang Lo6f38fd52023-02-07 22:26:225457 "windows-sys 0.42.0",
Eric Huss2717f602023-01-06 01:20:595458]
5459
5460[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485461name = "termize"
5462version = "0.1.1"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5465dependencies = [
5466 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315467 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485468]
5469
5470[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295471name = "test"
5472version = "0.0.0"
5473dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425474 "cfg-if",
Alex Crichtonb47c9692019-08-16 15:29:085475 "core",
Alex Crichton093ede22019-08-15 00:45:095476 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085477 "libc",
5478 "panic_abort",
5479 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:095480 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:085481 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295482]
5483
5484[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185485name = "tester"
flip19950046d7c2021-02-25 10:26:235486version = "0.9.0"
5487source = "registry+https://github.com/rust-lang/crates.io-index"
5488checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5489dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425490 "cfg-if",
flip19950046d7c2021-02-25 10:26:235491 "getopts",
5492 "libc",
5493 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:545494 "term",
flip19950046d7c2021-02-25 10:26:235495]
5496
5497[[package]]
steveklabnik4871dba2017-06-27 17:33:325498name = "textwrap"
Arlo Siemsenb59abdc2022-06-17 17:58:515499version = "0.15.0"
Eric Hussbfacc5c2022-01-19 03:14:335500source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenb59abdc2022-06-17 17:58:515501checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
Eric Hussbfacc5c2022-01-19 03:14:335502
5503[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305504name = "thin-vec"
Nicholas Nethercote06228d62022-12-05 23:19:325505version = "0.2.12"
Nicholas Nethercoteb38106b2022-08-17 04:22:305506source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote06228d62022-12-05 23:19:325507checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
Nicholas Nethercoteb38106b2022-08-17 04:22:305508
5509[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305510name = "thiserror"
Eric Hussbb60a762023-01-10 19:09:525511version = "1.0.38"
Pietro Albini9beb8f52019-11-26 11:06:305512source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:525513checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
Pietro Albini9beb8f52019-11-26 11:06:305514dependencies = [
5515 "thiserror-impl",
5516]
5517
5518[[package]]
5519name = "thiserror-impl"
Eric Hussbb60a762023-01-10 19:09:525520version = "1.0.38"
Pietro Albini9beb8f52019-11-26 11:06:305521source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:525522checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
Pietro Albini9beb8f52019-11-26 11:06:305523dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155524 "proc-macro2",
5525 "quote",
5526 "syn",
Pietro Albini9beb8f52019-11-26 11:06:305527]
5528
5529[[package]]
David Wood2dc1a8a2021-12-03 14:24:055530name = "thorin-dwp"
Amanieu d'Antrasa529ba82023-01-09 17:49:245531version = "0.4.0"
David Wood2dc1a8a2021-12-03 14:24:055532source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:245533checksum = "da8fbf660a019b6bf11ea95762041464aa9099cc293b6a66d77cea5107619671"
David Wood2dc1a8a2021-12-03 14:24:055534dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:155535 "gimli",
Amanieu d'Antrasa529ba82023-01-09 17:49:245536 "hashbrown 0.12.3",
5537 "object 0.30.1",
David Wood2dc1a8a2021-12-03 14:24:055538 "tracing",
5539]
5540
5541[[package]]
Steve Klabnika0769612017-02-07 23:13:575542name = "thread_local"
klensy9f621ae2022-01-24 17:19:215543version = "1.1.4"
Igor Matuszewski8fc4bba2020-02-12 14:47:315544source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215545checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
Igor Matuszewski8fc4bba2020-02-12 14:47:315546dependencies = [
klensy9f621ae2022-01-24 17:19:215547 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315548]
5549
5550[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295551name = "tidy"
5552version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565553dependencies = [
Eric Huss1d7d10a2023-01-04 22:05:585554 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jungc2df1c22022-07-21 20:04:375555 "cargo_metadata 0.14.0",
yukang18511ba2022-11-04 08:56:485556 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:425557 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:255558 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095559 "regex",
DebugSteven540ca2f2023-01-05 04:57:205560 "semver",
Nilstrieb75b3ee22022-12-30 11:23:055561 "termcolor",
Alex Crichton093ede22019-08-15 00:45:095562 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565563]
Ahmed Charles9ca382f2016-09-02 08:55:295564
5565[[package]]
Eric Hussce717472020-08-11 23:49:395566name = "tier-check"
5567version = "0.1.0"
5568
5569[[package]]
Alex Crichton15899b02018-01-25 04:01:425570name = "time"
Mark Rousskov342d9562020-08-17 15:21:445571version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425572source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445573checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425574dependencies = [
Alex Crichton093ede22019-08-15 00:45:095575 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315576 "winapi",
Alex Crichton15899b02018-01-25 04:01:425577]
5578
5579[[package]]
Weihang Lo6306fd32023-01-04 15:33:595580name = "time"
5581version = "0.3.17"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
5584dependencies = [
5585 "itoa",
5586 "serde",
5587 "time-core",
5588 "time-macros",
5589]
5590
5591[[package]]
5592name = "time-core"
5593version = "0.1.0"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
5596
5597[[package]]
5598name = "time-macros"
5599version = "0.2.6"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
5602dependencies = [
5603 "time-core",
5604]
5605
5606[[package]]
David Wood7f916972022-03-26 07:27:435607name = "tinystr"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455608version = "0.7.1"
David Wood7f916972022-03-26 07:27:435609source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455610checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
Manish Goregaokar288194e2022-10-19 23:24:425611dependencies = [
5612 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255613 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425614]
David Wood7f916972022-03-26 07:27:435615
5616[[package]]
Mark Rousskov342d9562020-08-17 15:21:445617name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565618version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445619source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565620checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5621dependencies = [
5622 "tinyvec_macros",
5623]
5624
5625[[package]]
5626name = "tinyvec_macros"
5627version = "0.1.0"
5628source = "registry+https://github.com/rust-lang/crates.io-index"
5629checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
Mark Rousskov342d9562020-08-17 15:21:445630
5631[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435632name = "tokio"
klensy9f621ae2022-01-24 17:19:215633version = "1.8.4"
Matthias Krüger696fb8f2019-01-21 15:32:435634source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215635checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
Matthias Krüger696fb8f2019-01-21 15:32:435636dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315637 "autocfg",
Alex Crichton093ede22019-08-15 00:45:095638 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545639 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315640 "pin-project-lite",
Matthias Krüger696fb8f2019-01-21 15:32:435641]
5642
5643[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295644name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475645version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135646source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475647checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135648dependencies = [
Alex Crichton093ede22019-08-15 00:45:095649 "serde",
Eric Hussd2228ca2019-03-29 03:13:135650]
5651
5652[[package]]
Weihang Lo4c4b4c052023-02-13 12:04:025653name = "toml"
5654version = "0.7.2"
Eric Huss7758eaf2022-04-28 05:42:545655source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo4c4b4c052023-02-13 12:04:025656checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6"
5657dependencies = [
5658 "serde",
5659 "serde_spanned",
5660 "toml_datetime",
5661 "toml_edit",
5662]
5663
5664[[package]]
5665name = "toml_datetime"
5666version = "0.6.1"
5667source = "registry+https://github.com/rust-lang/crates.io-index"
5668checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
Weihang Lo9926f6e2022-10-22 12:05:485669dependencies = [
5670 "serde",
5671]
5672
5673[[package]]
5674name = "toml_edit"
Weihang Lo4c4b4c052023-02-13 12:04:025675version = "0.19.3"
Weihang Lo9926f6e2022-10-22 12:05:485676source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo4c4b4c052023-02-13 12:04:025677checksum = "5e6a7712b49e1775fb9a7b998de6635b299237f48b404dde71704f2e0e7f37e5"
Eric Huss7758eaf2022-04-28 05:42:545678dependencies = [
Eric Huss7758eaf2022-04-28 05:42:545679 "indexmap",
Weihang Lo4c4b4c052023-02-13 12:04:025680 "nom8",
Eric Hussaf8048b2022-01-26 00:24:215681 "serde",
Weihang Lo4c4b4c052023-02-13 12:04:025682 "serde_spanned",
Weihang Lo9926f6e2022-10-22 12:05:485683 "toml_datetime",
Eric Hussaf8048b2022-01-26 00:24:215684]
5685
5686[[package]]
Eric Hussa882fdd2021-12-03 20:25:075687name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:595688version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:075689source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:595690checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:075691
5692[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095693name = "tracing"
Oli Scherera4375cb2022-07-06 12:39:325694version = "0.1.35"
Jack Hueyecb8b9f2020-05-27 05:05:095695source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherera4375cb2022-07-06 12:39:325696checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
Jack Hueyecb8b9f2020-05-27 05:05:095697dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425698 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315699 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095700 "tracing-attributes",
5701 "tracing-core",
5702]
5703
5704[[package]]
5705name = "tracing-attributes"
Oli Scherere8962282022-07-05 08:26:125706version = "0.1.22"
Jack Hueyecb8b9f2020-05-27 05:05:095707source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:125708checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
Jack Hueyecb8b9f2020-05-27 05:05:095709dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155710 "proc-macro2",
5711 "quote",
5712 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095713]
5714
5715[[package]]
5716name = "tracing-core"
Oli Scherere8962282022-07-05 08:26:125717version = "0.1.28"
Jack Hueyecb8b9f2020-05-27 05:05:095718source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:125719checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
Jack Hueyecb8b9f2020-05-27 05:05:095720dependencies = [
Oli Scherere8962282022-07-05 08:26:125721 "once_cell",
5722 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095723]
5724
5725[[package]]
Ralf Jung10430db2022-07-15 14:04:235726name = "tracing-error"
5727version = "0.2.0"
5728source = "registry+https://github.com/rust-lang/crates.io-index"
5729checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5730dependencies = [
5731 "tracing",
5732 "tracing-subscriber",
5733]
5734
5735[[package]]
Jack Hueyd66452c2020-08-04 22:35:375736name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:005737version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375738source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005739checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:375740dependencies = [
5741 "lazy_static",
5742 "log",
5743 "tracing-core",
5744]
5745
5746[[package]]
Oliver Schererec7230f2020-07-24 18:42:005747name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:305748version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:005749source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305750checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:005751dependencies = [
Joshua Nelsonf94c9262022-11-28 23:10:445752 "ansi_term 0.12.1",
Oliver Schererec7230f2020-07-24 18:42:005753 "lazy_static",
5754 "matchers",
Philipp Krones586cbd02022-06-04 12:07:445755 "parking_lot 0.11.2",
Oliver Schererec7230f2020-07-24 18:42:005756 "regex",
Oliver Schererec7230f2020-07-24 18:42:005757 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295758 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445759 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595760 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005761 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375762 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375763]
5764
5765[[package]]
5766name = "tracing-tree"
pierwillea25b772021-12-21 17:00:305767version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:375768source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305769checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:375770dependencies = [
Joshua Nelsonf94c9262022-11-28 23:10:445771 "ansi_term 0.12.1",
Jack Hueyd66452c2020-08-04 22:35:375772 "atty",
pierwillea25b772021-12-21 17:00:305773 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005774 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375775 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005776]
5777
5778[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005779name = "twox-hash"
5780version = "1.6.3"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5783dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425784 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415785 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005786 "static_assertions",
5787]
5788
5789[[package]]
David Wood7f916972022-03-26 07:27:435790name = "type-map"
5791version = "0.4.0"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5794dependencies = [
5795 "rustc-hash",
5796]
5797
5798[[package]]
Eric Huss8c20add2018-12-03 01:33:205799name = "typenum"
Weihang Lo6306fd32023-01-04 15:33:595800version = "1.16.0"
Eric Huss8c20add2018-12-03 01:33:205801source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:595802checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
Eric Huss8c20add2018-12-03 01:33:205803
5804[[package]]
Mark Rousskov064f8882020-01-13 21:40:195805name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445806version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195807source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445808checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195809dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425810 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195811 "regex",
5812]
5813
5814[[package]]
James Munnsde763692019-01-19 02:39:375815name = "ucd-trie"
Eric Hussbb60a762023-01-10 19:09:525816version = "0.1.5"
James Munnsde763692019-01-19 02:39:375817source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:525818checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
James Munnsde763692019-01-19 02:39:375819
5820[[package]]
Ralf Junga272c452022-05-30 08:17:465821name = "ui_test"
Ralf Jung229e65a2022-12-03 15:30:565822version = "0.5.0"
Ralf Jungf76eac42022-09-01 20:59:055823source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung229e65a2022-12-03 15:30:565824checksum = "54ddb6f31025943e2f9d59237f433711c461a43d9415974c3eb3a4902edc1c1f"
Ralf Junga272c452022-05-30 08:17:465825dependencies = [
Ralf Jung55162732022-11-15 19:06:425826 "bstr 1.0.1",
Philipp Krones5566eb42023-02-10 13:01:315827 "cargo_metadata 0.15.3",
Ralf Jung10430db2022-07-15 14:04:235828 "color-eyre",
Ralf Junga272c452022-05-30 08:17:465829 "colored",
Ralf Jung55162732022-11-15 19:06:425830 "crossbeam-channel",
Ralf Jungf76eac42022-09-01 20:59:055831 "diff",
Ralf Junga272c452022-05-30 08:17:465832 "lazy_static",
Ralf Junga272c452022-05-30 08:17:465833 "regex",
5834 "rustc_version",
Ralf Jung9f2b69d2022-06-01 13:26:265835 "serde",
5836 "serde_json",
Ralf Jung55162732022-11-15 19:06:425837 "tempfile",
Ralf Junga272c452022-05-30 08:17:465838]
5839
5840[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235841name = "unic-char-property"
5842version = "0.9.0"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5845dependencies = [
5846 "unic-char-range",
5847]
5848
5849[[package]]
5850name = "unic-char-range"
5851version = "0.9.0"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5854
5855[[package]]
5856name = "unic-common"
5857version = "0.9.0"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5860
5861[[package]]
5862name = "unic-emoji-char"
5863version = "0.9.0"
5864source = "registry+https://github.com/rust-lang/crates.io-index"
5865checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5866dependencies = [
5867 "unic-char-property",
5868 "unic-char-range",
5869 "unic-ucd-version",
5870]
5871
5872[[package]]
David Wood7f916972022-03-26 07:27:435873name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425874version = "0.9.1"
David Wood7f916972022-03-26 07:27:435875source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425876checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435877dependencies = [
5878 "unic-langid-impl",
5879 "unic-langid-macros",
5880]
5881
5882[[package]]
5883name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425884version = "0.9.1"
David Wood7f916972022-03-26 07:27:435885source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425886checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435887dependencies = [
5888 "tinystr",
5889]
5890
5891[[package]]
5892name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425893version = "0.9.1"
David Wood7f916972022-03-26 07:27:435894source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425895checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435896dependencies = [
5897 "proc-macro-hack",
5898 "tinystr",
5899 "unic-langid-impl",
5900 "unic-langid-macros-impl",
5901]
5902
5903[[package]]
5904name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425905version = "0.9.1"
David Wood7f916972022-03-26 07:27:435906source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425907checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435908dependencies = [
5909 "proc-macro-hack",
5910 "quote",
5911 "syn",
5912 "unic-langid-impl",
5913]
5914
5915[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235916name = "unic-ucd-version"
5917version = "0.9.0"
5918source = "registry+https://github.com/rust-lang/crates.io-index"
5919checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5920dependencies = [
5921 "unic-common",
5922]
5923
5924[[package]]
Andy Russell30301642019-04-20 17:03:595925name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405926version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595927source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405928checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595929dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405930 "version_check",
Andy Russell30301642019-04-20 17:03:595931]
5932
5933[[package]]
Mark Rousskov064f8882020-01-13 21:40:195934name = "unicode-bdd"
5935version = "0.1.0"
5936dependencies = [
5937 "ucd-parse",
5938]
5939
5940[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585941name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325942version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585943source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095944checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585945dependencies = [
Alex Crichton093ede22019-08-15 00:45:095946 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585947]
5948
5949[[package]]
Andres Suareza65ddf02022-10-09 03:25:405950name = "unicode-ident"
5951version = "1.0.5"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
5954
5955[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585956name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565957version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585958source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565959checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405960dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445961 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405962]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585963
5964[[package]]
Charles Lew485e98a2020-01-02 12:02:225965name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565966version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225967source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565968checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225969
5970[[package]]
5971name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565972version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225973source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565974checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225975dependencies = [
Charles Lewc05961c2020-04-25 01:38:315976 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225977 "unicode-script",
5978]
5979
5980[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585981name = "unicode-segmentation"
Charles Lewa76dcd82022-09-16 17:55:565982version = "1.10.0"
Steve Klabnika0769612017-02-07 23:13:575983source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565984checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
Steve Klabnika0769612017-02-07 23:13:575985
5986[[package]]
5987name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565988version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575989source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565990checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085991dependencies = [
5992 "compiler_builtins",
5993 "rustc-std-workspace-core",
5994 "rustc-std-workspace-std",
5995]
Steve Klabnika0769612017-02-07 23:13:575996
5997[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585998name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565999version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:396000source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:566001checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:396002
6003[[package]]
flip19954c228cc2019-02-18 09:32:586004name = "unicode_categories"
6005version = "0.1.1"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096007checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:586008
6009[[package]]
Michael Howellb29d9d52021-02-24 06:42:426010name = "unified-diff"
6011version = "0.2.1"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
6014dependencies = [
6015 "diff",
6016]
6017
6018[[package]]
est31c2d59062017-06-12 19:35:476019name = "unstable-book-gen"
6020version = "0.1.0"
6021dependencies = [
Alex Crichton093ede22019-08-15 00:45:096022 "num-traits",
6023 "tidy",
est31c2d59062017-06-12 19:35:476024]
6025
6026[[package]]
Nick Cameron71a0be02017-09-25 04:13:296027name = "unwind"
6028version = "0.0.0"
6029dependencies = [
Alex Crichton093ede22019-08-15 00:45:096030 "cc",
Chris Denton531f3c9e2022-12-20 15:26:426031 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:096032 "compiler_builtins",
6033 "core",
6034 "libc",
Nick Cameron71a0be02017-09-25 04:13:296035]
6036
6037[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:586038name = "url"
Eric Hussf3287a62021-05-12 00:39:516039version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:396040source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:516041checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:396042dependencies = [
Eric Hussf3287a62021-05-12 00:39:516043 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:436044 "idna",
Alex Crichton093ede22019-08-15 00:45:096045 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:436046 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:096047 "serde",
Eric Hussf2428a62019-08-01 00:44:396048]
6049
6050[[package]]
steveklabnikecfbaca2018-04-03 14:32:046051name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:446052version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:046053source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446054checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:046055
6056[[package]]
Eric Hussd5e03532019-05-23 20:27:496057name = "utf8parse"
Eric Hussb46b7de2023-02-06 00:00:506058version = "0.2.0"
Eric Hussd5e03532019-05-23 20:27:496059source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb46b7de2023-02-06 00:00:506060checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
Eric Hussd5e03532019-05-23 20:27:496061
6062[[package]]
Pietro Albini13efb202022-11-15 09:19:176063name = "uuid"
6064version = "0.8.2"
6065source = "registry+https://github.com/rust-lang/crates.io-index"
6066checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
6067dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:416068 "getrandom",
Pietro Albini13efb202022-11-15 09:19:176069]
6070
6071[[package]]
Oli Scherere8962282022-07-05 08:26:126072name = "valuable"
6073version = "0.1.0"
6074source = "registry+https://github.com/rust-lang/crates.io-index"
6075checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
6076
6077[[package]]
Alex Crichton1cede102017-06-15 02:33:066078name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:446079version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:066080source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446081checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:066082
6083[[package]]
Alex Crichtonb4110902018-12-08 11:06:546084name = "version_check"
Amanieu d'Antrasa529ba82023-01-09 17:49:246085version = "0.9.4"
Eric Huss2b985322019-11-25 16:14:076086source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:246087checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Eric Huss2b985322019-11-25 16:14:076088
6089[[package]]
Eric Hussd5e03532019-05-23 20:27:496090name = "vte"
Eric Hussb46b7de2023-02-06 00:00:506091version = "0.10.1"
Eric Hussd5e03532019-05-23 20:27:496092source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb46b7de2023-02-06 00:00:506093checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
Eric Hussd5e03532019-05-23 20:27:496094dependencies = [
Eric Hussb46b7de2023-02-06 00:00:506095 "arrayvec 0.5.2",
Alex Crichton093ede22019-08-15 00:45:096096 "utf8parse",
Eric Hussb46b7de2023-02-06 00:00:506097 "vte_generate_state_changes",
6098]
6099
6100[[package]]
6101name = "vte_generate_state_changes"
6102version = "0.1.1"
6103source = "registry+https://github.com/rust-lang/crates.io-index"
6104checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
6105dependencies = [
6106 "proc-macro2",
6107 "quote",
Eric Hussd5e03532019-05-23 20:27:496108]
6109
6110[[package]]
Josh Stone020c5ec2017-05-08 22:01:136111name = "walkdir"
Eric Huss3a6fc802022-04-20 13:50:396112version = "2.3.2"
Alex Crichton80d6ed22018-01-08 21:56:226113source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss3a6fc802022-04-20 13:50:396114checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Alex Crichton80d6ed22018-01-08 21:56:226115dependencies = [
Alex Crichton093ede22019-08-15 00:45:096116 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:316117 "winapi",
Alex Crichton093ede22019-08-15 00:45:096118 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:226119]
6120
6121[[package]]
newpavlov6374b842019-08-29 17:13:156122name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:136123version = "0.11.0+wasi-snapshot-preview1"
6124source = "registry+https://github.com/rust-lang/crates.io-index"
6125checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:156126dependencies = [
6127 "compiler_builtins",
6128 "rustc-std-workspace-alloc",
6129 "rustc-std-workspace-core",
6130]
6131
6132[[package]]
Weihang Lo6306fd32023-01-04 15:33:596133name = "wasm-bindgen"
6134version = "0.2.83"
6135source = "registry+https://github.com/rust-lang/crates.io-index"
6136checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
6137dependencies = [
6138 "cfg-if",
6139 "wasm-bindgen-macro",
6140]
6141
6142[[package]]
6143name = "wasm-bindgen-backend"
6144version = "0.2.83"
6145source = "registry+https://github.com/rust-lang/crates.io-index"
6146checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
6147dependencies = [
6148 "bumpalo",
6149 "log",
6150 "once_cell",
6151 "proc-macro2",
6152 "quote",
6153 "syn",
6154 "wasm-bindgen-shared",
6155]
6156
6157[[package]]
6158name = "wasm-bindgen-macro"
6159version = "0.2.83"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
6162dependencies = [
6163 "quote",
6164 "wasm-bindgen-macro-support",
6165]
6166
6167[[package]]
6168name = "wasm-bindgen-macro-support"
6169version = "0.2.83"
6170source = "registry+https://github.com/rust-lang/crates.io-index"
6171checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
6172dependencies = [
6173 "proc-macro2",
6174 "quote",
6175 "syn",
6176 "wasm-bindgen-backend",
6177 "wasm-bindgen-shared",
6178]
6179
6180[[package]]
6181name = "wasm-bindgen-shared"
6182version = "0.2.83"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
6185
6186[[package]]
Steve Klabnika0769612017-02-07 23:13:576187name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:446188version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:226189source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446190checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:226191dependencies = [
Alex Crichton093ede22019-08-15 00:45:096192 "winapi-i686-pc-windows-gnu",
6193 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:226194]
6195
6196[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226197name = "winapi-i686-pc-windows-gnu"
6198version = "0.4.0"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096200checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:226201
6202[[package]]
Alex Crichton2863b752018-08-21 17:23:476203name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:056204version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:476205source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:056206checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:476207dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316208 "winapi",
Alex Crichton2863b752018-08-21 17:23:476209]
6210
6211[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226212name = "winapi-x86_64-pc-windows-gnu"
6213version = "0.4.0"
6214source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096215checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:226216
6217[[package]]
Philipp Krones586cbd02022-06-04 12:07:446218name = "windows-sys"
Mateusz Mikuład5899ef2022-11-05 11:19:556219version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:446220source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:556221checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
Philipp Krones586cbd02022-06-04 12:07:446222dependencies = [
Mateusz Mikuład5899ef2022-11-05 11:19:556223 "windows_aarch64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:356224 "windows_aarch64_msvc",
6225 "windows_i686_gnu",
6226 "windows_i686_msvc",
6227 "windows_x86_64_gnu",
Mateusz Mikuład5899ef2022-11-05 11:19:556228 "windows_x86_64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:356229 "windows_x86_64_msvc",
Philipp Krones586cbd02022-06-04 12:07:446230]
6231
6232[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226233name = "windows-sys"
6234version = "0.45.0"
Mateusz Mikuład5899ef2022-11-05 11:19:556235source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6f38fd52023-02-07 22:26:226236checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
6237dependencies = [
6238 "windows-targets",
6239]
6240
6241[[package]]
6242name = "windows-targets"
6243version = "0.42.1"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
6246dependencies = [
6247 "windows_aarch64_gnullvm",
6248 "windows_aarch64_msvc",
6249 "windows_i686_gnu",
6250 "windows_i686_msvc",
6251 "windows_x86_64_gnu",
6252 "windows_x86_64_gnullvm",
6253 "windows_x86_64_msvc",
6254]
6255
6256[[package]]
6257name = "windows_aarch64_gnullvm"
6258version = "0.42.1"
6259source = "registry+https://github.com/rust-lang/crates.io-index"
6260checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
Mateusz Mikuład5899ef2022-11-05 11:19:556261
6262[[package]]
Philipp Krones586cbd02022-06-04 12:07:446263name = "windows_aarch64_msvc"
Weihang Lo6f38fd52023-02-07 22:26:226264version = "0.42.1"
Philipp Krones586cbd02022-06-04 12:07:446265source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6f38fd52023-02-07 22:26:226266checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
Philipp Krones586cbd02022-06-04 12:07:446267
6268[[package]]
6269name = "windows_i686_gnu"
Weihang Lo6f38fd52023-02-07 22:26:226270version = "0.42.1"
Philipp Krones586cbd02022-06-04 12:07:446271source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6f38fd52023-02-07 22:26:226272checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
Philipp Krones586cbd02022-06-04 12:07:446273
6274[[package]]
6275name = "windows_i686_msvc"
Weihang Lo6f38fd52023-02-07 22:26:226276version = "0.42.1"
Philipp Krones586cbd02022-06-04 12:07:446277source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6f38fd52023-02-07 22:26:226278checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
Philipp Krones586cbd02022-06-04 12:07:446279
6280[[package]]
6281name = "windows_x86_64_gnu"
Weihang Lo6f38fd52023-02-07 22:26:226282version = "0.42.1"
Philipp Krones586cbd02022-06-04 12:07:446283source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6f38fd52023-02-07 22:26:226284checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
Mateusz Mikuład5899ef2022-11-05 11:19:556285
6286[[package]]
6287name = "windows_x86_64_gnullvm"
Weihang Lo6f38fd52023-02-07 22:26:226288version = "0.42.1"
Mateusz Mikuład5899ef2022-11-05 11:19:556289source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6f38fd52023-02-07 22:26:226290checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
Philipp Krones586cbd02022-06-04 12:07:446291
6292[[package]]
6293name = "windows_x86_64_msvc"
Weihang Lo6f38fd52023-02-07 22:26:226294version = "0.42.1"
Philipp Krones586cbd02022-06-04 12:07:446295source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6f38fd52023-02-07 22:26:226296checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
Philipp Krones586cbd02022-06-04 12:07:446297
6298[[package]]
Charles Lewa7750042022-11-06 06:43:256299name = "writeable"
Lukas Markeffsky0d6fdef2023-02-04 21:28:456300version = "0.5.1"
Charles Lewa7750042022-11-06 06:43:256301source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:456302checksum = "92d74a687e3b9a7a129db0a8c82b4d464eb9c36f5a66ca68572a7e5f1cfdb5bc"
Charles Lewa7750042022-11-06 06:43:256303
6304[[package]]
Josh Stone020c5ec2017-05-08 22:01:136305name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:226306version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:136307source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096308checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:136309dependencies = [
Alex Crichton093ede22019-08-15 00:45:096310 "libc",
Josh Stone020c5ec2017-05-08 22:01:136311]
6312
6313[[package]]
6314name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:446315version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:136316source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446317checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:136318dependencies = [
Alex Crichton093ede22019-08-15 00:45:096319 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:136320]
6321
6322[[package]]
Pietro Albini9beb8f52019-11-26 11:06:306323name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:446324version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:306325source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446326checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:306327dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:426328 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:306329 "thiserror",
Michael Howell271bad92022-06-18 15:54:006330 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:306331]
6332
6333[[package]]
Josh Stone020c5ec2017-05-08 22:01:136334name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:446335version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:306336source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446337checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:306338dependencies = [
6339 "linked-hash-map",
6340]
Igor Matuszewski2214a412021-05-03 20:59:356341
6342[[package]]
Eric Huss3a6fc802022-04-20 13:50:396343name = "yansi"
6344version = "0.5.1"
6345source = "registry+https://github.com/rust-lang/crates.io-index"
6346checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
6347
6348[[package]]
Igor Matuszewski2214a412021-05-03 20:59:356349name = "yansi-term"
6350version = "0.1.2"
6351source = "registry+https://github.com/rust-lang/crates.io-index"
6352checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
6353dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316354 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:356355]
Charles Lewa7750042022-11-06 06:43:256356
6357[[package]]
6358name = "yoke"
Lukas Markeffsky0d6fdef2023-02-04 21:28:456359version = "0.7.0"
Charles Lewa7750042022-11-06 06:43:256360source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:456361checksum = "222180af14a6b54ef2c33493c1eff77ae95a3687a21b243e752624006fb8f26e"
Charles Lewa7750042022-11-06 06:43:256362dependencies = [
6363 "serde",
6364 "stable_deref_trait",
6365 "yoke-derive",
6366 "zerofrom",
6367]
6368
6369[[package]]
6370name = "yoke-derive"
Lukas Markeffsky0d6fdef2023-02-04 21:28:456371version = "0.7.0"
Charles Lewa7750042022-11-06 06:43:256372source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:456373checksum = "ca800d73d6b7a7ee54f2608205c98b549fca71c9500c1abcb3abdc7708b4a8cb"
Charles Lewa7750042022-11-06 06:43:256374dependencies = [
6375 "proc-macro2",
6376 "quote",
6377 "syn",
6378 "synstructure",
6379]
6380
6381[[package]]
6382name = "zerofrom"
6383version = "0.1.1"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54"
6386dependencies = [
6387 "zerofrom-derive",
6388]
6389
6390[[package]]
6391name = "zerofrom-derive"
6392version = "0.1.1"
6393source = "registry+https://github.com/rust-lang/crates.io-index"
6394checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829"
6395dependencies = [
6396 "proc-macro2",
6397 "quote",
6398 "syn",
6399 "synstructure",
6400]
6401
6402[[package]]
Weihang Lo6306fd32023-01-04 15:33:596403name = "zeroize"
6404version = "1.5.7"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
6407
6408[[package]]
Charles Lewa7750042022-11-06 06:43:256409name = "zerovec"
Lukas Markeffsky0d6fdef2023-02-04 21:28:456410version = "0.9.2"
Charles Lewa7750042022-11-06 06:43:256411source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:456412checksum = "154df60c74c4a844bc04a53cef4fc18a909d3ea07e19f5225eaba86209da3aa6"
Charles Lewa7750042022-11-06 06:43:256413dependencies = [
6414 "yoke",
6415 "zerofrom",
6416 "zerovec-derive",
6417]
6418
6419[[package]]
6420name = "zerovec-derive"
Lukas Markeffsky0d6fdef2023-02-04 21:28:456421version = "0.9.3"
Charles Lewa7750042022-11-06 06:43:256422source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:456423checksum = "2154cb6e2a748163354165e22c6a555effb09ca2d16334767bf66bb404f2206e"
Charles Lewa7750042022-11-06 06:43:256424dependencies = [
6425 "proc-macro2",
6426 "quote",
6427 "syn",
6428 "synstructure",
6429]