blob: dbff82cf536082b7d3cf455242193a584d88dd69 [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 = [
33 "getrandom 0.2.0",
34 "once_cell",
35 "version_check",
36]
37
38[[package]]
Steve Klabnika0769612017-02-07 23:13:5739name = "aho-corasick"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4140version = "0.7.18"
Eric Huss6a09cfa2019-05-16 05:27:3941source = "registry+https://github.com/rust-lang/crates.io-index"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4142checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
Eric Huss6a09cfa2019-05-16 05:27:3943dependencies = [
Alex Crichton093ede22019-08-15 00:45:0944 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3945]
46
47[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2948name = "alloc"
49version = "0.0.0"
50dependencies = [
Alex Crichton093ede22019-08-15 00:45:0951 "compiler_builtins",
52 "core",
Aaron Hill2550d5b2021-03-07 23:39:1953 "rand 0.7.3",
Aaron Hill70ba4912020-08-01 14:11:1554 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2955]
56
57[[package]]
steveklabnikecfbaca2018-04-03 14:32:0458name = "ammonia"
klensy947e7872022-04-15 18:11:1459version = "3.2.0"
Eric Huss2dafa912019-06-19 03:36:4760source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:1461checksum = "d5ed2509ee88cc023cccee37a6fab35826830fe8b748b3869790e7720c2c4a74"
Eric Huss2dafa912019-06-19 03:36:4762dependencies = [
Alex Crichton093ede22019-08-15 00:45:0963 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0964 "maplit",
klensy947e7872022-04-15 18:11:1465 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0966 "tendril",
Eric 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"
Oliver Schererec7230f2020-07-24 18:42:0082version = "0.12.1"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
85dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:3186 "winapi",
Oliver Schererec7230f2020-07-24 18:42:0087]
88
89[[package]]
Eric Huss6da85d62020-01-14 17:47:0490name = "anyhow"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:3991version = "1.0.65"
Eric Huss6da85d62020-01-14 17:47:0492source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:3993checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
Eric Huss6da85d62020-01-14 17:47:0494
95[[package]]
bjorn3be670842022-05-28 10:43:5196name = "ar_archive_writer"
97version = "0.1.1"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "276881980556fdadeb88aa1ffc667e4d2e8fe72531dfabcb7a82bb3c9ea9ba31"
100dependencies = [
101 "object",
102]
103
104[[package]]
Rune Tynan77156562021-01-16 01:34:15105name = "array_tool"
106version = "1.0.3"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
109
110[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54111name = "arrayvec"
Jubilee Younge8eb6912021-04-22 04:40:29112version = "0.7.0"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
Nicholas Nethercotec492ca42020-07-14 00:31:54115
116[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46117name = "askama"
118version = "0.11.0"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "4d8f355701c672c2ba3d718acbd213f740beea577cc4eae66accdffe15be1882"
121dependencies = [
122 "askama_derive",
123 "askama_escape",
124 "askama_shared",
125]
126
127[[package]]
128name = "askama_derive"
129version = "0.11.0"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "84704cab5b7ae0fd3a9f78ee5eb7b27f3749df445f04623db6633459ae283267"
132dependencies = [
133 "askama_shared",
134 "proc-macro2",
135 "syn",
136]
137
138[[package]]
139name = "askama_escape"
140version = "0.10.2"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5"
143
144[[package]]
145name = "askama_shared"
146version = "0.12.0"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "dae03eebba55a2697a376e58b573a29fe36893157173ac8df312ad85f3c0e012"
149dependencies = [
150 "askama_escape",
151 "nom",
152 "proc-macro2",
153 "quote",
Guillaume Gomez48f5dca2022-01-17 16:36:39154 "serde",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46155 "syn",
Guillaume Gomez48f5dca2022-01-17 16:36:39156 "toml",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46157]
158
159[[package]]
Alex Crichton1cede102017-06-15 02:33:06160name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21161version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13162source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21163checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13164dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:07165 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:09166 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31167 "winapi",
Alex Crichton1cede102017-06-15 02:33:06168]
169
170[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05171name = "autocfg"
Jon Gjengsetb83a48d2022-03-01 17:45:23172version = "1.1.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35173source = "registry+https://github.com/rust-lang/crates.io-index"
Jon Gjengsetb83a48d2022-03-01 17:45:23174checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Mateusz Mikułaf5e702d2020-03-26 13:10:35175
176[[package]]
Ralf Jung10430db2022-07-15 14:04:23177name = "backtrace"
178version = "0.3.66"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
181dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:15182 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23183 "cc",
184 "cfg-if 1.0.0",
185 "libc",
Michael Howell8e71a132022-11-08 00:13:20186 "miniz_oxide",
Michael Howellcf83a1d2022-11-03 17:10:15187 "object",
Ralf Jung10430db2022-07-15 14:04:23188 "rustc-demangle",
189]
190
191[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58192name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20193version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01194source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20195checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01196
197[[package]]
Eric Huss2b985322019-11-25 16:14:07198name = "bitmaps"
Mark Rousskov342d9562020-08-17 15:21:44199version = "2.1.0"
Eric Huss2b985322019-11-25 16:14:07200source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44201checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
Eric Huss2b985322019-11-25 16:14:07202dependencies = [
203 "typenum",
204]
205
206[[package]]
James Munnsde763692019-01-19 02:39:37207name = "block-buffer"
pierwillef6dd122022-02-10 16:54:01208version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:12209source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:01210checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
Pietro Albiniacd8e592020-10-01 15:15:12211dependencies = [
klensy45fac342022-08-31 20:04:12212 "generic-array",
James Munnsde763692019-01-19 02:39:37213]
214
215[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39216name = "bstr"
klensy43512e62022-07-26 16:16:43217version = "0.2.17"
Eric Huss6a09cfa2019-05-16 05:27:39218source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43219checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
Eric Huss6a09cfa2019-05-16 05:27:39220dependencies = [
Eric Hussfaa64612021-06-22 23:19:24221 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09222 "memchr",
Charles Lewa7750042022-11-06 06:43:25223 "regex-automata 0.1.10",
Eric Huss6a09cfa2019-05-16 05:27:39224]
225
226[[package]]
Ralf Jung55162732022-11-15 19:06:42227name = "bstr"
228version = "1.0.1"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd"
231dependencies = [
232 "memchr",
233 "once_cell",
Manish Goregaokar2721e402022-11-18 22:46:52234 "regex-automata 0.1.10",
Ralf Jung55162732022-11-15 19:06:42235 "serde",
236]
237
238[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04239name = "build-manifest"
240version = "0.1.0"
241dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01242 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40243 "flate2",
Pietro Albiniacd8e592020-10-01 15:15:12244 "hex 0.4.2",
245 "rayon",
Alex Crichton093ede22019-08-15 00:45:09246 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07247 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12248 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40249 "tar",
Eric Huss7d92cf42019-08-20 17:46:35250 "toml",
Alex Crichton9e8785f2017-01-24 22:37:04251]
252
253[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03254name = "bump-stage0"
255version = "0.1.0"
256dependencies = [
257 "anyhow",
258 "curl",
Pietro Albiniea8b1ff2021-08-26 10:35:32259 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03260 "serde",
261 "serde_json",
262 "toml",
263]
264
265[[package]]
Alex Crichton4f661c02018-10-08 17:39:09266name = "bytecount"
Yuki Okushi2b0e27e2021-03-17 20:34:05267version = "0.6.2"
Alex Crichton4f661c02018-10-08 17:39:09268source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:05269checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
Alex Crichton4f661c02018-10-08 17:39:09270dependencies = [
Yuki Okushi2b0e27e2021-03-17 20:34:05271 "packed_simd_2",
Alex Crichton4f661c02018-10-08 17:39:09272]
273
274[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43275name = "bytes"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31276version = "1.0.1"
Matthias Krüger696fb8f2019-01-21 15:32:43277source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31278checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
Matthias Krüger696fb8f2019-01-21 15:32:43279
280[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53281name = "bytesize"
Mark Rousskov342d9562020-08-17 15:21:44282version = "1.0.1"
Alex Crichton8ccf1122018-09-20 21:37:53283source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44284checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
Alex Crichton8ccf1122018-09-20 21:37:53285
286[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20287name = "camino"
Ralf Jungc2df1c22022-07-21 20:04:37288version = "1.0.9"
Caleb Cartwright0697f562021-10-20 05:15:20289source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:37290checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"
Caleb Cartwright0697f562021-10-20 05:15:20291dependencies = [
292 "serde",
293]
294
295[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58296name = "cargo"
Weihang Lo934c4142022-11-11 22:07:29297version = "0.68.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58298dependencies = [
Eric Huss6da85d62020-01-14 17:47:04299 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09300 "bytesize",
Caleb Cartwright0697f562021-10-20 05:15:20301 "cargo-platform 0.1.2",
Alex Crichton093ede22019-08-15 00:45:09302 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40303 "cargo-test-support",
Eric Hussea194b82021-03-26 19:29:08304 "cargo-util",
Weihang Lo40bb4b72022-10-14 08:58:48305 "clap 4.0.15",
Alex Crichton093ede22019-08-15 00:45:09306 "crates-io",
Alex Crichton093ede22019-08-15 00:45:09307 "curl",
308 "curl-sys",
Weihang Lo1e5dad02022-11-25 22:37:04309 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:09310 "filetime",
311 "flate2",
Alex Crichton093ede22019-08-15 00:45:09312 "fwdansi",
313 "git2",
314 "git2-curl",
315 "glob",
Mark Rousskov342d9562020-08-17 15:21:44316 "hex 0.4.2",
Igor Matuszewskic2249a42019-09-08 08:28:11317 "home",
Weihang Lo35f89622022-11-18 21:35:07318 "http-auth",
Mark Rousskov342d9562020-08-17 15:21:44319 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09320 "ignore",
321 "im-rc",
Eric Huss3a6fc802022-04-20 13:50:39322 "indexmap",
Weihang Lo1e5dad02022-11-25 22:37:04323 "is-terminal",
pierwillf684acd2022-03-04 17:54:28324 "itertools",
Alex Crichton093ede22019-08-15 00:45:09325 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42326 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09327 "lazycell",
328 "libc",
329 "libgit2-sys",
330 "log",
331 "memchr",
flip199544cea512021-07-01 16:18:02332 "opener",
Alex Crichton093ede22019-08-15 00:45:09333 "openssl",
Eric Huss94015472021-10-12 04:48:27334 "os_info",
Eric Huss4b4a5142022-04-14 01:02:32335 "pathdiff",
Eric Huss4a7e2fb2022-08-21 04:19:43336 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:09337 "pretty_env_logger",
Alex Crichton093ede22019-08-15 00:45:09338 "rustc-workspace-hack",
Philipp Krones586cbd02022-06-04 12:07:44339 "rustfix",
Weihang Lo5095f542022-09-27 16:46:34340 "same-file",
klensy8ebc73b2022-02-06 20:57:29341 "semver",
Alex Crichton093ede22019-08-15 00:45:09342 "serde",
Weihang Lo5095f542022-09-27 16:46:34343 "serde-value",
Igor Matuszewskic2249a42019-09-08 08:28:11344 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09345 "serde_json",
Eric Husscb969e82021-04-01 00:45:03346 "shell-escape",
Eric Huss3a6fc802022-04-20 13:50:39347 "snapbox",
Alex Crichton093ede22019-08-15 00:45:09348 "strip-ansi-escapes",
349 "tar",
350 "tempfile",
351 "termcolor",
Mark Rousskovbf29b3c2022-05-18 16:16:27352 "toml_edit",
Alex Crichton093ede22019-08-15 00:45:09353 "unicode-width",
Aaron Hill70ba4912020-08-01 14:11:15354 "unicode-xid",
Eric Huss4a7e2fb2022-08-21 04:19:43355 "url",
Alex Crichton093ede22019-08-15 00:45:09356 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31357 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58358]
359
360[[package]]
Eric Huss74498c12020-12-16 17:03:33361name = "cargo-credential"
Weihang Lo35f89622022-11-18 21:35:07362version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33363
364[[package]]
365name = "cargo-credential-1password"
Weihang Lo35f89622022-11-18 21:35:07366version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33367dependencies = [
368 "cargo-credential",
369 "serde",
370 "serde_json",
371]
372
373[[package]]
374name = "cargo-credential-macos-keychain"
Weihang Lo35f89622022-11-18 21:35:07375version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33376dependencies = [
377 "cargo-credential",
378 "security-framework",
379]
380
381[[package]]
382name = "cargo-credential-wincred"
Weihang Lo35f89622022-11-18 21:35:07383version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33384dependencies = [
385 "cargo-credential",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31386 "winapi",
Eric Huss74498c12020-12-16 17:03:33387]
388
389[[package]]
Ralf Jung759e4952020-06-01 18:17:20390name = "cargo-miri"
391version = "0.1.0"
392dependencies = [
Ralf Jung3ba055f2022-08-10 18:17:48393 "cargo_metadata 0.15.0",
Ralf Jung759e4952020-06-01 18:17:20394 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57395 "rustc-build-sysroot",
Ralf Jung759e4952020-06-01 18:17:20396 "rustc-workspace-hack",
Philipp Kronesdb490d02022-10-06 07:45:08397 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22398 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20399 "serde",
400 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20401]
402
403[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56404name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56405version = "0.1.2"
Alex Crichton5c5e3fa2019-09-24 18:06:56406dependencies = [
407 "serde",
408]
409
410[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20411name = "cargo-platform"
412version = "0.1.2"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
415dependencies = [
416 "serde",
417]
418
419[[package]]
Eric Hussaedb74b2019-06-12 14:37:30420name = "cargo-test-macro"
421version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30422
423[[package]]
Aaron Hilld440e132019-09-16 18:45:40424name = "cargo-test-support"
425version = "0.1.0"
426dependencies = [
Eric Hussea194b82021-03-26 19:29:08427 "anyhow",
Aaron Hilld440e132019-09-16 18:45:40428 "cargo-test-macro",
Eric Hussea194b82021-03-26 19:29:08429 "cargo-util",
Weihang Lo5095f542022-09-27 16:46:34430 "crates-io",
Aaron Hilld440e132019-09-16 18:45:40431 "filetime",
432 "flate2",
433 "git2",
434 "glob",
pierwillf684acd2022-03-04 17:54:28435 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:42436 "lazy_static",
Aaron Hilld440e132019-09-16 18:45:40437 "serde_json",
Eric Huss22326c52022-05-04 05:48:05438 "snapbox",
Aaron Hilld440e132019-09-16 18:45:40439 "tar",
Eric Hussfaa64612021-06-22 23:19:24440 "termcolor",
Mark Rousskovbf29b3c2022-05-18 16:16:27441 "toml_edit",
Eric Huss4a7e2fb2022-08-21 04:19:43442 "url",
Eric Huss0a31aa22022-08-10 11:07:57443 "winapi",
Aaron Hilld440e132019-09-16 18:45:40444]
445
446[[package]]
Eric Hussea194b82021-03-26 19:29:08447name = "cargo-util"
Weihang Lode53bd32022-11-16 00:10:54448version = "0.2.3"
Eric Hussea194b82021-03-26 19:29:08449dependencies = [
450 "anyhow",
451 "core-foundation",
452 "crypto-hash",
453 "filetime",
454 "hex 0.4.2",
455 "jobserver",
456 "libc",
457 "log",
Weihang Lo8a808dc2022-11-23 01:01:35458 "miow 0.5.0",
Eric Hussea194b82021-03-26 19:29:08459 "same-file",
460 "shell-escape",
461 "tempfile",
462 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31463 "winapi",
Eric Hussea194b82021-03-26 19:29:08464]
465
466[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29467name = "cargo_metadata"
Caleb Cartwright0697f562021-10-20 05:15:20468version = "0.14.0"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
471dependencies = [
472 "camino",
473 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
klensy8ebc73b2022-02-06 20:57:29474 "semver",
Caleb Cartwright0697f562021-10-20 05:15:20475 "serde",
476 "serde_json",
477]
478
479[[package]]
Ralf Jungc2df1c22022-07-21 20:04:37480name = "cargo_metadata"
481version = "0.15.0"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "3abb7553d5b9b8421c6de7cb02606ff15e0c6eea7d8eadd75ef013fd636bec36"
484dependencies = [
485 "camino",
486 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
487 "semver",
488 "serde",
489 "serde_json",
490]
491
492[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26493name = "cargotest2"
494version = "0.1.0"
495
496[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35497name = "cc"
Tom Parker-Shemilt18129b62022-11-09 21:52:10498version = "1.0.76"
Nick Cameronc5cad5a2017-09-22 01:58:35499source = "registry+https://github.com/rust-lang/crates.io-index"
Tom Parker-Shemilt18129b62022-11-09 21:52:10500checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
Eric Hussa9023832019-11-09 19:59:53501dependencies = [
502 "jobserver",
Eric Hussa9023832019-11-09 19:59:53503]
Nick Cameronc5cad5a2017-09-22 01:58:35504
505[[package]]
Josh Stone020c5ec2017-05-08 22:01:13506name = "cfg-if"
Alex Crichtonaabf4e92020-01-08 15:33:57507version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:13508source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57509checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Josh Stone020c5ec2017-05-08 22:01:13510
511[[package]]
Aaron Hill44fdfd62020-10-11 17:51:07512name = "cfg-if"
513version = "1.0.0"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03516dependencies = [
517 "compiler_builtins",
518 "rustc-std-workspace-core",
519]
Aaron Hill44fdfd62020-10-11 17:51:07520
521[[package]]
Jack Hueya24df5b2020-03-03 16:25:03522name = "chalk-derive"
Michael Goulet6de5f622022-11-13 19:29:38523version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03524source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38525checksum = "d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb"
Jack Hueya24df5b2020-03-03 16:25:03526dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15527 "proc-macro2",
528 "quote",
529 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16530 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03531]
532
533[[package]]
534name = "chalk-engine"
Michael Goulet6de5f622022-11-13 19:29:38535version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03536source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38537checksum = "7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f"
Jack Hueya24df5b2020-03-03 16:25:03538dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19539 "chalk-derive",
540 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37541 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03542 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09543 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03544]
545
546[[package]]
547name = "chalk-ir"
Michael Goulet6de5f622022-11-13 19:29:38548version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03549source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38550checksum = "43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838"
Jack Hueya24df5b2020-03-03 16:25:03551dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31552 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03553 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42554 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03555]
556
557[[package]]
Jack Hueya24df5b2020-03-03 16:25:03558name = "chalk-solve"
Michael Goulet6de5f622022-11-13 19:29:38559version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03560source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38561checksum = "61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4"
Jack Hueya24df5b2020-03-03 16:25:03562dependencies = [
563 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03564 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09565 "ena",
pierwill8d27c282022-01-19 19:44:43566 "indexmap",
pierwillf684acd2022-03-04 17:54:28567 "itertools",
Jack Hueya24df5b2020-03-03 16:25:03568 "petgraph",
569 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09570 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37571 "tracing-subscriber",
572 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03573]
574
575[[package]]
Alex Crichton15899b02018-01-25 04:01:42576name = "chrono"
Tomasz Miąsko2abe7c82021-02-28 00:00:00577version = "0.4.19"
Alex Crichton15899b02018-01-25 04:01:42578source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:00579checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
Alex Crichton15899b02018-01-25 04:01:42580dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:00581 "libc",
Alex Crichton093ede22019-08-15 00:45:09582 "num-integer",
583 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17584 "serde",
Alex Crichton093ede22019-08-15 00:45:09585 "time",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31586 "winapi",
Alex Crichton15899b02018-01-25 04:01:42587]
588
589[[package]]
Steve Klabnika0769612017-02-07 23:13:57590name = "clap"
Weihang Lo11e66e12022-09-05 17:34:53591version = "3.2.20"
Eric Hussbfacc5c2022-01-19 03:14:33592source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo11e66e12022-09-05 17:34:53593checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
Eric Hussbfacc5c2022-01-19 03:14:33594dependencies = [
595 "atty",
596 "bitflags",
Caleb Cartwrightf367f4d2022-06-13 03:04:54597 "clap_derive",
Weihang Loc1b4f112022-10-04 20:57:49598 "clap_lex 0.2.2",
Eric Hussbfacc5c2022-01-19 03:14:33599 "indexmap",
Arlo Siemsenb59abdc2022-06-17 17:58:51600 "once_cell",
Michael Howell4a7b7732022-06-20 18:41:56601 "strsim",
Eric Hussbfacc5c2022-01-19 03:14:33602 "termcolor",
Michael Howell4a7b7732022-06-20 18:41:56603 "textwrap",
Eric Hussbfacc5c2022-01-19 03:14:33604]
605
606[[package]]
Weihang Loc1b4f112022-10-04 20:57:49607name = "clap"
Weihang Lo40bb4b72022-10-14 08:58:48608version = "4.0.15"
Weihang Loc1b4f112022-10-04 20:57:49609source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo40bb4b72022-10-14 08:58:48610checksum = "6bf8832993da70a4c6d13c581f4463c2bdda27b9bf1c5498dc4365543abe6d6f"
Weihang Loc1b4f112022-10-04 20:57:49611dependencies = [
612 "atty",
613 "bitflags",
614 "clap_lex 0.3.0",
615 "strsim",
616 "termcolor",
617]
618
619[[package]]
Eric Huss51814222022-04-15 18:57:06620name = "clap_complete"
621version = "3.1.1"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
624dependencies = [
Weihang Loc1b4f112022-10-04 20:57:49625 "clap 3.2.20",
Eric Huss51814222022-04-15 18:57:06626]
627
628[[package]]
Caleb Cartwrightf367f4d2022-06-13 03:04:54629name = "clap_derive"
Weihang Lo11e66e12022-09-05 17:34:53630version = "3.2.18"
Caleb Cartwrightf367f4d2022-06-13 03:04:54631source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo11e66e12022-09-05 17:34:53632checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
Caleb Cartwrightf367f4d2022-06-13 03:04:54633dependencies = [
Eric Huss821e9d52022-07-18 21:41:10634 "heck",
Caleb Cartwrightf367f4d2022-06-13 03:04:54635 "proc-macro-error",
636 "proc-macro2",
637 "quote",
638 "syn",
639]
640
641[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51642name = "clap_lex"
643version = "0.2.2"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613"
646dependencies = [
647 "os_str_bytes",
648]
649
650[[package]]
Weihang Loc1b4f112022-10-04 20:57:49651name = "clap_lex"
652version = "0.3.0"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
655dependencies = [
656 "os_str_bytes",
657]
658
659[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29660name = "clippy"
Philipp Kronesd4077782022-11-21 19:52:06661version = "0.1.67"
Ahmed Charles9ca382f2016-09-02 08:55:29662dependencies = [
Alex Crichton093ede22019-08-15 00:45:09663 "clippy_lints",
flip1995fe247b42021-09-08 14:32:16664 "clippy_utils",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41665 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09666 "derive-new",
flip1995647f2b42021-06-03 07:06:49667 "filetime",
Eric Huss4a7e2fb2022-08-21 04:19:43668 "futures",
flip1995fe247b42021-09-08 14:32:16669 "if_chain",
pierwillf684acd2022-03-04 17:54:28670 "itertools",
Philipp Krones586cbd02022-06-04 12:07:44671 "parking_lot 0.12.1",
flip19950f1ff452021-03-25 18:29:39672 "quote",
flip1995412ebc32021-03-12 14:31:11673 "regex",
flip1995706fa542022-03-14 11:03:16674 "rustc-semver",
Alex Crichton093ede22019-08-15 00:45:09675 "rustc-workspace-hack",
Philipp Kronesdb490d02022-10-06 07:45:08676 "rustc_tools_util",
klensy8ebc73b2022-02-06 20:57:29677 "semver",
Alex Crichton093ede22019-08-15 00:45:09678 "serde",
flip19950f1ff452021-03-25 18:29:39679 "syn",
Matthias Krügerf77104b2019-12-02 22:09:48680 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00681 "termize",
Ralf Jungbf11b122021-04-06 11:20:48682 "tester",
flip1995159d6c32022-01-13 12:18:51683 "tokio",
Philipp Krones5fead7a2022-06-30 09:35:55684 "toml",
Philipp Kronesd6732192022-07-28 17:08:41685 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29686]
687
688[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49689name = "clippy_dev"
690version = "0.0.1"
691dependencies = [
flip1995463c7602022-05-05 14:13:10692 "aho-corasick",
Weihang Loc1b4f112022-10-04 20:57:49693 "clap 3.2.20",
flip19958d5f69d2021-10-21 11:13:17694 "indoc",
pierwillf684acd2022-03-04 17:54:28695 "itertools",
flip199544cea512021-07-01 16:18:02696 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49697 "shell-escape",
698 "walkdir",
699]
700
701[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29702name = "clippy_lints"
Philipp Kronesd4077782022-11-21 19:52:06703version = "0.1.67"
Oliver Schneider847bb142018-05-11 12:11:06704dependencies = [
Ralf Jungc2df1c22022-07-21 20:04:37705 "cargo_metadata 0.14.0",
flip19950046d7c2021-02-25 10:26:23706 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06707 "declare_clippy_lint",
Alex Crichton093ede22019-08-15 00:45:09708 "if_chain",
pierwillf684acd2022-03-04 17:54:28709 "itertools",
Guillaume Gomez80b26bd2022-01-19 10:02:24710 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:09711 "quine-mc_cluskey",
712 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59713 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29714 "semver",
Alex Crichton093ede22019-08-15 00:45:09715 "serde",
flip1995c24058b2021-05-06 10:21:46716 "serde_json",
flip199537cdd7e2022-06-16 15:39:29717 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:35718 "toml",
Alex Crichton093ede22019-08-15 00:45:09719 "unicode-normalization",
flip199544cea512021-07-01 16:18:02720 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43721 "url",
Oliver Schneider847bb142018-05-11 12:11:06722]
723
724[[package]]
flip19950046d7c2021-02-25 10:26:23725name = "clippy_utils"
Philipp Kronesd4077782022-11-21 19:52:06726version = "0.1.67"
flip19950046d7c2021-02-25 10:26:23727dependencies = [
flip1995159d6c32022-01-13 12:18:51728 "arrayvec",
flip19950046d7c2021-02-25 10:26:23729 "if_chain",
Jason Newcomb9a677672022-08-31 13:24:45730 "itertools",
flip19950046d7c2021-02-25 10:26:23731 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23732]
733
734[[package]]
Pietro Albini13efb202022-11-15 09:19:17735name = "collect-license-metadata"
736version = "0.1.0"
737dependencies = [
738 "anyhow",
739 "serde",
740 "serde_json",
741 "spdx-rs",
742]
743
744[[package]]
Ralf Jung10430db2022-07-15 14:04:23745name = "color-eyre"
746version = "0.6.2"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
749dependencies = [
750 "backtrace",
751 "color-spantrace",
752 "eyre",
753 "indenter",
754 "once_cell",
755 "owo-colors",
756 "tracing-error",
757]
758
759[[package]]
760name = "color-spantrace"
761version = "0.2.0"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
764dependencies = [
765 "once_cell",
766 "owo-colors",
767 "tracing-core",
768 "tracing-error",
769]
770
771[[package]]
Nick Cameron127f9a62018-04-25 22:11:28772name = "colored"
Ralf Jung0e908752020-09-17 18:04:20773version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28774source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20775checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28776dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42777 "atty",
778 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31779 "winapi",
Nick Cameron127f9a62018-04-25 22:11:28780]
781
782[[package]]
Eric Hussaf8048b2022-01-26 00:24:21783name = "combine"
klensy45fac342022-08-31 20:04:12784version = "4.6.6"
Eric Hussaf8048b2022-01-26 00:24:21785source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:12786checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
Eric Hussaf8048b2022-01-26 00:24:21787dependencies = [
788 "bytes",
789 "memchr",
790]
791
792[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29793name = "commoncrypto"
794version = "0.2.0"
795source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09796checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29797dependencies = [
Alex Crichton093ede22019-08-15 00:45:09798 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29799]
800
801[[package]]
802name = "commoncrypto-sys"
803version = "0.2.0"
804source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09805checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29806dependencies = [
Alex Crichton093ede22019-08-15 00:45:09807 "libc",
Murarth64842582017-06-17 19:01:18808]
809
810[[package]]
Alex Crichton147e2da2016-10-07 06:30:38811name = "compiler_builtins"
Martin Kröning6324e5c2022-12-08 14:34:46812version = "0.1.85"
Alex Crichton4c21a3b2018-11-20 05:52:50813source = "registry+https://github.com/rust-lang/crates.io-index"
Martin Kröning6324e5c2022-12-08 14:34:46814checksum = "13e81c6cd7ab79f51a0c927d22858d61ad12bd0b3865f0b13ece02a4486aeabb"
Alex Crichton147e2da2016-10-07 06:30:38815dependencies = [
Alex Crichton093ede22019-08-15 00:45:09816 "cc",
817 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38818]
819
820[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29821name = "compiletest"
822version = "0.0.0"
823dependencies = [
Michael Howellb29d9d52021-02-24 06:42:42824 "colored",
Alex Crichton093ede22019-08-15 00:45:09825 "diff",
Alex Crichton093ede22019-08-15 00:45:09826 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21827 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42828 "lazy_static",
Eric Hussfab89962022-08-08 04:26:13829 "lazycell",
Alex Crichton093ede22019-08-15 00:45:09830 "libc",
Weihang Lobfce2272022-11-04 23:50:44831 "miow 0.3.7",
Jakob Degen17395b42022-10-31 00:17:25832 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:09833 "regex",
Philipp Krones586cbd02022-06-04 12:07:44834 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09835 "serde",
836 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00837 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00838 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42839 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09840 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31841 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29842]
843
844[[package]]
845name = "compiletest_rs"
Philipp Kronesdb490d02022-10-06 07:45:08846version = "0.9.0"
hyd-deve671c352021-09-06 16:43:27847source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesdb490d02022-10-06 07:45:08848checksum = "70489bbb718aea4f92e5f48f2e3b5be670c2051de30e57cb6e5377b4aa08b372"
hyd-deve671c352021-09-06 16:43:27849dependencies = [
850 "diff",
851 "filetime",
852 "getopts",
853 "lazy_static",
854 "libc",
855 "log",
Weihang Lobfce2272022-11-04 23:50:44856 "miow 0.3.7",
hyd-deve671c352021-09-06 16:43:27857 "regex",
Philipp Krones586cbd02022-06-04 12:07:44858 "rustfix",
hyd-deve671c352021-09-06 16:43:27859 "serde",
860 "serde_derive",
861 "serde_json",
862 "tempfile",
863 "tester",
864 "winapi",
865]
866
867[[package]]
Eric Huss3a6fc802022-04-20 13:50:39868name = "concolor"
Weihang Lobfce2272022-11-04 23:50:44869version = "0.0.9"
Eric Huss3a6fc802022-04-20 13:50:39870source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44871checksum = "b90f9dcd9490a97db91a85ccd79e38a87e14323f0bb824659ee3274e9143ba37"
Eric Huss3a6fc802022-04-20 13:50:39872dependencies = [
873 "atty",
874 "bitflags",
875 "concolor-query",
876]
877
878[[package]]
879name = "concolor-query"
Weihang Lobfce2272022-11-04 23:50:44880version = "0.1.0"
Eric Huss3a6fc802022-04-20 13:50:39881source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44882checksum = "82a90734b3d5dcf656e7624cca6bce9c3a90ee11f900e80141a7427ccfb3d317"
Eric Huss3a6fc802022-04-20 13:50:39883
884[[package]]
885name = "content_inspector"
886version = "0.2.4"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
889dependencies = [
890 "memchr",
891]
892
893[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45894name = "convert_case"
895version = "0.4.0"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
898
899[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29900name = "core"
901version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16902dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:19903 "rand 0.7.3",
Thom Chiovoloni08127592022-05-02 06:10:56904 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16905]
Ahmed Charles9ca382f2016-09-02 08:55:29906
907[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28908name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05909version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07910source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05911checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07912dependencies = [
Eric Huss6654c582020-06-23 22:00:48913 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09914 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28915]
916
917[[package]]
918name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05919version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07920source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05921checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07922
923[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48924name = "coverage_test_macros"
925version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48926
927[[package]]
pierwillef6dd122022-02-10 16:54:01928name = "cpufeatures"
klensyceee8802022-11-22 14:41:06929version = "0.2.5"
Pietro Albiniacd8e592020-10-01 15:15:12930source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:06931checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
pierwillef6dd122022-02-10 16:54:01932dependencies = [
933 "libc",
934]
Pietro Albiniacd8e592020-10-01 15:15:12935
936[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58937name = "crates-io"
Weihang Lode53bd32022-11-16 00:10:54938version = "0.35.0"
Nick Cameronad8ecc22017-07-19 01:32:12939dependencies = [
Eric Huss6da85d62020-01-14 17:47:04940 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09941 "curl",
Eric Huss4a7e2fb2022-08-21 04:19:43942 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:09943 "serde",
Alex Crichton093ede22019-08-15 00:45:09944 "serde_json",
Eric Huss4a7e2fb2022-08-21 04:19:43945 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58946]
947
948[[package]]
Alex Crichtonb4110902018-12-08 11:06:54949name = "crc32fast"
klensy43512e62022-07-26 16:16:43950version = "1.3.2"
Alex Crichtonb4110902018-12-08 11:06:54951source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43952checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Alex Crichtonb4110902018-12-08 11:06:54953dependencies = [
klensy43512e62022-07-26 16:16:43954 "cfg-if 1.0.0",
Alex Crichtonb4110902018-12-08 11:06:54955]
Alex Crichton38bedfa2017-09-02 03:46:51956
957[[package]]
kennytmcab21f12018-07-26 21:58:55958name = "crossbeam-channel"
Ralf Jung55162732022-11-15 19:06:42959version = "0.5.6"
Matthias Krüger451d4922020-02-10 19:47:38960source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:42961checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
Matthias Krüger451d4922020-02-10 19:47:38962dependencies = [
Caleb Cartwright63913182021-02-10 01:52:54963 "cfg-if 1.0.0",
Josh Stonef3b88122022-01-10 19:34:07964 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38965]
966
967[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45968name = "crossbeam-deque"
Josh Stonef3b88122022-01-10 19:34:07969version = "0.8.1"
Josh Stone33c41252019-09-10 17:13:07970source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:07971checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
Josh Stone33c41252019-09-10 17:13:07972dependencies = [
Josh Stonef3b88122022-01-10 19:34:07973 "cfg-if 1.0.0",
Igor Matuszewski5b091302019-12-10 15:01:01974 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07975 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07976]
977
978[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45979name = "crossbeam-epoch"
Josh Stonef3b88122022-01-10 19:34:07980version = "0.9.6"
Matthias Krüger696fb8f2019-01-21 15:32:43981source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:07982checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
Matthias Krüger696fb8f2019-01-21 15:32:43983dependencies = [
Josh Stonef3b88122022-01-10 19:34:07984 "cfg-if 1.0.0",
985 "crossbeam-utils",
Yuki Okushi1f0a39502020-05-26 04:00:42986 "lazy_static",
Igor Matuszewski5b091302019-12-10 15:01:01987 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16988 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43989]
990
991[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45992name = "crossbeam-utils"
klensy4e079132022-04-11 18:50:19993version = "0.8.8"
Eric Husse0f2f9d2019-11-12 17:57:41994source = "registry+https://github.com/rust-lang/crates.io-index"
klensy4e079132022-04-11 18:50:19995checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
Eric Husse0f2f9d2019-11-12 17:57:41996dependencies = [
Eric Huss71bf7cf2020-10-14 22:16:47997 "cfg-if 1.0.0",
Eric Huss71bf7cf2020-10-14 22:16:47998 "lazy_static",
999]
1000
1001[[package]]
pierwillef6dd122022-02-10 16:54:011002name = "crypto-common"
1003version = "0.1.2"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"
1006dependencies = [
klensy45fac342022-08-31 20:04:121007 "generic-array",
pierwillef6dd122022-02-10 16:54:011008]
1009
1010[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291011name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:441012version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:291013source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441014checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:291015dependencies = [
Alex Crichton093ede22019-08-15 00:45:091016 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:401017 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:091018 "openssl",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311019 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:291020]
1021
1022[[package]]
Xidorn Quan38e42332021-02-13 11:17:151023name = "cstr"
1024version = "0.2.8"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
1027dependencies = [
1028 "proc-macro2",
1029 "quote",
1030]
1031
1032[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581033name = "curl"
Weihang Lobfce2272022-11-04 23:50:441034version = "0.4.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581035source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:441036checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581037dependencies = [
Alex Crichton093ede22019-08-15 00:45:091038 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:091039 "libc",
1040 "openssl-probe",
1041 "openssl-sys",
1042 "schannel",
klensyd5e8ad42021-07-04 18:49:561043 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311044 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581045]
1046
1047[[package]]
1048name = "curl-sys"
Weihang Lobfce2272022-11-04 23:50:441049version = "0.4.59+curl-7.86.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581050source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:441051checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581052dependencies = [
Alex Crichton093ede22019-08-15 00:45:091053 "cc",
1054 "libc",
1055 "libnghttp2-sys",
1056 "libz-sys",
1057 "openssl-sys",
1058 "pkg-config",
1059 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311060 "winapi",
Josh Stone020c5ec2017-05-08 22:01:131061]
1062
1063[[package]]
Douglas Campos422fe7c2018-05-29 11:52:511064name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:221065version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:511066source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091067checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:511068
1069[[package]]
Philipp Kronesd4077782022-11-21 19:52:061070name = "declare_clippy_lint"
1071version = "0.1.67"
1072dependencies = [
1073 "itertools",
1074 "quote",
1075 "syn",
1076]
1077
1078[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581079name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:491080version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581081source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:491082checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581083dependencies = [
Aaron Hill70ba4912020-08-01 14:11:151084 "proc-macro2",
1085 "quote",
1086 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581087]
1088
1089[[package]]
Maybe Wafflee20e5062022-11-28 11:11:451090name = "derive_more"
1091version = "0.99.17"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1094dependencies = [
1095 "convert_case",
1096 "proc-macro2",
1097 "quote",
1098 "rustc_version",
1099 "syn",
1100]
1101
1102[[package]]
Cengiz Can837817c2017-04-27 19:41:181103name = "diff"
klensy43512e62022-07-26 16:16:431104version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:181105source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431106checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:181107
1108[[package]]
James Munnsde763692019-01-19 02:39:371109name = "digest"
pierwillef6dd122022-02-10 16:54:011110version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:121111source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:011112checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"
Pietro Albiniacd8e592020-10-01 15:15:121113dependencies = [
klensy45fac342022-08-31 20:04:121114 "block-buffer",
pierwillef6dd122022-02-10 16:54:011115 "crypto-common",
James Munnsde763692019-01-19 02:39:371116]
1117
1118[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451119name = "directories"
Ralf Jung9cc11e22022-10-04 13:23:571120version = "4.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451121source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung9cc11e22022-10-04 13:23:571122checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
Ralf Jung44b0fd62018-11-28 20:22:451123dependencies = [
Alex Crichton093ede22019-08-15 00:45:091124 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451125]
1126
1127[[package]]
flip19954c228cc2019-02-18 09:32:581128name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:541129version = "4.0.0"
flip19954c228cc2019-02-18 09:32:581130source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:541131checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:581132dependencies = [
Alex Crichton093ede22019-08-15 00:45:091133 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581134]
1135
1136[[package]]
flip19950046d7c2021-02-25 10:26:231137name = "dirs-next"
1138version = "2.0.0"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1141dependencies = [
1142 "cfg-if 1.0.0",
1143 "dirs-sys-next",
1144]
1145
1146[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321147name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:471148version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:321149source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471150checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:321151dependencies = [
Alex Crichton093ede22019-08-15 00:45:091152 "libc",
Jubilee Young27ef7192021-04-23 22:49:471153 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311154 "winapi",
flip19950046d7c2021-02-25 10:26:231155]
1156
1157[[package]]
1158name = "dirs-sys-next"
1159version = "0.1.2"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1162dependencies = [
1163 "libc",
Jubilee Young27ef7192021-04-23 22:49:471164 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311165 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321166]
1167
1168[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421169name = "displaydoc"
1170version = "0.2.3"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
1173dependencies = [
1174 "proc-macro2",
1175 "quote",
1176 "syn",
1177]
1178
1179[[package]]
klensyceee8802022-11-22 14:41:061180name = "dissimilar"
1181version = "1.0.4"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5"
1184
1185[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291186name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:351187version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:501188source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:351189checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:291190dependencies = [
Alex Crichton093ede22019-08-15 00:45:091191 "compiler_builtins",
1192 "libc",
1193 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291194]
1195
1196[[package]]
Eric Huss3a6fc802022-04-20 13:50:391197name = "dunce"
1198version = "1.0.2"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
1201
1202[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291203name = "either"
Mark Rousskov342d9562020-08-17 15:21:441204version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291205source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441206checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291207
1208[[package]]
steveklabnikecfbaca2018-04-03 14:32:041209name = "elasticlunr-rs"
Eric Huss821e9d52022-07-18 21:41:101210version = "3.0.0"
steveklabnikecfbaca2018-04-03 14:32:041211source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss821e9d52022-07-18 21:41:101212checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6"
steveklabnikecfbaca2018-04-03 14:32:041213dependencies = [
Alex Crichton093ede22019-08-15 00:45:091214 "regex",
1215 "serde",
1216 "serde_derive",
1217 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041218]
1219
1220[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121221name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071222version = "0.14.0"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
varkor443a2d42019-03-19 21:30:071225dependencies = [
Alex Crichton093ede22019-08-15 00:45:091226 "log",
varkor443a2d42019-03-19 21:30:071227]
1228
1229[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581230name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201231version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421232source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201233checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231234dependencies = [
Alex Crichton093ede22019-08-15 00:45:091235 "atty",
Eric Hussd45d8b12020-01-21 17:55:431236 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091237 "log",
1238 "regex",
1239 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231240]
1241
1242[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561243name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111244version = "0.9.0"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1247dependencies = [
1248 "atty",
1249 "humantime 2.0.1",
1250 "log",
1251 "regex",
1252 "termcolor",
1253]
1254
1255[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041256name = "env_logger"
1257version = "0.10.0"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1260dependencies = [
1261 "humantime 2.0.1",
1262 "is-terminal",
1263 "log",
1264 "regex",
1265 "termcolor",
1266]
1267
1268[[package]]
1269name = "errno"
1270version = "0.2.8"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
1273dependencies = [
1274 "errno-dragonfly",
1275 "libc",
1276 "winapi",
1277]
1278
1279[[package]]
1280name = "errno-dragonfly"
1281version = "0.1.2"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1284dependencies = [
1285 "cc",
1286 "libc",
1287]
1288
1289[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291290name = "error_index_generator"
1291version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581292dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211293 "mdbook",
Mark Simulacrume2e9b402017-07-23 02:01:581294]
Ahmed Charles9ca382f2016-09-02 08:55:291295
1296[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301297name = "expand-yaml-anchors"
1298version = "0.1.0"
1299dependencies = [
1300 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001301 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301302]
1303
1304[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501305name = "expect-test"
klensyceee8802022-11-22 14:41:061306version = "1.4.0"
Aleksey Kladovf7be59c2020-08-21 12:03:501307source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:061308checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3"
Aleksey Kladovf7be59c2020-08-21 12:03:501309dependencies = [
klensyceee8802022-11-22 14:41:061310 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501311 "once_cell",
1312]
1313
1314[[package]]
Ralf Jung10430db2022-07-15 14:04:231315name = "eyre"
1316version = "0.6.8"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1319dependencies = [
1320 "indenter",
1321 "once_cell",
1322]
1323
1324[[package]]
David Wood2dc1a8a2021-12-03 14:24:051325name = "fallible-iterator"
1326version = "0.2.0"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1329
1330[[package]]
Ralf Jung55162732022-11-15 19:06:421331name = "fastrand"
1332version = "1.8.0"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1335dependencies = [
1336 "instant",
1337]
1338
1339[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291340name = "filetime"
klensydcdc3082021-05-11 19:03:591341version = "0.2.14"
Alex Crichton924f8c72018-04-18 15:43:591342source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:591343checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
Alex Crichton924f8c72018-04-18 15:43:591344dependencies = [
klensydcdc3082021-05-11 19:03:591345 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091346 "libc",
klensydcdc3082021-05-11 19:03:591347 "redox_syscall",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311348 "winapi",
Alex Crichton924f8c72018-04-18 15:43:591349]
1350
1351[[package]]
Jack Hueya24df5b2020-03-03 16:25:031352name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191353version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031354source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191355checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031356
1357[[package]]
Josh Stone020c5ec2017-05-08 22:01:131358name = "flate2"
Michael Howell8e71a132022-11-08 00:13:201359version = "1.0.23"
Felix Schütt7c13fa32017-12-31 14:34:291360source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Howell8e71a132022-11-08 00:13:201361checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
Felix Schütt7c13fa32017-12-31 14:34:291362dependencies = [
Michael Howell8e71a132022-11-08 00:13:201363 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091364 "crc32fast",
1365 "libc",
1366 "libz-sys",
Michael Howell8e71a132022-11-08 00:13:201367 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291368]
1369
1370[[package]]
David Wood7f916972022-03-26 07:27:431371name = "fluent-bundle"
1372version = "0.15.2"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1375dependencies = [
1376 "fluent-langneg",
1377 "fluent-syntax",
1378 "intl-memoizer",
1379 "intl_pluralrules",
1380 "rustc-hash",
1381 "self_cell",
1382 "smallvec",
1383 "unic-langid",
1384]
1385
1386[[package]]
1387name = "fluent-langneg"
1388version = "0.13.0"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1391dependencies = [
1392 "unic-langid",
1393]
1394
1395[[package]]
1396name = "fluent-syntax"
1397version = "0.11.0"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1400dependencies = [
1401 "thiserror",
1402]
1403
1404[[package]]
Simon Sapinb77ff242017-07-18 21:26:551405name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441406version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551407source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441408checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551409
1410[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581411name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291412version = "0.3.2"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091414checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291415dependencies = [
Alex Crichton093ede22019-08-15 00:45:091416 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291417]
1418
1419[[package]]
1420name = "foreign-types-shared"
1421version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581422source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091423checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581424
1425[[package]]
Eric Hussf3287a62021-05-12 00:39:511426name = "form_urlencoded"
1427version = "1.0.1"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1430dependencies = [
1431 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:431432 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511433]
1434
1435[[package]]
Jethro Beekman4a350562018-08-28 04:33:261436name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491437version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501438source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491439checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261440dependencies = [
Alex Crichton093ede22019-08-15 00:45:091441 "compiler_builtins",
1442 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261443]
1444
1445[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471446name = "fs-err"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391447version = "2.8.1"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471448source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391449checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471450
1451[[package]]
Alex Crichton016eaf82018-10-21 02:15:061452name = "fs_extra"
1453version = "1.1.0"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091455checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061456
1457[[package]]
steveklabnikecfbaca2018-04-03 14:32:041458name = "futf"
Eric Huss04b75a72022-06-22 23:49:241459version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041460source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241461checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041462dependencies = [
Alex Crichton093ede22019-08-15 00:45:091463 "mac",
1464 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041465]
1466
1467[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121468name = "futures"
klensy8ebc73b2022-02-06 20:57:291469version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541470source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291471checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
Caleb Cartwright63913182021-02-10 01:52:541472dependencies = [
1473 "futures-channel",
1474 "futures-core",
1475 "futures-executor",
1476 "futures-io",
1477 "futures-sink",
1478 "futures-task",
1479 "futures-util",
1480]
1481
1482[[package]]
1483name = "futures-channel"
klensy8ebc73b2022-02-06 20:57:291484version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541485source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291486checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
Caleb Cartwright63913182021-02-10 01:52:541487dependencies = [
1488 "futures-core",
1489 "futures-sink",
1490]
1491
1492[[package]]
1493name = "futures-core"
klensy8ebc73b2022-02-06 20:57:291494version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541495source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291496checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
Caleb Cartwright63913182021-02-10 01:52:541497
1498[[package]]
1499name = "futures-executor"
klensy8ebc73b2022-02-06 20:57:291500version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541501source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291502checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
Caleb Cartwright63913182021-02-10 01:52:541503dependencies = [
1504 "futures-core",
1505 "futures-task",
1506 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541507]
1508
1509[[package]]
1510name = "futures-io"
klensy8ebc73b2022-02-06 20:57:291511version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541512source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291513checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
Caleb Cartwright63913182021-02-10 01:52:541514
1515[[package]]
1516name = "futures-macro"
klensy8ebc73b2022-02-06 20:57:291517version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541518source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291519checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
Caleb Cartwright63913182021-02-10 01:52:541520dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541521 "proc-macro2",
1522 "quote",
1523 "syn",
1524]
1525
1526[[package]]
1527name = "futures-sink"
klensy8ebc73b2022-02-06 20:57:291528version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541529source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291530checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
Caleb Cartwright63913182021-02-10 01:52:541531
1532[[package]]
1533name = "futures-task"
klensy8ebc73b2022-02-06 20:57:291534version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541535source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291536checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
Caleb Cartwright63913182021-02-10 01:52:541537
1538[[package]]
1539name = "futures-util"
klensy8ebc73b2022-02-06 20:57:291540version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541541source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291542checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
Caleb Cartwright63913182021-02-10 01:52:541543dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541544 "futures-channel",
1545 "futures-core",
1546 "futures-io",
1547 "futures-macro",
1548 "futures-sink",
1549 "futures-task",
1550 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311551 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541552 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541553 "slab",
1554]
1555
1556[[package]]
Eric Huss97308712018-08-14 21:27:261557name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051558version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261559source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051560checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261561dependencies = [
Alex Crichton093ede22019-08-15 00:45:091562 "memchr",
1563 "termcolor",
Eric Huss97308712018-08-14 21:27:261564]
1565
1566[[package]]
Pietro Albini4af7de12022-11-15 10:27:191567name = "generate-copyright"
1568version = "0.1.0"
1569dependencies = [
1570 "anyhow",
1571 "serde",
1572 "serde_json",
1573]
1574
1575[[package]]
James Munnsde763692019-01-19 02:39:371576name = "generic-array"
Pietro Albiniacd8e592020-10-01 15:15:121577version = "0.14.4"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1580dependencies = [
1581 "typenum",
1582 "version_check",
1583]
1584
1585[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291586name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081587version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291588source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081589checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361590dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081591 "rustc-std-workspace-core",
1592 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091593 "unicode-width",
varkore72f7e12019-04-30 19:37:361594]
Ahmed Charles9ca382f2016-09-02 08:55:291595
1596[[package]]
gnzlbg52caca02019-08-01 15:02:261597name = "getrandom"
Collin Bakerdfab01b2022-10-21 18:38:561598version = "0.1.16"
gnzlbg52caca02019-08-01 15:02:261599source = "registry+https://github.com/rust-lang/crates.io-index"
Collin Bakerdfab01b2022-10-21 18:38:561600checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
gnzlbg52caca02019-08-01 15:02:261601dependencies = [
Collin Bakerdfab01b2022-10-21 18:38:561602 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091603 "libc",
Harald Hoyer00cbc8d2022-01-21 13:19:131604 "wasi 0.9.0+wasi-snapshot-preview1",
gnzlbg52caca02019-08-01 15:02:261605]
1606
1607[[package]]
Ralf Jung0e908752020-09-17 18:04:201608name = "getrandom"
1609version = "0.2.0"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1612dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071613 "cfg-if 0.1.10",
Ralf Jung0e908752020-09-17 18:04:201614 "libc",
Harald Hoyer00cbc8d2022-01-21 13:19:131615 "wasi 0.9.0+wasi-snapshot-preview1",
Ralf Jung0e908752020-09-17 18:04:201616]
1617
1618[[package]]
Alex Crichton06d565c2020-05-13 21:22:371619name = "gimli"
David Wood2dc1a8a2021-12-03 14:24:051620version = "0.26.1"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1623dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:151624 "compiler_builtins",
David Wood2dc1a8a2021-12-03 14:24:051625 "fallible-iterator",
1626 "indexmap",
Michael Howellcf83a1d2022-11-03 17:10:151627 "rustc-std-workspace-alloc",
1628 "rustc-std-workspace-core",
David Wood2dc1a8a2021-12-03 14:24:051629 "stable_deref_trait",
1630]
1631
1632[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581633name = "git2"
Weihang Loae1764c2022-08-29 06:15:361634version = "0.15.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581635source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:361636checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581637dependencies = [
Alex Crichton093ede22019-08-15 00:45:091638 "bitflags",
1639 "libc",
1640 "libgit2-sys",
1641 "log",
1642 "openssl-probe",
1643 "openssl-sys",
Eric Huss4a7e2fb2022-08-21 04:19:431644 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581645]
1646
1647[[package]]
1648name = "git2-curl"
Weihang Loae1764c2022-08-29 06:15:361649version = "0.16.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581650source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:361651checksum = "ed817a00721e2f8037ba722e60358d4956dae9cca10315fc982f967907d3b0cd"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581652dependencies = [
Alex Crichton093ede22019-08-15 00:45:091653 "curl",
1654 "git2",
1655 "log",
Eric Huss4a7e2fb2022-08-21 04:19:431656 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581657]
1658
1659[[package]]
1660name = "glob"
Eric Huss45432452019-03-12 20:34:471661version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581662source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091663checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581664
1665[[package]]
Simon Sapinb77ff242017-07-18 21:26:551666name = "globset"
klensy43512e62022-07-26 16:16:431667version = "0.4.9"
Simon Sapinb77ff242017-07-18 21:26:551668source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431669checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
Simon Sapinb77ff242017-07-18 21:26:551670dependencies = [
Alex Crichton093ede22019-08-15 00:45:091671 "aho-corasick",
Ralf Jung55162732022-11-15 19:06:421672 "bstr 0.2.17",
Alex Crichton093ede22019-08-15 00:45:091673 "fnv",
1674 "log",
1675 "regex",
Simon Sapinb77ff242017-07-18 21:26:551676]
1677
1678[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291679name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461680version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291681source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461682checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291683dependencies = [
1684 "serde",
1685]
1686
1687[[package]]
Steve Klabnika0769612017-02-07 23:13:571688name = "handlebars"
klensy45fac342022-08-31 20:04:121689version = "4.3.3"
Steve Klabnika0769612017-02-07 23:13:571690source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121691checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"
Steve Klabnika0769612017-02-07 23:13:571692dependencies = [
Alex Crichton093ede22019-08-15 00:45:091693 "log",
1694 "pest",
1695 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091696 "serde",
1697 "serde_json",
klensy45fac342022-08-31 20:04:121698 "thiserror",
James Munnsde763692019-01-19 02:39:371699]
1700
1701[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051702name = "hashbrown"
Amanieu d'Antras931a8f82022-07-17 11:23:261703version = "0.12.3"
Markus Westerlind7cf8d3a2020-10-05 08:50:511704source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antras931a8f82022-07-17 11:23:261705checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
Amanieu d'Antras88149d12022-01-17 07:46:111706dependencies = [
Martin Kröning21625e52022-06-01 22:16:001707 "ahash",
Alex Crichton093ede22019-08-15 00:45:091708 "compiler_builtins",
1709 "rustc-std-workspace-alloc",
1710 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071711]
1712
1713[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471714name = "heck"
Caleb Cartwrightf367f4d2022-06-13 03:04:541715version = "0.4.0"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1718
1719[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101720name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301721version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101722source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301723checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101724dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071725 "libc",
1726]
1727
1728[[package]]
1729name = "hermit-abi"
joboet262193e2022-09-06 08:44:051730version = "0.2.6"
Stefan Lankes1ab5b0b2022-02-15 12:57:071731source = "registry+https://github.com/rust-lang/crates.io-index"
joboet262193e2022-09-06 08:44:051732checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
Stefan Lankes1ab5b0b2022-02-15 12:57:071733dependencies = [
Stefan Lankes5ebd4d92019-10-20 07:55:101734 "compiler_builtins",
1735 "libc",
joboet262193e2022-09-06 08:44:051736 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101737 "rustc-std-workspace-core",
1738]
1739
1740[[package]]
Alex Crichton1cede102017-06-15 02:33:061741name = "hex"
Alex Crichtond8251152018-07-02 16:33:161742version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221743source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091744checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221745
1746[[package]]
Aaron Hilld440e132019-09-16 18:45:401747name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441748version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401749source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441750checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401751
1752[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121753name = "home"
Mark Rousskov342d9562020-08-17 15:21:441754version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531755source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441756checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531757dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:311758 "winapi",
flip199596c3ec12019-08-20 07:32:531759]
1760
1761[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181762name = "html-checker"
1763version = "0.1.0"
1764dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001765 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181766 "walkdir",
1767]
1768
1769[[package]]
steveklabnikecfbaca2018-04-03 14:32:041770name = "html5ever"
klensy947e7872022-04-15 18:11:141771version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471772source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141773checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471774dependencies = [
Alex Crichton093ede22019-08-15 00:45:091775 "log",
1776 "mac",
1777 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151778 "proc-macro2",
1779 "quote",
1780 "syn",
Eric Huss2dafa912019-06-19 03:36:471781]
1782
1783[[package]]
Weihang Lo35f89622022-11-18 21:35:071784name = "http-auth"
1785version = "0.1.6"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "c0b40b39d66c28829a0cf4d09f7e139ff8201f7500a5083732848ed3b4b4d850"
1788dependencies = [
1789 "memchr",
1790]
1791
1792[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481793name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561794version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481795source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561796checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481797dependencies = [
klensy45fac342022-08-31 20:04:121798 "quick-error",
Alex Crichton87f3dda2018-03-01 19:08:481799]
1800
1801[[package]]
Eric Hussd45d8b12020-01-21 17:55:431802name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441803version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431804source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441805checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431806
1807[[package]]
Charles Lewa7750042022-11-06 06:43:251808name = "icu_list"
1809version = "1.0.0"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "c40218275f081c4493f190357c5395647b06734c2dc3dcb41cc099a0f60168b1"
1812dependencies = [
1813 "displaydoc",
1814 "icu_locid",
1815 "icu_provider",
1816 "regex-automata 0.2.0",
1817 "writeable",
1818 "zerovec",
1819]
1820
1821[[package]]
1822name = "icu_locid"
1823version = "1.0.0"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "34b3de5d99a0e275fe6193b9586dbf37364daebc0d39c89b5cf8376a53b789e8"
1826dependencies = [
1827 "displaydoc",
1828 "litemap",
1829 "tinystr",
1830 "writeable",
1831 "zerovec",
1832]
1833
1834[[package]]
1835name = "icu_provider"
1836version = "1.0.1"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "2f911086e3c521a8a824d4f8bfd87769645ced2f07ff913b521c0d793be07100"
1839dependencies = [
1840 "displaydoc",
1841 "icu_locid",
1842 "icu_provider_macros",
1843 "stable_deref_trait",
1844 "writeable",
1845 "yoke",
1846 "zerofrom",
1847 "zerovec",
1848]
1849
1850[[package]]
1851name = "icu_provider_adapters"
1852version = "1.0.0"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "980c71d8a91b246ebbb97847178a4b816eea39d1d550c70ee566384555bb6545"
1855dependencies = [
1856 "icu_locid",
1857 "icu_provider",
1858 "tinystr",
1859 "yoke",
1860 "zerovec",
1861]
1862
1863[[package]]
1864name = "icu_provider_macros"
1865version = "1.0.0"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "38cf6f5b65cf81f0b4298da647101acbfe6ae0e25263f92bd7a22597e9d6d606"
1868dependencies = [
1869 "proc-macro2",
1870 "quote",
1871 "syn",
1872]
1873
1874[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581875name = "idna"
Eric Hussf2428a62019-08-01 00:44:391876version = "0.2.0"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091878checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391879dependencies = [
Alex Crichton093ede22019-08-15 00:45:091880 "matches",
1881 "unicode-bidi",
1882 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391883]
1884
1885[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291886name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541887version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291888source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091889checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291890
1891[[package]]
Simon Sapinb77ff242017-07-18 21:26:551892name = "ignore"
klensy43512e62022-07-26 16:16:431893version = "0.4.18"
Simon Sapinb77ff242017-07-18 21:26:551894source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431895checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
Simon Sapinb77ff242017-07-18 21:26:551896dependencies = [
Josh Stonef3b88122022-01-10 19:34:071897 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:091898 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421899 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091900 "log",
1901 "memchr",
1902 "regex",
1903 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591904 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091905 "walkdir",
1906 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551907]
1908
1909[[package]]
Eric Huss8c20add2018-12-03 01:33:201910name = "im-rc"
klensy45fac342022-08-31 20:04:121911version = "15.1.0"
Eric Huss8c20add2018-12-03 01:33:201912source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121913checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
Eric Huss8c20add2018-12-03 01:33:201914dependencies = [
Eric Huss2b985322019-11-25 16:14:071915 "bitmaps",
klensy45fac342022-08-31 20:04:121916 "rand_core 0.6.2",
1917 "rand_xoshiro",
Alex Crichton093ede22019-08-15 00:45:091918 "sized-chunks",
1919 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401920 "version_check",
Eric Huss8c20add2018-12-03 01:33:201921]
1922
1923[[package]]
Ralf Jung10430db2022-07-15 14:04:231924name = "indenter"
1925version = "0.3.3"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1928
1929[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571930name = "indexmap"
Josh Stonedaa7c142022-07-14 17:13:521931version = "1.9.1"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571932source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonedaa7c142022-07-14 17:13:521933checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
Josh Stone997a7662020-08-08 00:03:471934dependencies = [
1935 "autocfg",
Josh Stonedaa7c142022-07-14 17:13:521936 "hashbrown",
pierwill4f892242022-01-06 19:27:591937 "rustc-rayon",
Pietro Albiniea8b1ff2021-08-26 10:35:321938 "serde",
Josh Stone997a7662020-08-08 00:03:471939]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571940
1941[[package]]
flip19958d5f69d2021-10-21 11:13:171942name = "indoc"
klensy43512e62022-07-26 16:16:431943version = "1.0.6"
flip19958d5f69d2021-10-21 11:13:171944source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431945checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
flip19958d5f69d2021-10-21 11:13:171946
1947[[package]]
Josh Stone020c5ec2017-05-08 22:01:131948name = "installer"
1949version = "0.0.0"
1950dependencies = [
Michael Forney32025fd2020-05-25 00:08:451951 "anyhow",
Weihang Loc1b4f112022-10-04 20:57:491952 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:091953 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421954 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091955 "num_cpus",
1956 "rayon",
1957 "remove_dir_all",
1958 "tar",
1959 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311960 "winapi",
Alex Crichton093ede22019-08-15 00:45:091961 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131962]
1963
1964[[package]]
Mark Rousskov342d9562020-08-17 15:21:441965name = "instant"
flip1995e36e5a52021-12-06 11:33:551966version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:441967source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:551968checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1969dependencies = [
1970 "cfg-if 1.0.0",
1971]
Mark Rousskov342d9562020-08-17 15:21:441972
1973[[package]]
David Wood7f916972022-03-26 07:27:431974name = "intl-memoizer"
1975version = "0.5.1"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
1978dependencies = [
1979 "type-map",
1980 "unic-langid",
1981]
1982
1983[[package]]
1984name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:421985version = "7.0.2"
David Wood7f916972022-03-26 07:27:431986source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:421987checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:431988dependencies = [
David Wood7f916972022-03-26 07:27:431989 "unic-langid",
1990]
1991
1992[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041993name = "io-lifetimes"
1994version = "1.0.2"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "e394faa0efb47f9f227f1cd89978f854542b318a6f64fa695489c9c993056656"
1997dependencies = [
1998 "libc",
1999 "windows-sys",
2000]
2001
2002[[package]]
2003name = "is-terminal"
2004version = "0.4.0"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "aae5bc6e2eb41c9def29a3e0f1306382807764b9b53112030eff57435667352d"
2007dependencies = [
2008 "hermit-abi 0.2.6",
2009 "io-lifetimes",
2010 "rustix",
2011 "windows-sys",
2012]
2013
2014[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292015name = "itertools"
Weihang Lo9926f6e2022-10-22 12:05:482016version = "0.10.5"
Eric Huss78529352021-06-02 03:38:392017source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:482018checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
Eric Huss78529352021-06-02 03:38:392019dependencies = [
2020 "either",
2021]
2022
2023[[package]]
Steve Klabnik2795de32017-02-20 00:20:572024name = "itoa"
Ralf Jungc2df1c22022-07-21 20:04:372025version = "1.0.2"
Steve Klabnik2795de32017-02-20 00:20:572026source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:372027checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
Steve Klabnik2795de32017-02-20 00:20:572028
2029[[package]]
Rémy Rakicadab1352022-05-06 21:20:042030name = "jemalloc-sys"
2031version = "0.5.0+5.3.0"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b"
2034dependencies = [
2035 "cc",
2036 "fs_extra",
2037 "libc",
2038]
2039
2040[[package]]
Alex Crichton453080f2017-06-05 16:36:482041name = "jobserver"
Eric Hussb5cbf2f2021-08-18 00:38:072042version = "0.1.24"
Alex Crichton453080f2017-06-05 16:36:482043source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb5cbf2f2021-08-18 00:38:072044checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
Alex Crichton453080f2017-06-05 16:36:482045dependencies = [
Alex Crichton093ede22019-08-15 00:45:092046 "libc",
Alex Crichton453080f2017-06-05 16:36:482047]
2048
2049[[package]]
Rune Tynan77156562021-01-16 01:34:152050name = "jsondocck"
2051version = "0.1.0"
2052dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:472053 "fs-err",
Rune Tynan77156562021-01-16 01:34:152054 "getopts",
2055 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:102056 "once_cell",
Rune Tynan77156562021-01-16 01:34:152057 "regex",
Rune Tynan77156562021-01-16 01:34:152058 "serde_json",
klensyc63cb012021-06-01 15:25:362059 "shlex",
Rune Tynan77156562021-01-16 01:34:152060]
2061
2062[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372063name = "jsondoclint"
2064version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392065dependencies = [
2066 "anyhow",
2067 "fs-err",
2068 "rustdoc-json-types",
2069 "serde_json",
2070]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372071
2072[[package]]
Rune Tynan77156562021-01-16 01:34:152073name = "jsonpath_lib"
2074version = "0.2.6"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
2077dependencies = [
2078 "array_tool",
2079 "env_logger 0.7.1",
2080 "log",
2081 "serde",
2082 "serde_json",
2083]
2084
2085[[package]]
Eric Hussaf8048b2022-01-26 00:24:212086name = "kstring"
Eric Huss7758eaf2022-04-28 05:42:542087version = "2.0.0"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
2090dependencies = [
2091 "static_assertions",
2092]
2093
2094[[package]]
Steve Klabnika0769612017-02-07 23:13:572095name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:572096version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:492097source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572098checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:492099
2100[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292101name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:442102version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:162103source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442104checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:162105
2106[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292107name = "libc"
David CARLIER71cf8922022-12-03 19:01:552108version = "0.2.138"
Ahmed Charles9ca382f2016-09-02 08:55:292109source = "registry+https://github.com/rust-lang/crates.io-index"
David CARLIER71cf8922022-12-03 19:01:552110checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
Alex Crichton4c21a3b2018-11-20 05:52:502111dependencies = [
Alex Crichton093ede22019-08-15 00:45:092112 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502113]
Ahmed Charles9ca382f2016-09-02 08:55:292114
2115[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382116name = "libffi"
2117version = "3.0.1"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "1e454b3efb16fba3b17810ae5e41df02b649e564ab3c5a34b3b93ed07ad287e6"
2120dependencies = [
2121 "libc",
2122 "libffi-sys",
2123]
2124
2125[[package]]
2126name = "libffi-sys"
2127version = "2.0.0"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15"
2130dependencies = [
2131 "cc",
2132]
2133
2134[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582135name = "libgit2-sys"
Weihang Loae1764c2022-08-29 06:15:362136version = "0.14.0+1.5.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582137source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:362138checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582139dependencies = [
Alex Crichton093ede22019-08-15 00:45:092140 "cc",
2141 "libc",
2142 "libssh2-sys",
2143 "libz-sys",
2144 "openssl-sys",
2145 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582146]
2147
2148[[package]]
Andy Russell923f9392021-11-08 23:03:552149name = "libloading"
2150version = "0.7.1"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2153dependencies = [
2154 "cfg-if 1.0.0",
2155 "winapi",
2156]
2157
2158[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052159name = "libm"
2160version = "0.1.4"
2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2163
2164[[package]]
Alex Crichton8ccf1122018-09-20 21:37:532165name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:442166version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:532167source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442168checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:532169dependencies = [
Alex Crichton093ede22019-08-15 00:45:092170 "cc",
2171 "libc",
Alex Crichton8ccf1122018-09-20 21:37:532172]
2173
2174[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582175name = "libssh2-sys"
Eric Huss000d3362021-12-28 21:24:032176version = "0.2.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582177source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss000d3362021-12-28 21:24:032178checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582179dependencies = [
Alex Crichton093ede22019-08-15 00:45:092180 "cc",
2181 "libc",
2182 "libz-sys",
2183 "openssl-sys",
2184 "pkg-config",
2185 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582186]
2187
2188[[package]]
2189name = "libz-sys"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452190version = "1.1.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582191source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452192checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582193dependencies = [
Alex Crichton093ede22019-08-15 00:45:092194 "cc",
2195 "libc",
2196 "pkg-config",
2197 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582198]
2199
2200[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292201name = "linkchecker"
2202version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302203dependencies = [
2204 "once_cell",
2205 "regex",
2206]
Ahmed Charles9ca382f2016-09-02 08:55:292207
2208[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302209name = "linked-hash-map"
klensy8ebc73b2022-02-06 20:57:292210version = "0.5.4"
Pietro Albini9beb8f52019-11-26 11:06:302211source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292212checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
Pietro Albini9beb8f52019-11-26 11:06:302213
2214[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572215name = "lint-docs"
2216version = "0.1.0"
2217dependencies = [
2218 "serde_json",
2219 "tempfile",
2220 "walkdir",
2221]
2222
2223[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042224name = "linux-raw-sys"
2225version = "0.1.3"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"
2228
2229[[package]]
Charles Lewa7750042022-11-06 06:43:252230name = "litemap"
2231version = "0.6.0"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "f34a3f4798fac63fb48cf277eefa38f94d3443baff555bb98e4f56bc9092368e"
2234
2235[[package]]
Hans Kratz6162fc02021-09-25 13:25:082236name = "lld-wrapper"
2237version = "0.1.0"
2238
2239[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392240name = "lock_api"
Philipp Krones586cbd02022-06-04 12:07:442241version = "0.4.7"
Malo Jaffré8ed13d62017-12-29 10:24:382242source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:442243checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
Mark Rousskov342d9562020-08-17 15:21:442244dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442245 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442246 "scopeguard",
2247]
2248
2249[[package]]
2250name = "log"
Joshua Nelson079d1c42021-05-02 20:56:252251version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:442252source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:252253checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:382254dependencies = [
Joshua Nelson079d1c42021-05-02 20:56:252255 "cfg-if 1.0.0",
Malo Jaffré8ed13d62017-12-29 10:24:382256]
Ahmed Charles9ca382f2016-09-02 08:55:292257
2258[[package]]
Josh Stone020c5ec2017-05-08 22:01:132259name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:442260version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:132261source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442262checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:132263dependencies = [
Alex Crichton093ede22019-08-15 00:45:092264 "cc",
2265 "libc",
2266 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132267]
2268
2269[[package]]
steveklabnikecfbaca2018-04-03 14:32:042270name = "mac"
2271version = "0.1.1"
2272source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092273checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042274
2275[[package]]
2276name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442277version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042278source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442279checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042280
2281[[package]]
2282name = "markup5ever"
klensy947e7872022-04-15 18:11:142283version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472284source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142285checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472286dependencies = [
Alex Crichton093ede22019-08-15 00:45:092287 "log",
2288 "phf",
2289 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:092290 "string_cache",
2291 "string_cache_codegen",
2292 "tendril",
Eric Huss2dafa912019-06-19 03:36:472293]
2294
2295[[package]]
Oliver Schererec7230f2020-07-24 18:42:002296name = "matchers"
pierwillea25b772021-12-21 17:00:302297version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002298source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302299checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002300dependencies = [
Charles Lewa7750042022-11-06 06:43:252301 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002302]
2303
2304[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582305name = "matches"
Alex Crichton2863b752018-08-21 17:23:472306version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582307source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092308checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582309
2310[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152311name = "md-5"
pierwillef6dd122022-02-10 16:54:012312version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:062313source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:012314checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
Arlo Siemsen3296d5c2020-10-13 15:41:062315dependencies = [
klensy45fac342022-08-31 20:04:122316 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062317]
2318
2319[[package]]
Steve Klabnika0769612017-02-07 23:13:572320name = "mdbook"
Eric Huss31dd1f62022-07-22 18:59:202321version = "0.4.21"
Steve Klabnika0769612017-02-07 23:13:572322source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss31dd1f62022-07-22 18:59:202323checksum = "23f3e133c6d515528745ffd3b9f0c7d975ae039f0b6abb099f2168daa2afb4f9"
Steve Klabnika0769612017-02-07 23:13:572324dependencies = [
Alex Crichton093ede22019-08-15 00:45:092325 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462326 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092327 "chrono",
Weihang Loc1b4f112022-10-04 20:57:492328 "clap 3.2.20",
Eric Huss51814222022-04-15 18:57:062329 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092330 "elasticlunr-rs",
Eric Huss821e9d52022-07-18 21:41:102331 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:092332 "handlebars",
Yuki Okushi1f0a39502020-05-26 04:00:422333 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092334 "log",
2335 "memchr",
Eric Hussa882fdd2021-12-03 20:25:072336 "opener",
Guillaume Gomez80b26bd2022-01-19 10:02:242337 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:092338 "regex",
2339 "serde",
Alex Crichton093ede22019-08-15 00:45:092340 "serde_json",
klensyc63cb012021-06-01 15:25:362341 "shlex",
Alex Crichton093ede22019-08-15 00:45:092342 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:352343 "toml",
Eric Hussa882fdd2021-12-03 20:25:072344 "topological-sort",
James Munnsde763692019-01-19 02:39:372345]
2346
2347[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492348name = "measureme"
Wesley Wiser6108caa2022-06-27 15:01:032349version = "10.1.0"
Ryan Levick757f76e2021-10-07 13:08:442350source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser6108caa2022-06-27 15:01:032351checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a"
Ryan Levick947a33b2021-07-23 14:25:582352dependencies = [
2353 "log",
2354 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:442355 "parking_lot 0.11.2",
Ryan Levick947a33b2021-07-23 14:25:582356 "perf-event-open-sys",
2357 "rustc-hash",
2358 "smallvec",
2359]
2360
2361[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582362name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202363version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292364source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202365checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242366dependencies = [
2367 "compiler_builtins",
2368 "rustc-std-workspace-core",
2369]
Steve Klabnika0769612017-02-07 23:13:572370
2371[[package]]
Camille GILLOT458d0442021-03-17 16:29:452372name = "memmap2"
2373version = "0.2.1"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2376dependencies = [
2377 "libc",
2378]
2379
2380[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452381name = "memoffset"
Josh Stonef3b88122022-01-10 19:34:072382version = "0.6.5"
Ralf Jungc7a599e2019-07-25 13:57:252383source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:072384checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
Ralf Jungc7a599e2019-07-25 13:57:252385dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442386 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252387]
2388
2389[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052390name = "minifier"
Guillaume Gomezfb62f282022-08-16 11:50:182391version = "0.2.2"
Guillaume Gomez4b145732018-05-10 22:02:052392source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezfb62f282022-08-16 11:50:182393checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
Guillaume Gomez4b145732018-05-10 22:02:052394
2395[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462396name = "minimal-lexical"
2397version = "0.2.1"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2400
2401[[package]]
Alex Crichtonb4110902018-12-08 11:06:542402name = "miniz_oxide"
Ralf Jung10430db2022-07-15 14:04:232403version = "0.5.3"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2406dependencies = [
Michael Howell8e71a132022-11-08 00:13:202407 "adler",
Michael Howellcf83a1d2022-11-03 17:10:152408 "compiler_builtins",
2409 "rustc-std-workspace-alloc",
2410 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:232411]
2412
2413[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582414name = "miow"
klensyd5e8ad42021-07-04 18:49:562415version = "0.3.7"
Alex Crichtona8eaabc2018-03-07 07:39:552416source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd5e8ad42021-07-04 18:49:562417checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Alex Crichtona8eaabc2018-03-07 07:39:552418dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312419 "winapi",
Alex Crichtona8eaabc2018-03-07 07:39:552420]
2421
2422[[package]]
Weihang Lobfce2272022-11-04 23:50:442423name = "miow"
Weihang Lo8a808dc2022-11-23 01:01:352424version = "0.5.0"
Weihang Lobfce2272022-11-04 23:50:442425source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo8a808dc2022-11-23 01:01:352426checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
Weihang Lobfce2272022-11-04 23:50:442427dependencies = [
Weihang Lo8a808dc2022-11-23 01:01:352428 "windows-sys",
Weihang Lobfce2272022-11-04 23:50:442429]
2430
2431[[package]]
kennytm0692b3d2017-12-15 19:41:582432name = "miri"
2433version = "0.1.0"
2434dependencies = [
Alex Crichton093ede22019-08-15 00:45:092435 "colored",
Ralf Junge5d01782021-10-04 22:13:002436 "env_logger 0.9.0",
Ralf Jung0e908752020-09-17 18:04:202437 "getrandom 0.2.0",
Ralf Junga272c452022-05-30 08:17:462438 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202439 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382440 "libffi",
Ralf Jungf76eac42022-09-01 20:59:052441 "libloading",
Alex Crichton093ede22019-08-15 00:45:092442 "log",
Ralf Jung61a986a2022-06-26 02:21:492443 "measureme",
klensy947e7872022-04-15 18:11:142444 "rand 0.8.5",
Ralf Junga272c452022-05-30 08:17:462445 "regex",
Alex Crichton093ede22019-08-15 00:45:092446 "rustc-workspace-hack",
Ralf Jung64f56d22022-10-22 08:45:252447 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292448 "smallvec",
Ralf Junga272c452022-05-30 08:17:462449 "ui_test",
kennytm0692b3d2017-12-15 19:41:582450]
2451
2452[[package]]
Jakob Degen17395b42022-10-31 00:17:252453name = "miropt-test-tools"
2454version = "0.1.0"
2455dependencies = [
2456 "regex",
2457]
2458
2459[[package]]
Alex Crichtond8251152018-07-02 16:33:162460name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442461version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162462source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442463checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452464
2465[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462466name = "nom"
2467version = "7.1.0"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2470dependencies = [
2471 "memchr",
2472 "minimal-lexical",
2473 "version_check",
2474]
2475
2476[[package]]
Eric Huss3a6fc802022-04-20 13:50:392477name = "normalize-line-endings"
2478version = "0.3.0"
2479source = "registry+https://github.com/rust-lang/crates.io-index"
2480checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2481
2482[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242483name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442484version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162485source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442486checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162487dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442488 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092489 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162490]
2491
2492[[package]]
2493name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442494version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572495source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442496checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2497dependencies = [
2498 "autocfg",
2499]
Steve Klabnik2795de32017-02-20 00:20:572500
2501[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292502name = "num_cpus"
klensy8ebc73b2022-02-06 20:57:292503version = "1.13.1"
Ahmed Charles9ca382f2016-09-02 08:55:292504source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292505checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
Ahmed Charles9ca382f2016-09-02 08:55:292506dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:072507 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:092508 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292509]
2510
2511[[package]]
Alex Crichton06d565c2020-05-13 21:22:372512name = "object"
Martin Kröning21625e52022-06-01 22:16:002513version = "0.29.0"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2516dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:152517 "compiler_builtins",
Martin Kröning21625e52022-06-01 22:16:002518 "crc32fast",
Josh Stonedaa7c142022-07-14 17:13:522519 "flate2",
2520 "hashbrown",
Martin Kröning21625e52022-06-01 22:16:002521 "indexmap",
2522 "memchr",
Michael Howellcf83a1d2022-11-03 17:10:152523 "rustc-std-workspace-alloc",
2524 "rustc-std-workspace-core",
Martin Kröning21625e52022-06-01 22:16:002525]
2526
2527[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372528name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152529version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372530source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152531checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372532dependencies = [
2533 "cfg-if 1.0.0",
2534]
2535
2536[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412537name = "once_cell"
Ralf Jung55162732022-11-15 19:06:422538version = "1.16.0"
Mark Rousskov2fc32b92019-09-10 01:01:412539source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:422540checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
Mark Rousskov2fc32b92019-09-10 01:01:412541
2542[[package]]
Alex Crichton2863b752018-08-21 17:23:472543name = "opener"
Eric Hussfaa64612021-06-22 23:19:242544version = "0.5.0"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2547dependencies = [
Ralf Jung55162732022-11-15 19:06:422548 "bstr 0.2.17",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312549 "winapi",
Eric Hussfaa64612021-06-22 23:19:242550]
2551
2552[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582553name = "openssl"
Johannes Nixdorf59c66bb2022-04-16 08:50:292554version = "0.10.38"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582555source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292556checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582557dependencies = [
Alex Crichton093ede22019-08-15 00:45:092558 "bitflags",
klensy50c38902021-05-01 11:50:032559 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092560 "foreign-types",
Alex Crichton093ede22019-08-15 00:45:092561 "libc",
klensy50c38902021-05-01 11:50:032562 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092563 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582564]
2565
2566[[package]]
2567name = "openssl-probe"
klensy43512e62022-07-26 16:16:432568version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582569source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432570checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582571
2572[[package]]
Eric Huss97308712018-08-14 21:27:262573name = "openssl-src"
klensy43512e62022-07-26 16:16:432574version = "111.22.0+1.1.1q"
Eric Huss97308712018-08-14 21:27:262575source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432576checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
Eric Huss97308712018-08-14 21:27:262577dependencies = [
Alex Crichton093ede22019-08-15 00:45:092578 "cc",
Eric Huss97308712018-08-14 21:27:262579]
2580
2581[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582582name = "openssl-sys"
Johannes Nixdorf59c66bb2022-04-16 08:50:292583version = "0.9.72"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582584source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292585checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582586dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152587 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092588 "cc",
2589 "libc",
2590 "openssl-src",
2591 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092592 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582593]
2594
2595[[package]]
Weihang Lo5095f542022-09-27 16:46:342596name = "ordered-float"
2597version = "2.10.0"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
2600dependencies = [
2601 "num-traits",
2602]
2603
2604[[package]]
Eric Huss94015472021-10-12 04:48:272605name = "os_info"
Eric Huss0a31aa22022-08-10 11:07:572606version = "3.5.0"
Eric Huss94015472021-10-12 04:48:272607source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss0a31aa22022-08-10 11:07:572608checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399"
Eric Huss94015472021-10-12 04:48:272609dependencies = [
2610 "log",
2611 "serde",
2612 "winapi",
2613]
2614
2615[[package]]
Eric Hussbfacc5c2022-01-19 03:14:332616name = "os_str_bytes"
2617version = "6.0.0"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
Eric Hussbfacc5c2022-01-19 03:14:332620
2621[[package]]
Ralf Jung10430db2022-07-15 14:04:232622name = "owo-colors"
2623version = "3.4.0"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b"
2626
2627[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052628name = "packed_simd_2"
2629version = "0.3.4"
Nick Cameron7a7445b2018-12-01 10:36:322630source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:052631checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
Nick Cameron7a7445b2018-12-01 10:36:322632dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072633 "cfg-if 0.1.10",
Yuki Okushi2b0e27e2021-03-17 20:34:052634 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322635]
2636
2637[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292638name = "panic_abort"
2639version = "0.0.0"
2640dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392641 "alloc",
Collin Bakerdfab01b2022-10-21 18:38:562642 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092643 "compiler_builtins",
2644 "core",
2645 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292646]
2647
2648[[package]]
2649name = "panic_unwind"
2650version = "0.0.0"
2651dependencies = [
Alex Crichton093ede22019-08-15 00:45:092652 "alloc",
Collin Bakerdfab01b2022-10-21 18:38:562653 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092654 "compiler_builtins",
2655 "core",
2656 "libc",
2657 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292658]
2659
2660[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012661name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552662version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442663source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552664checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442665dependencies = [
2666 "instant",
Caleb Cartwright63913182021-02-10 01:52:542667 "lock_api",
Philipp Krones586cbd02022-06-04 12:07:442668 "parking_lot_core 0.8.5",
2669]
2670
2671[[package]]
2672name = "parking_lot"
2673version = "0.12.1"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2676dependencies = [
2677 "lock_api",
Mateusz Mikuład5899ef2022-11-05 11:19:552678 "parking_lot_core 0.9.4",
Mark Rousskov342d9562020-08-17 15:21:442679]
2680
2681[[package]]
2682name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552683version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442684source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552685checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442686dependencies = [
Yuki Okushi79348f42021-03-17 20:25:472687 "cfg-if 1.0.0",
Mark Rousskov342d9562020-08-17 15:21:442688 "instant",
2689 "libc",
klensydcdc3082021-05-11 19:03:592690 "redox_syscall",
Jubilee Younge8eb6912021-04-22 04:40:292691 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312692 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312693]
2694
2695[[package]]
Philipp Krones586cbd02022-06-04 12:07:442696name = "parking_lot_core"
Mateusz Mikuład5899ef2022-11-05 11:19:552697version = "0.9.4"
Philipp Krones586cbd02022-06-04 12:07:442698source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552699checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
Philipp Krones586cbd02022-06-04 12:07:442700dependencies = [
2701 "cfg-if 1.0.0",
2702 "libc",
2703 "redox_syscall",
2704 "smallvec",
Weihang Lo8a808dc2022-11-23 01:01:352705 "windows-sys",
Philipp Krones586cbd02022-06-04 12:07:442706]
2707
2708[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272709name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322710version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272711source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322712checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272713
2714[[package]]
Alex Crichton1cede102017-06-15 02:33:062715name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482716version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392717source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482718checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392719
2720[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382721name = "perf-event-open-sys"
2722version = "1.0.1"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2725dependencies = [
2726 "libc",
2727]
2728
2729[[package]]
Steve Klabnika0769612017-02-07 23:13:572730name = "pest"
klensy45fac342022-08-31 20:04:122731version = "2.3.0"
James Munnsde763692019-01-19 02:39:372732source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122733checksum = "4b0560d531d1febc25a3c9398a62a71256c0178f2e3443baedd9ad4bb8c9deb4"
James Munnsde763692019-01-19 02:39:372734dependencies = [
klensy45fac342022-08-31 20:04:122735 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092736 "ucd-trie",
James Munnsde763692019-01-19 02:39:372737]
2738
2739[[package]]
Alex Crichtone9d89832018-04-02 15:43:552740name = "pest_derive"
klensy45fac342022-08-31 20:04:122741version = "2.3.0"
James Munnsde763692019-01-19 02:39:372742source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122743checksum = "905708f7f674518498c1f8d644481440f476d39ca6ecae83319bba7c6c12da91"
James Munnsde763692019-01-19 02:39:372744dependencies = [
Alex Crichton093ede22019-08-15 00:45:092745 "pest",
2746 "pest_generator",
James Munnsde763692019-01-19 02:39:372747]
2748
2749[[package]]
2750name = "pest_generator"
klensy45fac342022-08-31 20:04:122751version = "2.3.0"
James Munnsde763692019-01-19 02:39:372752source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122753checksum = "5803d8284a629cc999094ecd630f55e91b561a1d1ba75e233b00ae13b91a69ad"
James Munnsde763692019-01-19 02:39:372754dependencies = [
Alex Crichton093ede22019-08-15 00:45:092755 "pest",
2756 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152757 "proc-macro2",
2758 "quote",
2759 "syn",
James Munnsde763692019-01-19 02:39:372760]
2761
2762[[package]]
2763name = "pest_meta"
klensy45fac342022-08-31 20:04:122764version = "2.3.0"
James Munnsde763692019-01-19 02:39:372765source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122766checksum = "1538eb784f07615c6d9a8ab061089c6c54a344c5b4301db51990ca1c241e8c04"
James Munnsde763692019-01-19 02:39:372767dependencies = [
klensy45fac342022-08-31 20:04:122768 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092769 "pest",
klensy45fac342022-08-31 20:04:122770 "sha-1",
James Munnsde763692019-01-19 02:39:372771]
2772
2773[[package]]
Jack Hueya24df5b2020-03-03 16:25:032774name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192775version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032776source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192777checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032778dependencies = [
2779 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192780 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032781]
2782
2783[[package]]
steveklabnikecfbaca2018-04-03 14:32:042784name = "phf"
klensy947e7872022-04-15 18:11:142785version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042786source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142787checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042788dependencies = [
Alex Crichton093ede22019-08-15 00:45:092789 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042790]
2791
2792[[package]]
2793name = "phf_codegen"
klensy947e7872022-04-15 18:11:142794version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042795source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142796checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042797dependencies = [
Alex Crichton093ede22019-08-15 00:45:092798 "phf_generator",
2799 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042800]
2801
2802[[package]]
2803name = "phf_generator"
klensy947e7872022-04-15 18:11:142804version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042805source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142806checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042807dependencies = [
Alex Crichton093ede22019-08-15 00:45:092808 "phf_shared",
klensy947e7872022-04-15 18:11:142809 "rand 0.8.5",
steveklabnikecfbaca2018-04-03 14:32:042810]
2811
2812[[package]]
2813name = "phf_shared"
klensy947e7872022-04-15 18:11:142814version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042815source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142816checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042817dependencies = [
Alex Crichton093ede22019-08-15 00:45:092818 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042819]
2820
2821[[package]]
Caleb Cartwright63913182021-02-10 01:52:542822name = "pin-project-lite"
klensy9f621ae2022-01-24 17:19:212823version = "0.2.8"
Caleb Cartwright63913182021-02-10 01:52:542824source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:212825checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
Caleb Cartwright63913182021-02-10 01:52:542826
2827[[package]]
2828name = "pin-utils"
2829version = "0.1.0"
2830source = "registry+https://github.com/rust-lang/crates.io-index"
2831checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2832
2833[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582834name = "pkg-config"
Alyssa Rossb3b6fbc2022-10-14 01:42:232835version = "0.3.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582836source = "registry+https://github.com/rust-lang/crates.io-index"
Alyssa Rossb3b6fbc2022-10-14 01:42:232837checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582838
2839[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012840name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062841version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012842source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062843checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512844dependencies = [
Alex Crichton093ede22019-08-15 00:45:092845 "datafrog",
2846 "log",
2847 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512848]
Santiago Pastorino8429d112018-05-24 21:52:012849
2850[[package]]
gnzlbg52caca02019-08-01 15:02:262851name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212852version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262853source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212854checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262855
2856[[package]]
steveklabnikecfbaca2018-04-03 14:32:042857name = "precomputed-hash"
2858version = "0.1.1"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092860checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042861
2862[[package]]
Eric Huss8c20add2018-12-03 01:33:202863name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382864version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202865source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382866checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202867dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382868 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092869 "log",
Eric Huss8c20add2018-12-03 01:33:202870]
2871
2872[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112873name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442874version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112875source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442876checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112877dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442878 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152879 "proc-macro2",
2880 "quote",
2881 "syn",
Mark Rousskov342d9562020-08-17 15:21:442882 "version_check",
2883]
2884
2885[[package]]
2886name = "proc-macro-error-attr"
2887version = "1.0.4"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2890dependencies = [
2891 "proc-macro2",
2892 "quote",
2893 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552894]
2895
2896[[package]]
David Wood7f916972022-03-26 07:27:432897name = "proc-macro-hack"
2898version = "0.5.19"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2901
2902[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112903name = "proc-macro2"
Andres Suareza65ddf02022-10-09 03:25:402904version = "1.0.46"
Igor Matuszewskic2249a42019-09-08 08:28:112905source = "registry+https://github.com/rust-lang/crates.io-index"
Andres Suareza65ddf02022-10-09 03:25:402906checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
Igor Matuszewskic2249a42019-09-08 08:28:112907dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402908 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112909]
2910
2911[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292912name = "proc_macro"
2913version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082914dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322915 "core",
Alex Crichtonb47c9692019-08-16 15:29:082916 "std",
2917]
Ahmed Charles9ca382f2016-09-02 08:55:292918
2919[[package]]
whitequark42754ce2017-02-13 09:57:502920name = "profiler_builtins"
2921version = "0.0.0"
2922dependencies = [
Alex Crichton093ede22019-08-15 00:45:092923 "cc",
2924 "compiler_builtins",
2925 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392926]
2927
2928[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242929name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:552930version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:242931source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552932checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:242933dependencies = [
2934 "cc",
2935]
2936
2937[[package]]
Steve Klabnika0769612017-02-07 23:13:572938name = "pulldown-cmark"
Guillaume Gomez7f78a9a2022-07-26 18:36:202939version = "0.9.2"
Joshua Nelsone4c28bf2020-09-14 00:15:012940source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202941checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
Joshua Nelsone4c28bf2020-09-14 00:15:012942dependencies = [
2943 "bitflags",
2944 "memchr",
2945 "unicase",
2946]
2947
2948[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322949name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442950version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322951source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442952checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322953
2954[[package]]
Steve Klabnika0769612017-02-07 23:13:572955name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062956version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572957source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062958checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572959
2960[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292961name = "quine-mc_cluskey"
2962version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582963source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092964checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582965
2966[[package]]
2967name = "quote"
Philipp Kronesd4077782022-11-21 19:52:062968version = "1.0.21"
Igor Matuszewskic2249a42019-09-08 08:28:112969source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesd4077782022-11-21 19:52:062970checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
Igor Matuszewskic2249a42019-09-08 08:28:112971dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152972 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552973]
2974
2975[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292976name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:572977version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:262978source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572979checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:262980dependencies = [
Collin Bakerdfab01b2022-10-21 18:38:562981 "getrandom 0.1.16",
Alex Crichton093ede22019-08-15 00:45:092982 "libc",
Aaron Hill2550d5b2021-03-07 23:39:192983 "rand_chacha 0.2.2",
2984 "rand_core 0.5.1",
klensy947e7872022-04-15 18:11:142985 "rand_hc",
Alex Crichtonb4110902018-12-08 11:06:542986]
2987
2988[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192989name = "rand"
klensy947e7872022-04-15 18:11:142990version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:192991source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142992checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:192993dependencies = [
2994 "libc",
2995 "rand_chacha 0.3.0",
2996 "rand_core 0.6.2",
Aaron Hill2550d5b2021-03-07 23:39:192997]
2998
2999[[package]]
gnzlbg52caca02019-08-01 15:02:263000name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:213001version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:263002source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:213003checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:263004dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:213005 "ppv-lite86",
Aaron Hill2550d5b2021-03-07 23:39:193006 "rand_core 0.5.1",
3007]
3008
3009[[package]]
3010name = "rand_chacha"
3011version = "0.3.0"
3012source = "registry+https://github.com/rust-lang/crates.io-index"
3013checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
3014dependencies = [
3015 "ppv-lite86",
3016 "rand_core 0.6.2",
gnzlbg52caca02019-08-01 15:02:263017]
3018
3019[[package]]
Alex Crichtonb4110902018-12-08 11:06:543020name = "rand_core"
Eric Huss2b985322019-11-25 16:14:073021version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:263022source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:073023checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:263024dependencies = [
Collin Bakerdfab01b2022-10-21 18:38:563025 "getrandom 0.1.16",
gnzlbg52caca02019-08-01 15:02:263026]
3027
3028[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193029name = "rand_core"
3030version = "0.6.2"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
3033dependencies = [
3034 "getrandom 0.2.0",
3035]
3036
3037[[package]]
Alex Crichtonb4110902018-12-08 11:06:543038name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:263039version = "0.2.0"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093041checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:263042dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193043 "rand_core 0.5.1",
3044]
3045
3046[[package]]
Ralf Jung5b78e982019-04-19 07:37:333047name = "rand_xorshift"
3048version = "0.2.0"
3049source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093050checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:333051dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193052 "rand_core 0.5.1",
Eric Huss2b985322019-11-25 16:14:073053]
3054
3055[[package]]
3056name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:293057version = "0.6.0"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3060dependencies = [
3061 "rand_core 0.6.2",
3062]
3063
3064[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293065name = "rayon"
Josh Stoneab57e362022-05-28 00:14:223066version = "1.5.3"
Nick Cameron4b6f5c22018-02-26 03:15:453067source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223068checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
Nick Cameron4b6f5c22018-02-26 03:15:453069dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443070 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163071 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:093072 "either",
3073 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293074]
3075
3076[[package]]
3077name = "rayon-core"
Josh Stoneab57e362022-05-28 00:14:223078version = "1.9.3"
Oliver Schneideracdf83f2017-12-06 08:25:293079source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223080checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
Oliver Schneideracdf83f2017-12-06 08:25:293081dependencies = [
Josh Stonef3b88122022-01-10 19:34:073082 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163083 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073084 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:093085 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:313086]
3087
3088[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353089name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:403090version = "0.2.10"
flip19950046d7c2021-02-25 10:26:233091source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:403092checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:233093dependencies = [
3094 "bitflags",
3095]
3096
3097[[package]]
flip19954c228cc2019-02-18 09:32:583098name = "redox_users"
flip19950046d7c2021-02-25 10:26:233099version = "0.4.0"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3102dependencies = [
3103 "getrandom 0.2.0",
klensydcdc3082021-05-11 19:03:593104 "redox_syscall",
flip19950046d7c2021-02-25 10:26:233105]
3106
3107[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583108name = "regex"
klensy43512e62022-07-26 16:16:433109version = "1.5.6"
Oliver Schneider847bb142018-05-11 12:11:063110source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:433111checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
Oliver Schneider847bb142018-05-11 12:11:063112dependencies = [
Alex Crichton093ede22019-08-15 00:45:093113 "aho-corasick",
3114 "memchr",
3115 "regex-syntax",
Oliver Schneider847bb142018-05-11 12:11:063116]
3117
3118[[package]]
Oliver Schererec7230f2020-07-24 18:42:003119name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093120version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003121source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093122checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003123dependencies = [
Oliver Schererec7230f2020-07-24 18:42:003124 "regex-syntax",
3125]
3126
3127[[package]]
Charles Lewa7750042022-11-06 06:43:253128name = "regex-automata"
3129version = "0.2.0"
3130source = "registry+https://github.com/rust-lang/crates.io-index"
3131checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3132dependencies = [
3133 "memchr",
3134]
3135
3136[[package]]
Steve Klabnika0769612017-02-07 23:13:573137name = "regex-syntax"
klensy43512e62022-07-26 16:16:433138version = "0.6.26"
Oliver Schneider847bb142018-05-11 12:11:063139source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:433140checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
Oliver Schneider847bb142018-05-11 12:11:063141
3142[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193143name = "remote-test-client"
3144version = "0.1.0"
3145
3146[[package]]
3147name = "remote-test-server"
3148version = "0.1.0"
3149
3150[[package]]
Alex Crichton994bfd42018-02-26 17:07:163151name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:443152version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:163153source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443154checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:163155dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:313156 "winapi",
Alex Crichton994bfd42018-02-26 17:07:163157]
3158
3159[[package]]
est31d32ff142022-08-23 20:14:123160name = "replace-version-placeholder"
3161version = "0.1.0"
3162dependencies = [
3163 "tidy",
3164 "walkdir",
3165]
3166
3167[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583168name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433169version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583170dependencies = [
Alex Crichton093ede22019-08-15 00:45:093171 "rustc-workspace-hack",
Alex Crichton093ede22019-08-15 00:45:093172 "serde",
3173 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483174]
3175
3176[[package]]
Martin Algesten9a6afa82018-02-02 07:29:593177name = "rls-data"
Igor Matuszewskid72ea1b2021-01-15 00:50:593178version = "0.19.1"
Igor Matuszewski3ac464f2021-01-15 01:26:553179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
Martin Algesten9a6afa82018-02-02 07:29:593181dependencies = [
Alex Crichton093ede22019-08-15 00:45:093182 "rls-span",
3183 "serde",
Martin Algesten9a6afa82018-02-02 07:29:593184]
3185
3186[[package]]
Nick Cameronfee1f642017-03-14 02:16:443187name = "rls-span"
Igor Matuszewskid72ea1b2021-01-15 00:50:593188version = "0.5.3"
Igor Matuszewski3ac464f2021-01-15 01:26:553189source = "registry+https://github.com/rust-lang/crates.io-index"
3190checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
Nick Cameronfee1f642017-03-14 02:16:443191dependencies = [
Alex Crichton093ede22019-08-15 00:45:093192 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583193]
3194
3195[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153196name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173197version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153198dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173199 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153200 "rustc-demangle",
3201]
3202
3203[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293204name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573205version = "0.1.0"
3206dependencies = [
Weihang Loc1b4f112022-10-04 20:57:493207 "clap 3.2.20",
Eric Huss5b9e9d02020-11-15 01:37:023208 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093209 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573210]
Ahmed Charles9ca382f2016-09-02 08:55:293211
3212[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573213name = "rustc-build-sysroot"
Ralf Jung55162732022-11-15 19:06:423214version = "0.4.0"
Ralf Jung9cc11e22022-10-04 13:23:573215source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:423216checksum = "20c4b4625eeb148cccf82d5e9b90ad7fab3b11a0204cf75cc7fa04981a0fdffd"
Ralf Jung9cc11e22022-10-04 13:23:573217dependencies = [
3218 "anyhow",
3219 "rustc_version",
3220 "tempfile",
3221]
3222
3223[[package]]
Josh Stone020c5ec2017-05-08 22:01:133224name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253225version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:133226source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253227checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:513228dependencies = [
Alex Crichton093ede22019-08-15 00:45:093229 "compiler_builtins",
3230 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513231]
Josh Stone020c5ec2017-05-08 22:01:133232
3233[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023234name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193235version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023236source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193237checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023238
3239[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293240name = "rustc-main"
3241version = "0.0.0"
3242dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043243 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093244 "rustc_codegen_ssa",
3245 "rustc_driver",
Oli Scherer9960cc12022-06-02 10:08:383246 "rustc_smir",
Ahmed Charles9ca382f2016-09-02 08:55:293247]
3248
3249[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033250name = "rustc-rayon"
Josh Stoneab57e362022-05-28 00:14:223251version = "0.4.0"
Josh Stone33c41252019-09-10 17:13:073252source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223253checksum = "1a79f0b0b2609e2eacf9758013f50e7176cb4b29fd6436a747b14a5362c8727a"
Josh Stone33c41252019-09-10 17:13:073254dependencies = [
Josh Stoneab57e362022-05-28 00:14:223255 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163256 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073257 "either",
Igor Matuszewski5b091302019-12-10 15:01:013258 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413259]
3260
3261[[package]]
Josh Stone33c41252019-09-10 17:13:073262name = "rustc-rayon-core"
Josh Stoneab57e362022-05-28 00:14:223263version = "0.4.1"
Josh Stone33c41252019-09-10 17:13:073264source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223265checksum = "02269144a0db9bb55cf5d4a41a5a0e95b334b0b78b08269018ca9b0250718c30"
Josh Stone33c41252019-09-10 17:13:073266dependencies = [
Josh Stoneab57e362022-05-28 00:14:223267 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163268 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073269 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073270 "num_cpus",
3271]
3272
3273[[package]]
flip1995898ef0f2020-12-06 14:07:593274name = "rustc-semver"
3275version = "1.1.0"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3278
3279[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053280name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053281version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053282dependencies = [
Alex Crichton093ede22019-08-15 00:45:093283 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053284]
3285
3286[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503287name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053288version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503289dependencies = [
Alex Crichton093ede22019-08-15 00:45:093290 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503291]
3292
3293[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083294name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053295version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083296dependencies = [
3297 "std",
3298]
3299
3300[[package]]
Alex Crichton0e034d12018-07-31 21:16:553301name = "rustc-workspace-hack"
3302version = "1.0.0"
3303dependencies = [
Ralf Jung55162732022-11-15 19:06:423304 "bstr 0.2.17",
Weihang Loc1b4f112022-10-04 20:57:493305 "clap 3.2.20",
Weihang Lo1e5dad02022-11-25 22:37:043306 "libc",
Eric Huss0bfc45a2020-12-23 20:18:153307 "libz-sys",
Ralf Jung157b2d52022-11-16 15:13:553308 "rand 0.8.5",
Ralf Jung1cc71392022-07-08 04:23:013309 "regex",
Alex Crichton093ede22019-08-15 00:45:093310 "serde_json",
Aaron Hill70ba4912020-08-01 14:11:153311 "syn",
Eric Huss4a7e2fb2022-08-21 04:19:433312 "url",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313313 "winapi",
Alex Crichton0e034d12018-07-31 21:16:553314]
3315
3316[[package]]
hkalbasi390a6372022-11-06 21:06:113317name = "rustc_abi"
3318version = "0.0.0"
3319dependencies = [
3320 "bitflags",
3321 "rand 0.8.5",
3322 "rand_xoshiro",
3323 "rustc_data_structures",
3324 "rustc_index",
3325 "rustc_macros",
3326 "rustc_serialize",
3327 "tracing",
3328]
3329
3330[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433331name = "rustc_apfloat"
3332version = "0.0.0"
3333dependencies = [
Alex Crichton093ede22019-08-15 00:45:093334 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:293335 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433336]
3337
3338[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403339name = "rustc_arena"
3340version = "0.0.0"
3341dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293342 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403343]
3344
3345[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263346name = "rustc_ast"
3347version = "0.0.0"
3348dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013349 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263350 "rustc_data_structures",
3351 "rustc_index",
3352 "rustc_lexer",
3353 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403354 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263355 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293356 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303357 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003358 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263359]
3360
3361[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563362name = "rustc_ast_lowering"
3363version = "0.0.0"
3364dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403365 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263366 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463367 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563368 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563369 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573370 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563371 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513372 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233373 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:503374 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563375 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563376 "rustc_span",
3377 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293378 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303379 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003380 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563381]
3382
3383[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443384name = "rustc_ast_passes"
3385version = "0.0.0"
3386dependencies = [
pierwillf684acd2022-03-04 17:54:283387 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263388 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463389 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203390 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443391 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443392 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393393 "rustc_feature",
finalchildd6fdf142022-08-17 14:51:013394 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443395 "rustc_parse",
3396 "rustc_session",
3397 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053398 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003399 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443400]
3401
3402[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463403name = "rustc_ast_pretty"
3404version = "0.0.0"
3405dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263406 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463407 "rustc_span",
Mazdak Farrokhzade2333312020-01-11 16:02:463408]
3409
3410[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203411name = "rustc_attr"
3412version = "0.0.0"
3413dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263414 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463415 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203416 "rustc_data_structures",
3417 "rustc_errors",
3418 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483419 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203420 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403421 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203422 "rustc_session",
3423 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203424]
3425
3426[[package]]
Charles Lewa7750042022-11-06 06:43:253427name = "rustc_baked_icu_data"
3428version = "0.0.0"
3429dependencies = [
3430 "icu_list",
3431 "icu_locid",
3432 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223433 "icu_provider_adapters",
Charles Lewa7750042022-11-06 06:43:253434 "litemap",
Charles Lewbde2f982022-11-06 06:58:223435 "zerovec",
Charles Lewa7750042022-11-06 06:43:253436]
3437
3438[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403439name = "rustc_borrowck"
3440version = "0.0.0"
3441dependencies = [
3442 "either",
pierwillf684acd2022-03-04 17:54:283443 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403444 "polonius-engine",
Camille GILLOTc5fc2602021-01-05 19:08:113445 "rustc_const_eval",
Camille GILLOT31a61cc2020-12-30 17:48:403446 "rustc_data_structures",
3447 "rustc_errors",
3448 "rustc_graphviz",
3449 "rustc_hir",
3450 "rustc_index",
3451 "rustc_infer",
3452 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013453 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403454 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073455 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403456 "rustc_serialize",
3457 "rustc_session",
3458 "rustc_span",
3459 "rustc_target",
3460 "rustc_trait_selection",
3461 "rustc_traits",
3462 "smallvec",
3463 "tracing",
3464]
3465
3466[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323467name = "rustc_builtin_macros"
3468version = "0.0.0"
3469dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263470 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463471 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203472 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323473 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323474 "rustc_errors",
3475 "rustc_expand",
3476 "rustc_feature",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143477 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233478 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313479 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323480 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403481 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203482 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323483 "rustc_span",
3484 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293485 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303486 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003487 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323488]
3489
3490[[package]]
Irina Popab63d7e22018-05-08 13:10:163491name = "rustc_codegen_llvm"
3492version = "0.0.0"
3493dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353494 "bitflags",
Xidorn Quan38e42332021-02-13 11:17:153495 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353496 "libc",
Ralf Jung61a986a2022-06-26 02:21:493497 "measureme",
Michael Howellcf83a1d2022-11-03 17:10:153498 "object",
Alex Crichton7f23e6e2019-10-22 15:51:353499 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263500 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203501 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353502 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353503 "rustc_data_structures",
3504 "rustc_errors",
3505 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573506 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353507 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093508 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553509 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593510 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453511 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543512 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403513 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353514 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323515 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543516 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353517 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293518 "smallvec",
Alex Gaynorc65c3622022-06-30 19:01:383519 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003520 "tracing",
Irina Popab63d7e22018-05-08 13:10:163521]
3522
3523[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043524name = "rustc_codegen_ssa"
3525version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353526dependencies = [
bjorn3be670842022-05-28 10:43:513527 "ar_archive_writer",
Alex Crichton093ede22019-08-15 00:45:093528 "bitflags",
3529 "cc",
pierwillf684acd2022-03-04 17:54:283530 "itertools",
Alex Crichton093ede22019-08-15 00:45:093531 "jobserver",
3532 "libc",
Michael Howellcf83a1d2022-11-03 17:10:153533 "object",
Federico Ponzi4b6a0272020-07-17 22:01:273534 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143535 "regex",
David Wood2dc1a8a2021-12-03 14:24:053536 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263537 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203538 "rustc_attr",
522522527412d12022-07-14 21:42:473539 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093540 "rustc_data_structures",
3541 "rustc_errors",
3542 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573543 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093544 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103545 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573546 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363547 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453548 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543549 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403550 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083551 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323552 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583553 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093554 "rustc_target",
bjorn35cc35932022-05-06 15:20:423555 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423556 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253557 "snap",
Mark Mansi2d75a332020-03-12 23:07:583558 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053559 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003560 "tracing",
Irina Popab63d7e22018-05-08 13:10:163561]
3562
3563[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113564name = "rustc_const_eval"
3565version = "0.0.0"
3566dependencies = [
Ralf Jung41018892022-11-18 09:18:323567 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113568 "rustc_apfloat",
3569 "rustc_ast",
3570 "rustc_attr",
3571 "rustc_data_structures",
3572 "rustc_errors",
3573 "rustc_hir",
3574 "rustc_index",
3575 "rustc_infer",
3576 "rustc_macros",
3577 "rustc_middle",
3578 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:543579 "rustc_query_system",
Camille GILLOTc5fc2602021-01-05 19:08:113580 "rustc_session",
3581 "rustc_span",
3582 "rustc_target",
3583 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463584 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113585 "tracing",
3586]
3587
3588[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293589name = "rustc_data_structures"
3590version = "0.0.0"
3591dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353592 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363593 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073594 "cfg-if 0.1.10",
Jack Hueya42e5a12020-05-27 05:05:093595 "ena",
Alex Crichton093ede22019-08-15 00:45:093596 "indexmap",
3597 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193598 "libc",
Ralf Jung61a986a2022-06-26 02:21:493599 "measureme",
bjorn38331dbe2021-03-29 09:18:523600 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:443601 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:093602 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013603 "rustc-rayon",
3604 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403605 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513606 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573607 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403608 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293609 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093610 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553611 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503612 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303613 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003614 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313615 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293616]
3617
3618[[package]]
3619name = "rustc_driver"
3620version = "0.0.0"
3621dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193622 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263623 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463624 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483625 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093626 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503627 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093628 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183629 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573630 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293631 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193632 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093633 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133634 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523635 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093636 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093637 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453638 "rustc_middle",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133639 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323640 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093641 "rustc_save_analysis",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083642 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323643 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093644 "rustc_target",
bjorn3fc1df4f2021-06-03 15:45:093645 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:003646 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313647 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293648]
3649
3650[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053651name = "rustc_error_codes"
3652version = "0.0.0"
3653
3654[[package]]
David Woodc45f2952022-03-24 02:03:043655name = "rustc_error_messages"
3656version = "0.0.0"
3657dependencies = [
David Woodd5119c52022-03-28 08:36:203658 "fluent-bundle",
3659 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253660 "icu_list",
3661 "icu_locid",
3662 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383663 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253664 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433665 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043666 "rustc_macros",
3667 "rustc_serialize",
3668 "rustc_span",
David Wood7f916972022-03-26 07:27:433669 "tracing",
3670 "unic-langid",
Charles Lewa7750042022-11-06 06:43:253671 "writeable",
David Woodc45f2952022-03-24 02:03:043672]
3673
3674[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293675name = "rustc_errors"
3676version = "0.0.0"
3677dependencies = [
klensy754b5262022-07-31 13:44:063678 "annotate-snippets",
Xiretza8489a672022-09-14 17:22:203679 "rustc_ast",
3680 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093681 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043682 "rustc_error_messages",
Michael Gouletff9fd362022-06-29 05:09:593683 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523684 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573685 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403686 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323687 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593688 "rustc_target",
bjorn362a4f912021-06-03 19:14:153689 "serde",
3690 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093691 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483692 "termize",
Oliver Schererec7230f2020-07-24 18:42:003693 "tracing",
Alex Crichton093ede22019-08-15 00:45:093694 "unicode-width",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313695 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293696]
3697
3698[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323699name = "rustc_expand"
3700version = "0.0.0"
3701dependencies = [
Nika Layzell6d1650f2022-06-18 18:15:033702 "crossbeam-channel",
Vadim Petrochenkov6054a302020-02-29 17:16:263703 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393704 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463705 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203706 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323707 "rustc_data_structures",
3708 "rustc_errors",
3709 "rustc_feature",
3710 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003711 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573712 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323713 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403714 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203715 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323716 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293717 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523718 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003719 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323720]
3721
3722[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383723name = "rustc_feature"
3724version = "0.0.0"
3725dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183726 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323727 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383728]
3729
3730[[package]]
Mark Rousskove3177c62018-08-03 21:31:033731name = "rustc_fs_util"
3732version = "0.0.0"
3733
3734[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403735name = "rustc_graphviz"
3736version = "0.0.0"
3737
3738[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273739name = "rustc_hir"
3740version = "0.0.0"
3741dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373742 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203743 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263744 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273745 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043746 "rustc_error_messages",
Mazdak Farrokhzad7a140732019-12-25 02:51:273747 "rustc_index",
3748 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403749 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273750 "rustc_span",
3751 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293752 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003753 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273754]
3755
3756[[package]]
lcnr1fc86a62022-09-26 11:00:293757name = "rustc_hir_analysis"
3758version = "0.0.0"
3759dependencies = [
3760 "rustc_arena",
3761 "rustc_ast",
3762 "rustc_attr",
3763 "rustc_data_structures",
3764 "rustc_errors",
3765 "rustc_feature",
3766 "rustc_graphviz",
3767 "rustc_hir",
3768 "rustc_hir_pretty",
3769 "rustc_index",
3770 "rustc_infer",
3771 "rustc_lint",
3772 "rustc_macros",
3773 "rustc_middle",
3774 "rustc_serialize",
3775 "rustc_session",
3776 "rustc_span",
3777 "rustc_target",
3778 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293779 "rustc_type_ir",
3780 "smallvec",
3781 "tracing",
3782]
3783
3784[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193785name = "rustc_hir_pretty"
3786version = "0.0.0"
3787dependencies = [
3788 "rustc_ast",
3789 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193790 "rustc_hir",
3791 "rustc_span",
3792 "rustc_target",
3793]
3794
3795[[package]]
lcnrfb3ab132022-10-20 15:51:373796name = "rustc_hir_typeck"
3797version = "0.1.0"
3798dependencies = [
3799 "rustc_ast",
3800 "rustc_data_structures",
3801 "rustc_errors",
3802 "rustc_graphviz",
3803 "rustc_hir",
3804 "rustc_hir_analysis",
3805 "rustc_hir_pretty",
3806 "rustc_index",
3807 "rustc_infer",
3808 "rustc_lint",
3809 "rustc_macros",
3810 "rustc_middle",
3811 "rustc_serialize",
3812 "rustc_session",
3813 "rustc_span",
3814 "rustc_target",
3815 "rustc_trait_selection",
3816 "rustc_type_ir",
3817 "smallvec",
3818 "tracing",
3819]
3820
3821[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293822name = "rustc_incremental"
3823version = "0.0.0"
3824dependencies = [
klensy947e7872022-04-15 18:11:143825 "rand 0.8.5",
Vadim Petrochenkov6054a302020-02-29 17:16:263826 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093827 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593828 "rustc_errors",
Alex Crichton093ede22019-08-15 00:45:093829 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403830 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573831 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573832 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453833 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403834 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163835 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323836 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003837 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293838]
3839
3840[[package]]
csmoe1cff2e62019-09-25 19:09:513841name = "rustc_index"
3842version = "0.0.0"
3843dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353844 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573845 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403846 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293847 "smallvec",
csmoe1cff2e62019-09-25 19:09:513848]
3849
3850[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243851name = "rustc_infer"
3852version = "0.0.0"
3853dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243854 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243855 "rustc_errors",
3856 "rustc_hir",
3857 "rustc_index",
3858 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453859 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403860 "rustc_serialize",
Nikita Tomashevich313d4742022-08-21 17:56:003861 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:243862 "rustc_span",
3863 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293864 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003865 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243866]
3867
3868[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233869name = "rustc_interface"
3870version = "0.0.0"
3871dependencies = [
Andy Russell923f9392021-11-08 23:03:553872 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:013873 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313874 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263875 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563876 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443877 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203878 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:403879 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323880 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353881 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093882 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113883 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093884 "rustc_data_structures",
3885 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323886 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:273887 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293888 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:373889 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:093890 "rustc_incremental",
3891 "rustc_lint",
finalchildc1a98412022-08-16 20:07:473892 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093893 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453894 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:443895 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:253896 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:153897 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133898 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093899 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323900 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093901 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163902 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:093903 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:403904 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163905 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323906 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583907 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163908 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403909 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093910 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373911 "rustc_ty_utils",
Jubilee Younge8eb6912021-04-22 04:40:293912 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003913 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:233914]
3915
3916[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403917name = "rustc_lexer"
3918version = "0.1.0"
3919dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:503920 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:233921 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:153922 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:403923]
3924
3925[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293926name = "rustc_lint"
3927version = "0.0.0"
3928dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263929 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463930 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203931 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093932 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473933 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383934 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573935 "rustc_hir",
csmoe64f61c72019-09-26 05:38:333936 "rustc_index",
Mara Bos0a313252021-08-16 15:25:353937 "rustc_infer",
David Wood9d864c82022-06-30 07:57:453938 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453939 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:423940 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:203941 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323942 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093943 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403944 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463945 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:003946 "tracing",
Charles Lew485e98a2020-01-02 12:02:223947 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293948]
3949
3950[[package]]
Aaron Hill23018a52020-08-13 19:41:523951name = "rustc_lint_defs"
3952version = "0.0.0"
3953dependencies = [
3954 "rustc_ast",
3955 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043956 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:273957 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523958 "rustc_macros",
3959 "rustc_serialize",
3960 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:383961 "rustc_target",
bjorn362a4f912021-06-03 19:14:153962 "serde",
Aaron Hill23018a52020-08-13 19:41:523963]
3964
3965[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293966name = "rustc_llvm"
3967version = "0.0.0"
3968dependencies = [
Alex Crichton093ede22019-08-15 00:45:093969 "cc",
Aaron Hill47e932b2019-12-12 15:51:193970 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293971]
3972
3973[[package]]
David Tolnay6152d152022-01-04 00:32:523974name = "rustc_log"
3975version = "0.0.0"
3976dependencies = [
David Tolnayffbeebb2022-01-04 06:01:353977 "rustc_span",
David Tolnay6152d152022-01-04 00:32:523978 "tracing",
3979 "tracing-subscriber",
3980 "tracing-tree",
3981]
3982
3983[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:103984name = "rustc_macros"
3985version = "0.1.0"
3986dependencies = [
klensy754b5262022-07-31 13:44:063987 "annotate-snippets",
David Wood552eb322022-05-23 17:24:553988 "fluent-bundle",
3989 "fluent-syntax",
Aaron Hill70ba4912020-08-01 14:11:153990 "proc-macro2",
3991 "quote",
3992 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:163993 "synstructure",
David Wood552eb322022-05-23 17:24:553994 "unic-langid",
John Kåre Alsaker74b64192019-03-01 00:22:103995]
3996
3997[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293998name = "rustc_metadata"
3999version = "0.0.0"
4000dependencies = [
Andy Russell923f9392021-11-08 23:03:554001 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374002 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264003 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204004 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094005 "rustc_data_structures",
4006 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324007 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174008 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574009 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194010 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104011 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574012 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454013 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404014 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084015 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324016 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094017 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464018 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294019 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:304020 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044021 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004022 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294023]
4024
4025[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454026name = "rustc_middle"
4027version = "0.0.0"
4028dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454029 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:034030 "chalk-ir",
Maybe Wafflee20e5062022-11-28 11:11:454031 "derive_more",
Camille GILLOTfd9c04f2021-01-05 18:53:074032 "either",
4033 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454034 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:264035 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454036 "rustc-rayon-core",
4037 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404038 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454039 "rustc_ast",
4040 "rustc_attr",
4041 "rustc_data_structures",
4042 "rustc_errors",
4043 "rustc_feature",
Camille GILLOTfd9c04f2021-01-05 18:53:074044 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454045 "rustc_hir",
4046 "rustc_index",
4047 "rustc_macros",
4048 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404049 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454050 "rustc_session",
4051 "rustc_span",
4052 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104053 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294054 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304055 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004056 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454057]
4058
4059[[package]]
Matthew Jasperb3589292020-01-05 15:46:444060name = "rustc_mir_build"
4061version = "0.0.0"
4062dependencies = [
Ralf Jung41018892022-11-18 09:18:324063 "either",
Matthew Jasperb3589292020-01-05 15:46:444064 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404065 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264066 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204067 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:444068 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444069 "rustc_errors",
4070 "rustc_hir",
4071 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244072 "rustc_infer",
TheOddGarlic82f05442022-08-20 11:28:434073 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454074 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404075 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074076 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444077 "rustc_span",
4078 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404079 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294080 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004081 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444082]
4083
4084[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074085name = "rustc_mir_dataflow"
4086version = "0.0.0"
4087dependencies = [
4088 "polonius-engine",
4089 "regex",
4090 "rustc_ast",
4091 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144092 "rustc_errors",
Camille GILLOTfd9c04f2021-01-05 18:53:074093 "rustc_graphviz",
4094 "rustc_hir",
4095 "rustc_index",
5225225ee2b1612022-08-19 09:21:144096 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074097 "rustc_middle",
4098 "rustc_serialize",
5225225ee2b1612022-08-19 09:21:144099 "rustc_session",
Camille GILLOTfd9c04f2021-01-05 18:53:074100 "rustc_span",
4101 "rustc_target",
4102 "smallvec",
4103 "tracing",
4104]
4105
4106[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254107name = "rustc_mir_transform"
4108version = "0.0.0"
4109dependencies = [
4110 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:324111 "either",
pierwillf684acd2022-03-04 17:54:284112 "itertools",
Camille GILLOTbba4be62021-01-01 00:53:254113 "rustc_ast",
4114 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114115 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254116 "rustc_data_structures",
4117 "rustc_errors",
4118 "rustc_hir",
4119 "rustc_index",
4120 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074121 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254122 "rustc_serialize",
4123 "rustc_session",
4124 "rustc_span",
4125 "rustc_target",
4126 "rustc_trait_selection",
4127 "smallvec",
4128 "tracing",
4129]
4130
4131[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154132name = "rustc_monomorphize"
4133version = "0.0.0"
4134dependencies = [
4135 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474136 "rustc_errors",
Camille GILLOT81a600b2021-01-02 13:42:154137 "rustc_hir",
4138 "rustc_index",
Nathan Stocks137f20c2022-08-18 21:51:474139 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154140 "rustc_middle",
4141 "rustc_session",
4142 "rustc_span",
4143 "rustc_target",
4144 "smallvec",
4145 "tracing",
4146]
4147
4148[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134149name = "rustc_parse"
4150version = "0.0.0"
4151dependencies = [
4152 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264153 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464154 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134155 "rustc_data_structures",
4156 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384157 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134158 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244159 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204160 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324161 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:524162 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004163 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404164 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004165 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134166]
4167
4168[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404169name = "rustc_parse_format"
4170version = "0.0.0"
4171dependencies = [
Maybe Wafflec44c82d2022-12-08 11:20:014172 "rustc_data_structures",
Vadim Petrochenkov11d95142020-06-02 17:03:404173 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404174]
4175
4176[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294177name = "rustc_passes"
4178version = "0.0.0"
4179dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:244180 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:264181 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134182 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204183 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094184 "rustc_data_structures",
4185 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434186 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414187 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574188 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574189 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124190 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044191 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454192 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004193 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434194 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324195 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574196 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004197 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294198]
4199
4200[[package]]
Simon Sapind0bbc602019-07-16 17:08:324201name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294202version = "0.0.0"
4203dependencies = [
Andy Russell923f9392021-11-08 23:03:554204 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:264205 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164206 "rustc_errors",
Mazdak Farrokhzadf58db202020-01-09 06:52:014207 "rustc_lint",
Peter Medus8c2413c2022-08-19 17:29:334208 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094209 "rustc_metadata",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084210 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324211 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294212]
4213
4214[[package]]
4215name = "rustc_privacy"
4216version = "0.0.0"
4217dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574218 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204219 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094220 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164221 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574222 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294223 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:344224 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454225 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084226 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324227 "rustc_span",
kadmin6a03f032020-11-22 09:37:374228 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004229 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294230]
4231
4232[[package]]
Camille GILLOT4581d162021-01-19 19:40:164233name = "rustc_query_impl"
4234version = "0.0.0"
4235dependencies = [
Ralf Jung61a986a2022-06-26 02:21:494236 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164237 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:014238 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:164239 "rustc_data_structures",
4240 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164241 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014242 "rustc_index",
4243 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:164244 "rustc_middle",
4245 "rustc_query_system",
4246 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014247 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164248 "rustc_span",
Michael Goulet53093752022-08-10 20:53:064249 "rustc_target",
Nicholas Nethercoteb38106b2022-08-17 04:22:304250 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134251 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164252]
4253
4254[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224255name = "rustc_query_system"
4256version = "0.0.0"
4257dependencies = [
Philipp Krones586cbd02022-06-04 12:07:444258 "parking_lot 0.11.2",
Camille GILLOT8e873c32020-03-19 13:13:314259 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404260 "rustc_arena",
Camille GILLOTc355b2e2020-11-14 15:35:314261 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224262 "rustc_data_structures",
4263 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314264 "rustc_feature",
4265 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224266 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574267 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404268 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374269 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314270 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314271 "rustc_target",
Eric Holk578fc492022-09-07 21:46:044272 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294273 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304274 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004275 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224276]
4277
4278[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294279name = "rustc_resolve"
4280version = "0.0.0"
4281dependencies = [
Alex Crichton093ede22019-08-15 00:45:094282 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404283 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264284 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464285 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204286 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094287 "rustc_data_structures",
4288 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324289 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184290 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574291 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294292 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384293 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094294 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454295 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504296 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564297 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324298 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294299 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524300 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004301 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294302]
4303
4304[[package]]
4305name = "rustc_save_analysis"
4306version = "0.0.0"
4307dependencies = [
Alex Crichton093ede22019-08-15 00:45:094308 "rls-data",
4309 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264310 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464311 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094312 "rustc_data_structures",
Wonchul Lee9b95eef2022-08-19 21:40:314313 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574314 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414315 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154316 "rustc_lexer",
Wonchul Lee9b95eef2022-08-19 21:40:314317 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454318 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084319 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324320 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094321 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004322 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294323]
4324
4325[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404326name = "rustc_serialize"
4327version = "0.0.0"
4328dependencies = [
4329 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504330 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294331 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304332 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404333]
4334
4335[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334336name = "rustc_session"
4337version = "0.0.0"
4338dependencies = [
Luca Barbieriac2b84f2020-04-10 20:42:194339 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514340 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264341 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334342 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334343 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284344 "rustc_feature",
4345 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034346 "rustc_hir",
Oli Scherer1c1d3572022-12-07 14:31:504347 "rustc_index",
Aaron Hill23018a52020-08-13 19:41:524348 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574349 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404350 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324351 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284352 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514353 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254354 "termize",
Oliver Schererec7230f2020-07-24 18:42:004355 "tracing",
Onur Özkan71a3a482022-10-28 07:20:514356 "winapi",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324357]
4358
4359[[package]]
Oli Scherer9960cc12022-06-02 10:08:384360name = "rustc_smir"
4361version = "0.0.0"
4362dependencies = [
4363 "rustc_borrowck",
4364 "rustc_driver",
Oli Scherer0324ac82022-06-02 10:15:074365 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384366 "rustc_interface",
4367 "rustc_middle",
Oli Scherer0324ac82022-06-02 10:15:074368 "rustc_mir_dataflow",
4369 "rustc_mir_transform",
4370 "rustc_serialize",
4371 "rustc_trait_selection",
Oli Scherer9960cc12022-06-02 10:08:384372]
4373
4374[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324375name = "rustc_span"
4376version = "0.0.0"
4377dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074378 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:244379 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404380 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324381 "rustc_data_structures",
4382 "rustc_index",
4383 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404384 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324385 "scoped-tls",
klensy45fac342022-08-31 20:04:124386 "sha-1",
Arlo Siemsen3296d5c2020-10-13 15:41:064387 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004388 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324389 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334390]
4391
4392[[package]]
Mark Mansi2d75a332020-03-12 23:07:584393name = "rustc_symbol_mangling"
4394version = "0.0.0"
4395dependencies = [
Ramon de C Valle5ad7a642022-04-01 05:50:414396 "bitflags",
Mark Mansi2d75a332020-03-12 23:07:584397 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584398 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584399 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134400 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584401 "rustc_hir",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134402 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454403 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584404 "rustc_session",
4405 "rustc_span",
4406 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004407 "tracing",
Ramon de C Valle65698ae2022-11-22 05:29:004408 "twox-hash",
Mark Mansi2d75a332020-03-12 23:07:584409]
4410
4411[[package]]
Irina Popa38e96402017-12-08 19:18:214412name = "rustc_target"
4413version = "0.0.0"
4414dependencies = [
Alex Crichton093ede22019-08-15 00:45:094415 "bitflags",
hkalbasi390a6372022-11-06 21:06:114416 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094417 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154418 "rustc_feature",
csmoe64f61c72019-09-26 05:38:334419 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524420 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404421 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324422 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094423 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004424 "tracing",
Irina Popa38e96402017-12-08 19:18:214425]
4426
4427[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064428name = "rustc_tools_util"
Ralf Jung9cc11e22022-10-04 13:23:574429version = "0.2.1"
4430source = "registry+https://github.com/rust-lang/crates.io-index"
4431checksum = "598f48ce2a421542b3e64828aa742b687cc1b91d2f96591cfdb7ac5988cd6366"
4432
4433[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404434name = "rustc_trait_selection"
4435version = "0.0.0"
4436dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404437 "rustc_ast",
4438 "rustc_attr",
4439 "rustc_data_structures",
4440 "rustc_errors",
4441 "rustc_hir",
4442 "rustc_index",
4443 "rustc_infer",
Charles Lew250d1262021-10-02 11:00:364444 "rustc_lint_defs",
Camille GILLOTc1e3d552020-02-11 18:53:404445 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454446 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404447 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544448 "rustc_query_system",
Camille GILLOTc1e3d552020-02-11 18:53:404449 "rustc_session",
4450 "rustc_span",
4451 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134452 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294453 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004454 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404455]
4456
4457[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544458name = "rustc_traits"
4459version = "0.0.0"
4460dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374461 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034462 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034463 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264464 "rustc_ast",
Jack Huey4b64bc12021-01-01 18:44:314465 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094466 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574467 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034468 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244469 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454470 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324471 "rustc_span",
hkalbasi27fb9042022-11-01 16:20:304472 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404473 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294474 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004475 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544476]
4477
4478[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134479name = "rustc_transmute"
4480version = "0.1.0"
4481dependencies = [
4482 "itertools",
4483 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144484 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134485 "rustc_infer",
4486 "rustc_macros",
4487 "rustc_middle",
4488 "rustc_span",
4489 "rustc_target",
4490 "tracing",
4491]
4492
4493[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374494name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304495version = "0.0.0"
4496dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304497 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294498 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304499 "rustc_hir",
kadmine612e262022-07-09 09:35:064500 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244501 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314502 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454503 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084504 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304505 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324506 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404507 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464508 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004509 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304510]
4511
4512[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104513name = "rustc_type_ir"
4514version = "0.0.0"
4515dependencies = [
4516 "bitflags",
4517 "rustc_data_structures",
4518 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554519 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104520 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344521 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104522]
4523
4524[[package]]
Oliver Schneider847bb142018-05-11 12:11:064525name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004526version = "0.4.0"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4529dependencies = [
klensy8ebc73b2022-02-06 20:57:294530 "semver",
Ralf Junge5d01782021-10-04 22:13:004531]
4532
4533[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294534name = "rustdoc"
4535version = "0.0.0"
4536dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354537 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464538 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284539 "expect-test",
pierwillf684acd2022-03-04 17:54:284540 "itertools",
Alex Crichton093ede22019-08-15 00:45:094541 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044542 "once_cell",
Guillaume Gomez80b26bd2022-01-19 10:02:244543 "pulldown-cmark",
Noah Lev7865a852021-10-29 01:19:014544 "rayon",
Guillaume Gomezf467b8d2020-10-13 13:46:344545 "regex",
Rune Tynan67b78a02021-01-25 21:23:434546 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454547 "serde",
4548 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294549 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094550 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304551 "thin-vec",
Joshua Nelson65f0b252020-12-28 18:28:294552 "tracing",
4553 "tracing-subscriber",
4554 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584555]
4556
4557[[package]]
Rune Tynan67b78a02021-01-25 21:23:434558name = "rustdoc-json-types"
4559version = "0.1.0"
4560dependencies = [
4561 "serde",
Rune Tynanca48d152021-03-04 23:45:574562 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434563]
4564
4565[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534566name = "rustdoc-themes"
4567version = "0.1.0"
4568
4569[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584570name = "rustdoc-tool"
4571version = "0.0.0"
4572dependencies = [
Alex Crichton093ede22019-08-15 00:45:094573 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294574]
4575
4576[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154577name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444578version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044579source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444580checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504581dependencies = [
4582 "anyhow",
4583 "log",
4584 "serde",
4585 "serde_json",
4586]
4587
4588[[package]]
topecongiro5a411a62019-06-18 12:15:194589name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114590version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194591dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154592 "proc-macro2",
4593 "quote",
Alex Crichton093ede22019-08-15 00:45:094594 "serde",
Aaron Hill70ba4912020-08-01 14:11:154595 "syn",
topecongiro5a411a62019-06-18 12:15:194596]
4597
4598[[package]]
Alex Crichton1cede102017-06-15 02:33:064599name = "rustfmt-nightly"
Caleb Cartwright993ee002022-06-23 03:16:584600version = "1.5.1"
kennytm0692b3d2017-12-15 19:41:584601dependencies = [
klensy754b5262022-07-31 13:44:064602 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394603 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094604 "bytecount",
Ralf Jungc2df1c22022-07-21 20:04:374605 "cargo_metadata 0.14.0",
Weihang Loc1b4f112022-10-04 20:57:494606 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:094607 "derive-new",
4608 "diff",
4609 "dirs",
Caleb Cartwrightf367f4d2022-06-13 03:04:544610 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094611 "getopts",
4612 "ignore",
pierwillf684acd2022-03-04 17:54:284613 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424614 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094615 "log",
4616 "regex",
Alex Crichton093ede22019-08-15 00:45:094617 "rustc-workspace-hack",
4618 "rustfmt-config_proc_macro",
4619 "serde",
4620 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544621 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394622 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354623 "toml",
Alex Crichton093ede22019-08-15 00:45:094624 "unicode-segmentation",
4625 "unicode-width",
4626 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274627]
4628
4629[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044630name = "rustix"
Luqman Adenffe740f2022-12-09 21:10:184631version = "0.36.5"
Weihang Lo1e5dad02022-11-25 22:37:044632source = "registry+https://github.com/rust-lang/crates.io-index"
Luqman Adenffe740f2022-12-09 21:10:184633checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
Weihang Lo1e5dad02022-11-25 22:37:044634dependencies = [
4635 "bitflags",
4636 "errno",
4637 "io-lifetimes",
4638 "libc",
4639 "linux-raw-sys",
4640 "windows-sys",
4641]
4642
4643[[package]]
flip19950046d7c2021-02-25 10:26:234644name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554645version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234646source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554647checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234648
4649[[package]]
Alex Crichton2863b752018-08-21 17:23:474650name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444651version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474652source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444653checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474654
4655[[package]]
Josh Stone020c5ec2017-05-08 22:01:134656name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444657version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224658source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444659checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224660dependencies = [
Alex Crichton093ede22019-08-15 00:45:094661 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224662]
4663
4664[[package]]
4665name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444666version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224667source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444668checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224669dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424670 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314671 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224672]
4673
4674[[package]]
Alex Crichton453080f2017-06-05 16:36:484675name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524676version = "1.0.0"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094678checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524679
4680[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124681name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444682version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254683source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444684checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254685
4686[[package]]
Eric Huss74498c12020-12-16 17:03:334687name = "security-framework"
4688version = "2.0.0"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4691dependencies = [
4692 "bitflags",
4693 "core-foundation",
4694 "core-foundation-sys",
4695 "libc",
4696 "security-framework-sys",
4697]
4698
4699[[package]]
4700name = "security-framework-sys"
4701version = "2.0.0"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4704dependencies = [
4705 "core-foundation-sys",
4706 "libc",
4707]
4708
4709[[package]]
David Wood7f916972022-03-26 07:27:434710name = "self_cell"
4711version = "0.10.2"
4712source = "registry+https://github.com/rust-lang/crates.io-index"
4713checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4714
4715[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584716name = "semver"
Ralf Jungc2df1c22022-07-21 20:04:374717version = "1.0.12"
Eric Huss78529352021-06-02 03:38:394718source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:374719checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
Eric Huss78529352021-06-02 03:38:394720dependencies = [
4721 "serde",
4722]
4723
4724[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584725name = "serde"
Weihang Lo9926f6e2022-10-22 12:05:484726version = "1.0.147"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584727source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:484728checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
Eric Huss57393642018-12-17 18:23:044729dependencies = [
Alex Crichton093ede22019-08-15 00:45:094730 "serde_derive",
Eric Huss57393642018-12-17 18:23:044731]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584732
4733[[package]]
Weihang Lo5095f542022-09-27 16:46:344734name = "serde-value"
4735version = "0.7.0"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
4738dependencies = [
4739 "ordered-float",
4740 "serde",
4741]
4742
4743[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584744name = "serde_derive"
Weihang Lo9926f6e2022-10-22 12:05:484745version = "1.0.147"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584746source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:484747checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584748dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154749 "proc-macro2",
4750 "quote",
4751 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584752]
4753
4754[[package]]
flip199596c3ec12019-08-20 07:32:534755name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444756version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534757source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444758checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534759dependencies = [
4760 "serde",
4761]
4762
4763[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584764name = "serde_json"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:394765version = "1.0.85"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584766source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:394767checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584768dependencies = [
Rune Tynan77156562021-01-16 01:34:154769 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094770 "itoa",
4771 "ryu",
4772 "serde",
Steve Klabnik2795de32017-02-20 00:20:574773]
4774
4775[[package]]
James Munnsde763692019-01-19 02:39:374776name = "sha-1"
pierwillef6dd122022-02-10 16:54:014777version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:064778source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014779checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
Arlo Siemsen3296d5c2020-10-13 15:41:064780dependencies = [
pierwillef6dd122022-02-10 16:54:014781 "cfg-if 1.0.0",
4782 "cpufeatures",
klensy45fac342022-08-31 20:04:124783 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:064784]
4785
4786[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124787name = "sha2"
pierwillef6dd122022-02-10 16:54:014788version = "0.10.1"
Pietro Albiniacd8e592020-10-01 15:15:124789source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014790checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
Pietro Albiniacd8e592020-10-01 15:15:124791dependencies = [
pierwillef6dd122022-02-10 16:54:014792 "cfg-if 1.0.0",
4793 "cpufeatures",
klensy45fac342022-08-31 20:04:124794 "digest",
James Munnsde763692019-01-19 02:39:374795]
4796
4797[[package]]
Oliver Schererec7230f2020-07-24 18:42:004798name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004799version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004800source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004801checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004802dependencies = [
4803 "lazy_static",
4804]
4805
4806[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584807name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444808version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584809source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444810checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584811
4812[[package]]
steveklabnik54371882018-01-25 17:32:254813name = "shlex"
Eric Huss788167a2021-02-23 01:05:214814version = "1.0.0"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4817
4818[[package]]
Eric Huss3a6fc802022-04-20 13:50:394819name = "similar"
4820version = "2.1.0"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
4823
4824[[package]]
steveklabnikecfbaca2018-04-03 14:32:044825name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154826version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044827source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154828checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044829
4830[[package]]
Eric Hussd5e03532019-05-23 20:27:494831name = "sized-chunks"
klensyd480a3e2021-03-12 13:33:024832version = "0.6.4"
Eric Hussd5e03532019-05-23 20:27:494833source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024834checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
Eric Hussd5e03532019-05-23 20:27:494835dependencies = [
Eric Huss2b985322019-11-25 16:14:074836 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094837 "typenum",
Eric Hussd5e03532019-05-23 20:27:494838]
4839
4840[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434841name = "slab"
4842version = "0.4.2"
4843source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094844checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434845
4846[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014847name = "smallvec"
Nicholas Nethercote7c406612022-06-26 22:48:554848version = "1.8.1"
Ralf Jung90b8d342019-11-04 14:59:094849source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote7c406612022-06-26 22:48:554850checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2"
Ralf Jung90b8d342019-11-04 14:59:094851
4852[[package]]
Josh Triplett574f6be2020-08-20 23:16:304853name = "snap"
4854version = "1.0.1"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4857
4858[[package]]
Eric Huss3a6fc802022-04-20 13:50:394859name = "snapbox"
Weihang Lobfce2272022-11-04 23:50:444860version = "0.4.1"
Eric Huss3a6fc802022-04-20 13:50:394861source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:444862checksum = "827c00e91b15e2674d8a5270bae91f898693cbf9561cbb58d8eaa31974597293"
Eric Huss3a6fc802022-04-20 13:50:394863dependencies = [
4864 "concolor",
4865 "content_inspector",
4866 "dunce",
4867 "filetime",
4868 "normalize-line-endings",
4869 "similar",
4870 "snapbox-macros",
4871 "tempfile",
4872 "walkdir",
4873 "yansi",
4874]
4875
4876[[package]]
4877name = "snapbox-macros"
Eric Huss6e4603e2022-08-24 03:58:124878version = "0.3.0"
Eric Huss3a6fc802022-04-20 13:50:394879source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e4603e2022-08-24 03:58:124880checksum = "8a253e6f894cfa440cba00600a249fa90869d8e0ec45ab274a456e043a0ce8f2"
Eric Huss3a6fc802022-04-20 13:50:394881
4882[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154883name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:184884version = "0.4.1"
klensy50c38902021-05-01 11:50:034885source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:184886checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:034887dependencies = [
4888 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314889 "winapi",
klensy50c38902021-05-01 11:50:034890]
4891
4892[[package]]
Pietro Albini13efb202022-11-15 09:19:174893name = "spdx-expression"
4894version = "0.5.2"
4895source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
4897dependencies = [
4898 "nom",
4899 "serde",
4900 "thiserror",
4901 "tracing",
4902]
4903
4904[[package]]
4905name = "spdx-rs"
4906version = "0.5.1"
4907source = "registry+https://github.com/rust-lang/crates.io-index"
4908checksum = "b3c02f6eb7e7b4100c272f685a9ccaccaab302324e8c7ec3e2ee72340fb29ff3"
4909dependencies = [
4910 "chrono",
4911 "log",
4912 "nom",
4913 "serde",
4914 "spdx-expression",
4915 "strum",
4916 "strum_macros",
4917 "thiserror",
4918 "uuid",
4919]
4920
4921[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454922name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444923version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454924source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444925checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454926
4927[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244928name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:554929version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:244930source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:554931checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:244932dependencies = [
4933 "cc",
Mateusz Mikułaf58289c2021-08-18 20:36:354934 "cfg-if 1.0.0",
Oliver Scherer26edcee2018-11-02 15:14:244935 "libc",
4936 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314937 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:244938]
4939
4940[[package]]
Eric Huss7758eaf2022-04-28 05:42:544941name = "static_assertions"
4942version = "1.1.0"
4943source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4945
4946[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294947name = "std"
4948version = "0.0.0"
4949dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:154950 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094951 "alloc",
Wesley Wiser9286c3c2022-09-15 15:39:034952 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:094953 "compiler_builtins",
4954 "core",
4955 "dlmalloc",
4956 "fortanix-sgx-abi",
Josh Stonedaa7c142022-07-14 17:13:524957 "hashbrown",
joboet262193e2022-09-06 08:44:054958 "hermit-abi 0.2.6",
Alex Crichton093ede22019-08-15 00:45:094959 "libc",
Michael Howell8e71a132022-11-08 00:13:204960 "miniz_oxide",
Michael Howellcf83a1d2022-11-03 17:10:154961 "object",
Alex Crichton093ede22019-08-15 00:45:094962 "panic_abort",
4963 "panic_unwind",
4964 "profiler_builtins",
Aaron Hill2550d5b2021-03-07 23:39:194965 "rand 0.7.3",
Alex Crichton06d565c2020-05-13 21:22:374966 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:464967 "std_detect",
Alex Crichton093ede22019-08-15 00:45:094968 "unwind",
Harald Hoyer00cbc8d2022-01-21 13:19:134969 "wasi 0.11.0+wasi-snapshot-preview1",
Ahmed Charles9ca382f2016-09-02 08:55:294970]
4971
4972[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:464973name = "std_detect"
4974version = "0.1.5"
4975dependencies = [
Wesley Wiser9286c3c2022-09-15 15:39:034976 "cfg-if 1.0.0",
Joshua Nelson1b0b7e92021-04-02 08:11:464977 "compiler_builtins",
4978 "libc",
4979 "rustc-std-workspace-alloc",
4980 "rustc-std-workspace-core",
4981]
4982
4983[[package]]
steveklabnikecfbaca2018-04-03 14:32:044984name = "string_cache"
klensy947e7872022-04-15 18:11:144985version = "0.8.3"
steveklabnikecfbaca2018-04-03 14:32:044986source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144987checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
steveklabnikecfbaca2018-04-03 14:32:044988dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424989 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094990 "new_debug_unreachable",
Philipp Krones586cbd02022-06-04 12:07:444991 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:094992 "phf_shared",
4993 "precomputed-hash",
4994 "serde",
steveklabnikecfbaca2018-04-03 14:32:044995]
4996
4997[[package]]
4998name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:144999version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045000source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145001checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045002dependencies = [
Alex Crichton093ede22019-08-15 00:45:095003 "phf_generator",
5004 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:155005 "proc-macro2",
5006 "quote",
steveklabnikecfbaca2018-04-03 14:32:045007]
5008
5009[[package]]
Eric Hussd5e03532019-05-23 20:27:495010name = "strip-ansi-escapes"
5011version = "0.1.0"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095013checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:495014dependencies = [
Alex Crichton093ede22019-08-15 00:45:095015 "vte",
Eric Hussd5e03532019-05-23 20:27:495016]
5017
5018[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585019name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:335020version = "0.10.0"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5023
5024[[package]]
Pietro Albini13efb202022-11-15 09:19:175025name = "strum"
5026version = "0.24.1"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5029
5030[[package]]
5031name = "strum_macros"
5032version = "0.24.3"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5035dependencies = [
5036 "heck",
5037 "proc-macro2",
5038 "quote",
5039 "rustversion",
5040 "syn",
5041]
5042
5043[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115044name = "syn"
Andres Suareza65ddf02022-10-09 03:25:405045version = "1.0.102"
Igor Matuszewskic2249a42019-09-08 08:28:115046source = "registry+https://github.com/rust-lang/crates.io-index"
Andres Suareza65ddf02022-10-09 03:25:405047checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
Igor Matuszewskic2249a42019-09-08 08:28:115048dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155049 "proc-macro2",
5050 "quote",
Andres Suareza65ddf02022-10-09 03:25:405051 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115052]
5053
5054[[package]]
Alex Crichton325d7392017-12-10 17:42:495055name = "synstructure"
pierwillea25b772021-12-21 17:00:305056version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:235057source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305058checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:235059dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155060 "proc-macro2",
5061 "quote",
5062 "syn",
5063 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:235064]
5065
5066[[package]]
Josh Stone020c5ec2017-05-08 22:01:135067name = "tar"
Eric Huss845faad2022-06-08 18:48:315068version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:135069source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:315070checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:135071dependencies = [
Alex Crichton093ede22019-08-15 00:45:095072 "filetime",
5073 "libc",
Alex Crichton093ede22019-08-15 00:45:095074 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135075]
5076
5077[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555078name = "tempfile"
Ralf Jung55162732022-11-15 19:06:425079version = "3.3.0"
Aleksey Kladov850156a2018-03-29 07:34:555080source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:425081checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
Aleksey Kladov850156a2018-03-29 07:34:555082dependencies = [
Jubilee Young27ef7192021-04-23 22:49:475083 "cfg-if 1.0.0",
Ralf Jung55162732022-11-15 19:06:425084 "fastrand",
Alex Crichton093ede22019-08-15 00:45:095085 "libc",
klensydcdc3082021-05-11 19:03:595086 "redox_syscall",
Alex Crichton093ede22019-08-15 00:45:095087 "remove_dir_all",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315088 "winapi",
Aleksey Kladov850156a2018-03-29 07:34:555089]
5090
5091[[package]]
steveklabnikecfbaca2018-04-03 14:32:045092name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245093version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045094source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245095checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045096dependencies = [
Alex Crichton093ede22019-08-15 00:45:095097 "futf",
5098 "mac",
5099 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045100]
5101
5102[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295103name = "term"
flip19950046d7c2021-02-25 10:26:235104version = "0.7.0"
5105source = "registry+https://github.com/rust-lang/crates.io-index"
5106checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5107dependencies = [
5108 "dirs-next",
5109 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315110 "winapi",
flip19950046d7c2021-02-25 10:26:235111]
5112
5113[[package]]
Alex Crichton1cede102017-06-15 02:33:065114name = "termcolor"
Eric Hussfaa64612021-06-22 23:19:245115version = "1.1.2"
Alex Crichtonfa5b3d32018-07-26 00:25:125116source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussfaa64612021-06-22 23:19:245117checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
Alex Crichtonfa5b3d32018-07-26 00:25:125118dependencies = [
Eric Huss89d79062020-07-29 18:02:055119 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125120]
5121
5122[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485123name = "termize"
5124version = "0.1.1"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5127dependencies = [
5128 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315129 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485130]
5131
5132[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295133name = "test"
5134version = "0.0.0"
5135dependencies = [
Collin Baker426296e2022-11-21 21:43:345136 "cfg-if 1.0.0",
Alex Crichtonb47c9692019-08-16 15:29:085137 "core",
Alex Crichton093ede22019-08-15 00:45:095138 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085139 "libc",
5140 "panic_abort",
5141 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:095142 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:085143 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295144]
5145
5146[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185147name = "tester"
flip19950046d7c2021-02-25 10:26:235148version = "0.9.0"
5149source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5151dependencies = [
5152 "cfg-if 1.0.0",
5153 "getopts",
5154 "libc",
5155 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:545156 "term",
flip19950046d7c2021-02-25 10:26:235157]
5158
5159[[package]]
steveklabnik4871dba2017-06-27 17:33:325160name = "textwrap"
Arlo Siemsenb59abdc2022-06-17 17:58:515161version = "0.15.0"
Eric Hussbfacc5c2022-01-19 03:14:335162source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenb59abdc2022-06-17 17:58:515163checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
Eric Hussbfacc5c2022-01-19 03:14:335164
5165[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305166name = "thin-vec"
Michael Howell03968a82022-10-11 17:00:015167version = "0.2.9"
Nicholas Nethercoteb38106b2022-08-17 04:22:305168source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Howell03968a82022-10-11 17:00:015169checksum = "ceb05e71730d396f960f8f3901cdb41be2d339b303e9d7d3a07c5ff0536e671b"
Nicholas Nethercoteb38106b2022-08-17 04:22:305170
5171[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305172name = "thiserror"
klensy45fac342022-08-31 20:04:125173version = "1.0.33"
Pietro Albini9beb8f52019-11-26 11:06:305174source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:125175checksum = "3d0a539a918745651435ac7db7a18761589a94cd7e94cd56999f828bf73c8a57"
Pietro Albini9beb8f52019-11-26 11:06:305176dependencies = [
5177 "thiserror-impl",
5178]
5179
5180[[package]]
5181name = "thiserror-impl"
klensy45fac342022-08-31 20:04:125182version = "1.0.33"
Pietro Albini9beb8f52019-11-26 11:06:305183source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:125184checksum = "c251e90f708e16c49a16f4917dc2131e75222b72edfa9cb7f7c58ae56aae0c09"
Pietro Albini9beb8f52019-11-26 11:06:305185dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155186 "proc-macro2",
5187 "quote",
5188 "syn",
Pietro Albini9beb8f52019-11-26 11:06:305189]
5190
5191[[package]]
David Wood2dc1a8a2021-12-03 14:24:055192name = "thorin-dwp"
Josh Stonedaa7c142022-07-14 17:13:525193version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:055194source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonedaa7c142022-07-14 17:13:525195checksum = "e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254"
David Wood2dc1a8a2021-12-03 14:24:055196dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:155197 "gimli",
Josh Stonedaa7c142022-07-14 17:13:525198 "hashbrown",
Michael Howellcf83a1d2022-11-03 17:10:155199 "object",
David Wood2dc1a8a2021-12-03 14:24:055200 "tracing",
5201]
5202
5203[[package]]
Steve Klabnika0769612017-02-07 23:13:575204name = "thread_local"
klensy9f621ae2022-01-24 17:19:215205version = "1.1.4"
Igor Matuszewski8fc4bba2020-02-12 14:47:315206source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215207checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
Igor Matuszewski8fc4bba2020-02-12 14:47:315208dependencies = [
klensy9f621ae2022-01-24 17:19:215209 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315210]
5211
5212[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295213name = "tidy"
5214version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565215dependencies = [
Ralf Jungc2df1c22022-07-21 20:04:375216 "cargo_metadata 0.14.0",
yukang18511ba2022-11-04 08:56:485217 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:425218 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:255219 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095220 "regex",
Alex Crichton093ede22019-08-15 00:45:095221 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565222]
Ahmed Charles9ca382f2016-09-02 08:55:295223
5224[[package]]
Eric Hussce717472020-08-11 23:49:395225name = "tier-check"
5226version = "0.1.0"
5227
5228[[package]]
Alex Crichton15899b02018-01-25 04:01:425229name = "time"
Mark Rousskov342d9562020-08-17 15:21:445230version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425231source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445232checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425233dependencies = [
Alex Crichton093ede22019-08-15 00:45:095234 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315235 "winapi",
Alex Crichton15899b02018-01-25 04:01:425236]
5237
5238[[package]]
David Wood7f916972022-03-26 07:27:435239name = "tinystr"
Manish Goregaokar288194e2022-10-19 23:24:425240version = "0.7.0"
David Wood7f916972022-03-26 07:27:435241source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425242checksum = "f8aeafdfd935e4a7fe16a91ab711fa52d54df84f9c8f7ca5837a9d1d902ef4c2"
5243dependencies = [
5244 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255245 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425246]
David Wood7f916972022-03-26 07:27:435247
5248[[package]]
Mark Rousskov342d9562020-08-17 15:21:445249name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565250version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445251source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565252checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5253dependencies = [
5254 "tinyvec_macros",
5255]
5256
5257[[package]]
5258name = "tinyvec_macros"
5259version = "0.1.0"
5260source = "registry+https://github.com/rust-lang/crates.io-index"
5261checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
Mark Rousskov342d9562020-08-17 15:21:445262
5263[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435264name = "tokio"
klensy9f621ae2022-01-24 17:19:215265version = "1.8.4"
Matthias Krüger696fb8f2019-01-21 15:32:435266source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215267checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
Matthias Krüger696fb8f2019-01-21 15:32:435268dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315269 "autocfg",
Alex Crichton093ede22019-08-15 00:45:095270 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545271 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315272 "pin-project-lite",
Matthias Krüger696fb8f2019-01-21 15:32:435273]
5274
5275[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295276name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475277version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135278source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475279checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135280dependencies = [
Alex Crichton093ede22019-08-15 00:45:095281 "serde",
Eric Hussd2228ca2019-03-29 03:13:135282]
5283
5284[[package]]
Weihang Lo9926f6e2022-10-22 12:05:485285name = "toml_datetime"
5286version = "0.5.0"
Eric Huss7758eaf2022-04-28 05:42:545287source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:485288checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
5289dependencies = [
5290 "serde",
5291]
5292
5293[[package]]
5294name = "toml_edit"
5295version = "0.15.0"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "b1541ba70885967e662f69d31ab3aeca7b1aaecfcd58679590b893e9239c3646"
Eric Huss7758eaf2022-04-28 05:42:545298dependencies = [
5299 "combine",
5300 "indexmap",
5301 "itertools",
Mark Rousskovbf29b3c2022-05-18 16:16:275302 "kstring",
Eric Hussaf8048b2022-01-26 00:24:215303 "serde",
Weihang Lo9926f6e2022-10-22 12:05:485304 "toml_datetime",
Eric Hussaf8048b2022-01-26 00:24:215305]
5306
5307[[package]]
Eric Hussa882fdd2021-12-03 20:25:075308name = "topological-sort"
5309version = "0.1.0"
5310source = "registry+https://github.com/rust-lang/crates.io-index"
5311checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5312
5313[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095314name = "tracing"
Oli Scherera4375cb2022-07-06 12:39:325315version = "0.1.35"
Jack Hueyecb8b9f2020-05-27 05:05:095316source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherera4375cb2022-07-06 12:39:325317checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
Jack Hueyecb8b9f2020-05-27 05:05:095318dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:005319 "cfg-if 1.0.0",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315320 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095321 "tracing-attributes",
5322 "tracing-core",
5323]
5324
5325[[package]]
5326name = "tracing-attributes"
Oli Scherere8962282022-07-05 08:26:125327version = "0.1.22"
Jack Hueyecb8b9f2020-05-27 05:05:095328source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:125329checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
Jack Hueyecb8b9f2020-05-27 05:05:095330dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155331 "proc-macro2",
5332 "quote",
5333 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095334]
5335
5336[[package]]
5337name = "tracing-core"
Oli Scherere8962282022-07-05 08:26:125338version = "0.1.28"
Jack Hueyecb8b9f2020-05-27 05:05:095339source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:125340checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
Jack Hueyecb8b9f2020-05-27 05:05:095341dependencies = [
Oli Scherere8962282022-07-05 08:26:125342 "once_cell",
5343 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095344]
5345
5346[[package]]
Ralf Jung10430db2022-07-15 14:04:235347name = "tracing-error"
5348version = "0.2.0"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
5350checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5351dependencies = [
5352 "tracing",
5353 "tracing-subscriber",
5354]
5355
5356[[package]]
Jack Hueyd66452c2020-08-04 22:35:375357name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:005358version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375359source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005360checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:375361dependencies = [
5362 "lazy_static",
5363 "log",
5364 "tracing-core",
5365]
5366
5367[[package]]
Oliver Schererec7230f2020-07-24 18:42:005368name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:305369version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:005370source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305371checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:005372dependencies = [
klensy8ebc73b2022-02-06 20:57:295373 "ansi_term",
Oliver Schererec7230f2020-07-24 18:42:005374 "lazy_static",
5375 "matchers",
Philipp Krones586cbd02022-06-04 12:07:445376 "parking_lot 0.11.2",
Oliver Schererec7230f2020-07-24 18:42:005377 "regex",
Oliver Schererec7230f2020-07-24 18:42:005378 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295379 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445380 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595381 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005382 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375383 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375384]
5385
5386[[package]]
5387name = "tracing-tree"
pierwillea25b772021-12-21 17:00:305388version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:375389source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305390checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:375391dependencies = [
klensy8ebc73b2022-02-06 20:57:295392 "ansi_term",
Jack Hueyd66452c2020-08-04 22:35:375393 "atty",
pierwillea25b772021-12-21 17:00:305394 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005395 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375396 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005397]
5398
5399[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005400name = "twox-hash"
5401version = "1.6.3"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5404dependencies = [
5405 "cfg-if 1.0.0",
5406 "rand 0.8.5",
5407 "static_assertions",
5408]
5409
5410[[package]]
David Wood7f916972022-03-26 07:27:435411name = "type-map"
5412version = "0.4.0"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5415dependencies = [
5416 "rustc-hash",
5417]
5418
5419[[package]]
Eric Huss8c20add2018-12-03 01:33:205420name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575421version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205422source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575423checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205424
5425[[package]]
Mark Rousskov064f8882020-01-13 21:40:195426name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445427version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195428source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445429checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195430dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425431 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195432 "regex",
5433]
5434
5435[[package]]
James Munnsde763692019-01-19 02:39:375436name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445437version = "0.1.3"
James Munnsde763692019-01-19 02:39:375438source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445439checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375440
5441[[package]]
Ralf Junga272c452022-05-30 08:17:465442name = "ui_test"
Ralf Jung229e65a2022-12-03 15:30:565443version = "0.5.0"
Ralf Jungf76eac42022-09-01 20:59:055444source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung229e65a2022-12-03 15:30:565445checksum = "54ddb6f31025943e2f9d59237f433711c461a43d9415974c3eb3a4902edc1c1f"
Ralf Junga272c452022-05-30 08:17:465446dependencies = [
Ralf Jung55162732022-11-15 19:06:425447 "bstr 1.0.1",
Ralf Jungc2df1c22022-07-21 20:04:375448 "cargo_metadata 0.15.0",
Ralf Jung10430db2022-07-15 14:04:235449 "color-eyre",
Ralf Junga272c452022-05-30 08:17:465450 "colored",
Ralf Jung55162732022-11-15 19:06:425451 "crossbeam-channel",
Ralf Jungf76eac42022-09-01 20:59:055452 "diff",
Ralf Junga272c452022-05-30 08:17:465453 "lazy_static",
Ralf Junga272c452022-05-30 08:17:465454 "regex",
5455 "rustc_version",
Ralf Jung9f2b69d2022-06-01 13:26:265456 "serde",
5457 "serde_json",
Ralf Jung55162732022-11-15 19:06:425458 "tempfile",
Ralf Junga272c452022-05-30 08:17:465459]
5460
5461[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235462name = "unic-char-property"
5463version = "0.9.0"
5464source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5466dependencies = [
5467 "unic-char-range",
5468]
5469
5470[[package]]
5471name = "unic-char-range"
5472version = "0.9.0"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5475
5476[[package]]
5477name = "unic-common"
5478version = "0.9.0"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5481
5482[[package]]
5483name = "unic-emoji-char"
5484version = "0.9.0"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5487dependencies = [
5488 "unic-char-property",
5489 "unic-char-range",
5490 "unic-ucd-version",
5491]
5492
5493[[package]]
David Wood7f916972022-03-26 07:27:435494name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425495version = "0.9.1"
David Wood7f916972022-03-26 07:27:435496source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425497checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435498dependencies = [
5499 "unic-langid-impl",
5500 "unic-langid-macros",
5501]
5502
5503[[package]]
5504name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425505version = "0.9.1"
David Wood7f916972022-03-26 07:27:435506source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425507checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435508dependencies = [
5509 "tinystr",
5510]
5511
5512[[package]]
5513name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425514version = "0.9.1"
David Wood7f916972022-03-26 07:27:435515source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425516checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435517dependencies = [
5518 "proc-macro-hack",
5519 "tinystr",
5520 "unic-langid-impl",
5521 "unic-langid-macros-impl",
5522]
5523
5524[[package]]
5525name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425526version = "0.9.1"
David Wood7f916972022-03-26 07:27:435527source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425528checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435529dependencies = [
5530 "proc-macro-hack",
5531 "quote",
5532 "syn",
5533 "unic-langid-impl",
5534]
5535
5536[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235537name = "unic-ucd-version"
5538version = "0.9.0"
5539source = "registry+https://github.com/rust-lang/crates.io-index"
5540checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5541dependencies = [
5542 "unic-common",
5543]
5544
5545[[package]]
Andy Russell30301642019-04-20 17:03:595546name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405547version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595548source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405549checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595550dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405551 "version_check",
Andy Russell30301642019-04-20 17:03:595552]
5553
5554[[package]]
Mark Rousskov064f8882020-01-13 21:40:195555name = "unicode-bdd"
5556version = "0.1.0"
5557dependencies = [
5558 "ucd-parse",
5559]
5560
5561[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585562name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325563version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585564source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095565checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585566dependencies = [
Alex Crichton093ede22019-08-15 00:45:095567 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585568]
5569
5570[[package]]
Andres Suareza65ddf02022-10-09 03:25:405571name = "unicode-ident"
5572version = "1.0.5"
5573source = "registry+https://github.com/rust-lang/crates.io-index"
5574checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
5575
5576[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585577name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565578version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585579source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565580checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405581dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445582 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405583]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585584
5585[[package]]
Charles Lew485e98a2020-01-02 12:02:225586name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565587version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225588source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565589checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225590
5591[[package]]
5592name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565593version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225594source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565595checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225596dependencies = [
Charles Lewc05961c2020-04-25 01:38:315597 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225598 "unicode-script",
5599]
5600
5601[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585602name = "unicode-segmentation"
Charles Lewa76dcd82022-09-16 17:55:565603version = "1.10.0"
Steve Klabnika0769612017-02-07 23:13:575604source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565605checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
Steve Klabnika0769612017-02-07 23:13:575606
5607[[package]]
5608name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565609version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575610source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565611checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085612dependencies = [
5613 "compiler_builtins",
5614 "rustc-std-workspace-core",
5615 "rustc-std-workspace-std",
5616]
Steve Klabnika0769612017-02-07 23:13:575617
5618[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585619name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565620version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395621source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565622checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395623
5624[[package]]
flip19954c228cc2019-02-18 09:32:585625name = "unicode_categories"
5626version = "0.1.1"
5627source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095628checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585629
5630[[package]]
Michael Howellb29d9d52021-02-24 06:42:425631name = "unified-diff"
5632version = "0.2.1"
5633source = "registry+https://github.com/rust-lang/crates.io-index"
5634checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5635dependencies = [
5636 "diff",
5637]
5638
5639[[package]]
est31c2d59062017-06-12 19:35:475640name = "unstable-book-gen"
5641version = "0.1.0"
5642dependencies = [
Alex Crichton093ede22019-08-15 00:45:095643 "num-traits",
5644 "tidy",
est31c2d59062017-06-12 19:35:475645]
5646
5647[[package]]
Nick Cameron71a0be02017-09-25 04:13:295648name = "unwind"
5649version = "0.0.0"
5650dependencies = [
Alex Crichton093ede22019-08-15 00:45:095651 "cc",
Collin Bakerdfab01b2022-10-21 18:38:565652 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:095653 "compiler_builtins",
5654 "core",
5655 "libc",
Nick Cameron71a0be02017-09-25 04:13:295656]
5657
5658[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585659name = "url"
Eric Hussf3287a62021-05-12 00:39:515660version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395661source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515662checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395663dependencies = [
Eric Hussf3287a62021-05-12 00:39:515664 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435665 "idna",
Alex Crichton093ede22019-08-15 00:45:095666 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:435667 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:095668 "serde",
Eric Hussf2428a62019-08-01 00:44:395669]
5670
5671[[package]]
steveklabnikecfbaca2018-04-03 14:32:045672name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445673version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045674source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445675checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045676
5677[[package]]
Eric Hussd5e03532019-05-23 20:27:495678name = "utf8parse"
5679version = "0.1.1"
5680source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095681checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495682
5683[[package]]
Pietro Albini13efb202022-11-15 09:19:175684name = "uuid"
5685version = "0.8.2"
5686source = "registry+https://github.com/rust-lang/crates.io-index"
5687checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
5688dependencies = [
5689 "getrandom 0.2.0",
5690]
5691
5692[[package]]
Oli Scherere8962282022-07-05 08:26:125693name = "valuable"
5694version = "0.1.0"
5695source = "registry+https://github.com/rust-lang/crates.io-index"
5696checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5697
5698[[package]]
Alex Crichton1cede102017-06-15 02:33:065699name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445700version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065701source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445702checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065703
5704[[package]]
Alex Crichtonb4110902018-12-08 11:06:545705name = "version_check"
klensydcdc3082021-05-11 19:03:595706version = "0.9.3"
Eric Huss2b985322019-11-25 16:14:075707source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:595708checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
Eric Huss2b985322019-11-25 16:14:075709
5710[[package]]
Eric Hussd5e03532019-05-23 20:27:495711name = "vte"
5712version = "0.3.3"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095714checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495715dependencies = [
Alex Crichton093ede22019-08-15 00:45:095716 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495717]
5718
5719[[package]]
Josh Stone020c5ec2017-05-08 22:01:135720name = "walkdir"
Eric Huss3a6fc802022-04-20 13:50:395721version = "2.3.2"
Alex Crichton80d6ed22018-01-08 21:56:225722source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss3a6fc802022-04-20 13:50:395723checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Alex Crichton80d6ed22018-01-08 21:56:225724dependencies = [
Alex Crichton093ede22019-08-15 00:45:095725 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315726 "winapi",
Alex Crichton093ede22019-08-15 00:45:095727 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225728]
5729
5730[[package]]
newpavlov6374b842019-08-29 17:13:155731name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255732version = "0.9.0+wasi-snapshot-preview1"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
Harald Hoyer00cbc8d2022-01-21 13:19:135735
5736[[package]]
5737name = "wasi"
5738version = "0.11.0+wasi-snapshot-preview1"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155741dependencies = [
5742 "compiler_builtins",
5743 "rustc-std-workspace-alloc",
5744 "rustc-std-workspace-core",
5745]
5746
5747[[package]]
Steve Klabnika0769612017-02-07 23:13:575748name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445749version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225750source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445751checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225752dependencies = [
Alex Crichton093ede22019-08-15 00:45:095753 "winapi-i686-pc-windows-gnu",
5754 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225755]
5756
5757[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225758name = "winapi-i686-pc-windows-gnu"
5759version = "0.4.0"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095761checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225762
5763[[package]]
Alex Crichton2863b752018-08-21 17:23:475764name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055765version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475766source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055767checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475768dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315769 "winapi",
Alex Crichton2863b752018-08-21 17:23:475770]
5771
5772[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225773name = "winapi-x86_64-pc-windows-gnu"
5774version = "0.4.0"
5775source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095776checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225777
5778[[package]]
Philipp Krones586cbd02022-06-04 12:07:445779name = "windows-sys"
Mateusz Mikuład5899ef2022-11-05 11:19:555780version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445781source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555782checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
Philipp Krones586cbd02022-06-04 12:07:445783dependencies = [
Mateusz Mikuład5899ef2022-11-05 11:19:555784 "windows_aarch64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:355785 "windows_aarch64_msvc",
5786 "windows_i686_gnu",
5787 "windows_i686_msvc",
5788 "windows_x86_64_gnu",
Mateusz Mikuład5899ef2022-11-05 11:19:555789 "windows_x86_64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:355790 "windows_x86_64_msvc",
Philipp Krones586cbd02022-06-04 12:07:445791]
5792
5793[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:555794name = "windows_aarch64_gnullvm"
5795version = "0.42.0"
5796source = "registry+https://github.com/rust-lang/crates.io-index"
5797checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
5798
5799[[package]]
Philipp Krones586cbd02022-06-04 12:07:445800name = "windows_aarch64_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555801version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445802source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555803checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
Philipp Krones586cbd02022-06-04 12:07:445804
5805[[package]]
5806name = "windows_i686_gnu"
Mateusz Mikuład5899ef2022-11-05 11:19:555807version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445808source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555809checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
Philipp Krones586cbd02022-06-04 12:07:445810
5811[[package]]
5812name = "windows_i686_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555813version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445814source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555815checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
Philipp Krones586cbd02022-06-04 12:07:445816
5817[[package]]
5818name = "windows_x86_64_gnu"
Mateusz Mikuład5899ef2022-11-05 11:19:555819version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445820source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555821checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
5822
5823[[package]]
5824name = "windows_x86_64_gnullvm"
5825version = "0.42.0"
5826source = "registry+https://github.com/rust-lang/crates.io-index"
5827checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
Philipp Krones586cbd02022-06-04 12:07:445828
5829[[package]]
5830name = "windows_x86_64_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555831version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445832source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555833checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
Philipp Krones586cbd02022-06-04 12:07:445834
5835[[package]]
Charles Lewa7750042022-11-06 06:43:255836name = "writeable"
5837version = "0.5.0"
5838source = "registry+https://github.com/rust-lang/crates.io-index"
5839checksum = "f8e6ab4f5da1b24daf2c590cfac801bacb27b15b4f050e84eb60149ea726f06b"
5840
5841[[package]]
Josh Stone020c5ec2017-05-08 22:01:135842name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225843version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135844source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095845checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135846dependencies = [
Alex Crichton093ede22019-08-15 00:45:095847 "libc",
Josh Stone020c5ec2017-05-08 22:01:135848]
5849
5850[[package]]
5851name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445852version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135853source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445854checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135855dependencies = [
Alex Crichton093ede22019-08-15 00:45:095856 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135857]
5858
5859[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305860name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445861version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305862source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445863checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305864dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425865 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305866 "thiserror",
Michael Howell271bad92022-06-18 15:54:005867 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:305868]
5869
5870[[package]]
Josh Stone020c5ec2017-05-08 22:01:135871name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445872version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305873source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445874checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305875dependencies = [
5876 "linked-hash-map",
5877]
Igor Matuszewski2214a412021-05-03 20:59:355878
5879[[package]]
Eric Huss3a6fc802022-04-20 13:50:395880name = "yansi"
5881version = "0.5.1"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
5884
5885[[package]]
Igor Matuszewski2214a412021-05-03 20:59:355886name = "yansi-term"
5887version = "0.1.2"
5888source = "registry+https://github.com/rust-lang/crates.io-index"
5889checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5890dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315891 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:355892]
Charles Lewa7750042022-11-06 06:43:255893
5894[[package]]
5895name = "yoke"
5896version = "0.6.2"
5897source = "registry+https://github.com/rust-lang/crates.io-index"
5898checksum = "1fe1d55ca72c32d573bfbd5cb2f0ca65a497854c44762957a6d3da96041a5184"
5899dependencies = [
5900 "serde",
5901 "stable_deref_trait",
5902 "yoke-derive",
5903 "zerofrom",
5904]
5905
5906[[package]]
5907name = "yoke-derive"
5908version = "0.6.1"
5909source = "registry+https://github.com/rust-lang/crates.io-index"
5910checksum = "1346e4cd025ae818b88566eac7eb65ab33a994ea55f355c86889af2e7e56b14e"
5911dependencies = [
5912 "proc-macro2",
5913 "quote",
5914 "syn",
5915 "synstructure",
5916]
5917
5918[[package]]
5919name = "zerofrom"
5920version = "0.1.1"
5921source = "registry+https://github.com/rust-lang/crates.io-index"
5922checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54"
5923dependencies = [
5924 "zerofrom-derive",
5925]
5926
5927[[package]]
5928name = "zerofrom-derive"
5929version = "0.1.1"
5930source = "registry+https://github.com/rust-lang/crates.io-index"
5931checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829"
5932dependencies = [
5933 "proc-macro2",
5934 "quote",
5935 "syn",
5936 "synstructure",
5937]
5938
5939[[package]]
5940name = "zerovec"
5941version = "0.9.0"
5942source = "registry+https://github.com/rust-lang/crates.io-index"
5943checksum = "b9d919a74c17749ccb17beaf6405562e413cd94e98ba52ca1e64bbe7eefbd8b8"
5944dependencies = [
5945 "yoke",
5946 "zerofrom",
5947 "zerovec-derive",
5948]
5949
5950[[package]]
5951name = "zerovec-derive"
5952version = "0.9.0"
5953source = "registry+https://github.com/rust-lang/crates.io-index"
5954checksum = "490e5f878c2856225e884c35927e7ea6db3c24cdb7229b72542c7526ad7ed49e"
5955dependencies = [
5956 "proc-macro2",
5957 "quote",
5958 "syn",
5959 "synstructure",
5960]