blob: b5aba6765ccdc881eb291bddb3a105d375064ea3 [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"
dirreke74817b72023-08-14 14:57:387version = "0.21.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10dependencies = [
11 "compiler_builtins",
Tyler Mandry4c14ca32023-08-22 19:20:3512 "gimli",
Michael Howellcf83a1d2022-11-03 17:10:1513 "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]]
Ralf Jung49e8acb2023-10-21 06:41:4528name = "aes"
clubby7899b73db32024-01-29 12:21:1629version = "0.8.4"
Ralf Jung49e8acb2023-10-21 06:41:4530source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:1631checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
Ralf Jung49e8acb2023-10-21 06:41:4532dependencies = [
33 "cfg-if",
34 "cipher",
35 "cpufeatures",
36]
37
38[[package]]
Lain Yang9a337b62022-01-07 05:32:5839name = "ahash"
github-actions8ef19812024-03-03 00:16:1640version = "0.8.10"
Amanieu d'Antrasa529ba82023-01-09 17:49:2441source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:1642checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b"
Amanieu d'Antrasa529ba82023-01-09 17:49:2443dependencies = [
44 "cfg-if",
45 "once_cell",
46 "version_check",
Ralf Jung71c9ceb2023-12-02 18:16:0947 "zerocopy",
Amanieu d'Antrasa529ba82023-01-09 17:49:2448]
49
50[[package]]
Steve Klabnika0769612017-02-07 23:13:5751name = "aho-corasick"
clubby7899b73db32024-01-29 12:21:1652version = "1.1.2"
Eric Huss6a09cfa2019-05-16 05:27:3953source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:1654checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
Eric Huss6a09cfa2019-05-16 05:27:3955dependencies = [
Alex Crichton093ede22019-08-15 00:45:0956 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3957]
58
59[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2960name = "alloc"
61version = "0.0.0"
62dependencies = [
Alex Crichton093ede22019-08-15 00:45:0963 "compiler_builtins",
64 "core",
Thom Chiovolonia4bf36e2022-11-21 00:55:4165 "rand",
Aaron Hill70ba4912020-08-01 14:11:1566 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2967]
68
69[[package]]
The 8472479be6a2023-06-08 14:55:4970name = "allocator-api2"
clubby7899b73db32024-01-29 12:21:1671version = "0.2.16"
The 8472479be6a2023-06-08 14:55:4972source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:1673checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
The 8472479be6a2023-06-08 14:55:4974
75[[package]]
steveklabnikecfbaca2018-04-03 14:32:0476name = "ammonia"
Nilstrieb3295cdf2023-06-26 07:21:3577version = "3.3.0"
Eric Huss2dafa912019-06-19 03:36:4778source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:3579checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170"
Eric Huss2dafa912019-06-19 03:36:4780dependencies = [
Alex Crichton093ede22019-08-15 00:45:0981 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0982 "maplit",
klensy947e7872022-04-15 18:11:1483 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0984 "tendril",
Eric Huss4a7e2fb2022-08-21 04:19:4385 "url",
Eric Huss2dafa912019-06-19 03:36:4786]
87
88[[package]]
Nilstrieb3295cdf2023-06-26 07:21:3589name = "android-tzdata"
90version = "0.1.1"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
93
94[[package]]
nilsf77541a2023-04-11 11:46:4195name = "android_system_properties"
96version = "0.1.5"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
99dependencies = [
100 "libc",
101]
102
103[[package]]
topecongiroca19ffe2019-04-17 22:42:18104name = "annotate-snippets"
clubby7899b73db32024-01-29 12:21:16105version = "0.9.2"
Caleb Cartwrightf367f4d2022-06-13 03:04:54106source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16107checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e"
Igor Matuszewski2214a412021-05-03 20:59:35108dependencies = [
Caleb Cartwrightf367f4d2022-06-13 03:04:54109 "unicode-width",
Igor Matuszewski2214a412021-05-03 20:59:35110 "yansi-term",
111]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:26112
113[[package]]
klensy5b153b52023-12-30 15:11:41114name = "annotate-snippets"
github-actions8ef19812024-03-03 00:16:16115version = "0.10.2"
klensy5b153b52023-12-30 15:11:41116source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16117checksum = "6d9b665789884a7e8fb06c84b295e923b03ca51edbb7d08f91a6a50322ecbfe6"
klensy5b153b52023-12-30 15:11:41118dependencies = [
119 "anstyle",
120 "unicode-width",
121]
122
123[[package]]
Philipp Kronesac25a732023-08-24 19:33:17124name = "ansi_term"
125version = "0.12.1"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
128dependencies = [
129 "winapi",
130]
131
132[[package]]
Eric Huss6e298622023-04-01 15:49:20133name = "anstream"
github-actions8ef19812024-03-03 00:16:16134version = "0.6.13"
Eric Huss51f20b42024-02-07 04:22:13135source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16136checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
Eric Huss51f20b42024-02-07 04:22:13137dependencies = [
138 "anstyle",
139 "anstyle-parse",
140 "anstyle-query",
Philipp Kronesf99056b2024-02-27 14:50:23141 "anstyle-wincon",
Nilstrieb3295cdf2023-06-26 07:21:35142 "colorchoice",
Eric Huss6e298622023-04-01 15:49:20143 "utf8parse",
144]
145
146[[package]]
147name = "anstyle"
clubby7899b73db32024-01-29 12:21:16148version = "1.0.6"
Eric Huss6e298622023-04-01 15:49:20149source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16150checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
Eric Huss6e298622023-04-01 15:49:20151
152[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:52153name = "anstyle-lossy"
154version = "1.1.0"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "a9a0444767dbd4aea9355cb47a370eb184dbfe918875e127eff52cb9d1638181"
157dependencies = [
158 "anstyle",
159]
160
161[[package]]
Eric Huss6e298622023-04-01 15:49:20162name = "anstyle-parse"
clubby7899b73db32024-01-29 12:21:16163version = "0.2.3"
Eric Huss6e298622023-04-01 15:49:20164source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16165checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
Eric Huss6e298622023-04-01 15:49:20166dependencies = [
167 "utf8parse",
168]
169
170[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35171name = "anstyle-query"
clubby7899b73db32024-01-29 12:21:16172version = "1.0.2"
Eric Huss6e298622023-04-01 15:49:20173source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16174checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
Nilstrieb3295cdf2023-06-26 07:21:35175dependencies = [
clubby7899b73db32024-01-29 12:21:16176 "windows-sys 0.52.0",
Nilstrieb3295cdf2023-06-26 07:21:35177]
178
179[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:52180name = "anstyle-svg"
181version = "0.1.3"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "8b6ddad447b448d6d5db36b31cbd3ff27c7af071619501998eeceab01968287a"
184dependencies = [
185 "anstream",
186 "anstyle",
187 "anstyle-lossy",
188 "html-escape",
189 "unicode-width",
190]
191
192[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35193name = "anstyle-wincon"
Eric Huss51f20b42024-02-07 04:22:13194version = "3.0.2"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
197dependencies = [
198 "anstyle",
199 "windows-sys 0.52.0",
200]
201
202[[package]]
Eric Huss6da85d62020-01-14 17:47:04203name = "anyhow"
github-actions8ef19812024-03-03 00:16:16204version = "1.0.80"
Eric Huss6da85d62020-01-14 17:47:04205source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16206checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
Jakub Beránek91d2fb22023-06-03 07:41:44207dependencies = [
208 "backtrace",
209]
Eric Huss6da85d62020-01-14 17:47:04210
211[[package]]
bjorn3be670842022-05-28 10:43:51212name = "ar_archive_writer"
dirreke74817b72023-08-14 14:57:38213version = "0.1.5"
bjorn3be670842022-05-28 10:43:51214source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:38215checksum = "9792d37ca5173d7e7f4fe453739a0671d0557915a030a383d6b866476bbc3e71"
bjorn3be670842022-05-28 10:43:51216dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:35217 "object",
bjorn3be670842022-05-28 10:43:51218]
219
220[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54221name = "arrayvec"
Nilstrieb3295cdf2023-06-26 07:21:35222version = "0.7.4"
Jubilee Younge8eb6912021-04-22 04:40:29223source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35224checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
Nicholas Nethercotec492ca42020-07-14 00:31:54225
226[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46227name = "askama"
clubby789da336192024-01-24 01:04:34228version = "0.12.1"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46229source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789da336192024-01-24 01:04:34230checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46231dependencies = [
232 "askama_derive",
233 "askama_escape",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46234]
235
236[[package]]
237name = "askama_derive"
clubby789da336192024-01-24 01:04:34238version = "0.12.5"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46239source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789da336192024-01-24 01:04:34240checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46241dependencies = [
clubby789da336192024-01-24 01:04:34242 "askama_parser",
Guillaume Gomez76714c32023-03-06 10:15:59243 "basic-toml",
244 "mime",
245 "mime_guess",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46246 "proc-macro2",
247 "quote",
Guillaume Gomez48f5dca2022-01-17 16:36:39248 "serde",
github-actions8ef19812024-03-03 00:16:16249 "syn 2.0.52",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46250]
251
252[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59253name = "askama_escape"
254version = "0.10.3"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
257
258[[package]]
clubby789da336192024-01-24 01:04:34259name = "askama_parser"
260version = "0.2.1"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0"
263dependencies = [
264 "nom",
265]
266
267[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05268name = "autocfg"
Jon Gjengsetb83a48d2022-03-01 17:45:23269version = "1.1.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35270source = "registry+https://github.com/rust-lang/crates.io-index"
Jon Gjengsetb83a48d2022-03-01 17:45:23271checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Mateusz Mikułaf5e702d2020-03-26 13:10:35272
273[[package]]
Ralf Jung10430db2022-07-15 14:04:23274name = "backtrace"
Tyler Mandry4c14ca32023-08-22 19:20:35275version = "0.3.69"
Ralf Jung10430db2022-07-15 14:04:23276source = "registry+https://github.com/rust-lang/crates.io-index"
Tyler Mandry4c14ca32023-08-22 19:20:35277checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
Ralf Jung10430db2022-07-15 14:04:23278dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:35279 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23280 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42281 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23282 "libc",
Jubilee Young079949d2023-06-29 23:18:36283 "miniz_oxide",
Tyler Mandry4c14ca32023-08-22 19:20:35284 "object",
Ralf Jung10430db2022-07-15 14:04:23285 "rustc-demangle",
286]
287
288[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44289name = "base64"
clubby7899b73db32024-01-29 12:21:16290version = "0.21.7"
Jakub Beránek91d2fb22023-06-03 07:41:44291source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16292checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
Jakub Beránek91d2fb22023-06-03 07:41:44293
294[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59295name = "basic-toml"
clubby7899b73db32024-01-29 12:21:16296version = "0.1.8"
Guillaume Gomez76714c32023-03-06 10:15:59297source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16298checksum = "2db21524cad41c5591204d22d75e1970a2d1f71060214ca931dc7d5afe2c14e5"
Guillaume Gomez76714c32023-03-06 10:15:59299dependencies = [
300 "serde",
301]
302
303[[package]]
Luca Palmiericd7688b2023-05-22 17:26:20304name = "bincode"
305version = "1.3.3"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
308dependencies = [
309 "serde",
310]
311
312[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58313name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20314version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01315source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20316checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01317
318[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35319name = "bitflags"
clubby7899b73db32024-01-29 12:21:16320version = "2.4.2"
Pietro Albiniacd8e592020-10-01 15:15:12321source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16322checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
Nilstrieb3295cdf2023-06-26 07:21:35323
324[[package]]
325name = "block-buffer"
326version = "0.10.4"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
Pietro Albiniacd8e592020-10-01 15:15:12329dependencies = [
klensy45fac342022-08-31 20:04:12330 "generic-array",
James Munnsde763692019-01-19 02:39:37331]
332
333[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39334name = "bstr"
clubby7899b73db32024-01-29 12:21:16335version = "1.6.0"
Ralf Jung55162732022-11-15 19:06:42336source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16337checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
Ralf Jung55162732022-11-15 19:06:42338dependencies = [
339 "memchr",
github-actions8ef19812024-03-03 00:16:16340 "regex-automata 0.3.9",
Ralf Jung55162732022-11-15 19:06:42341 "serde",
342]
343
344[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04345name = "build-manifest"
346version = "0.1.0"
347dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01348 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40349 "flate2",
Weihang Loe52e0402023-03-07 22:16:27350 "hex",
Pietro Albiniacd8e592020-10-01 15:15:12351 "rayon",
Alex Crichton093ede22019-08-15 00:45:09352 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07353 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12354 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40355 "tar",
Nilstrieb3295cdf2023-06-26 07:21:35356 "toml 0.5.11",
Mark Rousskove40a4462023-04-17 01:27:25357 "xz2",
Alex Crichton9e8785f2017-01-24 22:37:04358]
359
360[[package]]
Nilstrieb25c15312022-12-30 10:11:33361name = "build_helper"
362version = "0.1.0"
Jakub Beránek91d2fb22023-06-03 07:41:44363dependencies = [
364 "serde",
365 "serde_derive",
366]
Nilstrieb25c15312022-12-30 10:11:33367
368[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03369name = "bump-stage0"
370version = "0.1.0"
371dependencies = [
372 "anyhow",
373 "curl",
klensyc653bb92023-11-18 09:42:05374 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03375 "serde",
376 "serde_json",
Nilstrieb3295cdf2023-06-26 07:21:35377 "toml 0.5.11",
Pietro Albini80b81ad2021-08-26 09:26:03378]
379
380[[package]]
nilsf77541a2023-04-11 11:46:41381name = "bumpalo"
github-actions8ef19812024-03-03 00:16:16382version = "3.15.3"
nilsf77541a2023-04-11 11:46:41383source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16384checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b"
nilsf77541a2023-04-11 11:46:41385
386[[package]]
Alex Crichton4f661c02018-10-08 17:39:09387name = "bytecount"
clubby7899b73db32024-01-29 12:21:16388version = "0.6.7"
Alex Crichton4f661c02018-10-08 17:39:09389source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16390checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
Alex Crichton4f661c02018-10-08 17:39:09391dependencies = [
Caleb Cartwright35400e82023-10-23 01:34:12392 "packed_simd",
Alex Crichton4f661c02018-10-08 17:39:09393]
394
395[[package]]
Jubilee Young7156ff62023-05-10 03:29:27396name = "byteorder"
clubby78956bc5522024-01-21 17:16:26397version = "1.5.0"
Jubilee Young7156ff62023-05-10 03:29:27398source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:26399checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
Jubilee Young7156ff62023-05-10 03:29:27400
401[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43402name = "bytes"
clubby7899b73db32024-01-29 12:21:16403version = "1.5.0"
Matthias Krüger696fb8f2019-01-21 15:32:43404source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16405checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
Matthias Krüger696fb8f2019-01-21 15:32:43406
407[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20408name = "camino"
clubby7899b73db32024-01-29 12:21:16409version = "1.1.6"
Caleb Cartwright0697f562021-10-20 05:15:20410source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16411checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
Caleb Cartwright0697f562021-10-20 05:15:20412dependencies = [
413 "serde",
414]
415
416[[package]]
Ralf Jung759e4952020-06-01 18:17:20417name = "cargo-miri"
418version = "0.1.0"
419dependencies = [
clubby7899b73db32024-01-29 12:21:16420 "cargo_metadata 0.18.1",
Ralf Jung759e4952020-06-01 18:17:20421 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57422 "rustc-build-sysroot",
Ralf Jung3f88f4c2023-02-26 18:09:17423 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22424 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20425 "serde",
426 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20427]
428
429[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56430name = "cargo-platform"
clubby7899b73db32024-01-29 12:21:16431version = "0.1.7"
Caleb Cartwright0697f562021-10-20 05:15:20432source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16433checksum = "694c8807f2ae16faecc43dc17d74b3eb042482789fd0eb64b39a2e04e087053f"
Caleb Cartwright0697f562021-10-20 05:15:20434dependencies = [
435 "serde",
436]
437
438[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29439name = "cargo_metadata"
Caleb Cartwrightaca66a22023-06-20 04:19:48440version = "0.15.4"
Caleb Cartwright0697f562021-10-20 05:15:20441source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightaca66a22023-06-20 04:19:48442checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
Ralf Jungc2df1c22022-07-21 20:04:37443dependencies = [
444 "camino",
Weihang Lof795a152023-03-15 12:50:04445 "cargo-platform",
Ralf Jungc2df1c22022-07-21 20:04:37446 "semver",
447 "serde",
448 "serde_json",
Philipp Krones5566eb42023-02-10 13:01:31449 "thiserror",
Ralf Jungc2df1c22022-07-21 20:04:37450]
451
452[[package]]
Ralf Jung5aecfe42023-10-07 05:55:48453name = "cargo_metadata"
clubby7899b73db32024-01-29 12:21:16454version = "0.18.1"
Ralf Jung5aecfe42023-10-07 05:55:48455source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16456checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
Ralf Jung5aecfe42023-10-07 05:55:48457dependencies = [
458 "camino",
459 "cargo-platform",
460 "semver",
461 "serde",
462 "serde_json",
463 "thiserror",
464]
465
466[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26467name = "cargotest2"
468version = "0.1.0"
469
470[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35471name = "cc"
Daniel Paolielloa6a556c2023-12-16 00:46:34472version = "1.0.90"
Nick Cameronc5cad5a2017-09-22 01:58:35473source = "registry+https://github.com/rust-lang/crates.io-index"
Daniel Paolielloa6a556c2023-12-16 00:46:34474checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
Nick Cameronc5cad5a2017-09-22 01:58:35475
476[[package]]
Josh Stone020c5ec2017-05-08 22:01:13477name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07478version = "1.0.0"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03481dependencies = [
482 "compiler_builtins",
483 "rustc-std-workspace-core",
484]
Aaron Hill44fdfd62020-10-11 17:51:07485
486[[package]]
Alex Crichton15899b02018-01-25 04:01:42487name = "chrono"
clubby7899b73db32024-01-29 12:21:16488version = "0.4.34"
Alex Crichton15899b02018-01-25 04:01:42489source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16490checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
Alex Crichton15899b02018-01-25 04:01:42491dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:35492 "android-tzdata",
nilsf77541a2023-04-11 11:46:41493 "iana-time-zone",
Alex Crichton093ede22019-08-15 00:45:09494 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17495 "serde",
github-actions8ef19812024-03-03 00:16:16496 "windows-targets 0.52.4",
Alex Crichton15899b02018-01-25 04:01:42497]
498
499[[package]]
Ralf Jung49e8acb2023-10-21 06:41:45500name = "cipher"
501version = "0.4.4"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
504dependencies = [
505 "crypto-common",
506 "inout",
507]
508
509[[package]]
Steve Klabnika0769612017-02-07 23:13:57510name = "clap"
github-actions8ef19812024-03-03 00:16:16511version = "4.5.1"
Weihang Loc1b4f112022-10-04 20:57:49512source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16513checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
Weihang Loc1b4f112022-10-04 20:57:49514dependencies = [
Eric Huss6e298622023-04-01 15:49:20515 "clap_builder",
klensye1c33132023-06-21 09:32:34516 "clap_derive",
Eric Huss6e298622023-04-01 15:49:20517]
518
519[[package]]
Caleb Cartwright35400e82023-10-23 01:34:12520name = "clap-cargo"
521version = "0.12.0"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4"
524dependencies = [
525 "anstyle",
526 "clap",
527]
528
529[[package]]
Eric Huss6e298622023-04-01 15:49:20530name = "clap_builder"
github-actions8ef19812024-03-03 00:16:16531version = "4.5.1"
Eric Huss6e298622023-04-01 15:49:20532source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16533checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
Eric Huss6e298622023-04-01 15:49:20534dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:23535 "anstream",
Eric Huss6e298622023-04-01 15:49:20536 "anstyle",
klensye1c33132023-06-21 09:32:34537 "clap_lex",
clubby7899b73db32024-01-29 12:21:16538 "strsim 0.11.0",
Eric Huss2717f602023-01-06 01:20:59539 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49540]
541
542[[package]]
Eric Huss51814222022-04-15 18:57:06543name = "clap_complete"
github-actions8ef19812024-03-03 00:16:16544version = "4.5.1"
Eric Huss51814222022-04-15 18:57:06545source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16546checksum = "885e4d7d5af40bfb99ae6f9433e292feac98d452dcb3ec3d25dfe7552b77da8c"
Eric Huss51814222022-04-15 18:57:06547dependencies = [
klensye1c33132023-06-21 09:32:34548 "clap",
Caleb Cartwrightf367f4d2022-06-13 03:04:54549]
550
551[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39552name = "clap_derive"
clubby7899b73db32024-01-29 12:21:16553version = "4.5.0"
Nixon Enraght-Moony7680b162023-01-02 19:30:39554source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16555checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
Nixon Enraght-Moony7680b162023-01-02 19:30:39556dependencies = [
557 "heck",
Nixon Enraght-Moony7680b162023-01-02 19:30:39558 "proc-macro2",
559 "quote",
github-actions8ef19812024-03-03 00:16:16560 "syn 2.0.52",
Nixon Enraght-Moony7680b162023-01-02 19:30:39561]
562
563[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51564name = "clap_lex"
clubby7899b73db32024-01-29 12:21:16565version = "0.7.0"
Weihang Loc1b4f112022-10-04 20:57:49566source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16567checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
Weihang Loc1b4f112022-10-04 20:57:49568
569[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29570name = "clippy"
Philipp Krones4ec9eec2024-02-08 19:25:09571version = "0.1.78"
Ahmed Charles9ca382f2016-09-02 08:55:29572dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:23573 "anstream",
Philipp Krones02562bf2023-11-02 16:50:52574 "clippy_config",
Alex Crichton093ede22019-08-15 00:45:09575 "clippy_lints",
Philipp Kronesc2490bd2023-07-17 08:22:41576 "clippy_utils",
Philipp Krones6233d442023-10-06 15:47:56577 "color-print",
flip1995647f2b42021-06-03 07:06:49578 "filetime",
Philipp Kronesc2490bd2023-07-17 08:22:41579 "futures",
580 "if_chain",
Philipp Kronesf99056b2024-02-27 14:50:23581 "itertools 0.12.1",
Rémy Rakic4cb2a282023-12-14 15:40:50582 "parking_lot",
Philipp Kronesc2490bd2023-07-17 08:22:41583 "quote",
flip1995412ebc32021-03-12 14:31:11584 "regex",
Ralf Jung3f88f4c2023-02-26 18:09:17585 "rustc_tools_util",
Philipp Kronesc2490bd2023-07-17 08:22:41586 "serde",
github-actions8ef19812024-03-03 00:16:16587 "syn 2.0.52",
Matthias Krügerf77104b2019-12-02 22:09:48588 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00589 "termize",
Ralf Jungbf11b122021-04-06 11:20:48590 "tester",
Philipp Kronesc2490bd2023-07-17 08:22:41591 "tokio",
clubby7899b73db32024-01-29 12:21:16592 "toml 0.7.8",
Philipp Kronesf99056b2024-02-27 14:50:23593 "ui_test 0.22.2",
Philipp Kronesd6732192022-07-28 17:08:41594 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29595]
596
597[[package]]
Philipp Krones02562bf2023-11-02 16:50:52598name = "clippy_config"
Philipp Krones4ec9eec2024-02-08 19:25:09599version = "0.1.78"
Philipp Krones02562bf2023-11-02 16:50:52600dependencies = [
601 "rustc-semver",
602 "serde",
clubby7899b73db32024-01-29 12:21:16603 "toml 0.7.8",
Philipp Krones02562bf2023-11-02 16:50:52604 "walkdir",
605]
606
607[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49608name = "clippy_dev"
609version = "0.0.1"
610dependencies = [
clubby7899b73db32024-01-29 12:21:16611 "aho-corasick",
klensye1c33132023-06-21 09:32:34612 "clap",
flip19958d5f69d2021-10-21 11:13:17613 "indoc",
Philipp Kronesf99056b2024-02-27 14:50:23614 "itertools 0.12.1",
Philipp Kronesd7a01822024-01-25 18:17:52615 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49616 "shell-escape",
617 "walkdir",
618]
619
620[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29621name = "clippy_lints"
Philipp Krones4ec9eec2024-02-08 19:25:09622version = "0.1.78"
Oliver Schneider847bb142018-05-11 12:11:06623dependencies = [
Weihang Lof795a152023-03-15 12:50:04624 "arrayvec",
clubby7899b73db32024-01-29 12:21:16625 "cargo_metadata 0.18.1",
Philipp Krones02562bf2023-11-02 16:50:52626 "clippy_config",
flip19950046d7c2021-02-25 10:26:23627 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06628 "declare_clippy_lint",
Philipp Kronesf99056b2024-02-27 14:50:23629 "itertools 0.12.1",
Alex Crichton093ede22019-08-15 00:45:09630 "quine-mc_cluskey",
Philipp Kronesa6d3c822023-07-02 13:07:47631 "regex",
Philipp Kronesb92ab502023-12-16 13:13:12632 "regex-syntax 0.8.2",
flip1995898ef0f2020-12-06 14:07:59633 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29634 "semver",
Alex Crichton093ede22019-08-15 00:45:09635 "serde",
flip1995c24058b2021-05-06 10:21:46636 "serde_json",
flip199537cdd7e2022-06-16 15:39:29637 "tempfile",
clubby7899b73db32024-01-29 12:21:16638 "toml 0.7.8",
Alex Crichton093ede22019-08-15 00:45:09639 "unicode-normalization",
flip199544cea512021-07-01 16:18:02640 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43641 "url",
Philipp Krones6233d442023-10-06 15:47:56642 "walkdir",
Oliver Schneider847bb142018-05-11 12:11:06643]
644
645[[package]]
flip19950046d7c2021-02-25 10:26:23646name = "clippy_utils"
Philipp Krones4ec9eec2024-02-08 19:25:09647version = "0.1.78"
flip19950046d7c2021-02-25 10:26:23648dependencies = [
Weihang Lof795a152023-03-15 12:50:04649 "arrayvec",
Philipp Krones02562bf2023-11-02 16:50:52650 "clippy_config",
Philipp Kronesf99056b2024-02-27 14:50:23651 "itertools 0.12.1",
flip19950046d7c2021-02-25 10:26:23652 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23653]
654
655[[package]]
Pietro Albini13efb202022-11-15 09:19:17656name = "collect-license-metadata"
657version = "0.1.0"
658dependencies = [
659 "anyhow",
660 "serde",
661 "serde_json",
662 "spdx-rs",
663]
664
665[[package]]
Ralf Jung10430db2022-07-15 14:04:23666name = "color-eyre"
667version = "0.6.2"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
670dependencies = [
671 "backtrace",
672 "color-spantrace",
673 "eyre",
674 "indenter",
675 "once_cell",
676 "owo-colors",
677 "tracing-error",
678]
679
680[[package]]
Philipp Krones6233d442023-10-06 15:47:56681name = "color-print"
682version = "0.3.5"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d"
685dependencies = [
686 "color-print-proc-macro",
687]
688
689[[package]]
690name = "color-print-proc-macro"
691version = "0.3.5"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f"
694dependencies = [
695 "nom",
696 "proc-macro2",
697 "quote",
698 "syn 1.0.109",
699]
700
701[[package]]
Ralf Jung10430db2022-07-15 14:04:23702name = "color-spantrace"
clubby7899b73db32024-01-29 12:21:16703version = "0.2.1"
Ralf Jung10430db2022-07-15 14:04:23704source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16705checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
Ralf Jung10430db2022-07-15 14:04:23706dependencies = [
707 "once_cell",
708 "owo-colors",
709 "tracing-core",
710 "tracing-error",
711]
712
713[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35714name = "colorchoice"
715version = "1.0.0"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
718
719[[package]]
Nick Cameron127f9a62018-04-25 22:11:28720name = "colored"
clubby7899b73db32024-01-29 12:21:16721version = "2.1.0"
Nick Cameron127f9a62018-04-25 22:11:28722source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16723checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
Nick Cameron127f9a62018-04-25 22:11:28724dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42725 "lazy_static",
Martin Kröning7928c7e2023-09-19 12:15:53726 "windows-sys 0.48.0",
Nick Cameron127f9a62018-04-25 22:11:28727]
728
729[[package]]
Philipp Kronesac25a732023-08-24 19:33:17730name = "comma"
731version = "1.0.0"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
734
735[[package]]
Alex Crichton147e2da2016-10-07 06:30:38736name = "compiler_builtins"
Nikita Popovedfbe632024-01-22 11:59:41737version = "0.1.108"
Alex Crichton4c21a3b2018-11-20 05:52:50738source = "registry+https://github.com/rust-lang/crates.io-index"
Nikita Popovedfbe632024-01-22 11:59:41739checksum = "d68bc55329711cd719c2687bb147bc06211b0521f97ef398280108ccb23227e9"
Alex Crichton147e2da2016-10-07 06:30:38740dependencies = [
Alex Crichton093ede22019-08-15 00:45:09741 "cc",
742 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38743]
744
745[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29746name = "compiletest"
747version = "0.0.0"
748dependencies = [
Esteban Kuberb4bdb562024-03-02 22:36:52749 "anstyle-svg",
David Tolnay6b7b7752023-05-14 14:13:00750 "anyhow",
yukang414eb482023-02-03 16:23:11751 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42752 "colored",
Alex Crichton093ede22019-08-15 00:45:09753 "diff",
Alex Crichton093ede22019-08-15 00:45:09754 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21755 "glob",
Pietro Albinic2306372023-09-15 14:09:45756 "home",
klensyc653bb92023-11-18 09:42:05757 "indexmap",
Eric Hussfab89962022-08-08 04:26:13758 "lazycell",
Alex Crichton093ede22019-08-15 00:45:09759 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:47760 "miow",
Jakob Degen17395b42022-10-31 00:17:25761 "miropt-test-tools",
klensy58e74702023-02-21 12:58:33762 "once_cell",
Alex Crichton093ede22019-08-15 00:45:09763 "regex",
Philipp Krones586cbd02022-06-04 12:07:44764 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09765 "serde",
766 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00767 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00768 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42769 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09770 "walkdir",
klensy3c03cce2023-05-09 15:20:13771 "windows",
Oliver Schneideracdf83f2017-12-06 08:25:29772]
773
774[[package]]
Philipp Kronesac25a732023-08-24 19:33:17775name = "console"
clubby7899b73db32024-01-29 12:21:16776version = "0.15.8"
Philipp Kronesac25a732023-08-24 19:33:17777source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16778checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
Philipp Kronesac25a732023-08-24 19:33:17779dependencies = [
780 "encode_unicode",
781 "lazy_static",
782 "libc",
783 "unicode-width",
clubby7899b73db32024-01-29 12:21:16784 "windows-sys 0.52.0",
Philipp Kronesac25a732023-08-24 19:33:17785]
786
787[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29788name = "core"
789version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16790dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:41791 "rand",
Thom Chiovoloni08127592022-05-02 06:10:56792 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16793]
Ahmed Charles9ca382f2016-09-02 08:55:29794
795[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44796name = "core-foundation"
clubby7899b73db32024-01-29 12:21:16797version = "0.9.4"
Jakub Beránek91d2fb22023-06-03 07:41:44798source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16799checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
Jakub Beránek91d2fb22023-06-03 07:41:44800dependencies = [
801 "core-foundation-sys",
802 "libc",
803]
804
805[[package]]
nilsf77541a2023-04-11 11:46:41806name = "core-foundation-sys"
clubby7899b73db32024-01-29 12:21:16807version = "0.8.6"
nilsf77541a2023-04-11 11:46:41808source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16809checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
nilsf77541a2023-04-11 11:46:41810
811[[package]]
Zalathar13671042023-08-11 01:52:37812name = "coverage-dump"
813version = "0.1.0"
814dependencies = [
815 "anyhow",
816 "leb128",
817 "md-5",
818 "miniz_oxide",
819 "regex",
820 "rustc-demangle",
821]
822
823[[package]]
pierwillef6dd122022-02-10 16:54:01824name = "cpufeatures"
clubby7899b73db32024-01-29 12:21:16825version = "0.2.12"
Pietro Albiniacd8e592020-10-01 15:15:12826source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16827checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
pierwillef6dd122022-02-10 16:54:01828dependencies = [
829 "libc",
830]
Pietro Albiniacd8e592020-10-01 15:15:12831
832[[package]]
Alex Crichtonb4110902018-12-08 11:06:54833name = "crc32fast"
clubby7899b73db32024-01-29 12:21:16834version = "1.4.0"
Alex Crichtonb4110902018-12-08 11:06:54835source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16836checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
Alex Crichtonb4110902018-12-08 11:06:54837dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42838 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54839]
Alex Crichton38bedfa2017-09-02 03:46:51840
841[[package]]
kennytmcab21f12018-07-26 21:58:55842name = "crossbeam-channel"
github-actions8ef19812024-03-03 00:16:16843version = "0.5.12"
Matthias Krüger451d4922020-02-10 19:47:38844source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16845checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
Matthias Krüger451d4922020-02-10 19:47:38846dependencies = [
Josh Stonef3b88122022-01-10 19:34:07847 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38848]
849
850[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45851name = "crossbeam-deque"
clubby7899b73db32024-01-29 12:21:16852version = "0.8.5"
Josh Stone33c41252019-09-10 17:13:07853source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16854checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
Josh Stone33c41252019-09-10 17:13:07855dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01856 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07857 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07858]
859
860[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45861name = "crossbeam-epoch"
clubby7899b73db32024-01-29 12:21:16862version = "0.9.18"
Matthias Krüger696fb8f2019-01-21 15:32:43863source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16864checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
Matthias Krüger696fb8f2019-01-21 15:32:43865dependencies = [
Josh Stonef3b88122022-01-10 19:34:07866 "crossbeam-utils",
Matthias Krüger696fb8f2019-01-21 15:32:43867]
868
869[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45870name = "crossbeam-utils"
clubby7899b73db32024-01-29 12:21:16871version = "0.8.19"
Eric Husse0f2f9d2019-11-12 17:57:41872source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16873checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
Eric Huss71bf7cf2020-10-14 22:16:47874
875[[package]]
Weihang Lo6306fd32023-01-04 15:33:59876name = "crypto-common"
877version = "0.1.6"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
880dependencies = [
881 "generic-array",
882 "typenum",
pierwillef6dd122022-02-10 16:54:01883]
884
885[[package]]
Ralf Jung13e47662023-05-23 10:10:18886name = "ctrlc"
clubby789527f9032024-01-21 23:51:33887version = "3.4.2"
Ralf Jung13e47662023-05-23 10:10:18888source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789527f9032024-01-21 23:51:33889checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b"
Ralf Jung13e47662023-05-23 10:10:18890dependencies = [
891 "nix",
clubby789527f9032024-01-21 23:51:33892 "windows-sys 0.52.0",
Ralf Jung13e47662023-05-23 10:10:18893]
894
895[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58896name = "curl"
clubby7899b73db32024-01-29 12:21:16897version = "0.4.46"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58898source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16899checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58900dependencies = [
Alex Crichton093ede22019-08-15 00:45:09901 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09902 "libc",
903 "openssl-probe",
904 "openssl-sys",
905 "schannel",
klensyd5e8ad42021-07-04 18:49:56906 "socket2",
clubby7899b73db32024-01-29 12:21:16907 "windows-sys 0.52.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58908]
909
910[[package]]
911name = "curl-sys"
clubby7899b73db32024-01-29 12:21:16912version = "0.4.72+curl-8.6.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58913source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16914checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58915dependencies = [
Alex Crichton093ede22019-08-15 00:45:09916 "cc",
917 "libc",
Alex Crichton093ede22019-08-15 00:45:09918 "libz-sys",
919 "openssl-sys",
920 "pkg-config",
921 "vcpkg",
clubby7899b73db32024-01-29 12:21:16922 "windows-sys 0.52.0",
Josh Stone020c5ec2017-05-08 22:01:13923]
924
925[[package]]
Oli Scherer29de70d2023-07-25 13:09:53926name = "darling"
github-actions8ef19812024-03-03 00:16:16927version = "0.20.8"
Jakub Beránekf17047b2023-09-12 16:32:32928source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16929checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
Jakub Beránekf17047b2023-09-12 16:32:32930dependencies = [
klensy5e2a7ac2024-02-18 11:40:19931 "darling_core",
932 "darling_macro",
Jakub Beránekf17047b2023-09-12 16:32:32933]
934
935[[package]]
936name = "darling_core"
github-actions8ef19812024-03-03 00:16:16937version = "0.20.8"
Jakub Beránekf17047b2023-09-12 16:32:32938source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16939checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
Oli Scherer29de70d2023-07-25 13:09:53940dependencies = [
941 "fnv",
942 "ident_case",
943 "proc-macro2",
944 "quote",
clubby7899b73db32024-01-29 12:21:16945 "strsim 0.10.0",
github-actions8ef19812024-03-03 00:16:16946 "syn 2.0.52",
Oli Scherer29de70d2023-07-25 13:09:53947]
948
949[[package]]
950name = "darling_macro"
github-actions8ef19812024-03-03 00:16:16951version = "0.20.8"
Jakub Beránekf17047b2023-09-12 16:32:32952source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16953checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
Jakub Beránekf17047b2023-09-12 16:32:32954dependencies = [
klensy5e2a7ac2024-02-18 11:40:19955 "darling_core",
Oli Scherer29de70d2023-07-25 13:09:53956 "quote",
github-actions8ef19812024-03-03 00:16:16957 "syn 2.0.52",
Oli Scherer29de70d2023-07-25 13:09:53958]
959
960[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51961name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22962version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51963source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09964checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51965
966[[package]]
Philipp Kronesd4077782022-11-21 19:52:06967name = "declare_clippy_lint"
Philipp Krones4ec9eec2024-02-08 19:25:09968version = "0.1.78"
Philipp Kronesd4077782022-11-21 19:52:06969dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:23970 "itertools 0.12.1",
Philipp Kronesd4077782022-11-21 19:52:06971 "quote",
github-actions8ef19812024-03-03 00:16:16972 "syn 2.0.52",
Philipp Kronesd4077782022-11-21 19:52:06973]
974
975[[package]]
clubby7896ac3b572024-01-29 12:16:20976name = "deranged"
977version = "0.3.11"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
980dependencies = [
981 "powerfmt",
982]
983
984[[package]]
Michael Gouletde830572023-10-30 17:09:17985name = "derivative"
986version = "2.2.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
989dependencies = [
990 "proc-macro2",
991 "quote",
992 "syn 1.0.109",
993]
994
995[[package]]
Jakub Beránekf17047b2023-09-12 16:32:32996name = "derive_builder"
klensy5e2a7ac2024-02-18 11:40:19997version = "0.20.0"
Jakub Beránekf17047b2023-09-12 16:32:32998source = "registry+https://github.com/rust-lang/crates.io-index"
klensy5e2a7ac2024-02-18 11:40:19999checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
Jakub Beránekf17047b2023-09-12 16:32:321000dependencies = [
1001 "derive_builder_macro",
1002]
1003
1004[[package]]
1005name = "derive_builder_core"
klensy5e2a7ac2024-02-18 11:40:191006version = "0.20.0"
Jakub Beránekf17047b2023-09-12 16:32:321007source = "registry+https://github.com/rust-lang/crates.io-index"
klensy5e2a7ac2024-02-18 11:40:191008checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
Jakub Beránekf17047b2023-09-12 16:32:321009dependencies = [
klensy5e2a7ac2024-02-18 11:40:191010 "darling",
Jakub Beránekf17047b2023-09-12 16:32:321011 "proc-macro2",
1012 "quote",
github-actions8ef19812024-03-03 00:16:161013 "syn 2.0.52",
Jakub Beránekf17047b2023-09-12 16:32:321014]
1015
1016[[package]]
1017name = "derive_builder_macro"
klensy5e2a7ac2024-02-18 11:40:191018version = "0.20.0"
Jakub Beránekf17047b2023-09-12 16:32:321019source = "registry+https://github.com/rust-lang/crates.io-index"
klensy5e2a7ac2024-02-18 11:40:191020checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
Jakub Beránekf17047b2023-09-12 16:32:321021dependencies = [
1022 "derive_builder_core",
github-actions8ef19812024-03-03 00:16:161023 "syn 2.0.52",
Jakub Beránekf17047b2023-09-12 16:32:321024]
1025
1026[[package]]
Maybe Wafflee20e5062022-11-28 11:11:451027name = "derive_more"
1028version = "0.99.17"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1031dependencies = [
Maybe Wafflee20e5062022-11-28 11:11:451032 "proc-macro2",
1033 "quote",
Nilstrieb3295cdf2023-06-26 07:21:351034 "syn 1.0.109",
Maybe Wafflee20e5062022-11-28 11:11:451035]
1036
1037[[package]]
Oli Scherer29de70d2023-07-25 13:09:531038name = "derive_setters"
1039version = "0.1.6"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
1042dependencies = [
klensy5e2a7ac2024-02-18 11:40:191043 "darling",
Oli Scherer29de70d2023-07-25 13:09:531044 "proc-macro2",
1045 "quote",
github-actions8ef19812024-03-03 00:16:161046 "syn 2.0.52",
Oli Scherer29de70d2023-07-25 13:09:531047]
1048
1049[[package]]
Cengiz Can837817c2017-04-27 19:41:181050name = "diff"
klensy43512e62022-07-26 16:16:431051version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:181052source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431053checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:181054
1055[[package]]
James Munnsde763692019-01-19 02:39:371056name = "digest"
Nilstrieb3295cdf2023-06-26 07:21:351057version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:121058source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351059checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
Pietro Albiniacd8e592020-10-01 15:15:121060dependencies = [
klensy45fac342022-08-31 20:04:121061 "block-buffer",
pierwillef6dd122022-02-10 16:54:011062 "crypto-common",
James Munnsde763692019-01-19 02:39:371063]
1064
1065[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451066name = "directories"
Ralf Jung5aecfe42023-10-07 05:55:481067version = "5.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451068source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung5aecfe42023-10-07 05:55:481069checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
Ralf Jung44b0fd62018-11-28 20:22:451070dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:481071 "dirs-sys 0.4.1",
Ralf Jung44b0fd62018-11-28 20:22:451072]
1073
1074[[package]]
flip19954c228cc2019-02-18 09:32:581075name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:541076version = "4.0.0"
flip19954c228cc2019-02-18 09:32:581077source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:541078checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:581079dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:481080 "dirs-sys 0.3.7",
flip19954c228cc2019-02-18 09:32:581081]
1082
1083[[package]]
flip19950046d7c2021-02-25 10:26:231084name = "dirs-next"
1085version = "2.0.0"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1088dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421089 "cfg-if",
flip19950046d7c2021-02-25 10:26:231090 "dirs-sys-next",
1091]
1092
1093[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321094name = "dirs-sys"
Nilstrieb3295cdf2023-06-26 07:21:351095version = "0.3.7"
Ralf Jung4e8626e2019-06-13 07:58:321096source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351097checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
Ralf Jung4e8626e2019-06-13 07:58:321098dependencies = [
Alex Crichton093ede22019-08-15 00:45:091099 "libc",
Jubilee Young27ef7192021-04-23 22:49:471100 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311101 "winapi",
flip19950046d7c2021-02-25 10:26:231102]
1103
1104[[package]]
Ralf Jung5aecfe42023-10-07 05:55:481105name = "dirs-sys"
1106version = "0.4.1"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1109dependencies = [
1110 "libc",
1111 "option-ext",
1112 "redox_users",
1113 "windows-sys 0.48.0",
1114]
1115
1116[[package]]
flip19950046d7c2021-02-25 10:26:231117name = "dirs-sys-next"
1118version = "0.1.2"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1121dependencies = [
1122 "libc",
Jubilee Young27ef7192021-04-23 22:49:471123 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311124 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321125]
1126
1127[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421128name = "displaydoc"
Nilstrieb3295cdf2023-06-26 07:21:351129version = "0.2.4"
Manish Goregaokar288194e2022-10-19 23:24:421130source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351131checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
Manish Goregaokar288194e2022-10-19 23:24:421132dependencies = [
1133 "proc-macro2",
1134 "quote",
github-actions8ef19812024-03-03 00:16:161135 "syn 2.0.52",
Manish Goregaokar288194e2022-10-19 23:24:421136]
1137
1138[[package]]
klensyceee8802022-11-22 14:41:061139name = "dissimilar"
clubby7899b73db32024-01-29 12:21:161140version = "1.0.7"
klensyceee8802022-11-22 14:41:061141source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161142checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632"
klensyceee8802022-11-22 14:41:061143
1144[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291145name = "dlmalloc"
github-actions8ef19812024-03-03 00:16:161146version = "0.2.6"
Alex Crichton4c21a3b2018-11-20 05:52:501147source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:161148checksum = "3264b043b8e977326c1ee9e723da2c1f8d09a99df52cacf00b4dbce5ac54414d"
Oliver Schneideracdf83f2017-12-06 08:25:291149dependencies = [
clubby7899b73db32024-01-29 12:21:161150 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091151 "compiler_builtins",
1152 "libc",
1153 "rustc-std-workspace-core",
clubby7899b73db32024-01-29 12:21:161154 "windows-sys 0.52.0",
Oliver Schneideracdf83f2017-12-06 08:25:291155]
1156
1157[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291158name = "either"
clubby7899b73db32024-01-29 12:21:161159version = "1.10.0"
Oliver Schneideracdf83f2017-12-06 08:25:291160source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161161checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
Oliver Schneideracdf83f2017-12-06 08:25:291162
1163[[package]]
steveklabnikecfbaca2018-04-03 14:32:041164name = "elasticlunr-rs"
Nilstrieb3295cdf2023-06-26 07:21:351165version = "3.0.2"
steveklabnikecfbaca2018-04-03 14:32:041166source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351167checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
steveklabnikecfbaca2018-04-03 14:32:041168dependencies = [
Alex Crichton093ede22019-08-15 00:45:091169 "regex",
1170 "serde",
1171 "serde_derive",
1172 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041173]
1174
1175[[package]]
Oli Schererdecfb4d2023-02-21 08:37:101176name = "elsa"
Oli Scherer457a1622023-04-05 08:07:291177version = "1.7.1"
Oli Schererdecfb4d2023-02-21 08:37:101178source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer457a1622023-04-05 08:07:291179checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
Oli Schererdecfb4d2023-02-21 08:37:101180dependencies = [
1181 "stable_deref_trait",
1182]
1183
1184[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121185name = "ena"
The 84727cce6182023-03-06 14:07:021186version = "0.14.2"
Markus Westerlindcaacdd22020-02-25 08:47:071187source = "registry+https://github.com/rust-lang/crates.io-index"
The 84727cce6182023-03-06 14:07:021188checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
varkor443a2d42019-03-19 21:30:071189dependencies = [
Alex Crichton093ede22019-08-15 00:45:091190 "log",
varkor443a2d42019-03-19 21:30:071191]
1192
1193[[package]]
Philipp Kronesac25a732023-08-24 19:33:171194name = "encode_unicode"
1195version = "0.3.6"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1198
1199[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441200name = "encoding_rs"
clubby7899b73db32024-01-29 12:21:161201version = "0.8.33"
Jakub Beránek91d2fb22023-06-03 07:41:441202source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161203checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
Jakub Beránek91d2fb22023-06-03 07:41:441204dependencies = [
1205 "cfg-if",
1206]
1207
1208[[package]]
Eric Huss51f20b42024-02-07 04:22:131209name = "env_filter"
1210version = "0.1.0"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
1213dependencies = [
1214 "log",
1215 "regex",
1216]
1217
1218[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581219name = "env_logger"
clubby7899b73db32024-01-29 12:21:161220version = "0.11.2"
Eric Huss51f20b42024-02-07 04:22:131221source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161222checksum = "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d"
Eric Huss51f20b42024-02-07 04:22:131223dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:231224 "anstream",
Eric Huss51f20b42024-02-07 04:22:131225 "anstyle",
1226 "env_filter",
1227 "humantime",
1228 "log",
1229]
1230
1231[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351232name = "equivalent"
clubby7899b73db32024-01-29 12:21:161233version = "1.0.1"
Nilstrieb3295cdf2023-06-26 07:21:351234source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161235checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
Nilstrieb3295cdf2023-06-26 07:21:351236
1237[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041238name = "errno"
clubby7899b73db32024-01-29 12:21:161239version = "0.3.8"
Weihang Lo1e5dad02022-11-25 22:37:041240source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161241checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
Weihang Lo1e5dad02022-11-25 22:37:041242dependencies = [
Weihang Lo1e5dad02022-11-25 22:37:041243 "libc",
clubby7899b73db32024-01-29 12:21:161244 "windows-sys 0.52.0",
Weihang Lo1e5dad02022-11-25 22:37:041245]
1246
1247[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291248name = "error_index_generator"
1249version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581250dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211251 "mdbook",
Mark Simulacrume2e9b402017-07-23 02:01:581252]
Ahmed Charles9ca382f2016-09-02 08:55:291253
1254[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301255name = "expand-yaml-anchors"
1256version = "0.1.0"
1257dependencies = [
1258 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001259 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301260]
1261
1262[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501263name = "expect-test"
Nilstrieb3295cdf2023-06-26 07:21:351264version = "1.4.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501265source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351266checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3"
Aleksey Kladovf7be59c2020-08-21 12:03:501267dependencies = [
klensyceee8802022-11-22 14:41:061268 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501269 "once_cell",
1270]
1271
1272[[package]]
Ralf Jung10430db2022-07-15 14:04:231273name = "eyre"
clubby7899b73db32024-01-29 12:21:161274version = "0.6.12"
Ralf Jung10430db2022-07-15 14:04:231275source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161276checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
Ralf Jung10430db2022-07-15 14:04:231277dependencies = [
1278 "indenter",
1279 "once_cell",
1280]
1281
1282[[package]]
David Wood2dc1a8a2021-12-03 14:24:051283name = "fallible-iterator"
dirreke74817b72023-08-14 14:57:381284version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:051285source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:381286checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
David Wood2dc1a8a2021-12-03 14:24:051287
1288[[package]]
Ralf Jung55162732022-11-15 19:06:421289name = "fastrand"
clubby7899b73db32024-01-29 12:21:161290version = "2.0.1"
Ralf Jung55162732022-11-15 19:06:421291source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161292checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
Ralf Jung55162732022-11-15 19:06:421293
1294[[package]]
John Kåre Alsaker7aab1dd2023-04-30 07:29:021295name = "field-offset"
est31b0483962023-06-05 02:53:301296version = "0.3.6"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021297source = "registry+https://github.com/rust-lang/crates.io-index"
est31b0483962023-06-05 02:53:301298checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021299dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351300 "memoffset",
John Kåre Alsaker7aab1dd2023-04-30 07:29:021301 "rustc_version",
1302]
1303
1304[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291305name = "filetime"
clubby7899b73db32024-01-29 12:21:161306version = "0.2.23"
Alex Crichton924f8c72018-04-18 15:43:591307source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161308checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
Alex Crichton924f8c72018-04-18 15:43:591309dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421310 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091311 "libc",
clubby7899b73db32024-01-29 12:21:161312 "redox_syscall",
1313 "windows-sys 0.52.0",
Alex Crichton924f8c72018-04-18 15:43:591314]
1315
1316[[package]]
Josh Stone020c5ec2017-05-08 22:01:131317name = "flate2"
clubby7899b73db32024-01-29 12:21:161318version = "1.0.28"
Felix Schütt7c13fa32017-12-31 14:34:291319source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161320checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
Felix Schütt7c13fa32017-12-31 14:34:291321dependencies = [
Alex Crichton093ede22019-08-15 00:45:091322 "crc32fast",
Jubilee Young079949d2023-06-29 23:18:361323 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291324]
1325
1326[[package]]
David Wood7f916972022-03-26 07:27:431327name = "fluent-bundle"
1328version = "0.15.2"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1331dependencies = [
1332 "fluent-langneg",
1333 "fluent-syntax",
1334 "intl-memoizer",
1335 "intl_pluralrules",
1336 "rustc-hash",
klensyc653bb92023-11-18 09:42:051337 "self_cell 0.10.3",
David Wood7f916972022-03-26 07:27:431338 "smallvec",
1339 "unic-langid",
1340]
1341
1342[[package]]
1343name = "fluent-langneg"
1344version = "0.13.0"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1347dependencies = [
1348 "unic-langid",
1349]
1350
1351[[package]]
1352name = "fluent-syntax"
1353version = "0.11.0"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1356dependencies = [
1357 "thiserror",
1358]
1359
1360[[package]]
Simon Sapinb77ff242017-07-18 21:26:551361name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441362version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551363source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441364checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551365
1366[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441367name = "foreign-types"
1368version = "0.3.2"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1371dependencies = [
1372 "foreign-types-shared",
1373]
1374
1375[[package]]
1376name = "foreign-types-shared"
1377version = "0.1.1"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1380
1381[[package]]
Eric Hussf3287a62021-05-12 00:39:511382name = "form_urlencoded"
clubby7899b73db32024-01-29 12:21:161383version = "1.2.1"
Eric Hussf3287a62021-05-12 00:39:511384source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161385checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
Eric Hussf3287a62021-05-12 00:39:511386dependencies = [
Eric Huss4a7e2fb2022-08-21 04:19:431387 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511388]
1389
1390[[package]]
Jethro Beekman4a350562018-08-28 04:33:261391name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491392version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501393source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491394checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261395dependencies = [
Alex Crichton093ede22019-08-15 00:45:091396 "compiler_builtins",
1397 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261398]
1399
1400[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471401name = "fs-err"
clubby7899b73db32024-01-29 12:21:161402version = "2.11.0"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471403source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161404checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
1405dependencies = [
1406 "autocfg",
1407]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471408
1409[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441410name = "fs_extra"
1411version = "1.3.0"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1414
1415[[package]]
steveklabnikecfbaca2018-04-03 14:32:041416name = "futf"
Eric Huss04b75a72022-06-22 23:49:241417version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041418source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241419checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041420dependencies = [
Alex Crichton093ede22019-08-15 00:45:091421 "mac",
1422 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041423]
1424
1425[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121426name = "futures"
clubby7899b73db32024-01-29 12:21:161427version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541428source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161429checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
Caleb Cartwright63913182021-02-10 01:52:541430dependencies = [
1431 "futures-channel",
1432 "futures-core",
1433 "futures-executor",
1434 "futures-io",
1435 "futures-sink",
1436 "futures-task",
1437 "futures-util",
1438]
1439
1440[[package]]
1441name = "futures-channel"
clubby7899b73db32024-01-29 12:21:161442version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541443source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161444checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
Caleb Cartwright63913182021-02-10 01:52:541445dependencies = [
1446 "futures-core",
1447 "futures-sink",
1448]
1449
1450[[package]]
1451name = "futures-core"
clubby7899b73db32024-01-29 12:21:161452version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541453source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161454checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
Caleb Cartwright63913182021-02-10 01:52:541455
1456[[package]]
1457name = "futures-executor"
clubby7899b73db32024-01-29 12:21:161458version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541459source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161460checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
Caleb Cartwright63913182021-02-10 01:52:541461dependencies = [
1462 "futures-core",
1463 "futures-task",
1464 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541465]
1466
1467[[package]]
1468name = "futures-io"
clubby7899b73db32024-01-29 12:21:161469version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541470source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161471checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
Caleb Cartwright63913182021-02-10 01:52:541472
1473[[package]]
1474name = "futures-macro"
clubby7899b73db32024-01-29 12:21:161475version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541476source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161477checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
Caleb Cartwright63913182021-02-10 01:52:541478dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541479 "proc-macro2",
1480 "quote",
github-actions8ef19812024-03-03 00:16:161481 "syn 2.0.52",
Caleb Cartwright63913182021-02-10 01:52:541482]
1483
1484[[package]]
1485name = "futures-sink"
clubby7899b73db32024-01-29 12:21:161486version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541487source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161488checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
Caleb Cartwright63913182021-02-10 01:52:541489
1490[[package]]
1491name = "futures-task"
clubby7899b73db32024-01-29 12:21:161492version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541493source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161494checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
Caleb Cartwright63913182021-02-10 01:52:541495
1496[[package]]
1497name = "futures-util"
clubby7899b73db32024-01-29 12:21:161498version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541499source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161500checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
Caleb Cartwright63913182021-02-10 01:52:541501dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541502 "futures-channel",
1503 "futures-core",
1504 "futures-io",
1505 "futures-macro",
1506 "futures-sink",
1507 "futures-task",
1508 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311509 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541510 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541511 "slab",
1512]
1513
1514[[package]]
Pietro Albini4af7de12022-11-15 10:27:191515name = "generate-copyright"
1516version = "0.1.0"
1517dependencies = [
1518 "anyhow",
1519 "serde",
1520 "serde_json",
1521]
1522
1523[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:071524name = "generate-windows-sys"
1525version = "0.1.0"
1526dependencies = [
1527 "windows-bindgen",
1528]
1529
1530[[package]]
James Munnsde763692019-01-19 02:39:371531name = "generic-array"
Nilstrieb3295cdf2023-06-26 07:21:351532version = "0.14.7"
Pietro Albiniacd8e592020-10-01 15:15:121533source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351534checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
Pietro Albiniacd8e592020-10-01 15:15:121535dependencies = [
1536 "typenum",
1537 "version_check",
1538]
1539
1540[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291541name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081542version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291543source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081544checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361545dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081546 "rustc-std-workspace-core",
1547 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091548 "unicode-width",
varkore72f7e12019-04-30 19:37:361549]
Ahmed Charles9ca382f2016-09-02 08:55:291550
1551[[package]]
gnzlbg52caca02019-08-01 15:02:261552name = "getrandom"
clubby7899b73db32024-01-29 12:21:161553version = "0.2.12"
Ralf Jung0e908752020-09-17 18:04:201554source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161555checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
Ralf Jung0e908752020-09-17 18:04:201556dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421557 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201558 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411559 "wasi",
Ralf Jung0e908752020-09-17 18:04:201560]
1561
1562[[package]]
Alex Crichton06d565c2020-05-13 21:22:371563name = "gimli"
clubby7899b73db32024-01-29 12:21:161564version = "0.28.1"
dirreke74817b72023-08-14 14:57:381565source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161566checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191567dependencies = [
1568 "compiler_builtins",
dirreke74817b72023-08-14 14:57:381569 "fallible-iterator",
klensyc653bb92023-11-18 09:42:051570 "indexmap",
Michael Howellcf83a1d2022-11-03 17:10:151571 "rustc-std-workspace-alloc",
1572 "rustc-std-workspace-core",
dirreke74817b72023-08-14 14:57:381573 "stable_deref_trait",
David Wood2dc1a8a2021-12-03 14:24:051574]
1575
1576[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581577name = "glob"
Nilstrieb3295cdf2023-06-26 07:21:351578version = "0.3.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581579source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351580checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581581
1582[[package]]
Simon Sapinb77ff242017-07-18 21:26:551583name = "globset"
clubby7899b73db32024-01-29 12:21:161584version = "0.4.13"
Simon Sapinb77ff242017-07-18 21:26:551585source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161586checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
Simon Sapinb77ff242017-07-18 21:26:551587dependencies = [
clubby7899b73db32024-01-29 12:21:161588 "aho-corasick",
klensy9b6a6b12023-05-26 10:03:471589 "bstr",
Alex Crichton093ede22019-08-15 00:45:091590 "fnv",
1591 "log",
1592 "regex",
Simon Sapinb77ff242017-07-18 21:26:551593]
1594
1595[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291596name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461597version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291598source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461599checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291600dependencies = [
1601 "serde",
1602]
1603
1604[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441605name = "h2"
clubby7899b73db32024-01-29 12:21:161606version = "0.3.24"
Jakub Beránek91d2fb22023-06-03 07:41:441607source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161608checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
Jakub Beránek91d2fb22023-06-03 07:41:441609dependencies = [
1610 "bytes",
1611 "fnv",
1612 "futures-core",
1613 "futures-sink",
1614 "futures-util",
1615 "http",
klensyc653bb92023-11-18 09:42:051616 "indexmap",
Jakub Beránek91d2fb22023-06-03 07:41:441617 "slab",
1618 "tokio",
1619 "tokio-util",
1620 "tracing",
1621]
1622
1623[[package]]
Steve Klabnika0769612017-02-07 23:13:571624name = "handlebars"
Eric Huss51f20b42024-02-07 04:22:131625version = "5.1.0"
Steve Klabnika0769612017-02-07 23:13:571626source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss51f20b42024-02-07 04:22:131627checksum = "ab283476b99e66691dee3f1640fea91487a8d81f50fb5ecc75538f8f8879a1e4"
Steve Klabnika0769612017-02-07 23:13:571628dependencies = [
Alex Crichton093ede22019-08-15 00:45:091629 "log",
1630 "pest",
1631 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091632 "serde",
1633 "serde_json",
klensy45fac342022-08-31 20:04:121634 "thiserror",
James Munnsde763692019-01-19 02:39:371635]
1636
1637[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051638name = "hashbrown"
Ralf Jung71c9ceb2023-12-02 18:16:091639version = "0.14.3"
The 8472479be6a2023-06-08 14:55:491640source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung71c9ceb2023-12-02 18:16:091641checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
The 8472479be6a2023-06-08 14:55:491642dependencies = [
dirreke74817b72023-08-14 14:57:381643 "ahash",
The 8472479be6a2023-06-08 14:55:491644 "allocator-api2",
Urgau0b9feea2023-05-06 22:35:551645 "compiler_builtins",
1646 "rustc-std-workspace-alloc",
1647 "rustc-std-workspace-core",
Amanieu d'Antrasa529ba82023-01-09 17:49:241648]
1649
1650[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471651name = "heck"
Nilstrieb3295cdf2023-06-26 07:21:351652version = "0.4.1"
Caleb Cartwrightf367f4d2022-06-13 03:04:541653source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351654checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
Caleb Cartwrightf367f4d2022-06-13 03:04:541655
1656[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101657name = "hermit-abi"
Stefan Lankes3726cbb2024-02-28 22:01:561658version = "0.3.9"
Stefan Lankes7143379a2022-12-06 19:31:431659source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes3726cbb2024-02-28 22:01:561660checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
Stefan Lankes7143379a2022-12-06 19:31:431661dependencies = [
1662 "compiler_builtins",
joboet262193e2022-09-06 08:44:051663 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101664 "rustc-std-workspace-core",
1665]
1666
1667[[package]]
Alex Crichton1cede102017-06-15 02:33:061668name = "hex"
Nilstrieb3295cdf2023-06-26 07:21:351669version = "0.4.3"
Aaron Hilld440e132019-09-16 18:45:401670source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351671checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
Aaron Hilld440e132019-09-16 18:45:401672
1673[[package]]
Pietro Albinic2306372023-09-15 14:09:451674name = "home"
clubby7899b73db32024-01-29 12:21:161675version = "0.5.9"
Pietro Albinic2306372023-09-15 14:09:451676source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161677checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
Pietro Albinic2306372023-09-15 14:09:451678dependencies = [
clubby7899b73db32024-01-29 12:21:161679 "windows-sys 0.52.0",
Pietro Albinic2306372023-09-15 14:09:451680]
1681
1682[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181683name = "html-checker"
1684version = "0.1.0"
1685dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001686 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181687 "walkdir",
1688]
1689
1690[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:521691name = "html-escape"
1692version = "0.2.13"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
1695dependencies = [
1696 "utf8-width",
1697]
1698
1699[[package]]
steveklabnikecfbaca2018-04-03 14:32:041700name = "html5ever"
klensy947e7872022-04-15 18:11:141701version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471702source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141703checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471704dependencies = [
Alex Crichton093ede22019-08-15 00:45:091705 "log",
1706 "mac",
1707 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151708 "proc-macro2",
1709 "quote",
Nilstrieb3295cdf2023-06-26 07:21:351710 "syn 1.0.109",
Eric Huss2dafa912019-06-19 03:36:471711]
1712
1713[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441714name = "http"
clubby7899b73db32024-01-29 12:21:161715version = "0.2.11"
Jakub Beránek91d2fb22023-06-03 07:41:441716source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161717checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
Jakub Beránek91d2fb22023-06-03 07:41:441718dependencies = [
1719 "bytes",
1720 "fnv",
1721 "itoa",
1722]
1723
1724[[package]]
1725name = "http-body"
clubby7899b73db32024-01-29 12:21:161726version = "0.4.6"
Jakub Beránek91d2fb22023-06-03 07:41:441727source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161728checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
Jakub Beránek91d2fb22023-06-03 07:41:441729dependencies = [
1730 "bytes",
1731 "http",
1732 "pin-project-lite",
1733]
1734
1735[[package]]
1736name = "httparse"
1737version = "1.8.0"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1740
1741[[package]]
1742name = "httpdate"
clubby7899b73db32024-01-29 12:21:161743version = "1.0.3"
Jakub Beránek91d2fb22023-06-03 07:41:441744source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161745checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
Jakub Beránek91d2fb22023-06-03 07:41:441746
1747[[package]]
1748name = "humansize"
1749version = "2.1.3"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
1752dependencies = [
Caleb Cartwright35400e82023-10-23 01:34:121753 "libm",
Jakub Beránek91d2fb22023-06-03 07:41:441754]
1755
1756[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481757name = "humantime"
Nilstrieb3295cdf2023-06-26 07:21:351758version = "2.1.0"
Eric Hussd45d8b12020-01-21 17:55:431759source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351760checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
Eric Hussd45d8b12020-01-21 17:55:431761
1762[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441763name = "hyper"
clubby7899b73db32024-01-29 12:21:161764version = "0.14.28"
Jakub Beránek91d2fb22023-06-03 07:41:441765source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161766checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
Jakub Beránek91d2fb22023-06-03 07:41:441767dependencies = [
1768 "bytes",
1769 "futures-channel",
1770 "futures-core",
1771 "futures-util",
1772 "h2",
1773 "http",
1774 "http-body",
1775 "httparse",
1776 "httpdate",
1777 "itoa",
1778 "pin-project-lite",
1779 "socket2",
1780 "tokio",
1781 "tower-service",
1782 "tracing",
1783 "want",
1784]
1785
1786[[package]]
1787name = "hyper-tls"
1788version = "0.5.0"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1791dependencies = [
1792 "bytes",
1793 "hyper",
1794 "native-tls",
1795 "tokio",
1796 "tokio-native-tls",
1797]
1798
1799[[package]]
nilsf77541a2023-04-11 11:46:411800name = "iana-time-zone"
clubby7899b73db32024-01-29 12:21:161801version = "0.1.60"
nilsf77541a2023-04-11 11:46:411802source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161803checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
nilsf77541a2023-04-11 11:46:411804dependencies = [
1805 "android_system_properties",
1806 "core-foundation-sys",
1807 "iana-time-zone-haiku",
1808 "js-sys",
1809 "wasm-bindgen",
clubby7899b73db32024-01-29 12:21:161810 "windows-core",
nilsf77541a2023-04-11 11:46:411811]
1812
1813[[package]]
1814name = "iana-time-zone-haiku"
klensy9b6a6b12023-05-26 10:03:471815version = "0.1.2"
nilsf77541a2023-04-11 11:46:411816source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471817checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
nilsf77541a2023-04-11 11:46:411818dependencies = [
klensy9b6a6b12023-05-26 10:03:471819 "cc",
nilsf77541a2023-04-11 11:46:411820]
1821
1822[[package]]
Charles Lewa7750042022-11-06 06:43:251823name = "icu_list"
clubby7899b73db32024-01-29 12:21:161824version = "1.4.0"
Charles Lewa7750042022-11-06 06:43:251825source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161826checksum = "fe6c04ec71ad1bacdbfb47164d4801f80a0533d9340f94f1a880f521eff59f54"
Charles Lewa7750042022-11-06 06:43:251827dependencies = [
1828 "displaydoc",
Nilstriebffffc202023-11-06 13:42:201829 "icu_list_data",
1830 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251831 "icu_provider",
1832 "regex-automata 0.2.0",
1833 "writeable",
Charles Lewa7750042022-11-06 06:43:251834]
1835
1836[[package]]
Nilstriebffffc202023-11-06 13:42:201837name = "icu_list_data"
clubby7899b73db32024-01-29 12:21:161838version = "1.4.0"
Charles Lewa7750042022-11-06 06:43:251839source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161840checksum = "42f6afcf7a9a7fedece70b7f17d7a7ecdfb8df145d37ae46d0277cd1e3932532"
Nilstriebffffc202023-11-06 13:42:201841
1842[[package]]
1843name = "icu_locid"
clubby7899b73db32024-01-29 12:21:161844version = "1.4.0"
Nilstriebffffc202023-11-06 13:42:201845source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161846checksum = "5c0aa2536adc14c07e2a521e95512b75ed8ef832f0fdf9299d4a0a45d2be2a9d"
Charles Lewa7750042022-11-06 06:43:251847dependencies = [
1848 "displaydoc",
1849 "litemap",
1850 "tinystr",
1851 "writeable",
1852 "zerovec",
1853]
1854
1855[[package]]
Nilstriebffffc202023-11-06 13:42:201856name = "icu_locid_transform"
clubby7899b73db32024-01-29 12:21:161857version = "1.4.0"
Charles Lewa7750042022-11-06 06:43:251858source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161859checksum = "57c17d8f6524fdca4471101dd71f0a132eb6382b5d6d7f2970441cb25f6f435a"
Nilstriebffffc202023-11-06 13:42:201860dependencies = [
1861 "displaydoc",
1862 "icu_locid",
1863 "icu_locid_transform_data",
1864 "icu_provider",
1865 "tinystr",
1866 "zerovec",
1867]
1868
1869[[package]]
1870name = "icu_locid_transform_data"
clubby7899b73db32024-01-29 12:21:161871version = "1.4.0"
Nilstriebffffc202023-11-06 13:42:201872source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161873checksum = "545c6c3e8bf9580e2dafee8de6f9ec14826aaf359787789c7724f1f85f47d3dc"
Nilstriebffffc202023-11-06 13:42:201874
1875[[package]]
1876name = "icu_provider"
clubby7899b73db32024-01-29 12:21:161877version = "1.4.0"
Nilstriebffffc202023-11-06 13:42:201878source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161879checksum = "ba58e782287eb6950247abbf11719f83f5d4e4a5c1f2cd490d30a334bc47c2f4"
Charles Lewa7750042022-11-06 06:43:251880dependencies = [
1881 "displaydoc",
1882 "icu_locid",
1883 "icu_provider_macros",
1884 "stable_deref_trait",
Nilstriebffffc202023-11-06 13:42:201885 "tinystr",
Charles Lewa7750042022-11-06 06:43:251886 "writeable",
1887 "yoke",
1888 "zerofrom",
1889 "zerovec",
1890]
1891
1892[[package]]
1893name = "icu_provider_adapters"
clubby7899b73db32024-01-29 12:21:161894version = "1.4.0"
Charles Lewa7750042022-11-06 06:43:251895source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161896checksum = "a229f978260da7c3aabb68cb7dc7316589936680570fe55e50fdd3f97711a4dd"
Charles Lewa7750042022-11-06 06:43:251897dependencies = [
1898 "icu_locid",
Nilstriebffffc202023-11-06 13:42:201899 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251900 "icu_provider",
1901 "tinystr",
Charles Lewa7750042022-11-06 06:43:251902 "zerovec",
1903]
1904
1905[[package]]
1906name = "icu_provider_macros"
clubby7899b73db32024-01-29 12:21:161907version = "1.4.0"
Charles Lewa7750042022-11-06 06:43:251908source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161909checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a"
Charles Lewa7750042022-11-06 06:43:251910dependencies = [
1911 "proc-macro2",
1912 "quote",
github-actions8ef19812024-03-03 00:16:161913 "syn 2.0.52",
Charles Lewa7750042022-11-06 06:43:251914]
1915
1916[[package]]
Oli Scherer29de70d2023-07-25 13:09:531917name = "ident_case"
1918version = "1.0.1"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1921
1922[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581923name = "idna"
clubby7899b73db32024-01-29 12:21:161924version = "0.5.0"
Eric Hussf2428a62019-08-01 00:44:391925source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161926checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
Eric Hussf2428a62019-08-01 00:44:391927dependencies = [
Alex Crichton093ede22019-08-15 00:45:091928 "unicode-bidi",
1929 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391930]
1931
1932[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291933name = "if_chain"
Nilstrieb3295cdf2023-06-26 07:21:351934version = "1.0.2"
Oliver Schneideracdf83f2017-12-06 08:25:291935source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351936checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
Oliver Schneideracdf83f2017-12-06 08:25:291937
1938[[package]]
Simon Sapinb77ff242017-07-18 21:26:551939name = "ignore"
klensy9b6a6b12023-05-26 10:03:471940version = "0.4.20"
Simon Sapinb77ff242017-07-18 21:26:551941source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471942checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
Simon Sapinb77ff242017-07-18 21:26:551943dependencies = [
Alex Crichton093ede22019-08-15 00:45:091944 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421945 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091946 "log",
1947 "memchr",
1948 "regex",
1949 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591950 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091951 "walkdir",
1952 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551953]
1954
1955[[package]]
Ralf Jung10430db2022-07-15 14:04:231956name = "indenter"
1957version = "0.3.3"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1960
1961[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571962name = "indexmap"
github-actions8ef19812024-03-03 00:16:161963version = "2.2.5"
flip19958d5f69d2021-10-21 11:13:171964source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:161965checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
Nilstrieb3295cdf2023-06-26 07:21:351966dependencies = [
1967 "equivalent",
klensyc653bb92023-11-18 09:42:051968 "hashbrown",
Josh Stoned9b1fa92023-07-03 20:51:541969 "rustc-rayon",
1970 "serde",
Nilstrieb3295cdf2023-06-26 07:21:351971]
1972
1973[[package]]
Philipp Kronesac25a732023-08-24 19:33:171974name = "indicatif"
clubby7899b73db32024-01-29 12:21:161975version = "0.17.8"
Philipp Kronesac25a732023-08-24 19:33:171976source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161977checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
Philipp Kronesac25a732023-08-24 19:33:171978dependencies = [
1979 "console",
1980 "instant",
1981 "number_prefix",
1982 "portable-atomic",
1983 "unicode-width",
1984]
1985
1986[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351987name = "indoc"
1988version = "1.0.9"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
flip19958d5f69d2021-10-21 11:13:171991
1992[[package]]
Ralf Jung49e8acb2023-10-21 06:41:451993name = "inout"
1994version = "0.1.3"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1997dependencies = [
1998 "generic-array",
1999]
2000
2001[[package]]
Josh Stone020c5ec2017-05-08 22:01:132002name = "installer"
2003version = "0.0.0"
2004dependencies = [
Michael Forney32025fd2020-05-25 00:08:452005 "anyhow",
klensye1c33132023-06-21 09:32:342006 "clap",
Alex Crichton093ede22019-08-15 00:45:092007 "flate2",
Alex Crichton093ede22019-08-15 00:45:092008 "rayon",
Alex Crichton093ede22019-08-15 00:45:092009 "tar",
2010 "walkdir",
Alex Crichton093ede22019-08-15 00:45:092011 "xz2",
Josh Stone020c5ec2017-05-08 22:01:132012]
2013
2014[[package]]
Mark Rousskov342d9562020-08-17 15:21:442015name = "instant"
flip1995e36e5a52021-12-06 11:33:552016version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:442017source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552018checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2019dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422020 "cfg-if",
flip1995e36e5a52021-12-06 11:33:552021]
Mark Rousskov342d9562020-08-17 15:21:442022
2023[[package]]
David Wood7f916972022-03-26 07:27:432024name = "intl-memoizer"
2025version = "0.5.1"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
2028dependencies = [
2029 "type-map",
2030 "unic-langid",
2031]
2032
2033[[package]]
2034name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:422035version = "7.0.2"
David Wood7f916972022-03-26 07:27:432036source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:422037checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:432038dependencies = [
David Wood7f916972022-03-26 07:27:432039 "unic-langid",
2040]
2041
2042[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442043name = "ipnet"
clubby7899b73db32024-01-29 12:21:162044version = "2.9.0"
Jakub Beránek91d2fb22023-06-03 07:41:442045source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162046checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
Jakub Beránek91d2fb22023-06-03 07:41:442047
2048[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292049name = "itertools"
Nicholas Nethercote3eadc682023-11-13 23:02:522050version = "0.11.0"
Eric Huss78529352021-06-02 03:38:392051source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote3eadc682023-11-13 23:02:522052checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
Eric Huss78529352021-06-02 03:38:392053dependencies = [
2054 "either",
2055]
2056
2057[[package]]
Philipp Kronesf99056b2024-02-27 14:50:232058name = "itertools"
2059version = "0.12.1"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2062dependencies = [
2063 "either",
2064]
2065
2066[[package]]
Steve Klabnik2795de32017-02-20 00:20:572067name = "itoa"
clubby7899b73db32024-01-29 12:21:162068version = "1.0.10"
Steve Klabnik2795de32017-02-20 00:20:572069source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162070checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
Steve Klabnik2795de32017-02-20 00:20:572071
2072[[package]]
Rémy Rakicadab1352022-05-06 21:20:042073name = "jemalloc-sys"
Rémy Rakicdcfa64b2023-10-02 07:41:512074version = "0.5.4+5.3.0-patched"
Rémy Rakicadab1352022-05-06 21:20:042075source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdcfa64b2023-10-02 07:41:512076checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
Rémy Rakicadab1352022-05-06 21:20:042077dependencies = [
2078 "cc",
Rémy Rakicadab1352022-05-06 21:20:042079 "libc",
2080]
2081
2082[[package]]
Alex Crichton453080f2017-06-05 16:36:482083name = "jobserver"
Vadim Petrochenkov83f3bc42024-02-09 16:11:372084version = "0.1.28"
Alex Crichton453080f2017-06-05 16:36:482085source = "registry+https://github.com/rust-lang/crates.io-index"
Vadim Petrochenkov83f3bc42024-02-09 16:11:372086checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
Alex Crichton453080f2017-06-05 16:36:482087dependencies = [
Alex Crichton093ede22019-08-15 00:45:092088 "libc",
Alex Crichton453080f2017-06-05 16:36:482089]
2090
2091[[package]]
nilsf77541a2023-04-11 11:46:412092name = "js-sys"
clubby7899b73db32024-01-29 12:21:162093version = "0.3.68"
nilsf77541a2023-04-11 11:46:412094source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162095checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee"
nilsf77541a2023-04-11 11:46:412096dependencies = [
2097 "wasm-bindgen",
2098]
2099
2100[[package]]
Rune Tynan77156562021-01-16 01:34:152101name = "jsondocck"
2102version = "0.1.0"
2103dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:472104 "fs-err",
Rune Tynan77156562021-01-16 01:34:152105 "getopts",
2106 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:102107 "once_cell",
Rune Tynan77156562021-01-16 01:34:152108 "regex",
Rune Tynan77156562021-01-16 01:34:152109 "serde_json",
klensyc63cb012021-06-01 15:25:362110 "shlex",
Rune Tynan77156562021-01-16 01:34:152111]
2112
2113[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372114name = "jsondoclint"
2115version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392116dependencies = [
2117 "anyhow",
klensye1c33132023-06-21 09:32:342118 "clap",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392119 "fs-err",
ozkanonur52c71e62023-03-01 21:53:022120 "rustc-hash",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392121 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:452122 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392123 "serde_json",
2124]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372125
2126[[package]]
Rune Tynan77156562021-01-16 01:34:152127name = "jsonpath_lib"
klensyc653bb92023-11-18 09:42:052128version = "0.3.0"
Rune Tynan77156562021-01-16 01:34:152129source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:052130checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f"
Rune Tynan77156562021-01-16 01:34:152131dependencies = [
Rune Tynan77156562021-01-16 01:34:152132 "log",
2133 "serde",
2134 "serde_json",
2135]
2136
2137[[package]]
Steve Klabnika0769612017-02-07 23:13:572138name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:572139version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:492140source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572141checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:492142
2143[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292144name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:442145version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:162146source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442147checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:162148
2149[[package]]
Zalathar13671042023-08-11 01:52:372150name = "leb128"
2151version = "0.2.5"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2154
2155[[package]]
Oli Scherer4fdb4ed2023-08-29 13:28:532156name = "levenshtein"
2157version = "1.0.5"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
2160
2161[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292162name = "libc"
Aphekee870332024-02-02 02:58:422163version = "0.2.153"
Ahmed Charles9ca382f2016-09-02 08:55:292164source = "registry+https://github.com/rust-lang/crates.io-index"
Aphekee870332024-02-02 02:58:422165checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
Alex Crichton4c21a3b2018-11-20 05:52:502166dependencies = [
Alex Crichton093ede22019-08-15 00:45:092167 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502168]
Ahmed Charles9ca382f2016-09-02 08:55:292169
2170[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382171name = "libffi"
Ulrich Weigand09541b52023-03-30 13:37:472172version = "3.2.0"
Ralf Jungfe7e2072022-09-02 14:49:382173source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:472174checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
Ralf Jungfe7e2072022-09-02 14:49:382175dependencies = [
2176 "libc",
2177 "libffi-sys",
2178]
2179
2180[[package]]
2181name = "libffi-sys"
WANG Ruic7b72482023-04-27 11:42:522182version = "2.3.0"
Ralf Jungfe7e2072022-09-02 14:49:382183source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Ruic7b72482023-04-27 11:42:522184checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
Ralf Jungfe7e2072022-09-02 14:49:382185dependencies = [
2186 "cc",
2187]
2188
2189[[package]]
Andy Russell923f9392021-11-08 23:03:552190name = "libloading"
github-actions8ef19812024-03-03 00:16:162191version = "0.8.2"
Ralf Jung6687c072023-10-01 05:03:422192source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162193checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164"
Ralf Jung6687c072023-10-01 05:03:422194dependencies = [
2195 "cfg-if",
github-actions8ef19812024-03-03 00:16:162196 "windows-targets 0.52.4",
Ralf Jung6687c072023-10-01 05:03:422197]
2198
2199[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052200name = "libm"
clubby7899b73db32024-01-29 12:21:162201version = "0.2.8"
Jakub Beránek91d2fb22023-06-03 07:41:442202source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162203checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2204
2205[[package]]
2206name = "libredox"
2207version = "0.0.1"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
2210dependencies = [
2211 "bitflags 2.4.2",
2212 "libc",
2213 "redox_syscall",
2214]
Jakub Beránek91d2fb22023-06-03 07:41:442215
2216[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582217name = "libz-sys"
clubby7899b73db32024-01-29 12:21:162218version = "1.1.15"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582219source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162220checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582221dependencies = [
Alex Crichton093ede22019-08-15 00:45:092222 "cc",
2223 "libc",
2224 "pkg-config",
2225 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582226]
2227
2228[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292229name = "linkchecker"
2230version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302231dependencies = [
Eric Huss776590b2024-02-08 16:35:122232 "html5ever",
Joshua Nelson65835d12020-10-15 13:25:302233 "once_cell",
2234 "regex",
2235]
Ahmed Charles9ca382f2016-09-02 08:55:292236
2237[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302238name = "linked-hash-map"
Nilstrieb3295cdf2023-06-26 07:21:352239version = "0.5.6"
Pietro Albini9beb8f52019-11-26 11:06:302240source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352241checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
Pietro Albini9beb8f52019-11-26 11:06:302242
2243[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572244name = "lint-docs"
2245version = "0.1.0"
2246dependencies = [
2247 "serde_json",
2248 "tempfile",
2249 "walkdir",
2250]
2251
2252[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042253name = "linux-raw-sys"
clubby7899b73db32024-01-29 12:21:162254version = "0.4.13"
Weihang Lo1e5dad02022-11-25 22:37:042255source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162256checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
Weihang Lo1e5dad02022-11-25 22:37:042257
2258[[package]]
Charles Lewa7750042022-11-06 06:43:252259name = "litemap"
clubby7899b73db32024-01-29 12:21:162260version = "0.7.2"
Charles Lewa7750042022-11-06 06:43:252261source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162262checksum = "f9d642685b028806386b2b6e75685faadd3eb65a85fff7df711ce18446a422da"
Charles Lewa7750042022-11-06 06:43:252263
2264[[package]]
Hans Kratz6162fc02021-09-25 13:25:082265name = "lld-wrapper"
2266version = "0.1.0"
2267
2268[[package]]
Kjetil Kjeka222ce4f2024-02-06 18:15:382269name = "llvm-bitcode-linker"
2270version = "0.0.1"
2271dependencies = [
2272 "anyhow",
2273 "clap",
2274 "thiserror",
2275 "tracing",
2276 "tracing-subscriber",
2277]
2278
2279[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392280name = "lock_api"
clubby7899b73db32024-01-29 12:21:162281version = "0.4.11"
Malo Jaffré8ed13d62017-12-29 10:24:382282source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162283checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
Mark Rousskov342d9562020-08-17 15:21:442284dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442285 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442286 "scopeguard",
2287]
2288
2289[[package]]
2290name = "log"
github-actions8ef19812024-03-03 00:16:162291version = "0.4.21"
Mark Rousskov342d9562020-08-17 15:21:442292source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162293checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
Ahmed Charles9ca382f2016-09-02 08:55:292294
2295[[package]]
Josh Stone020c5ec2017-05-08 22:01:132296name = "lzma-sys"
Mark Rousskove40a4462023-04-17 01:27:252297version = "0.1.20"
Josh Stone020c5ec2017-05-08 22:01:132298source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:252299checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
Josh Stone020c5ec2017-05-08 22:01:132300dependencies = [
Alex Crichton093ede22019-08-15 00:45:092301 "cc",
2302 "libc",
2303 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132304]
2305
2306[[package]]
steveklabnikecfbaca2018-04-03 14:32:042307name = "mac"
2308version = "0.1.1"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092310checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042311
2312[[package]]
2313name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442314version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042315source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442316checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042317
2318[[package]]
2319name = "markup5ever"
klensy947e7872022-04-15 18:11:142320version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472321source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142322checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472323dependencies = [
Alex Crichton093ede22019-08-15 00:45:092324 "log",
2325 "phf",
2326 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:092327 "string_cache",
2328 "string_cache_codegen",
2329 "tendril",
Eric Huss2dafa912019-06-19 03:36:472330]
2331
2332[[package]]
Oliver Schererec7230f2020-07-24 18:42:002333name = "matchers"
pierwillea25b772021-12-21 17:00:302334version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002335source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302336checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002337dependencies = [
Charles Lewa7750042022-11-06 06:43:252338 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002339]
2340
2341[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152342name = "md-5"
clubby7899b73db32024-01-29 12:21:162343version = "0.10.6"
Arlo Siemsen3296d5c2020-10-13 15:41:062344source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162345checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
Arlo Siemsen3296d5c2020-10-13 15:41:062346dependencies = [
clubby7899b73db32024-01-29 12:21:162347 "cfg-if",
klensy45fac342022-08-31 20:04:122348 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062349]
2350
2351[[package]]
Steve Klabnika0769612017-02-07 23:13:572352name = "mdbook"
Eric Huss51f20b42024-02-07 04:22:132353version = "0.4.37"
Steve Klabnika0769612017-02-07 23:13:572354source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss51f20b42024-02-07 04:22:132355checksum = "0c33564061c3c640bed5ace7d6a2a1b65f2c64257d1ac930c15e94ed0fb561d3"
Steve Klabnika0769612017-02-07 23:13:572356dependencies = [
Alex Crichton093ede22019-08-15 00:45:092357 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462358 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092359 "chrono",
klensye1c33132023-06-21 09:32:342360 "clap",
Eric Huss51814222022-04-15 18:57:062361 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092362 "elasticlunr-rs",
klensy53efefb2024-02-22 11:35:212363 "env_logger",
Weihang Lof795a152023-03-15 12:50:042364 "handlebars",
Alex Crichton093ede22019-08-15 00:45:092365 "log",
2366 "memchr",
Eric Huss2717f602023-01-06 01:20:592367 "once_cell",
Philipp Kronesd7a01822024-01-25 18:17:522368 "opener",
Eric Huss51f20b42024-02-07 04:22:132369 "pulldown-cmark 0.10.0",
Alex Crichton093ede22019-08-15 00:45:092370 "regex",
2371 "serde",
Alex Crichton093ede22019-08-15 00:45:092372 "serde_json",
klensyc63cb012021-06-01 15:25:362373 "shlex",
Alex Crichton093ede22019-08-15 00:45:092374 "tempfile",
Nilstrieb3295cdf2023-06-26 07:21:352375 "toml 0.5.11",
Eric Hussa882fdd2021-12-03 20:25:072376 "topological-sort",
James Munnsde763692019-01-19 02:39:372377]
2378
2379[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492380name = "measureme"
Michael Woeristerac58f9a2024-01-13 15:32:032381version = "11.0.1"
Ryan Levick757f76e2021-10-07 13:08:442382source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woeristerac58f9a2024-01-13 15:32:032383checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d"
Ryan Levick947a33b2021-07-23 14:25:582384dependencies = [
2385 "log",
Weihang Lof795a152023-03-15 12:50:042386 "memmap2",
Rémy Rakic4cb2a282023-12-14 15:40:502387 "parking_lot",
Ryan Levick947a33b2021-07-23 14:25:582388 "perf-event-open-sys",
2389 "rustc-hash",
2390 "smallvec",
2391]
2392
2393[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582394name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202395version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292396source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202397checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242398dependencies = [
2399 "compiler_builtins",
2400 "rustc-std-workspace-core",
2401]
Steve Klabnika0769612017-02-07 23:13:572402
2403[[package]]
Camille GILLOT458d0442021-03-17 16:29:452404name = "memmap2"
Nilstrieb3295cdf2023-06-26 07:21:352405version = "0.2.3"
Camille GILLOT458d0442021-03-17 16:29:452406source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352407checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
Camille GILLOT458d0442021-03-17 16:29:452408dependencies = [
2409 "libc",
2410]
2411
2412[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452413name = "memoffset"
est31b0483962023-06-05 02:53:302414version = "0.9.0"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2417dependencies = [
2418 "autocfg",
2419]
2420
2421[[package]]
Guillaume Gomez76714c32023-03-06 10:15:592422name = "mime"
Nilstrieb3295cdf2023-06-26 07:21:352423version = "0.3.17"
Guillaume Gomez76714c32023-03-06 10:15:592424source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352425checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
Guillaume Gomez76714c32023-03-06 10:15:592426
2427[[package]]
2428name = "mime_guess"
2429version = "2.0.4"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2432dependencies = [
2433 "mime",
2434 "unicase",
2435]
2436
2437[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052438name = "minifier"
Guillaume Gomezd6666e22023-11-01 14:18:412439version = "0.3.0"
Guillaume Gomez4b145732018-05-10 22:02:052440source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd6666e22023-11-01 14:18:412441checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282"
Guillaume Gomez4b145732018-05-10 22:02:052442
2443[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462444name = "minimal-lexical"
2445version = "0.2.1"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2448
2449[[package]]
Alex Crichtonb4110902018-12-08 11:06:542450name = "miniz_oxide"
clubby7899b73db32024-01-29 12:21:162451version = "0.7.2"
Nilstrieb3295cdf2023-06-26 07:21:352452source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162453checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
Nilstrieb3295cdf2023-06-26 07:21:352454dependencies = [
2455 "adler",
Jubilee Young079949d2023-06-29 23:18:362456 "compiler_builtins",
2457 "rustc-std-workspace-alloc",
2458 "rustc-std-workspace-core",
Nilstrieb3295cdf2023-06-26 07:21:352459]
2460
2461[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442462name = "mio"
github-actions8ef19812024-03-03 00:16:162463version = "0.8.11"
Jakub Beránek91d2fb22023-06-03 07:41:442464source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162465checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
Jakub Beránek91d2fb22023-06-03 07:41:442466dependencies = [
2467 "libc",
2468 "wasi",
Philipp Kronesac25a732023-08-24 19:33:172469 "windows-sys 0.48.0",
Jakub Beránek91d2fb22023-06-03 07:41:442470]
2471
2472[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582473name = "miow"
klensy55935df2023-08-06 10:24:592474version = "0.6.0"
Weihang Lobfce2272022-11-04 23:50:442475source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:592476checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
Weihang Lobfce2272022-11-04 23:50:442477dependencies = [
Philipp Kronesac25a732023-08-24 19:33:172478 "windows-sys 0.48.0",
Weihang Lobfce2272022-11-04 23:50:442479]
2480
2481[[package]]
kennytm0692b3d2017-12-15 19:41:582482name = "miri"
2483version = "0.1.0"
2484dependencies = [
Ralf Jung49e8acb2023-10-21 06:41:452485 "aes",
Alex Crichton093ede22019-08-15 00:45:092486 "colored",
Ralf Jung13e47662023-05-23 10:10:182487 "ctrlc",
Thom Chiovolonia4bf36e2022-11-21 00:55:412488 "getrandom",
Ralf Jung0ddccf92024-01-08 10:21:182489 "jemalloc-sys",
Ralf Junga272c452022-05-30 08:17:462490 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202491 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382492 "libffi",
Simonas Kazlauskasfcaeb452024-01-10 15:12:012493 "libloading",
Ralf Jung61a986a2022-06-26 02:21:492494 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412495 "rand",
Ralf Junga272c452022-05-30 08:17:462496 "regex",
Ralf Jung64f56d22022-10-22 08:45:252497 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292498 "smallvec",
Ralf Jung9a308d42024-03-09 17:56:522499 "tempfile",
Philipp Kronesf99056b2024-02-27 14:50:232500 "ui_test 0.21.2",
kennytm0692b3d2017-12-15 19:41:582501]
2502
2503[[package]]
Jakob Degen17395b42022-10-31 00:17:252504name = "miropt-test-tools"
2505version = "0.1.0"
Jakob Degen17395b42022-10-31 00:17:252506
2507[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442508name = "native-tls"
2509version = "0.2.11"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2512dependencies = [
2513 "lazy_static",
2514 "libc",
2515 "log",
2516 "openssl",
2517 "openssl-probe",
2518 "openssl-sys",
2519 "schannel",
2520 "security-framework",
2521 "security-framework-sys",
2522 "tempfile",
2523]
2524
2525[[package]]
Alex Crichtond8251152018-07-02 16:33:162526name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442527version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162528source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442529checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452530
2531[[package]]
Ralf Jung13e47662023-05-23 10:10:182532name = "nix"
clubby789527f9032024-01-21 23:51:332533version = "0.27.1"
Ralf Jung13e47662023-05-23 10:10:182534source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789527f9032024-01-21 23:51:332535checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
Ralf Jung13e47662023-05-23 10:10:182536dependencies = [
clubby7899b73db32024-01-29 12:21:162537 "bitflags 2.4.2",
Ralf Jung13e47662023-05-23 10:10:182538 "cfg-if",
2539 "libc",
Ralf Jung13e47662023-05-23 10:10:182540]
2541
2542[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462543name = "nom"
Nilstrieb3295cdf2023-06-26 07:21:352544version = "7.1.3"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462545source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352546checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462547dependencies = [
2548 "memchr",
2549 "minimal-lexical",
Dirkjan Ochtman93a16cb2022-01-03 17:18:462550]
2551
2552[[package]]
Eric Hussb07e3162023-11-29 23:52:162553name = "normpath"
github-actions8ef19812024-03-03 00:16:162554version = "1.2.0"
Eric Hussb07e3162023-11-29 23:52:162555source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162556checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804"
Eric Hussb07e3162023-11-29 23:52:162557dependencies = [
github-actions8ef19812024-03-03 00:16:162558 "windows-sys 0.52.0",
Eric Hussb07e3162023-11-29 23:52:162559]
2560
2561[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442562name = "ntapi"
2563version = "0.4.1"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
2566dependencies = [
2567 "winapi",
2568]
2569
2570[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352571name = "nu-ansi-term"
2572version = "0.46.0"
Alex Crichton994bfd42018-02-26 17:07:162573source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352574checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
Alex Crichton994bfd42018-02-26 17:07:162575dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:352576 "overload",
2577 "winapi",
Alex Crichton994bfd42018-02-26 17:07:162578]
2579
2580[[package]]
clubby7899b73db32024-01-29 12:21:162581name = "num-conv"
2582version = "0.1.0"
Steve Klabnik2795de32017-02-20 00:20:572583source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162584checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2585
2586[[package]]
2587name = "num-traits"
2588version = "0.2.18"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
Mark Rousskov342d9562020-08-17 15:21:442591dependencies = [
2592 "autocfg",
Caleb Cartwright35400e82023-10-23 01:34:122593 "libm",
Mark Rousskov342d9562020-08-17 15:21:442594]
Steve Klabnik2795de32017-02-20 00:20:572595
2596[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292597name = "num_cpus"
Nilstrieb3295cdf2023-06-26 07:21:352598version = "1.16.0"
Ahmed Charles9ca382f2016-09-02 08:55:292599source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352600checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
Ahmed Charles9ca382f2016-09-02 08:55:292601dependencies = [
klensyc653bb92023-11-18 09:42:052602 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:092603 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292604]
2605
2606[[package]]
Philipp Kronesac25a732023-08-24 19:33:172607name = "number_prefix"
2608version = "0.4.0"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2611
2612[[package]]
Alex Crichton06d565c2020-05-13 21:22:372613name = "object"
clubby78956bc5522024-01-21 17:16:262614version = "0.32.2"
dirreke74817b72023-08-14 14:57:382615source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:262616checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dirreke74817b72023-08-14 14:57:382617dependencies = [
Jubilee Young079949d2023-06-29 23:18:362618 "compiler_builtins",
Amanieu d'Antrasa529ba82023-01-09 17:49:242619 "crc32fast",
2620 "flate2",
klensyc653bb92023-11-18 09:42:052621 "hashbrown",
2622 "indexmap",
Amanieu d'Antrasa529ba82023-01-09 17:49:242623 "memchr",
Jubilee Young079949d2023-06-29 23:18:362624 "rustc-std-workspace-alloc",
2625 "rustc-std-workspace-core",
Jubilee Young7156ff62023-05-10 03:29:272626 "ruzstd",
Alex Crichton6181f3a2024-02-02 21:26:182627 "wasmparser",
Amanieu d'Antrasa529ba82023-01-09 17:49:242628]
2629
2630[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372631name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152632version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372633source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152634checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372635dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422636 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372637]
2638
2639[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412640name = "once_cell"
clubby7899b73db32024-01-29 12:21:162641version = "1.19.0"
Mark Rousskov2fc32b92019-09-10 01:01:412642source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162643checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
Mark Rousskov2fc32b92019-09-10 01:01:412644
2645[[package]]
Alex Crichton2863b752018-08-21 17:23:472646name = "opener"
Eric Hussb07e3162023-11-29 23:52:162647version = "0.6.1"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788"
2650dependencies = [
2651 "bstr",
2652 "normpath",
2653 "winapi",
2654]
2655
2656[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442657name = "openssl"
github-actions8ef19812024-03-03 00:16:162658version = "0.10.64"
Jakub Beránek91d2fb22023-06-03 07:41:442659source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162660checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
Jakub Beránek91d2fb22023-06-03 07:41:442661dependencies = [
clubby7899b73db32024-01-29 12:21:162662 "bitflags 2.4.2",
Jakub Beránek91d2fb22023-06-03 07:41:442663 "cfg-if",
2664 "foreign-types",
2665 "libc",
2666 "once_cell",
2667 "openssl-macros",
2668 "openssl-sys",
2669]
2670
2671[[package]]
2672name = "openssl-macros"
2673version = "0.1.1"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2676dependencies = [
2677 "proc-macro2",
2678 "quote",
github-actions8ef19812024-03-03 00:16:162679 "syn 2.0.52",
Jakub Beránek91d2fb22023-06-03 07:41:442680]
2681
2682[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582683name = "openssl-probe"
klensy43512e62022-07-26 16:16:432684version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582685source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432686checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582687
2688[[package]]
2689name = "openssl-sys"
github-actions8ef19812024-03-03 00:16:162690version = "0.9.101"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582691source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162692checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582693dependencies = [
Alex Crichton093ede22019-08-15 00:45:092694 "cc",
2695 "libc",
Alex Crichton093ede22019-08-15 00:45:092696 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092697 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582698]
2699
2700[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442701name = "opt-dist"
2702version = "0.1.0"
2703dependencies = [
2704 "anyhow",
2705 "build_helper",
2706 "camino",
Jakub Beránekf17047b2023-09-12 16:32:322707 "clap",
2708 "derive_builder",
klensy53efefb2024-02-22 11:35:212709 "env_logger",
Jakub Beránek91d2fb22023-06-03 07:41:442710 "fs_extra",
2711 "glob",
2712 "humansize",
klensyc653bb92023-11-18 09:42:052713 "humantime",
Jakub Beránek91d2fb22023-06-03 07:41:442714 "log",
2715 "reqwest",
2716 "serde",
2717 "serde_json",
2718 "sysinfo",
Jakub Beránek209789e2023-08-09 18:56:112719 "tabled",
Jakub Beránek91d2fb22023-06-03 07:41:442720 "tar",
Jakub Beráneka16925d2023-07-11 15:26:172721 "tempfile",
Jakub Beránek91d2fb22023-06-03 07:41:442722 "xz",
2723 "zip",
2724]
2725
2726[[package]]
Ralf Jung5aecfe42023-10-07 05:55:482727name = "option-ext"
2728version = "0.2.0"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2731
2732[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352733name = "overload"
2734version = "0.1.1"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2737
2738[[package]]
Ralf Jung10430db2022-07-15 14:04:232739name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052740version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232741source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052742checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232743
2744[[package]]
Caleb Cartwright35400e82023-10-23 01:34:122745name = "packed_simd"
2746version = "0.3.9"
Nick Cameron7a7445b2018-12-01 10:36:322747source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright35400e82023-10-23 01:34:122748checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d"
Nick Cameron7a7445b2018-12-01 10:36:322749dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422750 "cfg-if",
Caleb Cartwright35400e82023-10-23 01:34:122751 "num-traits",
Nick Cameron7a7445b2018-12-01 10:36:322752]
2753
2754[[package]]
Philipp Kronesac25a732023-08-24 19:33:172755name = "pad"
2756version = "0.1.6"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
2759dependencies = [
2760 "unicode-width",
2761]
2762
2763[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292764name = "panic_abort"
2765version = "0.0.0"
2766dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392767 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422768 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092769 "compiler_builtins",
2770 "core",
2771 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292772]
2773
2774[[package]]
2775name = "panic_unwind"
2776version = "0.0.0"
2777dependencies = [
Alex Crichton093ede22019-08-15 00:45:092778 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422779 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092780 "compiler_builtins",
2781 "core",
2782 "libc",
2783 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292784]
2785
2786[[package]]
Jakub Beránek209789e2023-08-09 18:56:112787name = "papergrid"
klensy15bc6812024-02-22 11:17:592788version = "0.11.0"
Jakub Beránek209789e2023-08-09 18:56:112789source = "registry+https://github.com/rust-lang/crates.io-index"
klensy15bc6812024-02-22 11:17:592790checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb"
Jakub Beránek209789e2023-08-09 18:56:112791dependencies = [
2792 "bytecount",
2793 "fnv",
2794 "unicode-width",
2795]
2796
2797[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012798name = "parking_lot"
Philipp Krones586cbd02022-06-04 12:07:442799version = "0.12.1"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2802dependencies = [
2803 "lock_api",
Rémy Rakic4cb2a282023-12-14 15:40:502804 "parking_lot_core",
Igor Matuszewski8fc4bba2020-02-12 14:47:312805]
2806
2807[[package]]
Philipp Krones586cbd02022-06-04 12:07:442808name = "parking_lot_core"
clubby7899b73db32024-01-29 12:21:162809version = "0.9.9"
Philipp Krones586cbd02022-06-04 12:07:442810source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162811checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
Philipp Krones586cbd02022-06-04 12:07:442812dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422813 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442814 "libc",
clubby7899b73db32024-01-29 12:21:162815 "redox_syscall",
Philipp Krones586cbd02022-06-04 12:07:442816 "smallvec",
clubby7899b73db32024-01-29 12:21:162817 "windows-targets 0.48.5",
Philipp Krones586cbd02022-06-04 12:07:442818]
2819
2820[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272821name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322822version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272823source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322824checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272825
2826[[package]]
Alex Crichton1cede102017-06-15 02:33:062827name = "percent-encoding"
clubby7899b73db32024-01-29 12:21:162828version = "2.3.1"
Eric Hussf2428a62019-08-01 00:44:392829source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162830checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
Eric Hussf2428a62019-08-01 00:44:392831
2832[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382833name = "perf-event-open-sys"
Nilstrieb3295cdf2023-06-26 07:21:352834version = "3.0.0"
Wesley Wisere130e9c2021-02-25 23:25:382835source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352836checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
Wesley Wisere130e9c2021-02-25 23:25:382837dependencies = [
2838 "libc",
2839]
2840
2841[[package]]
Steve Klabnika0769612017-02-07 23:13:572842name = "pest"
github-actions8ef19812024-03-03 00:16:162843version = "2.7.8"
James Munnsde763692019-01-19 02:39:372844source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162845checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8"
James Munnsde763692019-01-19 02:39:372846dependencies = [
clubby7899b73db32024-01-29 12:21:162847 "memchr",
klensy45fac342022-08-31 20:04:122848 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092849 "ucd-trie",
James Munnsde763692019-01-19 02:39:372850]
2851
2852[[package]]
Alex Crichtone9d89832018-04-02 15:43:552853name = "pest_derive"
github-actions8ef19812024-03-03 00:16:162854version = "2.7.8"
James Munnsde763692019-01-19 02:39:372855source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162856checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026"
James Munnsde763692019-01-19 02:39:372857dependencies = [
Alex Crichton093ede22019-08-15 00:45:092858 "pest",
2859 "pest_generator",
James Munnsde763692019-01-19 02:39:372860]
2861
2862[[package]]
2863name = "pest_generator"
github-actions8ef19812024-03-03 00:16:162864version = "2.7.8"
James Munnsde763692019-01-19 02:39:372865source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162866checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80"
James Munnsde763692019-01-19 02:39:372867dependencies = [
Alex Crichton093ede22019-08-15 00:45:092868 "pest",
2869 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152870 "proc-macro2",
2871 "quote",
github-actions8ef19812024-03-03 00:16:162872 "syn 2.0.52",
James Munnsde763692019-01-19 02:39:372873]
2874
2875[[package]]
2876name = "pest_meta"
github-actions8ef19812024-03-03 00:16:162877version = "2.7.8"
James Munnsde763692019-01-19 02:39:372878source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162879checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293"
James Munnsde763692019-01-19 02:39:372880dependencies = [
klensy45fac342022-08-31 20:04:122881 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092882 "pest",
Nilstrieb3295cdf2023-06-26 07:21:352883 "sha2",
James Munnsde763692019-01-19 02:39:372884]
2885
2886[[package]]
steveklabnikecfbaca2018-04-03 14:32:042887name = "phf"
klensy947e7872022-04-15 18:11:142888version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042889source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142890checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042891dependencies = [
Alex Crichton093ede22019-08-15 00:45:092892 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042893]
2894
2895[[package]]
2896name = "phf_codegen"
klensy947e7872022-04-15 18:11:142897version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042898source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142899checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042900dependencies = [
Alex Crichton093ede22019-08-15 00:45:092901 "phf_generator",
2902 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042903]
2904
2905[[package]]
2906name = "phf_generator"
klensy947e7872022-04-15 18:11:142907version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042908source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142909checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042910dependencies = [
Alex Crichton093ede22019-08-15 00:45:092911 "phf_shared",
Thom Chiovolonia4bf36e2022-11-21 00:55:412912 "rand",
steveklabnikecfbaca2018-04-03 14:32:042913]
2914
2915[[package]]
2916name = "phf_shared"
klensy947e7872022-04-15 18:11:142917version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042918source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142919checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042920dependencies = [
Alex Crichton093ede22019-08-15 00:45:092921 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042922]
2923
2924[[package]]
Caleb Cartwright63913182021-02-10 01:52:542925name = "pin-project-lite"
clubby7899b73db32024-01-29 12:21:162926version = "0.2.13"
Caleb Cartwright63913182021-02-10 01:52:542927source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162928checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
Caleb Cartwright63913182021-02-10 01:52:542929
2930[[package]]
2931name = "pin-utils"
2932version = "0.1.0"
2933source = "registry+https://github.com/rust-lang/crates.io-index"
2934checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2935
2936[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582937name = "pkg-config"
github-actions8ef19812024-03-03 00:16:162938version = "0.3.30"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582939source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162940checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582941
2942[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012943name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062944version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012945source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062946checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512947dependencies = [
Alex Crichton093ede22019-08-15 00:45:092948 "datafrog",
2949 "log",
2950 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512951]
Santiago Pastorino8429d112018-05-24 21:52:012952
2953[[package]]
Philipp Kronesac25a732023-08-24 19:33:172954name = "portable-atomic"
clubby7899b73db32024-01-29 12:21:162955version = "1.6.0"
Philipp Kronesac25a732023-08-24 19:33:172956source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162957checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
Philipp Kronesac25a732023-08-24 19:33:172958
2959[[package]]
clubby7896ac3b572024-01-29 12:16:202960name = "powerfmt"
2961version = "0.2.0"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2964
2965[[package]]
gnzlbg52caca02019-08-01 15:02:262966name = "ppv-lite86"
Nilstrieb3295cdf2023-06-26 07:21:352967version = "0.2.17"
gnzlbg52caca02019-08-01 15:02:262968source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352969checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
gnzlbg52caca02019-08-01 15:02:262970
2971[[package]]
steveklabnikecfbaca2018-04-03 14:32:042972name = "precomputed-hash"
2973version = "0.1.1"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092975checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042976
2977[[package]]
Philipp Kronesac25a732023-08-24 19:33:172978name = "prettydiff"
2979version = "0.6.4"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11"
2982dependencies = [
2983 "ansi_term",
2984 "pad",
2985]
2986
2987[[package]]
David Wood7f916972022-03-26 07:27:432988name = "proc-macro-hack"
Nilstrieb3295cdf2023-06-26 07:21:352989version = "0.5.20+deprecated"
David Wood7f916972022-03-26 07:27:432990source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352991checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
David Wood7f916972022-03-26 07:27:432992
2993[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112994name = "proc-macro2"
clubby789ed885002024-01-29 12:18:302995version = "1.0.78"
Igor Matuszewskic2249a42019-09-08 08:28:112996source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789ed885002024-01-29 12:18:302997checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
Igor Matuszewskic2249a42019-09-08 08:28:112998dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402999 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:113000]
3001
3002[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293003name = "proc_macro"
3004version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:083005dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:323006 "core",
Alex Crichtonb47c9692019-08-16 15:29:083007 "std",
3008]
Ahmed Charles9ca382f2016-09-02 08:55:293009
3010[[package]]
whitequark42754ce2017-02-13 09:57:503011name = "profiler_builtins"
3012version = "0.0.0"
3013dependencies = [
Alex Crichton093ede22019-08-15 00:45:093014 "cc",
3015 "compiler_builtins",
3016 "core",
Marco Castelluccioecba8d62017-06-04 14:54:393017]
3018
3019[[package]]
Oliver Scherer26edcee2018-11-02 15:14:243020name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:553021version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:243022source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:553023checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:243024dependencies = [
3025 "cc",
3026]
3027
3028[[package]]
Steve Klabnika0769612017-02-07 23:13:573029name = "pulldown-cmark"
Guillaume Gomez1bdeeef2024-01-28 10:42:323030version = "0.9.6"
Joshua Nelsone4c28bf2020-09-14 00:15:013031source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez1bdeeef2024-01-28 10:42:323032checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
Joshua Nelsone4c28bf2020-09-14 00:15:013033dependencies = [
clubby7899b73db32024-01-29 12:21:163034 "bitflags 2.4.2",
Joshua Nelsone4c28bf2020-09-14 00:15:013035 "memchr",
3036 "unicase",
3037]
3038
3039[[package]]
Eric Huss51f20b42024-02-07 04:22:133040name = "pulldown-cmark"
3041version = "0.10.0"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
3044dependencies = [
clubby7899b73db32024-01-29 12:21:163045 "bitflags 2.4.2",
Eric Huss51f20b42024-02-07 04:22:133046 "memchr",
3047 "pulldown-cmark-escape",
3048 "unicase",
3049]
3050
3051[[package]]
3052name = "pulldown-cmark-escape"
3053version = "0.10.0"
3054source = "registry+https://github.com/rust-lang/crates.io-index"
3055checksum = "d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b"
3056
3057[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:323058name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:443059version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323060source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443061checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323062
3063[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293064name = "quine-mc_cluskey"
3065version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583066source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093067checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583068
3069[[package]]
3070name = "quote"
clubby789ed885002024-01-29 12:18:303071version = "1.0.35"
Igor Matuszewskic2249a42019-09-08 08:28:113072source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789ed885002024-01-29 12:18:303073checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
Igor Matuszewskic2249a42019-09-08 08:28:113074dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153075 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:553076]
3077
3078[[package]]
Ayush Singh48c6ae02022-12-18 04:24:543079name = "r-efi"
clubby7899b73db32024-01-29 12:21:163080version = "4.3.0"
Ayush Singh48c6ae02022-12-18 04:24:543081source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163082checksum = "0e244f96e03a3067f9e521d3167bd42657594cb8588c8d3a2db01545dc1af2e0"
Ayush Singh48c6ae02022-12-18 04:24:543083dependencies = [
3084 "compiler_builtins",
3085 "rustc-std-workspace-core",
3086]
3087
3088[[package]]
3089name = "r-efi-alloc"
3090version = "1.0.0"
3091source = "registry+https://github.com/rust-lang/crates.io-index"
3092checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
3093dependencies = [
3094 "compiler_builtins",
3095 "r-efi",
3096 "rustc-std-workspace-core",
3097]
3098
3099[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293100name = "rand"
klensy947e7872022-04-15 18:11:143101version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:193102source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143103checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:193104dependencies = [
3105 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:413106 "rand_chacha",
3107 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:193108]
3109
3110[[package]]
3111name = "rand_chacha"
Nilstrieb3295cdf2023-06-26 07:21:353112version = "0.3.1"
Aaron Hill2550d5b2021-03-07 23:39:193113source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353114checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
Aaron Hill2550d5b2021-03-07 23:39:193115dependencies = [
3116 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:413117 "rand_core",
gnzlbg52caca02019-08-01 15:02:263118]
3119
3120[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193121name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:593122version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:193123source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:593124checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:193125dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413126 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:193127]
3128
3129[[package]]
Ralf Jung5b78e982019-04-19 07:37:333130name = "rand_xorshift"
Thom Chiovolonia4bf36e2022-11-21 00:55:413131version = "0.3.0"
Ralf Jung5b78e982019-04-19 07:37:333132source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovolonia4bf36e2022-11-21 00:55:413133checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
Ralf Jung5b78e982019-04-19 07:37:333134dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413135 "rand_core",
Eric Huss2b985322019-11-25 16:14:073136]
3137
3138[[package]]
3139name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:293140version = "0.6.0"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3143dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413144 "rand_core",
Chase Wilson09f15422021-08-29 15:55:293145]
3146
3147[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293148name = "rayon"
github-actions8ef19812024-03-03 00:16:163149version = "1.9.0"
Nick Cameron4b6f5c22018-02-26 03:15:453150source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:163151checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
Nick Cameron4b6f5c22018-02-26 03:15:453152dependencies = [
Alex Crichton093ede22019-08-15 00:45:093153 "either",
3154 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293155]
3156
3157[[package]]
3158name = "rayon-core"
clubby7899b73db32024-01-29 12:21:163159version = "1.12.1"
Oliver Schneideracdf83f2017-12-06 08:25:293160source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163161checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
Oliver Schneideracdf83f2017-12-06 08:25:293162dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163163 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073164 "crossbeam-utils",
Laurențiu Nicolab888eb92019-06-10 18:22:313165]
3166
3167[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353168name = "redox_syscall"
clubby7899b73db32024-01-29 12:21:163169version = "0.4.1"
flip19950046d7c2021-02-25 10:26:233170source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163171checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
Arlo Siemsen4d9b4762023-06-02 16:40:363172dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353173 "bitflags 1.3.2",
Arlo Siemsen4d9b4762023-06-02 16:40:363174]
3175
3176[[package]]
flip19954c228cc2019-02-18 09:32:583177name = "redox_users"
clubby7899b73db32024-01-29 12:21:163178version = "0.4.4"
flip19950046d7c2021-02-25 10:26:233179source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163180checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
flip19950046d7c2021-02-25 10:26:233181dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413182 "getrandom",
clubby7899b73db32024-01-29 12:21:163183 "libredox",
Nilstrieb3295cdf2023-06-26 07:21:353184 "thiserror",
flip19950046d7c2021-02-25 10:26:233185]
3186
3187[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583188name = "regex"
github-actions8ef19812024-03-03 00:16:163189version = "1.8.4"
Oliver Schneider847bb142018-05-11 12:11:063190source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:163191checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
Oliver Schneider847bb142018-05-11 12:11:063192dependencies = [
clubby7899b73db32024-01-29 12:21:163193 "aho-corasick",
Alex Crichton093ede22019-08-15 00:45:093194 "memchr",
clubby7899b73db32024-01-29 12:21:163195 "regex-syntax 0.7.5",
Oliver Schneider847bb142018-05-11 12:11:063196]
3197
3198[[package]]
Oliver Schererec7230f2020-07-24 18:42:003199name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093200version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003201source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093202checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003203dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353204 "regex-syntax 0.6.29",
Oliver Schererec7230f2020-07-24 18:42:003205]
3206
3207[[package]]
Charles Lewa7750042022-11-06 06:43:253208name = "regex-automata"
3209version = "0.2.0"
3210source = "registry+https://github.com/rust-lang/crates.io-index"
3211checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3212dependencies = [
3213 "memchr",
3214]
3215
3216[[package]]
clubby7899b73db32024-01-29 12:21:163217name = "regex-automata"
github-actions8ef19812024-03-03 00:16:163218version = "0.3.9"
clubby7899b73db32024-01-29 12:21:163219source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:163220checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
clubby7899b73db32024-01-29 12:21:163221
3222[[package]]
3223name = "regex-lite"
3224version = "0.1.5"
3225source = "registry+https://github.com/rust-lang/crates.io-index"
3226checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
3227
3228[[package]]
Steve Klabnika0769612017-02-07 23:13:573229name = "regex-syntax"
Nilstrieb3295cdf2023-06-26 07:21:353230version = "0.6.29"
Oliver Schneider847bb142018-05-11 12:11:063231source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353232checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
Oliver Schneider847bb142018-05-11 12:11:063233
3234[[package]]
Philipp Kronesd780efc2023-05-20 13:39:353235name = "regex-syntax"
clubby7899b73db32024-01-29 12:21:163236version = "0.7.5"
Philipp Kronesd780efc2023-05-20 13:39:353237source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163238checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
Philipp Kronesd780efc2023-05-20 13:39:353239
3240[[package]]
Philipp Kronesb92ab502023-12-16 13:13:123241name = "regex-syntax"
3242version = "0.8.2"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
3245
3246[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193247name = "remote-test-client"
3248version = "0.1.0"
3249
3250[[package]]
3251name = "remote-test-server"
3252version = "0.1.0"
3253
3254[[package]]
est31d32ff142022-08-23 20:14:123255name = "replace-version-placeholder"
3256version = "0.1.0"
3257dependencies = [
3258 "tidy",
3259 "walkdir",
3260]
3261
3262[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:443263name = "reqwest"
github-actions8ef19812024-03-03 00:16:163264version = "0.11.24"
Jakub Beránek91d2fb22023-06-03 07:41:443265source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:163266checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251"
Jakub Beránek91d2fb22023-06-03 07:41:443267dependencies = [
3268 "base64",
3269 "bytes",
3270 "encoding_rs",
3271 "futures-core",
3272 "futures-util",
3273 "h2",
3274 "http",
3275 "http-body",
3276 "hyper",
3277 "hyper-tls",
3278 "ipnet",
3279 "js-sys",
3280 "log",
3281 "mime",
3282 "native-tls",
3283 "once_cell",
3284 "percent-encoding",
3285 "pin-project-lite",
github-actions8ef19812024-03-03 00:16:163286 "rustls-pemfile",
Jakub Beránek91d2fb22023-06-03 07:41:443287 "serde",
3288 "serde_json",
3289 "serde_urlencoded",
github-actions8ef19812024-03-03 00:16:163290 "sync_wrapper",
clubby7899b73db32024-01-29 12:21:163291 "system-configuration",
Jakub Beránek91d2fb22023-06-03 07:41:443292 "tokio",
3293 "tokio-native-tls",
3294 "tower-service",
3295 "url",
3296 "wasm-bindgen",
3297 "wasm-bindgen-futures",
3298 "web-sys",
3299 "winreg",
3300]
3301
3302[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583303name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433304version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583305dependencies = [
Alex Crichton093ede22019-08-15 00:45:093306 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483307]
3308
3309[[package]]
许杰友 Jieyou Xu (Joe)48e9f922024-01-20 16:51:593310name = "run_make_support"
3311version = "0.0.0"
Alex Crichton71413792024-03-06 20:39:073312dependencies = [
3313 "wasmparser",
3314]
许杰友 Jieyou Xu (Joe)48e9f922024-01-20 16:51:593315
3316[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153317name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173318version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153319dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173320 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153321 "rustc-demangle",
3322]
3323
3324[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293325name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573326version = "0.1.0"
3327dependencies = [
klensye1c33132023-06-21 09:32:343328 "clap",
klensy53efefb2024-02-22 11:35:213329 "env_logger",
Alex Crichton093ede22019-08-15 00:45:093330 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573331]
Ahmed Charles9ca382f2016-09-02 08:55:293332
3333[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573334name = "rustc-build-sysroot"
Ralf Jung95770512024-02-25 07:17:203335version = "0.4.5"
Ralf Jung9cc11e22022-10-04 13:23:573336source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung95770512024-02-25 07:17:203337checksum = "a26170e1d79ea32f7ccec3188dd13cfc1f18c82764a9cbc1071667c0f865a4ea"
Ralf Jung9cc11e22022-10-04 13:23:573338dependencies = [
3339 "anyhow",
3340 "rustc_version",
3341 "tempfile",
Ralf Jung95770512024-02-25 07:17:203342 "walkdir",
Ralf Jung9cc11e22022-10-04 13:23:573343]
3344
3345[[package]]
Josh Stone020c5ec2017-05-08 22:01:133346name = "rustc-demangle"
Nilstrieb3295cdf2023-06-26 07:21:353347version = "0.1.23"
Josh Stone020c5ec2017-05-08 22:01:133348source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353349checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
Alex Crichtonfcc8bb42018-12-14 22:37:513350dependencies = [
Alex Crichton093ede22019-08-15 00:45:093351 "compiler_builtins",
3352 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513353]
Josh Stone020c5ec2017-05-08 22:01:133354
3355[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023356name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193357version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023358source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193359checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023360
3361[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293362name = "rustc-main"
3363version = "0.0.0"
3364dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043365 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093366 "rustc_codegen_ssa",
3367 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:463368 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:383369 "rustc_smir",
Oli Scherera38e9832023-09-14 15:50:113370 "stable_mir",
Ahmed Charles9ca382f2016-09-02 08:55:293371]
3372
3373[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033374name = "rustc-rayon"
John Kåre Alsaker27c44d22023-03-25 01:12:133375version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073376source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133377checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
Josh Stone33c41252019-09-10 17:13:073378dependencies = [
Josh Stone33c41252019-09-10 17:13:073379 "either",
Igor Matuszewski5b091302019-12-10 15:01:013380 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413381]
3382
3383[[package]]
Josh Stone33c41252019-09-10 17:13:073384name = "rustc-rayon-core"
John Kåre Alsaker27c44d22023-03-25 01:12:133385version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073386source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133387checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
Josh Stone33c41252019-09-10 17:13:073388dependencies = [
Josh Stoneab57e362022-05-28 00:14:223389 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163390 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073391 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073392 "num_cpus",
3393]
3394
3395[[package]]
flip1995898ef0f2020-12-06 14:07:593396name = "rustc-semver"
3397version = "1.1.0"
3398source = "registry+https://github.com/rust-lang/crates.io-index"
3399checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3400
3401[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053402name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053403version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053404dependencies = [
Alex Crichton093ede22019-08-15 00:45:093405 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053406]
3407
3408[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503409name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053410version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503411dependencies = [
Alex Crichton093ede22019-08-15 00:45:093412 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503413]
3414
3415[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083416name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053417version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083418dependencies = [
3419 "std",
3420]
3421
3422[[package]]
hkalbasi390a6372022-11-06 21:06:113423name = "rustc_abi"
3424version = "0.0.0"
3425dependencies = [
clubby7899b73db32024-01-29 12:21:163426 "bitflags 2.4.2",
Thom Chiovolonia4bf36e2022-11-21 00:55:413427 "rand",
hkalbasi390a6372022-11-06 21:06:113428 "rand_xoshiro",
3429 "rustc_data_structures",
3430 "rustc_index",
3431 "rustc_macros",
3432 "rustc_serialize",
3433 "tracing",
3434]
3435
3436[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433437name = "rustc_apfloat"
Wesley Wiser15e9f562023-07-18 19:22:563438version = "0.2.0+llvm-462a31f5a5ab"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be"
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433441dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353442 "bitflags 1.3.2",
Jubilee Younge8eb6912021-04-22 04:40:293443 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433444]
3445
3446[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403447name = "rustc_arena"
3448version = "0.0.0"
3449dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293450 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403451]
3452
3453[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263454name = "rustc_ast"
3455version = "0.0.0"
3456dependencies = [
clubby7899b73db32024-01-29 12:21:163457 "bitflags 2.4.2",
Konrad Borowskif72e17f2023-01-22 12:05:473458 "memchr",
Oli Scherer8a6d3532024-02-27 18:11:233459 "rustc_ast_ir",
Vadim Petrochenkov6054a302020-02-29 17:16:263460 "rustc_data_structures",
3461 "rustc_index",
3462 "rustc_lexer",
3463 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403464 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263465 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293466 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303467 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003468 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263469]
3470
3471[[package]]
Oli Scherer8a6d3532024-02-27 18:11:233472name = "rustc_ast_ir"
3473version = "0.0.0"
3474dependencies = [
3475 "rustc_data_structures",
3476 "rustc_macros",
3477 "rustc_serialize",
3478 "rustc_span",
3479 "smallvec",
3480]
3481
3482[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563483name = "rustc_ast_lowering"
3484version = "0.0.0"
3485dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263486 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463487 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563488 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563489 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003490 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573491 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563492 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513493 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233494 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563495 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563496 "rustc_span",
3497 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293498 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303499 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003500 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563501]
3502
3503[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443504name = "rustc_ast_passes"
3505version = "0.0.0"
3506dependencies = [
klensy52501c22024-02-23 13:37:473507 "itertools 0.12.1",
Vadim Petrochenkov6054a302020-02-29 17:16:263508 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463509 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203510 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443511 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443512 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393513 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003514 "rustc_fluent_macro",
finalchildd6fdf142022-08-17 14:51:013515 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443516 "rustc_parse",
3517 "rustc_session",
3518 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053519 "rustc_target",
Nicholas Nethercote4143b102022-11-23 00:55:163520 "thin-vec",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443521]
3522
3523[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463524name = "rustc_ast_pretty"
3525version = "0.0.0"
3526dependencies = [
klensy52501c22024-02-23 13:37:473527 "itertools 0.12.1",
Vadim Petrochenkov6054a302020-02-29 17:16:263528 "rustc_ast",
Nicholas Nethercote69f2c9c2023-11-27 08:23:203529 "rustc_lexer",
Mazdak Farrokhzade2333312020-01-11 16:02:463530 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:203531 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:463532]
3533
3534[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203535name = "rustc_attr"
3536version = "0.0.0"
3537dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263538 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463539 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203540 "rustc_data_structures",
3541 "rustc_errors",
3542 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003543 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:483544 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203545 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403546 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203547 "rustc_session",
3548 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203549]
3550
3551[[package]]
Charles Lewa7750042022-11-06 06:43:253552name = "rustc_baked_icu_data"
3553version = "0.0.0"
3554dependencies = [
3555 "icu_list",
3556 "icu_locid",
Nilstriebffffc202023-11-06 13:42:203557 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:253558 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223559 "icu_provider_adapters",
Charles Lewbde2f982022-11-06 06:58:223560 "zerovec",
Charles Lewa7750042022-11-06 06:43:253561]
3562
3563[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403564name = "rustc_borrowck"
3565version = "0.0.0"
3566dependencies = [
3567 "either",
klensy52501c22024-02-23 13:37:473568 "itertools 0.12.1",
Camille GILLOT31a61cc2020-12-30 17:48:403569 "polonius-engine",
3570 "rustc_data_structures",
3571 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003572 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403573 "rustc_graphviz",
3574 "rustc_hir",
3575 "rustc_index",
3576 "rustc_infer",
3577 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013578 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403579 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073580 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403581 "rustc_session",
3582 "rustc_span",
3583 "rustc_target",
3584 "rustc_trait_selection",
3585 "rustc_traits",
3586 "smallvec",
3587 "tracing",
3588]
3589
3590[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323591name = "rustc_builtin_macros"
3592version = "0.0.0"
3593dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263594 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463595 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203596 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323597 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323598 "rustc_errors",
3599 "rustc_expand",
3600 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003601 "rustc_fluent_macro",
clubby789e3e93f22023-05-02 15:42:363602 "rustc_index",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143603 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233604 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313605 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323606 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403607 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203608 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323609 "rustc_span",
3610 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293611 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303612 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003613 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323614]
3615
3616[[package]]
Irina Popab63d7e22018-05-08 13:10:163617name = "rustc_codegen_llvm"
3618version = "0.0.0"
3619dependencies = [
clubby7899b73db32024-01-29 12:21:163620 "bitflags 2.4.2",
klensy52501c22024-02-23 13:37:473621 "itertools 0.12.1",
Alex Crichton7f23e6e2019-10-22 15:51:353622 "libc",
Ralf Jung61a986a2022-06-26 02:21:493623 "measureme",
Tyler Mandry4c14ca32023-08-22 19:20:353624 "object",
Alex Crichton7f23e6e2019-10-22 15:51:353625 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263626 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203627 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353628 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353629 "rustc_data_structures",
3630 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003631 "rustc_fluent_macro",
Alex Crichton7f23e6e2019-10-22 15:51:353632 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573633 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353634 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093635 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553636 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593637 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453638 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543639 "rustc_query_system",
Aaron Hillfca192c2019-12-06 03:04:353640 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323641 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543642 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353643 "rustc_target",
csmoea30de6e2022-11-03 14:34:243644 "serde",
3645 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293646 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003647 "tracing",
Irina Popab63d7e22018-05-08 13:10:163648]
3649
3650[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043651name = "rustc_codegen_ssa"
3652version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353653dependencies = [
bjorn3be670842022-05-28 10:43:513654 "ar_archive_writer",
clubby7899b73db32024-01-29 12:21:163655 "bitflags 2.4.2",
Alex Crichton093ede22019-08-15 00:45:093656 "cc",
klensy52501c22024-02-23 13:37:473657 "itertools 0.12.1",
Alex Crichton093ede22019-08-15 00:45:093658 "jobserver",
3659 "libc",
Tyler Mandry4c14ca32023-08-22 19:20:353660 "object",
Federico Ponzi4b6a0272020-07-17 22:01:273661 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143662 "regex",
David Wood2dc1a8a2021-12-03 14:24:053663 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263664 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203665 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093666 "rustc_data_structures",
3667 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003668 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093669 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573670 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093671 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103672 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573673 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363674 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453675 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543676 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403677 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083678 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323679 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583680 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093681 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143682 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423683 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423684 "smallvec",
Mark Mansi2d75a332020-03-12 23:07:583685 "tempfile",
bjorn3e9fa2ca2023-09-19 11:23:353686 "thin-vec",
David Wood2dc1a8a2021-12-03 14:24:053687 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003688 "tracing",
Alex Crichton646e8e72024-02-22 16:12:093689 "wasm-encoder",
klensy3c03cce2023-05-09 15:20:133690 "windows",
Irina Popab63d7e22018-05-08 13:10:163691]
3692
3693[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113694name = "rustc_const_eval"
3695version = "0.0.0"
3696dependencies = [
Ralf Jung41018892022-11-18 09:18:323697 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113698 "rustc_apfloat",
3699 "rustc_ast",
3700 "rustc_attr",
3701 "rustc_data_structures",
3702 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003703 "rustc_fluent_macro",
Camille GILLOTc5fc2602021-01-05 19:08:113704 "rustc_hir",
3705 "rustc_index",
3706 "rustc_infer",
3707 "rustc_macros",
3708 "rustc_middle",
3709 "rustc_mir_dataflow",
3710 "rustc_session",
3711 "rustc_span",
3712 "rustc_target",
3713 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463714 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113715 "tracing",
3716]
3717
3718[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293719name = "rustc_data_structures"
3720version = "0.0.0"
3721dependencies = [
Weihang Lof795a152023-03-15 12:50:043722 "arrayvec",
clubby7899b73db32024-01-29 12:21:163723 "bitflags 2.4.2",
Josh Stone8f3af4c2024-01-24 23:36:573724 "either",
Oli Schererdecfb4d2023-02-21 08:37:103725 "elsa",
Jack Hueya42e5a12020-05-27 05:05:093726 "ena",
klensyc653bb92023-11-18 09:42:053727 "indexmap",
Alex Crichton093ede22019-08-15 00:45:093728 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193729 "libc",
Ralf Jung61a986a2022-06-26 02:21:493730 "measureme",
Weihang Lof795a152023-03-15 12:50:043731 "memmap2",
Rémy Rakic4cb2a282023-12-14 15:40:503732 "parking_lot",
SparrowLiif2a40e92023-11-06 01:58:513733 "portable-atomic",
Alex Crichton093ede22019-08-15 00:45:093734 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013735 "rustc-rayon",
3736 "rustc-rayon-core",
SparrowLiib9746ce2023-03-03 02:14:573737 "rustc_arena",
Vadim Petrochenkov11d95142020-06-02 17:03:403738 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513739 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573740 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403741 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293742 "smallvec",
Simonas Kazlauskasa5c53652020-03-14 18:13:553743 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503744 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303745 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003746 "tracing",
klensy3c03cce2023-05-09 15:20:133747 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293748]
3749
3750[[package]]
3751name = "rustc_driver"
3752version = "0.0.0"
3753dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463754 "rustc_driver_impl",
3755]
3756
3757[[package]]
3758name = "rustc_driver_impl"
3759version = "0.0.0"
3760dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193761 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263762 "rustc_ast",
David Woodd1fcf6112022-10-13 09:13:023763 "rustc_ast_lowering",
3764 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463765 "rustc_ast_pretty",
David Woodd1fcf6112022-10-13 09:13:023766 "rustc_attr",
3767 "rustc_borrowck",
3768 "rustc_builtin_macros",
Victor Dinga47fdb92020-01-23 10:48:483769 "rustc_codegen_ssa",
David Woodd1fcf6112022-10-13 09:13:023770 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093771 "rustc_data_structures",
Alex Crichton093ede22019-08-15 00:45:093772 "rustc_errors",
David Woodd1fcf6112022-10-13 09:13:023773 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183774 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003775 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573776 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293777 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193778 "rustc_hir_pretty",
David Woodd1fcf6112022-10-13 09:13:023779 "rustc_hir_typeck",
3780 "rustc_incremental",
3781 "rustc_infer",
Alex Crichton093ede22019-08-15 00:45:093782 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133783 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523784 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093785 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093786 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453787 "rustc_middle",
David Woodd1fcf6112022-10-13 09:13:023788 "rustc_mir_build",
3789 "rustc_mir_dataflow",
clubby789d5bc5812023-04-30 01:20:533790 "rustc_mir_transform",
David Woodd1fcf6112022-10-13 09:13:023791 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133792 "rustc_parse",
David Woodd1fcf6112022-10-13 09:13:023793 "rustc_passes",
Nadrieril281002d2023-12-10 19:42:303794 "rustc_pattern_analysis",
David Woodd1fcf6112022-10-13 09:13:023795 "rustc_privacy",
3796 "rustc_query_system",
3797 "rustc_resolve",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083798 "rustc_session",
Oğuz Ağcayazıebd9c142023-11-09 09:11:413799 "rustc_smir",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323800 "rustc_span",
David Woodd1fcf6112022-10-13 09:13:023801 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093802 "rustc_target",
David Woodd1fcf6112022-10-13 09:13:023803 "rustc_trait_selection",
3804 "rustc_ty_utils",
bjorn3fc1df4f2021-06-03 15:45:093805 "serde_json",
David Koloski684aa2c2023-12-06 18:25:133806 "shlex",
Esteban Küber8eb58432023-03-03 22:25:183807 "time",
Oliver Schererec7230f2020-07-24 18:42:003808 "tracing",
klensy3c03cce2023-05-09 15:20:133809 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293810]
3811
3812[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053813name = "rustc_error_codes"
3814version = "0.0.0"
3815
3816[[package]]
David Woodc45f2952022-03-24 02:03:043817name = "rustc_error_messages"
3818version = "0.0.0"
3819dependencies = [
David Woodd5119c52022-03-28 08:36:203820 "fluent-bundle",
3821 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253822 "icu_list",
3823 "icu_locid",
3824 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383825 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253826 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433827 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043828 "rustc_macros",
3829 "rustc_serialize",
3830 "rustc_span",
David Wood7f916972022-03-26 07:27:433831 "tracing",
3832 "unic-langid",
David Woodc45f2952022-03-24 02:03:043833]
3834
3835[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293836name = "rustc_errors"
3837version = "0.0.0"
3838dependencies = [
github-actions8ef19812024-03-03 00:16:163839 "annotate-snippets 0.10.2",
Oli Scherer29de70d2023-07-25 13:09:533840 "derive_setters",
Xiretza8489a672022-09-14 17:22:203841 "rustc_ast",
3842 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093843 "rustc_data_structures",
Nicholas Nethercote5d9dfbd2024-01-13 23:57:073844 "rustc_error_codes",
David Woodc45f2952022-03-24 02:03:043845 "rustc_error_messages",
Nilstriebb5d3d972023-04-16 12:33:003846 "rustc_fluent_macro",
Michael Gouletff9fd362022-06-29 05:09:593847 "rustc_hir",
Nicholas Nethercote5d9dfbd2024-01-13 23:57:073848 "rustc_index",
Aaron Hill23018a52020-08-13 19:41:523849 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573850 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403851 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323852 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593853 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143854 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153855 "serde",
3856 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093857 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483858 "termize",
Oliver Schererec7230f2020-07-24 18:42:003859 "tracing",
Alex Crichton093ede22019-08-15 00:45:093860 "unicode-width",
klensy3c03cce2023-05-09 15:20:133861 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293862]
3863
3864[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323865name = "rustc_expand"
3866version = "0.0.0"
3867dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263868 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393869 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463870 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203871 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323872 "rustc_data_structures",
3873 "rustc_errors",
3874 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003875 "rustc_fluent_macro",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323876 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003877 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573878 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323879 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403880 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203881 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323882 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293883 "smallvec",
Oli Scherer51c22152023-07-26 13:58:503884 "termcolor",
Nicholas Nethercote67d5cc02022-09-08 07:22:523885 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003886 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323887]
3888
3889[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383890name = "rustc_feature"
3891version = "0.0.0"
3892dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183893 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323894 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383895]
3896
3897[[package]]
Nilstriebb5d3d972023-04-16 12:33:003898name = "rustc_fluent_macro"
Michael Goulet60c95442023-10-18 21:55:153899version = "0.0.0"
Nilstriebb5d3d972023-04-16 12:33:003900dependencies = [
github-actions8ef19812024-03-03 00:16:163901 "annotate-snippets 0.10.2",
Nilstriebb5d3d972023-04-16 12:33:003902 "fluent-bundle",
3903 "fluent-syntax",
3904 "proc-macro2",
3905 "quote",
github-actions8ef19812024-03-03 00:16:163906 "syn 2.0.52",
Nilstriebb5d3d972023-04-16 12:33:003907 "unic-langid",
3908]
3909
3910[[package]]
Mark Rousskove3177c62018-08-03 21:31:033911name = "rustc_fs_util"
3912version = "0.0.0"
3913
3914[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403915name = "rustc_graphviz"
3916version = "0.0.0"
3917
3918[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273919name = "rustc_hir"
3920version = "0.0.0"
3921dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373922 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203923 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263924 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273925 "rustc_data_structures",
Mazdak Farrokhzad7a140732019-12-25 02:51:273926 "rustc_index",
3927 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403928 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273929 "rustc_span",
3930 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293931 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003932 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273933]
3934
3935[[package]]
lcnr1fc86a62022-09-26 11:00:293936name = "rustc_hir_analysis"
3937version = "0.0.0"
3938dependencies = [
klensy52501c22024-02-23 13:37:473939 "itertools 0.12.1",
lcnr1fc86a62022-09-26 11:00:293940 "rustc_arena",
3941 "rustc_ast",
3942 "rustc_attr",
3943 "rustc_data_structures",
3944 "rustc_errors",
3945 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003946 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293947 "rustc_hir",
Obei Sideg2c088f92023-12-22 11:56:203948 "rustc_hir_pretty",
lcnr1fc86a62022-09-26 11:00:293949 "rustc_index",
3950 "rustc_infer",
Nilstriebee8f92b2023-04-16 09:48:013951 "rustc_lint_defs",
lcnr1fc86a62022-09-26 11:00:293952 "rustc_macros",
3953 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:293954 "rustc_session",
3955 "rustc_span",
3956 "rustc_target",
3957 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293958 "rustc_type_ir",
3959 "smallvec",
3960 "tracing",
3961]
3962
3963[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193964name = "rustc_hir_pretty"
3965version = "0.0.0"
3966dependencies = [
3967 "rustc_ast",
3968 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193969 "rustc_hir",
3970 "rustc_span",
3971 "rustc_target",
3972]
3973
3974[[package]]
lcnrfb3ab132022-10-20 15:51:373975name = "rustc_hir_typeck"
Michael Goulet60c95442023-10-18 21:55:153976version = "0.0.0"
lcnrfb3ab132022-10-20 15:51:373977dependencies = [
klensy52501c22024-02-23 13:37:473978 "itertools 0.12.1",
lcnrfb3ab132022-10-20 15:51:373979 "rustc_ast",
Jason Newcombbe9b1252024-02-24 22:22:283980 "rustc_ast_ir",
许杰友 Jieyou Xu (Joe)08c77a62023-07-16 10:18:383981 "rustc_attr",
lcnrfb3ab132022-10-20 15:51:373982 "rustc_data_structures",
3983 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003984 "rustc_fluent_macro",
lcnrfb3ab132022-10-20 15:51:373985 "rustc_graphviz",
3986 "rustc_hir",
3987 "rustc_hir_analysis",
3988 "rustc_hir_pretty",
3989 "rustc_index",
3990 "rustc_infer",
3991 "rustc_lint",
3992 "rustc_macros",
3993 "rustc_middle",
lcnrfb3ab132022-10-20 15:51:373994 "rustc_session",
3995 "rustc_span",
3996 "rustc_target",
3997 "rustc_trait_selection",
3998 "rustc_type_ir",
3999 "smallvec",
4000 "tracing",
4001]
4002
4003[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294004name = "rustc_incremental"
4005version = "0.0.0"
4006dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:414007 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:264008 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094009 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:594010 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004011 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:094012 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:404013 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574014 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:574015 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454016 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404017 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:164018 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324019 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:164020 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004021 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294022]
4023
4024[[package]]
csmoe1cff2e62019-09-25 19:09:514025name = "rustc_index"
4026version = "0.0.0"
4027dependencies = [
Weihang Lof795a152023-03-15 12:50:044028 "arrayvec",
Michael Goulet45066812023-10-24 00:16:144029 "rustc_index_macros",
Matthew Jaspercbcef3e2020-06-11 14:49:574030 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404031 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:294032 "smallvec",
csmoe1cff2e62019-09-25 19:09:514033]
4034
4035[[package]]
Michael Goulet45066812023-10-24 00:16:144036name = "rustc_index_macros"
4037version = "0.0.0"
4038dependencies = [
4039 "proc-macro2",
4040 "quote",
github-actions8ef19812024-03-03 00:16:164041 "syn 2.0.52",
Michael Goulet45066812023-10-24 00:16:144042 "synstructure",
4043]
4044
4045[[package]]
Camille GILLOTf07e8892020-01-06 19:13:244046name = "rustc_infer"
4047version = "0.0.0"
4048dependencies = [
Jason Newcombbe9b1252024-02-24 22:22:284049 "rustc_ast_ir",
Camille GILLOTf07e8892020-01-06 19:13:244050 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:244051 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004052 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:244053 "rustc_hir",
4054 "rustc_index",
4055 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454056 "rustc_middle",
Camille GILLOTf07e8892020-01-06 19:13:244057 "rustc_span",
4058 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294059 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004060 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:244061]
4062
4063[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:234064name = "rustc_interface"
4065version = "0.0.0"
4066dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:014067 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:314068 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:264069 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564070 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:444071 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:204072 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:404073 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324074 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:354075 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:094076 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:114077 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:094078 "rustc_data_structures",
4079 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324080 "rustc_expand",
Vadim Petrochenkov7353c962023-08-09 12:28:004081 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004082 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314083 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:274084 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294085 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:374086 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:094087 "rustc_incremental",
Alex Crichton093ede22019-08-15 00:45:094088 "rustc_lint",
finalchildc1a98412022-08-16 20:07:474089 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094090 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454091 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:444092 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:254093 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:154094 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134095 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:094096 "rustc_passes",
Alex Crichton093ede22019-08-15 00:45:094097 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:164098 "rustc_query_impl",
John Kåre Alsaker66d85432023-03-25 08:46:194099 "rustc_query_system",
Alex Crichton093ede22019-08-15 00:45:094100 "rustc_resolve",
Ben Kimockfbaa24e2023-10-28 01:26:434101 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:164102 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324103 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:584104 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:164105 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404106 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094107 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374108 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004109 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:234110]
4111
4112[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404113name = "rustc_lexer"
Michael Goulet60c95442023-10-18 21:55:154114version = "0.0.0"
Aleksey Kladov395ee0b2019-05-06 08:53:404115dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504116 "expect-test",
Charles Lewbca79a22023-07-29 00:47:214117 "unicode-properties",
Aaron Hill70ba4912020-08-01 14:11:154118 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404119]
4120
4121[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294122name = "rustc_lint"
4123version = "0.0.0"
4124dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264125 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464126 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204127 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094128 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474129 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384130 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004131 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574132 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334133 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354134 "rustc_infer",
David Wood9d864c82022-06-30 07:57:454135 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454136 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424137 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:204138 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324139 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094140 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404141 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464142 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004143 "tracing",
Charles Lew485e98a2020-01-02 12:02:224144 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294145]
4146
4147[[package]]
Aaron Hill23018a52020-08-13 19:41:524148name = "rustc_lint_defs"
4149version = "0.0.0"
4150dependencies = [
4151 "rustc_ast",
4152 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:044153 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:274154 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524155 "rustc_macros",
4156 "rustc_serialize",
4157 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384158 "rustc_target",
bjorn362a4f912021-06-03 19:14:154159 "serde",
Aaron Hill23018a52020-08-13 19:41:524160]
4161
4162[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294163name = "rustc_llvm"
4164version = "0.0.0"
4165dependencies = [
Alex Crichton093ede22019-08-15 00:45:094166 "cc",
Aaron Hill47e932b2019-12-12 15:51:194167 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294168]
4169
4170[[package]]
David Tolnay6152d152022-01-04 00:32:524171name = "rustc_log"
4172version = "0.0.0"
4173dependencies = [
David Tolnayffbeebb2022-01-04 06:01:354174 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524175 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:484176 "tracing-core",
David Tolnay6152d152022-01-04 00:32:524177 "tracing-subscriber",
4178 "tracing-tree",
4179]
4180
4181[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104182name = "rustc_macros"
Michael Goulet60c95442023-10-18 21:55:154183version = "0.0.0"
John Kåre Alsaker74b64192019-03-01 00:22:104184dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154185 "proc-macro2",
4186 "quote",
github-actions8ef19812024-03-03 00:16:164187 "syn 2.0.52",
klensy7142c8d2023-11-09 11:37:304188 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104189]
4190
4191[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294192name = "rustc_metadata"
4193version = "0.0.0"
4194dependencies = [
clubby7899b73db32024-01-29 12:21:164195 "bitflags 2.4.2",
Simonas Kazlauskasfcaeb452024-01-10 15:12:014196 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374197 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264198 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204199 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094200 "rustc_data_structures",
4201 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324202 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174203 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004204 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314205 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574206 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194207 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104208 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574209 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454210 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404211 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084212 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324213 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094214 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464215 "rustc_type_ir",
Josh Triplett574f6be2020-08-20 23:16:304216 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044217 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004218 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294219]
4220
4221[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454222name = "rustc_middle"
4223version = "0.0.0"
4224dependencies = [
clubby7899b73db32024-01-29 12:21:164225 "bitflags 2.4.2",
Camille GILLOTfd9c04f2021-01-05 18:53:074226 "either",
John Kåre Alsaker7aab1dd2023-04-30 07:29:024227 "field-offset",
Camille GILLOTfd9c04f2021-01-05 18:53:074228 "gsgdt",
John Kåre Alsaker66d85432023-03-25 08:46:194229 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454230 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:264231 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454232 "rustc-rayon-core",
4233 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404234 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454235 "rustc_ast",
Oli Scherer8a6d3532024-02-27 18:11:234236 "rustc_ast_ir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454237 "rustc_attr",
4238 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:474239 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454240 "rustc_errors",
4241 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004242 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074243 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454244 "rustc_hir",
4245 "rustc_index",
4246 "rustc_macros",
4247 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404248 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454249 "rustc_session",
4250 "rustc_span",
4251 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104252 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294253 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304254 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004255 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454256]
4257
4258[[package]]
Matthew Jasperb3589292020-01-05 15:46:444259name = "rustc_mir_build"
4260version = "0.0.0"
4261dependencies = [
Ralf Jung41018892022-11-18 09:18:324262 "either",
klensy52501c22024-02-23 13:37:474263 "itertools 0.12.1",
Matthew Jasperb3589292020-01-05 15:46:444264 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404265 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264266 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:444267 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444268 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004269 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:444270 "rustc_hir",
4271 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244272 "rustc_infer",
TheOddGarlic82f05442022-08-20 11:28:434273 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454274 "rustc_middle",
Nadrieril281002d2023-12-10 19:42:304275 "rustc_pattern_analysis",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074276 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444277 "rustc_span",
4278 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404279 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294280 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004281 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444282]
4283
4284[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074285name = "rustc_mir_dataflow"
4286version = "0.0.0"
4287dependencies = [
4288 "polonius-engine",
4289 "regex",
4290 "rustc_ast",
4291 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144292 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004293 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074294 "rustc_graphviz",
4295 "rustc_hir",
4296 "rustc_index",
5225225ee2b1612022-08-19 09:21:144297 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074298 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074299 "rustc_span",
4300 "rustc_target",
4301 "smallvec",
4302 "tracing",
4303]
4304
4305[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254306name = "rustc_mir_transform"
4307version = "0.0.0"
4308dependencies = [
Ralf Jung41018892022-11-18 09:18:324309 "either",
klensy52501c22024-02-23 13:37:474310 "itertools 0.12.1",
Camille GILLOT751a0792023-01-16 22:12:364311 "rustc_arena",
Camille GILLOTbba4be62021-01-01 00:53:254312 "rustc_ast",
4313 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114314 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254315 "rustc_data_structures",
4316 "rustc_errors",
clubby789d5bc5812023-04-30 01:20:534317 "rustc_fluent_macro",
Camille GILLOTbba4be62021-01-01 00:53:254318 "rustc_hir",
4319 "rustc_index",
clubby789d5bc5812023-04-30 01:20:534320 "rustc_macros",
Camille GILLOTbba4be62021-01-01 00:53:254321 "rustc_middle",
Martin Nordholtsb4b33df2023-07-20 19:01:274322 "rustc_mir_build",
Camille GILLOTfd9c04f2021-01-05 18:53:074323 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254324 "rustc_session",
4325 "rustc_span",
4326 "rustc_target",
4327 "rustc_trait_selection",
4328 "smallvec",
4329 "tracing",
4330]
4331
4332[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154333name = "rustc_monomorphize"
4334version = "0.0.0"
4335dependencies = [
4336 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474337 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004338 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:154339 "rustc_hir",
Nathan Stocks137f20c2022-08-18 21:51:474340 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154341 "rustc_middle",
4342 "rustc_session",
4343 "rustc_span",
4344 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:094345 "serde",
4346 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:154347 "tracing",
4348]
4349
4350[[package]]
Michael Gouletcb415092023-11-22 23:44:584351name = "rustc_next_trait_solver"
4352version = "0.0.0"
4353dependencies = [
4354 "rustc_type_ir",
4355]
4356
4357[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134358name = "rustc_parse"
4359version = "0.0.0"
4360dependencies = [
clubby7899b73db32024-01-29 12:21:164361 "bitflags 2.4.2",
Vadim Petrochenkov6054a302020-02-29 17:16:264362 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464363 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134364 "rustc_data_structures",
4365 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384366 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004367 "rustc_fluent_macro",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134368 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244369 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204370 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324371 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:524372 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004373 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404374 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004375 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134376]
4377
4378[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404379name = "rustc_parse_format"
4380version = "0.0.0"
4381dependencies = [
Lukas Wirth2bba05612023-09-05 17:11:504382 "rustc_index",
Vadim Petrochenkov11d95142020-06-02 17:03:404383 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404384]
4385
4386[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294387name = "rustc_passes"
4388version = "0.0.0"
4389dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264390 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134391 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204392 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094393 "rustc_data_structures",
4394 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434395 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414396 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004397 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574398 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574399 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124400 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044401 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454402 "rustc_middle",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434403 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324404 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574405 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:374406 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004407 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294408]
4409
4410[[package]]
Nadrieril281002d2023-12-10 19:42:304411name = "rustc_pattern_analysis"
4412version = "0.0.0"
4413dependencies = [
Nadrieril19d6f062024-01-17 01:59:474414 "rustc-hash",
Nadrieril281002d2023-12-10 19:42:304415 "rustc_apfloat",
4416 "rustc_arena",
4417 "rustc_data_structures",
4418 "rustc_errors",
4419 "rustc_fluent_macro",
4420 "rustc_hir",
4421 "rustc_index",
4422 "rustc_macros",
4423 "rustc_middle",
4424 "rustc_session",
4425 "rustc_span",
4426 "rustc_target",
4427 "smallvec",
4428 "tracing",
4429]
4430
4431[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294432name = "rustc_privacy"
4433version = "0.0.0"
4434dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574435 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204436 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094437 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164438 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004439 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574440 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294441 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:344442 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454443 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084444 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324445 "rustc_span",
Oli Scherer4389a1c2023-07-18 07:22:464446 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004447 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294448]
4449
4450[[package]]
Camille GILLOT4581d162021-01-19 19:40:164451name = "rustc_query_impl"
4452version = "0.0.0"
4453dependencies = [
John Kåre Alsaker7aab1dd2023-04-30 07:29:024454 "field-offset",
Ralf Jung61a986a2022-06-26 02:21:494455 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164456 "rustc-rayon-core",
Camille GILLOT4581d162021-01-19 19:40:164457 "rustc_data_structures",
4458 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164459 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014460 "rustc_index",
Camille GILLOT4581d162021-01-19 19:40:164461 "rustc_middle",
4462 "rustc_query_system",
4463 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014464 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164465 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:304466 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134467 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164468]
4469
4470[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224471name = "rustc_query_system"
4472version = "0.0.0"
4473dependencies = [
Rémy Rakic4cb2a282023-12-14 15:40:504474 "parking_lot",
Camille GILLOT8e873c32020-03-19 13:13:314475 "rustc-rayon-core",
Camille GILLOTc355b2e2020-11-14 15:35:314476 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224477 "rustc_data_structures",
4478 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314479 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004480 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:314481 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224482 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574483 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404484 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374485 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314486 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314487 "rustc_target",
Eric Holk578fc492022-09-07 21:46:044488 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294489 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304490 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004491 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224492]
4493
4494[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294495name = "rustc_resolve"
4496version = "0.0.0"
4497dependencies = [
clubby7899b73db32024-01-29 12:21:164498 "bitflags 2.4.2",
Eric Huss51f20b42024-02-07 04:22:134499 "pulldown-cmark 0.9.6",
Vadim Petrochenkov11d95142020-06-02 17:03:404500 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264501 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464502 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204503 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094504 "rustc_data_structures",
4505 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324506 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184507 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004508 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574509 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294510 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384511 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094512 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454513 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504514 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564515 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324516 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294517 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524518 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004519 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294520]
4521
4522[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404523name = "rustc_serialize"
4524version = "0.0.0"
4525dependencies = [
klensyc653bb92023-11-18 09:42:054526 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504527 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294528 "smallvec",
Nicholas Nethercoteebee3f82023-05-01 08:51:054529 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304530 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404531]
4532
4533[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334534name = "rustc_session"
4535version = "0.0.0"
4536dependencies = [
clubby7899b73db32024-01-29 12:21:164537 "bitflags 2.4.2",
Luca Barbieriac2b84f2020-04-10 20:42:194538 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514539 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264540 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334541 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334542 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284543 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004544 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:284545 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034546 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524547 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574548 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404549 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324550 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284551 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514552 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254553 "termize",
Oliver Schererec7230f2020-07-24 18:42:004554 "tracing",
klensy3c03cce2023-05-09 15:20:134555 "windows",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324556]
4557
4558[[package]]
Oli Scherer9960cc12022-06-02 10:08:384559name = "rustc_smir"
4560version = "0.0.0"
4561dependencies = [
Celina G. Val4c9e8422023-12-06 21:39:554562 "rustc_abi",
Oğuz Ağcayazı0f27c1b2023-10-09 09:56:144563 "rustc_data_structures",
Santiago Pastorino4b85bea2023-04-24 20:53:514564 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384565 "rustc_middle",
Mohammad Omidvar21374872024-02-12 19:44:354566 "rustc_session",
Celina G. Valb66db7e2023-03-04 01:08:494567 "rustc_span",
Celina G. Val44d0fce2023-06-20 17:32:124568 "rustc_target",
Celina G. Val66a554b2023-10-21 06:05:384569 "scoped-tls",
Oli Scherera38e9832023-09-14 15:50:114570 "stable_mir",
Celina G. Valb66db7e2023-03-04 01:08:494571 "tracing",
Oli Scherer9960cc12022-06-02 10:08:384572]
4573
4574[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324575name = "rustc_span"
4576version = "0.0.0"
4577dependencies = [
klensyc653bb92023-11-18 09:42:054578 "indexmap",
Urgau33ef4b92024-03-06 18:39:364579 "itoa",
Igor Matuszewskibd37d7d2020-12-05 15:40:244580 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404581 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324582 "rustc_data_structures",
4583 "rustc_index",
4584 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404585 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324586 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524587 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064588 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004589 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324590 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334591]
4592
4593[[package]]
Mark Mansi2d75a332020-03-12 23:07:584594name = "rustc_symbol_mangling"
4595version = "0.0.0"
4596dependencies = [
clubby7899b73db32024-01-29 12:21:164597 "bitflags 2.4.2",
Mark Mansi2d75a332020-03-12 23:07:584598 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584599 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584600 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134601 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584602 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454603 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584604 "rustc_session",
4605 "rustc_span",
4606 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004607 "tracing",
Ramon de C Valle65698ae2022-11-22 05:29:004608 "twox-hash",
Mark Mansi2d75a332020-03-12 23:07:584609]
4610
4611[[package]]
Irina Popa38e96402017-12-08 19:18:214612name = "rustc_target"
4613version = "0.0.0"
4614dependencies = [
clubby7899b73db32024-01-29 12:21:164615 "bitflags 2.4.2",
Tyler Mandry4c14ca32023-08-22 19:20:354616 "object",
hkalbasi390a6372022-11-06 21:06:114617 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094618 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154619 "rustc_feature",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314620 "rustc_fs_util",
Lukas Wirthf14b7c92023-09-29 15:14:564621 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524622 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404623 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324624 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094625 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004626 "tracing",
Irina Popa38e96402017-12-08 19:18:214627]
4628
4629[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064630name = "rustc_tools_util"
Philipp Krones10f2a6d2022-12-17 13:21:374631version = "0.3.0"
4632source = "registry+https://github.com/rust-lang/crates.io-index"
4633checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4634
4635[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404636name = "rustc_trait_selection"
4637version = "0.0.0"
4638dependencies = [
clubby7899b73db32024-01-29 12:21:164639 "bitflags 2.4.2",
klensy52501c22024-02-23 13:37:474640 "itertools 0.12.1",
Camille GILLOTc1e3d552020-02-11 18:53:404641 "rustc_ast",
Jason Newcombbe9b1252024-02-24 22:22:284642 "rustc_ast_ir",
Camille GILLOTc1e3d552020-02-11 18:53:404643 "rustc_attr",
4644 "rustc_data_structures",
4645 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004646 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404647 "rustc_hir",
4648 "rustc_index",
4649 "rustc_infer",
4650 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454651 "rustc_middle",
Michael Gouletcb415092023-11-22 23:44:584652 "rustc_next_trait_solver",
Vadim Petrochenkov11d95142020-06-02 17:03:404653 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544654 "rustc_query_system",
Camille GILLOTc1e3d552020-02-11 18:53:404655 "rustc_session",
4656 "rustc_span",
4657 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134658 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294659 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004660 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404661]
4662
4663[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544664name = "rustc_traits"
4665version = "0.0.0"
4666dependencies = [
Alex Crichton093ede22019-08-15 00:45:094667 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574668 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244669 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454670 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324671 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404672 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004673 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544674]
4675
4676[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134677name = "rustc_transmute"
Michael Goulet60c95442023-10-18 21:55:154678version = "0.0.0"
Jack Wrennbc4a1de2021-07-03 16:18:134679dependencies = [
klensy52501c22024-02-23 13:37:474680 "itertools 0.12.1",
Jason Newcombbe9b1252024-02-24 22:22:284681 "rustc_ast_ir",
Jack Wrennbc4a1de2021-07-03 16:18:134682 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144683 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134684 "rustc_infer",
4685 "rustc_macros",
4686 "rustc_middle",
4687 "rustc_span",
4688 "rustc_target",
4689 "tracing",
4690]
4691
4692[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374693name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304694version = "0.0.0"
4695dependencies = [
klensy52501c22024-02-23 13:37:474696 "itertools 0.12.1",
Jason Newcombea9ae302024-02-25 00:25:044697 "rustc_ast_ir",
Camille GILLOT9908a872020-01-13 12:40:304698 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294699 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004700 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304701 "rustc_hir",
kadmine612e262022-07-09 09:35:064702 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244703 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314704 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454705 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084706 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304707 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324708 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404709 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464710 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004711 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304712]
4713
4714[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104715name = "rustc_type_ir"
4716version = "0.0.0"
4717dependencies = [
clubby7899b73db32024-01-29 12:21:164718 "bitflags 2.4.2",
Michael Gouletde830572023-10-30 17:09:174719 "derivative",
Oli Scherer8a6d3532024-02-27 18:11:234720 "rustc_ast_ir",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104721 "rustc_data_structures",
4722 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554723 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104724 "rustc_serialize",
bjorn36ed37bd2023-12-31 19:35:324725 "rustc_span",
Wilco Kuseea7015fe2021-01-31 09:32:344726 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104727]
4728
4729[[package]]
Oliver Schneider847bb142018-05-11 12:11:064730name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004731version = "0.4.0"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4734dependencies = [
klensy8ebc73b2022-02-06 20:57:294735 "semver",
Ralf Junge5d01782021-10-04 22:13:004736]
4737
4738[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294739name = "rustdoc"
4740version = "0.0.0"
4741dependencies = [
Weihang Lof795a152023-03-15 12:50:044742 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464743 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284744 "expect-test",
klensyc653bb92023-11-18 09:42:054745 "indexmap",
klensy52501c22024-02-23 13:37:474746 "itertools 0.12.1",
Alex Crichton093ede22019-08-15 00:45:094747 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044748 "once_cell",
Guillaume Gomezf467b8d2020-10-13 13:46:344749 "regex",
Rune Tynan67b78a02021-01-25 21:23:434750 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454751 "serde",
4752 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294753 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094754 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004755 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294756 "tracing",
4757 "tracing-subscriber",
4758 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584759]
4760
4761[[package]]
ozkanonurc36b2092023-05-20 11:40:114762name = "rustdoc-gui-test"
4763version = "0.1.0"
4764dependencies = [
ozkanonurc64db2c2023-05-30 07:54:404765 "build_helper",
ozkanonurc36b2092023-05-20 11:40:114766 "compiletest",
4767 "getopts",
4768 "walkdir",
4769]
4770
4771[[package]]
Rune Tynan67b78a02021-01-25 21:23:434772name = "rustdoc-json-types"
4773version = "0.1.0"
4774dependencies = [
Luca Palmiericd7688b2023-05-22 17:26:204775 "bincode",
ozkanonur52c71e62023-03-01 21:53:024776 "rustc-hash",
Rune Tynan67b78a02021-01-25 21:23:434777 "serde",
Rune Tynanca48d152021-03-04 23:45:574778 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434779]
4780
4781[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534782name = "rustdoc-themes"
4783version = "0.1.0"
4784
4785[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584786name = "rustdoc-tool"
4787version = "0.0.0"
4788dependencies = [
Alex Crichton093ede22019-08-15 00:45:094789 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294790]
4791
4792[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154793name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444794version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044795source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444796checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504797dependencies = [
4798 "anyhow",
4799 "log",
4800 "serde",
4801 "serde_json",
4802]
4803
4804[[package]]
topecongiro5a411a62019-06-18 12:15:194805name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144806version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194807dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154808 "proc-macro2",
4809 "quote",
Alex Crichton093ede22019-08-15 00:45:094810 "serde",
github-actions8ef19812024-03-03 00:16:164811 "syn 2.0.52",
topecongiro5a411a62019-06-18 12:15:194812]
4813
4814[[package]]
Alex Crichton1cede102017-06-15 02:33:064815name = "rustfmt-nightly"
Caleb Cartwright35400e82023-10-23 01:34:124816version = "1.7.0"
kennytm0692b3d2017-12-15 19:41:584817dependencies = [
clubby7899b73db32024-01-29 12:21:164818 "annotate-snippets 0.9.2",
Igor Matuszewskif4b2a202020-06-15 09:43:394819 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094820 "bytecount",
Ralf Jung5aecfe42023-10-07 05:55:484821 "cargo_metadata 0.15.4",
klensye1c33132023-06-21 09:32:344822 "clap",
Caleb Cartwright35400e82023-10-23 01:34:124823 "clap-cargo",
Alex Crichton093ede22019-08-15 00:45:094824 "diff",
4825 "dirs",
Alex Crichton093ede22019-08-15 00:45:094826 "getopts",
4827 "ignore",
Philipp Kronesf99056b2024-02-27 14:50:234828 "itertools 0.11.0",
Yuki Okushi1f0a39502020-05-26 04:00:424829 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094830 "regex",
Alex Crichton093ede22019-08-15 00:45:094831 "rustfmt-config_proc_macro",
4832 "serde",
4833 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544834 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394835 "thiserror",
clubby7899b73db32024-01-29 12:21:164836 "toml 0.7.8",
Caleb Cartwright35400e82023-10-23 01:34:124837 "tracing",
4838 "tracing-subscriber",
4839 "unicode-properties",
Alex Crichton093ede22019-08-15 00:45:094840 "unicode-segmentation",
4841 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:274842]
4843
4844[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044845name = "rustix"
clubby7899b73db32024-01-29 12:21:164846version = "0.38.31"
Weihang Lo1e5dad02022-11-25 22:37:044847source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164848checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
Weihang Lo1e5dad02022-11-25 22:37:044849dependencies = [
clubby7899b73db32024-01-29 12:21:164850 "bitflags 2.4.2",
Nilstrieb3295cdf2023-06-26 07:21:354851 "errno",
4852 "libc",
chenx97141c4632023-09-21 11:31:014853 "linux-raw-sys",
clubby7899b73db32024-01-29 12:21:164854 "windows-sys 0.52.0",
Weihang Lo1e5dad02022-11-25 22:37:044855]
4856
4857[[package]]
github-actions8ef19812024-03-03 00:16:164858name = "rustls-pemfile"
4859version = "1.0.4"
4860source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
4862dependencies = [
4863 "base64",
4864]
4865
4866[[package]]
flip19950046d7c2021-02-25 10:26:234867name = "rustversion"
clubby7899b73db32024-01-29 12:21:164868version = "1.0.14"
flip19950046d7c2021-02-25 10:26:234869source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164870checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
flip19950046d7c2021-02-25 10:26:234871
4872[[package]]
Jubilee Young7156ff62023-05-10 03:29:274873name = "ruzstd"
clubby78956bc5522024-01-21 17:16:264874version = "0.5.0"
Jubilee Young7156ff62023-05-10 03:29:274875source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:264876checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d"
Jubilee Young7156ff62023-05-10 03:29:274877dependencies = [
4878 "byteorder",
clubby78956bc5522024-01-21 17:16:264879 "derive_more",
Jubilee Young7156ff62023-05-10 03:29:274880 "twox-hash",
4881]
4882
4883[[package]]
Alex Crichton2863b752018-08-21 17:23:474884name = "ryu"
github-actions8ef19812024-03-03 00:16:164885version = "1.0.17"
Alex Crichton2863b752018-08-21 17:23:474886source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:164887checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
Alex Crichton2863b752018-08-21 17:23:474888
4889[[package]]
Josh Stone020c5ec2017-05-08 22:01:134890name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444891version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224892source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444893checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224894dependencies = [
Alex Crichton093ede22019-08-15 00:45:094895 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224896]
4897
4898[[package]]
4899name = "schannel"
clubby7899b73db32024-01-29 12:21:164900version = "0.1.23"
Alex Crichton80d6ed22018-01-08 21:56:224901source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164902checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
Alex Crichton80d6ed22018-01-08 21:56:224903dependencies = [
clubby7899b73db32024-01-29 12:21:164904 "windows-sys 0.52.0",
Alex Crichton80d6ed22018-01-08 21:56:224905]
4906
4907[[package]]
Alex Crichton453080f2017-06-05 16:36:484908name = "scoped-tls"
Nilstrieb3295cdf2023-06-26 07:21:354909version = "1.0.1"
Marcel Hellwig56fb2872019-02-26 10:15:524910source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354911checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
Marcel Hellwig56fb2872019-02-26 10:15:524912
4913[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124914name = "scopeguard"
clubby7899b73db32024-01-29 12:21:164915version = "1.2.0"
Ralf Jungc7a599e2019-07-25 13:57:254916source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164917checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
Ralf Jungc7a599e2019-07-25 13:57:254918
4919[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:444920name = "security-framework"
clubby7899b73db32024-01-29 12:21:164921version = "2.9.2"
Jakub Beránek91d2fb22023-06-03 07:41:444922source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164923checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
Jakub Beránek91d2fb22023-06-03 07:41:444924dependencies = [
4925 "bitflags 1.3.2",
4926 "core-foundation",
4927 "core-foundation-sys",
4928 "libc",
4929 "security-framework-sys",
4930]
4931
4932[[package]]
4933name = "security-framework-sys"
clubby7899b73db32024-01-29 12:21:164934version = "2.9.1"
Jakub Beránek91d2fb22023-06-03 07:41:444935source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164936checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
Jakub Beránek91d2fb22023-06-03 07:41:444937dependencies = [
4938 "core-foundation-sys",
4939 "libc",
4940]
4941
4942[[package]]
David Wood7f916972022-03-26 07:27:434943name = "self_cell"
klensyc653bb92023-11-18 09:42:054944version = "0.10.3"
David Wood7f916972022-03-26 07:27:434945source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:054946checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
4947dependencies = [
clubby7899b73db32024-01-29 12:21:164948 "self_cell 1.0.3",
klensyc653bb92023-11-18 09:42:054949]
4950
4951[[package]]
4952name = "self_cell"
clubby7899b73db32024-01-29 12:21:164953version = "1.0.3"
klensyc653bb92023-11-18 09:42:054954source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164955checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
David Wood7f916972022-03-26 07:27:434956
4957[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584958name = "semver"
github-actions8ef19812024-03-03 00:16:164959version = "1.0.22"
Eric Huss78529352021-06-02 03:38:394960source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:164961checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
Eric Huss78529352021-06-02 03:38:394962dependencies = [
4963 "serde",
4964]
4965
4966[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584967name = "serde"
github-actions8ef19812024-03-03 00:16:164968version = "1.0.197"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584969source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:164970checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
Eric Huss57393642018-12-17 18:23:044971dependencies = [
Alex Crichton093ede22019-08-15 00:45:094972 "serde_derive",
Eric Huss57393642018-12-17 18:23:044973]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584974
4975[[package]]
4976name = "serde_derive"
github-actions8ef19812024-03-03 00:16:164977version = "1.0.197"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584978source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:164979checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584980dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154981 "proc-macro2",
4982 "quote",
github-actions8ef19812024-03-03 00:16:164983 "syn 2.0.52",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584984]
4985
4986[[package]]
4987name = "serde_json"
github-actions8ef19812024-03-03 00:16:164988version = "1.0.114"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584989source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:164990checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584991dependencies = [
klensyc653bb92023-11-18 09:42:054992 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094993 "itoa",
4994 "ryu",
4995 "serde",
Steve Klabnik2795de32017-02-20 00:20:574996]
4997
4998[[package]]
Philipp Krones612c3422023-06-02 09:42:424999name = "serde_spanned"
clubby7899b73db32024-01-29 12:21:165000version = "0.6.5"
Philipp Krones612c3422023-06-02 09:42:425001source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165002checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
Philipp Krones612c3422023-06-02 09:42:425003dependencies = [
5004 "serde",
5005]
5006
5007[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445008name = "serde_urlencoded"
5009version = "0.7.1"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
5012dependencies = [
5013 "form_urlencoded",
5014 "itoa",
5015 "ryu",
5016 "serde",
5017]
5018
5019[[package]]
Pietro Albini4f40eee2023-01-10 12:13:045020name = "sha1"
clubby7899b73db32024-01-29 12:21:165021version = "0.10.6"
Pietro Albini4f40eee2023-01-10 12:13:045022source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165023checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
Pietro Albini4f40eee2023-01-10 12:13:045024dependencies = [
5025 "cfg-if",
5026 "cpufeatures",
5027 "digest",
5028]
5029
5030[[package]]
Pietro Albiniacd8e592020-10-01 15:15:125031name = "sha2"
clubby7899b73db32024-01-29 12:21:165032version = "0.10.8"
Pietro Albiniacd8e592020-10-01 15:15:125033source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165034checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
Pietro Albiniacd8e592020-10-01 15:15:125035dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425036 "cfg-if",
pierwillef6dd122022-02-10 16:54:015037 "cpufeatures",
klensy45fac342022-08-31 20:04:125038 "digest",
James Munnsde763692019-01-19 02:39:375039]
5040
5041[[package]]
Oliver Schererec7230f2020-07-24 18:42:005042name = "sharded-slab"
clubby7899b73db32024-01-29 12:21:165043version = "0.1.7"
Oliver Schererec7230f2020-07-24 18:42:005044source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165045checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
Oliver Schererec7230f2020-07-24 18:42:005046dependencies = [
5047 "lazy_static",
5048]
5049
5050[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585051name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:445052version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585053source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445054checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585055
5056[[package]]
steveklabnik54371882018-01-25 17:32:255057name = "shlex"
Eric Huss51f20b42024-02-07 04:22:135058version = "1.3.0"
Eric Huss788167a2021-02-23 01:05:215059source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss51f20b42024-02-07 04:22:135060checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
Eric Huss788167a2021-02-23 01:05:215061
5062[[package]]
steveklabnikecfbaca2018-04-03 14:32:045063name = "siphasher"
clubby7899b73db32024-01-29 12:21:165064version = "0.3.11"
steveklabnikecfbaca2018-04-03 14:32:045065source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165066checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
steveklabnikecfbaca2018-04-03 14:32:045067
5068[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435069name = "slab"
clubby7899b73db32024-01-29 12:21:165070version = "0.4.9"
Matthias Krüger696fb8f2019-01-21 15:32:435071source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165072checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
Philipp Kronesa6d3c822023-07-02 13:07:475073dependencies = [
5074 "autocfg",
5075]
Matthias Krüger696fb8f2019-01-21 15:32:435076
5077[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:015078name = "smallvec"
clubby7899b73db32024-01-29 12:21:165079version = "1.13.1"
Ralf Jung90b8d342019-11-04 14:59:095080source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165081checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
Ralf Jung90b8d342019-11-04 14:59:095082
5083[[package]]
Josh Triplett574f6be2020-08-20 23:16:305084name = "snap"
clubby7899b73db32024-01-29 12:21:165085version = "1.1.1"
Josh Triplett574f6be2020-08-20 23:16:305086source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165087checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
Josh Triplett574f6be2020-08-20 23:16:305088
5089[[package]]
Mark Simulacrum38b46882017-06-26 16:26:155090name = "socket2"
github-actions8ef19812024-03-03 00:16:165091version = "0.5.6"
klensy50c38902021-05-01 11:50:035092source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165093checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
klensy50c38902021-05-01 11:50:035094dependencies = [
5095 "libc",
github-actions8ef19812024-03-03 00:16:165096 "windows-sys 0.52.0",
klensy50c38902021-05-01 11:50:035097]
5098
5099[[package]]
Philipp Kronesf99056b2024-02-27 14:50:235100name = "spanned"
5101version = "0.1.6"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "ad48ded9f0734eca7058107cc170767b8758e41e4088fb0020e7ff7ec6b0d92d"
5104dependencies = [
5105 "bstr",
5106 "color-eyre",
5107]
5108
5109[[package]]
Pietro Albini13efb202022-11-15 09:19:175110name = "spdx-expression"
5111version = "0.5.2"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
5114dependencies = [
5115 "nom",
5116 "serde",
5117 "thiserror",
5118 "tracing",
5119]
5120
5121[[package]]
5122name = "spdx-rs"
clubby7899b73db32024-01-29 12:21:165123version = "0.5.5"
Pietro Albini13efb202022-11-15 09:19:175124source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165125checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1"
Pietro Albini13efb202022-11-15 09:19:175126dependencies = [
5127 "chrono",
5128 "log",
5129 "nom",
5130 "serde",
5131 "spdx-expression",
5132 "strum",
5133 "strum_macros",
5134 "thiserror",
5135 "uuid",
5136]
5137
5138[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455139name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445140version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455141source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445142checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455143
5144[[package]]
Oli Scherera38e9832023-09-14 15:50:115145name = "stable_mir"
5146version = "0.1.0-preview"
5147dependencies = [
5148 "scoped-tls",
5149 "tracing",
5150]
5151
5152[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245153name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:555154version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:245155source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555156checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:245157dependencies = [
5158 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425159 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:245160 "libc",
5161 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315162 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:245163]
5164
5165[[package]]
Eric Huss7758eaf2022-04-28 05:42:545166name = "static_assertions"
5167version = "1.1.0"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5170
5171[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295172name = "std"
5173version = "0.0.0"
5174dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:355175 "addr2line",
Alex Crichton093ede22019-08-15 00:45:095176 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:425177 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095178 "compiler_builtins",
5179 "core",
5180 "dlmalloc",
5181 "fortanix-sgx-abi",
klensyc653bb92023-11-18 09:42:055182 "hashbrown",
5183 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:095184 "libc",
Jubilee Young079949d2023-06-29 23:18:365185 "miniz_oxide",
Tyler Mandry4c14ca32023-08-22 19:20:355186 "object",
Alex Crichton093ede22019-08-15 00:45:095187 "panic_abort",
5188 "panic_unwind",
5189 "profiler_builtins",
Ayush Singh48c6ae02022-12-18 04:24:545190 "r-efi",
5191 "r-efi-alloc",
Thom Chiovolonia4bf36e2022-11-21 00:55:415192 "rand",
5193 "rand_xorshift",
Alex Crichton06d565c2020-05-13 21:22:375194 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:465195 "std_detect",
Alex Crichton093ede22019-08-15 00:45:095196 "unwind",
Thom Chiovolonia4bf36e2022-11-21 00:55:415197 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:295198]
5199
5200[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:465201name = "std_detect"
5202version = "0.1.5"
5203dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425204 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:465205 "compiler_builtins",
5206 "libc",
5207 "rustc-std-workspace-alloc",
5208 "rustc-std-workspace-core",
5209]
5210
5211[[package]]
steveklabnikecfbaca2018-04-03 14:32:045212name = "string_cache"
Nilstrieb3295cdf2023-06-26 07:21:355213version = "0.8.7"
steveklabnikecfbaca2018-04-03 14:32:045214source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355215checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
steveklabnikecfbaca2018-04-03 14:32:045216dependencies = [
Alex Crichton093ede22019-08-15 00:45:095217 "new_debug_unreachable",
Nilstrieb3295cdf2023-06-26 07:21:355218 "once_cell",
Rémy Rakic4cb2a282023-12-14 15:40:505219 "parking_lot",
Alex Crichton093ede22019-08-15 00:45:095220 "phf_shared",
5221 "precomputed-hash",
5222 "serde",
steveklabnikecfbaca2018-04-03 14:32:045223]
5224
5225[[package]]
5226name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:145227version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045228source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145229checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045230dependencies = [
Alex Crichton093ede22019-08-15 00:45:095231 "phf_generator",
5232 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:155233 "proc-macro2",
5234 "quote",
steveklabnikecfbaca2018-04-03 14:32:045235]
5236
5237[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585238name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:335239version = "0.10.0"
5240source = "registry+https://github.com/rust-lang/crates.io-index"
5241checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5242
5243[[package]]
clubby7899b73db32024-01-29 12:21:165244name = "strsim"
5245version = "0.11.0"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
5248
5249[[package]]
Pietro Albini13efb202022-11-15 09:19:175250name = "strum"
5251version = "0.24.1"
5252source = "registry+https://github.com/rust-lang/crates.io-index"
5253checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5254
5255[[package]]
5256name = "strum_macros"
5257version = "0.24.3"
5258source = "registry+https://github.com/rust-lang/crates.io-index"
5259checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5260dependencies = [
5261 "heck",
5262 "proc-macro2",
5263 "quote",
5264 "rustversion",
Nilstrieb3295cdf2023-06-26 07:21:355265 "syn 1.0.109",
Pietro Albini13efb202022-11-15 09:19:175266]
5267
5268[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:085269name = "suggest-tests"
5270version = "0.1.0"
5271dependencies = [
5272 "build_helper",
5273 "glob",
5274 "once_cell",
5275]
5276
5277[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115278name = "syn"
Nilstrieb3295cdf2023-06-26 07:21:355279version = "1.0.109"
Igor Matuszewskic2249a42019-09-08 08:28:115280source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355281checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
Igor Matuszewskic2249a42019-09-08 08:28:115282dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155283 "proc-macro2",
5284 "quote",
Andres Suareza65ddf02022-10-09 03:25:405285 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115286]
5287
5288[[package]]
Deadbeefa912a932023-03-23 06:19:255289name = "syn"
github-actions8ef19812024-03-03 00:16:165290version = "2.0.52"
Deadbeefa912a932023-03-23 06:19:255291source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165292checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
Deadbeefa912a932023-03-23 06:19:255293dependencies = [
5294 "proc-macro2",
5295 "quote",
5296 "unicode-ident",
5297]
5298
5299[[package]]
github-actions8ef19812024-03-03 00:16:165300name = "sync_wrapper"
5301version = "0.1.2"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
5304
5305[[package]]
Alex Crichton325d7392017-12-10 17:42:495306name = "synstructure"
clubby7899b73db32024-01-29 12:21:165307version = "0.13.1"
Deadbeefaf74ef82023-03-27 13:44:065308source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165309checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
Deadbeefaf74ef82023-03-27 13:44:065310dependencies = [
5311 "proc-macro2",
5312 "quote",
github-actions8ef19812024-03-03 00:16:165313 "syn 2.0.52",
Deadbeefaf74ef82023-03-27 13:44:065314]
5315
5316[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445317name = "sysinfo"
github-actions8ef19812024-03-03 00:16:165318version = "0.30.6"
Jakub Beránek91d2fb22023-06-03 07:41:445319source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165320checksum = "6746919caf9f2a85bff759535664c060109f21975c5ac2e8652e60102bd4d196"
Jakub Beránek91d2fb22023-06-03 07:41:445321dependencies = [
5322 "cfg-if",
5323 "core-foundation-sys",
5324 "libc",
5325 "ntapi",
5326 "once_cell",
klensy0b443302024-02-22 11:01:135327 "windows",
Jakub Beránek91d2fb22023-06-03 07:41:445328]
5329
5330[[package]]
John Kåre Alsakerfd4c81f2023-03-07 15:10:295331name = "sysroot"
5332version = "0.0.0"
5333dependencies = [
5334 "proc_macro",
5335 "std",
5336 "test",
5337]
5338
5339[[package]]
clubby7899b73db32024-01-29 12:21:165340name = "system-configuration"
5341version = "0.5.1"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
5344dependencies = [
5345 "bitflags 1.3.2",
5346 "core-foundation",
5347 "system-configuration-sys",
5348]
5349
5350[[package]]
5351name = "system-configuration-sys"
5352version = "0.5.0"
5353source = "registry+https://github.com/rust-lang/crates.io-index"
5354checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
5355dependencies = [
5356 "core-foundation-sys",
5357 "libc",
5358]
5359
5360[[package]]
Jakub Beránek209789e2023-08-09 18:56:115361name = "tabled"
klensy15bc6812024-02-22 11:17:595362version = "0.15.0"
Jakub Beránek209789e2023-08-09 18:56:115363source = "registry+https://github.com/rust-lang/crates.io-index"
klensy15bc6812024-02-22 11:17:595364checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e"
Jakub Beránek209789e2023-08-09 18:56:115365dependencies = [
5366 "papergrid",
Jakub Beránek209789e2023-08-09 18:56:115367 "unicode-width",
5368]
5369
5370[[package]]
Josh Stone020c5ec2017-05-08 22:01:135371name = "tar"
clubby7899b73db32024-01-29 12:21:165372version = "0.4.40"
Josh Stone020c5ec2017-05-08 22:01:135373source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165374checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
Josh Stone020c5ec2017-05-08 22:01:135375dependencies = [
Alex Crichton093ede22019-08-15 00:45:095376 "filetime",
5377 "libc",
Alex Crichton093ede22019-08-15 00:45:095378 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135379]
5380
5381[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555382name = "tempfile"
github-actions8ef19812024-03-03 00:16:165383version = "3.10.1"
Aleksey Kladov850156a2018-03-29 07:34:555384source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165385checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
Aleksey Kladov850156a2018-03-29 07:34:555386dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425387 "cfg-if",
Ralf Jung55162732022-11-15 19:06:425388 "fastrand",
chenx97141c4632023-09-21 11:31:015389 "rustix",
clubby7899b73db32024-01-29 12:21:165390 "windows-sys 0.52.0",
Aleksey Kladov850156a2018-03-29 07:34:555391]
5392
5393[[package]]
steveklabnikecfbaca2018-04-03 14:32:045394name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245395version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045396source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245397checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045398dependencies = [
Alex Crichton093ede22019-08-15 00:45:095399 "futf",
5400 "mac",
5401 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045402]
5403
5404[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295405name = "term"
flip19950046d7c2021-02-25 10:26:235406version = "0.7.0"
5407source = "registry+https://github.com/rust-lang/crates.io-index"
5408checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5409dependencies = [
5410 "dirs-next",
5411 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315412 "winapi",
flip19950046d7c2021-02-25 10:26:235413]
5414
5415[[package]]
Alex Crichton1cede102017-06-15 02:33:065416name = "termcolor"
clubby7899b73db32024-01-29 12:21:165417version = "1.4.1"
Alex Crichtonfa5b3d32018-07-26 00:25:125418source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165419checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
Alex Crichtonfa5b3d32018-07-26 00:25:125420dependencies = [
Eric Huss89d79062020-07-29 18:02:055421 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125422]
5423
5424[[package]]
Eric Huss2717f602023-01-06 01:20:595425name = "terminal_size"
chenx97141c4632023-09-21 11:31:015426version = "0.3.0"
Eric Huss2717f602023-01-06 01:20:595427source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015428checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
Eric Huss2717f602023-01-06 01:20:595429dependencies = [
chenx97141c4632023-09-21 11:31:015430 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175431 "windows-sys 0.48.0",
Eric Huss2717f602023-01-06 01:20:595432]
5433
5434[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485435name = "termize"
5436version = "0.1.1"
5437source = "registry+https://github.com/rust-lang/crates.io-index"
5438checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5439dependencies = [
5440 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315441 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485442]
5443
5444[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295445name = "test"
5446version = "0.0.0"
5447dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:085448 "core",
Alex Crichton093ede22019-08-15 00:45:095449 "getopts",
Tyler Mandryf622e832024-01-24 23:57:435450 "libc",
Alex Crichtonb47c9692019-08-16 15:29:085451 "panic_abort",
5452 "panic_unwind",
Alex Crichtonb47c9692019-08-16 15:29:085453 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295454]
5455
5456[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185457name = "tester"
Nilstrieb3295cdf2023-06-26 07:21:355458version = "0.9.1"
flip19950046d7c2021-02-25 10:26:235459source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355460checksum = "89e8bf7e0eb2dd7b4228cc1b6821fc5114cd6841ae59f652a85488c016091e5f"
flip19950046d7c2021-02-25 10:26:235461dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425462 "cfg-if",
flip19950046d7c2021-02-25 10:26:235463 "getopts",
5464 "libc",
5465 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:545466 "term",
flip19950046d7c2021-02-25 10:26:235467]
5468
5469[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305470name = "thin-vec"
John Kåre Alsaker862011e2023-02-16 18:29:115471version = "0.2.13"
Nicholas Nethercoteb38106b2022-08-17 04:22:305472source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker862011e2023-02-16 18:29:115473checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
Nicholas Nethercoteb38106b2022-08-17 04:22:305474
5475[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305476name = "thiserror"
clubby7899b73db32024-01-29 12:21:165477version = "1.0.57"
Pietro Albini9beb8f52019-11-26 11:06:305478source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165479checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
Pietro Albini9beb8f52019-11-26 11:06:305480dependencies = [
5481 "thiserror-impl",
5482]
5483
5484[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305485name = "thiserror-impl"
clubby7899b73db32024-01-29 12:21:165486version = "1.0.57"
Pietro Albini9beb8f52019-11-26 11:06:305487source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165488checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
Pietro Albini9beb8f52019-11-26 11:06:305489dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155490 "proc-macro2",
5491 "quote",
github-actions8ef19812024-03-03 00:16:165492 "syn 2.0.52",
Pietro Albini9beb8f52019-11-26 11:06:305493]
5494
5495[[package]]
David Wood2dc1a8a2021-12-03 14:24:055496name = "thorin-dwp"
dirreke74817b72023-08-14 14:57:385497version = "0.7.0"
David Wood2dc1a8a2021-12-03 14:24:055498source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:385499checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
David Wood2dc1a8a2021-12-03 14:24:055500dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:355501 "gimli",
klensyc653bb92023-11-18 09:42:055502 "hashbrown",
Tyler Mandry4c14ca32023-08-22 19:20:355503 "object",
David Wood2dc1a8a2021-12-03 14:24:055504 "tracing",
5505]
5506
5507[[package]]
Steve Klabnika0769612017-02-07 23:13:575508name = "thread_local"
github-actions8ef19812024-03-03 00:16:165509version = "1.1.8"
Igor Matuszewski8fc4bba2020-02-12 14:47:315510source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165511checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
Igor Matuszewski8fc4bba2020-02-12 14:47:315512dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355513 "cfg-if",
klensy9f621ae2022-01-24 17:19:215514 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315515]
5516
5517[[package]]
Guillaume Gomez50f75202023-03-14 19:28:005518name = "threadpool"
5519version = "1.8.1"
5520source = "registry+https://github.com/rust-lang/crates.io-index"
5521checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
5522dependencies = [
5523 "num_cpus",
5524]
5525
5526[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295527name = "tidy"
5528version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565529dependencies = [
Weihang Lof795a152023-03-15 12:50:045530 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485531 "cargo_metadata 0.15.4",
yukang18511ba2022-11-04 08:56:485532 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:425533 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:255534 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095535 "regex",
DebugSteven540ca2f2023-01-05 04:57:205536 "semver",
Nilstrieb75b3ee22022-12-30 11:23:055537 "termcolor",
Alex Crichton093ede22019-08-15 00:45:095538 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565539]
Ahmed Charles9ca382f2016-09-02 08:55:295540
5541[[package]]
Eric Hussce717472020-08-11 23:49:395542name = "tier-check"
5543version = "0.1.0"
5544
5545[[package]]
Esteban Küber8eb58432023-03-03 22:25:185546name = "time"
clubby7899b73db32024-01-29 12:21:165547version = "0.3.34"
Esteban Küber8eb58432023-03-03 22:25:185548source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165549checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
Esteban Küber8eb58432023-03-03 22:25:185550dependencies = [
clubby7896ac3b572024-01-29 12:16:205551 "deranged",
Esteban Küber8eb58432023-03-03 22:25:185552 "itoa",
clubby7899b73db32024-01-29 12:21:165553 "num-conv",
clubby7896ac3b572024-01-29 12:16:205554 "powerfmt",
Esteban Küber8eb58432023-03-03 22:25:185555 "serde",
5556 "time-core",
5557 "time-macros",
5558]
5559
5560[[package]]
5561name = "time-core"
clubby7896ac3b572024-01-29 12:16:205562version = "0.1.2"
Esteban Küber8eb58432023-03-03 22:25:185563source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7896ac3b572024-01-29 12:16:205564checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
Esteban Küber8eb58432023-03-03 22:25:185565
5566[[package]]
5567name = "time-macros"
clubby7899b73db32024-01-29 12:21:165568version = "0.2.17"
Esteban Küber8eb58432023-03-03 22:25:185569source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165570checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
Esteban Küber8eb58432023-03-03 22:25:185571dependencies = [
clubby7899b73db32024-01-29 12:21:165572 "num-conv",
Esteban Küber8eb58432023-03-03 22:25:185573 "time-core",
5574]
5575
5576[[package]]
David Wood7f916972022-03-26 07:27:435577name = "tinystr"
clubby7899b73db32024-01-29 12:21:165578version = "0.7.5"
David Wood7f916972022-03-26 07:27:435579source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165580checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece"
Manish Goregaokar288194e2022-10-19 23:24:425581dependencies = [
5582 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255583 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425584]
David Wood7f916972022-03-26 07:27:435585
5586[[package]]
Mark Rousskov342d9562020-08-17 15:21:445587name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565588version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445589source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565590checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5591dependencies = [
5592 "tinyvec_macros",
5593]
5594
5595[[package]]
5596name = "tinyvec_macros"
Nilstrieb3295cdf2023-06-26 07:21:355597version = "0.1.1"
Charles Lewa76dcd82022-09-16 17:55:565598source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355599checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
Mark Rousskov342d9562020-08-17 15:21:445600
5601[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435602name = "tokio"
clubby7899b73db32024-01-29 12:21:165603version = "1.36.0"
Matthias Krüger696fb8f2019-01-21 15:32:435604source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165605checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
Matthias Krüger696fb8f2019-01-21 15:32:435606dependencies = [
Philipp Kronesa6d3c822023-07-02 13:07:475607 "backtrace",
Alex Crichton093ede22019-08-15 00:45:095608 "bytes",
Jakub Beránek91d2fb22023-06-03 07:41:445609 "libc",
5610 "mio",
5611 "num_cpus",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315612 "pin-project-lite",
Jakub Beránek91d2fb22023-06-03 07:41:445613 "socket2",
Philipp Kronesac25a732023-08-24 19:33:175614 "windows-sys 0.48.0",
Jakub Beránek91d2fb22023-06-03 07:41:445615]
5616
5617[[package]]
5618name = "tokio-native-tls"
5619version = "0.3.1"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
5621checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5622dependencies = [
5623 "native-tls",
5624 "tokio",
5625]
5626
5627[[package]]
5628name = "tokio-util"
clubby7899b73db32024-01-29 12:21:165629version = "0.7.10"
Jakub Beránek91d2fb22023-06-03 07:41:445630source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165631checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
Jakub Beránek91d2fb22023-06-03 07:41:445632dependencies = [
5633 "bytes",
5634 "futures-core",
5635 "futures-sink",
5636 "pin-project-lite",
5637 "tokio",
5638 "tracing",
Matthias Krüger696fb8f2019-01-21 15:32:435639]
5640
5641[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295642name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355643version = "0.5.11"
Eric Hussd2228ca2019-03-29 03:13:135644source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355645checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
Eric Hussd2228ca2019-03-29 03:13:135646dependencies = [
Alex Crichton093ede22019-08-15 00:45:095647 "serde",
Eric Hussd2228ca2019-03-29 03:13:135648]
5649
5650[[package]]
Philipp Krones612c3422023-06-02 09:42:425651name = "toml"
clubby7899b73db32024-01-29 12:21:165652version = "0.7.8"
Philipp Krones612c3422023-06-02 09:42:425653source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165654checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
Philipp Krones612c3422023-06-02 09:42:425655dependencies = [
5656 "serde",
5657 "serde_spanned",
5658 "toml_datetime",
5659 "toml_edit",
5660]
5661
5662[[package]]
5663name = "toml_datetime"
clubby7899b73db32024-01-29 12:21:165664version = "0.6.5"
Philipp Krones612c3422023-06-02 09:42:425665source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165666checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
Philipp Krones612c3422023-06-02 09:42:425667dependencies = [
5668 "serde",
5669]
5670
5671[[package]]
5672name = "toml_edit"
clubby7899b73db32024-01-29 12:21:165673version = "0.19.15"
Philipp Krones612c3422023-06-02 09:42:425674source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165675checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
Philipp Krones612c3422023-06-02 09:42:425676dependencies = [
klensyc653bb92023-11-18 09:42:055677 "indexmap",
Philipp Krones612c3422023-06-02 09:42:425678 "serde",
5679 "serde_spanned",
5680 "toml_datetime",
5681 "winnow",
5682]
5683
5684[[package]]
Eric Hussa882fdd2021-12-03 20:25:075685name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:595686version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:075687source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:595688checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:075689
5690[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445691name = "tower-service"
5692version = "0.3.2"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
5695
5696[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095697name = "tracing"
Nilstrieb3295cdf2023-06-26 07:21:355698version = "0.1.37"
Jack Hueyecb8b9f2020-05-27 05:05:095699source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355700checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
Jack Hueyecb8b9f2020-05-27 05:05:095701dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425702 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315703 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095704 "tracing-attributes",
5705 "tracing-core",
5706]
5707
5708[[package]]
5709name = "tracing-attributes"
clubby7899b73db32024-01-29 12:21:165710version = "0.1.27"
Jack Hueyecb8b9f2020-05-27 05:05:095711source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165712checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
Jack Hueyecb8b9f2020-05-27 05:05:095713dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155714 "proc-macro2",
5715 "quote",
github-actions8ef19812024-03-03 00:16:165716 "syn 2.0.52",
Jack Hueyecb8b9f2020-05-27 05:05:095717]
5718
5719[[package]]
5720name = "tracing-core"
Nilstrieb171be8c2023-06-26 15:25:245721version = "0.1.30"
Jack Hueyecb8b9f2020-05-27 05:05:095722source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb171be8c2023-06-26 15:25:245723checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
Jack Hueyecb8b9f2020-05-27 05:05:095724dependencies = [
Oli Scherere8962282022-07-05 08:26:125725 "once_cell",
5726 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095727]
5728
5729[[package]]
Ralf Jung10430db2022-07-15 14:04:235730name = "tracing-error"
5731version = "0.2.0"
5732source = "registry+https://github.com/rust-lang/crates.io-index"
5733checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5734dependencies = [
5735 "tracing",
5736 "tracing-subscriber",
5737]
5738
5739[[package]]
Jack Hueyd66452c2020-08-04 22:35:375740name = "tracing-log"
clubby7899b73db32024-01-29 12:21:165741version = "0.1.4"
Jack Hueyd66452c2020-08-04 22:35:375742source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165743checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
Jack Hueyd66452c2020-08-04 22:35:375744dependencies = [
Jack Hueyd66452c2020-08-04 22:35:375745 "log",
clubby7899b73db32024-01-29 12:21:165746 "once_cell",
5747 "tracing-core",
5748]
5749
5750[[package]]
5751name = "tracing-log"
5752version = "0.2.0"
5753source = "registry+https://github.com/rust-lang/crates.io-index"
5754checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5755dependencies = [
5756 "log",
5757 "once_cell",
Jack Hueyd66452c2020-08-04 22:35:375758 "tracing-core",
5759]
5760
5761[[package]]
Oliver Schererec7230f2020-07-24 18:42:005762name = "tracing-subscriber"
clubby7899b73db32024-01-29 12:21:165763version = "0.3.18"
Oliver Schererec7230f2020-07-24 18:42:005764source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165765checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
Oliver Schererec7230f2020-07-24 18:42:005766dependencies = [
Oliver Schererec7230f2020-07-24 18:42:005767 "matchers",
Nilstrieb3295cdf2023-06-26 07:21:355768 "nu-ansi-term",
5769 "once_cell",
Rémy Rakic4cb2a282023-12-14 15:40:505770 "parking_lot",
Oliver Schererec7230f2020-07-24 18:42:005771 "regex",
Oliver Schererec7230f2020-07-24 18:42:005772 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295773 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445774 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595775 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005776 "tracing-core",
clubby7899b73db32024-01-29 12:21:165777 "tracing-log 0.2.0",
Jack Hueyd66452c2020-08-04 22:35:375778]
5779
5780[[package]]
5781name = "tracing-tree"
clubby7899b73db32024-01-29 12:21:165782version = "0.2.5"
Jack Hueyd66452c2020-08-04 22:35:375783source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165784checksum = "2ec6adcab41b1391b08a308cc6302b79f8095d1673f6947c2dc65ffb028b0b2d"
Jack Hueyd66452c2020-08-04 22:35:375785dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355786 "nu-ansi-term",
pierwillea25b772021-12-21 17:00:305787 "tracing-core",
clubby7899b73db32024-01-29 12:21:165788 "tracing-log 0.1.4",
Jack Hueyd66452c2020-08-04 22:35:375789 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005790]
5791
5792[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445793name = "try-lock"
clubby7899b73db32024-01-29 12:21:165794version = "0.2.5"
Jakub Beránek91d2fb22023-06-03 07:41:445795source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165796checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
Jakub Beránek91d2fb22023-06-03 07:41:445797
5798[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005799name = "twox-hash"
5800version = "1.6.3"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5803dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425804 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415805 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005806 "static_assertions",
5807]
5808
5809[[package]]
David Wood7f916972022-03-26 07:27:435810name = "type-map"
5811version = "0.4.0"
5812source = "registry+https://github.com/rust-lang/crates.io-index"
5813checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5814dependencies = [
5815 "rustc-hash",
5816]
5817
5818[[package]]
Eric Huss8c20add2018-12-03 01:33:205819name = "typenum"
clubby7899b73db32024-01-29 12:21:165820version = "1.17.0"
Eric Huss8c20add2018-12-03 01:33:205821source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165822checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
Eric Huss8c20add2018-12-03 01:33:205823
5824[[package]]
Mark Rousskov064f8882020-01-13 21:40:195825name = "ucd-parse"
clubby7899b73db32024-01-29 12:21:165826version = "0.1.13"
Mark Rousskov064f8882020-01-13 21:40:195827source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165828checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9"
Mark Rousskov064f8882020-01-13 21:40:195829dependencies = [
clubby7899b73db32024-01-29 12:21:165830 "regex-lite",
Mark Rousskov064f8882020-01-13 21:40:195831]
5832
5833[[package]]
James Munnsde763692019-01-19 02:39:375834name = "ucd-trie"
clubby7899b73db32024-01-29 12:21:165835version = "0.1.6"
James Munnsde763692019-01-19 02:39:375836source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165837checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
James Munnsde763692019-01-19 02:39:375838
5839[[package]]
Ralf Junga272c452022-05-30 08:17:465840name = "ui_test"
Ralf Junge0f4ab82023-09-28 14:42:075841version = "0.21.2"
Philipp Kronesac25a732023-08-24 19:33:175842source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge0f4ab82023-09-28 14:42:075843checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d"
Philipp Kronesac25a732023-08-24 19:33:175844dependencies = [
clubby7899b73db32024-01-29 12:21:165845 "annotate-snippets 0.9.2",
Philipp Kronesac25a732023-08-24 19:33:175846 "anyhow",
5847 "bstr",
5848 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485849 "cargo_metadata 0.15.4",
Philipp Kronesac25a732023-08-24 19:33:175850 "color-eyre",
5851 "colored",
5852 "comma",
5853 "crossbeam-channel",
Philipp Kronesac25a732023-08-24 19:33:175854 "indicatif",
5855 "lazy_static",
Oli Scherer4fdb4ed2023-08-29 13:28:535856 "levenshtein",
Philipp Kronesac25a732023-08-24 19:33:175857 "prettydiff",
5858 "regex",
5859 "rustc_version",
5860 "rustfix",
5861 "serde",
5862 "serde_json",
5863 "tempfile",
5864]
5865
5866[[package]]
Philipp Kronesf99056b2024-02-27 14:50:235867name = "ui_test"
5868version = "0.22.2"
5869source = "registry+https://github.com/rust-lang/crates.io-index"
5870checksum = "0b1ded30ff8c9d83e8d85d7e8e8aabbaf2c282a2b0ea09ef3f1accd4906134c7"
5871dependencies = [
github-actions8ef19812024-03-03 00:16:165872 "annotate-snippets 0.10.2",
Philipp Kronesf99056b2024-02-27 14:50:235873 "anyhow",
5874 "bstr",
5875 "cargo-platform",
5876 "cargo_metadata 0.18.1",
5877 "color-eyre",
5878 "colored",
5879 "comma",
5880 "crossbeam-channel",
5881 "indicatif",
5882 "lazy_static",
5883 "levenshtein",
5884 "prettydiff",
5885 "regex",
5886 "rustc_version",
5887 "rustfix",
5888 "serde",
5889 "serde_json",
5890 "spanned",
5891 "tempfile",
5892]
5893
5894[[package]]
David Wood7f916972022-03-26 07:27:435895name = "unic-langid"
clubby789b50b3332024-01-21 17:17:345896version = "0.9.4"
David Wood7f916972022-03-26 07:27:435897source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789b50b3332024-01-21 17:17:345898checksum = "238722e6d794ed130f91f4ea33e01fcff4f188d92337a21297892521c72df516"
David Wood7f916972022-03-26 07:27:435899dependencies = [
5900 "unic-langid-impl",
5901 "unic-langid-macros",
5902]
5903
5904[[package]]
5905name = "unic-langid-impl"
clubby789b50b3332024-01-21 17:17:345906version = "0.9.4"
David Wood7f916972022-03-26 07:27:435907source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789b50b3332024-01-21 17:17:345908checksum = "4bd55a2063fdea4ef1f8633243a7b0524cbeef1905ae04c31a1c9b9775c55bc6"
David Wood7f916972022-03-26 07:27:435909dependencies = [
5910 "tinystr",
5911]
5912
5913[[package]]
5914name = "unic-langid-macros"
clubby789b50b3332024-01-21 17:17:345915version = "0.9.4"
David Wood7f916972022-03-26 07:27:435916source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789b50b3332024-01-21 17:17:345917checksum = "5c854cefb82ff2816410ce606acbad1b3af065140907b29be9229040752b83ec"
David Wood7f916972022-03-26 07:27:435918dependencies = [
5919 "proc-macro-hack",
5920 "tinystr",
5921 "unic-langid-impl",
5922 "unic-langid-macros-impl",
5923]
5924
5925[[package]]
5926name = "unic-langid-macros-impl"
clubby789b50b3332024-01-21 17:17:345927version = "0.9.4"
David Wood7f916972022-03-26 07:27:435928source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789b50b3332024-01-21 17:17:345929checksum = "fea2a4c80deb4fb3ca51f66b5e2dd91e3642bbce52234bcf22e41668281208e4"
David Wood7f916972022-03-26 07:27:435930dependencies = [
5931 "proc-macro-hack",
5932 "quote",
github-actions8ef19812024-03-03 00:16:165933 "syn 2.0.52",
David Wood7f916972022-03-26 07:27:435934 "unic-langid-impl",
5935]
5936
5937[[package]]
Andy Russell30301642019-04-20 17:03:595938name = "unicase"
Charles Lew806b2b22023-11-23 10:55:115939version = "2.7.0"
Andy Russell30301642019-04-20 17:03:595940source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew806b2b22023-11-23 10:55:115941checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
Andy Russell30301642019-04-20 17:03:595942dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405943 "version_check",
Andy Russell30301642019-04-20 17:03:595944]
5945
5946[[package]]
Mark Rousskov064f8882020-01-13 21:40:195947name = "unicode-bdd"
5948version = "0.1.0"
5949dependencies = [
5950 "ucd-parse",
5951]
5952
5953[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585954name = "unicode-bidi"
clubby7899b73db32024-01-29 12:21:165955version = "0.3.15"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585956source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165957checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585958
5959[[package]]
Andres Suareza65ddf02022-10-09 03:25:405960name = "unicode-ident"
clubby7899b73db32024-01-29 12:21:165961version = "1.0.12"
Andres Suareza65ddf02022-10-09 03:25:405962source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165963checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
Andres Suareza65ddf02022-10-09 03:25:405964
5965[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585966name = "unicode-normalization"
github-actions8ef19812024-03-03 00:16:165967version = "0.1.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585968source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165969checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
Charles Lew0bcddfe2019-11-23 14:33:405970dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445971 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405972]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585973
5974[[package]]
Charles Lewbca79a22023-07-29 00:47:215975name = "unicode-properties"
clubby7899b73db32024-01-29 12:21:165976version = "0.1.1"
Charles Lewbca79a22023-07-29 00:47:215977source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165978checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
Charles Lewbca79a22023-07-29 00:47:215979
5980[[package]]
Charles Lew485e98a2020-01-02 12:02:225981name = "unicode-script"
github-actions8ef19812024-03-03 00:16:165982version = "0.5.6"
Charles Lew485e98a2020-01-02 12:02:225983source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165984checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
Charles Lew485e98a2020-01-02 12:02:225985
5986[[package]]
5987name = "unicode-security"
clubby7899b73db32024-01-29 12:21:165988version = "0.1.1"
Charles Lew485e98a2020-01-02 12:02:225989source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165990checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11"
Charles Lew485e98a2020-01-02 12:02:225991dependencies = [
Charles Lewc05961c2020-04-25 01:38:315992 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225993 "unicode-script",
5994]
5995
5996[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585997name = "unicode-segmentation"
clubby7899b73db32024-01-29 12:21:165998version = "1.11.0"
Steve Klabnika0769612017-02-07 23:13:575999source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166000checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
Steve Klabnika0769612017-02-07 23:13:576001
6002[[package]]
6003name = "unicode-width"
klensy5b153b52023-12-30 15:11:416004version = "0.1.11"
Steve Klabnika0769612017-02-07 23:13:576005source = "registry+https://github.com/rust-lang/crates.io-index"
klensy5b153b52023-12-30 15:11:416006checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
Alex Crichtonb47c9692019-08-16 15:29:086007dependencies = [
6008 "compiler_builtins",
6009 "rustc-std-workspace-core",
6010 "rustc-std-workspace-std",
6011]
Steve Klabnika0769612017-02-07 23:13:576012
6013[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:586014name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:566015version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:396016source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:566017checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:396018
6019[[package]]
Michael Howellb29d9d52021-02-24 06:42:426020name = "unified-diff"
6021version = "0.2.1"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
6024dependencies = [
6025 "diff",
6026]
6027
6028[[package]]
est31c2d59062017-06-12 19:35:476029name = "unstable-book-gen"
6030version = "0.1.0"
6031dependencies = [
Alex Crichton093ede22019-08-15 00:45:096032 "num-traits",
6033 "tidy",
est31c2d59062017-06-12 19:35:476034]
6035
6036[[package]]
Nick Cameron71a0be02017-09-25 04:13:296037name = "unwind"
6038version = "0.0.0"
6039dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:426040 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:096041 "compiler_builtins",
6042 "core",
6043 "libc",
Sean Cross2a533df2023-10-23 07:36:596044 "unwinding",
6045]
6046
6047[[package]]
6048name = "unwinding"
6049version = "0.2.1"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b"
6052dependencies = [
6053 "compiler_builtins",
6054 "gimli",
6055 "rustc-std-workspace-core",
Nick Cameron71a0be02017-09-25 04:13:296056]
6057
6058[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:586059name = "url"
clubby7899b73db32024-01-29 12:21:166060version = "2.5.0"
Eric Hussf2428a62019-08-01 00:44:396061source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166062checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
Eric Hussf2428a62019-08-01 00:44:396063dependencies = [
Eric Hussf3287a62021-05-12 00:39:516064 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:436065 "idna",
Eric Huss4a7e2fb2022-08-21 04:19:436066 "percent-encoding",
Eric Hussf2428a62019-08-01 00:44:396067]
6068
6069[[package]]
steveklabnikecfbaca2018-04-03 14:32:046070name = "utf-8"
Nilstrieb3295cdf2023-06-26 07:21:356071version = "0.7.6"
steveklabnikecfbaca2018-04-03 14:32:046072source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356073checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
steveklabnikecfbaca2018-04-03 14:32:046074
6075[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:526076name = "utf8-width"
6077version = "0.1.7"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
6080
6081[[package]]
Eric Hussd5e03532019-05-23 20:27:496082name = "utf8parse"
Eric Huss6e298622023-04-01 15:49:206083version = "0.2.1"
Eric Hussd5e03532019-05-23 20:27:496084source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:206085checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
Eric Hussd5e03532019-05-23 20:27:496086
6087[[package]]
Pietro Albini13efb202022-11-15 09:19:176088name = "uuid"
clubby7899b73db32024-01-29 12:21:166089version = "1.7.0"
Pietro Albini13efb202022-11-15 09:19:176090source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166091checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
Pietro Albini13efb202022-11-15 09:19:176092dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:416093 "getrandom",
Pietro Albini13efb202022-11-15 09:19:176094]
6095
6096[[package]]
Oli Scherere8962282022-07-05 08:26:126097name = "valuable"
6098version = "0.1.0"
6099source = "registry+https://github.com/rust-lang/crates.io-index"
6100checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
6101
6102[[package]]
Alex Crichton1cede102017-06-15 02:33:066103name = "vcpkg"
Nilstrieb3295cdf2023-06-26 07:21:356104version = "0.2.15"
Alex Crichton1cede102017-06-15 02:33:066105source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356106checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
Alex Crichton1cede102017-06-15 02:33:066107
6108[[package]]
Alex Crichtonb4110902018-12-08 11:06:546109name = "version_check"
Amanieu d'Antrasa529ba82023-01-09 17:49:246110version = "0.9.4"
Eric Huss2b985322019-11-25 16:14:076111source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:246112checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Eric Huss2b985322019-11-25 16:14:076113
6114[[package]]
Josh Stone020c5ec2017-05-08 22:01:136115name = "walkdir"
github-actions8ef19812024-03-03 00:16:166116version = "2.5.0"
Alex Crichton80d6ed22018-01-08 21:56:226117source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:166118checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
Alex Crichton80d6ed22018-01-08 21:56:226119dependencies = [
Alex Crichton093ede22019-08-15 00:45:096120 "same-file",
Alex Crichton093ede22019-08-15 00:45:096121 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:226122]
6123
6124[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446125name = "want"
6126version = "0.3.1"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
6129dependencies = [
6130 "try-lock",
6131]
6132
6133[[package]]
newpavlov6374b842019-08-29 17:13:156134name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:136135version = "0.11.0+wasi-snapshot-preview1"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:156138dependencies = [
6139 "compiler_builtins",
6140 "rustc-std-workspace-alloc",
6141 "rustc-std-workspace-core",
6142]
6143
6144[[package]]
nilsf77541a2023-04-11 11:46:416145name = "wasm-bindgen"
clubby7899b73db32024-01-29 12:21:166146version = "0.2.91"
nilsf77541a2023-04-11 11:46:416147source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166148checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f"
nilsf77541a2023-04-11 11:46:416149dependencies = [
6150 "cfg-if",
6151 "wasm-bindgen-macro",
6152]
6153
6154[[package]]
6155name = "wasm-bindgen-backend"
clubby7899b73db32024-01-29 12:21:166156version = "0.2.91"
nilsf77541a2023-04-11 11:46:416157source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166158checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b"
nilsf77541a2023-04-11 11:46:416159dependencies = [
6160 "bumpalo",
6161 "log",
6162 "once_cell",
6163 "proc-macro2",
6164 "quote",
github-actions8ef19812024-03-03 00:16:166165 "syn 2.0.52",
nilsf77541a2023-04-11 11:46:416166 "wasm-bindgen-shared",
6167]
6168
6169[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446170name = "wasm-bindgen-futures"
clubby7899b73db32024-01-29 12:21:166171version = "0.4.41"
Jakub Beránek91d2fb22023-06-03 07:41:446172source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166173checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97"
Jakub Beránek91d2fb22023-06-03 07:41:446174dependencies = [
6175 "cfg-if",
6176 "js-sys",
6177 "wasm-bindgen",
6178 "web-sys",
6179]
6180
6181[[package]]
nilsf77541a2023-04-11 11:46:416182name = "wasm-bindgen-macro"
clubby7899b73db32024-01-29 12:21:166183version = "0.2.91"
nilsf77541a2023-04-11 11:46:416184source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166185checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed"
nilsf77541a2023-04-11 11:46:416186dependencies = [
6187 "quote",
6188 "wasm-bindgen-macro-support",
6189]
6190
6191[[package]]
6192name = "wasm-bindgen-macro-support"
clubby7899b73db32024-01-29 12:21:166193version = "0.2.91"
nilsf77541a2023-04-11 11:46:416194source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166195checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66"
nilsf77541a2023-04-11 11:46:416196dependencies = [
6197 "proc-macro2",
6198 "quote",
github-actions8ef19812024-03-03 00:16:166199 "syn 2.0.52",
nilsf77541a2023-04-11 11:46:416200 "wasm-bindgen-backend",
6201 "wasm-bindgen-shared",
6202]
6203
6204[[package]]
6205name = "wasm-bindgen-shared"
clubby7899b73db32024-01-29 12:21:166206version = "0.2.91"
nilsf77541a2023-04-11 11:46:416207source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166208checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838"
nilsf77541a2023-04-11 11:46:416209
6210[[package]]
Alex Crichton646e8e72024-02-22 16:12:096211name = "wasm-encoder"
6212version = "0.200.0"
6213source = "registry+https://github.com/rust-lang/crates.io-index"
6214checksum = "b9e3fb0c8fbddd78aa6095b850dfeedbc7506cf5f81e633f69cf8f2333ab84b9"
6215dependencies = [
6216 "leb128",
6217]
6218
6219[[package]]
Alex Crichton6181f3a2024-02-02 21:26:186220name = "wasmparser"
6221version = "0.118.2"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "77f1154f1ab868e2a01d9834a805faca7bf8b50d041b4ca714d005d0dab1c50c"
6224dependencies = [
6225 "indexmap",
6226 "semver",
6227]
6228
6229[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446230name = "web-sys"
clubby7899b73db32024-01-29 12:21:166231version = "0.3.68"
Jakub Beránek91d2fb22023-06-03 07:41:446232source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166233checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446"
Jakub Beránek91d2fb22023-06-03 07:41:446234dependencies = [
6235 "js-sys",
6236 "wasm-bindgen",
6237]
6238
6239[[package]]
Steve Klabnika0769612017-02-07 23:13:576240name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:446241version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:226242source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446243checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:226244dependencies = [
Alex Crichton093ede22019-08-15 00:45:096245 "winapi-i686-pc-windows-gnu",
6246 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:226247]
6248
6249[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226250name = "winapi-i686-pc-windows-gnu"
6251version = "0.4.0"
6252source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096253checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:226254
6255[[package]]
Alex Crichton2863b752018-08-21 17:23:476256name = "winapi-util"
clubby7899b73db32024-01-29 12:21:166257version = "0.1.6"
Alex Crichton2863b752018-08-21 17:23:476258source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166259checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
Alex Crichton2863b752018-08-21 17:23:476260dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316261 "winapi",
Alex Crichton2863b752018-08-21 17:23:476262]
6263
6264[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226265name = "winapi-x86_64-pc-windows-gnu"
6266version = "0.4.0"
6267source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096268checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:226269
6270[[package]]
Weihang Loe52e0402023-03-07 22:16:276271name = "windows"
klensy35fe2672024-02-18 13:02:166272version = "0.52.0"
nilsf77541a2023-04-11 11:46:416273source = "registry+https://github.com/rust-lang/crates.io-index"
klensy35fe2672024-02-18 13:02:166274checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
nilsf77541a2023-04-11 11:46:416275dependencies = [
klensy35fe2672024-02-18 13:02:166276 "windows-core",
github-actions8ef19812024-03-03 00:16:166277 "windows-targets 0.52.4",
Andy Russellbb7c3732023-01-15 18:43:156278]
6279
6280[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076281name = "windows-bindgen"
Chris Dentonb25203e2024-03-03 14:44:586282version = "0.54.0"
Chris Dentonf9b3d6a2023-04-15 10:57:076283source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentonb25203e2024-03-03 14:44:586284checksum = "d86976b4742897f1df038908f5af6c0c1a291262eecf3e05abf1799bd3002dc2"
Chris Dentonf9b3d6a2023-04-15 10:57:076285dependencies = [
Chris Dentond9c85da2023-08-16 08:18:346286 "proc-macro2",
6287 "rayon",
Chris Dentonb25203e2024-03-03 14:44:586288 "serde",
6289 "serde_json",
github-actions8ef19812024-03-03 00:16:166290 "syn 2.0.52",
Chris Dentonf9b3d6a2023-04-15 10:57:076291 "windows-metadata",
Chris Dentonf9b3d6a2023-04-15 10:57:076292]
6293
6294[[package]]
clubby7899b73db32024-01-29 12:21:166295name = "windows-core"
6296version = "0.52.0"
6297source = "registry+https://github.com/rust-lang/crates.io-index"
6298checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
6299dependencies = [
github-actions8ef19812024-03-03 00:16:166300 "windows-targets 0.52.4",
clubby7899b73db32024-01-29 12:21:166301]
6302
6303[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076304name = "windows-metadata"
Chris Dentonb25203e2024-03-03 14:44:586305version = "0.54.0"
Chris Dentonf9b3d6a2023-04-15 10:57:076306source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentonb25203e2024-03-03 14:44:586307checksum = "e44370b8367d7fd54085dff98fa774ead5070dd15aa892270a370555e35d04c2"
Chris Dentonf9b3d6a2023-04-15 10:57:076308
6309[[package]]
Philipp Krones586cbd02022-06-04 12:07:446310name = "windows-sys"
WANG Rui7aa257f2023-04-23 07:58:386311version = "0.48.0"
6312source = "registry+https://github.com/rust-lang/crates.io-index"
6313checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6314dependencies = [
clubby7899b73db32024-01-29 12:21:166315 "windows-targets 0.48.5",
Philipp Kronesac25a732023-08-24 19:33:176316]
6317
6318[[package]]
clubby789527f9032024-01-21 23:51:336319name = "windows-sys"
6320version = "0.52.0"
6321source = "registry+https://github.com/rust-lang/crates.io-index"
6322checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6323dependencies = [
github-actions8ef19812024-03-03 00:16:166324 "windows-targets 0.52.4",
clubby789527f9032024-01-21 23:51:336325]
6326
6327[[package]]
Philipp Kronesac25a732023-08-24 19:33:176328name = "windows-targets"
clubby7899b73db32024-01-29 12:21:166329version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176330source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166331checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
Philipp Kronesac25a732023-08-24 19:33:176332dependencies = [
clubby7899b73db32024-01-29 12:21:166333 "windows_aarch64_gnullvm 0.48.5",
6334 "windows_aarch64_msvc 0.48.5",
6335 "windows_i686_gnu 0.48.5",
6336 "windows_i686_msvc 0.48.5",
6337 "windows_x86_64_gnu 0.48.5",
6338 "windows_x86_64_gnullvm 0.48.5",
6339 "windows_x86_64_msvc 0.48.5",
Weihang Lo6f38fd52023-02-07 22:26:226340]
6341
6342[[package]]
clubby789527f9032024-01-21 23:51:336343name = "windows-targets"
github-actions8ef19812024-03-03 00:16:166344version = "0.52.4"
clubby789527f9032024-01-21 23:51:336345source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:166346checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
clubby789527f9032024-01-21 23:51:336347dependencies = [
github-actions8ef19812024-03-03 00:16:166348 "windows_aarch64_gnullvm 0.52.4",
6349 "windows_aarch64_msvc 0.52.4",
6350 "windows_i686_gnu 0.52.4",
6351 "windows_i686_msvc 0.52.4",
6352 "windows_x86_64_gnu 0.52.4",
6353 "windows_x86_64_gnullvm 0.52.4",
6354 "windows_x86_64_msvc 0.52.4",
clubby789527f9032024-01-21 23:51:336355]
6356
6357[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226358name = "windows_aarch64_gnullvm"
clubby7899b73db32024-01-29 12:21:166359version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176360source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166361checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
nilsf77541a2023-04-11 11:46:416362
6363[[package]]
clubby789527f9032024-01-21 23:51:336364name = "windows_aarch64_gnullvm"
github-actions8ef19812024-03-03 00:16:166365version = "0.52.4"
clubby789527f9032024-01-21 23:51:336366source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:166367checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
clubby789527f9032024-01-21 23:51:336368
6369[[package]]
Philipp Krones586cbd02022-06-04 12:07:446370name = "windows_aarch64_msvc"
clubby7899b73db32024-01-29 12:21:166371version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176372source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166373checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
nilsf77541a2023-04-11 11:46:416374
6375[[package]]
clubby789527f9032024-01-21 23:51:336376name = "windows_aarch64_msvc"
github-actions8ef19812024-03-03 00:16:166377version = "0.52.4"
clubby789527f9032024-01-21 23:51:336378source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:166379checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
clubby789527f9032024-01-21 23:51:336380
6381[[package]]
Philipp Krones586cbd02022-06-04 12:07:446382name = "windows_i686_gnu"
clubby7899b73db32024-01-29 12:21:166383version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176384source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166385checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
nilsf77541a2023-04-11 11:46:416386
6387[[package]]
clubby789527f9032024-01-21 23:51:336388name = "windows_i686_gnu"
github-actions8ef19812024-03-03 00:16:166389version = "0.52.4"
clubby789527f9032024-01-21 23:51:336390source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:166391checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
clubby789527f9032024-01-21 23:51:336392
6393[[package]]
Philipp Krones586cbd02022-06-04 12:07:446394name = "windows_i686_msvc"
clubby7899b73db32024-01-29 12:21:166395version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176396source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166397checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
nilsf77541a2023-04-11 11:46:416398
6399[[package]]
clubby789527f9032024-01-21 23:51:336400name = "windows_i686_msvc"
github-actions8ef19812024-03-03 00:16:166401version = "0.52.4"
clubby789527f9032024-01-21 23:51:336402source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:166403checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
clubby789527f9032024-01-21 23:51:336404
6405[[package]]
Philipp Krones586cbd02022-06-04 12:07:446406name = "windows_x86_64_gnu"
clubby7899b73db32024-01-29 12:21:166407version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176408source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166409checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
nilsf77541a2023-04-11 11:46:416410
6411[[package]]
clubby789527f9032024-01-21 23:51:336412name = "windows_x86_64_gnu"
github-actions8ef19812024-03-03 00:16:166413version = "0.52.4"
clubby789527f9032024-01-21 23:51:336414source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:166415checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
clubby789527f9032024-01-21 23:51:336416
6417[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:556418name = "windows_x86_64_gnullvm"
clubby7899b73db32024-01-29 12:21:166419version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176420source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166421checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
nilsf77541a2023-04-11 11:46:416422
6423[[package]]
clubby789527f9032024-01-21 23:51:336424name = "windows_x86_64_gnullvm"
github-actions8ef19812024-03-03 00:16:166425version = "0.52.4"
clubby789527f9032024-01-21 23:51:336426source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:166427checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
clubby789527f9032024-01-21 23:51:336428
6429[[package]]
Philipp Krones586cbd02022-06-04 12:07:446430name = "windows_x86_64_msvc"
clubby7899b73db32024-01-29 12:21:166431version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176432source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166433checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
nilsf77541a2023-04-11 11:46:416434
6435[[package]]
clubby789527f9032024-01-21 23:51:336436name = "windows_x86_64_msvc"
github-actions8ef19812024-03-03 00:16:166437version = "0.52.4"
clubby789527f9032024-01-21 23:51:336438source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:166439checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
clubby789527f9032024-01-21 23:51:336440
6441[[package]]
Philipp Krones612c3422023-06-02 09:42:426442name = "winnow"
clubby7899b73db32024-01-29 12:21:166443version = "0.5.40"
Philipp Krones612c3422023-06-02 09:42:426444source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166445checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
Philipp Krones612c3422023-06-02 09:42:426446dependencies = [
6447 "memchr",
6448]
6449
6450[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446451name = "winreg"
clubby7899b73db32024-01-29 12:21:166452version = "0.50.0"
Jakub Beránek91d2fb22023-06-03 07:41:446453source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166454checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
Jakub Beránek91d2fb22023-06-03 07:41:446455dependencies = [
clubby7899b73db32024-01-29 12:21:166456 "cfg-if",
6457 "windows-sys 0.48.0",
Jakub Beránek91d2fb22023-06-03 07:41:446458]
6459
6460[[package]]
Charles Lewa7750042022-11-06 06:43:256461name = "writeable"
clubby7899b73db32024-01-29 12:21:166462version = "0.5.4"
Charles Lewa7750042022-11-06 06:43:256463source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166464checksum = "dad7bb64b8ef9c0aa27b6da38b452b0ee9fd82beaf276a87dd796fb55cbae14e"
Charles Lewa7750042022-11-06 06:43:256465
6466[[package]]
Josh Stone020c5ec2017-05-08 22:01:136467name = "xattr"
clubby7899b73db32024-01-29 12:21:166468version = "1.3.1"
Josh Stone020c5ec2017-05-08 22:01:136469source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166470checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
Josh Stone020c5ec2017-05-08 22:01:136471dependencies = [
Alex Crichton093ede22019-08-15 00:45:096472 "libc",
clubby7899b73db32024-01-29 12:21:166473 "linux-raw-sys",
6474 "rustix",
Josh Stone020c5ec2017-05-08 22:01:136475]
6476
6477[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446478name = "xz"
6479version = "0.1.0"
6480source = "registry+https://github.com/rust-lang/crates.io-index"
6481checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34"
6482dependencies = [
6483 "xz2",
6484]
6485
6486[[package]]
Josh Stone020c5ec2017-05-08 22:01:136487name = "xz2"
Mark Rousskove40a4462023-04-17 01:27:256488version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:136489source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:256490checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
Josh Stone020c5ec2017-05-08 22:01:136491dependencies = [
Alex Crichton093ede22019-08-15 00:45:096492 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:136493]
6494
6495[[package]]
Pietro Albini9beb8f52019-11-26 11:06:306496name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:446497version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:306498source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446499checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:306500dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:426501 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:306502 "thiserror",
Michael Howell271bad92022-06-18 15:54:006503 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:306504]
6505
6506[[package]]
Josh Stone020c5ec2017-05-08 22:01:136507name = "yaml-rust"
Nilstrieb3295cdf2023-06-26 07:21:356508version = "0.4.5"
Pietro Albini9beb8f52019-11-26 11:06:306509source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356510checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
Pietro Albini9beb8f52019-11-26 11:06:306511dependencies = [
6512 "linked-hash-map",
6513]
Igor Matuszewski2214a412021-05-03 20:59:356514
6515[[package]]
6516name = "yansi-term"
6517version = "0.1.2"
6518source = "registry+https://github.com/rust-lang/crates.io-index"
6519checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
6520dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316521 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:356522]
Charles Lewa7750042022-11-06 06:43:256523
6524[[package]]
6525name = "yoke"
clubby7899b73db32024-01-29 12:21:166526version = "0.7.3"
Charles Lewa7750042022-11-06 06:43:256527source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166528checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4"
Charles Lewa7750042022-11-06 06:43:256529dependencies = [
6530 "serde",
6531 "stable_deref_trait",
6532 "yoke-derive",
6533 "zerofrom",
6534]
6535
6536[[package]]
6537name = "yoke-derive"
clubby7899b73db32024-01-29 12:21:166538version = "0.7.3"
Charles Lewa7750042022-11-06 06:43:256539source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166540checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8"
Charles Lewa7750042022-11-06 06:43:256541dependencies = [
6542 "proc-macro2",
6543 "quote",
github-actions8ef19812024-03-03 00:16:166544 "syn 2.0.52",
klensy7142c8d2023-11-09 11:37:306545 "synstructure",
Charles Lewa7750042022-11-06 06:43:256546]
6547
6548[[package]]
Ralf Jung71c9ceb2023-12-02 18:16:096549name = "zerocopy"
Amanieu d'Antrasa00ec2d2024-01-02 18:42:476550version = "0.7.32"
Ralf Jung71c9ceb2023-12-02 18:16:096551source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa00ec2d2024-01-02 18:42:476552checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
Ralf Jung71c9ceb2023-12-02 18:16:096553dependencies = [
6554 "zerocopy-derive",
6555]
6556
6557[[package]]
6558name = "zerocopy-derive"
Amanieu d'Antrasa00ec2d2024-01-02 18:42:476559version = "0.7.32"
Ralf Jung71c9ceb2023-12-02 18:16:096560source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa00ec2d2024-01-02 18:42:476561checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
Ralf Jung71c9ceb2023-12-02 18:16:096562dependencies = [
6563 "proc-macro2",
6564 "quote",
github-actions8ef19812024-03-03 00:16:166565 "syn 2.0.52",
Ralf Jung71c9ceb2023-12-02 18:16:096566]
6567
6568[[package]]
Charles Lewa7750042022-11-06 06:43:256569name = "zerofrom"
klensy7142c8d2023-11-09 11:37:306570version = "0.1.3"
Charles Lewa7750042022-11-06 06:43:256571source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306572checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7"
Charles Lewa7750042022-11-06 06:43:256573dependencies = [
6574 "zerofrom-derive",
6575]
6576
6577[[package]]
6578name = "zerofrom-derive"
klensy7142c8d2023-11-09 11:37:306579version = "0.1.3"
Charles Lewa7750042022-11-06 06:43:256580source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306581checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
Charles Lewa7750042022-11-06 06:43:256582dependencies = [
6583 "proc-macro2",
6584 "quote",
github-actions8ef19812024-03-03 00:16:166585 "syn 2.0.52",
klensy7142c8d2023-11-09 11:37:306586 "synstructure",
Charles Lewa7750042022-11-06 06:43:256587]
6588
6589[[package]]
6590name = "zerovec"
clubby7899b73db32024-01-29 12:21:166591version = "0.10.1"
Charles Lewa7750042022-11-06 06:43:256592source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166593checksum = "eff4439ae91fb5c72b8abc12f3f2dbf51bd27e6eadb9f8a5bc8898dddb0e27ea"
Charles Lewa7750042022-11-06 06:43:256594dependencies = [
6595 "yoke",
6596 "zerofrom",
6597 "zerovec-derive",
6598]
6599
6600[[package]]
6601name = "zerovec-derive"
clubby7899b73db32024-01-29 12:21:166602version = "0.10.1"
Charles Lewa7750042022-11-06 06:43:256603source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166604checksum = "7b4e5997cbf58990550ef1f0e5124a05e47e1ebd33a84af25739be6031a62c20"
Charles Lewa7750042022-11-06 06:43:256605dependencies = [
6606 "proc-macro2",
6607 "quote",
github-actions8ef19812024-03-03 00:16:166608 "syn 2.0.52",
Charles Lewa7750042022-11-06 06:43:256609]
Jakub Beránek91d2fb22023-06-03 07:41:446610
6611[[package]]
6612name = "zip"
6613version = "0.6.6"
6614source = "registry+https://github.com/rust-lang/crates.io-index"
6615checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
6616dependencies = [
6617 "byteorder",
6618 "crc32fast",
6619 "crossbeam-utils",
6620 "flate2",
6621]