blob: 7a86a1012a7619343a493aaaadf5d89c42c9f97b [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 = [
Chris Denton531f3c9e2022-12-20 15:26:4233 "getrandom 0.2.8",
Lain Yang9a337b62022-01-07 05:32:5834 "once_cell",
35 "version_check",
36]
37
38[[package]]
Steve Klabnika0769612017-02-07 23:13:5739name = "aho-corasick"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4140version = "0.7.18"
Eric Huss6a09cfa2019-05-16 05:27:3941source = "registry+https://github.com/rust-lang/crates.io-index"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4142checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
Eric Huss6a09cfa2019-05-16 05:27:3943dependencies = [
Alex Crichton093ede22019-08-15 00:45:0944 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3945]
46
47[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2948name = "alloc"
49version = "0.0.0"
50dependencies = [
Alex Crichton093ede22019-08-15 00:45:0951 "compiler_builtins",
52 "core",
Aaron Hill2550d5b2021-03-07 23:39:1953 "rand 0.7.3",
Aaron Hill70ba4912020-08-01 14:11:1554 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2955]
56
57[[package]]
steveklabnikecfbaca2018-04-03 14:32:0458name = "ammonia"
klensy947e7872022-04-15 18:11:1459version = "3.2.0"
Eric Huss2dafa912019-06-19 03:36:4760source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:1461checksum = "d5ed2509ee88cc023cccee37a6fab35826830fe8b748b3869790e7720c2c4a74"
Eric Huss2dafa912019-06-19 03:36:4762dependencies = [
Alex Crichton093ede22019-08-15 00:45:0963 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0964 "maplit",
klensy947e7872022-04-15 18:11:1465 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0966 "tendril",
Eric Huss4a7e2fb2022-08-21 04:19:4367 "url",
Eric Huss2dafa912019-06-19 03:36:4768]
69
70[[package]]
topecongiroca19ffe2019-04-17 22:42:1871name = "annotate-snippets"
Caleb Cartwrightf367f4d2022-06-13 03:04:5472version = "0.9.1"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
Igor Matuszewski2214a412021-05-03 20:59:3575dependencies = [
Caleb Cartwrightf367f4d2022-06-13 03:04:5476 "unicode-width",
Igor Matuszewski2214a412021-05-03 20:59:3577 "yansi-term",
78]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2679
80[[package]]
Steve Klabnika0769612017-02-07 23:13:5781name = "ansi_term"
Joshua Nelsonf94c9262022-11-28 23:10:4482version = "0.11.0"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
85dependencies = [
86 "winapi",
87]
88
89[[package]]
90name = "ansi_term"
Oliver Schererec7230f2020-07-24 18:42:0091version = "0.12.1"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
94dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:3195 "winapi",
Oliver Schererec7230f2020-07-24 18:42:0096]
97
98[[package]]
Eric Huss6da85d62020-01-14 17:47:0499name = "anyhow"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:39100version = "1.0.65"
Eric Huss6da85d62020-01-14 17:47:04101source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:39102checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
Eric Huss6da85d62020-01-14 17:47:04103
104[[package]]
bjorn3be670842022-05-28 10:43:51105name = "ar_archive_writer"
106version = "0.1.1"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "276881980556fdadeb88aa1ffc667e4d2e8fe72531dfabcb7a82bb3c9ea9ba31"
109dependencies = [
110 "object",
111]
112
113[[package]]
Rune Tynan77156562021-01-16 01:34:15114name = "array_tool"
115version = "1.0.3"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
118
119[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54120name = "arrayvec"
Jubilee Younge8eb6912021-04-22 04:40:29121version = "0.7.0"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
Nicholas Nethercotec492ca42020-07-14 00:31:54124
125[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46126name = "askama"
127version = "0.11.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "4d8f355701c672c2ba3d718acbd213f740beea577cc4eae66accdffe15be1882"
130dependencies = [
131 "askama_derive",
132 "askama_escape",
133 "askama_shared",
134]
135
136[[package]]
137name = "askama_derive"
138version = "0.11.0"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "84704cab5b7ae0fd3a9f78ee5eb7b27f3749df445f04623db6633459ae283267"
141dependencies = [
142 "askama_shared",
143 "proc-macro2",
144 "syn",
145]
146
147[[package]]
148name = "askama_escape"
149version = "0.10.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5"
152
153[[package]]
154name = "askama_shared"
155version = "0.12.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "dae03eebba55a2697a376e58b573a29fe36893157173ac8df312ad85f3c0e012"
158dependencies = [
159 "askama_escape",
160 "nom",
161 "proc-macro2",
162 "quote",
Guillaume Gomez48f5dca2022-01-17 16:36:39163 "serde",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46164 "syn",
Guillaume Gomez48f5dca2022-01-17 16:36:39165 "toml",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46166]
167
168[[package]]
Alex Crichton1cede102017-06-15 02:33:06169name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21170version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13171source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21172checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13173dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:07174 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:09175 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31176 "winapi",
Alex Crichton1cede102017-06-15 02:33:06177]
178
179[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05180name = "autocfg"
Jon Gjengsetb83a48d2022-03-01 17:45:23181version = "1.1.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35182source = "registry+https://github.com/rust-lang/crates.io-index"
Jon Gjengsetb83a48d2022-03-01 17:45:23183checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Mateusz Mikułaf5e702d2020-03-26 13:10:35184
185[[package]]
Ralf Jung10430db2022-07-15 14:04:23186name = "backtrace"
187version = "0.3.66"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
190dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:15191 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23192 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42193 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23194 "libc",
Michael Howell8e71a132022-11-08 00:13:20195 "miniz_oxide",
Michael Howellcf83a1d2022-11-03 17:10:15196 "object",
Ralf Jung10430db2022-07-15 14:04:23197 "rustc-demangle",
198]
199
200[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58201name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20202version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01203source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20204checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01205
206[[package]]
Eric Huss2b985322019-11-25 16:14:07207name = "bitmaps"
Mark Rousskov342d9562020-08-17 15:21:44208version = "2.1.0"
Eric Huss2b985322019-11-25 16:14:07209source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44210checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
Eric Huss2b985322019-11-25 16:14:07211dependencies = [
212 "typenum",
213]
214
215[[package]]
James Munnsde763692019-01-19 02:39:37216name = "block-buffer"
pierwillef6dd122022-02-10 16:54:01217version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:12218source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:01219checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
Pietro Albiniacd8e592020-10-01 15:15:12220dependencies = [
klensy45fac342022-08-31 20:04:12221 "generic-array",
James Munnsde763692019-01-19 02:39:37222]
223
224[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39225name = "bstr"
klensy43512e62022-07-26 16:16:43226version = "0.2.17"
Eric Huss6a09cfa2019-05-16 05:27:39227source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43228checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
Eric Huss6a09cfa2019-05-16 05:27:39229dependencies = [
Eric Hussfaa64612021-06-22 23:19:24230 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09231 "memchr",
Charles Lewa7750042022-11-06 06:43:25232 "regex-automata 0.1.10",
Eric Huss6a09cfa2019-05-16 05:27:39233]
234
235[[package]]
Ralf Jung55162732022-11-15 19:06:42236name = "bstr"
237version = "1.0.1"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd"
240dependencies = [
241 "memchr",
242 "once_cell",
Manish Goregaokar2721e402022-11-18 22:46:52243 "regex-automata 0.1.10",
Ralf Jung55162732022-11-15 19:06:42244 "serde",
245]
246
247[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04248name = "build-manifest"
249version = "0.1.0"
250dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01251 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40252 "flate2",
Pietro Albiniacd8e592020-10-01 15:15:12253 "hex 0.4.2",
254 "rayon",
Alex Crichton093ede22019-08-15 00:45:09255 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07256 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12257 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40258 "tar",
Eric Huss7d92cf42019-08-20 17:46:35259 "toml",
Alex Crichton9e8785f2017-01-24 22:37:04260]
261
262[[package]]
Nilstrieb25c15312022-12-30 10:11:33263name = "build_helper"
264version = "0.1.0"
265
266[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03267name = "bump-stage0"
268version = "0.1.0"
269dependencies = [
270 "anyhow",
271 "curl",
Pietro Albiniea8b1ff2021-08-26 10:35:32272 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03273 "serde",
274 "serde_json",
275 "toml",
276]
277
278[[package]]
Alex Crichton4f661c02018-10-08 17:39:09279name = "bytecount"
Yuki Okushi2b0e27e2021-03-17 20:34:05280version = "0.6.2"
Alex Crichton4f661c02018-10-08 17:39:09281source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:05282checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
Alex Crichton4f661c02018-10-08 17:39:09283dependencies = [
Yuki Okushi2b0e27e2021-03-17 20:34:05284 "packed_simd_2",
Alex Crichton4f661c02018-10-08 17:39:09285]
286
287[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43288name = "bytes"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31289version = "1.0.1"
Matthias Krüger696fb8f2019-01-21 15:32:43290source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31291checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
Matthias Krüger696fb8f2019-01-21 15:32:43292
293[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53294name = "bytesize"
Mark Rousskov342d9562020-08-17 15:21:44295version = "1.0.1"
Alex Crichton8ccf1122018-09-20 21:37:53296source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44297checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
Alex Crichton8ccf1122018-09-20 21:37:53298
299[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20300name = "camino"
Ralf Jungc2df1c22022-07-21 20:04:37301version = "1.0.9"
Caleb Cartwright0697f562021-10-20 05:15:20302source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:37303checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"
Caleb Cartwright0697f562021-10-20 05:15:20304dependencies = [
305 "serde",
306]
307
308[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58309name = "cargo"
Weihang Lo4ab78da2022-12-18 23:39:39310version = "0.69.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58311dependencies = [
Eric Huss6da85d62020-01-14 17:47:04312 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09313 "bytesize",
Caleb Cartwright0697f562021-10-20 05:15:20314 "cargo-platform 0.1.2",
Alex Crichton093ede22019-08-15 00:45:09315 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40316 "cargo-test-support",
Eric Hussea194b82021-03-26 19:29:08317 "cargo-util",
Weihang Lo40bb4b72022-10-14 08:58:48318 "clap 4.0.15",
Alex Crichton093ede22019-08-15 00:45:09319 "crates-io",
Alex Crichton093ede22019-08-15 00:45:09320 "curl",
321 "curl-sys",
Weihang Lo1e5dad02022-11-25 22:37:04322 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:09323 "filetime",
324 "flate2",
Alex Crichton093ede22019-08-15 00:45:09325 "fwdansi",
326 "git2",
327 "git2-curl",
328 "glob",
Mark Rousskov342d9562020-08-17 15:21:44329 "hex 0.4.2",
Igor Matuszewskic2249a42019-09-08 08:28:11330 "home",
Weihang Lo35f89622022-11-18 21:35:07331 "http-auth",
Mark Rousskov342d9562020-08-17 15:21:44332 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09333 "ignore",
334 "im-rc",
Eric Huss3a6fc802022-04-20 13:50:39335 "indexmap",
Weihang Lo1e5dad02022-11-25 22:37:04336 "is-terminal",
pierwillf684acd2022-03-04 17:54:28337 "itertools",
Alex Crichton093ede22019-08-15 00:45:09338 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42339 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09340 "lazycell",
341 "libc",
342 "libgit2-sys",
343 "log",
344 "memchr",
flip199544cea512021-07-01 16:18:02345 "opener",
Alex Crichton093ede22019-08-15 00:45:09346 "openssl",
Eric Huss94015472021-10-12 04:48:27347 "os_info",
Eric Huss4b4a5142022-04-14 01:02:32348 "pathdiff",
Eric Huss4a7e2fb2022-08-21 04:19:43349 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:09350 "pretty_env_logger",
Alex Crichton093ede22019-08-15 00:45:09351 "rustc-workspace-hack",
Philipp Krones586cbd02022-06-04 12:07:44352 "rustfix",
Weihang Lo5095f542022-09-27 16:46:34353 "same-file",
klensy8ebc73b2022-02-06 20:57:29354 "semver",
Alex Crichton093ede22019-08-15 00:45:09355 "serde",
Weihang Lo5095f542022-09-27 16:46:34356 "serde-value",
Igor Matuszewskic2249a42019-09-08 08:28:11357 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09358 "serde_json",
Eric Husscb969e82021-04-01 00:45:03359 "shell-escape",
Eric Huss3a6fc802022-04-20 13:50:39360 "snapbox",
Alex Crichton093ede22019-08-15 00:45:09361 "strip-ansi-escapes",
362 "tar",
363 "tempfile",
364 "termcolor",
Mark Rousskovbf29b3c2022-05-18 16:16:27365 "toml_edit",
Alex Crichton093ede22019-08-15 00:45:09366 "unicode-width",
Aaron Hill70ba4912020-08-01 14:11:15367 "unicode-xid",
Eric Huss4a7e2fb2022-08-21 04:19:43368 "url",
Alex Crichton093ede22019-08-15 00:45:09369 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31370 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58371]
372
373[[package]]
Eric Huss74498c12020-12-16 17:03:33374name = "cargo-credential"
Weihang Lo35f89622022-11-18 21:35:07375version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33376
377[[package]]
378name = "cargo-credential-1password"
Weihang Lo35f89622022-11-18 21:35:07379version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33380dependencies = [
381 "cargo-credential",
382 "serde",
383 "serde_json",
384]
385
386[[package]]
387name = "cargo-credential-macos-keychain"
Weihang Lo35f89622022-11-18 21:35:07388version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33389dependencies = [
390 "cargo-credential",
391 "security-framework",
392]
393
394[[package]]
395name = "cargo-credential-wincred"
Weihang Lo35f89622022-11-18 21:35:07396version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33397dependencies = [
398 "cargo-credential",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31399 "winapi",
Eric Huss74498c12020-12-16 17:03:33400]
401
402[[package]]
Ralf Jung759e4952020-06-01 18:17:20403name = "cargo-miri"
404version = "0.1.0"
405dependencies = [
Ralf Jung3ba055f2022-08-10 18:17:48406 "cargo_metadata 0.15.0",
Ralf Jung759e4952020-06-01 18:17:20407 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57408 "rustc-build-sysroot",
Ralf Jung759e4952020-06-01 18:17:20409 "rustc-workspace-hack",
Philipp Krones10f2a6d2022-12-17 13:21:37410 "rustc_tools_util 0.2.1",
Ralf Junge5684232022-01-05 09:41:22411 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20412 "serde",
413 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20414]
415
416[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56417name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56418version = "0.1.2"
Alex Crichton5c5e3fa2019-09-24 18:06:56419dependencies = [
420 "serde",
421]
422
423[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20424name = "cargo-platform"
425version = "0.1.2"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
428dependencies = [
429 "serde",
430]
431
432[[package]]
Eric Hussaedb74b2019-06-12 14:37:30433name = "cargo-test-macro"
434version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30435
436[[package]]
Aaron Hilld440e132019-09-16 18:45:40437name = "cargo-test-support"
438version = "0.1.0"
439dependencies = [
Eric Hussea194b82021-03-26 19:29:08440 "anyhow",
Aaron Hilld440e132019-09-16 18:45:40441 "cargo-test-macro",
Eric Hussea194b82021-03-26 19:29:08442 "cargo-util",
Weihang Lo5095f542022-09-27 16:46:34443 "crates-io",
Aaron Hilld440e132019-09-16 18:45:40444 "filetime",
445 "flate2",
446 "git2",
447 "glob",
pierwillf684acd2022-03-04 17:54:28448 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:42449 "lazy_static",
Aaron Hilld440e132019-09-16 18:45:40450 "serde_json",
Eric Huss22326c52022-05-04 05:48:05451 "snapbox",
Aaron Hilld440e132019-09-16 18:45:40452 "tar",
Eric Hussfaa64612021-06-22 23:19:24453 "termcolor",
Mark Rousskovbf29b3c2022-05-18 16:16:27454 "toml_edit",
Eric Huss4a7e2fb2022-08-21 04:19:43455 "url",
Eric Huss0a31aa22022-08-10 11:07:57456 "winapi",
Aaron Hilld440e132019-09-16 18:45:40457]
458
459[[package]]
Eric Hussea194b82021-03-26 19:29:08460name = "cargo-util"
Weihang Lode53bd32022-11-16 00:10:54461version = "0.2.3"
Eric Hussea194b82021-03-26 19:29:08462dependencies = [
463 "anyhow",
464 "core-foundation",
465 "crypto-hash",
466 "filetime",
467 "hex 0.4.2",
468 "jobserver",
469 "libc",
470 "log",
Weihang Lo8a808dc2022-11-23 01:01:35471 "miow 0.5.0",
Eric Hussea194b82021-03-26 19:29:08472 "same-file",
473 "shell-escape",
474 "tempfile",
475 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31476 "winapi",
Eric Hussea194b82021-03-26 19:29:08477]
478
479[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29480name = "cargo_metadata"
Caleb Cartwright0697f562021-10-20 05:15:20481version = "0.14.0"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
484dependencies = [
485 "camino",
486 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
klensy8ebc73b2022-02-06 20:57:29487 "semver",
Caleb Cartwright0697f562021-10-20 05:15:20488 "serde",
489 "serde_json",
490]
491
492[[package]]
Ralf Jungc2df1c22022-07-21 20:04:37493name = "cargo_metadata"
494version = "0.15.0"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "3abb7553d5b9b8421c6de7cb02606ff15e0c6eea7d8eadd75ef013fd636bec36"
497dependencies = [
498 "camino",
499 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
500 "semver",
501 "serde",
502 "serde_json",
503]
504
505[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26506name = "cargotest2"
507version = "0.1.0"
508
509[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35510name = "cc"
Tom Parker-Shemilt18129b62022-11-09 21:52:10511version = "1.0.76"
Nick Cameronc5cad5a2017-09-22 01:58:35512source = "registry+https://github.com/rust-lang/crates.io-index"
Tom Parker-Shemilt18129b62022-11-09 21:52:10513checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
Eric Hussa9023832019-11-09 19:59:53514dependencies = [
515 "jobserver",
Eric Hussa9023832019-11-09 19:59:53516]
Nick Cameronc5cad5a2017-09-22 01:58:35517
518[[package]]
Josh Stone020c5ec2017-05-08 22:01:13519name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07520version = "1.0.0"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03523dependencies = [
524 "compiler_builtins",
525 "rustc-std-workspace-core",
526]
Aaron Hill44fdfd62020-10-11 17:51:07527
528[[package]]
Jack Hueya24df5b2020-03-03 16:25:03529name = "chalk-derive"
Michael Goulet6de5f622022-11-13 19:29:38530version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03531source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38532checksum = "d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb"
Jack Hueya24df5b2020-03-03 16:25:03533dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15534 "proc-macro2",
535 "quote",
536 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16537 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03538]
539
540[[package]]
541name = "chalk-engine"
Michael Goulet6de5f622022-11-13 19:29:38542version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03543source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38544checksum = "7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f"
Jack Hueya24df5b2020-03-03 16:25:03545dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19546 "chalk-derive",
547 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37548 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03549 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09550 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03551]
552
553[[package]]
554name = "chalk-ir"
Michael Goulet6de5f622022-11-13 19:29:38555version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03556source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38557checksum = "43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838"
Jack Hueya24df5b2020-03-03 16:25:03558dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31559 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03560 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42561 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03562]
563
564[[package]]
Jack Hueya24df5b2020-03-03 16:25:03565name = "chalk-solve"
Michael Goulet6de5f622022-11-13 19:29:38566version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03567source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38568checksum = "61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4"
Jack Hueya24df5b2020-03-03 16:25:03569dependencies = [
570 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03571 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09572 "ena",
pierwill8d27c282022-01-19 19:44:43573 "indexmap",
pierwillf684acd2022-03-04 17:54:28574 "itertools",
Jack Hueya24df5b2020-03-03 16:25:03575 "petgraph",
576 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09577 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37578 "tracing-subscriber",
579 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03580]
581
582[[package]]
Alex Crichton15899b02018-01-25 04:01:42583name = "chrono"
Tomasz Miąsko2abe7c82021-02-28 00:00:00584version = "0.4.19"
Alex Crichton15899b02018-01-25 04:01:42585source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:00586checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
Alex Crichton15899b02018-01-25 04:01:42587dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:00588 "libc",
Alex Crichton093ede22019-08-15 00:45:09589 "num-integer",
590 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17591 "serde",
Alex Crichton093ede22019-08-15 00:45:09592 "time",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31593 "winapi",
Alex Crichton15899b02018-01-25 04:01:42594]
595
596[[package]]
Steve Klabnika0769612017-02-07 23:13:57597name = "clap"
Weihang Lo11e66e12022-09-05 17:34:53598version = "3.2.20"
Eric Hussbfacc5c2022-01-19 03:14:33599source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo11e66e12022-09-05 17:34:53600checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
Eric Hussbfacc5c2022-01-19 03:14:33601dependencies = [
602 "atty",
603 "bitflags",
Caleb Cartwrightf367f4d2022-06-13 03:04:54604 "clap_derive",
Weihang Loc1b4f112022-10-04 20:57:49605 "clap_lex 0.2.2",
Eric Hussbfacc5c2022-01-19 03:14:33606 "indexmap",
Arlo Siemsenb59abdc2022-06-17 17:58:51607 "once_cell",
Michael Howell4a7b7732022-06-20 18:41:56608 "strsim",
Eric Hussbfacc5c2022-01-19 03:14:33609 "termcolor",
Michael Howell4a7b7732022-06-20 18:41:56610 "textwrap",
Eric Hussbfacc5c2022-01-19 03:14:33611]
612
613[[package]]
Weihang Loc1b4f112022-10-04 20:57:49614name = "clap"
Weihang Lo40bb4b72022-10-14 08:58:48615version = "4.0.15"
Weihang Loc1b4f112022-10-04 20:57:49616source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo40bb4b72022-10-14 08:58:48617checksum = "6bf8832993da70a4c6d13c581f4463c2bdda27b9bf1c5498dc4365543abe6d6f"
Weihang Loc1b4f112022-10-04 20:57:49618dependencies = [
619 "atty",
620 "bitflags",
621 "clap_lex 0.3.0",
622 "strsim",
623 "termcolor",
624]
625
626[[package]]
Eric Huss51814222022-04-15 18:57:06627name = "clap_complete"
628version = "3.1.1"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
631dependencies = [
Weihang Loc1b4f112022-10-04 20:57:49632 "clap 3.2.20",
Eric Huss51814222022-04-15 18:57:06633]
634
635[[package]]
Caleb Cartwrightf367f4d2022-06-13 03:04:54636name = "clap_derive"
Weihang Lo11e66e12022-09-05 17:34:53637version = "3.2.18"
Caleb Cartwrightf367f4d2022-06-13 03:04:54638source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo11e66e12022-09-05 17:34:53639checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
Caleb Cartwrightf367f4d2022-06-13 03:04:54640dependencies = [
Eric Huss821e9d52022-07-18 21:41:10641 "heck",
Caleb Cartwrightf367f4d2022-06-13 03:04:54642 "proc-macro-error",
643 "proc-macro2",
644 "quote",
645 "syn",
646]
647
648[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51649name = "clap_lex"
650version = "0.2.2"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613"
653dependencies = [
654 "os_str_bytes",
655]
656
657[[package]]
Weihang Loc1b4f112022-10-04 20:57:49658name = "clap_lex"
659version = "0.3.0"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
662dependencies = [
663 "os_str_bytes",
664]
665
666[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29667name = "clippy"
Philipp Krones10f2a6d2022-12-17 13:21:37668version = "0.1.68"
Ahmed Charles9ca382f2016-09-02 08:55:29669dependencies = [
Alex Crichton093ede22019-08-15 00:45:09670 "clippy_lints",
flip1995fe247b42021-09-08 14:32:16671 "clippy_utils",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41672 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09673 "derive-new",
flip1995647f2b42021-06-03 07:06:49674 "filetime",
Eric Huss4a7e2fb2022-08-21 04:19:43675 "futures",
flip1995fe247b42021-09-08 14:32:16676 "if_chain",
pierwillf684acd2022-03-04 17:54:28677 "itertools",
Philipp Krones586cbd02022-06-04 12:07:44678 "parking_lot 0.12.1",
flip19950f1ff452021-03-25 18:29:39679 "quote",
flip1995412ebc32021-03-12 14:31:11680 "regex",
flip1995706fa542022-03-14 11:03:16681 "rustc-semver",
Alex Crichton093ede22019-08-15 00:45:09682 "rustc-workspace-hack",
Philipp Krones10f2a6d2022-12-17 13:21:37683 "rustc_tools_util 0.3.0",
klensy8ebc73b2022-02-06 20:57:29684 "semver",
Alex Crichton093ede22019-08-15 00:45:09685 "serde",
flip19950f1ff452021-03-25 18:29:39686 "syn",
Matthias Krügerf77104b2019-12-02 22:09:48687 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00688 "termize",
Ralf Jungbf11b122021-04-06 11:20:48689 "tester",
flip1995159d6c32022-01-13 12:18:51690 "tokio",
Philipp Krones5fead7a2022-06-30 09:35:55691 "toml",
Philipp Kronesd6732192022-07-28 17:08:41692 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29693]
694
695[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49696name = "clippy_dev"
697version = "0.0.1"
698dependencies = [
flip1995463c7602022-05-05 14:13:10699 "aho-corasick",
Weihang Loc1b4f112022-10-04 20:57:49700 "clap 3.2.20",
flip19958d5f69d2021-10-21 11:13:17701 "indoc",
pierwillf684acd2022-03-04 17:54:28702 "itertools",
flip199544cea512021-07-01 16:18:02703 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49704 "shell-escape",
705 "walkdir",
706]
707
708[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29709name = "clippy_lints"
Philipp Krones10f2a6d2022-12-17 13:21:37710version = "0.1.68"
Oliver Schneider847bb142018-05-11 12:11:06711dependencies = [
Ralf Jungc2df1c22022-07-21 20:04:37712 "cargo_metadata 0.14.0",
flip19950046d7c2021-02-25 10:26:23713 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06714 "declare_clippy_lint",
Alex Crichton093ede22019-08-15 00:45:09715 "if_chain",
pierwillf684acd2022-03-04 17:54:28716 "itertools",
Joshua Nelsonf94c9262022-11-28 23:10:44717 "pulldown-cmark 0.9.2",
Alex Crichton093ede22019-08-15 00:45:09718 "quine-mc_cluskey",
719 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59720 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29721 "semver",
Alex Crichton093ede22019-08-15 00:45:09722 "serde",
flip1995c24058b2021-05-06 10:21:46723 "serde_json",
flip199537cdd7e2022-06-16 15:39:29724 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:35725 "toml",
Alex Crichton093ede22019-08-15 00:45:09726 "unicode-normalization",
flip199544cea512021-07-01 16:18:02727 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43728 "url",
Oliver Schneider847bb142018-05-11 12:11:06729]
730
731[[package]]
flip19950046d7c2021-02-25 10:26:23732name = "clippy_utils"
Philipp Krones10f2a6d2022-12-17 13:21:37733version = "0.1.68"
flip19950046d7c2021-02-25 10:26:23734dependencies = [
flip1995159d6c32022-01-13 12:18:51735 "arrayvec",
flip19950046d7c2021-02-25 10:26:23736 "if_chain",
Jason Newcomb9a677672022-08-31 13:24:45737 "itertools",
flip19950046d7c2021-02-25 10:26:23738 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23739]
740
741[[package]]
Pietro Albini13efb202022-11-15 09:19:17742name = "collect-license-metadata"
743version = "0.1.0"
744dependencies = [
745 "anyhow",
746 "serde",
747 "serde_json",
748 "spdx-rs",
749]
750
751[[package]]
Ralf Jung10430db2022-07-15 14:04:23752name = "color-eyre"
753version = "0.6.2"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
756dependencies = [
757 "backtrace",
758 "color-spantrace",
759 "eyre",
760 "indenter",
761 "once_cell",
762 "owo-colors",
763 "tracing-error",
764]
765
766[[package]]
767name = "color-spantrace"
768version = "0.2.0"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
771dependencies = [
772 "once_cell",
773 "owo-colors",
774 "tracing-core",
775 "tracing-error",
776]
777
778[[package]]
Nick Cameron127f9a62018-04-25 22:11:28779name = "colored"
Ralf Jung0e908752020-09-17 18:04:20780version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28781source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20782checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28783dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42784 "atty",
785 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31786 "winapi",
Nick Cameron127f9a62018-04-25 22:11:28787]
788
789[[package]]
Eric Hussaf8048b2022-01-26 00:24:21790name = "combine"
klensy45fac342022-08-31 20:04:12791version = "4.6.6"
Eric Hussaf8048b2022-01-26 00:24:21792source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:12793checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
Eric Hussaf8048b2022-01-26 00:24:21794dependencies = [
795 "bytes",
796 "memchr",
797]
798
799[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29800name = "commoncrypto"
801version = "0.2.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09803checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29804dependencies = [
Alex Crichton093ede22019-08-15 00:45:09805 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29806]
807
808[[package]]
809name = "commoncrypto-sys"
810version = "0.2.0"
811source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09812checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29813dependencies = [
Alex Crichton093ede22019-08-15 00:45:09814 "libc",
Murarth64842582017-06-17 19:01:18815]
816
817[[package]]
Alex Crichton147e2da2016-10-07 06:30:38818name = "compiler_builtins"
Martin Kröning6324e5c2022-12-08 14:34:46819version = "0.1.85"
Alex Crichton4c21a3b2018-11-20 05:52:50820source = "registry+https://github.com/rust-lang/crates.io-index"
Martin Kröning6324e5c2022-12-08 14:34:46821checksum = "13e81c6cd7ab79f51a0c927d22858d61ad12bd0b3865f0b13ece02a4486aeabb"
Alex Crichton147e2da2016-10-07 06:30:38822dependencies = [
Alex Crichton093ede22019-08-15 00:45:09823 "cc",
824 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38825]
826
827[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29828name = "compiletest"
829version = "0.0.0"
830dependencies = [
Michael Howellb29d9d52021-02-24 06:42:42831 "colored",
Alex Crichton093ede22019-08-15 00:45:09832 "diff",
Alex Crichton093ede22019-08-15 00:45:09833 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21834 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42835 "lazy_static",
Eric Hussfab89962022-08-08 04:26:13836 "lazycell",
Alex Crichton093ede22019-08-15 00:45:09837 "libc",
Weihang Lobfce2272022-11-04 23:50:44838 "miow 0.3.7",
Jakob Degen17395b42022-10-31 00:17:25839 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:09840 "regex",
Philipp Krones586cbd02022-06-04 12:07:44841 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09842 "serde",
843 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00844 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00845 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42846 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09847 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31848 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29849]
850
851[[package]]
852name = "compiletest_rs"
Philipp Kronesdb490d02022-10-06 07:45:08853version = "0.9.0"
hyd-deve671c352021-09-06 16:43:27854source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesdb490d02022-10-06 07:45:08855checksum = "70489bbb718aea4f92e5f48f2e3b5be670c2051de30e57cb6e5377b4aa08b372"
hyd-deve671c352021-09-06 16:43:27856dependencies = [
857 "diff",
858 "filetime",
859 "getopts",
860 "lazy_static",
861 "libc",
862 "log",
Weihang Lobfce2272022-11-04 23:50:44863 "miow 0.3.7",
hyd-deve671c352021-09-06 16:43:27864 "regex",
Philipp Krones586cbd02022-06-04 12:07:44865 "rustfix",
hyd-deve671c352021-09-06 16:43:27866 "serde",
867 "serde_derive",
868 "serde_json",
869 "tempfile",
870 "tester",
871 "winapi",
872]
873
874[[package]]
Eric Huss3a6fc802022-04-20 13:50:39875name = "concolor"
Weihang Lobfce2272022-11-04 23:50:44876version = "0.0.9"
Eric Huss3a6fc802022-04-20 13:50:39877source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44878checksum = "b90f9dcd9490a97db91a85ccd79e38a87e14323f0bb824659ee3274e9143ba37"
Eric Huss3a6fc802022-04-20 13:50:39879dependencies = [
880 "atty",
881 "bitflags",
882 "concolor-query",
883]
884
885[[package]]
886name = "concolor-query"
Weihang Lobfce2272022-11-04 23:50:44887version = "0.1.0"
Eric Huss3a6fc802022-04-20 13:50:39888source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44889checksum = "82a90734b3d5dcf656e7624cca6bce9c3a90ee11f900e80141a7427ccfb3d317"
Eric Huss3a6fc802022-04-20 13:50:39890
891[[package]]
892name = "content_inspector"
893version = "0.2.4"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
896dependencies = [
897 "memchr",
898]
899
900[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45901name = "convert_case"
902version = "0.4.0"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
905
906[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29907name = "core"
908version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16909dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:19910 "rand 0.7.3",
Thom Chiovoloni08127592022-05-02 06:10:56911 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16912]
Ahmed Charles9ca382f2016-09-02 08:55:29913
914[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28915name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05916version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07917source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05918checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07919dependencies = [
Eric Huss6654c582020-06-23 22:00:48920 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09921 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28922]
923
924[[package]]
925name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05926version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07927source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05928checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07929
930[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48931name = "coverage_test_macros"
932version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48933
934[[package]]
pierwillef6dd122022-02-10 16:54:01935name = "cpufeatures"
klensyceee8802022-11-22 14:41:06936version = "0.2.5"
Pietro Albiniacd8e592020-10-01 15:15:12937source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:06938checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
pierwillef6dd122022-02-10 16:54:01939dependencies = [
940 "libc",
941]
Pietro Albiniacd8e592020-10-01 15:15:12942
943[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58944name = "crates-io"
Weihang Lode53bd32022-11-16 00:10:54945version = "0.35.0"
Nick Cameronad8ecc22017-07-19 01:32:12946dependencies = [
Eric Huss6da85d62020-01-14 17:47:04947 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09948 "curl",
Eric Huss4a7e2fb2022-08-21 04:19:43949 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:09950 "serde",
Alex Crichton093ede22019-08-15 00:45:09951 "serde_json",
Eric Huss4a7e2fb2022-08-21 04:19:43952 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58953]
954
955[[package]]
Alex Crichtonb4110902018-12-08 11:06:54956name = "crc32fast"
klensy43512e62022-07-26 16:16:43957version = "1.3.2"
Alex Crichtonb4110902018-12-08 11:06:54958source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43959checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Alex Crichtonb4110902018-12-08 11:06:54960dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42961 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54962]
Alex Crichton38bedfa2017-09-02 03:46:51963
964[[package]]
kennytmcab21f12018-07-26 21:58:55965name = "crossbeam-channel"
Ralf Jung55162732022-11-15 19:06:42966version = "0.5.6"
Matthias Krüger451d4922020-02-10 19:47:38967source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:42968checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
Matthias Krüger451d4922020-02-10 19:47:38969dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42970 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07971 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38972]
973
974[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45975name = "crossbeam-deque"
bjorn3aa1ab512022-12-12 16:51:39976version = "0.8.2"
Josh Stone33c41252019-09-10 17:13:07977source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:39978checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
Josh Stone33c41252019-09-10 17:13:07979dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42980 "cfg-if",
Igor Matuszewski5b091302019-12-10 15:01:01981 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07982 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07983]
984
985[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45986name = "crossbeam-epoch"
bjorn3aa1ab512022-12-12 16:51:39987version = "0.9.13"
Matthias Krüger696fb8f2019-01-21 15:32:43988source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:39989checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
Matthias Krüger696fb8f2019-01-21 15:32:43990dependencies = [
bjorn3aa1ab512022-12-12 16:51:39991 "autocfg",
Chris Denton531f3c9e2022-12-20 15:26:42992 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07993 "crossbeam-utils",
Igor Matuszewski5b091302019-12-10 15:01:01994 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16995 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43996]
997
998[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45999name = "crossbeam-utils"
bjorn3aa1ab512022-12-12 16:51:391000version = "0.8.14"
Eric Husse0f2f9d2019-11-12 17:57:411001source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:391002checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
Eric Husse0f2f9d2019-11-12 17:57:411003dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421004 "cfg-if",
Eric Huss71bf7cf2020-10-14 22:16:471005]
1006
1007[[package]]
pierwillef6dd122022-02-10 16:54:011008name = "crypto-common"
1009version = "0.1.2"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"
1012dependencies = [
klensy45fac342022-08-31 20:04:121013 "generic-array",
pierwillef6dd122022-02-10 16:54:011014]
1015
1016[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291017name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:441018version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:291019source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441020checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:291021dependencies = [
Alex Crichton093ede22019-08-15 00:45:091022 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:401023 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:091024 "openssl",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311025 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:291026]
1027
1028[[package]]
Xidorn Quan38e42332021-02-13 11:17:151029name = "cstr"
1030version = "0.2.8"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
1033dependencies = [
1034 "proc-macro2",
1035 "quote",
1036]
1037
1038[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:441039name = "ctor"
1040version = "0.1.26"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
1043dependencies = [
1044 "quote",
1045 "syn",
1046]
1047
1048[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581049name = "curl"
Weihang Lobfce2272022-11-04 23:50:441050version = "0.4.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581051source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:441052checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581053dependencies = [
Alex Crichton093ede22019-08-15 00:45:091054 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:091055 "libc",
1056 "openssl-probe",
1057 "openssl-sys",
1058 "schannel",
klensyd5e8ad42021-07-04 18:49:561059 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311060 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581061]
1062
1063[[package]]
1064name = "curl-sys"
Weihang Lobfce2272022-11-04 23:50:441065version = "0.4.59+curl-7.86.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581066source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:441067checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581068dependencies = [
Alex Crichton093ede22019-08-15 00:45:091069 "cc",
1070 "libc",
1071 "libnghttp2-sys",
1072 "libz-sys",
1073 "openssl-sys",
1074 "pkg-config",
1075 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311076 "winapi",
Josh Stone020c5ec2017-05-08 22:01:131077]
1078
1079[[package]]
Douglas Campos422fe7c2018-05-29 11:52:511080name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:221081version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:511082source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091083checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:511084
1085[[package]]
Philipp Kronesd4077782022-11-21 19:52:061086name = "declare_clippy_lint"
Philipp Krones10f2a6d2022-12-17 13:21:371087version = "0.1.68"
Philipp Kronesd4077782022-11-21 19:52:061088dependencies = [
1089 "itertools",
1090 "quote",
1091 "syn",
1092]
1093
1094[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581095name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:491096version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581097source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:491098checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581099dependencies = [
Aaron Hill70ba4912020-08-01 14:11:151100 "proc-macro2",
1101 "quote",
1102 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581103]
1104
1105[[package]]
Maybe Wafflee20e5062022-11-28 11:11:451106name = "derive_more"
1107version = "0.99.17"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1110dependencies = [
1111 "convert_case",
1112 "proc-macro2",
1113 "quote",
1114 "rustc_version",
1115 "syn",
1116]
1117
1118[[package]]
Cengiz Can837817c2017-04-27 19:41:181119name = "diff"
klensy43512e62022-07-26 16:16:431120version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:181121source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431122checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:181123
1124[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:441125name = "difference"
1126version = "2.0.0"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
1129
1130[[package]]
James Munnsde763692019-01-19 02:39:371131name = "digest"
pierwillef6dd122022-02-10 16:54:011132version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:121133source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:011134checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"
Pietro Albiniacd8e592020-10-01 15:15:121135dependencies = [
klensy45fac342022-08-31 20:04:121136 "block-buffer",
pierwillef6dd122022-02-10 16:54:011137 "crypto-common",
James Munnsde763692019-01-19 02:39:371138]
1139
1140[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451141name = "directories"
Ralf Jung9cc11e22022-10-04 13:23:571142version = "4.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451143source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung9cc11e22022-10-04 13:23:571144checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
Ralf Jung44b0fd62018-11-28 20:22:451145dependencies = [
Alex Crichton093ede22019-08-15 00:45:091146 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451147]
1148
1149[[package]]
flip19954c228cc2019-02-18 09:32:581150name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:541151version = "4.0.0"
flip19954c228cc2019-02-18 09:32:581152source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:541153checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:581154dependencies = [
Alex Crichton093ede22019-08-15 00:45:091155 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581156]
1157
1158[[package]]
flip19950046d7c2021-02-25 10:26:231159name = "dirs-next"
1160version = "2.0.0"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1163dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421164 "cfg-if",
flip19950046d7c2021-02-25 10:26:231165 "dirs-sys-next",
1166]
1167
1168[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321169name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:471170version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:321171source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471172checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:321173dependencies = [
Alex Crichton093ede22019-08-15 00:45:091174 "libc",
Jubilee Young27ef7192021-04-23 22:49:471175 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311176 "winapi",
flip19950046d7c2021-02-25 10:26:231177]
1178
1179[[package]]
1180name = "dirs-sys-next"
1181version = "0.1.2"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1184dependencies = [
1185 "libc",
Jubilee Young27ef7192021-04-23 22:49:471186 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311187 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321188]
1189
1190[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421191name = "displaydoc"
1192version = "0.2.3"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
1195dependencies = [
1196 "proc-macro2",
1197 "quote",
1198 "syn",
1199]
1200
1201[[package]]
klensyceee8802022-11-22 14:41:061202name = "dissimilar"
1203version = "1.0.4"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5"
1206
1207[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291208name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:351209version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:501210source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:351211checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:291212dependencies = [
Alex Crichton093ede22019-08-15 00:45:091213 "compiler_builtins",
1214 "libc",
1215 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291216]
1217
1218[[package]]
Eric Huss3a6fc802022-04-20 13:50:391219name = "dunce"
1220version = "1.0.2"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
1223
1224[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291225name = "either"
Mark Rousskov342d9562020-08-17 15:21:441226version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291227source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441228checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291229
1230[[package]]
steveklabnikecfbaca2018-04-03 14:32:041231name = "elasticlunr-rs"
Eric Huss821e9d52022-07-18 21:41:101232version = "3.0.0"
steveklabnikecfbaca2018-04-03 14:32:041233source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss821e9d52022-07-18 21:41:101234checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6"
steveklabnikecfbaca2018-04-03 14:32:041235dependencies = [
Alex Crichton093ede22019-08-15 00:45:091236 "regex",
1237 "serde",
1238 "serde_derive",
1239 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041240]
1241
1242[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121243name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071244version = "0.14.0"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
varkor443a2d42019-03-19 21:30:071247dependencies = [
Alex Crichton093ede22019-08-15 00:45:091248 "log",
varkor443a2d42019-03-19 21:30:071249]
1250
1251[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581252name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201253version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421254source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201255checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231256dependencies = [
Alex Crichton093ede22019-08-15 00:45:091257 "atty",
Eric Hussd45d8b12020-01-21 17:55:431258 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091259 "log",
1260 "regex",
1261 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231262]
1263
1264[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561265name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111266version = "0.9.0"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1269dependencies = [
1270 "atty",
1271 "humantime 2.0.1",
1272 "log",
1273 "regex",
1274 "termcolor",
1275]
1276
1277[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041278name = "env_logger"
1279version = "0.10.0"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1282dependencies = [
1283 "humantime 2.0.1",
1284 "is-terminal",
1285 "log",
1286 "regex",
1287 "termcolor",
1288]
1289
1290[[package]]
1291name = "errno"
1292version = "0.2.8"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
1295dependencies = [
1296 "errno-dragonfly",
1297 "libc",
1298 "winapi",
1299]
1300
1301[[package]]
1302name = "errno-dragonfly"
1303version = "0.1.2"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1306dependencies = [
1307 "cc",
1308 "libc",
1309]
1310
1311[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291312name = "error_index_generator"
1313version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581314dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211315 "mdbook",
Mark Simulacrume2e9b402017-07-23 02:01:581316]
Ahmed Charles9ca382f2016-09-02 08:55:291317
1318[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301319name = "expand-yaml-anchors"
1320version = "0.1.0"
1321dependencies = [
1322 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001323 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301324]
1325
1326[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501327name = "expect-test"
klensyceee8802022-11-22 14:41:061328version = "1.4.0"
Aleksey Kladovf7be59c2020-08-21 12:03:501329source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:061330checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3"
Aleksey Kladovf7be59c2020-08-21 12:03:501331dependencies = [
klensyceee8802022-11-22 14:41:061332 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501333 "once_cell",
1334]
1335
1336[[package]]
Ralf Jung10430db2022-07-15 14:04:231337name = "eyre"
1338version = "0.6.8"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1341dependencies = [
1342 "indenter",
1343 "once_cell",
1344]
1345
1346[[package]]
David Wood2dc1a8a2021-12-03 14:24:051347name = "fallible-iterator"
1348version = "0.2.0"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1351
1352[[package]]
Ralf Jung55162732022-11-15 19:06:421353name = "fastrand"
1354version = "1.8.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1357dependencies = [
1358 "instant",
1359]
1360
1361[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291362name = "filetime"
klensydcdc3082021-05-11 19:03:591363version = "0.2.14"
Alex Crichton924f8c72018-04-18 15:43:591364source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:591365checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
Alex Crichton924f8c72018-04-18 15:43:591366dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421367 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091368 "libc",
klensydcdc3082021-05-11 19:03:591369 "redox_syscall",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311370 "winapi",
Alex Crichton924f8c72018-04-18 15:43:591371]
1372
1373[[package]]
Jack Hueya24df5b2020-03-03 16:25:031374name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191375version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031376source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191377checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031378
1379[[package]]
Josh Stone020c5ec2017-05-08 22:01:131380name = "flate2"
Michael Howell8e71a132022-11-08 00:13:201381version = "1.0.23"
Felix Schütt7c13fa32017-12-31 14:34:291382source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Howell8e71a132022-11-08 00:13:201383checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
Felix Schütt7c13fa32017-12-31 14:34:291384dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421385 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091386 "crc32fast",
1387 "libc",
1388 "libz-sys",
Michael Howell8e71a132022-11-08 00:13:201389 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291390]
1391
1392[[package]]
David Wood7f916972022-03-26 07:27:431393name = "fluent-bundle"
1394version = "0.15.2"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1397dependencies = [
1398 "fluent-langneg",
1399 "fluent-syntax",
1400 "intl-memoizer",
1401 "intl_pluralrules",
1402 "rustc-hash",
1403 "self_cell",
1404 "smallvec",
1405 "unic-langid",
1406]
1407
1408[[package]]
1409name = "fluent-langneg"
1410version = "0.13.0"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1413dependencies = [
1414 "unic-langid",
1415]
1416
1417[[package]]
1418name = "fluent-syntax"
1419version = "0.11.0"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1422dependencies = [
1423 "thiserror",
1424]
1425
1426[[package]]
Simon Sapinb77ff242017-07-18 21:26:551427name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441428version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551429source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441430checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551431
1432[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581433name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291434version = "0.3.2"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091436checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291437dependencies = [
Alex Crichton093ede22019-08-15 00:45:091438 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291439]
1440
1441[[package]]
1442name = "foreign-types-shared"
1443version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581444source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091445checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581446
1447[[package]]
Eric Hussf3287a62021-05-12 00:39:511448name = "form_urlencoded"
1449version = "1.0.1"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1452dependencies = [
1453 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:431454 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511455]
1456
1457[[package]]
Jethro Beekman4a350562018-08-28 04:33:261458name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491459version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501460source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491461checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261462dependencies = [
Alex Crichton093ede22019-08-15 00:45:091463 "compiler_builtins",
1464 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261465]
1466
1467[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471468name = "fs-err"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391469version = "2.8.1"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471470source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391471checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471472
1473[[package]]
Alex Crichton016eaf82018-10-21 02:15:061474name = "fs_extra"
1475version = "1.1.0"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091477checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061478
1479[[package]]
steveklabnikecfbaca2018-04-03 14:32:041480name = "futf"
Eric Huss04b75a72022-06-22 23:49:241481version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041482source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241483checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041484dependencies = [
Alex Crichton093ede22019-08-15 00:45:091485 "mac",
1486 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041487]
1488
1489[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121490name = "futures"
klensy8ebc73b2022-02-06 20:57:291491version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541492source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291493checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
Caleb Cartwright63913182021-02-10 01:52:541494dependencies = [
1495 "futures-channel",
1496 "futures-core",
1497 "futures-executor",
1498 "futures-io",
1499 "futures-sink",
1500 "futures-task",
1501 "futures-util",
1502]
1503
1504[[package]]
1505name = "futures-channel"
klensy8ebc73b2022-02-06 20:57:291506version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541507source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291508checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
Caleb Cartwright63913182021-02-10 01:52:541509dependencies = [
1510 "futures-core",
1511 "futures-sink",
1512]
1513
1514[[package]]
1515name = "futures-core"
klensy8ebc73b2022-02-06 20:57:291516version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541517source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291518checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
Caleb Cartwright63913182021-02-10 01:52:541519
1520[[package]]
1521name = "futures-executor"
klensy8ebc73b2022-02-06 20:57:291522version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541523source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291524checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
Caleb Cartwright63913182021-02-10 01:52:541525dependencies = [
1526 "futures-core",
1527 "futures-task",
1528 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541529]
1530
1531[[package]]
1532name = "futures-io"
klensy8ebc73b2022-02-06 20:57:291533version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541534source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291535checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
Caleb Cartwright63913182021-02-10 01:52:541536
1537[[package]]
1538name = "futures-macro"
klensy8ebc73b2022-02-06 20:57:291539version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541540source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291541checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
Caleb Cartwright63913182021-02-10 01:52:541542dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541543 "proc-macro2",
1544 "quote",
1545 "syn",
1546]
1547
1548[[package]]
1549name = "futures-sink"
klensy8ebc73b2022-02-06 20:57:291550version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541551source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291552checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
Caleb Cartwright63913182021-02-10 01:52:541553
1554[[package]]
1555name = "futures-task"
klensy8ebc73b2022-02-06 20:57:291556version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541557source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291558checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
Caleb Cartwright63913182021-02-10 01:52:541559
1560[[package]]
1561name = "futures-util"
klensy8ebc73b2022-02-06 20:57:291562version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541563source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291564checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
Caleb Cartwright63913182021-02-10 01:52:541565dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541566 "futures-channel",
1567 "futures-core",
1568 "futures-io",
1569 "futures-macro",
1570 "futures-sink",
1571 "futures-task",
1572 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311573 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541574 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541575 "slab",
1576]
1577
1578[[package]]
Eric Huss97308712018-08-14 21:27:261579name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051580version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261581source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051582checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261583dependencies = [
Alex Crichton093ede22019-08-15 00:45:091584 "memchr",
1585 "termcolor",
Eric Huss97308712018-08-14 21:27:261586]
1587
1588[[package]]
Pietro Albini4af7de12022-11-15 10:27:191589name = "generate-copyright"
1590version = "0.1.0"
1591dependencies = [
1592 "anyhow",
1593 "serde",
1594 "serde_json",
1595]
1596
1597[[package]]
James Munnsde763692019-01-19 02:39:371598name = "generic-array"
Pietro Albiniacd8e592020-10-01 15:15:121599version = "0.14.4"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1602dependencies = [
1603 "typenum",
1604 "version_check",
1605]
1606
1607[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291608name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081609version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291610source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081611checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361612dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081613 "rustc-std-workspace-core",
1614 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091615 "unicode-width",
varkore72f7e12019-04-30 19:37:361616]
Ahmed Charles9ca382f2016-09-02 08:55:291617
1618[[package]]
gnzlbg52caca02019-08-01 15:02:261619name = "getrandom"
Collin Bakerdfab01b2022-10-21 18:38:561620version = "0.1.16"
gnzlbg52caca02019-08-01 15:02:261621source = "registry+https://github.com/rust-lang/crates.io-index"
Collin Bakerdfab01b2022-10-21 18:38:561622checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
gnzlbg52caca02019-08-01 15:02:261623dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421624 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091625 "libc",
Harald Hoyer00cbc8d2022-01-21 13:19:131626 "wasi 0.9.0+wasi-snapshot-preview1",
gnzlbg52caca02019-08-01 15:02:261627]
1628
1629[[package]]
Ralf Jung0e908752020-09-17 18:04:201630name = "getrandom"
Chris Denton531f3c9e2022-12-20 15:26:421631version = "0.2.8"
Ralf Jung0e908752020-09-17 18:04:201632source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton531f3c9e2022-12-20 15:26:421633checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
Ralf Jung0e908752020-09-17 18:04:201634dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421635 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201636 "libc",
Chris Denton531f3c9e2022-12-20 15:26:421637 "wasi 0.11.0+wasi-snapshot-preview1",
Ralf Jung0e908752020-09-17 18:04:201638]
1639
1640[[package]]
Alex Crichton06d565c2020-05-13 21:22:371641name = "gimli"
David Wood2dc1a8a2021-12-03 14:24:051642version = "0.26.1"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1645dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:151646 "compiler_builtins",
David Wood2dc1a8a2021-12-03 14:24:051647 "fallible-iterator",
1648 "indexmap",
Michael Howellcf83a1d2022-11-03 17:10:151649 "rustc-std-workspace-alloc",
1650 "rustc-std-workspace-core",
David Wood2dc1a8a2021-12-03 14:24:051651 "stable_deref_trait",
1652]
1653
1654[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581655name = "git2"
Weihang Loae1764c2022-08-29 06:15:361656version = "0.15.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581657source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:361658checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581659dependencies = [
Alex Crichton093ede22019-08-15 00:45:091660 "bitflags",
1661 "libc",
1662 "libgit2-sys",
1663 "log",
1664 "openssl-probe",
1665 "openssl-sys",
Eric Huss4a7e2fb2022-08-21 04:19:431666 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581667]
1668
1669[[package]]
1670name = "git2-curl"
Weihang Loae1764c2022-08-29 06:15:361671version = "0.16.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581672source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:361673checksum = "ed817a00721e2f8037ba722e60358d4956dae9cca10315fc982f967907d3b0cd"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581674dependencies = [
Alex Crichton093ede22019-08-15 00:45:091675 "curl",
1676 "git2",
1677 "log",
Eric Huss4a7e2fb2022-08-21 04:19:431678 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581679]
1680
1681[[package]]
1682name = "glob"
Eric Huss45432452019-03-12 20:34:471683version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581684source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091685checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581686
1687[[package]]
Simon Sapinb77ff242017-07-18 21:26:551688name = "globset"
klensy43512e62022-07-26 16:16:431689version = "0.4.9"
Simon Sapinb77ff242017-07-18 21:26:551690source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431691checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
Simon Sapinb77ff242017-07-18 21:26:551692dependencies = [
Alex Crichton093ede22019-08-15 00:45:091693 "aho-corasick",
Ralf Jung55162732022-11-15 19:06:421694 "bstr 0.2.17",
Alex Crichton093ede22019-08-15 00:45:091695 "fnv",
1696 "log",
1697 "regex",
Simon Sapinb77ff242017-07-18 21:26:551698]
1699
1700[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291701name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461702version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291703source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461704checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291705dependencies = [
1706 "serde",
1707]
1708
1709[[package]]
Steve Klabnika0769612017-02-07 23:13:571710name = "handlebars"
Joshua Nelsonf94c9262022-11-28 23:10:441711version = "3.5.5"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"
1714dependencies = [
1715 "log",
1716 "pest",
1717 "pest_derive",
1718 "quick-error 2.0.1",
1719 "serde",
1720 "serde_json",
1721 "walkdir",
1722]
1723
1724[[package]]
1725name = "handlebars"
klensy45fac342022-08-31 20:04:121726version = "4.3.3"
Steve Klabnika0769612017-02-07 23:13:571727source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121728checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"
Steve Klabnika0769612017-02-07 23:13:571729dependencies = [
Alex Crichton093ede22019-08-15 00:45:091730 "log",
1731 "pest",
1732 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091733 "serde",
1734 "serde_json",
klensy45fac342022-08-31 20:04:121735 "thiserror",
James Munnsde763692019-01-19 02:39:371736]
1737
1738[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051739name = "hashbrown"
Amanieu d'Antras931a8f82022-07-17 11:23:261740version = "0.12.3"
Markus Westerlind7cf8d3a2020-10-05 08:50:511741source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antras931a8f82022-07-17 11:23:261742checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
Amanieu d'Antras88149d12022-01-17 07:46:111743dependencies = [
Martin Kröning21625e52022-06-01 22:16:001744 "ahash",
Alex Crichton093ede22019-08-15 00:45:091745 "compiler_builtins",
1746 "rustc-std-workspace-alloc",
1747 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071748]
1749
1750[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471751name = "heck"
Caleb Cartwrightf367f4d2022-06-13 03:04:541752version = "0.4.0"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1755
1756[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101757name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301758version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101759source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301760checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101761dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071762 "libc",
1763]
1764
1765[[package]]
1766name = "hermit-abi"
joboet262193e2022-09-06 08:44:051767version = "0.2.6"
Stefan Lankes1ab5b0b2022-02-15 12:57:071768source = "registry+https://github.com/rust-lang/crates.io-index"
joboet262193e2022-09-06 08:44:051769checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
Stefan Lankes1ab5b0b2022-02-15 12:57:071770dependencies = [
Stefan Lankes5ebd4d92019-10-20 07:55:101771 "compiler_builtins",
1772 "libc",
joboet262193e2022-09-06 08:44:051773 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101774 "rustc-std-workspace-core",
1775]
1776
1777[[package]]
Alex Crichton1cede102017-06-15 02:33:061778name = "hex"
Alex Crichtond8251152018-07-02 16:33:161779version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221780source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091781checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221782
1783[[package]]
Aaron Hilld440e132019-09-16 18:45:401784name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441785version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401786source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441787checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401788
1789[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121790name = "home"
Mark Rousskov342d9562020-08-17 15:21:441791version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531792source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441793checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531794dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:311795 "winapi",
flip199596c3ec12019-08-20 07:32:531796]
1797
1798[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181799name = "html-checker"
1800version = "0.1.0"
1801dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001802 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181803 "walkdir",
1804]
1805
1806[[package]]
steveklabnikecfbaca2018-04-03 14:32:041807name = "html5ever"
klensy947e7872022-04-15 18:11:141808version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471809source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141810checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471811dependencies = [
Alex Crichton093ede22019-08-15 00:45:091812 "log",
1813 "mac",
1814 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151815 "proc-macro2",
1816 "quote",
1817 "syn",
Eric Huss2dafa912019-06-19 03:36:471818]
1819
1820[[package]]
Weihang Lo35f89622022-11-18 21:35:071821name = "http-auth"
1822version = "0.1.6"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "c0b40b39d66c28829a0cf4d09f7e139ff8201f7500a5083732848ed3b4b4d850"
1825dependencies = [
1826 "memchr",
1827]
1828
1829[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481830name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561831version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481832source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561833checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481834dependencies = [
Joshua Nelsonf94c9262022-11-28 23:10:441835 "quick-error 1.2.3",
Alex Crichton87f3dda2018-03-01 19:08:481836]
1837
1838[[package]]
Eric Hussd45d8b12020-01-21 17:55:431839name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441840version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431841source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441842checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431843
1844[[package]]
Charles Lewa7750042022-11-06 06:43:251845name = "icu_list"
1846version = "1.0.0"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "c40218275f081c4493f190357c5395647b06734c2dc3dcb41cc099a0f60168b1"
1849dependencies = [
1850 "displaydoc",
1851 "icu_locid",
1852 "icu_provider",
1853 "regex-automata 0.2.0",
1854 "writeable",
1855 "zerovec",
1856]
1857
1858[[package]]
1859name = "icu_locid"
1860version = "1.0.0"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "34b3de5d99a0e275fe6193b9586dbf37364daebc0d39c89b5cf8376a53b789e8"
1863dependencies = [
1864 "displaydoc",
1865 "litemap",
1866 "tinystr",
1867 "writeable",
1868 "zerovec",
1869]
1870
1871[[package]]
1872name = "icu_provider"
1873version = "1.0.1"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "2f911086e3c521a8a824d4f8bfd87769645ced2f07ff913b521c0d793be07100"
1876dependencies = [
1877 "displaydoc",
1878 "icu_locid",
1879 "icu_provider_macros",
1880 "stable_deref_trait",
1881 "writeable",
1882 "yoke",
1883 "zerofrom",
1884 "zerovec",
1885]
1886
1887[[package]]
1888name = "icu_provider_adapters"
1889version = "1.0.0"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "980c71d8a91b246ebbb97847178a4b816eea39d1d550c70ee566384555bb6545"
1892dependencies = [
1893 "icu_locid",
1894 "icu_provider",
1895 "tinystr",
1896 "yoke",
1897 "zerovec",
1898]
1899
1900[[package]]
1901name = "icu_provider_macros"
1902version = "1.0.0"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "38cf6f5b65cf81f0b4298da647101acbfe6ae0e25263f92bd7a22597e9d6d606"
1905dependencies = [
1906 "proc-macro2",
1907 "quote",
1908 "syn",
1909]
1910
1911[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581912name = "idna"
Eric Hussf2428a62019-08-01 00:44:391913version = "0.2.0"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091915checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391916dependencies = [
Alex Crichton093ede22019-08-15 00:45:091917 "matches",
1918 "unicode-bidi",
1919 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391920]
1921
1922[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291923name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541924version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291925source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091926checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291927
1928[[package]]
Simon Sapinb77ff242017-07-18 21:26:551929name = "ignore"
klensy43512e62022-07-26 16:16:431930version = "0.4.18"
Simon Sapinb77ff242017-07-18 21:26:551931source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431932checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
Simon Sapinb77ff242017-07-18 21:26:551933dependencies = [
Josh Stonef3b88122022-01-10 19:34:071934 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:091935 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421936 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091937 "log",
1938 "memchr",
1939 "regex",
1940 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591941 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091942 "walkdir",
1943 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551944]
1945
1946[[package]]
Eric Huss8c20add2018-12-03 01:33:201947name = "im-rc"
klensy45fac342022-08-31 20:04:121948version = "15.1.0"
Eric Huss8c20add2018-12-03 01:33:201949source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121950checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
Eric Huss8c20add2018-12-03 01:33:201951dependencies = [
Eric Huss2b985322019-11-25 16:14:071952 "bitmaps",
klensy45fac342022-08-31 20:04:121953 "rand_core 0.6.2",
1954 "rand_xoshiro",
Alex Crichton093ede22019-08-15 00:45:091955 "sized-chunks",
1956 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401957 "version_check",
Eric Huss8c20add2018-12-03 01:33:201958]
1959
1960[[package]]
Ralf Jung10430db2022-07-15 14:04:231961name = "indenter"
1962version = "0.3.3"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1965
1966[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571967name = "indexmap"
Josh Stonedaa7c142022-07-14 17:13:521968version = "1.9.1"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571969source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonedaa7c142022-07-14 17:13:521970checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
Josh Stone997a7662020-08-08 00:03:471971dependencies = [
1972 "autocfg",
Josh Stonedaa7c142022-07-14 17:13:521973 "hashbrown",
pierwill4f892242022-01-06 19:27:591974 "rustc-rayon",
Pietro Albiniea8b1ff2021-08-26 10:35:321975 "serde",
Josh Stone997a7662020-08-08 00:03:471976]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571977
1978[[package]]
flip19958d5f69d2021-10-21 11:13:171979name = "indoc"
klensy43512e62022-07-26 16:16:431980version = "1.0.6"
flip19958d5f69d2021-10-21 11:13:171981source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431982checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
flip19958d5f69d2021-10-21 11:13:171983
1984[[package]]
Josh Stone020c5ec2017-05-08 22:01:131985name = "installer"
1986version = "0.0.0"
1987dependencies = [
Michael Forney32025fd2020-05-25 00:08:451988 "anyhow",
Weihang Loc1b4f112022-10-04 20:57:491989 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:091990 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421991 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091992 "num_cpus",
1993 "rayon",
1994 "remove_dir_all",
1995 "tar",
1996 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311997 "winapi",
Alex Crichton093ede22019-08-15 00:45:091998 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131999]
2000
2001[[package]]
Mark Rousskov342d9562020-08-17 15:21:442002name = "instant"
flip1995e36e5a52021-12-06 11:33:552003version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:442004source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552005checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2006dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422007 "cfg-if",
flip1995e36e5a52021-12-06 11:33:552008]
Mark Rousskov342d9562020-08-17 15:21:442009
2010[[package]]
David Wood7f916972022-03-26 07:27:432011name = "intl-memoizer"
2012version = "0.5.1"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
2015dependencies = [
2016 "type-map",
2017 "unic-langid",
2018]
2019
2020[[package]]
2021name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:422022version = "7.0.2"
David Wood7f916972022-03-26 07:27:432023source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:422024checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:432025dependencies = [
David Wood7f916972022-03-26 07:27:432026 "unic-langid",
2027]
2028
2029[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042030name = "io-lifetimes"
Joshua Nelsonf94c9262022-11-28 23:10:442031version = "1.0.3"
Weihang Lo1e5dad02022-11-25 22:37:042032source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelsonf94c9262022-11-28 23:10:442033checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
Weihang Lo1e5dad02022-11-25 22:37:042034dependencies = [
2035 "libc",
2036 "windows-sys",
2037]
2038
2039[[package]]
2040name = "is-terminal"
Joshua Nelsonf94c9262022-11-28 23:10:442041version = "0.4.2"
Weihang Lo1e5dad02022-11-25 22:37:042042source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelsonf94c9262022-11-28 23:10:442043checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
Weihang Lo1e5dad02022-11-25 22:37:042044dependencies = [
2045 "hermit-abi 0.2.6",
2046 "io-lifetimes",
2047 "rustix",
2048 "windows-sys",
2049]
2050
2051[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292052name = "itertools"
Weihang Lo9926f6e2022-10-22 12:05:482053version = "0.10.5"
Eric Huss78529352021-06-02 03:38:392054source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:482055checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
Eric Huss78529352021-06-02 03:38:392056dependencies = [
2057 "either",
2058]
2059
2060[[package]]
Steve Klabnik2795de32017-02-20 00:20:572061name = "itoa"
Ralf Jungc2df1c22022-07-21 20:04:372062version = "1.0.2"
Steve Klabnik2795de32017-02-20 00:20:572063source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:372064checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
Steve Klabnik2795de32017-02-20 00:20:572065
2066[[package]]
Rémy Rakicadab1352022-05-06 21:20:042067name = "jemalloc-sys"
2068version = "0.5.0+5.3.0"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b"
2071dependencies = [
2072 "cc",
2073 "fs_extra",
2074 "libc",
2075]
2076
2077[[package]]
Alex Crichton453080f2017-06-05 16:36:482078name = "jobserver"
Eric Hussb5cbf2f2021-08-18 00:38:072079version = "0.1.24"
Alex Crichton453080f2017-06-05 16:36:482080source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb5cbf2f2021-08-18 00:38:072081checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
Alex Crichton453080f2017-06-05 16:36:482082dependencies = [
Alex Crichton093ede22019-08-15 00:45:092083 "libc",
Alex Crichton453080f2017-06-05 16:36:482084]
2085
2086[[package]]
Rune Tynan77156562021-01-16 01:34:152087name = "jsondocck"
2088version = "0.1.0"
2089dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:472090 "fs-err",
Rune Tynan77156562021-01-16 01:34:152091 "getopts",
2092 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:102093 "once_cell",
Rune Tynan77156562021-01-16 01:34:152094 "regex",
Rune Tynan77156562021-01-16 01:34:152095 "serde_json",
klensyc63cb012021-06-01 15:25:362096 "shlex",
Rune Tynan77156562021-01-16 01:34:152097]
2098
2099[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372100name = "jsondoclint"
2101version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392102dependencies = [
2103 "anyhow",
2104 "fs-err",
2105 "rustdoc-json-types",
2106 "serde_json",
2107]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372108
2109[[package]]
Rune Tynan77156562021-01-16 01:34:152110name = "jsonpath_lib"
2111version = "0.2.6"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
2114dependencies = [
2115 "array_tool",
2116 "env_logger 0.7.1",
2117 "log",
2118 "serde",
2119 "serde_json",
2120]
2121
2122[[package]]
Eric Hussaf8048b2022-01-26 00:24:212123name = "kstring"
Eric Huss7758eaf2022-04-28 05:42:542124version = "2.0.0"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
2127dependencies = [
2128 "static_assertions",
2129]
2130
2131[[package]]
Steve Klabnika0769612017-02-07 23:13:572132name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:572133version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:492134source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572135checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:492136
2137[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292138name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:442139version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:162140source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442141checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:162142
2143[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292144name = "libc"
David CARLIER71cf8922022-12-03 19:01:552145version = "0.2.138"
Ahmed Charles9ca382f2016-09-02 08:55:292146source = "registry+https://github.com/rust-lang/crates.io-index"
David CARLIER71cf8922022-12-03 19:01:552147checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
Alex Crichton4c21a3b2018-11-20 05:52:502148dependencies = [
Alex Crichton093ede22019-08-15 00:45:092149 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502150]
Ahmed Charles9ca382f2016-09-02 08:55:292151
2152[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382153name = "libffi"
2154version = "3.0.1"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "1e454b3efb16fba3b17810ae5e41df02b649e564ab3c5a34b3b93ed07ad287e6"
2157dependencies = [
2158 "libc",
2159 "libffi-sys",
2160]
2161
2162[[package]]
2163name = "libffi-sys"
2164version = "2.0.0"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15"
2167dependencies = [
2168 "cc",
2169]
2170
2171[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582172name = "libgit2-sys"
Weihang Loae1764c2022-08-29 06:15:362173version = "0.14.0+1.5.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582174source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:362175checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582176dependencies = [
Alex Crichton093ede22019-08-15 00:45:092177 "cc",
2178 "libc",
2179 "libssh2-sys",
2180 "libz-sys",
2181 "openssl-sys",
2182 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582183]
2184
2185[[package]]
Andy Russell923f9392021-11-08 23:03:552186name = "libloading"
2187version = "0.7.1"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2190dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422191 "cfg-if",
Andy Russell923f9392021-11-08 23:03:552192 "winapi",
2193]
2194
2195[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052196name = "libm"
2197version = "0.1.4"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2200
2201[[package]]
Alex Crichton8ccf1122018-09-20 21:37:532202name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:442203version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:532204source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442205checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:532206dependencies = [
Alex Crichton093ede22019-08-15 00:45:092207 "cc",
2208 "libc",
Alex Crichton8ccf1122018-09-20 21:37:532209]
2210
2211[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582212name = "libssh2-sys"
Eric Huss000d3362021-12-28 21:24:032213version = "0.2.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582214source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss000d3362021-12-28 21:24:032215checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582216dependencies = [
Alex Crichton093ede22019-08-15 00:45:092217 "cc",
2218 "libc",
2219 "libz-sys",
2220 "openssl-sys",
2221 "pkg-config",
2222 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582223]
2224
2225[[package]]
2226name = "libz-sys"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452227version = "1.1.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582228source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452229checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582230dependencies = [
Alex Crichton093ede22019-08-15 00:45:092231 "cc",
2232 "libc",
2233 "pkg-config",
2234 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582235]
2236
2237[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292238name = "linkchecker"
2239version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302240dependencies = [
2241 "once_cell",
2242 "regex",
2243]
Ahmed Charles9ca382f2016-09-02 08:55:292244
2245[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302246name = "linked-hash-map"
klensy8ebc73b2022-02-06 20:57:292247version = "0.5.4"
Pietro Albini9beb8f52019-11-26 11:06:302248source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292249checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
Pietro Albini9beb8f52019-11-26 11:06:302250
2251[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572252name = "lint-docs"
2253version = "0.1.0"
2254dependencies = [
2255 "serde_json",
2256 "tempfile",
2257 "walkdir",
2258]
2259
2260[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042261name = "linux-raw-sys"
Joshua Nelsonf94c9262022-11-28 23:10:442262version = "0.1.4"
Weihang Lo1e5dad02022-11-25 22:37:042263source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelsonf94c9262022-11-28 23:10:442264checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
Weihang Lo1e5dad02022-11-25 22:37:042265
2266[[package]]
Charles Lewa7750042022-11-06 06:43:252267name = "litemap"
2268version = "0.6.0"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "f34a3f4798fac63fb48cf277eefa38f94d3443baff555bb98e4f56bc9092368e"
2271
2272[[package]]
Hans Kratz6162fc02021-09-25 13:25:082273name = "lld-wrapper"
2274version = "0.1.0"
2275
2276[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392277name = "lock_api"
Philipp Krones586cbd02022-06-04 12:07:442278version = "0.4.7"
Malo Jaffré8ed13d62017-12-29 10:24:382279source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:442280checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
Mark Rousskov342d9562020-08-17 15:21:442281dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442282 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442283 "scopeguard",
2284]
2285
2286[[package]]
2287name = "log"
Joshua Nelson079d1c42021-05-02 20:56:252288version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:442289source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:252290checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:382291dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422292 "cfg-if",
Malo Jaffré8ed13d62017-12-29 10:24:382293]
Ahmed Charles9ca382f2016-09-02 08:55:292294
2295[[package]]
Josh Stone020c5ec2017-05-08 22:01:132296name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:442297version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:132298source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442299checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:132300dependencies = [
Alex Crichton093ede22019-08-15 00:45:092301 "cc",
2302 "libc",
2303 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132304]
2305
2306[[package]]
steveklabnikecfbaca2018-04-03 14:32:042307name = "mac"
2308version = "0.1.1"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092310checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042311
2312[[package]]
2313name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442314version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042315source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442316checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042317
2318[[package]]
2319name = "markup5ever"
klensy947e7872022-04-15 18:11:142320version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472321source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142322checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472323dependencies = [
Alex Crichton093ede22019-08-15 00:45:092324 "log",
2325 "phf",
2326 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:092327 "string_cache",
2328 "string_cache_codegen",
2329 "tendril",
Eric Huss2dafa912019-06-19 03:36:472330]
2331
2332[[package]]
Oliver Schererec7230f2020-07-24 18:42:002333name = "matchers"
pierwillea25b772021-12-21 17:00:302334version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002335source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302336checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002337dependencies = [
Charles Lewa7750042022-11-06 06:43:252338 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002339]
2340
2341[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582342name = "matches"
Alex Crichton2863b752018-08-21 17:23:472343version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582344source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092345checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582346
2347[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152348name = "md-5"
pierwillef6dd122022-02-10 16:54:012349version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:062350source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:012351checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
Arlo Siemsen3296d5c2020-10-13 15:41:062352dependencies = [
klensy45fac342022-08-31 20:04:122353 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062354]
2355
2356[[package]]
Steve Klabnika0769612017-02-07 23:13:572357name = "mdbook"
Eric Huss31dd1f62022-07-22 18:59:202358version = "0.4.21"
Steve Klabnika0769612017-02-07 23:13:572359source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss31dd1f62022-07-22 18:59:202360checksum = "23f3e133c6d515528745ffd3b9f0c7d975ae039f0b6abb099f2168daa2afb4f9"
Steve Klabnika0769612017-02-07 23:13:572361dependencies = [
Alex Crichton093ede22019-08-15 00:45:092362 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462363 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092364 "chrono",
Weihang Loc1b4f112022-10-04 20:57:492365 "clap 3.2.20",
Eric Huss51814222022-04-15 18:57:062366 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092367 "elasticlunr-rs",
Eric Huss821e9d52022-07-18 21:41:102368 "env_logger 0.9.0",
Joshua Nelsonf94c9262022-11-28 23:10:442369 "handlebars 4.3.3",
Yuki Okushi1f0a39502020-05-26 04:00:422370 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092371 "log",
2372 "memchr",
Eric Hussa882fdd2021-12-03 20:25:072373 "opener",
Joshua Nelsonf94c9262022-11-28 23:10:442374 "pulldown-cmark 0.9.2",
Alex Crichton093ede22019-08-15 00:45:092375 "regex",
2376 "serde",
Alex Crichton093ede22019-08-15 00:45:092377 "serde_json",
klensyc63cb012021-06-01 15:25:362378 "shlex",
Alex Crichton093ede22019-08-15 00:45:092379 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:352380 "toml",
Eric Hussa882fdd2021-12-03 20:25:072381 "topological-sort",
James Munnsde763692019-01-19 02:39:372382]
2383
2384[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:442385name = "mdman"
2386version = "0.1.0"
2387dependencies = [
2388 "anyhow",
2389 "handlebars 3.5.5",
2390 "pretty_assertions",
2391 "pulldown-cmark 0.7.2",
2392 "same-file",
2393 "serde_json",
2394 "url",
2395]
2396
2397[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492398name = "measureme"
Wesley Wiser6108caa2022-06-27 15:01:032399version = "10.1.0"
Ryan Levick757f76e2021-10-07 13:08:442400source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser6108caa2022-06-27 15:01:032401checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a"
Ryan Levick947a33b2021-07-23 14:25:582402dependencies = [
2403 "log",
2404 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:442405 "parking_lot 0.11.2",
Ryan Levick947a33b2021-07-23 14:25:582406 "perf-event-open-sys",
2407 "rustc-hash",
2408 "smallvec",
2409]
2410
2411[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582412name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202413version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292414source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202415checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242416dependencies = [
2417 "compiler_builtins",
2418 "rustc-std-workspace-core",
2419]
Steve Klabnika0769612017-02-07 23:13:572420
2421[[package]]
Camille GILLOT458d0442021-03-17 16:29:452422name = "memmap2"
2423version = "0.2.1"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2426dependencies = [
2427 "libc",
2428]
2429
2430[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452431name = "memoffset"
bjorn3aa1ab512022-12-12 16:51:392432version = "0.7.1"
Ralf Jungc7a599e2019-07-25 13:57:252433source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:392434checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
Ralf Jungc7a599e2019-07-25 13:57:252435dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442436 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252437]
2438
2439[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052440name = "minifier"
Guillaume Gomezfb62f282022-08-16 11:50:182441version = "0.2.2"
Guillaume Gomez4b145732018-05-10 22:02:052442source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezfb62f282022-08-16 11:50:182443checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
Guillaume Gomez4b145732018-05-10 22:02:052444
2445[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462446name = "minimal-lexical"
2447version = "0.2.1"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2450
2451[[package]]
Alex Crichtonb4110902018-12-08 11:06:542452name = "miniz_oxide"
Ralf Jung10430db2022-07-15 14:04:232453version = "0.5.3"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2456dependencies = [
Michael Howell8e71a132022-11-08 00:13:202457 "adler",
Michael Howellcf83a1d2022-11-03 17:10:152458 "compiler_builtins",
2459 "rustc-std-workspace-alloc",
2460 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:232461]
2462
2463[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582464name = "miow"
klensyd5e8ad42021-07-04 18:49:562465version = "0.3.7"
Alex Crichtona8eaabc2018-03-07 07:39:552466source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd5e8ad42021-07-04 18:49:562467checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Alex Crichtona8eaabc2018-03-07 07:39:552468dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312469 "winapi",
Alex Crichtona8eaabc2018-03-07 07:39:552470]
2471
2472[[package]]
Weihang Lobfce2272022-11-04 23:50:442473name = "miow"
Weihang Lo8a808dc2022-11-23 01:01:352474version = "0.5.0"
Weihang Lobfce2272022-11-04 23:50:442475source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo8a808dc2022-11-23 01:01:352476checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
Weihang Lobfce2272022-11-04 23:50:442477dependencies = [
Weihang Lo8a808dc2022-11-23 01:01:352478 "windows-sys",
Weihang Lobfce2272022-11-04 23:50:442479]
2480
2481[[package]]
kennytm0692b3d2017-12-15 19:41:582482name = "miri"
2483version = "0.1.0"
2484dependencies = [
Alex Crichton093ede22019-08-15 00:45:092485 "colored",
Ralf Junge5d01782021-10-04 22:13:002486 "env_logger 0.9.0",
Chris Denton531f3c9e2022-12-20 15:26:422487 "getrandom 0.2.8",
Ralf Junga272c452022-05-30 08:17:462488 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202489 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382490 "libffi",
Ralf Jungf76eac42022-09-01 20:59:052491 "libloading",
Alex Crichton093ede22019-08-15 00:45:092492 "log",
Ralf Jung61a986a2022-06-26 02:21:492493 "measureme",
klensy947e7872022-04-15 18:11:142494 "rand 0.8.5",
Ralf Junga272c452022-05-30 08:17:462495 "regex",
Alex Crichton093ede22019-08-15 00:45:092496 "rustc-workspace-hack",
Ralf Jung64f56d22022-10-22 08:45:252497 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292498 "smallvec",
Ralf Junga272c452022-05-30 08:17:462499 "ui_test",
kennytm0692b3d2017-12-15 19:41:582500]
2501
2502[[package]]
Jakob Degen17395b42022-10-31 00:17:252503name = "miropt-test-tools"
2504version = "0.1.0"
2505dependencies = [
2506 "regex",
2507]
2508
2509[[package]]
Alex Crichtond8251152018-07-02 16:33:162510name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442511version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162512source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442513checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452514
2515[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462516name = "nom"
2517version = "7.1.0"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2520dependencies = [
2521 "memchr",
2522 "minimal-lexical",
2523 "version_check",
2524]
2525
2526[[package]]
Eric Huss3a6fc802022-04-20 13:50:392527name = "normalize-line-endings"
2528version = "0.3.0"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2531
2532[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242533name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442534version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162535source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442536checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162537dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442538 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092539 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162540]
2541
2542[[package]]
2543name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442544version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572545source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442546checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2547dependencies = [
2548 "autocfg",
2549]
Steve Klabnik2795de32017-02-20 00:20:572550
2551[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292552name = "num_cpus"
klensy8ebc73b2022-02-06 20:57:292553version = "1.13.1"
Ahmed Charles9ca382f2016-09-02 08:55:292554source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292555checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
Ahmed Charles9ca382f2016-09-02 08:55:292556dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:072557 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:092558 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292559]
2560
2561[[package]]
Alex Crichton06d565c2020-05-13 21:22:372562name = "object"
Martin Kröning21625e52022-06-01 22:16:002563version = "0.29.0"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2566dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:152567 "compiler_builtins",
Martin Kröning21625e52022-06-01 22:16:002568 "crc32fast",
Josh Stonedaa7c142022-07-14 17:13:522569 "flate2",
2570 "hashbrown",
Martin Kröning21625e52022-06-01 22:16:002571 "indexmap",
2572 "memchr",
Michael Howellcf83a1d2022-11-03 17:10:152573 "rustc-std-workspace-alloc",
2574 "rustc-std-workspace-core",
Martin Kröning21625e52022-06-01 22:16:002575]
2576
2577[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372578name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152579version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372580source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152581checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372582dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422583 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372584]
2585
2586[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412587name = "once_cell"
Ralf Jung55162732022-11-15 19:06:422588version = "1.16.0"
Mark Rousskov2fc32b92019-09-10 01:01:412589source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:422590checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
Mark Rousskov2fc32b92019-09-10 01:01:412591
2592[[package]]
Alex Crichton2863b752018-08-21 17:23:472593name = "opener"
Eric Hussfaa64612021-06-22 23:19:242594version = "0.5.0"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2597dependencies = [
Ralf Jung55162732022-11-15 19:06:422598 "bstr 0.2.17",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312599 "winapi",
Eric Hussfaa64612021-06-22 23:19:242600]
2601
2602[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582603name = "openssl"
Johannes Nixdorf59c66bb2022-04-16 08:50:292604version = "0.10.38"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582605source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292606checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582607dependencies = [
Alex Crichton093ede22019-08-15 00:45:092608 "bitflags",
Chris Denton531f3c9e2022-12-20 15:26:422609 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092610 "foreign-types",
Alex Crichton093ede22019-08-15 00:45:092611 "libc",
klensy50c38902021-05-01 11:50:032612 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092613 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582614]
2615
2616[[package]]
2617name = "openssl-probe"
klensy43512e62022-07-26 16:16:432618version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582619source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432620checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582621
2622[[package]]
Eric Huss97308712018-08-14 21:27:262623name = "openssl-src"
klensy43512e62022-07-26 16:16:432624version = "111.22.0+1.1.1q"
Eric Huss97308712018-08-14 21:27:262625source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432626checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
Eric Huss97308712018-08-14 21:27:262627dependencies = [
Alex Crichton093ede22019-08-15 00:45:092628 "cc",
Eric Huss97308712018-08-14 21:27:262629]
2630
2631[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582632name = "openssl-sys"
Johannes Nixdorf59c66bb2022-04-16 08:50:292633version = "0.9.72"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582634source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292635checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582636dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152637 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092638 "cc",
2639 "libc",
2640 "openssl-src",
2641 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092642 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582643]
2644
2645[[package]]
Weihang Lo5095f542022-09-27 16:46:342646name = "ordered-float"
2647version = "2.10.0"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
2650dependencies = [
2651 "num-traits",
2652]
2653
2654[[package]]
Eric Huss94015472021-10-12 04:48:272655name = "os_info"
Eric Huss0a31aa22022-08-10 11:07:572656version = "3.5.0"
Eric Huss94015472021-10-12 04:48:272657source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss0a31aa22022-08-10 11:07:572658checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399"
Eric Huss94015472021-10-12 04:48:272659dependencies = [
2660 "log",
2661 "serde",
2662 "winapi",
2663]
2664
2665[[package]]
Eric Hussbfacc5c2022-01-19 03:14:332666name = "os_str_bytes"
2667version = "6.0.0"
2668source = "registry+https://github.com/rust-lang/crates.io-index"
2669checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
Eric Hussbfacc5c2022-01-19 03:14:332670
2671[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:442672name = "output_vt100"
2673version = "0.1.3"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
2676dependencies = [
2677 "winapi",
2678]
2679
2680[[package]]
Ralf Jung10430db2022-07-15 14:04:232681name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052682version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232683source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052684checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232685
2686[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052687name = "packed_simd_2"
Chris Denton531f3c9e2022-12-20 15:26:422688version = "0.3.8"
Nick Cameron7a7445b2018-12-01 10:36:322689source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton531f3c9e2022-12-20 15:26:422690checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
Nick Cameron7a7445b2018-12-01 10:36:322691dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422692 "cfg-if",
Yuki Okushi2b0e27e2021-03-17 20:34:052693 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322694]
2695
2696[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292697name = "panic_abort"
2698version = "0.0.0"
2699dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392700 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422701 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092702 "compiler_builtins",
2703 "core",
2704 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292705]
2706
2707[[package]]
2708name = "panic_unwind"
2709version = "0.0.0"
2710dependencies = [
Alex Crichton093ede22019-08-15 00:45:092711 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422712 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092713 "compiler_builtins",
2714 "core",
2715 "libc",
2716 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292717]
2718
2719[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012720name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552721version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442722source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552723checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442724dependencies = [
2725 "instant",
Caleb Cartwright63913182021-02-10 01:52:542726 "lock_api",
Philipp Krones586cbd02022-06-04 12:07:442727 "parking_lot_core 0.8.5",
2728]
2729
2730[[package]]
2731name = "parking_lot"
2732version = "0.12.1"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2735dependencies = [
2736 "lock_api",
Mateusz Mikuład5899ef2022-11-05 11:19:552737 "parking_lot_core 0.9.4",
Mark Rousskov342d9562020-08-17 15:21:442738]
2739
2740[[package]]
2741name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552742version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442743source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552744checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442745dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422746 "cfg-if",
Mark Rousskov342d9562020-08-17 15:21:442747 "instant",
2748 "libc",
klensydcdc3082021-05-11 19:03:592749 "redox_syscall",
Jubilee Younge8eb6912021-04-22 04:40:292750 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312751 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312752]
2753
2754[[package]]
Philipp Krones586cbd02022-06-04 12:07:442755name = "parking_lot_core"
Mateusz Mikuład5899ef2022-11-05 11:19:552756version = "0.9.4"
Philipp Krones586cbd02022-06-04 12:07:442757source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552758checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
Philipp Krones586cbd02022-06-04 12:07:442759dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422760 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442761 "libc",
2762 "redox_syscall",
2763 "smallvec",
Weihang Lo8a808dc2022-11-23 01:01:352764 "windows-sys",
Philipp Krones586cbd02022-06-04 12:07:442765]
2766
2767[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272768name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322769version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272770source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322771checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272772
2773[[package]]
Alex Crichton1cede102017-06-15 02:33:062774name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482775version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392776source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482777checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392778
2779[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382780name = "perf-event-open-sys"
2781version = "1.0.1"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2784dependencies = [
2785 "libc",
2786]
2787
2788[[package]]
Steve Klabnika0769612017-02-07 23:13:572789name = "pest"
klensy45fac342022-08-31 20:04:122790version = "2.3.0"
James Munnsde763692019-01-19 02:39:372791source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122792checksum = "4b0560d531d1febc25a3c9398a62a71256c0178f2e3443baedd9ad4bb8c9deb4"
James Munnsde763692019-01-19 02:39:372793dependencies = [
klensy45fac342022-08-31 20:04:122794 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092795 "ucd-trie",
James Munnsde763692019-01-19 02:39:372796]
2797
2798[[package]]
Alex Crichtone9d89832018-04-02 15:43:552799name = "pest_derive"
klensy45fac342022-08-31 20:04:122800version = "2.3.0"
James Munnsde763692019-01-19 02:39:372801source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122802checksum = "905708f7f674518498c1f8d644481440f476d39ca6ecae83319bba7c6c12da91"
James Munnsde763692019-01-19 02:39:372803dependencies = [
Alex Crichton093ede22019-08-15 00:45:092804 "pest",
2805 "pest_generator",
James Munnsde763692019-01-19 02:39:372806]
2807
2808[[package]]
2809name = "pest_generator"
klensy45fac342022-08-31 20:04:122810version = "2.3.0"
James Munnsde763692019-01-19 02:39:372811source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122812checksum = "5803d8284a629cc999094ecd630f55e91b561a1d1ba75e233b00ae13b91a69ad"
James Munnsde763692019-01-19 02:39:372813dependencies = [
Alex Crichton093ede22019-08-15 00:45:092814 "pest",
2815 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152816 "proc-macro2",
2817 "quote",
2818 "syn",
James Munnsde763692019-01-19 02:39:372819]
2820
2821[[package]]
2822name = "pest_meta"
klensy45fac342022-08-31 20:04:122823version = "2.3.0"
James Munnsde763692019-01-19 02:39:372824source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122825checksum = "1538eb784f07615c6d9a8ab061089c6c54a344c5b4301db51990ca1c241e8c04"
James Munnsde763692019-01-19 02:39:372826dependencies = [
klensy45fac342022-08-31 20:04:122827 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092828 "pest",
klensy45fac342022-08-31 20:04:122829 "sha-1",
James Munnsde763692019-01-19 02:39:372830]
2831
2832[[package]]
Jack Hueya24df5b2020-03-03 16:25:032833name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192834version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032835source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192836checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032837dependencies = [
2838 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192839 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032840]
2841
2842[[package]]
steveklabnikecfbaca2018-04-03 14:32:042843name = "phf"
klensy947e7872022-04-15 18:11:142844version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042845source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142846checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042847dependencies = [
Alex Crichton093ede22019-08-15 00:45:092848 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042849]
2850
2851[[package]]
2852name = "phf_codegen"
klensy947e7872022-04-15 18:11:142853version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042854source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142855checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042856dependencies = [
Alex Crichton093ede22019-08-15 00:45:092857 "phf_generator",
2858 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042859]
2860
2861[[package]]
2862name = "phf_generator"
klensy947e7872022-04-15 18:11:142863version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042864source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142865checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042866dependencies = [
Alex Crichton093ede22019-08-15 00:45:092867 "phf_shared",
klensy947e7872022-04-15 18:11:142868 "rand 0.8.5",
steveklabnikecfbaca2018-04-03 14:32:042869]
2870
2871[[package]]
2872name = "phf_shared"
klensy947e7872022-04-15 18:11:142873version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042874source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142875checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042876dependencies = [
Alex Crichton093ede22019-08-15 00:45:092877 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042878]
2879
2880[[package]]
Caleb Cartwright63913182021-02-10 01:52:542881name = "pin-project-lite"
klensy9f621ae2022-01-24 17:19:212882version = "0.2.8"
Caleb Cartwright63913182021-02-10 01:52:542883source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:212884checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
Caleb Cartwright63913182021-02-10 01:52:542885
2886[[package]]
2887name = "pin-utils"
2888version = "0.1.0"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2891
2892[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582893name = "pkg-config"
Alyssa Rossb3b6fbc2022-10-14 01:42:232894version = "0.3.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582895source = "registry+https://github.com/rust-lang/crates.io-index"
Alyssa Rossb3b6fbc2022-10-14 01:42:232896checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582897
2898[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012899name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062900version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012901source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062902checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512903dependencies = [
Alex Crichton093ede22019-08-15 00:45:092904 "datafrog",
2905 "log",
2906 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512907]
Santiago Pastorino8429d112018-05-24 21:52:012908
2909[[package]]
gnzlbg52caca02019-08-01 15:02:262910name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212911version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262912source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212913checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262914
2915[[package]]
steveklabnikecfbaca2018-04-03 14:32:042916name = "precomputed-hash"
2917version = "0.1.1"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092919checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042920
2921[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:442922name = "pretty_assertions"
2923version = "0.6.1"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
2926dependencies = [
2927 "ansi_term 0.11.0",
2928 "ctor",
2929 "difference",
2930 "output_vt100",
2931]
2932
2933[[package]]
Eric Huss8c20add2018-12-03 01:33:202934name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382935version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202936source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382937checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202938dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382939 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092940 "log",
Eric Huss8c20add2018-12-03 01:33:202941]
2942
2943[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112944name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442945version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112946source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442947checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112948dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442949 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152950 "proc-macro2",
2951 "quote",
2952 "syn",
Mark Rousskov342d9562020-08-17 15:21:442953 "version_check",
2954]
2955
2956[[package]]
2957name = "proc-macro-error-attr"
2958version = "1.0.4"
2959source = "registry+https://github.com/rust-lang/crates.io-index"
2960checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2961dependencies = [
2962 "proc-macro2",
2963 "quote",
2964 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552965]
2966
2967[[package]]
David Wood7f916972022-03-26 07:27:432968name = "proc-macro-hack"
2969version = "0.5.19"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2972
2973[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112974name = "proc-macro2"
Andres Suareza65ddf02022-10-09 03:25:402975version = "1.0.46"
Igor Matuszewskic2249a42019-09-08 08:28:112976source = "registry+https://github.com/rust-lang/crates.io-index"
Andres Suareza65ddf02022-10-09 03:25:402977checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
Igor Matuszewskic2249a42019-09-08 08:28:112978dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402979 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112980]
2981
2982[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292983name = "proc_macro"
2984version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082985dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322986 "core",
Alex Crichtonb47c9692019-08-16 15:29:082987 "std",
2988]
Ahmed Charles9ca382f2016-09-02 08:55:292989
2990[[package]]
whitequark42754ce2017-02-13 09:57:502991name = "profiler_builtins"
2992version = "0.0.0"
2993dependencies = [
Alex Crichton093ede22019-08-15 00:45:092994 "cc",
2995 "compiler_builtins",
2996 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392997]
2998
2999[[package]]
Oliver Scherer26edcee2018-11-02 15:14:243000name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:553001version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:243002source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:553003checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:243004dependencies = [
3005 "cc",
3006]
3007
3008[[package]]
Steve Klabnika0769612017-02-07 23:13:573009name = "pulldown-cmark"
Joshua Nelsonf94c9262022-11-28 23:10:443010version = "0.7.2"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
3013dependencies = [
3014 "bitflags",
3015 "memchr",
3016 "unicase",
3017]
3018
3019[[package]]
3020name = "pulldown-cmark"
Guillaume Gomez7f78a9a2022-07-26 18:36:203021version = "0.9.2"
Joshua Nelsone4c28bf2020-09-14 00:15:013022source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:203023checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
Joshua Nelsone4c28bf2020-09-14 00:15:013024dependencies = [
3025 "bitflags",
3026 "memchr",
3027 "unicase",
3028]
3029
3030[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:323031name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:443032version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323033source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443034checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323035
3036[[package]]
Steve Klabnika0769612017-02-07 23:13:573037name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:063038version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:573039source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:063040checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:573041
3042[[package]]
Joshua Nelsonf94c9262022-11-28 23:10:443043name = "quick-error"
3044version = "2.0.1"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
3047
3048[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293049name = "quine-mc_cluskey"
3050version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583051source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093052checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583053
3054[[package]]
3055name = "quote"
Philipp Kronesd4077782022-11-21 19:52:063056version = "1.0.21"
Igor Matuszewskic2249a42019-09-08 08:28:113057source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesd4077782022-11-21 19:52:063058checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
Igor Matuszewskic2249a42019-09-08 08:28:113059dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153060 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:553061]
3062
3063[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293064name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:573065version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:263066source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:573067checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:263068dependencies = [
Collin Bakerdfab01b2022-10-21 18:38:563069 "getrandom 0.1.16",
Alex Crichton093ede22019-08-15 00:45:093070 "libc",
Aaron Hill2550d5b2021-03-07 23:39:193071 "rand_chacha 0.2.2",
3072 "rand_core 0.5.1",
klensy947e7872022-04-15 18:11:143073 "rand_hc",
Alex Crichtonb4110902018-12-08 11:06:543074]
3075
3076[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193077name = "rand"
klensy947e7872022-04-15 18:11:143078version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:193079source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143080checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:193081dependencies = [
3082 "libc",
3083 "rand_chacha 0.3.0",
3084 "rand_core 0.6.2",
Aaron Hill2550d5b2021-03-07 23:39:193085]
3086
3087[[package]]
gnzlbg52caca02019-08-01 15:02:263088name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:213089version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:263090source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:213091checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:263092dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:213093 "ppv-lite86",
Aaron Hill2550d5b2021-03-07 23:39:193094 "rand_core 0.5.1",
3095]
3096
3097[[package]]
3098name = "rand_chacha"
3099version = "0.3.0"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
3102dependencies = [
3103 "ppv-lite86",
3104 "rand_core 0.6.2",
gnzlbg52caca02019-08-01 15:02:263105]
3106
3107[[package]]
Alex Crichtonb4110902018-12-08 11:06:543108name = "rand_core"
Eric Huss2b985322019-11-25 16:14:073109version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:263110source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:073111checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:263112dependencies = [
Collin Bakerdfab01b2022-10-21 18:38:563113 "getrandom 0.1.16",
gnzlbg52caca02019-08-01 15:02:263114]
3115
3116[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193117name = "rand_core"
3118version = "0.6.2"
3119source = "registry+https://github.com/rust-lang/crates.io-index"
3120checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
3121dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:423122 "getrandom 0.2.8",
Aaron Hill2550d5b2021-03-07 23:39:193123]
3124
3125[[package]]
Alex Crichtonb4110902018-12-08 11:06:543126name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:263127version = "0.2.0"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093129checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:263130dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193131 "rand_core 0.5.1",
3132]
3133
3134[[package]]
Ralf Jung5b78e982019-04-19 07:37:333135name = "rand_xorshift"
3136version = "0.2.0"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093138checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:333139dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193140 "rand_core 0.5.1",
Eric Huss2b985322019-11-25 16:14:073141]
3142
3143[[package]]
3144name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:293145version = "0.6.0"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3148dependencies = [
3149 "rand_core 0.6.2",
3150]
3151
3152[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293153name = "rayon"
Josh Stoneab57e362022-05-28 00:14:223154version = "1.5.3"
Nick Cameron4b6f5c22018-02-26 03:15:453155source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223156checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
Nick Cameron4b6f5c22018-02-26 03:15:453157dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443158 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163159 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:093160 "either",
3161 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293162]
3163
3164[[package]]
3165name = "rayon-core"
Josh Stoneab57e362022-05-28 00:14:223166version = "1.9.3"
Oliver Schneideracdf83f2017-12-06 08:25:293167source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223168checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
Oliver Schneideracdf83f2017-12-06 08:25:293169dependencies = [
Josh Stonef3b88122022-01-10 19:34:073170 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163171 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073172 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:093173 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:313174]
3175
3176[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353177name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:403178version = "0.2.10"
flip19950046d7c2021-02-25 10:26:233179source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:403180checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:233181dependencies = [
3182 "bitflags",
3183]
3184
3185[[package]]
flip19954c228cc2019-02-18 09:32:583186name = "redox_users"
flip19950046d7c2021-02-25 10:26:233187version = "0.4.0"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3190dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:423191 "getrandom 0.2.8",
klensydcdc3082021-05-11 19:03:593192 "redox_syscall",
flip19950046d7c2021-02-25 10:26:233193]
3194
3195[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583196name = "regex"
klensy43512e62022-07-26 16:16:433197version = "1.5.6"
Oliver Schneider847bb142018-05-11 12:11:063198source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:433199checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
Oliver Schneider847bb142018-05-11 12:11:063200dependencies = [
Alex Crichton093ede22019-08-15 00:45:093201 "aho-corasick",
3202 "memchr",
3203 "regex-syntax",
Oliver Schneider847bb142018-05-11 12:11:063204]
3205
3206[[package]]
Oliver Schererec7230f2020-07-24 18:42:003207name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093208version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003209source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093210checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003211dependencies = [
Oliver Schererec7230f2020-07-24 18:42:003212 "regex-syntax",
3213]
3214
3215[[package]]
Charles Lewa7750042022-11-06 06:43:253216name = "regex-automata"
3217version = "0.2.0"
3218source = "registry+https://github.com/rust-lang/crates.io-index"
3219checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3220dependencies = [
3221 "memchr",
3222]
3223
3224[[package]]
Steve Klabnika0769612017-02-07 23:13:573225name = "regex-syntax"
klensy43512e62022-07-26 16:16:433226version = "0.6.26"
Oliver Schneider847bb142018-05-11 12:11:063227source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:433228checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
Oliver Schneider847bb142018-05-11 12:11:063229
3230[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193231name = "remote-test-client"
3232version = "0.1.0"
3233
3234[[package]]
3235name = "remote-test-server"
3236version = "0.1.0"
3237
3238[[package]]
Alex Crichton994bfd42018-02-26 17:07:163239name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:443240version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:163241source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443242checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:163243dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:313244 "winapi",
Alex Crichton994bfd42018-02-26 17:07:163245]
3246
3247[[package]]
est31d32ff142022-08-23 20:14:123248name = "replace-version-placeholder"
3249version = "0.1.0"
3250dependencies = [
3251 "tidy",
3252 "walkdir",
3253]
3254
3255[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583256name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433257version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583258dependencies = [
Alex Crichton093ede22019-08-15 00:45:093259 "rustc-workspace-hack",
Alex Crichton093ede22019-08-15 00:45:093260 "serde",
3261 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483262]
3263
3264[[package]]
Martin Algesten9a6afa82018-02-02 07:29:593265name = "rls-data"
Igor Matuszewskid72ea1b2021-01-15 00:50:593266version = "0.19.1"
Igor Matuszewski3ac464f2021-01-15 01:26:553267source = "registry+https://github.com/rust-lang/crates.io-index"
3268checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
Martin Algesten9a6afa82018-02-02 07:29:593269dependencies = [
Alex Crichton093ede22019-08-15 00:45:093270 "rls-span",
3271 "serde",
Martin Algesten9a6afa82018-02-02 07:29:593272]
3273
3274[[package]]
Nick Cameronfee1f642017-03-14 02:16:443275name = "rls-span"
Igor Matuszewskid72ea1b2021-01-15 00:50:593276version = "0.5.3"
Igor Matuszewski3ac464f2021-01-15 01:26:553277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
Nick Cameronfee1f642017-03-14 02:16:443279dependencies = [
Alex Crichton093ede22019-08-15 00:45:093280 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583281]
3282
3283[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153284name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173285version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153286dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173287 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153288 "rustc-demangle",
3289]
3290
3291[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293292name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573293version = "0.1.0"
3294dependencies = [
Weihang Loc1b4f112022-10-04 20:57:493295 "clap 3.2.20",
Eric Huss5b9e9d02020-11-15 01:37:023296 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093297 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573298]
Ahmed Charles9ca382f2016-09-02 08:55:293299
3300[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573301name = "rustc-build-sysroot"
Ralf Jung3487fe32022-12-28 21:47:423302version = "0.4.1"
Ralf Jung9cc11e22022-10-04 13:23:573303source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung3487fe32022-12-28 21:47:423304checksum = "d65b1271cdac365b71b59570ea35d945dea2dd2cc47eba3d33b4bd1e0190ac6d"
Ralf Jung9cc11e22022-10-04 13:23:573305dependencies = [
3306 "anyhow",
3307 "rustc_version",
3308 "tempfile",
3309]
3310
3311[[package]]
Josh Stone020c5ec2017-05-08 22:01:133312name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253313version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:133314source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253315checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:513316dependencies = [
Alex Crichton093ede22019-08-15 00:45:093317 "compiler_builtins",
3318 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513319]
Josh Stone020c5ec2017-05-08 22:01:133320
3321[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023322name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193323version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023324source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193325checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023326
3327[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293328name = "rustc-main"
3329version = "0.0.0"
3330dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043331 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093332 "rustc_codegen_ssa",
3333 "rustc_driver",
Oli Scherer9960cc12022-06-02 10:08:383334 "rustc_smir",
Ahmed Charles9ca382f2016-09-02 08:55:293335]
3336
3337[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033338name = "rustc-rayon"
Josh Stoneab57e362022-05-28 00:14:223339version = "0.4.0"
Josh Stone33c41252019-09-10 17:13:073340source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223341checksum = "1a79f0b0b2609e2eacf9758013f50e7176cb4b29fd6436a747b14a5362c8727a"
Josh Stone33c41252019-09-10 17:13:073342dependencies = [
Josh Stoneab57e362022-05-28 00:14:223343 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163344 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073345 "either",
Igor Matuszewski5b091302019-12-10 15:01:013346 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413347]
3348
3349[[package]]
Josh Stone33c41252019-09-10 17:13:073350name = "rustc-rayon-core"
Josh Stoneab57e362022-05-28 00:14:223351version = "0.4.1"
Josh Stone33c41252019-09-10 17:13:073352source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223353checksum = "02269144a0db9bb55cf5d4a41a5a0e95b334b0b78b08269018ca9b0250718c30"
Josh Stone33c41252019-09-10 17:13:073354dependencies = [
Josh Stoneab57e362022-05-28 00:14:223355 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163356 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073357 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073358 "num_cpus",
3359]
3360
3361[[package]]
flip1995898ef0f2020-12-06 14:07:593362name = "rustc-semver"
3363version = "1.1.0"
3364source = "registry+https://github.com/rust-lang/crates.io-index"
3365checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3366
3367[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053368name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053369version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053370dependencies = [
Alex Crichton093ede22019-08-15 00:45:093371 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053372]
3373
3374[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503375name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053376version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503377dependencies = [
Alex Crichton093ede22019-08-15 00:45:093378 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503379]
3380
3381[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083382name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053383version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083384dependencies = [
3385 "std",
3386]
3387
3388[[package]]
Alex Crichton0e034d12018-07-31 21:16:553389name = "rustc-workspace-hack"
3390version = "1.0.0"
3391dependencies = [
Ralf Jung55162732022-11-15 19:06:423392 "bstr 0.2.17",
Weihang Loc1b4f112022-10-04 20:57:493393 "clap 3.2.20",
Weihang Lo1e5dad02022-11-25 22:37:043394 "libc",
Eric Huss0bfc45a2020-12-23 20:18:153395 "libz-sys",
Ralf Jung157b2d52022-11-16 15:13:553396 "rand 0.8.5",
Ralf Jung1cc71392022-07-08 04:23:013397 "regex",
Alex Crichton093ede22019-08-15 00:45:093398 "serde_json",
Aaron Hill70ba4912020-08-01 14:11:153399 "syn",
Eric Huss4a7e2fb2022-08-21 04:19:433400 "url",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313401 "winapi",
Alex Crichton0e034d12018-07-31 21:16:553402]
3403
3404[[package]]
hkalbasi390a6372022-11-06 21:06:113405name = "rustc_abi"
3406version = "0.0.0"
3407dependencies = [
3408 "bitflags",
3409 "rand 0.8.5",
3410 "rand_xoshiro",
3411 "rustc_data_structures",
3412 "rustc_index",
3413 "rustc_macros",
3414 "rustc_serialize",
3415 "tracing",
3416]
3417
3418[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433419name = "rustc_apfloat"
3420version = "0.0.0"
3421dependencies = [
Alex Crichton093ede22019-08-15 00:45:093422 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:293423 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433424]
3425
3426[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403427name = "rustc_arena"
3428version = "0.0.0"
3429dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293430 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403431]
3432
3433[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263434name = "rustc_ast"
3435version = "0.0.0"
3436dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013437 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263438 "rustc_data_structures",
3439 "rustc_index",
3440 "rustc_lexer",
3441 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403442 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263443 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293444 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303445 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003446 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263447]
3448
3449[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563450name = "rustc_ast_lowering"
3451version = "0.0.0"
3452dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403453 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263454 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463455 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563456 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563457 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573458 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563459 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513460 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233461 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:503462 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563463 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563464 "rustc_span",
3465 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293466 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303467 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003468 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563469]
3470
3471[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443472name = "rustc_ast_passes"
3473version = "0.0.0"
3474dependencies = [
pierwillf684acd2022-03-04 17:54:283475 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263476 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463477 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203478 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443479 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443480 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393481 "rustc_feature",
finalchildd6fdf142022-08-17 14:51:013482 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443483 "rustc_parse",
3484 "rustc_session",
3485 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053486 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003487 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443488]
3489
3490[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463491name = "rustc_ast_pretty"
3492version = "0.0.0"
3493dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263494 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463495 "rustc_span",
Mazdak Farrokhzade2333312020-01-11 16:02:463496]
3497
3498[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203499name = "rustc_attr"
3500version = "0.0.0"
3501dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263502 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463503 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203504 "rustc_data_structures",
3505 "rustc_errors",
3506 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483507 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203508 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403509 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203510 "rustc_session",
3511 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203512]
3513
3514[[package]]
Charles Lewa7750042022-11-06 06:43:253515name = "rustc_baked_icu_data"
3516version = "0.0.0"
3517dependencies = [
3518 "icu_list",
3519 "icu_locid",
3520 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223521 "icu_provider_adapters",
Charles Lewa7750042022-11-06 06:43:253522 "litemap",
Charles Lewbde2f982022-11-06 06:58:223523 "zerovec",
Charles Lewa7750042022-11-06 06:43:253524]
3525
3526[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403527name = "rustc_borrowck"
3528version = "0.0.0"
3529dependencies = [
3530 "either",
pierwillf684acd2022-03-04 17:54:283531 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403532 "polonius-engine",
Camille GILLOTc5fc2602021-01-05 19:08:113533 "rustc_const_eval",
Camille GILLOT31a61cc2020-12-30 17:48:403534 "rustc_data_structures",
3535 "rustc_errors",
3536 "rustc_graphviz",
3537 "rustc_hir",
3538 "rustc_index",
3539 "rustc_infer",
3540 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013541 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403542 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073543 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403544 "rustc_serialize",
3545 "rustc_session",
3546 "rustc_span",
3547 "rustc_target",
3548 "rustc_trait_selection",
3549 "rustc_traits",
3550 "smallvec",
3551 "tracing",
3552]
3553
3554[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323555name = "rustc_builtin_macros"
3556version = "0.0.0"
3557dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263558 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463559 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203560 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323561 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323562 "rustc_errors",
3563 "rustc_expand",
3564 "rustc_feature",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143565 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233566 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313567 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323568 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403569 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203570 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323571 "rustc_span",
3572 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293573 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303574 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003575 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323576]
3577
3578[[package]]
Irina Popab63d7e22018-05-08 13:10:163579name = "rustc_codegen_llvm"
3580version = "0.0.0"
3581dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353582 "bitflags",
Xidorn Quan38e42332021-02-13 11:17:153583 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353584 "libc",
Ralf Jung61a986a2022-06-26 02:21:493585 "measureme",
Michael Howellcf83a1d2022-11-03 17:10:153586 "object",
Alex Crichton7f23e6e2019-10-22 15:51:353587 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263588 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203589 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353590 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353591 "rustc_data_structures",
3592 "rustc_errors",
3593 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573594 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353595 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093596 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553597 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593598 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453599 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543600 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403601 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353602 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323603 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543604 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353605 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293606 "smallvec",
Alex Gaynorc65c3622022-06-30 19:01:383607 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003608 "tracing",
Irina Popab63d7e22018-05-08 13:10:163609]
3610
3611[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043612name = "rustc_codegen_ssa"
3613version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353614dependencies = [
bjorn3be670842022-05-28 10:43:513615 "ar_archive_writer",
Alex Crichton093ede22019-08-15 00:45:093616 "bitflags",
3617 "cc",
pierwillf684acd2022-03-04 17:54:283618 "itertools",
Alex Crichton093ede22019-08-15 00:45:093619 "jobserver",
3620 "libc",
Michael Howellcf83a1d2022-11-03 17:10:153621 "object",
Federico Ponzi4b6a0272020-07-17 22:01:273622 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143623 "regex",
David Wood2dc1a8a2021-12-03 14:24:053624 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263625 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203626 "rustc_attr",
522522527412d12022-07-14 21:42:473627 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093628 "rustc_data_structures",
3629 "rustc_errors",
3630 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573631 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093632 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103633 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573634 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363635 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453636 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543637 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403638 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083639 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323640 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583641 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093642 "rustc_target",
bjorn35cc35932022-05-06 15:20:423643 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423644 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253645 "snap",
Mark Mansi2d75a332020-03-12 23:07:583646 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053647 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003648 "tracing",
Irina Popab63d7e22018-05-08 13:10:163649]
3650
3651[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113652name = "rustc_const_eval"
3653version = "0.0.0"
3654dependencies = [
Ralf Jung41018892022-11-18 09:18:323655 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113656 "rustc_apfloat",
3657 "rustc_ast",
3658 "rustc_attr",
3659 "rustc_data_structures",
3660 "rustc_errors",
3661 "rustc_hir",
3662 "rustc_index",
3663 "rustc_infer",
3664 "rustc_macros",
3665 "rustc_middle",
3666 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:543667 "rustc_query_system",
Camille GILLOTc5fc2602021-01-05 19:08:113668 "rustc_session",
3669 "rustc_span",
3670 "rustc_target",
3671 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463672 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113673 "tracing",
3674]
3675
3676[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293677name = "rustc_data_structures"
3678version = "0.0.0"
3679dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353680 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363681 "bitflags",
Chris Denton531f3c9e2022-12-20 15:26:423682 "cfg-if",
Jack Hueya42e5a12020-05-27 05:05:093683 "ena",
Alex Crichton093ede22019-08-15 00:45:093684 "indexmap",
3685 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193686 "libc",
Ralf Jung61a986a2022-06-26 02:21:493687 "measureme",
bjorn38331dbe2021-03-29 09:18:523688 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:443689 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:093690 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013691 "rustc-rayon",
3692 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403693 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513694 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573695 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403696 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293697 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093698 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553699 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503700 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303701 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003702 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313703 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293704]
3705
3706[[package]]
3707name = "rustc_driver"
3708version = "0.0.0"
3709dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193710 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263711 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463712 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483713 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093714 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503715 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093716 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183717 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573718 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293719 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193720 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093721 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133722 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523723 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093724 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093725 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453726 "rustc_middle",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133727 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323728 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093729 "rustc_save_analysis",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083730 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323731 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093732 "rustc_target",
bjorn3fc1df4f2021-06-03 15:45:093733 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:003734 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313735 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293736]
3737
3738[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053739name = "rustc_error_codes"
3740version = "0.0.0"
3741
3742[[package]]
David Woodc45f2952022-03-24 02:03:043743name = "rustc_error_messages"
3744version = "0.0.0"
3745dependencies = [
David Woodd5119c52022-03-28 08:36:203746 "fluent-bundle",
3747 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253748 "icu_list",
3749 "icu_locid",
3750 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383751 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253752 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433753 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043754 "rustc_macros",
3755 "rustc_serialize",
3756 "rustc_span",
David Wood7f916972022-03-26 07:27:433757 "tracing",
3758 "unic-langid",
Charles Lewa7750042022-11-06 06:43:253759 "writeable",
David Woodc45f2952022-03-24 02:03:043760]
3761
3762[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293763name = "rustc_errors"
3764version = "0.0.0"
3765dependencies = [
klensy754b5262022-07-31 13:44:063766 "annotate-snippets",
Xiretza8489a672022-09-14 17:22:203767 "rustc_ast",
3768 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093769 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043770 "rustc_error_messages",
Michael Gouletff9fd362022-06-29 05:09:593771 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523772 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573773 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403774 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323775 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593776 "rustc_target",
bjorn362a4f912021-06-03 19:14:153777 "serde",
3778 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093779 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483780 "termize",
Oliver Schererec7230f2020-07-24 18:42:003781 "tracing",
Alex Crichton093ede22019-08-15 00:45:093782 "unicode-width",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313783 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293784]
3785
3786[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323787name = "rustc_expand"
3788version = "0.0.0"
3789dependencies = [
Nika Layzell6d1650f2022-06-18 18:15:033790 "crossbeam-channel",
Vadim Petrochenkov6054a302020-02-29 17:16:263791 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393792 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463793 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203794 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323795 "rustc_data_structures",
3796 "rustc_errors",
3797 "rustc_feature",
3798 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003799 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573800 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323801 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403802 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203803 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323804 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293805 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523806 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003807 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323808]
3809
3810[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383811name = "rustc_feature"
3812version = "0.0.0"
3813dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183814 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323815 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383816]
3817
3818[[package]]
Mark Rousskove3177c62018-08-03 21:31:033819name = "rustc_fs_util"
3820version = "0.0.0"
3821
3822[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403823name = "rustc_graphviz"
3824version = "0.0.0"
3825
3826[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273827name = "rustc_hir"
3828version = "0.0.0"
3829dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373830 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203831 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263832 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273833 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043834 "rustc_error_messages",
Mazdak Farrokhzad7a140732019-12-25 02:51:273835 "rustc_index",
3836 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403837 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273838 "rustc_span",
3839 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293840 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003841 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273842]
3843
3844[[package]]
lcnr1fc86a62022-09-26 11:00:293845name = "rustc_hir_analysis"
3846version = "0.0.0"
3847dependencies = [
3848 "rustc_arena",
3849 "rustc_ast",
3850 "rustc_attr",
3851 "rustc_data_structures",
3852 "rustc_errors",
3853 "rustc_feature",
3854 "rustc_graphviz",
3855 "rustc_hir",
3856 "rustc_hir_pretty",
3857 "rustc_index",
3858 "rustc_infer",
3859 "rustc_lint",
3860 "rustc_macros",
3861 "rustc_middle",
3862 "rustc_serialize",
3863 "rustc_session",
3864 "rustc_span",
3865 "rustc_target",
3866 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293867 "rustc_type_ir",
3868 "smallvec",
3869 "tracing",
3870]
3871
3872[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193873name = "rustc_hir_pretty"
3874version = "0.0.0"
3875dependencies = [
3876 "rustc_ast",
3877 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193878 "rustc_hir",
3879 "rustc_span",
3880 "rustc_target",
3881]
3882
3883[[package]]
lcnrfb3ab132022-10-20 15:51:373884name = "rustc_hir_typeck"
3885version = "0.1.0"
3886dependencies = [
3887 "rustc_ast",
3888 "rustc_data_structures",
3889 "rustc_errors",
3890 "rustc_graphviz",
3891 "rustc_hir",
3892 "rustc_hir_analysis",
3893 "rustc_hir_pretty",
3894 "rustc_index",
3895 "rustc_infer",
3896 "rustc_lint",
3897 "rustc_macros",
3898 "rustc_middle",
3899 "rustc_serialize",
3900 "rustc_session",
3901 "rustc_span",
3902 "rustc_target",
3903 "rustc_trait_selection",
3904 "rustc_type_ir",
3905 "smallvec",
3906 "tracing",
3907]
3908
3909[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293910name = "rustc_incremental"
3911version = "0.0.0"
3912dependencies = [
klensy947e7872022-04-15 18:11:143913 "rand 0.8.5",
Vadim Petrochenkov6054a302020-02-29 17:16:263914 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093915 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593916 "rustc_errors",
Alex Crichton093ede22019-08-15 00:45:093917 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403918 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573919 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573920 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453921 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403922 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163923 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323924 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003925 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293926]
3927
3928[[package]]
csmoe1cff2e62019-09-25 19:09:513929name = "rustc_index"
3930version = "0.0.0"
3931dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353932 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573933 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403934 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293935 "smallvec",
csmoe1cff2e62019-09-25 19:09:513936]
3937
3938[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243939name = "rustc_infer"
3940version = "0.0.0"
3941dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243942 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243943 "rustc_errors",
3944 "rustc_hir",
3945 "rustc_index",
3946 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453947 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403948 "rustc_serialize",
Nikita Tomashevich313d4742022-08-21 17:56:003949 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:243950 "rustc_span",
3951 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293952 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003953 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243954]
3955
3956[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233957name = "rustc_interface"
3958version = "0.0.0"
3959dependencies = [
Andy Russell923f9392021-11-08 23:03:553960 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:013961 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313962 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263963 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563964 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443965 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203966 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:403967 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323968 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353969 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093970 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113971 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093972 "rustc_data_structures",
3973 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323974 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:273975 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293976 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:373977 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:093978 "rustc_incremental",
3979 "rustc_lint",
finalchildc1a98412022-08-16 20:07:473980 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093981 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453982 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:443983 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:253984 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:153985 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133986 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093987 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323988 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093989 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163990 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:093991 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:403992 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163993 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323994 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583995 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163996 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403997 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093998 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373999 "rustc_ty_utils",
Jubilee Younge8eb6912021-04-22 04:40:294000 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004001 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:234002]
4003
4004[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404005name = "rustc_lexer"
4006version = "0.1.0"
4007dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504008 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:234009 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:154010 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404011]
4012
4013[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294014name = "rustc_lint"
4015version = "0.0.0"
4016dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264017 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464018 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204019 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094020 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474021 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384022 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574023 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334024 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354025 "rustc_infer",
David Wood9d864c82022-06-30 07:57:454026 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454027 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424028 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:204029 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324030 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094031 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404032 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464033 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004034 "tracing",
Charles Lew485e98a2020-01-02 12:02:224035 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294036]
4037
4038[[package]]
Aaron Hill23018a52020-08-13 19:41:524039name = "rustc_lint_defs"
4040version = "0.0.0"
4041dependencies = [
4042 "rustc_ast",
4043 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:044044 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:274045 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524046 "rustc_macros",
4047 "rustc_serialize",
4048 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384049 "rustc_target",
bjorn362a4f912021-06-03 19:14:154050 "serde",
Aaron Hill23018a52020-08-13 19:41:524051]
4052
4053[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294054name = "rustc_llvm"
4055version = "0.0.0"
4056dependencies = [
Alex Crichton093ede22019-08-15 00:45:094057 "cc",
Aaron Hill47e932b2019-12-12 15:51:194058 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294059]
4060
4061[[package]]
David Tolnay6152d152022-01-04 00:32:524062name = "rustc_log"
4063version = "0.0.0"
4064dependencies = [
David Tolnayffbeebb2022-01-04 06:01:354065 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524066 "tracing",
4067 "tracing-subscriber",
4068 "tracing-tree",
4069]
4070
4071[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104072name = "rustc_macros"
4073version = "0.1.0"
4074dependencies = [
klensy754b5262022-07-31 13:44:064075 "annotate-snippets",
David Wood552eb322022-05-23 17:24:554076 "fluent-bundle",
4077 "fluent-syntax",
Aaron Hill70ba4912020-08-01 14:11:154078 "proc-macro2",
4079 "quote",
4080 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:164081 "synstructure",
David Wood552eb322022-05-23 17:24:554082 "unic-langid",
John Kåre Alsaker74b64192019-03-01 00:22:104083]
4084
4085[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294086name = "rustc_metadata"
4087version = "0.0.0"
4088dependencies = [
Andy Russell923f9392021-11-08 23:03:554089 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374090 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264091 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204092 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094093 "rustc_data_structures",
4094 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324095 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174096 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574097 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194098 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104099 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574100 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454101 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404102 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084103 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324104 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094105 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464106 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294107 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:304108 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044109 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004110 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294111]
4112
4113[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454114name = "rustc_middle"
4115version = "0.0.0"
4116dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454117 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:034118 "chalk-ir",
Maybe Wafflee20e5062022-11-28 11:11:454119 "derive_more",
Camille GILLOTfd9c04f2021-01-05 18:53:074120 "either",
4121 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454122 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:264123 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454124 "rustc-rayon-core",
4125 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404126 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454127 "rustc_ast",
4128 "rustc_attr",
4129 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:474130 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454131 "rustc_errors",
4132 "rustc_feature",
Camille GILLOTfd9c04f2021-01-05 18:53:074133 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454134 "rustc_hir",
4135 "rustc_index",
4136 "rustc_macros",
4137 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404138 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454139 "rustc_session",
4140 "rustc_span",
4141 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104142 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294143 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304144 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004145 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454146]
4147
4148[[package]]
Matthew Jasperb3589292020-01-05 15:46:444149name = "rustc_mir_build"
4150version = "0.0.0"
4151dependencies = [
Ralf Jung41018892022-11-18 09:18:324152 "either",
Matthew Jasperb3589292020-01-05 15:46:444153 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404154 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264155 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204156 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:444157 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444158 "rustc_errors",
4159 "rustc_hir",
4160 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244161 "rustc_infer",
TheOddGarlic82f05442022-08-20 11:28:434162 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454163 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404164 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074165 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444166 "rustc_span",
4167 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404168 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294169 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004170 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444171]
4172
4173[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074174name = "rustc_mir_dataflow"
4175version = "0.0.0"
4176dependencies = [
4177 "polonius-engine",
4178 "regex",
4179 "rustc_ast",
4180 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144181 "rustc_errors",
Camille GILLOTfd9c04f2021-01-05 18:53:074182 "rustc_graphviz",
4183 "rustc_hir",
4184 "rustc_index",
5225225ee2b1612022-08-19 09:21:144185 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074186 "rustc_middle",
4187 "rustc_serialize",
5225225ee2b1612022-08-19 09:21:144188 "rustc_session",
Camille GILLOTfd9c04f2021-01-05 18:53:074189 "rustc_span",
4190 "rustc_target",
4191 "smallvec",
4192 "tracing",
4193]
4194
4195[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254196name = "rustc_mir_transform"
4197version = "0.0.0"
4198dependencies = [
4199 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:324200 "either",
pierwillf684acd2022-03-04 17:54:284201 "itertools",
Camille GILLOTbba4be62021-01-01 00:53:254202 "rustc_ast",
4203 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114204 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254205 "rustc_data_structures",
4206 "rustc_errors",
4207 "rustc_hir",
4208 "rustc_index",
4209 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074210 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254211 "rustc_serialize",
4212 "rustc_session",
4213 "rustc_span",
4214 "rustc_target",
4215 "rustc_trait_selection",
4216 "smallvec",
4217 "tracing",
4218]
4219
4220[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154221name = "rustc_monomorphize"
4222version = "0.0.0"
4223dependencies = [
4224 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474225 "rustc_errors",
Camille GILLOT81a600b2021-01-02 13:42:154226 "rustc_hir",
4227 "rustc_index",
Nathan Stocks137f20c2022-08-18 21:51:474228 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154229 "rustc_middle",
4230 "rustc_session",
4231 "rustc_span",
4232 "rustc_target",
4233 "smallvec",
4234 "tracing",
4235]
4236
4237[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134238name = "rustc_parse"
4239version = "0.0.0"
4240dependencies = [
4241 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264242 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464243 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134244 "rustc_data_structures",
4245 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384246 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134247 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244248 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204249 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324250 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:524251 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004252 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404253 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004254 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134255]
4256
4257[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404258name = "rustc_parse_format"
4259version = "0.0.0"
4260dependencies = [
Maybe Wafflec44c82d2022-12-08 11:20:014261 "rustc_data_structures",
Vadim Petrochenkov11d95142020-06-02 17:03:404262 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404263]
4264
4265[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294266name = "rustc_passes"
4267version = "0.0.0"
4268dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:244269 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:264270 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134271 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204272 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094273 "rustc_data_structures",
4274 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434275 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414276 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574277 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574278 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124279 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044280 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454281 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004282 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434283 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324284 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574285 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004286 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294287]
4288
4289[[package]]
Simon Sapind0bbc602019-07-16 17:08:324290name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294291version = "0.0.0"
4292dependencies = [
Andy Russell923f9392021-11-08 23:03:554293 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:264294 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164295 "rustc_errors",
Mazdak Farrokhzadf58db202020-01-09 06:52:014296 "rustc_lint",
Peter Medus8c2413c2022-08-19 17:29:334297 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094298 "rustc_metadata",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084299 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324300 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294301]
4302
4303[[package]]
4304name = "rustc_privacy"
4305version = "0.0.0"
4306dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574307 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204308 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094309 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164310 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574311 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294312 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:344313 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454314 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084315 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324316 "rustc_span",
kadmin6a03f032020-11-22 09:37:374317 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004318 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294319]
4320
4321[[package]]
Camille GILLOT4581d162021-01-19 19:40:164322name = "rustc_query_impl"
4323version = "0.0.0"
4324dependencies = [
Ralf Jung61a986a2022-06-26 02:21:494325 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164326 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:014327 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:164328 "rustc_data_structures",
4329 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164330 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014331 "rustc_index",
4332 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:164333 "rustc_middle",
4334 "rustc_query_system",
4335 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014336 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164337 "rustc_span",
Michael Goulet53093752022-08-10 20:53:064338 "rustc_target",
Nicholas Nethercoteb38106b2022-08-17 04:22:304339 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134340 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164341]
4342
4343[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224344name = "rustc_query_system"
4345version = "0.0.0"
4346dependencies = [
Philipp Krones586cbd02022-06-04 12:07:444347 "parking_lot 0.11.2",
Camille GILLOT8e873c32020-03-19 13:13:314348 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404349 "rustc_arena",
Camille GILLOTc355b2e2020-11-14 15:35:314350 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224351 "rustc_data_structures",
4352 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314353 "rustc_feature",
4354 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224355 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574356 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404357 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374358 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314359 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314360 "rustc_target",
Eric Holk578fc492022-09-07 21:46:044361 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294362 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304363 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004364 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224365]
4366
4367[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294368name = "rustc_resolve"
4369version = "0.0.0"
4370dependencies = [
Alex Crichton093ede22019-08-15 00:45:094371 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404372 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264373 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464374 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204375 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094376 "rustc_data_structures",
4377 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324378 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184379 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574380 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294381 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384382 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094383 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454384 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504385 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564386 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324387 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294388 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524389 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004390 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294391]
4392
4393[[package]]
4394name = "rustc_save_analysis"
4395version = "0.0.0"
4396dependencies = [
Alex Crichton093ede22019-08-15 00:45:094397 "rls-data",
4398 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264399 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464400 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094401 "rustc_data_structures",
Wonchul Lee9b95eef2022-08-19 21:40:314402 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574403 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414404 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154405 "rustc_lexer",
Wonchul Lee9b95eef2022-08-19 21:40:314406 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454407 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084408 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324409 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094410 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004411 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294412]
4413
4414[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404415name = "rustc_serialize"
4416version = "0.0.0"
4417dependencies = [
4418 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504419 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294420 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304421 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404422]
4423
4424[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334425name = "rustc_session"
4426version = "0.0.0"
4427dependencies = [
Luca Barbieriac2b84f2020-04-10 20:42:194428 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514429 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264430 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334431 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334432 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284433 "rustc_feature",
4434 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034435 "rustc_hir",
Oli Scherer1c1d3572022-12-07 14:31:504436 "rustc_index",
Aaron Hill23018a52020-08-13 19:41:524437 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574438 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404439 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324440 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284441 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514442 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254443 "termize",
Oliver Schererec7230f2020-07-24 18:42:004444 "tracing",
Onur Özkan71a3a482022-10-28 07:20:514445 "winapi",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324446]
4447
4448[[package]]
Oli Scherer9960cc12022-06-02 10:08:384449name = "rustc_smir"
4450version = "0.0.0"
4451dependencies = [
4452 "rustc_borrowck",
4453 "rustc_driver",
Oli Scherer0324ac82022-06-02 10:15:074454 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384455 "rustc_interface",
4456 "rustc_middle",
Oli Scherer0324ac82022-06-02 10:15:074457 "rustc_mir_dataflow",
4458 "rustc_mir_transform",
4459 "rustc_serialize",
4460 "rustc_trait_selection",
Oli Scherer9960cc12022-06-02 10:08:384461]
4462
4463[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324464name = "rustc_span"
4465version = "0.0.0"
4466dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424467 "cfg-if",
Igor Matuszewskibd37d7d2020-12-05 15:40:244468 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404469 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324470 "rustc_data_structures",
4471 "rustc_index",
4472 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404473 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324474 "scoped-tls",
klensy45fac342022-08-31 20:04:124475 "sha-1",
Arlo Siemsen3296d5c2020-10-13 15:41:064476 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004477 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324478 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334479]
4480
4481[[package]]
Mark Mansi2d75a332020-03-12 23:07:584482name = "rustc_symbol_mangling"
4483version = "0.0.0"
4484dependencies = [
Ramon de C Valle5ad7a642022-04-01 05:50:414485 "bitflags",
Mark Mansi2d75a332020-03-12 23:07:584486 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584487 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584488 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134489 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584490 "rustc_hir",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134491 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454492 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584493 "rustc_session",
4494 "rustc_span",
4495 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004496 "tracing",
Ramon de C Valle65698ae2022-11-22 05:29:004497 "twox-hash",
Mark Mansi2d75a332020-03-12 23:07:584498]
4499
4500[[package]]
Irina Popa38e96402017-12-08 19:18:214501name = "rustc_target"
4502version = "0.0.0"
4503dependencies = [
Alex Crichton093ede22019-08-15 00:45:094504 "bitflags",
hkalbasi390a6372022-11-06 21:06:114505 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094506 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154507 "rustc_feature",
csmoe64f61c72019-09-26 05:38:334508 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524509 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404510 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324511 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094512 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004513 "tracing",
Irina Popa38e96402017-12-08 19:18:214514]
4515
4516[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064517name = "rustc_tools_util"
Ralf Jung9cc11e22022-10-04 13:23:574518version = "0.2.1"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "598f48ce2a421542b3e64828aa742b687cc1b91d2f96591cfdb7ac5988cd6366"
4521
4522[[package]]
Philipp Krones10f2a6d2022-12-17 13:21:374523name = "rustc_tools_util"
4524version = "0.3.0"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4527
4528[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404529name = "rustc_trait_selection"
4530version = "0.0.0"
4531dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404532 "rustc_ast",
4533 "rustc_attr",
4534 "rustc_data_structures",
4535 "rustc_errors",
4536 "rustc_hir",
4537 "rustc_index",
4538 "rustc_infer",
Charles Lew250d1262021-10-02 11:00:364539 "rustc_lint_defs",
Camille GILLOTc1e3d552020-02-11 18:53:404540 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454541 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404542 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544543 "rustc_query_system",
Camille GILLOTc1e3d552020-02-11 18:53:404544 "rustc_session",
4545 "rustc_span",
4546 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134547 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294548 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004549 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404550]
4551
4552[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544553name = "rustc_traits"
4554version = "0.0.0"
4555dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374556 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034557 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034558 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264559 "rustc_ast",
Jack Huey4b64bc12021-01-01 18:44:314560 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094561 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574562 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034563 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244564 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454565 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324566 "rustc_span",
hkalbasi27fb9042022-11-01 16:20:304567 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404568 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294569 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004570 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544571]
4572
4573[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134574name = "rustc_transmute"
4575version = "0.1.0"
4576dependencies = [
4577 "itertools",
4578 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144579 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134580 "rustc_infer",
4581 "rustc_macros",
4582 "rustc_middle",
4583 "rustc_span",
4584 "rustc_target",
4585 "tracing",
4586]
4587
4588[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374589name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304590version = "0.0.0"
4591dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304592 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294593 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304594 "rustc_hir",
kadmine612e262022-07-09 09:35:064595 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244596 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314597 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454598 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084599 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304600 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324601 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404602 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464603 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004604 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304605]
4606
4607[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104608name = "rustc_type_ir"
4609version = "0.0.0"
4610dependencies = [
4611 "bitflags",
4612 "rustc_data_structures",
4613 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554614 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104615 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344616 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104617]
4618
4619[[package]]
Oliver Schneider847bb142018-05-11 12:11:064620name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004621version = "0.4.0"
4622source = "registry+https://github.com/rust-lang/crates.io-index"
4623checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4624dependencies = [
klensy8ebc73b2022-02-06 20:57:294625 "semver",
Ralf Junge5d01782021-10-04 22:13:004626]
4627
4628[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294629name = "rustdoc"
4630version = "0.0.0"
4631dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354632 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464633 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284634 "expect-test",
pierwillf684acd2022-03-04 17:54:284635 "itertools",
Alex Crichton093ede22019-08-15 00:45:094636 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044637 "once_cell",
Joshua Nelsonf94c9262022-11-28 23:10:444638 "pulldown-cmark 0.9.2",
Noah Lev7865a852021-10-29 01:19:014639 "rayon",
Guillaume Gomezf467b8d2020-10-13 13:46:344640 "regex",
Rune Tynan67b78a02021-01-25 21:23:434641 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454642 "serde",
4643 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294644 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094645 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304646 "thin-vec",
Joshua Nelson65f0b252020-12-28 18:28:294647 "tracing",
4648 "tracing-subscriber",
4649 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584650]
4651
4652[[package]]
Rune Tynan67b78a02021-01-25 21:23:434653name = "rustdoc-json-types"
4654version = "0.1.0"
4655dependencies = [
4656 "serde",
Rune Tynanca48d152021-03-04 23:45:574657 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434658]
4659
4660[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534661name = "rustdoc-themes"
4662version = "0.1.0"
4663
4664[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584665name = "rustdoc-tool"
4666version = "0.0.0"
4667dependencies = [
Alex Crichton093ede22019-08-15 00:45:094668 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294669]
4670
4671[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154672name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444673version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044674source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444675checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504676dependencies = [
4677 "anyhow",
4678 "log",
4679 "serde",
4680 "serde_json",
4681]
4682
4683[[package]]
topecongiro5a411a62019-06-18 12:15:194684name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114685version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194686dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154687 "proc-macro2",
4688 "quote",
Alex Crichton093ede22019-08-15 00:45:094689 "serde",
Aaron Hill70ba4912020-08-01 14:11:154690 "syn",
topecongiro5a411a62019-06-18 12:15:194691]
4692
4693[[package]]
Alex Crichton1cede102017-06-15 02:33:064694name = "rustfmt-nightly"
Caleb Cartwright993ee002022-06-23 03:16:584695version = "1.5.1"
kennytm0692b3d2017-12-15 19:41:584696dependencies = [
klensy754b5262022-07-31 13:44:064697 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394698 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094699 "bytecount",
Ralf Jungc2df1c22022-07-21 20:04:374700 "cargo_metadata 0.14.0",
Weihang Loc1b4f112022-10-04 20:57:494701 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:094702 "derive-new",
4703 "diff",
4704 "dirs",
Caleb Cartwrightf367f4d2022-06-13 03:04:544705 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094706 "getopts",
4707 "ignore",
pierwillf684acd2022-03-04 17:54:284708 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424709 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094710 "log",
4711 "regex",
Alex Crichton093ede22019-08-15 00:45:094712 "rustc-workspace-hack",
4713 "rustfmt-config_proc_macro",
4714 "serde",
4715 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544716 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394717 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354718 "toml",
Alex Crichton093ede22019-08-15 00:45:094719 "unicode-segmentation",
4720 "unicode-width",
4721 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274722]
4723
4724[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044725name = "rustix"
Luqman Adenffe740f2022-12-09 21:10:184726version = "0.36.5"
Weihang Lo1e5dad02022-11-25 22:37:044727source = "registry+https://github.com/rust-lang/crates.io-index"
Luqman Adenffe740f2022-12-09 21:10:184728checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
Weihang Lo1e5dad02022-11-25 22:37:044729dependencies = [
4730 "bitflags",
4731 "errno",
4732 "io-lifetimes",
4733 "libc",
4734 "linux-raw-sys",
4735 "windows-sys",
4736]
4737
4738[[package]]
flip19950046d7c2021-02-25 10:26:234739name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554740version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234741source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554742checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234743
4744[[package]]
Alex Crichton2863b752018-08-21 17:23:474745name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444746version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474747source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444748checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474749
4750[[package]]
Josh Stone020c5ec2017-05-08 22:01:134751name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444752version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224753source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444754checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224755dependencies = [
Alex Crichton093ede22019-08-15 00:45:094756 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224757]
4758
4759[[package]]
4760name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444761version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224762source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444763checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224764dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424765 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314766 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224767]
4768
4769[[package]]
Alex Crichton453080f2017-06-05 16:36:484770name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524771version = "1.0.0"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094773checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524774
4775[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124776name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444777version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254778source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444779checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254780
4781[[package]]
Eric Huss74498c12020-12-16 17:03:334782name = "security-framework"
4783version = "2.0.0"
4784source = "registry+https://github.com/rust-lang/crates.io-index"
4785checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4786dependencies = [
4787 "bitflags",
4788 "core-foundation",
4789 "core-foundation-sys",
4790 "libc",
4791 "security-framework-sys",
4792]
4793
4794[[package]]
4795name = "security-framework-sys"
4796version = "2.0.0"
4797source = "registry+https://github.com/rust-lang/crates.io-index"
4798checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4799dependencies = [
4800 "core-foundation-sys",
4801 "libc",
4802]
4803
4804[[package]]
David Wood7f916972022-03-26 07:27:434805name = "self_cell"
4806version = "0.10.2"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4809
4810[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584811name = "semver"
Ralf Jungc2df1c22022-07-21 20:04:374812version = "1.0.12"
Eric Huss78529352021-06-02 03:38:394813source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:374814checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
Eric Huss78529352021-06-02 03:38:394815dependencies = [
4816 "serde",
4817]
4818
4819[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584820name = "serde"
Weihang Lo9926f6e2022-10-22 12:05:484821version = "1.0.147"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584822source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:484823checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
Eric Huss57393642018-12-17 18:23:044824dependencies = [
Alex Crichton093ede22019-08-15 00:45:094825 "serde_derive",
Eric Huss57393642018-12-17 18:23:044826]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584827
4828[[package]]
Weihang Lo5095f542022-09-27 16:46:344829name = "serde-value"
4830version = "0.7.0"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
4833dependencies = [
4834 "ordered-float",
4835 "serde",
4836]
4837
4838[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584839name = "serde_derive"
Weihang Lo9926f6e2022-10-22 12:05:484840version = "1.0.147"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584841source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:484842checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584843dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154844 "proc-macro2",
4845 "quote",
4846 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584847]
4848
4849[[package]]
flip199596c3ec12019-08-20 07:32:534850name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444851version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534852source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444853checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534854dependencies = [
4855 "serde",
4856]
4857
4858[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584859name = "serde_json"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:394860version = "1.0.85"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584861source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:394862checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584863dependencies = [
Rune Tynan77156562021-01-16 01:34:154864 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094865 "itoa",
4866 "ryu",
4867 "serde",
Steve Klabnik2795de32017-02-20 00:20:574868]
4869
4870[[package]]
James Munnsde763692019-01-19 02:39:374871name = "sha-1"
pierwillef6dd122022-02-10 16:54:014872version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:064873source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014874checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
Arlo Siemsen3296d5c2020-10-13 15:41:064875dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424876 "cfg-if",
pierwillef6dd122022-02-10 16:54:014877 "cpufeatures",
klensy45fac342022-08-31 20:04:124878 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:064879]
4880
4881[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124882name = "sha2"
pierwillef6dd122022-02-10 16:54:014883version = "0.10.1"
Pietro Albiniacd8e592020-10-01 15:15:124884source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014885checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
Pietro Albiniacd8e592020-10-01 15:15:124886dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424887 "cfg-if",
pierwillef6dd122022-02-10 16:54:014888 "cpufeatures",
klensy45fac342022-08-31 20:04:124889 "digest",
James Munnsde763692019-01-19 02:39:374890]
4891
4892[[package]]
Oliver Schererec7230f2020-07-24 18:42:004893name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004894version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004895source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004896checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004897dependencies = [
4898 "lazy_static",
4899]
4900
4901[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584902name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444903version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584904source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444905checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584906
4907[[package]]
steveklabnik54371882018-01-25 17:32:254908name = "shlex"
Eric Huss788167a2021-02-23 01:05:214909version = "1.0.0"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4912
4913[[package]]
Eric Huss3a6fc802022-04-20 13:50:394914name = "similar"
4915version = "2.1.0"
4916source = "registry+https://github.com/rust-lang/crates.io-index"
4917checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
4918
4919[[package]]
steveklabnikecfbaca2018-04-03 14:32:044920name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154921version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044922source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154923checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044924
4925[[package]]
Eric Hussd5e03532019-05-23 20:27:494926name = "sized-chunks"
klensyd480a3e2021-03-12 13:33:024927version = "0.6.4"
Eric Hussd5e03532019-05-23 20:27:494928source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024929checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
Eric Hussd5e03532019-05-23 20:27:494930dependencies = [
Eric Huss2b985322019-11-25 16:14:074931 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094932 "typenum",
Eric Hussd5e03532019-05-23 20:27:494933]
4934
4935[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434936name = "slab"
4937version = "0.4.2"
4938source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094939checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434940
4941[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014942name = "smallvec"
Nicholas Nethercote7c406612022-06-26 22:48:554943version = "1.8.1"
Ralf Jung90b8d342019-11-04 14:59:094944source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote7c406612022-06-26 22:48:554945checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2"
Ralf Jung90b8d342019-11-04 14:59:094946
4947[[package]]
Josh Triplett574f6be2020-08-20 23:16:304948name = "snap"
4949version = "1.0.1"
4950source = "registry+https://github.com/rust-lang/crates.io-index"
4951checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4952
4953[[package]]
Eric Huss3a6fc802022-04-20 13:50:394954name = "snapbox"
Weihang Lobfce2272022-11-04 23:50:444955version = "0.4.1"
Eric Huss3a6fc802022-04-20 13:50:394956source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:444957checksum = "827c00e91b15e2674d8a5270bae91f898693cbf9561cbb58d8eaa31974597293"
Eric Huss3a6fc802022-04-20 13:50:394958dependencies = [
4959 "concolor",
4960 "content_inspector",
4961 "dunce",
4962 "filetime",
4963 "normalize-line-endings",
4964 "similar",
4965 "snapbox-macros",
4966 "tempfile",
4967 "walkdir",
4968 "yansi",
4969]
4970
4971[[package]]
4972name = "snapbox-macros"
Eric Huss6e4603e2022-08-24 03:58:124973version = "0.3.0"
Eric Huss3a6fc802022-04-20 13:50:394974source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e4603e2022-08-24 03:58:124975checksum = "8a253e6f894cfa440cba00600a249fa90869d8e0ec45ab274a456e043a0ce8f2"
Eric Huss3a6fc802022-04-20 13:50:394976
4977[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154978name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:184979version = "0.4.1"
klensy50c38902021-05-01 11:50:034980source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:184981checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:034982dependencies = [
4983 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314984 "winapi",
klensy50c38902021-05-01 11:50:034985]
4986
4987[[package]]
Pietro Albini13efb202022-11-15 09:19:174988name = "spdx-expression"
4989version = "0.5.2"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
4991checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
4992dependencies = [
4993 "nom",
4994 "serde",
4995 "thiserror",
4996 "tracing",
4997]
4998
4999[[package]]
5000name = "spdx-rs"
5001version = "0.5.1"
5002source = "registry+https://github.com/rust-lang/crates.io-index"
5003checksum = "b3c02f6eb7e7b4100c272f685a9ccaccaab302324e8c7ec3e2ee72340fb29ff3"
5004dependencies = [
5005 "chrono",
5006 "log",
5007 "nom",
5008 "serde",
5009 "spdx-expression",
5010 "strum",
5011 "strum_macros",
5012 "thiserror",
5013 "uuid",
5014]
5015
5016[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455017name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445018version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455019source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445020checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455021
5022[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245023name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:555024version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:245025source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555026checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:245027dependencies = [
5028 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425029 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:245030 "libc",
5031 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315032 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:245033]
5034
5035[[package]]
Eric Huss7758eaf2022-04-28 05:42:545036name = "static_assertions"
5037version = "1.1.0"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5040
5041[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295042name = "std"
5043version = "0.0.0"
5044dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:155045 "addr2line",
Alex Crichton093ede22019-08-15 00:45:095046 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:425047 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095048 "compiler_builtins",
5049 "core",
5050 "dlmalloc",
5051 "fortanix-sgx-abi",
Josh Stonedaa7c142022-07-14 17:13:525052 "hashbrown",
joboet262193e2022-09-06 08:44:055053 "hermit-abi 0.2.6",
Alex Crichton093ede22019-08-15 00:45:095054 "libc",
Michael Howell8e71a132022-11-08 00:13:205055 "miniz_oxide",
Michael Howellcf83a1d2022-11-03 17:10:155056 "object",
Alex Crichton093ede22019-08-15 00:45:095057 "panic_abort",
5058 "panic_unwind",
5059 "profiler_builtins",
Aaron Hill2550d5b2021-03-07 23:39:195060 "rand 0.7.3",
Alex Crichton06d565c2020-05-13 21:22:375061 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:465062 "std_detect",
Alex Crichton093ede22019-08-15 00:45:095063 "unwind",
Harald Hoyer00cbc8d2022-01-21 13:19:135064 "wasi 0.11.0+wasi-snapshot-preview1",
Ahmed Charles9ca382f2016-09-02 08:55:295065]
5066
5067[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:465068name = "std_detect"
5069version = "0.1.5"
5070dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425071 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:465072 "compiler_builtins",
5073 "libc",
5074 "rustc-std-workspace-alloc",
5075 "rustc-std-workspace-core",
5076]
5077
5078[[package]]
steveklabnikecfbaca2018-04-03 14:32:045079name = "string_cache"
klensy947e7872022-04-15 18:11:145080version = "0.8.3"
steveklabnikecfbaca2018-04-03 14:32:045081source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145082checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
steveklabnikecfbaca2018-04-03 14:32:045083dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425084 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095085 "new_debug_unreachable",
Philipp Krones586cbd02022-06-04 12:07:445086 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:095087 "phf_shared",
5088 "precomputed-hash",
5089 "serde",
steveklabnikecfbaca2018-04-03 14:32:045090]
5091
5092[[package]]
5093name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:145094version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045095source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145096checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045097dependencies = [
Alex Crichton093ede22019-08-15 00:45:095098 "phf_generator",
5099 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:155100 "proc-macro2",
5101 "quote",
steveklabnikecfbaca2018-04-03 14:32:045102]
5103
5104[[package]]
Eric Hussd5e03532019-05-23 20:27:495105name = "strip-ansi-escapes"
5106version = "0.1.0"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095108checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:495109dependencies = [
Alex Crichton093ede22019-08-15 00:45:095110 "vte",
Eric Hussd5e03532019-05-23 20:27:495111]
5112
5113[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585114name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:335115version = "0.10.0"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5118
5119[[package]]
Pietro Albini13efb202022-11-15 09:19:175120name = "strum"
5121version = "0.24.1"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5124
5125[[package]]
5126name = "strum_macros"
5127version = "0.24.3"
5128source = "registry+https://github.com/rust-lang/crates.io-index"
5129checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5130dependencies = [
5131 "heck",
5132 "proc-macro2",
5133 "quote",
5134 "rustversion",
5135 "syn",
5136]
5137
5138[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115139name = "syn"
Andres Suareza65ddf02022-10-09 03:25:405140version = "1.0.102"
Igor Matuszewskic2249a42019-09-08 08:28:115141source = "registry+https://github.com/rust-lang/crates.io-index"
Andres Suareza65ddf02022-10-09 03:25:405142checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
Igor Matuszewskic2249a42019-09-08 08:28:115143dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155144 "proc-macro2",
5145 "quote",
Andres Suareza65ddf02022-10-09 03:25:405146 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115147]
5148
5149[[package]]
Alex Crichton325d7392017-12-10 17:42:495150name = "synstructure"
pierwillea25b772021-12-21 17:00:305151version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:235152source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305153checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:235154dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155155 "proc-macro2",
5156 "quote",
5157 "syn",
5158 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:235159]
5160
5161[[package]]
Josh Stone020c5ec2017-05-08 22:01:135162name = "tar"
Eric Huss845faad2022-06-08 18:48:315163version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:135164source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:315165checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:135166dependencies = [
Alex Crichton093ede22019-08-15 00:45:095167 "filetime",
5168 "libc",
Alex Crichton093ede22019-08-15 00:45:095169 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135170]
5171
5172[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555173name = "tempfile"
Ralf Jung55162732022-11-15 19:06:425174version = "3.3.0"
Aleksey Kladov850156a2018-03-29 07:34:555175source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:425176checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
Aleksey Kladov850156a2018-03-29 07:34:555177dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425178 "cfg-if",
Ralf Jung55162732022-11-15 19:06:425179 "fastrand",
Alex Crichton093ede22019-08-15 00:45:095180 "libc",
klensydcdc3082021-05-11 19:03:595181 "redox_syscall",
Alex Crichton093ede22019-08-15 00:45:095182 "remove_dir_all",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315183 "winapi",
Aleksey Kladov850156a2018-03-29 07:34:555184]
5185
5186[[package]]
steveklabnikecfbaca2018-04-03 14:32:045187name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245188version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045189source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245190checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045191dependencies = [
Alex Crichton093ede22019-08-15 00:45:095192 "futf",
5193 "mac",
5194 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045195]
5196
5197[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295198name = "term"
flip19950046d7c2021-02-25 10:26:235199version = "0.7.0"
5200source = "registry+https://github.com/rust-lang/crates.io-index"
5201checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5202dependencies = [
5203 "dirs-next",
5204 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315205 "winapi",
flip19950046d7c2021-02-25 10:26:235206]
5207
5208[[package]]
Alex Crichton1cede102017-06-15 02:33:065209name = "termcolor"
Nilstrieb75b3ee22022-12-30 11:23:055210version = "1.1.3"
Alex Crichtonfa5b3d32018-07-26 00:25:125211source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:055212checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
Alex Crichtonfa5b3d32018-07-26 00:25:125213dependencies = [
Eric Huss89d79062020-07-29 18:02:055214 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125215]
5216
5217[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485218name = "termize"
5219version = "0.1.1"
5220source = "registry+https://github.com/rust-lang/crates.io-index"
5221checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5222dependencies = [
5223 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315224 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485225]
5226
5227[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295228name = "test"
5229version = "0.0.0"
5230dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425231 "cfg-if",
Alex Crichtonb47c9692019-08-16 15:29:085232 "core",
Alex Crichton093ede22019-08-15 00:45:095233 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085234 "libc",
5235 "panic_abort",
5236 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:095237 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:085238 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295239]
5240
5241[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185242name = "tester"
flip19950046d7c2021-02-25 10:26:235243version = "0.9.0"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5246dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425247 "cfg-if",
flip19950046d7c2021-02-25 10:26:235248 "getopts",
5249 "libc",
5250 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:545251 "term",
flip19950046d7c2021-02-25 10:26:235252]
5253
5254[[package]]
steveklabnik4871dba2017-06-27 17:33:325255name = "textwrap"
Arlo Siemsenb59abdc2022-06-17 17:58:515256version = "0.15.0"
Eric Hussbfacc5c2022-01-19 03:14:335257source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenb59abdc2022-06-17 17:58:515258checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
Eric Hussbfacc5c2022-01-19 03:14:335259
5260[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305261name = "thin-vec"
Michael Howell03968a82022-10-11 17:00:015262version = "0.2.9"
Nicholas Nethercoteb38106b2022-08-17 04:22:305263source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Howell03968a82022-10-11 17:00:015264checksum = "ceb05e71730d396f960f8f3901cdb41be2d339b303e9d7d3a07c5ff0536e671b"
Nicholas Nethercoteb38106b2022-08-17 04:22:305265
5266[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305267name = "thiserror"
klensy45fac342022-08-31 20:04:125268version = "1.0.33"
Pietro Albini9beb8f52019-11-26 11:06:305269source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:125270checksum = "3d0a539a918745651435ac7db7a18761589a94cd7e94cd56999f828bf73c8a57"
Pietro Albini9beb8f52019-11-26 11:06:305271dependencies = [
5272 "thiserror-impl",
5273]
5274
5275[[package]]
5276name = "thiserror-impl"
klensy45fac342022-08-31 20:04:125277version = "1.0.33"
Pietro Albini9beb8f52019-11-26 11:06:305278source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:125279checksum = "c251e90f708e16c49a16f4917dc2131e75222b72edfa9cb7f7c58ae56aae0c09"
Pietro Albini9beb8f52019-11-26 11:06:305280dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155281 "proc-macro2",
5282 "quote",
5283 "syn",
Pietro Albini9beb8f52019-11-26 11:06:305284]
5285
5286[[package]]
David Wood2dc1a8a2021-12-03 14:24:055287name = "thorin-dwp"
Josh Stonedaa7c142022-07-14 17:13:525288version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:055289source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonedaa7c142022-07-14 17:13:525290checksum = "e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254"
David Wood2dc1a8a2021-12-03 14:24:055291dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:155292 "gimli",
Josh Stonedaa7c142022-07-14 17:13:525293 "hashbrown",
Michael Howellcf83a1d2022-11-03 17:10:155294 "object",
David Wood2dc1a8a2021-12-03 14:24:055295 "tracing",
5296]
5297
5298[[package]]
Steve Klabnika0769612017-02-07 23:13:575299name = "thread_local"
klensy9f621ae2022-01-24 17:19:215300version = "1.1.4"
Igor Matuszewski8fc4bba2020-02-12 14:47:315301source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215302checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
Igor Matuszewski8fc4bba2020-02-12 14:47:315303dependencies = [
klensy9f621ae2022-01-24 17:19:215304 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315305]
5306
5307[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295308name = "tidy"
5309version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565310dependencies = [
Nilstrieb25c15312022-12-30 10:11:335311 "build_helper",
Ralf Jungc2df1c22022-07-21 20:04:375312 "cargo_metadata 0.14.0",
yukang18511ba2022-11-04 08:56:485313 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:425314 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:255315 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095316 "regex",
Nilstrieb75b3ee22022-12-30 11:23:055317 "termcolor",
Alex Crichton093ede22019-08-15 00:45:095318 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565319]
Ahmed Charles9ca382f2016-09-02 08:55:295320
5321[[package]]
Eric Hussce717472020-08-11 23:49:395322name = "tier-check"
5323version = "0.1.0"
5324
5325[[package]]
Alex Crichton15899b02018-01-25 04:01:425326name = "time"
Mark Rousskov342d9562020-08-17 15:21:445327version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425328source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445329checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425330dependencies = [
Alex Crichton093ede22019-08-15 00:45:095331 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315332 "winapi",
Alex Crichton15899b02018-01-25 04:01:425333]
5334
5335[[package]]
David Wood7f916972022-03-26 07:27:435336name = "tinystr"
Manish Goregaokar288194e2022-10-19 23:24:425337version = "0.7.0"
David Wood7f916972022-03-26 07:27:435338source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425339checksum = "f8aeafdfd935e4a7fe16a91ab711fa52d54df84f9c8f7ca5837a9d1d902ef4c2"
5340dependencies = [
5341 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255342 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425343]
David Wood7f916972022-03-26 07:27:435344
5345[[package]]
Mark Rousskov342d9562020-08-17 15:21:445346name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565347version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445348source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565349checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5350dependencies = [
5351 "tinyvec_macros",
5352]
5353
5354[[package]]
5355name = "tinyvec_macros"
5356version = "0.1.0"
5357source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
Mark Rousskov342d9562020-08-17 15:21:445359
5360[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435361name = "tokio"
klensy9f621ae2022-01-24 17:19:215362version = "1.8.4"
Matthias Krüger696fb8f2019-01-21 15:32:435363source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215364checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
Matthias Krüger696fb8f2019-01-21 15:32:435365dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315366 "autocfg",
Alex Crichton093ede22019-08-15 00:45:095367 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545368 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315369 "pin-project-lite",
Matthias Krüger696fb8f2019-01-21 15:32:435370]
5371
5372[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295373name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475374version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135375source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475376checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135377dependencies = [
Alex Crichton093ede22019-08-15 00:45:095378 "serde",
Eric Hussd2228ca2019-03-29 03:13:135379]
5380
5381[[package]]
Weihang Lo9926f6e2022-10-22 12:05:485382name = "toml_datetime"
5383version = "0.5.0"
Eric Huss7758eaf2022-04-28 05:42:545384source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:485385checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
5386dependencies = [
5387 "serde",
5388]
5389
5390[[package]]
5391name = "toml_edit"
5392version = "0.15.0"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "b1541ba70885967e662f69d31ab3aeca7b1aaecfcd58679590b893e9239c3646"
Eric Huss7758eaf2022-04-28 05:42:545395dependencies = [
5396 "combine",
5397 "indexmap",
5398 "itertools",
Mark Rousskovbf29b3c2022-05-18 16:16:275399 "kstring",
Eric Hussaf8048b2022-01-26 00:24:215400 "serde",
Weihang Lo9926f6e2022-10-22 12:05:485401 "toml_datetime",
Eric Hussaf8048b2022-01-26 00:24:215402]
5403
5404[[package]]
Eric Hussa882fdd2021-12-03 20:25:075405name = "topological-sort"
5406version = "0.1.0"
5407source = "registry+https://github.com/rust-lang/crates.io-index"
5408checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5409
5410[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095411name = "tracing"
Oli Scherera4375cb2022-07-06 12:39:325412version = "0.1.35"
Jack Hueyecb8b9f2020-05-27 05:05:095413source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherera4375cb2022-07-06 12:39:325414checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
Jack Hueyecb8b9f2020-05-27 05:05:095415dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425416 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315417 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095418 "tracing-attributes",
5419 "tracing-core",
5420]
5421
5422[[package]]
5423name = "tracing-attributes"
Oli Scherere8962282022-07-05 08:26:125424version = "0.1.22"
Jack Hueyecb8b9f2020-05-27 05:05:095425source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:125426checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
Jack Hueyecb8b9f2020-05-27 05:05:095427dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155428 "proc-macro2",
5429 "quote",
5430 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095431]
5432
5433[[package]]
5434name = "tracing-core"
Oli Scherere8962282022-07-05 08:26:125435version = "0.1.28"
Jack Hueyecb8b9f2020-05-27 05:05:095436source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:125437checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
Jack Hueyecb8b9f2020-05-27 05:05:095438dependencies = [
Oli Scherere8962282022-07-05 08:26:125439 "once_cell",
5440 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095441]
5442
5443[[package]]
Ralf Jung10430db2022-07-15 14:04:235444name = "tracing-error"
5445version = "0.2.0"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5448dependencies = [
5449 "tracing",
5450 "tracing-subscriber",
5451]
5452
5453[[package]]
Jack Hueyd66452c2020-08-04 22:35:375454name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:005455version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375456source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005457checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:375458dependencies = [
5459 "lazy_static",
5460 "log",
5461 "tracing-core",
5462]
5463
5464[[package]]
Oliver Schererec7230f2020-07-24 18:42:005465name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:305466version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:005467source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305468checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:005469dependencies = [
Joshua Nelsonf94c9262022-11-28 23:10:445470 "ansi_term 0.12.1",
Oliver Schererec7230f2020-07-24 18:42:005471 "lazy_static",
5472 "matchers",
Philipp Krones586cbd02022-06-04 12:07:445473 "parking_lot 0.11.2",
Oliver Schererec7230f2020-07-24 18:42:005474 "regex",
Oliver Schererec7230f2020-07-24 18:42:005475 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295476 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445477 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595478 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005479 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375480 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375481]
5482
5483[[package]]
5484name = "tracing-tree"
pierwillea25b772021-12-21 17:00:305485version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:375486source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305487checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:375488dependencies = [
Joshua Nelsonf94c9262022-11-28 23:10:445489 "ansi_term 0.12.1",
Jack Hueyd66452c2020-08-04 22:35:375490 "atty",
pierwillea25b772021-12-21 17:00:305491 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005492 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375493 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005494]
5495
5496[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005497name = "twox-hash"
5498version = "1.6.3"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5501dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425502 "cfg-if",
Ramon de C Valle65698ae2022-11-22 05:29:005503 "rand 0.8.5",
5504 "static_assertions",
5505]
5506
5507[[package]]
David Wood7f916972022-03-26 07:27:435508name = "type-map"
5509version = "0.4.0"
5510source = "registry+https://github.com/rust-lang/crates.io-index"
5511checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5512dependencies = [
5513 "rustc-hash",
5514]
5515
5516[[package]]
Eric Huss8c20add2018-12-03 01:33:205517name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575518version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205519source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575520checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205521
5522[[package]]
Mark Rousskov064f8882020-01-13 21:40:195523name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445524version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195525source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445526checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195527dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425528 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195529 "regex",
5530]
5531
5532[[package]]
James Munnsde763692019-01-19 02:39:375533name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445534version = "0.1.3"
James Munnsde763692019-01-19 02:39:375535source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445536checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375537
5538[[package]]
Ralf Junga272c452022-05-30 08:17:465539name = "ui_test"
Ralf Jung229e65a2022-12-03 15:30:565540version = "0.5.0"
Ralf Jungf76eac42022-09-01 20:59:055541source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung229e65a2022-12-03 15:30:565542checksum = "54ddb6f31025943e2f9d59237f433711c461a43d9415974c3eb3a4902edc1c1f"
Ralf Junga272c452022-05-30 08:17:465543dependencies = [
Ralf Jung55162732022-11-15 19:06:425544 "bstr 1.0.1",
Ralf Jungc2df1c22022-07-21 20:04:375545 "cargo_metadata 0.15.0",
Ralf Jung10430db2022-07-15 14:04:235546 "color-eyre",
Ralf Junga272c452022-05-30 08:17:465547 "colored",
Ralf Jung55162732022-11-15 19:06:425548 "crossbeam-channel",
Ralf Jungf76eac42022-09-01 20:59:055549 "diff",
Ralf Junga272c452022-05-30 08:17:465550 "lazy_static",
Ralf Junga272c452022-05-30 08:17:465551 "regex",
5552 "rustc_version",
Ralf Jung9f2b69d2022-06-01 13:26:265553 "serde",
5554 "serde_json",
Ralf Jung55162732022-11-15 19:06:425555 "tempfile",
Ralf Junga272c452022-05-30 08:17:465556]
5557
5558[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235559name = "unic-char-property"
5560version = "0.9.0"
5561source = "registry+https://github.com/rust-lang/crates.io-index"
5562checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5563dependencies = [
5564 "unic-char-range",
5565]
5566
5567[[package]]
5568name = "unic-char-range"
5569version = "0.9.0"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5572
5573[[package]]
5574name = "unic-common"
5575version = "0.9.0"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5578
5579[[package]]
5580name = "unic-emoji-char"
5581version = "0.9.0"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5584dependencies = [
5585 "unic-char-property",
5586 "unic-char-range",
5587 "unic-ucd-version",
5588]
5589
5590[[package]]
David Wood7f916972022-03-26 07:27:435591name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425592version = "0.9.1"
David Wood7f916972022-03-26 07:27:435593source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425594checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435595dependencies = [
5596 "unic-langid-impl",
5597 "unic-langid-macros",
5598]
5599
5600[[package]]
5601name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425602version = "0.9.1"
David Wood7f916972022-03-26 07:27:435603source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425604checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435605dependencies = [
5606 "tinystr",
5607]
5608
5609[[package]]
5610name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425611version = "0.9.1"
David Wood7f916972022-03-26 07:27:435612source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425613checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435614dependencies = [
5615 "proc-macro-hack",
5616 "tinystr",
5617 "unic-langid-impl",
5618 "unic-langid-macros-impl",
5619]
5620
5621[[package]]
5622name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425623version = "0.9.1"
David Wood7f916972022-03-26 07:27:435624source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425625checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435626dependencies = [
5627 "proc-macro-hack",
5628 "quote",
5629 "syn",
5630 "unic-langid-impl",
5631]
5632
5633[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235634name = "unic-ucd-version"
5635version = "0.9.0"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5638dependencies = [
5639 "unic-common",
5640]
5641
5642[[package]]
Andy Russell30301642019-04-20 17:03:595643name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405644version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595645source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405646checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595647dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405648 "version_check",
Andy Russell30301642019-04-20 17:03:595649]
5650
5651[[package]]
Mark Rousskov064f8882020-01-13 21:40:195652name = "unicode-bdd"
5653version = "0.1.0"
5654dependencies = [
5655 "ucd-parse",
5656]
5657
5658[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585659name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325660version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585661source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095662checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585663dependencies = [
Alex Crichton093ede22019-08-15 00:45:095664 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585665]
5666
5667[[package]]
Andres Suareza65ddf02022-10-09 03:25:405668name = "unicode-ident"
5669version = "1.0.5"
5670source = "registry+https://github.com/rust-lang/crates.io-index"
5671checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
5672
5673[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585674name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565675version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585676source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565677checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405678dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445679 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405680]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585681
5682[[package]]
Charles Lew485e98a2020-01-02 12:02:225683name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565684version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225685source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565686checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225687
5688[[package]]
5689name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565690version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225691source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565692checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225693dependencies = [
Charles Lewc05961c2020-04-25 01:38:315694 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225695 "unicode-script",
5696]
5697
5698[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585699name = "unicode-segmentation"
Charles Lewa76dcd82022-09-16 17:55:565700version = "1.10.0"
Steve Klabnika0769612017-02-07 23:13:575701source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565702checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
Steve Klabnika0769612017-02-07 23:13:575703
5704[[package]]
5705name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565706version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575707source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565708checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085709dependencies = [
5710 "compiler_builtins",
5711 "rustc-std-workspace-core",
5712 "rustc-std-workspace-std",
5713]
Steve Klabnika0769612017-02-07 23:13:575714
5715[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585716name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565717version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395718source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565719checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395720
5721[[package]]
flip19954c228cc2019-02-18 09:32:585722name = "unicode_categories"
5723version = "0.1.1"
5724source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095725checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585726
5727[[package]]
Michael Howellb29d9d52021-02-24 06:42:425728name = "unified-diff"
5729version = "0.2.1"
5730source = "registry+https://github.com/rust-lang/crates.io-index"
5731checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5732dependencies = [
5733 "diff",
5734]
5735
5736[[package]]
est31c2d59062017-06-12 19:35:475737name = "unstable-book-gen"
5738version = "0.1.0"
5739dependencies = [
Alex Crichton093ede22019-08-15 00:45:095740 "num-traits",
5741 "tidy",
est31c2d59062017-06-12 19:35:475742]
5743
5744[[package]]
Nick Cameron71a0be02017-09-25 04:13:295745name = "unwind"
5746version = "0.0.0"
5747dependencies = [
Alex Crichton093ede22019-08-15 00:45:095748 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425749 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095750 "compiler_builtins",
5751 "core",
5752 "libc",
Nick Cameron71a0be02017-09-25 04:13:295753]
5754
5755[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585756name = "url"
Eric Hussf3287a62021-05-12 00:39:515757version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395758source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515759checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395760dependencies = [
Eric Hussf3287a62021-05-12 00:39:515761 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435762 "idna",
Alex Crichton093ede22019-08-15 00:45:095763 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:435764 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:095765 "serde",
Eric Hussf2428a62019-08-01 00:44:395766]
5767
5768[[package]]
steveklabnikecfbaca2018-04-03 14:32:045769name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445770version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045771source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445772checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045773
5774[[package]]
Eric Hussd5e03532019-05-23 20:27:495775name = "utf8parse"
5776version = "0.1.1"
5777source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095778checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495779
5780[[package]]
Pietro Albini13efb202022-11-15 09:19:175781name = "uuid"
5782version = "0.8.2"
5783source = "registry+https://github.com/rust-lang/crates.io-index"
5784checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
5785dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425786 "getrandom 0.2.8",
Pietro Albini13efb202022-11-15 09:19:175787]
5788
5789[[package]]
Oli Scherere8962282022-07-05 08:26:125790name = "valuable"
5791version = "0.1.0"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5794
5795[[package]]
Alex Crichton1cede102017-06-15 02:33:065796name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445797version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065798source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445799checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065800
5801[[package]]
Alex Crichtonb4110902018-12-08 11:06:545802name = "version_check"
klensydcdc3082021-05-11 19:03:595803version = "0.9.3"
Eric Huss2b985322019-11-25 16:14:075804source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:595805checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
Eric Huss2b985322019-11-25 16:14:075806
5807[[package]]
Eric Hussd5e03532019-05-23 20:27:495808name = "vte"
5809version = "0.3.3"
5810source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095811checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495812dependencies = [
Alex Crichton093ede22019-08-15 00:45:095813 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495814]
5815
5816[[package]]
Josh Stone020c5ec2017-05-08 22:01:135817name = "walkdir"
Eric Huss3a6fc802022-04-20 13:50:395818version = "2.3.2"
Alex Crichton80d6ed22018-01-08 21:56:225819source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss3a6fc802022-04-20 13:50:395820checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Alex Crichton80d6ed22018-01-08 21:56:225821dependencies = [
Alex Crichton093ede22019-08-15 00:45:095822 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315823 "winapi",
Alex Crichton093ede22019-08-15 00:45:095824 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225825]
5826
5827[[package]]
newpavlov6374b842019-08-29 17:13:155828name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255829version = "0.9.0+wasi-snapshot-preview1"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
5831checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
Harald Hoyer00cbc8d2022-01-21 13:19:135832
5833[[package]]
5834name = "wasi"
5835version = "0.11.0+wasi-snapshot-preview1"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155838dependencies = [
5839 "compiler_builtins",
5840 "rustc-std-workspace-alloc",
5841 "rustc-std-workspace-core",
5842]
5843
5844[[package]]
Steve Klabnika0769612017-02-07 23:13:575845name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445846version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225847source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445848checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225849dependencies = [
Alex Crichton093ede22019-08-15 00:45:095850 "winapi-i686-pc-windows-gnu",
5851 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225852]
5853
5854[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225855name = "winapi-i686-pc-windows-gnu"
5856version = "0.4.0"
5857source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095858checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225859
5860[[package]]
Alex Crichton2863b752018-08-21 17:23:475861name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055862version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475863source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055864checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475865dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315866 "winapi",
Alex Crichton2863b752018-08-21 17:23:475867]
5868
5869[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225870name = "winapi-x86_64-pc-windows-gnu"
5871version = "0.4.0"
5872source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095873checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225874
5875[[package]]
Philipp Krones586cbd02022-06-04 12:07:445876name = "windows-sys"
Mateusz Mikuład5899ef2022-11-05 11:19:555877version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445878source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555879checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
Philipp Krones586cbd02022-06-04 12:07:445880dependencies = [
Mateusz Mikuład5899ef2022-11-05 11:19:555881 "windows_aarch64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:355882 "windows_aarch64_msvc",
5883 "windows_i686_gnu",
5884 "windows_i686_msvc",
5885 "windows_x86_64_gnu",
Mateusz Mikuład5899ef2022-11-05 11:19:555886 "windows_x86_64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:355887 "windows_x86_64_msvc",
Philipp Krones586cbd02022-06-04 12:07:445888]
5889
5890[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:555891name = "windows_aarch64_gnullvm"
5892version = "0.42.0"
5893source = "registry+https://github.com/rust-lang/crates.io-index"
5894checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
5895
5896[[package]]
Philipp Krones586cbd02022-06-04 12:07:445897name = "windows_aarch64_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555898version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445899source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555900checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
Philipp Krones586cbd02022-06-04 12:07:445901
5902[[package]]
5903name = "windows_i686_gnu"
Mateusz Mikuład5899ef2022-11-05 11:19:555904version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445905source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555906checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
Philipp Krones586cbd02022-06-04 12:07:445907
5908[[package]]
5909name = "windows_i686_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555910version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445911source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555912checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
Philipp Krones586cbd02022-06-04 12:07:445913
5914[[package]]
5915name = "windows_x86_64_gnu"
Mateusz Mikuład5899ef2022-11-05 11:19:555916version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445917source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555918checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
5919
5920[[package]]
5921name = "windows_x86_64_gnullvm"
5922version = "0.42.0"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
Philipp Krones586cbd02022-06-04 12:07:445925
5926[[package]]
5927name = "windows_x86_64_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555928version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445929source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555930checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
Philipp Krones586cbd02022-06-04 12:07:445931
5932[[package]]
Charles Lewa7750042022-11-06 06:43:255933name = "writeable"
5934version = "0.5.0"
5935source = "registry+https://github.com/rust-lang/crates.io-index"
5936checksum = "f8e6ab4f5da1b24daf2c590cfac801bacb27b15b4f050e84eb60149ea726f06b"
5937
5938[[package]]
Josh Stone020c5ec2017-05-08 22:01:135939name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225940version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135941source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095942checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135943dependencies = [
Alex Crichton093ede22019-08-15 00:45:095944 "libc",
Josh Stone020c5ec2017-05-08 22:01:135945]
5946
5947[[package]]
5948name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445949version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135950source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445951checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135952dependencies = [
Alex Crichton093ede22019-08-15 00:45:095953 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135954]
5955
5956[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305957name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445958version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305959source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445960checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305961dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425962 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305963 "thiserror",
Michael Howell271bad92022-06-18 15:54:005964 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:305965]
5966
5967[[package]]
Josh Stone020c5ec2017-05-08 22:01:135968name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445969version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305970source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445971checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305972dependencies = [
5973 "linked-hash-map",
5974]
Igor Matuszewski2214a412021-05-03 20:59:355975
5976[[package]]
Eric Huss3a6fc802022-04-20 13:50:395977name = "yansi"
5978version = "0.5.1"
5979source = "registry+https://github.com/rust-lang/crates.io-index"
5980checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
5981
5982[[package]]
Igor Matuszewski2214a412021-05-03 20:59:355983name = "yansi-term"
5984version = "0.1.2"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5987dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315988 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:355989]
Charles Lewa7750042022-11-06 06:43:255990
5991[[package]]
5992name = "yoke"
5993version = "0.6.2"
5994source = "registry+https://github.com/rust-lang/crates.io-index"
5995checksum = "1fe1d55ca72c32d573bfbd5cb2f0ca65a497854c44762957a6d3da96041a5184"
5996dependencies = [
5997 "serde",
5998 "stable_deref_trait",
5999 "yoke-derive",
6000 "zerofrom",
6001]
6002
6003[[package]]
6004name = "yoke-derive"
6005version = "0.6.1"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "1346e4cd025ae818b88566eac7eb65ab33a994ea55f355c86889af2e7e56b14e"
6008dependencies = [
6009 "proc-macro2",
6010 "quote",
6011 "syn",
6012 "synstructure",
6013]
6014
6015[[package]]
6016name = "zerofrom"
6017version = "0.1.1"
6018source = "registry+https://github.com/rust-lang/crates.io-index"
6019checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54"
6020dependencies = [
6021 "zerofrom-derive",
6022]
6023
6024[[package]]
6025name = "zerofrom-derive"
6026version = "0.1.1"
6027source = "registry+https://github.com/rust-lang/crates.io-index"
6028checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829"
6029dependencies = [
6030 "proc-macro2",
6031 "quote",
6032 "syn",
6033 "synstructure",
6034]
6035
6036[[package]]
6037name = "zerovec"
6038version = "0.9.0"
6039source = "registry+https://github.com/rust-lang/crates.io-index"
6040checksum = "b9d919a74c17749ccb17beaf6405562e413cd94e98ba52ca1e64bbe7eefbd8b8"
6041dependencies = [
6042 "yoke",
6043 "zerofrom",
6044 "zerovec-derive",
6045]
6046
6047[[package]]
6048name = "zerovec-derive"
6049version = "0.9.0"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "490e5f878c2856225e884c35927e7ea6db3c24cdb7229b72542c7526ad7ed49e"
6052dependencies = [
6053 "proc-macro2",
6054 "quote",
6055 "syn",
6056 "synstructure",
6057]