blob: 3ad9d61e4877ca8963d9ed461ea22842948170c1 [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]]
Lain Yang9a337b62022-01-07 05:32:5828name = "ahash"
Nilstrieb3295cdf2023-06-26 07:21:3529version = "0.8.3"
Amanieu d'Antrasa529ba82023-01-09 17:49:2430source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:3531checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
Amanieu d'Antrasa529ba82023-01-09 17:49:2432dependencies = [
33 "cfg-if",
34 "once_cell",
35 "version_check",
36]
37
38[[package]]
Steve Klabnika0769612017-02-07 23:13:5739name = "aho-corasick"
Nilstrieb3295cdf2023-06-26 07:21:3540version = "0.7.20"
Eric Huss6a09cfa2019-05-16 05:27:3941source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:3542checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
43dependencies = [
44 "memchr",
45]
46
47[[package]]
48name = "aho-corasick"
49version = "1.0.2"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
Eric Huss6a09cfa2019-05-16 05:27:3952dependencies = [
Alex Crichton093ede22019-08-15 00:45:0953 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3954]
55
56[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2957name = "alloc"
58version = "0.0.0"
59dependencies = [
Alex Crichton093ede22019-08-15 00:45:0960 "compiler_builtins",
61 "core",
Thom Chiovolonia4bf36e2022-11-21 00:55:4162 "rand",
Aaron Hill70ba4912020-08-01 14:11:1563 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2964]
65
66[[package]]
The 8472479be6a2023-06-08 14:55:4967name = "allocator-api2"
Nilstrieb3295cdf2023-06-26 07:21:3568version = "0.2.15"
The 8472479be6a2023-06-08 14:55:4969source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:3570checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9"
The 8472479be6a2023-06-08 14:55:4971
72[[package]]
steveklabnikecfbaca2018-04-03 14:32:0473name = "ammonia"
Nilstrieb3295cdf2023-06-26 07:21:3574version = "3.3.0"
Eric Huss2dafa912019-06-19 03:36:4775source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:3576checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170"
Eric Huss2dafa912019-06-19 03:36:4777dependencies = [
Alex Crichton093ede22019-08-15 00:45:0978 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0979 "maplit",
klensy947e7872022-04-15 18:11:1480 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0981 "tendril",
Eric Huss4a7e2fb2022-08-21 04:19:4382 "url",
Eric Huss2dafa912019-06-19 03:36:4783]
84
85[[package]]
Nilstrieb3295cdf2023-06-26 07:21:3586name = "android-tzdata"
87version = "0.1.1"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
90
91[[package]]
nilsf77541a2023-04-11 11:46:4192name = "android_system_properties"
93version = "0.1.5"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
96dependencies = [
97 "libc",
98]
99
100[[package]]
topecongiroca19ffe2019-04-17 22:42:18101name = "annotate-snippets"
Caleb Cartwrightf367f4d2022-06-13 03:04:54102version = "0.9.1"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
Igor Matuszewski2214a412021-05-03 20:59:35105dependencies = [
Caleb Cartwrightf367f4d2022-06-13 03:04:54106 "unicode-width",
Igor Matuszewski2214a412021-05-03 20:59:35107 "yansi-term",
108]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:26109
110[[package]]
Philipp Kronesac25a732023-08-24 19:33:17111name = "ansi_term"
112version = "0.12.1"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
115dependencies = [
116 "winapi",
117]
118
119[[package]]
Eric Huss6e298622023-04-01 15:49:20120name = "anstream"
chenx97141c4632023-09-21 11:31:01121version = "0.5.0"
Eric Huss6e298622023-04-01 15:49:20122source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01123checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
Eric Huss6e298622023-04-01 15:49:20124dependencies = [
125 "anstyle",
126 "anstyle-parse",
Nilstrieb3295cdf2023-06-26 07:21:35127 "anstyle-query",
Eric Huss6e298622023-04-01 15:49:20128 "anstyle-wincon",
Nilstrieb3295cdf2023-06-26 07:21:35129 "colorchoice",
Eric Huss6e298622023-04-01 15:49:20130 "utf8parse",
131]
132
133[[package]]
134name = "anstyle"
Nilstrieb3295cdf2023-06-26 07:21:35135version = "1.0.1"
Eric Huss6e298622023-04-01 15:49:20136source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35137checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
Eric Huss6e298622023-04-01 15:49:20138
139[[package]]
140name = "anstyle-parse"
Nilstrieb3295cdf2023-06-26 07:21:35141version = "0.2.1"
Eric Huss6e298622023-04-01 15:49:20142source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35143checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
Eric Huss6e298622023-04-01 15:49:20144dependencies = [
145 "utf8parse",
146]
147
148[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35149name = "anstyle-query"
150version = "1.0.0"
Eric Huss6e298622023-04-01 15:49:20151source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35152checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
153dependencies = [
Philipp Kronesac25a732023-08-24 19:33:17154 "windows-sys 0.48.0",
Nilstrieb3295cdf2023-06-26 07:21:35155]
156
157[[package]]
158name = "anstyle-wincon"
chenx97141c4632023-09-21 11:31:01159version = "2.1.0"
Nilstrieb3295cdf2023-06-26 07:21:35160source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01161checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
Eric Huss6e298622023-04-01 15:49:20162dependencies = [
163 "anstyle",
Philipp Kronesac25a732023-08-24 19:33:17164 "windows-sys 0.48.0",
Eric Huss6e298622023-04-01 15:49:20165]
166
167[[package]]
Eric Huss6da85d62020-01-14 17:47:04168name = "anyhow"
Ralf Jung83283a42023-08-20 13:55:33169version = "1.0.75"
Eric Huss6da85d62020-01-14 17:47:04170source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung83283a42023-08-20 13:55:33171checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
Jakub Beránek91d2fb22023-06-03 07:41:44172dependencies = [
173 "backtrace",
174]
Eric Huss6da85d62020-01-14 17:47:04175
176[[package]]
bjorn3be670842022-05-28 10:43:51177name = "ar_archive_writer"
dirreke74817b72023-08-14 14:57:38178version = "0.1.5"
bjorn3be670842022-05-28 10:43:51179source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:38180checksum = "9792d37ca5173d7e7f4fe453739a0671d0557915a030a383d6b866476bbc3e71"
bjorn3be670842022-05-28 10:43:51181dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:35182 "object",
bjorn3be670842022-05-28 10:43:51183]
184
185[[package]]
Rune Tynan77156562021-01-16 01:34:15186name = "array_tool"
187version = "1.0.3"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
190
191[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54192name = "arrayvec"
Nilstrieb3295cdf2023-06-26 07:21:35193version = "0.7.4"
Jubilee Younge8eb6912021-04-22 04:40:29194source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35195checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
Nicholas Nethercotec492ca42020-07-14 00:31:54196
197[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46198name = "askama"
Guillaume Gomez76714c32023-03-06 10:15:59199version = "0.12.0"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46200source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez76714c32023-03-06 10:15:59201checksum = "47cbc3cf73fa8d9833727bbee4835ba5c421a0d65b72daf9a7b5d0e0f9cfb57e"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46202dependencies = [
203 "askama_derive",
204 "askama_escape",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46205]
206
207[[package]]
208name = "askama_derive"
Deadbeefa912a932023-03-23 06:19:25209version = "0.12.1"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46210source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefa912a932023-03-23 06:19:25211checksum = "c22fbe0413545c098358e56966ff22cdd039e10215ae213cfbd65032b119fc94"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46212dependencies = [
Guillaume Gomez76714c32023-03-06 10:15:59213 "basic-toml",
214 "mime",
215 "mime_guess",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46216 "nom",
217 "proc-macro2",
218 "quote",
Guillaume Gomez48f5dca2022-01-17 16:36:39219 "serde",
Ralf Jung47ba2a92023-08-22 11:47:38220 "syn 2.0.29",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46221]
222
223[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59224name = "askama_escape"
225version = "0.10.3"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
228
229[[package]]
Alex Crichton1cede102017-06-15 02:33:06230name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21231version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13232source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21233checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13234dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:07235 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:09236 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31237 "winapi",
Alex Crichton1cede102017-06-15 02:33:06238]
239
240[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05241name = "autocfg"
Jon Gjengsetb83a48d2022-03-01 17:45:23242version = "1.1.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35243source = "registry+https://github.com/rust-lang/crates.io-index"
Jon Gjengsetb83a48d2022-03-01 17:45:23244checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Mateusz Mikułaf5e702d2020-03-26 13:10:35245
246[[package]]
Ralf Jung10430db2022-07-15 14:04:23247name = "backtrace"
Tyler Mandry4c14ca32023-08-22 19:20:35248version = "0.3.69"
Ralf Jung10430db2022-07-15 14:04:23249source = "registry+https://github.com/rust-lang/crates.io-index"
Tyler Mandry4c14ca32023-08-22 19:20:35250checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
Ralf Jung10430db2022-07-15 14:04:23251dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:35252 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23253 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42254 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23255 "libc",
Jubilee Young079949d2023-06-29 23:18:36256 "miniz_oxide",
Tyler Mandry4c14ca32023-08-22 19:20:35257 "object",
Ralf Jung10430db2022-07-15 14:04:23258 "rustc-demangle",
259]
260
261[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44262name = "base64"
263version = "0.21.2"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
266
267[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59268name = "basic-toml"
269version = "0.1.2"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1"
272dependencies = [
273 "serde",
274]
275
276[[package]]
Luca Palmiericd7688b2023-05-22 17:26:20277name = "bincode"
278version = "1.3.3"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
281dependencies = [
282 "serde",
283]
284
285[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58286name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20287version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01288source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20289checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01290
291[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35292name = "bitflags"
chenx97141c4632023-09-21 11:31:01293version = "2.4.0"
Pietro Albiniacd8e592020-10-01 15:15:12294source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01295checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
Nilstrieb3295cdf2023-06-26 07:21:35296
297[[package]]
298name = "block-buffer"
299version = "0.10.4"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
Pietro Albiniacd8e592020-10-01 15:15:12302dependencies = [
klensy45fac342022-08-31 20:04:12303 "generic-array",
James Munnsde763692019-01-19 02:39:37304]
305
306[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39307name = "bstr"
Nilstrieb3295cdf2023-06-26 07:21:35308version = "1.5.0"
Ralf Jung55162732022-11-15 19:06:42309source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35310checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
Ralf Jung55162732022-11-15 19:06:42311dependencies = [
312 "memchr",
313 "once_cell",
Manish Goregaokar2721e402022-11-18 22:46:52314 "regex-automata 0.1.10",
Ralf Jung55162732022-11-15 19:06:42315 "serde",
316]
317
318[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04319name = "build-manifest"
320version = "0.1.0"
321dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01322 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40323 "flate2",
Weihang Loe52e0402023-03-07 22:16:27324 "hex",
Pietro Albiniacd8e592020-10-01 15:15:12325 "rayon",
Alex Crichton093ede22019-08-15 00:45:09326 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07327 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12328 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40329 "tar",
Nilstrieb3295cdf2023-06-26 07:21:35330 "toml 0.5.11",
Mark Rousskove40a4462023-04-17 01:27:25331 "xz2",
Alex Crichton9e8785f2017-01-24 22:37:04332]
333
334[[package]]
Nilstrieb25c15312022-12-30 10:11:33335name = "build_helper"
336version = "0.1.0"
Jakub Beránek91d2fb22023-06-03 07:41:44337dependencies = [
338 "serde",
339 "serde_derive",
340]
Nilstrieb25c15312022-12-30 10:11:33341
342[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03343name = "bump-stage0"
344version = "0.1.0"
345dependencies = [
346 "anyhow",
347 "curl",
Josh Stoned9b1fa92023-07-03 20:51:54348 "indexmap 2.0.0",
Pietro Albini80b81ad2021-08-26 09:26:03349 "serde",
350 "serde_json",
Nilstrieb3295cdf2023-06-26 07:21:35351 "toml 0.5.11",
Pietro Albini80b81ad2021-08-26 09:26:03352]
353
354[[package]]
nilsf77541a2023-04-11 11:46:41355name = "bumpalo"
Arlo Siemsen4d9b4762023-06-02 16:40:36356version = "3.13.0"
nilsf77541a2023-04-11 11:46:41357source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsen4d9b4762023-06-02 16:40:36358checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
nilsf77541a2023-04-11 11:46:41359
360[[package]]
Alex Crichton4f661c02018-10-08 17:39:09361name = "bytecount"
Nilstrieb3295cdf2023-06-26 07:21:35362version = "0.6.3"
Alex Crichton4f661c02018-10-08 17:39:09363source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35364checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
Alex Crichton4f661c02018-10-08 17:39:09365dependencies = [
Yuki Okushi2b0e27e2021-03-17 20:34:05366 "packed_simd_2",
Alex Crichton4f661c02018-10-08 17:39:09367]
368
369[[package]]
Jubilee Young7156ff62023-05-10 03:29:27370name = "byteorder"
371version = "1.4.3"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
374
375[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43376name = "bytes"
Philipp Kronesa6d3c822023-07-02 13:07:47377version = "1.4.0"
Matthias Krüger696fb8f2019-01-21 15:32:43378source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:47379checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
Matthias Krüger696fb8f2019-01-21 15:32:43380
381[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20382name = "camino"
Nilstrieb3295cdf2023-06-26 07:21:35383version = "1.1.4"
Caleb Cartwright0697f562021-10-20 05:15:20384source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35385checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
Caleb Cartwright0697f562021-10-20 05:15:20386dependencies = [
387 "serde",
388]
389
390[[package]]
Ralf Jung759e4952020-06-01 18:17:20391name = "cargo-miri"
392version = "0.1.0"
393dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:48394 "cargo_metadata 0.18.0",
Ralf Jung759e4952020-06-01 18:17:20395 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57396 "rustc-build-sysroot",
Ralf Jung3f88f4c2023-02-26 18:09:17397 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22398 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20399 "serde",
400 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20401]
402
403[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56404name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56405version = "0.1.2"
Caleb Cartwright0697f562021-10-20 05:15:20406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
408dependencies = [
409 "serde",
410]
411
412[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29413name = "cargo_metadata"
Caleb Cartwrightaca66a22023-06-20 04:19:48414version = "0.15.4"
Caleb Cartwright0697f562021-10-20 05:15:20415source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightaca66a22023-06-20 04:19:48416checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
Ralf Jungc2df1c22022-07-21 20:04:37417dependencies = [
418 "camino",
Weihang Lof795a152023-03-15 12:50:04419 "cargo-platform",
Ralf Jungc2df1c22022-07-21 20:04:37420 "semver",
421 "serde",
422 "serde_json",
Philipp Krones5566eb42023-02-10 13:01:31423 "thiserror",
Ralf Jungc2df1c22022-07-21 20:04:37424]
425
426[[package]]
Ralf Jung5aecfe42023-10-07 05:55:48427name = "cargo_metadata"
428version = "0.18.0"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "fb9ac64500cc83ce4b9f8dafa78186aa008c8dea77a09b94cd307fd0cd5022a8"
431dependencies = [
432 "camino",
433 "cargo-platform",
434 "semver",
435 "serde",
436 "serde_json",
437 "thiserror",
438]
439
440[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26441name = "cargotest2"
442version = "0.1.0"
443
444[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35445name = "cc"
klensy9b6a6b12023-05-26 10:03:47446version = "1.0.79"
Nick Cameronc5cad5a2017-09-22 01:58:35447source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47448checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
Nick Cameronc5cad5a2017-09-22 01:58:35449
450[[package]]
Josh Stone020c5ec2017-05-08 22:01:13451name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07452version = "1.0.0"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03455dependencies = [
456 "compiler_builtins",
457 "rustc-std-workspace-core",
458]
Aaron Hill44fdfd62020-10-11 17:51:07459
460[[package]]
Alex Crichton15899b02018-01-25 04:01:42461name = "chrono"
Nilstrieb3295cdf2023-06-26 07:21:35462version = "0.4.26"
Alex Crichton15899b02018-01-25 04:01:42463source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35464checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
Alex Crichton15899b02018-01-25 04:01:42465dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:35466 "android-tzdata",
nilsf77541a2023-04-11 11:46:41467 "iana-time-zone",
Alex Crichton093ede22019-08-15 00:45:09468 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17469 "serde",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31470 "winapi",
Alex Crichton15899b02018-01-25 04:01:42471]
472
473[[package]]
Steve Klabnika0769612017-02-07 23:13:57474name = "clap"
chenx97141c4632023-09-21 11:31:01475version = "4.4.4"
Weihang Loc1b4f112022-10-04 20:57:49476source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01477checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
Weihang Loc1b4f112022-10-04 20:57:49478dependencies = [
Eric Huss6e298622023-04-01 15:49:20479 "clap_builder",
klensye1c33132023-06-21 09:32:34480 "clap_derive",
Eric Huss6e298622023-04-01 15:49:20481]
482
483[[package]]
484name = "clap_builder"
chenx97141c4632023-09-21 11:31:01485version = "4.4.4"
Eric Huss6e298622023-04-01 15:49:20486source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01487checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
Eric Huss6e298622023-04-01 15:49:20488dependencies = [
489 "anstream",
490 "anstyle",
klensye1c33132023-06-21 09:32:34491 "clap_lex",
Weihang Loc1b4f112022-10-04 20:57:49492 "strsim",
Eric Huss2717f602023-01-06 01:20:59493 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49494]
495
496[[package]]
Eric Huss51814222022-04-15 18:57:06497name = "clap_complete"
Nilstrieb3295cdf2023-06-26 07:21:35498version = "4.3.1"
Eric Huss51814222022-04-15 18:57:06499source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35500checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
Eric Huss51814222022-04-15 18:57:06501dependencies = [
klensye1c33132023-06-21 09:32:34502 "clap",
Caleb Cartwrightf367f4d2022-06-13 03:04:54503]
504
505[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39506name = "clap_derive"
chenx97141c4632023-09-21 11:31:01507version = "4.4.2"
Nixon Enraght-Moony7680b162023-01-02 19:30:39508source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01509checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
Nixon Enraght-Moony7680b162023-01-02 19:30:39510dependencies = [
511 "heck",
Nixon Enraght-Moony7680b162023-01-02 19:30:39512 "proc-macro2",
513 "quote",
Ralf Jung47ba2a92023-08-22 11:47:38514 "syn 2.0.29",
Nixon Enraght-Moony7680b162023-01-02 19:30:39515]
516
517[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51518name = "clap_lex"
Nilstrieb3295cdf2023-06-26 07:21:35519version = "0.5.0"
Weihang Loc1b4f112022-10-04 20:57:49520source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35521checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
Weihang Loc1b4f112022-10-04 20:57:49522
523[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29524name = "clippy"
Philipp Krones6233d442023-10-06 15:47:56525version = "0.1.75"
Ahmed Charles9ca382f2016-09-02 08:55:29526dependencies = [
Philipp Krones6233d442023-10-06 15:47:56527 "anstream",
Alex Crichton093ede22019-08-15 00:45:09528 "clippy_lints",
Philipp Kronesc2490bd2023-07-17 08:22:41529 "clippy_utils",
Philipp Krones6233d442023-10-06 15:47:56530 "color-print",
flip1995647f2b42021-06-03 07:06:49531 "filetime",
Philipp Kronesc2490bd2023-07-17 08:22:41532 "futures",
533 "if_chain",
pierwillf684acd2022-03-04 17:54:28534 "itertools",
Philipp Kronesc2490bd2023-07-17 08:22:41535 "parking_lot 0.12.1",
536 "quote",
flip1995412ebc32021-03-12 14:31:11537 "regex",
Ralf Jung3f88f4c2023-02-26 18:09:17538 "rustc_tools_util",
Philipp Kronesc2490bd2023-07-17 08:22:41539 "serde",
Ralf Jung47ba2a92023-08-22 11:47:38540 "syn 2.0.29",
Matthias Krügerf77104b2019-12-02 22:09:48541 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00542 "termize",
Ralf Jungbf11b122021-04-06 11:20:48543 "tester",
Philipp Kronesc2490bd2023-07-17 08:22:41544 "tokio",
Nilstrieb3295cdf2023-06-26 07:21:35545 "toml 0.7.5",
Philipp Krones780cbf32023-09-12 16:44:34546 "ui_test 0.20.0",
Philipp Kronesd6732192022-07-28 17:08:41547 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29548]
549
550[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49551name = "clippy_dev"
552version = "0.0.1"
553dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:35554 "aho-corasick 0.7.20",
klensye1c33132023-06-21 09:32:34555 "clap",
flip19958d5f69d2021-10-21 11:13:17556 "indoc",
pierwillf684acd2022-03-04 17:54:28557 "itertools",
flip199544cea512021-07-01 16:18:02558 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49559 "shell-escape",
560 "walkdir",
561]
562
563[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29564name = "clippy_lints"
Philipp Krones6233d442023-10-06 15:47:56565version = "0.1.75"
Oliver Schneider847bb142018-05-11 12:11:06566dependencies = [
Weihang Lof795a152023-03-15 12:50:04567 "arrayvec",
Ralf Jung5aecfe42023-10-07 05:55:48568 "cargo_metadata 0.15.4",
flip19950046d7c2021-02-25 10:26:23569 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06570 "declare_clippy_lint",
Alex Crichton093ede22019-08-15 00:45:09571 "if_chain",
pierwillf684acd2022-03-04 17:54:28572 "itertools",
Alex Crichton093ede22019-08-15 00:45:09573 "quine-mc_cluskey",
Philipp Kronesa6d3c822023-07-02 13:07:47574 "regex",
Nilstrieb3295cdf2023-06-26 07:21:35575 "regex-syntax 0.7.2",
flip1995898ef0f2020-12-06 14:07:59576 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29577 "semver",
Alex Crichton093ede22019-08-15 00:45:09578 "serde",
flip1995c24058b2021-05-06 10:21:46579 "serde_json",
flip199537cdd7e2022-06-16 15:39:29580 "tempfile",
Nilstrieb3295cdf2023-06-26 07:21:35581 "toml 0.7.5",
Alex Crichton093ede22019-08-15 00:45:09582 "unicode-normalization",
flip199544cea512021-07-01 16:18:02583 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43584 "url",
Philipp Krones6233d442023-10-06 15:47:56585 "walkdir",
Oliver Schneider847bb142018-05-11 12:11:06586]
587
588[[package]]
flip19950046d7c2021-02-25 10:26:23589name = "clippy_utils"
Philipp Krones6233d442023-10-06 15:47:56590version = "0.1.75"
flip19950046d7c2021-02-25 10:26:23591dependencies = [
Weihang Lof795a152023-03-15 12:50:04592 "arrayvec",
flip19950046d7c2021-02-25 10:26:23593 "if_chain",
Jason Newcomb9a677672022-08-31 13:24:45594 "itertools",
flip19950046d7c2021-02-25 10:26:23595 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23596]
597
598[[package]]
Pietro Albini13efb202022-11-15 09:19:17599name = "collect-license-metadata"
600version = "0.1.0"
601dependencies = [
602 "anyhow",
603 "serde",
604 "serde_json",
605 "spdx-rs",
606]
607
608[[package]]
Ralf Jung10430db2022-07-15 14:04:23609name = "color-eyre"
610version = "0.6.2"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
613dependencies = [
614 "backtrace",
615 "color-spantrace",
616 "eyre",
617 "indenter",
618 "once_cell",
619 "owo-colors",
620 "tracing-error",
621]
622
623[[package]]
Philipp Krones6233d442023-10-06 15:47:56624name = "color-print"
625version = "0.3.5"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d"
628dependencies = [
629 "color-print-proc-macro",
630]
631
632[[package]]
633name = "color-print-proc-macro"
634version = "0.3.5"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f"
637dependencies = [
638 "nom",
639 "proc-macro2",
640 "quote",
641 "syn 1.0.109",
642]
643
644[[package]]
Ralf Jung10430db2022-07-15 14:04:23645name = "color-spantrace"
646version = "0.2.0"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
649dependencies = [
650 "once_cell",
651 "owo-colors",
652 "tracing-core",
653 "tracing-error",
654]
655
656[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35657name = "colorchoice"
658version = "1.0.0"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
661
662[[package]]
Nick Cameron127f9a62018-04-25 22:11:28663name = "colored"
Martin Kröning7928c7e2023-09-19 12:15:53664version = "2.0.4"
Nick Cameron127f9a62018-04-25 22:11:28665source = "registry+https://github.com/rust-lang/crates.io-index"
Martin Kröning7928c7e2023-09-19 12:15:53666checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
Nick Cameron127f9a62018-04-25 22:11:28667dependencies = [
Martin Kröning7928c7e2023-09-19 12:15:53668 "is-terminal",
Yuki Okushi1f0a39502020-05-26 04:00:42669 "lazy_static",
Martin Kröning7928c7e2023-09-19 12:15:53670 "windows-sys 0.48.0",
Nick Cameron127f9a62018-04-25 22:11:28671]
672
673[[package]]
Philipp Kronesac25a732023-08-24 19:33:17674name = "comma"
675version = "1.0.0"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
678
679[[package]]
Alex Crichton147e2da2016-10-07 06:30:38680name = "compiler_builtins"
Sean Cross00280c82023-08-12 08:53:18681version = "0.1.101"
Alex Crichton4c21a3b2018-11-20 05:52:50682source = "registry+https://github.com/rust-lang/crates.io-index"
Sean Cross00280c82023-08-12 08:53:18683checksum = "01a6d58e9c3408138099a396a98fd0d0e6cfb25d723594d2ae48b5004513fd5b"
Alex Crichton147e2da2016-10-07 06:30:38684dependencies = [
Alex Crichton093ede22019-08-15 00:45:09685 "cc",
686 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38687]
688
689[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29690name = "compiletest"
691version = "0.0.0"
692dependencies = [
David Tolnay6b7b7752023-05-14 14:13:00693 "anyhow",
yukang414eb482023-02-03 16:23:11694 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42695 "colored",
Alex Crichton093ede22019-08-15 00:45:09696 "diff",
Alex Crichton093ede22019-08-15 00:45:09697 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21698 "glob",
Pietro Albinic2306372023-09-15 14:09:45699 "home",
Eric Hussfab89962022-08-08 04:26:13700 "lazycell",
Alex Crichton093ede22019-08-15 00:45:09701 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:47702 "miow",
Jakob Degen17395b42022-10-31 00:17:25703 "miropt-test-tools",
klensy58e74702023-02-21 12:58:33704 "once_cell",
Alex Crichton093ede22019-08-15 00:45:09705 "regex",
Philipp Krones586cbd02022-06-04 12:07:44706 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09707 "serde",
708 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00709 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00710 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42711 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09712 "walkdir",
klensy3c03cce2023-05-09 15:20:13713 "windows",
Oliver Schneideracdf83f2017-12-06 08:25:29714]
715
716[[package]]
Philipp Kronesac25a732023-08-24 19:33:17717name = "console"
718version = "0.15.7"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
721dependencies = [
722 "encode_unicode",
723 "lazy_static",
724 "libc",
725 "unicode-width",
726 "windows-sys 0.45.0",
727]
728
729[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45730name = "convert_case"
731version = "0.4.0"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
734
735[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29736name = "core"
737version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16738dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:41739 "rand",
Thom Chiovoloni08127592022-05-02 06:10:56740 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16741]
Ahmed Charles9ca382f2016-09-02 08:55:29742
743[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44744name = "core-foundation"
745version = "0.9.3"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
748dependencies = [
749 "core-foundation-sys",
750 "libc",
751]
752
753[[package]]
nilsf77541a2023-04-11 11:46:41754name = "core-foundation-sys"
755version = "0.8.4"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
758
759[[package]]
Zalathar13671042023-08-11 01:52:37760name = "coverage-dump"
761version = "0.1.0"
762dependencies = [
763 "anyhow",
764 "leb128",
765 "md-5",
766 "miniz_oxide",
767 "regex",
768 "rustc-demangle",
769]
770
771[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48772name = "coverage_test_macros"
773version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48774
775[[package]]
pierwillef6dd122022-02-10 16:54:01776name = "cpufeatures"
Nilstrieb3295cdf2023-06-26 07:21:35777version = "0.2.8"
Pietro Albiniacd8e592020-10-01 15:15:12778source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35779checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
pierwillef6dd122022-02-10 16:54:01780dependencies = [
781 "libc",
782]
Pietro Albiniacd8e592020-10-01 15:15:12783
784[[package]]
Alex Crichtonb4110902018-12-08 11:06:54785name = "crc32fast"
klensy43512e62022-07-26 16:16:43786version = "1.3.2"
Alex Crichtonb4110902018-12-08 11:06:54787source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43788checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Alex Crichtonb4110902018-12-08 11:06:54789dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42790 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54791]
Alex Crichton38bedfa2017-09-02 03:46:51792
793[[package]]
kennytmcab21f12018-07-26 21:58:55794name = "crossbeam-channel"
klensy9b6a6b12023-05-26 10:03:47795version = "0.5.8"
Matthias Krüger451d4922020-02-10 19:47:38796source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47797checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
Matthias Krüger451d4922020-02-10 19:47:38798dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42799 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07800 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38801]
802
803[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45804name = "crossbeam-deque"
Nilstrieb3295cdf2023-06-26 07:21:35805version = "0.8.3"
Josh Stone33c41252019-09-10 17:13:07806source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35807checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
Josh Stone33c41252019-09-10 17:13:07808dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42809 "cfg-if",
Igor Matuszewski5b091302019-12-10 15:01:01810 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07811 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07812]
813
814[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45815name = "crossbeam-epoch"
Nilstrieb3295cdf2023-06-26 07:21:35816version = "0.9.15"
Matthias Krüger696fb8f2019-01-21 15:32:43817source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35818checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
Matthias Krüger696fb8f2019-01-21 15:32:43819dependencies = [
bjorn3aa1ab512022-12-12 16:51:39820 "autocfg",
Chris Denton531f3c9e2022-12-20 15:26:42821 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07822 "crossbeam-utils",
Nilstrieb3295cdf2023-06-26 07:21:35823 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16824 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43825]
826
827[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45828name = "crossbeam-utils"
Nilstrieb3295cdf2023-06-26 07:21:35829version = "0.8.16"
Eric Husse0f2f9d2019-11-12 17:57:41830source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35831checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
Eric Husse0f2f9d2019-11-12 17:57:41832dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42833 "cfg-if",
Eric Huss71bf7cf2020-10-14 22:16:47834]
835
836[[package]]
Weihang Lo6306fd32023-01-04 15:33:59837name = "crypto-common"
838version = "0.1.6"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
841dependencies = [
842 "generic-array",
843 "typenum",
pierwillef6dd122022-02-10 16:54:01844]
845
846[[package]]
León Orell Valerian Liehr3788b7a2023-07-04 17:53:44847name = "cstr"
848version = "0.2.8"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
851dependencies = [
852 "proc-macro2",
853 "quote",
854]
855
856[[package]]
Ralf Jung13e47662023-05-23 10:10:18857name = "ctrlc"
Nilstrieb3295cdf2023-06-26 07:21:35858version = "3.4.0"
Ralf Jung13e47662023-05-23 10:10:18859source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35860checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
Ralf Jung13e47662023-05-23 10:10:18861dependencies = [
862 "nix",
Philipp Kronesac25a732023-08-24 19:33:17863 "windows-sys 0.48.0",
Ralf Jung13e47662023-05-23 10:10:18864]
865
866[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58867name = "curl"
Weihang Lobfce2272022-11-04 23:50:44868version = "0.4.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58869source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44870checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58871dependencies = [
Alex Crichton093ede22019-08-15 00:45:09872 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09873 "libc",
874 "openssl-probe",
875 "openssl-sys",
876 "schannel",
klensyd5e8ad42021-07-04 18:49:56877 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31878 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58879]
880
881[[package]]
882name = "curl-sys"
Nilstrieb3295cdf2023-06-26 07:21:35883version = "0.4.63+curl-8.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58884source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35885checksum = "aeb0fef7046022a1e2ad67a004978f0e3cacb9e3123dc62ce768f92197b771dc"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58886dependencies = [
Alex Crichton093ede22019-08-15 00:45:09887 "cc",
888 "libc",
Alex Crichton093ede22019-08-15 00:45:09889 "libz-sys",
890 "openssl-sys",
891 "pkg-config",
892 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31893 "winapi",
Josh Stone020c5ec2017-05-08 22:01:13894]
895
896[[package]]
Oli Scherer29de70d2023-07-25 13:09:53897name = "darling"
Jakub Beránekf17047b2023-09-12 16:32:32898version = "0.14.4"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
901dependencies = [
902 "darling_core 0.14.4",
903 "darling_macro 0.14.4",
904]
905
906[[package]]
907name = "darling"
Oli Scherer29de70d2023-07-25 13:09:53908version = "0.20.3"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
911dependencies = [
Jakub Beránekf17047b2023-09-12 16:32:32912 "darling_core 0.20.3",
913 "darling_macro 0.20.3",
914]
915
916[[package]]
917name = "darling_core"
918version = "0.14.4"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
921dependencies = [
922 "fnv",
923 "ident_case",
924 "proc-macro2",
925 "quote",
926 "strsim",
927 "syn 1.0.109",
Oli Scherer29de70d2023-07-25 13:09:53928]
929
930[[package]]
931name = "darling_core"
932version = "0.20.3"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
935dependencies = [
936 "fnv",
937 "ident_case",
938 "proc-macro2",
939 "quote",
940 "strsim",
Ralf Jung47ba2a92023-08-22 11:47:38941 "syn 2.0.29",
Oli Scherer29de70d2023-07-25 13:09:53942]
943
944[[package]]
945name = "darling_macro"
Jakub Beránekf17047b2023-09-12 16:32:32946version = "0.14.4"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
949dependencies = [
950 "darling_core 0.14.4",
951 "quote",
952 "syn 1.0.109",
953]
954
955[[package]]
956name = "darling_macro"
Oli Scherer29de70d2023-07-25 13:09:53957version = "0.20.3"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
960dependencies = [
Jakub Beránekf17047b2023-09-12 16:32:32961 "darling_core 0.20.3",
Oli Scherer29de70d2023-07-25 13:09:53962 "quote",
Ralf Jung47ba2a92023-08-22 11:47:38963 "syn 2.0.29",
Oli Scherer29de70d2023-07-25 13:09:53964]
965
966[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51967name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22968version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51969source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09970checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51971
972[[package]]
Philipp Kronesd4077782022-11-21 19:52:06973name = "declare_clippy_lint"
Philipp Krones6233d442023-10-06 15:47:56974version = "0.1.75"
Philipp Kronesd4077782022-11-21 19:52:06975dependencies = [
976 "itertools",
977 "quote",
Ralf Jung47ba2a92023-08-22 11:47:38978 "syn 2.0.29",
Philipp Kronesd4077782022-11-21 19:52:06979]
980
981[[package]]
Jakub Beránekf17047b2023-09-12 16:32:32982name = "derive_builder"
983version = "0.12.0"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
986dependencies = [
987 "derive_builder_macro",
988]
989
990[[package]]
991name = "derive_builder_core"
992version = "0.12.0"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
995dependencies = [
996 "darling 0.14.4",
997 "proc-macro2",
998 "quote",
999 "syn 1.0.109",
1000]
1001
1002[[package]]
1003name = "derive_builder_macro"
1004version = "0.12.0"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
1007dependencies = [
1008 "derive_builder_core",
1009 "syn 1.0.109",
1010]
1011
1012[[package]]
Maybe Wafflee20e5062022-11-28 11:11:451013name = "derive_more"
1014version = "0.99.17"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1017dependencies = [
1018 "convert_case",
1019 "proc-macro2",
1020 "quote",
1021 "rustc_version",
Nilstrieb3295cdf2023-06-26 07:21:351022 "syn 1.0.109",
Maybe Wafflee20e5062022-11-28 11:11:451023]
1024
1025[[package]]
Oli Scherer29de70d2023-07-25 13:09:531026name = "derive_setters"
1027version = "0.1.6"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
1030dependencies = [
Jakub Beránekf17047b2023-09-12 16:32:321031 "darling 0.20.3",
Oli Scherer29de70d2023-07-25 13:09:531032 "proc-macro2",
1033 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381034 "syn 2.0.29",
Oli Scherer29de70d2023-07-25 13:09:531035]
1036
1037[[package]]
Cengiz Can837817c2017-04-27 19:41:181038name = "diff"
klensy43512e62022-07-26 16:16:431039version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:181040source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431041checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:181042
1043[[package]]
James Munnsde763692019-01-19 02:39:371044name = "digest"
Nilstrieb3295cdf2023-06-26 07:21:351045version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:121046source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351047checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
Pietro Albiniacd8e592020-10-01 15:15:121048dependencies = [
klensy45fac342022-08-31 20:04:121049 "block-buffer",
pierwillef6dd122022-02-10 16:54:011050 "crypto-common",
James Munnsde763692019-01-19 02:39:371051]
1052
1053[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451054name = "directories"
Ralf Jung5aecfe42023-10-07 05:55:481055version = "5.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451056source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung5aecfe42023-10-07 05:55:481057checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
Ralf Jung44b0fd62018-11-28 20:22:451058dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:481059 "dirs-sys 0.4.1",
Ralf Jung44b0fd62018-11-28 20:22:451060]
1061
1062[[package]]
flip19954c228cc2019-02-18 09:32:581063name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:541064version = "4.0.0"
flip19954c228cc2019-02-18 09:32:581065source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:541066checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:581067dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:481068 "dirs-sys 0.3.7",
flip19954c228cc2019-02-18 09:32:581069]
1070
1071[[package]]
flip19950046d7c2021-02-25 10:26:231072name = "dirs-next"
1073version = "2.0.0"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1076dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421077 "cfg-if",
flip19950046d7c2021-02-25 10:26:231078 "dirs-sys-next",
1079]
1080
1081[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321082name = "dirs-sys"
Nilstrieb3295cdf2023-06-26 07:21:351083version = "0.3.7"
Ralf Jung4e8626e2019-06-13 07:58:321084source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351085checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
Ralf Jung4e8626e2019-06-13 07:58:321086dependencies = [
Alex Crichton093ede22019-08-15 00:45:091087 "libc",
Jubilee Young27ef7192021-04-23 22:49:471088 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311089 "winapi",
flip19950046d7c2021-02-25 10:26:231090]
1091
1092[[package]]
Ralf Jung5aecfe42023-10-07 05:55:481093name = "dirs-sys"
1094version = "0.4.1"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1097dependencies = [
1098 "libc",
1099 "option-ext",
1100 "redox_users",
1101 "windows-sys 0.48.0",
1102]
1103
1104[[package]]
flip19950046d7c2021-02-25 10:26:231105name = "dirs-sys-next"
1106version = "0.1.2"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1109dependencies = [
1110 "libc",
Jubilee Young27ef7192021-04-23 22:49:471111 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311112 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321113]
1114
1115[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421116name = "displaydoc"
Nilstrieb3295cdf2023-06-26 07:21:351117version = "0.2.4"
Manish Goregaokar288194e2022-10-19 23:24:421118source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351119checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
Manish Goregaokar288194e2022-10-19 23:24:421120dependencies = [
1121 "proc-macro2",
1122 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381123 "syn 2.0.29",
Manish Goregaokar288194e2022-10-19 23:24:421124]
1125
1126[[package]]
klensyceee8802022-11-22 14:41:061127name = "dissimilar"
Nilstrieb3295cdf2023-06-26 07:21:351128version = "1.0.6"
klensyceee8802022-11-22 14:41:061129source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351130checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e"
klensyceee8802022-11-22 14:41:061131
1132[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291133name = "dlmalloc"
Nilstrieb3295cdf2023-06-26 07:21:351134version = "0.2.4"
Alex Crichton4c21a3b2018-11-20 05:52:501135source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351136checksum = "203540e710bfadb90e5e29930baf5d10270cec1f43ab34f46f78b147b2de715a"
Oliver Schneideracdf83f2017-12-06 08:25:291137dependencies = [
Alex Crichton093ede22019-08-15 00:45:091138 "compiler_builtins",
1139 "libc",
1140 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291141]
1142
1143[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291144name = "either"
Nilstrieb3295cdf2023-06-26 07:21:351145version = "1.8.1"
Oliver Schneideracdf83f2017-12-06 08:25:291146source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351147checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
Oliver Schneideracdf83f2017-12-06 08:25:291148
1149[[package]]
steveklabnikecfbaca2018-04-03 14:32:041150name = "elasticlunr-rs"
Nilstrieb3295cdf2023-06-26 07:21:351151version = "3.0.2"
steveklabnikecfbaca2018-04-03 14:32:041152source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351153checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
steveklabnikecfbaca2018-04-03 14:32:041154dependencies = [
Alex Crichton093ede22019-08-15 00:45:091155 "regex",
1156 "serde",
1157 "serde_derive",
1158 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041159]
1160
1161[[package]]
Oli Schererdecfb4d2023-02-21 08:37:101162name = "elsa"
Oli Scherer457a1622023-04-05 08:07:291163version = "1.7.1"
Oli Schererdecfb4d2023-02-21 08:37:101164source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer457a1622023-04-05 08:07:291165checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
Oli Schererdecfb4d2023-02-21 08:37:101166dependencies = [
1167 "stable_deref_trait",
1168]
1169
1170[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121171name = "ena"
The 84727cce6182023-03-06 14:07:021172version = "0.14.2"
Markus Westerlindcaacdd22020-02-25 08:47:071173source = "registry+https://github.com/rust-lang/crates.io-index"
The 84727cce6182023-03-06 14:07:021174checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
varkor443a2d42019-03-19 21:30:071175dependencies = [
Alex Crichton093ede22019-08-15 00:45:091176 "log",
varkor443a2d42019-03-19 21:30:071177]
1178
1179[[package]]
Philipp Kronesac25a732023-08-24 19:33:171180name = "encode_unicode"
1181version = "0.3.6"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1184
1185[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441186name = "encoding_rs"
1187version = "0.8.32"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
1190dependencies = [
1191 "cfg-if",
1192]
1193
1194[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581195name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201196version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421197source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201198checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231199dependencies = [
Alex Crichton093ede22019-08-15 00:45:091200 "atty",
Eric Hussd45d8b12020-01-21 17:55:431201 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091202 "log",
1203 "regex",
1204 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231205]
1206
1207[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561208name = "env_logger"
Weihang Lo1e5dad02022-11-25 22:37:041209version = "0.10.0"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1212dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351213 "humantime 2.1.0",
Weihang Lo1e5dad02022-11-25 22:37:041214 "is-terminal",
1215 "log",
1216 "regex",
1217 "termcolor",
1218]
1219
1220[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351221name = "equivalent"
1222version = "1.0.0"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
1225
1226[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041227name = "errno"
WANG Rui7aa257f2023-04-23 07:58:381228version = "0.3.1"
Weihang Lo1e5dad02022-11-25 22:37:041229source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Rui7aa257f2023-04-23 07:58:381230checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
Weihang Lo1e5dad02022-11-25 22:37:041231dependencies = [
1232 "errno-dragonfly",
1233 "libc",
Philipp Kronesac25a732023-08-24 19:33:171234 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:041235]
1236
1237[[package]]
1238name = "errno-dragonfly"
1239version = "0.1.2"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1242dependencies = [
1243 "cc",
1244 "libc",
1245]
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",
Ezra Shaw53044152023-02-25 09:59:201252 "rustc_error_codes",
Mark Simulacrume2e9b402017-07-23 02:01:581253]
Ahmed Charles9ca382f2016-09-02 08:55:291254
1255[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301256name = "expand-yaml-anchors"
1257version = "0.1.0"
1258dependencies = [
1259 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001260 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301261]
1262
1263[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501264name = "expect-test"
Nilstrieb3295cdf2023-06-26 07:21:351265version = "1.4.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501266source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351267checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3"
Aleksey Kladovf7be59c2020-08-21 12:03:501268dependencies = [
klensyceee8802022-11-22 14:41:061269 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501270 "once_cell",
1271]
1272
1273[[package]]
Ralf Jung10430db2022-07-15 14:04:231274name = "eyre"
1275version = "0.6.8"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1278dependencies = [
1279 "indenter",
1280 "once_cell",
1281]
1282
1283[[package]]
David Wood2dc1a8a2021-12-03 14:24:051284name = "fallible-iterator"
dirreke74817b72023-08-14 14:57:381285version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:051286source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:381287checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
David Wood2dc1a8a2021-12-03 14:24:051288
1289[[package]]
Ralf Jung55162732022-11-15 19:06:421290name = "fastrand"
chenx97141c4632023-09-21 11:31:011291version = "2.0.0"
Ralf Jung55162732022-11-15 19:06:421292source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:011293checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
Ralf Jung55162732022-11-15 19:06:421294
1295[[package]]
John Kåre Alsaker7aab1dd2023-04-30 07:29:021296name = "field-offset"
est31b0483962023-06-05 02:53:301297version = "0.3.6"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021298source = "registry+https://github.com/rust-lang/crates.io-index"
est31b0483962023-06-05 02:53:301299checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021300dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351301 "memoffset",
John Kåre Alsaker7aab1dd2023-04-30 07:29:021302 "rustc_version",
1303]
1304
1305[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291306name = "filetime"
Nilstrieb3295cdf2023-06-26 07:21:351307version = "0.2.21"
Alex Crichton924f8c72018-04-18 15:43:591308source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351309checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
Alex Crichton924f8c72018-04-18 15:43:591310dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421311 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091312 "libc",
Nilstrieb3295cdf2023-06-26 07:21:351313 "redox_syscall 0.2.16",
Philipp Kronesac25a732023-08-24 19:33:171314 "windows-sys 0.48.0",
Alex Crichton924f8c72018-04-18 15:43:591315]
1316
1317[[package]]
Josh Stone020c5ec2017-05-08 22:01:131318name = "flate2"
Nilstrieb3295cdf2023-06-26 07:21:351319version = "1.0.26"
Felix Schütt7c13fa32017-12-31 14:34:291320source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351321checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
Felix Schütt7c13fa32017-12-31 14:34:291322dependencies = [
Alex Crichton093ede22019-08-15 00:45:091323 "crc32fast",
Jubilee Young079949d2023-06-29 23:18:361324 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291325]
1326
1327[[package]]
David Wood7f916972022-03-26 07:27:431328name = "fluent-bundle"
1329version = "0.15.2"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1332dependencies = [
1333 "fluent-langneg",
1334 "fluent-syntax",
1335 "intl-memoizer",
1336 "intl_pluralrules",
1337 "rustc-hash",
1338 "self_cell",
1339 "smallvec",
1340 "unic-langid",
1341]
1342
1343[[package]]
1344name = "fluent-langneg"
1345version = "0.13.0"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1348dependencies = [
1349 "unic-langid",
1350]
1351
1352[[package]]
1353name = "fluent-syntax"
1354version = "0.11.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1357dependencies = [
1358 "thiserror",
1359]
1360
1361[[package]]
Simon Sapinb77ff242017-07-18 21:26:551362name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441363version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551364source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441365checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551366
1367[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441368name = "foreign-types"
1369version = "0.3.2"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1372dependencies = [
1373 "foreign-types-shared",
1374]
1375
1376[[package]]
1377name = "foreign-types-shared"
1378version = "0.1.1"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1381
1382[[package]]
Eric Hussf3287a62021-05-12 00:39:511383name = "form_urlencoded"
Nilstrieb3295cdf2023-06-26 07:21:351384version = "1.2.0"
Eric Hussf3287a62021-05-12 00:39:511385source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351386checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
Eric Hussf3287a62021-05-12 00:39:511387dependencies = [
Eric Huss4a7e2fb2022-08-21 04:19:431388 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511389]
1390
1391[[package]]
Jethro Beekman4a350562018-08-28 04:33:261392name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491393version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501394source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491395checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261396dependencies = [
Alex Crichton093ede22019-08-15 00:45:091397 "compiler_builtins",
1398 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261399]
1400
1401[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471402name = "fs-err"
Nilstrieb3295cdf2023-06-26 07:21:351403version = "2.9.0"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471404source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351405checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471406
1407[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441408name = "fs_extra"
1409version = "1.3.0"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1412
1413[[package]]
steveklabnikecfbaca2018-04-03 14:32:041414name = "futf"
Eric Huss04b75a72022-06-22 23:49:241415version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041416source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241417checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041418dependencies = [
Alex Crichton093ede22019-08-15 00:45:091419 "mac",
1420 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041421]
1422
1423[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121424name = "futures"
Deadbeef2c646882023-04-08 09:38:571425version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541426source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571427checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
Caleb Cartwright63913182021-02-10 01:52:541428dependencies = [
1429 "futures-channel",
1430 "futures-core",
1431 "futures-executor",
1432 "futures-io",
1433 "futures-sink",
1434 "futures-task",
1435 "futures-util",
1436]
1437
1438[[package]]
1439name = "futures-channel"
Deadbeef2c646882023-04-08 09:38:571440version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541441source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571442checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
Caleb Cartwright63913182021-02-10 01:52:541443dependencies = [
1444 "futures-core",
1445 "futures-sink",
1446]
1447
1448[[package]]
1449name = "futures-core"
Deadbeef2c646882023-04-08 09:38:571450version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541451source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571452checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
Caleb Cartwright63913182021-02-10 01:52:541453
1454[[package]]
1455name = "futures-executor"
Deadbeef2c646882023-04-08 09:38:571456version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541457source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571458checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
Caleb Cartwright63913182021-02-10 01:52:541459dependencies = [
1460 "futures-core",
1461 "futures-task",
1462 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541463]
1464
1465[[package]]
1466name = "futures-io"
Deadbeef2c646882023-04-08 09:38:571467version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541468source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571469checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
Caleb Cartwright63913182021-02-10 01:52:541470
1471[[package]]
1472name = "futures-macro"
Deadbeef2c646882023-04-08 09:38:571473version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541474source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571475checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
Caleb Cartwright63913182021-02-10 01:52:541476dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541477 "proc-macro2",
1478 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381479 "syn 2.0.29",
Caleb Cartwright63913182021-02-10 01:52:541480]
1481
1482[[package]]
1483name = "futures-sink"
Deadbeef2c646882023-04-08 09:38:571484version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541485source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571486checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
Caleb Cartwright63913182021-02-10 01:52:541487
1488[[package]]
1489name = "futures-task"
Deadbeef2c646882023-04-08 09:38:571490version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541491source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571492checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
Caleb Cartwright63913182021-02-10 01:52:541493
1494[[package]]
1495name = "futures-util"
Deadbeef2c646882023-04-08 09:38:571496version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541497source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571498checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
Caleb Cartwright63913182021-02-10 01:52:541499dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541500 "futures-channel",
1501 "futures-core",
1502 "futures-io",
1503 "futures-macro",
1504 "futures-sink",
1505 "futures-task",
1506 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311507 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541508 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541509 "slab",
1510]
1511
1512[[package]]
Pietro Albini4af7de12022-11-15 10:27:191513name = "generate-copyright"
1514version = "0.1.0"
1515dependencies = [
1516 "anyhow",
1517 "serde",
1518 "serde_json",
1519]
1520
1521[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:071522name = "generate-windows-sys"
1523version = "0.1.0"
1524dependencies = [
1525 "windows-bindgen",
1526]
1527
1528[[package]]
James Munnsde763692019-01-19 02:39:371529name = "generic-array"
Nilstrieb3295cdf2023-06-26 07:21:351530version = "0.14.7"
Pietro Albiniacd8e592020-10-01 15:15:121531source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351532checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
Pietro Albiniacd8e592020-10-01 15:15:121533dependencies = [
1534 "typenum",
1535 "version_check",
1536]
1537
1538[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291539name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081540version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291541source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081542checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361543dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081544 "rustc-std-workspace-core",
1545 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091546 "unicode-width",
varkore72f7e12019-04-30 19:37:361547]
Ahmed Charles9ca382f2016-09-02 08:55:291548
1549[[package]]
gnzlbg52caca02019-08-01 15:02:261550name = "getrandom"
Nilstrieb3295cdf2023-06-26 07:21:351551version = "0.2.10"
Ralf Jung0e908752020-09-17 18:04:201552source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351553checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
Ralf Jung0e908752020-09-17 18:04:201554dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421555 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201556 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411557 "wasi",
Ralf Jung0e908752020-09-17 18:04:201558]
1559
1560[[package]]
Alex Crichton06d565c2020-05-13 21:22:371561name = "gimli"
dirreke74817b72023-08-14 14:57:381562version = "0.28.0"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191565dependencies = [
1566 "compiler_builtins",
dirreke74817b72023-08-14 14:57:381567 "fallible-iterator",
1568 "indexmap 2.0.0",
Michael Howellcf83a1d2022-11-03 17:10:151569 "rustc-std-workspace-alloc",
1570 "rustc-std-workspace-core",
dirreke74817b72023-08-14 14:57:381571 "stable_deref_trait",
David Wood2dc1a8a2021-12-03 14:24:051572]
1573
1574[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581575name = "glob"
Nilstrieb3295cdf2023-06-26 07:21:351576version = "0.3.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581577source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351578checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581579
1580[[package]]
Simon Sapinb77ff242017-07-18 21:26:551581name = "globset"
klensy9b6a6b12023-05-26 10:03:471582version = "0.4.10"
Simon Sapinb77ff242017-07-18 21:26:551583source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471584checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
Simon Sapinb77ff242017-07-18 21:26:551585dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351586 "aho-corasick 0.7.20",
klensy9b6a6b12023-05-26 10:03:471587 "bstr",
Alex Crichton093ede22019-08-15 00:45:091588 "fnv",
1589 "log",
1590 "regex",
Simon Sapinb77ff242017-07-18 21:26:551591]
1592
1593[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291594name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461595version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291596source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461597checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291598dependencies = [
1599 "serde",
1600]
1601
1602[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441603name = "h2"
1604version = "0.3.19"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
1607dependencies = [
1608 "bytes",
1609 "fnv",
1610 "futures-core",
1611 "futures-sink",
1612 "futures-util",
1613 "http",
1614 "indexmap 1.9.3",
1615 "slab",
1616 "tokio",
1617 "tokio-util",
1618 "tracing",
1619]
1620
1621[[package]]
Steve Klabnika0769612017-02-07 23:13:571622name = "handlebars"
Nilstrieb3295cdf2023-06-26 07:21:351623version = "4.3.7"
Steve Klabnika0769612017-02-07 23:13:571624source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351625checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"
Steve Klabnika0769612017-02-07 23:13:571626dependencies = [
Alex Crichton093ede22019-08-15 00:45:091627 "log",
1628 "pest",
1629 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091630 "serde",
1631 "serde_json",
klensy45fac342022-08-31 20:04:121632 "thiserror",
James Munnsde763692019-01-19 02:39:371633]
1634
1635[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051636name = "hashbrown"
Amanieu d'Antras931a8f82022-07-17 11:23:261637version = "0.12.3"
Markus Westerlind7cf8d3a2020-10-05 08:50:511638source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antras931a8f82022-07-17 11:23:261639checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
The 8472479be6a2023-06-08 14:55:491640
1641[[package]]
1642name = "hashbrown"
1643version = "0.14.0"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
1646dependencies = [
dirreke74817b72023-08-14 14:57:381647 "ahash",
The 8472479be6a2023-06-08 14:55:491648 "allocator-api2",
Urgau0b9feea2023-05-06 22:35:551649 "compiler_builtins",
1650 "rustc-std-workspace-alloc",
1651 "rustc-std-workspace-core",
Amanieu d'Antrasa529ba82023-01-09 17:49:241652]
1653
1654[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471655name = "heck"
Nilstrieb3295cdf2023-06-26 07:21:351656version = "0.4.1"
Caleb Cartwrightf367f4d2022-06-13 03:04:541657source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351658checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
Caleb Cartwrightf367f4d2022-06-13 03:04:541659
1660[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101661name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301662version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101663source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301664checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101665dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071666 "libc",
1667]
1668
1669[[package]]
1670name = "hermit-abi"
Stefan Lankes8666ade2023-07-04 13:58:021671version = "0.3.2"
Stefan Lankes7143379a2022-12-06 19:31:431672source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes8666ade2023-07-04 13:58:021673checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
Stefan Lankes7143379a2022-12-06 19:31:431674dependencies = [
1675 "compiler_builtins",
joboet262193e2022-09-06 08:44:051676 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101677 "rustc-std-workspace-core",
1678]
1679
1680[[package]]
Alex Crichton1cede102017-06-15 02:33:061681name = "hex"
Nilstrieb3295cdf2023-06-26 07:21:351682version = "0.4.3"
Aaron Hilld440e132019-09-16 18:45:401683source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351684checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
Aaron Hilld440e132019-09-16 18:45:401685
1686[[package]]
Pietro Albinic2306372023-09-15 14:09:451687name = "home"
1688version = "0.5.5"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
1691dependencies = [
1692 "windows-sys 0.48.0",
1693]
1694
1695[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181696name = "html-checker"
1697version = "0.1.0"
1698dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001699 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181700 "walkdir",
1701]
1702
1703[[package]]
steveklabnikecfbaca2018-04-03 14:32:041704name = "html5ever"
klensy947e7872022-04-15 18:11:141705version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471706source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141707checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471708dependencies = [
Alex Crichton093ede22019-08-15 00:45:091709 "log",
1710 "mac",
1711 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151712 "proc-macro2",
1713 "quote",
Nilstrieb3295cdf2023-06-26 07:21:351714 "syn 1.0.109",
Eric Huss2dafa912019-06-19 03:36:471715]
1716
1717[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441718name = "http"
1719version = "0.2.9"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1722dependencies = [
1723 "bytes",
1724 "fnv",
1725 "itoa",
1726]
1727
1728[[package]]
1729name = "http-body"
1730version = "0.4.5"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1733dependencies = [
1734 "bytes",
1735 "http",
1736 "pin-project-lite",
1737]
1738
1739[[package]]
1740name = "httparse"
1741version = "1.8.0"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1744
1745[[package]]
1746name = "httpdate"
1747version = "1.0.2"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1750
1751[[package]]
1752name = "humansize"
1753version = "2.1.3"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
1756dependencies = [
1757 "libm 0.2.7",
1758]
1759
1760[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481761name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561762version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481763source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561764checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481765dependencies = [
Weihang Lof795a152023-03-15 12:50:041766 "quick-error",
Alex Crichton87f3dda2018-03-01 19:08:481767]
1768
1769[[package]]
Eric Hussd45d8b12020-01-21 17:55:431770name = "humantime"
Nilstrieb3295cdf2023-06-26 07:21:351771version = "2.1.0"
Eric Hussd45d8b12020-01-21 17:55:431772source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351773checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
Eric Hussd45d8b12020-01-21 17:55:431774
1775[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441776name = "hyper"
1777version = "0.14.22"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064"
1780dependencies = [
1781 "bytes",
1782 "futures-channel",
1783 "futures-core",
1784 "futures-util",
1785 "h2",
1786 "http",
1787 "http-body",
1788 "httparse",
1789 "httpdate",
1790 "itoa",
1791 "pin-project-lite",
1792 "socket2",
1793 "tokio",
1794 "tower-service",
1795 "tracing",
1796 "want",
1797]
1798
1799[[package]]
1800name = "hyper-tls"
1801version = "0.5.0"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1804dependencies = [
1805 "bytes",
1806 "hyper",
1807 "native-tls",
1808 "tokio",
1809 "tokio-native-tls",
1810]
1811
1812[[package]]
nilsf77541a2023-04-11 11:46:411813name = "iana-time-zone"
Nilstrieb3295cdf2023-06-26 07:21:351814version = "0.1.57"
nilsf77541a2023-04-11 11:46:411815source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351816checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
nilsf77541a2023-04-11 11:46:411817dependencies = [
1818 "android_system_properties",
1819 "core-foundation-sys",
1820 "iana-time-zone-haiku",
1821 "js-sys",
1822 "wasm-bindgen",
klensy3c03cce2023-05-09 15:20:131823 "windows",
nilsf77541a2023-04-11 11:46:411824]
1825
1826[[package]]
1827name = "iana-time-zone-haiku"
klensy9b6a6b12023-05-26 10:03:471828version = "0.1.2"
nilsf77541a2023-04-11 11:46:411829source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471830checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
nilsf77541a2023-04-11 11:46:411831dependencies = [
klensy9b6a6b12023-05-26 10:03:471832 "cc",
nilsf77541a2023-04-11 11:46:411833]
1834
1835[[package]]
Charles Lewa7750042022-11-06 06:43:251836name = "icu_list"
Manish Goregaokar522eeba42023-05-02 17:36:181837version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251838source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181839checksum = "fd7ba7442d9235b689d4fdce17c452ea229934980fd81ba50cc28275752c9f90"
Charles Lewa7750042022-11-06 06:43:251840dependencies = [
1841 "displaydoc",
Charles Lewa7750042022-11-06 06:43:251842 "icu_provider",
1843 "regex-automata 0.2.0",
1844 "writeable",
Charles Lewa7750042022-11-06 06:43:251845]
1846
1847[[package]]
1848name = "icu_locid"
Manish Goregaokar522eeba42023-05-02 17:36:181849version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251850source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181851checksum = "3003f85dccfc0e238ff567693248c59153a46f4e6125ba4020b973cef4d1d335"
Charles Lewa7750042022-11-06 06:43:251852dependencies = [
1853 "displaydoc",
1854 "litemap",
1855 "tinystr",
1856 "writeable",
1857 "zerovec",
1858]
1859
1860[[package]]
1861name = "icu_provider"
Manish Goregaokar522eeba42023-05-02 17:36:181862version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251863source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181864checksum = "8dc312a7b6148f7dfe098047ae2494d12d4034f48ade58d4f353000db376e305"
Charles Lewa7750042022-11-06 06:43:251865dependencies = [
1866 "displaydoc",
1867 "icu_locid",
1868 "icu_provider_macros",
1869 "stable_deref_trait",
1870 "writeable",
1871 "yoke",
1872 "zerofrom",
1873 "zerovec",
1874]
1875
1876[[package]]
1877name = "icu_provider_adapters"
Manish Goregaokar522eeba42023-05-02 17:36:181878version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251879source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181880checksum = "f4ae1e2bd0c41728b77e7c46e9afdec5e2127d1eedacc684724667d50c126bd3"
Charles Lewa7750042022-11-06 06:43:251881dependencies = [
1882 "icu_locid",
1883 "icu_provider",
1884 "tinystr",
1885 "yoke",
1886 "zerovec",
1887]
1888
1889[[package]]
1890name = "icu_provider_macros"
Manish Goregaokar522eeba42023-05-02 17:36:181891version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251892source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181893checksum = "dd8b728b9421e93eff1d9f8681101b78fa745e0748c95c655c83f337044a7e10"
Charles Lewa7750042022-11-06 06:43:251894dependencies = [
1895 "proc-macro2",
1896 "quote",
Nilstrieb3295cdf2023-06-26 07:21:351897 "syn 1.0.109",
Charles Lewa7750042022-11-06 06:43:251898]
1899
1900[[package]]
Oli Scherer29de70d2023-07-25 13:09:531901name = "ident_case"
1902version = "1.0.1"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1905
1906[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581907name = "idna"
Nilstrieb3295cdf2023-06-26 07:21:351908version = "0.4.0"
Eric Hussf2428a62019-08-01 00:44:391909source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351910checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
Eric Hussf2428a62019-08-01 00:44:391911dependencies = [
Alex Crichton093ede22019-08-15 00:45:091912 "unicode-bidi",
1913 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391914]
1915
1916[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291917name = "if_chain"
Nilstrieb3295cdf2023-06-26 07:21:351918version = "1.0.2"
Oliver Schneideracdf83f2017-12-06 08:25:291919source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351920checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
Oliver Schneideracdf83f2017-12-06 08:25:291921
1922[[package]]
Simon Sapinb77ff242017-07-18 21:26:551923name = "ignore"
klensy9b6a6b12023-05-26 10:03:471924version = "0.4.20"
Simon Sapinb77ff242017-07-18 21:26:551925source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471926checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
Simon Sapinb77ff242017-07-18 21:26:551927dependencies = [
Alex Crichton093ede22019-08-15 00:45:091928 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421929 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091930 "log",
1931 "memchr",
1932 "regex",
1933 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591934 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091935 "walkdir",
1936 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551937]
1938
1939[[package]]
Ralf Jung10430db2022-07-15 14:04:231940name = "indenter"
1941version = "0.3.3"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1944
1945[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571946name = "indexmap"
John Kåre Alsaker27c44d22023-03-25 01:12:131947version = "1.9.3"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571948source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:131949checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
Josh Stone997a7662020-08-08 00:03:471950dependencies = [
1951 "autocfg",
Amanieu d'Antrasa529ba82023-01-09 17:49:241952 "hashbrown 0.12.3",
Josh Stone997a7662020-08-08 00:03:471953]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571954
1955[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351956name = "indexmap"
1957version = "2.0.0"
flip19958d5f69d2021-10-21 11:13:171958source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351959checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
1960dependencies = [
1961 "equivalent",
1962 "hashbrown 0.14.0",
Josh Stoned9b1fa92023-07-03 20:51:541963 "rustc-rayon",
1964 "serde",
Nilstrieb3295cdf2023-06-26 07:21:351965]
1966
1967[[package]]
Philipp Kronesac25a732023-08-24 19:33:171968name = "indicatif"
1969version = "0.17.6"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730"
1972dependencies = [
1973 "console",
1974 "instant",
1975 "number_prefix",
1976 "portable-atomic",
1977 "unicode-width",
1978]
1979
1980[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351981name = "indoc"
1982version = "1.0.9"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
flip19958d5f69d2021-10-21 11:13:171985
1986[[package]]
Josh Stone020c5ec2017-05-08 22:01:131987name = "installer"
1988version = "0.0.0"
1989dependencies = [
Michael Forney32025fd2020-05-25 00:08:451990 "anyhow",
klensye1c33132023-06-21 09:32:341991 "clap",
Alex Crichton093ede22019-08-15 00:45:091992 "flate2",
Alex Crichton093ede22019-08-15 00:45:091993 "num_cpus",
1994 "rayon",
Alex Crichton093ede22019-08-15 00:45:091995 "tar",
1996 "walkdir",
Alex Crichton093ede22019-08-15 00:45:091997 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131998]
1999
2000[[package]]
Mark Rousskov342d9562020-08-17 15:21:442001name = "instant"
flip1995e36e5a52021-12-06 11:33:552002version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:442003source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552004checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2005dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422006 "cfg-if",
flip1995e36e5a52021-12-06 11:33:552007]
Mark Rousskov342d9562020-08-17 15:21:442008
2009[[package]]
David Wood7f916972022-03-26 07:27:432010name = "intl-memoizer"
2011version = "0.5.1"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
2014dependencies = [
2015 "type-map",
2016 "unic-langid",
2017]
2018
2019[[package]]
2020name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:422021version = "7.0.2"
David Wood7f916972022-03-26 07:27:432022source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:422023checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:432024dependencies = [
David Wood7f916972022-03-26 07:27:432025 "unic-langid",
2026]
2027
2028[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442029name = "ipnet"
2030version = "2.7.2"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2033
2034[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042035name = "is-terminal"
Nilstrieb3295cdf2023-06-26 07:21:352036version = "0.4.8"
Weihang Lo1e5dad02022-11-25 22:37:042037source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352038checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
Weihang Lo1e5dad02022-11-25 22:37:042039dependencies = [
Stefan Lankes8666ade2023-07-04 13:58:022040 "hermit-abi 0.3.2",
chenx97141c4632023-09-21 11:31:012041 "rustix",
Philipp Kronesac25a732023-08-24 19:33:172042 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:042043]
2044
2045[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292046name = "itertools"
Weihang Lo9926f6e2022-10-22 12:05:482047version = "0.10.5"
Eric Huss78529352021-06-02 03:38:392048source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:482049checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
Eric Huss78529352021-06-02 03:38:392050dependencies = [
2051 "either",
2052]
2053
2054[[package]]
Steve Klabnik2795de32017-02-20 00:20:572055name = "itoa"
Weihang Loe52e0402023-03-07 22:16:272056version = "1.0.6"
Steve Klabnik2795de32017-02-20 00:20:572057source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:272058checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
Steve Klabnik2795de32017-02-20 00:20:572059
2060[[package]]
Rémy Rakicadab1352022-05-06 21:20:042061name = "jemalloc-sys"
Rémy Rakicdcfa64b2023-10-02 07:41:512062version = "0.5.4+5.3.0-patched"
Rémy Rakicadab1352022-05-06 21:20:042063source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdcfa64b2023-10-02 07:41:512064checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
Rémy Rakicadab1352022-05-06 21:20:042065dependencies = [
2066 "cc",
Rémy Rakicadab1352022-05-06 21:20:042067 "libc",
2068]
2069
2070[[package]]
Alex Crichton453080f2017-06-05 16:36:482071name = "jobserver"
Weihang Lo741f1af2023-02-28 21:10:422072version = "0.1.26"
Alex Crichton453080f2017-06-05 16:36:482073source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo741f1af2023-02-28 21:10:422074checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
Alex Crichton453080f2017-06-05 16:36:482075dependencies = [
Alex Crichton093ede22019-08-15 00:45:092076 "libc",
Alex Crichton453080f2017-06-05 16:36:482077]
2078
2079[[package]]
nilsf77541a2023-04-11 11:46:412080name = "js-sys"
Nilstrieb3295cdf2023-06-26 07:21:352081version = "0.3.64"
nilsf77541a2023-04-11 11:46:412082source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352083checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
nilsf77541a2023-04-11 11:46:412084dependencies = [
2085 "wasm-bindgen",
2086]
2087
2088[[package]]
Rune Tynan77156562021-01-16 01:34:152089name = "jsondocck"
2090version = "0.1.0"
2091dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:472092 "fs-err",
Rune Tynan77156562021-01-16 01:34:152093 "getopts",
2094 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:102095 "once_cell",
Rune Tynan77156562021-01-16 01:34:152096 "regex",
Rune Tynan77156562021-01-16 01:34:152097 "serde_json",
klensyc63cb012021-06-01 15:25:362098 "shlex",
Rune Tynan77156562021-01-16 01:34:152099]
2100
2101[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372102name = "jsondoclint"
2103version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392104dependencies = [
2105 "anyhow",
klensye1c33132023-06-21 09:32:342106 "clap",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392107 "fs-err",
ozkanonur52c71e62023-03-01 21:53:022108 "rustc-hash",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392109 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:452110 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392111 "serde_json",
2112]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372113
2114[[package]]
Rune Tynan77156562021-01-16 01:34:152115name = "jsonpath_lib"
2116version = "0.2.6"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
2119dependencies = [
2120 "array_tool",
2121 "env_logger 0.7.1",
2122 "log",
2123 "serde",
2124 "serde_json",
2125]
2126
2127[[package]]
Steve Klabnika0769612017-02-07 23:13:572128name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:572129version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:492130source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572131checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:492132
2133[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292134name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:442135version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:162136source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442137checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:162138
2139[[package]]
Zalathar13671042023-08-11 01:52:372140name = "leb128"
2141version = "0.2.5"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2144
2145[[package]]
Oli Scherer4fdb4ed2023-08-29 13:28:532146name = "levenshtein"
2147version = "1.0.5"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
2150
2151[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292152name = "libc"
dirrekeb8044772023-09-14 08:56:492153version = "0.2.148"
Ahmed Charles9ca382f2016-09-02 08:55:292154source = "registry+https://github.com/rust-lang/crates.io-index"
dirrekeb8044772023-09-14 08:56:492155checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
Alex Crichton4c21a3b2018-11-20 05:52:502156dependencies = [
Alex Crichton093ede22019-08-15 00:45:092157 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502158]
Ahmed Charles9ca382f2016-09-02 08:55:292159
2160[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382161name = "libffi"
Ulrich Weigand09541b52023-03-30 13:37:472162version = "3.2.0"
Ralf Jungfe7e2072022-09-02 14:49:382163source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:472164checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
Ralf Jungfe7e2072022-09-02 14:49:382165dependencies = [
2166 "libc",
2167 "libffi-sys",
2168]
2169
2170[[package]]
2171name = "libffi-sys"
WANG Ruic7b72482023-04-27 11:42:522172version = "2.3.0"
Ralf Jungfe7e2072022-09-02 14:49:382173source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Ruic7b72482023-04-27 11:42:522174checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
Ralf Jungfe7e2072022-09-02 14:49:382175dependencies = [
2176 "cc",
2177]
2178
2179[[package]]
Andy Russell923f9392021-11-08 23:03:552180name = "libloading"
Nilstrieb3295cdf2023-06-26 07:21:352181version = "0.7.4"
Andy Russell923f9392021-11-08 23:03:552182source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352183checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
Andy Russell923f9392021-11-08 23:03:552184dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422185 "cfg-if",
Andy Russell923f9392021-11-08 23:03:552186 "winapi",
2187]
2188
2189[[package]]
Ralf Jung6687c072023-10-01 05:03:422190name = "libloading"
2191version = "0.8.1"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
2194dependencies = [
2195 "cfg-if",
2196 "windows-sys 0.48.0",
2197]
2198
2199[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052200name = "libm"
2201version = "0.1.4"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2204
2205[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442206name = "libm"
2207version = "0.2.7"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2210
2211[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582212name = "libz-sys"
Nilstrieb3295cdf2023-06-26 07:21:352213version = "1.1.9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582214source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352215checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582216dependencies = [
Alex Crichton093ede22019-08-15 00:45:092217 "cc",
2218 "libc",
2219 "pkg-config",
2220 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582221]
2222
2223[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292224name = "linkchecker"
2225version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302226dependencies = [
2227 "once_cell",
2228 "regex",
2229]
Ahmed Charles9ca382f2016-09-02 08:55:292230
2231[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302232name = "linked-hash-map"
Nilstrieb3295cdf2023-06-26 07:21:352233version = "0.5.6"
Pietro Albini9beb8f52019-11-26 11:06:302234source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352235checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
Pietro Albini9beb8f52019-11-26 11:06:302236
2237[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572238name = "lint-docs"
2239version = "0.1.0"
2240dependencies = [
2241 "serde_json",
2242 "tempfile",
2243 "walkdir",
2244]
2245
2246[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042247name = "linux-raw-sys"
chenx97141c4632023-09-21 11:31:012248version = "0.4.7"
Weihang Lo1e5dad02022-11-25 22:37:042249source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:012250checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
Weihang Lo1e5dad02022-11-25 22:37:042251
2252[[package]]
Charles Lewa7750042022-11-06 06:43:252253name = "litemap"
Manish Goregaokar522eeba42023-05-02 17:36:182254version = "0.7.0"
Charles Lewa7750042022-11-06 06:43:252255source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:182256checksum = "3a04a5b2b6f54acba899926491d0a6c59d98012938ca2ab5befb281c034e8f94"
Charles Lewa7750042022-11-06 06:43:252257
2258[[package]]
Hans Kratz6162fc02021-09-25 13:25:082259name = "lld-wrapper"
2260version = "0.1.0"
2261
2262[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392263name = "lock_api"
Nilstrieb3295cdf2023-06-26 07:21:352264version = "0.4.10"
Malo Jaffré8ed13d62017-12-29 10:24:382265source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352266checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
Mark Rousskov342d9562020-08-17 15:21:442267dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442268 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442269 "scopeguard",
2270]
2271
2272[[package]]
2273name = "log"
Nilstrieb3295cdf2023-06-26 07:21:352274version = "0.4.19"
Mark Rousskov342d9562020-08-17 15:21:442275source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352276checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
Ahmed Charles9ca382f2016-09-02 08:55:292277
2278[[package]]
Josh Stone020c5ec2017-05-08 22:01:132279name = "lzma-sys"
Mark Rousskove40a4462023-04-17 01:27:252280version = "0.1.20"
Josh Stone020c5ec2017-05-08 22:01:132281source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:252282checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
Josh Stone020c5ec2017-05-08 22:01:132283dependencies = [
Alex Crichton093ede22019-08-15 00:45:092284 "cc",
2285 "libc",
2286 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132287]
2288
2289[[package]]
steveklabnikecfbaca2018-04-03 14:32:042290name = "mac"
2291version = "0.1.1"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092293checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042294
2295[[package]]
2296name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442297version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042298source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442299checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042300
2301[[package]]
2302name = "markup5ever"
klensy947e7872022-04-15 18:11:142303version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472304source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142305checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472306dependencies = [
Alex Crichton093ede22019-08-15 00:45:092307 "log",
2308 "phf",
2309 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:092310 "string_cache",
2311 "string_cache_codegen",
2312 "tendril",
Eric Huss2dafa912019-06-19 03:36:472313]
2314
2315[[package]]
Oliver Schererec7230f2020-07-24 18:42:002316name = "matchers"
pierwillea25b772021-12-21 17:00:302317version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002318source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302319checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002320dependencies = [
Charles Lewa7750042022-11-06 06:43:252321 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002322]
2323
2324[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152325name = "md-5"
Nilstrieb3295cdf2023-06-26 07:21:352326version = "0.10.5"
Arlo Siemsen3296d5c2020-10-13 15:41:062327source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352328checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
Arlo Siemsen3296d5c2020-10-13 15:41:062329dependencies = [
klensy45fac342022-08-31 20:04:122330 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062331]
2332
2333[[package]]
Steve Klabnika0769612017-02-07 23:13:572334name = "mdbook"
Nilstrieb3295cdf2023-06-26 07:21:352335version = "0.4.31"
Steve Klabnika0769612017-02-07 23:13:572336source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352337checksum = "7b67ee4a744f36e6280792016c17e69921b51df357181d1eb17d620fcc3609f3"
Steve Klabnika0769612017-02-07 23:13:572338dependencies = [
Alex Crichton093ede22019-08-15 00:45:092339 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462340 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092341 "chrono",
klensye1c33132023-06-21 09:32:342342 "clap",
Eric Huss51814222022-04-15 18:57:062343 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092344 "elasticlunr-rs",
Eric Huss2717f602023-01-06 01:20:592345 "env_logger 0.10.0",
Weihang Lof795a152023-03-15 12:50:042346 "handlebars",
Alex Crichton093ede22019-08-15 00:45:092347 "log",
2348 "memchr",
Eric Huss2717f602023-01-06 01:20:592349 "once_cell",
Eric Hussa882fdd2021-12-03 20:25:072350 "opener",
Weihang Lo55a79152023-02-17 23:55:452351 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:092352 "regex",
2353 "serde",
Alex Crichton093ede22019-08-15 00:45:092354 "serde_json",
klensyc63cb012021-06-01 15:25:362355 "shlex",
Alex Crichton093ede22019-08-15 00:45:092356 "tempfile",
Nilstrieb3295cdf2023-06-26 07:21:352357 "toml 0.5.11",
Eric Hussa882fdd2021-12-03 20:25:072358 "topological-sort",
James Munnsde763692019-01-19 02:39:372359]
2360
2361[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492362name = "measureme"
Nilstrieb3295cdf2023-06-26 07:21:352363version = "10.1.1"
Ryan Levick757f76e2021-10-07 13:08:442364source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352365checksum = "1930d162935fecd56fc4e0f6729eb3483bac1264542eb4ea31570b86a434b6bc"
Ryan Levick947a33b2021-07-23 14:25:582366dependencies = [
2367 "log",
Weihang Lof795a152023-03-15 12:50:042368 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:442369 "parking_lot 0.11.2",
Ryan Levick947a33b2021-07-23 14:25:582370 "perf-event-open-sys",
2371 "rustc-hash",
2372 "smallvec",
2373]
2374
2375[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582376name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202377version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292378source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202379checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242380dependencies = [
2381 "compiler_builtins",
2382 "rustc-std-workspace-core",
2383]
Steve Klabnika0769612017-02-07 23:13:572384
2385[[package]]
Camille GILLOT458d0442021-03-17 16:29:452386name = "memmap2"
Nilstrieb3295cdf2023-06-26 07:21:352387version = "0.2.3"
Camille GILLOT458d0442021-03-17 16:29:452388source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352389checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
Camille GILLOT458d0442021-03-17 16:29:452390dependencies = [
2391 "libc",
2392]
2393
2394[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452395name = "memoffset"
est31b0483962023-06-05 02:53:302396version = "0.9.0"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2399dependencies = [
2400 "autocfg",
2401]
2402
2403[[package]]
Guillaume Gomez76714c32023-03-06 10:15:592404name = "mime"
Nilstrieb3295cdf2023-06-26 07:21:352405version = "0.3.17"
Guillaume Gomez76714c32023-03-06 10:15:592406source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352407checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
Guillaume Gomez76714c32023-03-06 10:15:592408
2409[[package]]
2410name = "mime_guess"
2411version = "2.0.4"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2414dependencies = [
2415 "mime",
2416 "unicase",
2417]
2418
2419[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052420name = "minifier"
Guillaume Gomezfb62f282022-08-16 11:50:182421version = "0.2.2"
Guillaume Gomez4b145732018-05-10 22:02:052422source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezfb62f282022-08-16 11:50:182423checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
Guillaume Gomez4b145732018-05-10 22:02:052424
2425[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462426name = "minimal-lexical"
2427version = "0.2.1"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2430
2431[[package]]
Alex Crichtonb4110902018-12-08 11:06:542432name = "miniz_oxide"
Nilstrieb3295cdf2023-06-26 07:21:352433version = "0.7.1"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2436dependencies = [
2437 "adler",
Jubilee Young079949d2023-06-29 23:18:362438 "compiler_builtins",
2439 "rustc-std-workspace-alloc",
2440 "rustc-std-workspace-core",
Nilstrieb3295cdf2023-06-26 07:21:352441]
2442
2443[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442444name = "mio"
2445version = "0.8.8"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2448dependencies = [
2449 "libc",
2450 "wasi",
Philipp Kronesac25a732023-08-24 19:33:172451 "windows-sys 0.48.0",
Jakub Beránek91d2fb22023-06-03 07:41:442452]
2453
2454[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582455name = "miow"
klensy55935df2023-08-06 10:24:592456version = "0.6.0"
Weihang Lobfce2272022-11-04 23:50:442457source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:592458checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
Weihang Lobfce2272022-11-04 23:50:442459dependencies = [
Philipp Kronesac25a732023-08-24 19:33:172460 "windows-sys 0.48.0",
Weihang Lobfce2272022-11-04 23:50:442461]
2462
2463[[package]]
kennytm0692b3d2017-12-15 19:41:582464name = "miri"
2465version = "0.1.0"
2466dependencies = [
Alex Crichton093ede22019-08-15 00:45:092467 "colored",
Ralf Jung13e47662023-05-23 10:10:182468 "ctrlc",
Martin Kröning4241f942023-09-19 12:19:522469 "env_logger 0.10.0",
Thom Chiovolonia4bf36e2022-11-21 00:55:412470 "getrandom",
Ralf Junga272c452022-05-30 08:17:462471 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202472 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382473 "libffi",
Ralf Jung6687c072023-10-01 05:03:422474 "libloading 0.8.1",
Alex Crichton093ede22019-08-15 00:45:092475 "log",
Ralf Jung61a986a2022-06-26 02:21:492476 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412477 "rand",
Ralf Junga272c452022-05-30 08:17:462478 "regex",
Ralf Jung64f56d22022-10-22 08:45:252479 "rustc_version",
Ralf Jung47ba2a92023-08-22 11:47:382480 "serde",
Jubilee Younge8eb6912021-04-22 04:40:292481 "smallvec",
Ralf Junge0f4ab82023-09-28 14:42:072482 "ui_test 0.21.2",
kennytm0692b3d2017-12-15 19:41:582483]
2484
2485[[package]]
Jakob Degen17395b42022-10-31 00:17:252486name = "miropt-test-tools"
2487version = "0.1.0"
2488dependencies = [
2489 "regex",
2490]
2491
2492[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442493name = "native-tls"
2494version = "0.2.11"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2497dependencies = [
2498 "lazy_static",
2499 "libc",
2500 "log",
2501 "openssl",
2502 "openssl-probe",
2503 "openssl-sys",
2504 "schannel",
2505 "security-framework",
2506 "security-framework-sys",
2507 "tempfile",
2508]
2509
2510[[package]]
Alex Crichtond8251152018-07-02 16:33:162511name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442512version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162513source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442514checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452515
2516[[package]]
Ralf Jung13e47662023-05-23 10:10:182517name = "nix"
2518version = "0.26.2"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2521dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:352522 "bitflags 1.3.2",
Ralf Jung13e47662023-05-23 10:10:182523 "cfg-if",
2524 "libc",
2525 "static_assertions",
2526]
2527
2528[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462529name = "nom"
Nilstrieb3295cdf2023-06-26 07:21:352530version = "7.1.3"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462531source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352532checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462533dependencies = [
2534 "memchr",
2535 "minimal-lexical",
Dirkjan Ochtman93a16cb2022-01-03 17:18:462536]
2537
2538[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442539name = "ntapi"
2540version = "0.4.1"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
2543dependencies = [
2544 "winapi",
2545]
2546
2547[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352548name = "nu-ansi-term"
2549version = "0.46.0"
Alex Crichton994bfd42018-02-26 17:07:162550source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352551checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
Alex Crichton994bfd42018-02-26 17:07:162552dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:352553 "overload",
2554 "winapi",
Alex Crichton994bfd42018-02-26 17:07:162555]
2556
2557[[package]]
2558name = "num-traits"
Nilstrieb3295cdf2023-06-26 07:21:352559version = "0.2.15"
Steve Klabnik2795de32017-02-20 00:20:572560source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352561checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
Mark Rousskov342d9562020-08-17 15:21:442562dependencies = [
2563 "autocfg",
2564]
Steve Klabnik2795de32017-02-20 00:20:572565
2566[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292567name = "num_cpus"
Nilstrieb3295cdf2023-06-26 07:21:352568version = "1.16.0"
Ahmed Charles9ca382f2016-09-02 08:55:292569source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352570checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
Ahmed Charles9ca382f2016-09-02 08:55:292571dependencies = [
Stefan Lankes8666ade2023-07-04 13:58:022572 "hermit-abi 0.3.2",
Alex Crichton093ede22019-08-15 00:45:092573 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292574]
2575
2576[[package]]
Philipp Kronesac25a732023-08-24 19:33:172577name = "number_prefix"
2578version = "0.4.0"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2581
2582[[package]]
Alex Crichton06d565c2020-05-13 21:22:372583name = "object"
dirreke74817b72023-08-14 14:57:382584version = "0.32.0"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
2587dependencies = [
Jubilee Young079949d2023-06-29 23:18:362588 "compiler_builtins",
Amanieu d'Antrasa529ba82023-01-09 17:49:242589 "crc32fast",
2590 "flate2",
dirreke74817b72023-08-14 14:57:382591 "hashbrown 0.14.0",
2592 "indexmap 2.0.0",
Amanieu d'Antrasa529ba82023-01-09 17:49:242593 "memchr",
Jubilee Young079949d2023-06-29 23:18:362594 "rustc-std-workspace-alloc",
2595 "rustc-std-workspace-core",
Jubilee Young7156ff62023-05-10 03:29:272596 "ruzstd",
Amanieu d'Antrasa529ba82023-01-09 17:49:242597]
2598
2599[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372600name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152601version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372602source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152603checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372604dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422605 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372606]
2607
2608[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412609name = "once_cell"
Nilstrieb3295cdf2023-06-26 07:21:352610version = "1.18.0"
Mark Rousskov2fc32b92019-09-10 01:01:412611source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352612checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
Mark Rousskov2fc32b92019-09-10 01:01:412613
2614[[package]]
Alex Crichton2863b752018-08-21 17:23:472615name = "opener"
klensy9b6a6b12023-05-26 10:03:472616version = "0.5.2"
Eric Hussfaa64612021-06-22 23:19:242617source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:472618checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005"
Eric Hussfaa64612021-06-22 23:19:242619dependencies = [
klensy9b6a6b12023-05-26 10:03:472620 "bstr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312621 "winapi",
Eric Hussfaa64612021-06-22 23:19:242622]
2623
2624[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442625name = "openssl"
2626version = "0.10.55"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
2629dependencies = [
2630 "bitflags 1.3.2",
2631 "cfg-if",
2632 "foreign-types",
2633 "libc",
2634 "once_cell",
2635 "openssl-macros",
2636 "openssl-sys",
2637]
2638
2639[[package]]
2640name = "openssl-macros"
2641version = "0.1.1"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2644dependencies = [
2645 "proc-macro2",
2646 "quote",
Ralf Jung47ba2a92023-08-22 11:47:382647 "syn 2.0.29",
Jakub Beránek91d2fb22023-06-03 07:41:442648]
2649
2650[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582651name = "openssl-probe"
klensy43512e62022-07-26 16:16:432652version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582653source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432654checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582655
2656[[package]]
2657name = "openssl-sys"
Nilstrieb3295cdf2023-06-26 07:21:352658version = "0.9.90"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582659source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352660checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582661dependencies = [
Alex Crichton093ede22019-08-15 00:45:092662 "cc",
2663 "libc",
Alex Crichton093ede22019-08-15 00:45:092664 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092665 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582666]
2667
2668[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442669name = "opt-dist"
2670version = "0.1.0"
2671dependencies = [
2672 "anyhow",
2673 "build_helper",
2674 "camino",
Jakub Beránekf17047b2023-09-12 16:32:322675 "clap",
2676 "derive_builder",
Jakub Beránek91d2fb22023-06-03 07:41:442677 "env_logger 0.10.0",
2678 "fs_extra",
2679 "glob",
2680 "humansize",
2681 "humantime 2.1.0",
2682 "log",
2683 "reqwest",
2684 "serde",
2685 "serde_json",
2686 "sysinfo",
2687 "tar",
Jakub Beráneka16925d2023-07-11 15:26:172688 "tempfile",
Jakub Beránek91d2fb22023-06-03 07:41:442689 "xz",
2690 "zip",
2691]
2692
2693[[package]]
Ralf Jung5aecfe42023-10-07 05:55:482694name = "option-ext"
2695version = "0.2.0"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2698
2699[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352700name = "overload"
2701version = "0.1.1"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2704
2705[[package]]
Ralf Jung10430db2022-07-15 14:04:232706name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052707version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232708source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052709checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232710
2711[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052712name = "packed_simd_2"
Chris Denton531f3c9e2022-12-20 15:26:422713version = "0.3.8"
Nick Cameron7a7445b2018-12-01 10:36:322714source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton531f3c9e2022-12-20 15:26:422715checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
Nick Cameron7a7445b2018-12-01 10:36:322716dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422717 "cfg-if",
Jakub Beránek91d2fb22023-06-03 07:41:442718 "libm 0.1.4",
Nick Cameron7a7445b2018-12-01 10:36:322719]
2720
2721[[package]]
Philipp Kronesac25a732023-08-24 19:33:172722name = "pad"
2723version = "0.1.6"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
2726dependencies = [
2727 "unicode-width",
2728]
2729
2730[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292731name = "panic_abort"
2732version = "0.0.0"
2733dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392734 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422735 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092736 "compiler_builtins",
2737 "core",
2738 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292739]
2740
2741[[package]]
2742name = "panic_unwind"
2743version = "0.0.0"
2744dependencies = [
Alex Crichton093ede22019-08-15 00:45:092745 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422746 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092747 "compiler_builtins",
2748 "core",
2749 "libc",
2750 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292751]
2752
2753[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012754name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552755version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442756source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552757checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442758dependencies = [
2759 "instant",
Caleb Cartwright63913182021-02-10 01:52:542760 "lock_api",
Nilstrieb3295cdf2023-06-26 07:21:352761 "parking_lot_core 0.8.6",
Philipp Krones586cbd02022-06-04 12:07:442762]
2763
2764[[package]]
2765name = "parking_lot"
2766version = "0.12.1"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2769dependencies = [
2770 "lock_api",
Philipp Kronesa6d3c822023-07-02 13:07:472771 "parking_lot_core 0.9.8",
Mark Rousskov342d9562020-08-17 15:21:442772]
2773
2774[[package]]
2775name = "parking_lot_core"
Nilstrieb3295cdf2023-06-26 07:21:352776version = "0.8.6"
Mark Rousskov342d9562020-08-17 15:21:442777source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352778checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
Mark Rousskov342d9562020-08-17 15:21:442779dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422780 "cfg-if",
Mark Rousskov342d9562020-08-17 15:21:442781 "instant",
2782 "libc",
Nilstrieb3295cdf2023-06-26 07:21:352783 "redox_syscall 0.2.16",
Jubilee Younge8eb6912021-04-22 04:40:292784 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312785 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312786]
2787
2788[[package]]
Philipp Krones586cbd02022-06-04 12:07:442789name = "parking_lot_core"
Philipp Kronesa6d3c822023-07-02 13:07:472790version = "0.9.8"
Philipp Krones586cbd02022-06-04 12:07:442791source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:472792checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
Philipp Krones586cbd02022-06-04 12:07:442793dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422794 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442795 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:472796 "redox_syscall 0.3.5",
Philipp Krones586cbd02022-06-04 12:07:442797 "smallvec",
Philipp Kronesac25a732023-08-24 19:33:172798 "windows-targets 0.48.1",
Philipp Krones586cbd02022-06-04 12:07:442799]
2800
2801[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272802name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322803version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272804source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322805checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272806
2807[[package]]
Alex Crichton1cede102017-06-15 02:33:062808name = "percent-encoding"
Nilstrieb3295cdf2023-06-26 07:21:352809version = "2.3.0"
Eric Hussf2428a62019-08-01 00:44:392810source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352811checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
Eric Hussf2428a62019-08-01 00:44:392812
2813[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382814name = "perf-event-open-sys"
Nilstrieb3295cdf2023-06-26 07:21:352815version = "3.0.0"
Wesley Wisere130e9c2021-02-25 23:25:382816source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352817checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
Wesley Wisere130e9c2021-02-25 23:25:382818dependencies = [
2819 "libc",
2820]
2821
2822[[package]]
Steve Klabnika0769612017-02-07 23:13:572823name = "pest"
Nilstrieb3295cdf2023-06-26 07:21:352824version = "2.7.0"
James Munnsde763692019-01-19 02:39:372825source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352826checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9"
James Munnsde763692019-01-19 02:39:372827dependencies = [
klensy45fac342022-08-31 20:04:122828 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092829 "ucd-trie",
James Munnsde763692019-01-19 02:39:372830]
2831
2832[[package]]
Alex Crichtone9d89832018-04-02 15:43:552833name = "pest_derive"
Nilstrieb3295cdf2023-06-26 07:21:352834version = "2.7.0"
James Munnsde763692019-01-19 02:39:372835source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352836checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b"
James Munnsde763692019-01-19 02:39:372837dependencies = [
Alex Crichton093ede22019-08-15 00:45:092838 "pest",
2839 "pest_generator",
James Munnsde763692019-01-19 02:39:372840]
2841
2842[[package]]
2843name = "pest_generator"
Nilstrieb3295cdf2023-06-26 07:21:352844version = "2.7.0"
James Munnsde763692019-01-19 02:39:372845source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352846checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190"
James Munnsde763692019-01-19 02:39:372847dependencies = [
Alex Crichton093ede22019-08-15 00:45:092848 "pest",
2849 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152850 "proc-macro2",
2851 "quote",
Ralf Jung47ba2a92023-08-22 11:47:382852 "syn 2.0.29",
James Munnsde763692019-01-19 02:39:372853]
2854
2855[[package]]
2856name = "pest_meta"
Nilstrieb3295cdf2023-06-26 07:21:352857version = "2.7.0"
James Munnsde763692019-01-19 02:39:372858source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352859checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0"
James Munnsde763692019-01-19 02:39:372860dependencies = [
klensy45fac342022-08-31 20:04:122861 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092862 "pest",
Nilstrieb3295cdf2023-06-26 07:21:352863 "sha2",
James Munnsde763692019-01-19 02:39:372864]
2865
2866[[package]]
steveklabnikecfbaca2018-04-03 14:32:042867name = "phf"
klensy947e7872022-04-15 18:11:142868version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042869source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142870checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042871dependencies = [
Alex Crichton093ede22019-08-15 00:45:092872 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042873]
2874
2875[[package]]
2876name = "phf_codegen"
klensy947e7872022-04-15 18:11:142877version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042878source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142879checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042880dependencies = [
Alex Crichton093ede22019-08-15 00:45:092881 "phf_generator",
2882 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042883]
2884
2885[[package]]
2886name = "phf_generator"
klensy947e7872022-04-15 18:11:142887version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042888source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142889checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042890dependencies = [
Alex Crichton093ede22019-08-15 00:45:092891 "phf_shared",
Thom Chiovolonia4bf36e2022-11-21 00:55:412892 "rand",
steveklabnikecfbaca2018-04-03 14:32:042893]
2894
2895[[package]]
2896name = "phf_shared"
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 = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042900dependencies = [
Alex Crichton093ede22019-08-15 00:45:092901 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042902]
2903
2904[[package]]
Caleb Cartwright63913182021-02-10 01:52:542905name = "pin-project-lite"
Nilstrieb3295cdf2023-06-26 07:21:352906version = "0.2.10"
Caleb Cartwright63913182021-02-10 01:52:542907source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352908checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
Caleb Cartwright63913182021-02-10 01:52:542909
2910[[package]]
2911name = "pin-utils"
2912version = "0.1.0"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2915
2916[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582917name = "pkg-config"
Nilstrieb3295cdf2023-06-26 07:21:352918version = "0.3.27"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582919source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352920checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582921
2922[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012923name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062924version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012925source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062926checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512927dependencies = [
Alex Crichton093ede22019-08-15 00:45:092928 "datafrog",
2929 "log",
2930 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512931]
Santiago Pastorino8429d112018-05-24 21:52:012932
2933[[package]]
Philipp Kronesac25a732023-08-24 19:33:172934name = "portable-atomic"
2935version = "1.4.2"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "f32154ba0af3a075eefa1eda8bb414ee928f62303a54ea85b8d6638ff1a6ee9e"
2938
2939[[package]]
gnzlbg52caca02019-08-01 15:02:262940name = "ppv-lite86"
Nilstrieb3295cdf2023-06-26 07:21:352941version = "0.2.17"
gnzlbg52caca02019-08-01 15:02:262942source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352943checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
gnzlbg52caca02019-08-01 15:02:262944
2945[[package]]
steveklabnikecfbaca2018-04-03 14:32:042946name = "precomputed-hash"
2947version = "0.1.1"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092949checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042950
2951[[package]]
Philipp Kronesac25a732023-08-24 19:33:172952name = "prettydiff"
2953version = "0.6.4"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11"
2956dependencies = [
2957 "ansi_term",
2958 "pad",
2959]
2960
2961[[package]]
David Wood7f916972022-03-26 07:27:432962name = "proc-macro-hack"
Nilstrieb3295cdf2023-06-26 07:21:352963version = "0.5.20+deprecated"
David Wood7f916972022-03-26 07:27:432964source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352965checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
David Wood7f916972022-03-26 07:27:432966
2967[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112968name = "proc-macro2"
Nilstrieb3295cdf2023-06-26 07:21:352969version = "1.0.63"
Igor Matuszewskic2249a42019-09-08 08:28:112970source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352971checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
Igor Matuszewskic2249a42019-09-08 08:28:112972dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402973 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112974]
2975
2976[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292977name = "proc_macro"
2978version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082979dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322980 "core",
Alex Crichtonb47c9692019-08-16 15:29:082981 "std",
2982]
Ahmed Charles9ca382f2016-09-02 08:55:292983
2984[[package]]
whitequark42754ce2017-02-13 09:57:502985name = "profiler_builtins"
2986version = "0.0.0"
2987dependencies = [
Alex Crichton093ede22019-08-15 00:45:092988 "cc",
2989 "compiler_builtins",
2990 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392991]
2992
2993[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242994name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:552995version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:242996source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552997checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:242998dependencies = [
2999 "cc",
3000]
3001
3002[[package]]
Steve Klabnika0769612017-02-07 23:13:573003name = "pulldown-cmark"
Lukas Markeffskycb2ba422023-05-21 14:19:033004version = "0.9.3"
Joshua Nelsone4c28bf2020-09-14 00:15:013005source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffskycb2ba422023-05-21 14:19:033006checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
Joshua Nelsone4c28bf2020-09-14 00:15:013007dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353008 "bitflags 1.3.2",
Joshua Nelsone4c28bf2020-09-14 00:15:013009 "memchr",
3010 "unicase",
3011]
3012
3013[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:323014name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:443015version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323016source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443017checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323018
3019[[package]]
Steve Klabnika0769612017-02-07 23:13:573020name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:063021version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:573022source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:063023checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:573024
3025[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293026name = "quine-mc_cluskey"
3027version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583028source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093029checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583030
3031[[package]]
3032name = "quote"
Nilstrieb3295cdf2023-06-26 07:21:353033version = "1.0.29"
Igor Matuszewskic2249a42019-09-08 08:28:113034source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353035checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
Igor Matuszewskic2249a42019-09-08 08:28:113036dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153037 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:553038]
3039
3040[[package]]
Ayush Singh48c6ae02022-12-18 04:24:543041name = "r-efi"
Ayush Singh7a956442023-03-28 14:44:333042version = "4.2.0"
Ayush Singh48c6ae02022-12-18 04:24:543043source = "registry+https://github.com/rust-lang/crates.io-index"
Ayush Singh7a956442023-03-28 14:44:333044checksum = "575fc2d9b3da54adbdfaddf6eca48fec256d977c8630a1750b8991347d1ac911"
Ayush Singh48c6ae02022-12-18 04:24:543045dependencies = [
3046 "compiler_builtins",
3047 "rustc-std-workspace-core",
3048]
3049
3050[[package]]
3051name = "r-efi-alloc"
3052version = "1.0.0"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
3055dependencies = [
3056 "compiler_builtins",
3057 "r-efi",
3058 "rustc-std-workspace-core",
3059]
3060
3061[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293062name = "rand"
klensy947e7872022-04-15 18:11:143063version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:193064source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143065checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:193066dependencies = [
3067 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:413068 "rand_chacha",
3069 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:193070]
3071
3072[[package]]
3073name = "rand_chacha"
Nilstrieb3295cdf2023-06-26 07:21:353074version = "0.3.1"
Aaron Hill2550d5b2021-03-07 23:39:193075source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353076checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
Aaron Hill2550d5b2021-03-07 23:39:193077dependencies = [
3078 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:413079 "rand_core",
gnzlbg52caca02019-08-01 15:02:263080]
3081
3082[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193083name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:593084version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:193085source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:593086checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:193087dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413088 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:193089]
3090
3091[[package]]
Ralf Jung5b78e982019-04-19 07:37:333092name = "rand_xorshift"
Thom Chiovolonia4bf36e2022-11-21 00:55:413093version = "0.3.0"
Ralf Jung5b78e982019-04-19 07:37:333094source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovolonia4bf36e2022-11-21 00:55:413095checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
Ralf Jung5b78e982019-04-19 07:37:333096dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413097 "rand_core",
Eric Huss2b985322019-11-25 16:14:073098]
3099
3100[[package]]
3101name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:293102version = "0.6.0"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3105dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413106 "rand_core",
Chase Wilson09f15422021-08-29 15:55:293107]
3108
3109[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293110name = "rayon"
Nilstrieb3295cdf2023-06-26 07:21:353111version = "1.7.0"
Nick Cameron4b6f5c22018-02-26 03:15:453112source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353113checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
Nick Cameron4b6f5c22018-02-26 03:15:453114dependencies = [
Alex Crichton093ede22019-08-15 00:45:093115 "either",
3116 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293117]
3118
3119[[package]]
3120name = "rayon-core"
Nilstrieb3295cdf2023-06-26 07:21:353121version = "1.11.0"
Oliver Schneideracdf83f2017-12-06 08:25:293122source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353123checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
Oliver Schneideracdf83f2017-12-06 08:25:293124dependencies = [
Josh Stonef3b88122022-01-10 19:34:073125 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163126 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073127 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:093128 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:313129]
3130
3131[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353132name = "redox_syscall"
Nilstrieb3295cdf2023-06-26 07:21:353133version = "0.2.16"
flip19950046d7c2021-02-25 10:26:233134source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353135checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
flip19950046d7c2021-02-25 10:26:233136dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353137 "bitflags 1.3.2",
flip19950046d7c2021-02-25 10:26:233138]
3139
3140[[package]]
Arlo Siemsen4d9b4762023-06-02 16:40:363141name = "redox_syscall"
3142version = "0.3.5"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
3145dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353146 "bitflags 1.3.2",
Arlo Siemsen4d9b4762023-06-02 16:40:363147]
3148
3149[[package]]
flip19954c228cc2019-02-18 09:32:583150name = "redox_users"
Nilstrieb3295cdf2023-06-26 07:21:353151version = "0.4.3"
flip19950046d7c2021-02-25 10:26:233152source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353153checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
flip19950046d7c2021-02-25 10:26:233154dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413155 "getrandom",
Nilstrieb3295cdf2023-06-26 07:21:353156 "redox_syscall 0.2.16",
3157 "thiserror",
flip19950046d7c2021-02-25 10:26:233158]
3159
3160[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583161name = "regex"
Nilstrieb3295cdf2023-06-26 07:21:353162version = "1.8.4"
Oliver Schneider847bb142018-05-11 12:11:063163source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353164checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
Oliver Schneider847bb142018-05-11 12:11:063165dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353166 "aho-corasick 1.0.2",
Alex Crichton093ede22019-08-15 00:45:093167 "memchr",
Nilstrieb3295cdf2023-06-26 07:21:353168 "regex-syntax 0.7.2",
Oliver Schneider847bb142018-05-11 12:11:063169]
3170
3171[[package]]
Oliver Schererec7230f2020-07-24 18:42:003172name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093173version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003174source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093175checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003176dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353177 "regex-syntax 0.6.29",
Oliver Schererec7230f2020-07-24 18:42:003178]
3179
3180[[package]]
Charles Lewa7750042022-11-06 06:43:253181name = "regex-automata"
3182version = "0.2.0"
3183source = "registry+https://github.com/rust-lang/crates.io-index"
3184checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3185dependencies = [
3186 "memchr",
3187]
3188
3189[[package]]
Steve Klabnika0769612017-02-07 23:13:573190name = "regex-syntax"
Nilstrieb3295cdf2023-06-26 07:21:353191version = "0.6.29"
Oliver Schneider847bb142018-05-11 12:11:063192source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353193checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
Oliver Schneider847bb142018-05-11 12:11:063194
3195[[package]]
Philipp Kronesd780efc2023-05-20 13:39:353196name = "regex-syntax"
Nilstrieb3295cdf2023-06-26 07:21:353197version = "0.7.2"
Philipp Kronesd780efc2023-05-20 13:39:353198source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353199checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
Philipp Kronesd780efc2023-05-20 13:39:353200
3201[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193202name = "remote-test-client"
3203version = "0.1.0"
3204
3205[[package]]
3206name = "remote-test-server"
3207version = "0.1.0"
3208
3209[[package]]
est31d32ff142022-08-23 20:14:123210name = "replace-version-placeholder"
3211version = "0.1.0"
3212dependencies = [
3213 "tidy",
3214 "walkdir",
3215]
3216
3217[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:443218name = "reqwest"
3219version = "0.11.18"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
3222dependencies = [
3223 "base64",
3224 "bytes",
3225 "encoding_rs",
3226 "futures-core",
3227 "futures-util",
3228 "h2",
3229 "http",
3230 "http-body",
3231 "hyper",
3232 "hyper-tls",
3233 "ipnet",
3234 "js-sys",
3235 "log",
3236 "mime",
3237 "native-tls",
3238 "once_cell",
3239 "percent-encoding",
3240 "pin-project-lite",
3241 "serde",
3242 "serde_json",
3243 "serde_urlencoded",
3244 "tokio",
3245 "tokio-native-tls",
3246 "tower-service",
3247 "url",
3248 "wasm-bindgen",
3249 "wasm-bindgen-futures",
3250 "web-sys",
3251 "winreg",
3252]
3253
3254[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583255name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433256version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583257dependencies = [
Alex Crichton093ede22019-08-15 00:45:093258 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483259]
3260
3261[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153262name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173263version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153264dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173265 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153266 "rustc-demangle",
3267]
3268
3269[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293270name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573271version = "0.1.0"
3272dependencies = [
klensye1c33132023-06-21 09:32:343273 "clap",
klensy40b60952023-04-06 15:21:373274 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:093275 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573276]
Ahmed Charles9ca382f2016-09-02 08:55:293277
3278[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573279name = "rustc-build-sysroot"
Ralf Jungcdd67ed2023-05-05 06:44:203280version = "0.4.2"
Ralf Jung9cc11e22022-10-04 13:23:573281source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungcdd67ed2023-05-05 06:44:203282checksum = "8ed2a90dfa5232ed5ff21d53d4df655f315ab316ea06fc508f1c74bcedb1ce6c"
Ralf Jung9cc11e22022-10-04 13:23:573283dependencies = [
3284 "anyhow",
3285 "rustc_version",
3286 "tempfile",
3287]
3288
3289[[package]]
Josh Stone020c5ec2017-05-08 22:01:133290name = "rustc-demangle"
Nilstrieb3295cdf2023-06-26 07:21:353291version = "0.1.23"
Josh Stone020c5ec2017-05-08 22:01:133292source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353293checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
Alex Crichtonfcc8bb42018-12-14 22:37:513294dependencies = [
Alex Crichton093ede22019-08-15 00:45:093295 "compiler_builtins",
3296 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513297]
Josh Stone020c5ec2017-05-08 22:01:133298
3299[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023300name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193301version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023302source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193303checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023304
3305[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293306name = "rustc-main"
3307version = "0.0.0"
3308dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043309 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093310 "rustc_codegen_ssa",
3311 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:463312 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:383313 "rustc_smir",
Oli Scherera38e9832023-09-14 15:50:113314 "stable_mir",
Ahmed Charles9ca382f2016-09-02 08:55:293315]
3316
3317[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033318name = "rustc-rayon"
John Kåre Alsaker27c44d22023-03-25 01:12:133319version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073320source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133321checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
Josh Stone33c41252019-09-10 17:13:073322dependencies = [
Josh Stone33c41252019-09-10 17:13:073323 "either",
Igor Matuszewski5b091302019-12-10 15:01:013324 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413325]
3326
3327[[package]]
Josh Stone33c41252019-09-10 17:13:073328name = "rustc-rayon-core"
John Kåre Alsaker27c44d22023-03-25 01:12:133329version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073330source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133331checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
Josh Stone33c41252019-09-10 17:13:073332dependencies = [
Josh Stoneab57e362022-05-28 00:14:223333 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163334 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073335 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073336 "num_cpus",
3337]
3338
3339[[package]]
flip1995898ef0f2020-12-06 14:07:593340name = "rustc-semver"
3341version = "1.1.0"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3344
3345[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053346name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053347version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053348dependencies = [
Alex Crichton093ede22019-08-15 00:45:093349 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053350]
3351
3352[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503353name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053354version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503355dependencies = [
Alex Crichton093ede22019-08-15 00:45:093356 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503357]
3358
3359[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083360name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053361version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083362dependencies = [
3363 "std",
3364]
3365
3366[[package]]
hkalbasi390a6372022-11-06 21:06:113367name = "rustc_abi"
3368version = "0.0.0"
3369dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353370 "bitflags 1.3.2",
Thom Chiovolonia4bf36e2022-11-21 00:55:413371 "rand",
hkalbasi390a6372022-11-06 21:06:113372 "rand_xoshiro",
3373 "rustc_data_structures",
3374 "rustc_index",
3375 "rustc_macros",
3376 "rustc_serialize",
3377 "tracing",
3378]
3379
3380[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433381name = "rustc_apfloat"
Wesley Wiser15e9f562023-07-18 19:22:563382version = "0.2.0+llvm-462a31f5a5ab"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be"
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433385dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353386 "bitflags 1.3.2",
Jubilee Younge8eb6912021-04-22 04:40:293387 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433388]
3389
3390[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403391name = "rustc_arena"
3392version = "0.0.0"
3393dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293394 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403395]
3396
3397[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263398name = "rustc_ast"
3399version = "0.0.0"
3400dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353401 "bitflags 1.3.2",
Konrad Borowskif72e17f2023-01-22 12:05:473402 "memchr",
Vadim Petrochenkov6054a302020-02-29 17:16:263403 "rustc_data_structures",
3404 "rustc_index",
3405 "rustc_lexer",
3406 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403407 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263408 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293409 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303410 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003411 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263412]
3413
3414[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563415name = "rustc_ast_lowering"
3416version = "0.0.0"
3417dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263418 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463419 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563420 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563421 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003422 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573423 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563424 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513425 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233426 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563427 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563428 "rustc_span",
3429 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293430 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303431 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003432 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563433]
3434
3435[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443436name = "rustc_ast_passes"
3437version = "0.0.0"
3438dependencies = [
pierwillf684acd2022-03-04 17:54:283439 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263440 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463441 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203442 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443443 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443444 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393445 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003446 "rustc_fluent_macro",
finalchildd6fdf142022-08-17 14:51:013447 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443448 "rustc_parse",
3449 "rustc_session",
3450 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053451 "rustc_target",
Nicholas Nethercote4143b102022-11-23 00:55:163452 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003453 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443454]
3455
3456[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463457name = "rustc_ast_pretty"
3458version = "0.0.0"
3459dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263460 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463461 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:203462 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:463463]
3464
3465[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203466name = "rustc_attr"
3467version = "0.0.0"
3468dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263469 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463470 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203471 "rustc_data_structures",
3472 "rustc_errors",
3473 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003474 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:483475 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203476 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403477 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203478 "rustc_session",
3479 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203480]
3481
3482[[package]]
Charles Lewa7750042022-11-06 06:43:253483name = "rustc_baked_icu_data"
3484version = "0.0.0"
3485dependencies = [
3486 "icu_list",
3487 "icu_locid",
3488 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223489 "icu_provider_adapters",
Charles Lewbde2f982022-11-06 06:58:223490 "zerovec",
Charles Lewa7750042022-11-06 06:43:253491]
3492
3493[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403494name = "rustc_borrowck"
3495version = "0.0.0"
3496dependencies = [
3497 "either",
pierwillf684acd2022-03-04 17:54:283498 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403499 "polonius-engine",
3500 "rustc_data_structures",
3501 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003502 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403503 "rustc_graphviz",
3504 "rustc_hir",
3505 "rustc_index",
3506 "rustc_infer",
3507 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013508 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403509 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073510 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403511 "rustc_serialize",
3512 "rustc_session",
3513 "rustc_span",
3514 "rustc_target",
3515 "rustc_trait_selection",
3516 "rustc_traits",
3517 "smallvec",
3518 "tracing",
3519]
3520
3521[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323522name = "rustc_builtin_macros"
3523version = "0.0.0"
3524dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263525 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463526 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203527 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323528 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323529 "rustc_errors",
3530 "rustc_expand",
3531 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003532 "rustc_fluent_macro",
clubby789e3e93f22023-05-02 15:42:363533 "rustc_index",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143534 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233535 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313536 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323537 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403538 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203539 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323540 "rustc_span",
3541 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293542 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303543 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003544 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323545]
3546
3547[[package]]
Irina Popab63d7e22018-05-08 13:10:163548name = "rustc_codegen_llvm"
3549version = "0.0.0"
3550dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353551 "bitflags 1.3.2",
León Orell Valerian Liehr3788b7a2023-07-04 17:53:443552 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353553 "libc",
Ralf Jung61a986a2022-06-26 02:21:493554 "measureme",
Tyler Mandry4c14ca32023-08-22 19:20:353555 "object",
Alex Crichton7f23e6e2019-10-22 15:51:353556 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263557 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203558 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353559 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353560 "rustc_data_structures",
3561 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003562 "rustc_fluent_macro",
Alex Crichton7f23e6e2019-10-22 15:51:353563 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573564 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353565 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093566 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553567 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593568 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453569 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543570 "rustc_query_system",
Aaron Hillfca192c2019-12-06 03:04:353571 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323572 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543573 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353574 "rustc_target",
csmoea30de6e2022-11-03 14:34:243575 "serde",
3576 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293577 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003578 "tracing",
Irina Popab63d7e22018-05-08 13:10:163579]
3580
3581[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043582name = "rustc_codegen_ssa"
3583version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353584dependencies = [
bjorn3be670842022-05-28 10:43:513585 "ar_archive_writer",
Nilstrieb3295cdf2023-06-26 07:21:353586 "bitflags 1.3.2",
Alex Crichton093ede22019-08-15 00:45:093587 "cc",
pierwillf684acd2022-03-04 17:54:283588 "itertools",
Alex Crichton093ede22019-08-15 00:45:093589 "jobserver",
3590 "libc",
Tyler Mandry4c14ca32023-08-22 19:20:353591 "object",
Federico Ponzi4b6a0272020-07-17 22:01:273592 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143593 "regex",
David Wood2dc1a8a2021-12-03 14:24:053594 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263595 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203596 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093597 "rustc_data_structures",
3598 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003599 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093600 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573601 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093602 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103603 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573604 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363605 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453606 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543607 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403608 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083609 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323610 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583611 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093612 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143613 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423614 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423615 "smallvec",
Mark Mansi2d75a332020-03-12 23:07:583616 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053617 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003618 "tracing",
klensy3c03cce2023-05-09 15:20:133619 "windows",
Irina Popab63d7e22018-05-08 13:10:163620]
3621
3622[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113623name = "rustc_const_eval"
3624version = "0.0.0"
3625dependencies = [
Ralf Jung41018892022-11-18 09:18:323626 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113627 "rustc_apfloat",
3628 "rustc_ast",
3629 "rustc_attr",
3630 "rustc_data_structures",
3631 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003632 "rustc_fluent_macro",
Camille GILLOTc5fc2602021-01-05 19:08:113633 "rustc_hir",
3634 "rustc_index",
3635 "rustc_infer",
3636 "rustc_macros",
3637 "rustc_middle",
3638 "rustc_mir_dataflow",
3639 "rustc_session",
3640 "rustc_span",
3641 "rustc_target",
3642 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463643 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113644 "tracing",
3645]
3646
3647[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293648name = "rustc_data_structures"
3649version = "0.0.0"
3650dependencies = [
Weihang Lof795a152023-03-15 12:50:043651 "arrayvec",
Nilstrieb3295cdf2023-06-26 07:21:353652 "bitflags 1.3.2",
Chris Denton531f3c9e2022-12-20 15:26:423653 "cfg-if",
Oli Schererdecfb4d2023-02-21 08:37:103654 "elsa",
Jack Hueya42e5a12020-05-27 05:05:093655 "ena",
Josh Stoned9b1fa92023-07-03 20:51:543656 "indexmap 2.0.0",
Maybe Waffle04652012023-04-11 10:54:563657 "itertools",
Alex Crichton093ede22019-08-15 00:45:093658 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193659 "libc",
Ralf Jung61a986a2022-06-26 02:21:493660 "measureme",
Weihang Lof795a152023-03-15 12:50:043661 "memmap2",
klensy383b7152023-08-03 13:05:263662 "parking_lot 0.12.1",
Alex Crichton093ede22019-08-15 00:45:093663 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013664 "rustc-rayon",
3665 "rustc-rayon-core",
SparrowLiib9746ce2023-03-03 02:14:573666 "rustc_arena",
Vadim Petrochenkov11d95142020-06-02 17:03:403667 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513668 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573669 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403670 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293671 "smallvec",
Simonas Kazlauskasa5c53652020-03-14 18:13:553672 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503673 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303674 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003675 "tracing",
klensy3c03cce2023-05-09 15:20:133676 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293677]
3678
3679[[package]]
3680name = "rustc_driver"
3681version = "0.0.0"
3682dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463683 "rustc_driver_impl",
John Kåre Alsaker2aceaf42023-02-02 06:17:463684]
3685
3686[[package]]
3687name = "rustc_driver_impl"
3688version = "0.0.0"
3689dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193690 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263691 "rustc_ast",
David Woodd1fcf6112022-10-13 09:13:023692 "rustc_ast_lowering",
3693 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463694 "rustc_ast_pretty",
David Woodd1fcf6112022-10-13 09:13:023695 "rustc_attr",
3696 "rustc_borrowck",
3697 "rustc_builtin_macros",
Victor Dinga47fdb92020-01-23 10:48:483698 "rustc_codegen_ssa",
David Woodd1fcf6112022-10-13 09:13:023699 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093700 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503701 "rustc_error_codes",
David Woodd1fcf6112022-10-13 09:13:023702 "rustc_error_messages",
Alex Crichton093ede22019-08-15 00:45:093703 "rustc_errors",
David Woodd1fcf6112022-10-13 09:13:023704 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183705 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003706 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573707 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293708 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193709 "rustc_hir_pretty",
David Woodd1fcf6112022-10-13 09:13:023710 "rustc_hir_typeck",
3711 "rustc_incremental",
3712 "rustc_infer",
Alex Crichton093ede22019-08-15 00:45:093713 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133714 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523715 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093716 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093717 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453718 "rustc_middle",
David Woodd1fcf6112022-10-13 09:13:023719 "rustc_mir_build",
3720 "rustc_mir_dataflow",
clubby789d5bc5812023-04-30 01:20:533721 "rustc_mir_transform",
David Woodd1fcf6112022-10-13 09:13:023722 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133723 "rustc_parse",
David Woodd1fcf6112022-10-13 09:13:023724 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323725 "rustc_plugin_impl",
David Woodd1fcf6112022-10-13 09:13:023726 "rustc_privacy",
3727 "rustc_query_system",
3728 "rustc_resolve",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083729 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323730 "rustc_span",
David Woodd1fcf6112022-10-13 09:13:023731 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093732 "rustc_target",
David Woodd1fcf6112022-10-13 09:13:023733 "rustc_trait_selection",
3734 "rustc_ty_utils",
bjorn3fc1df4f2021-06-03 15:45:093735 "serde_json",
Esteban Küber8eb58432023-03-03 22:25:183736 "time",
Oliver Schererec7230f2020-07-24 18:42:003737 "tracing",
klensy3c03cce2023-05-09 15:20:133738 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293739]
3740
3741[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053742name = "rustc_error_codes"
3743version = "0.0.0"
3744
3745[[package]]
David Woodc45f2952022-03-24 02:03:043746name = "rustc_error_messages"
3747version = "0.0.0"
3748dependencies = [
David Woodd5119c52022-03-28 08:36:203749 "fluent-bundle",
3750 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253751 "icu_list",
3752 "icu_locid",
3753 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383754 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253755 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433756 "rustc_data_structures",
Nilstriebb5d3d972023-04-16 12:33:003757 "rustc_fluent_macro",
David Woodc45f2952022-03-24 02:03:043758 "rustc_macros",
3759 "rustc_serialize",
3760 "rustc_span",
David Wood7f916972022-03-26 07:27:433761 "tracing",
3762 "unic-langid",
David Woodc45f2952022-03-24 02:03:043763]
3764
3765[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293766name = "rustc_errors"
3767version = "0.0.0"
3768dependencies = [
klensy754b5262022-07-31 13:44:063769 "annotate-snippets",
Oli Scherer29de70d2023-07-25 13:09:533770 "derive_setters",
Xiretza8489a672022-09-14 17:22:203771 "rustc_ast",
3772 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093773 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043774 "rustc_error_messages",
Nilstriebb5d3d972023-04-16 12:33:003775 "rustc_fluent_macro",
Michael Gouletff9fd362022-06-29 05:09:593776 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523777 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573778 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403779 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323780 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593781 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143782 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153783 "serde",
3784 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093785 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483786 "termize",
Oliver Schererec7230f2020-07-24 18:42:003787 "tracing",
Alex Crichton093ede22019-08-15 00:45:093788 "unicode-width",
klensy3c03cce2023-05-09 15:20:133789 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293790]
3791
3792[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323793name = "rustc_expand"
3794version = "0.0.0"
3795dependencies = [
Nika Layzell6d1650f2022-06-18 18:15:033796 "crossbeam-channel",
Vadim Petrochenkov6054a302020-02-29 17:16:263797 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393798 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463799 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203800 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323801 "rustc_data_structures",
3802 "rustc_errors",
3803 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003804 "rustc_fluent_macro",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323805 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003806 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573807 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323808 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403809 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203810 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323811 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293812 "smallvec",
Oli Scherer51c22152023-07-26 13:58:503813 "termcolor",
Nicholas Nethercote67d5cc02022-09-08 07:22:523814 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003815 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323816]
3817
3818[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383819name = "rustc_feature"
3820version = "0.0.0"
3821dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183822 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323823 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383824]
3825
3826[[package]]
Nilstriebb5d3d972023-04-16 12:33:003827name = "rustc_fluent_macro"
3828version = "0.1.0"
3829dependencies = [
3830 "annotate-snippets",
3831 "fluent-bundle",
3832 "fluent-syntax",
3833 "proc-macro2",
3834 "quote",
Ralf Jung47ba2a92023-08-22 11:47:383835 "syn 2.0.29",
Nilstriebb5d3d972023-04-16 12:33:003836 "unic-langid",
3837]
3838
3839[[package]]
Mark Rousskove3177c62018-08-03 21:31:033840name = "rustc_fs_util"
3841version = "0.0.0"
3842
3843[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403844name = "rustc_graphviz"
3845version = "0.0.0"
3846
3847[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273848name = "rustc_hir"
3849version = "0.0.0"
3850dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373851 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203852 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263853 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273854 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043855 "rustc_error_messages",
Mazdak Farrokhzad7a140732019-12-25 02:51:273856 "rustc_index",
3857 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403858 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273859 "rustc_span",
3860 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293861 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003862 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273863]
3864
3865[[package]]
lcnr1fc86a62022-09-26 11:00:293866name = "rustc_hir_analysis"
3867version = "0.0.0"
3868dependencies = [
3869 "rustc_arena",
3870 "rustc_ast",
3871 "rustc_attr",
3872 "rustc_data_structures",
3873 "rustc_errors",
3874 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003875 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293876 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293877 "rustc_index",
3878 "rustc_infer",
Nilstriebee8f92b2023-04-16 09:48:013879 "rustc_lint_defs",
lcnr1fc86a62022-09-26 11:00:293880 "rustc_macros",
3881 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:293882 "rustc_session",
3883 "rustc_span",
3884 "rustc_target",
3885 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293886 "rustc_type_ir",
3887 "smallvec",
3888 "tracing",
3889]
3890
3891[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193892name = "rustc_hir_pretty"
3893version = "0.0.0"
3894dependencies = [
3895 "rustc_ast",
3896 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193897 "rustc_hir",
3898 "rustc_span",
3899 "rustc_target",
3900]
3901
3902[[package]]
lcnrfb3ab132022-10-20 15:51:373903name = "rustc_hir_typeck"
3904version = "0.1.0"
3905dependencies = [
3906 "rustc_ast",
许杰友 Jieyou Xu (Joe)08c77a62023-07-16 10:18:383907 "rustc_attr",
lcnrfb3ab132022-10-20 15:51:373908 "rustc_data_structures",
3909 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003910 "rustc_fluent_macro",
lcnrfb3ab132022-10-20 15:51:373911 "rustc_graphviz",
3912 "rustc_hir",
3913 "rustc_hir_analysis",
3914 "rustc_hir_pretty",
3915 "rustc_index",
3916 "rustc_infer",
3917 "rustc_lint",
3918 "rustc_macros",
3919 "rustc_middle",
3920 "rustc_serialize",
3921 "rustc_session",
3922 "rustc_span",
3923 "rustc_target",
3924 "rustc_trait_selection",
3925 "rustc_type_ir",
3926 "smallvec",
3927 "tracing",
3928]
3929
3930[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293931name = "rustc_incremental"
3932version = "0.0.0"
3933dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413934 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263935 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093936 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593937 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003938 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093939 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403940 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573941 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573942 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453943 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403944 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163945 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323946 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:163947 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003948 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293949]
3950
3951[[package]]
csmoe1cff2e62019-09-25 19:09:513952name = "rustc_index"
3953version = "0.0.0"
3954dependencies = [
Weihang Lof795a152023-03-15 12:50:043955 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573956 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403957 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293958 "smallvec",
csmoe1cff2e62019-09-25 19:09:513959]
3960
3961[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243962name = "rustc_infer"
3963version = "0.0.0"
3964dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243965 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243966 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003967 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:243968 "rustc_hir",
3969 "rustc_index",
3970 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453971 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403972 "rustc_serialize",
Camille GILLOTf07e8892020-01-06 19:13:243973 "rustc_span",
3974 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293975 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003976 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243977]
3978
3979[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233980name = "rustc_interface"
3981version = "0.0.0"
3982dependencies = [
Ralf Jung6687c072023-10-01 05:03:423983 "libloading 0.7.4",
Igor Matuszewski5b091302019-12-10 15:01:013984 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313985 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263986 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563987 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443988 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203989 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:403990 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323991 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353992 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093993 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113994 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093995 "rustc_data_structures",
3996 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323997 "rustc_expand",
Vadim Petrochenkov7353c962023-08-09 12:28:003998 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003999 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314000 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:274001 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294002 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:374003 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:094004 "rustc_incremental",
Oli Scherer8f132d82023-02-15 17:19:384005 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:094006 "rustc_lint",
finalchildc1a98412022-08-16 20:07:474007 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094008 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454009 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:444010 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:254011 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:154012 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134013 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:094014 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:324015 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:094016 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:164017 "rustc_query_impl",
John Kåre Alsaker66d85432023-03-25 08:46:194018 "rustc_query_system",
Alex Crichton093ede22019-08-15 00:45:094019 "rustc_resolve",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:164020 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324021 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:584022 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:164023 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404024 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094025 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374026 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004027 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:234028]
4029
4030[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404031name = "rustc_lexer"
4032version = "0.1.0"
4033dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504034 "expect-test",
Charles Lewbca79a22023-07-29 00:47:214035 "unicode-properties",
Aaron Hill70ba4912020-08-01 14:11:154036 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404037]
4038
4039[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294040name = "rustc_lint"
4041version = "0.0.0"
4042dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264043 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464044 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204045 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094046 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474047 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384048 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004049 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574050 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334051 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354052 "rustc_infer",
David Wood9d864c82022-06-30 07:57:454053 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454054 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424055 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:204056 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324057 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094058 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404059 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464060 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004061 "tracing",
Charles Lew485e98a2020-01-02 12:02:224062 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294063]
4064
4065[[package]]
Aaron Hill23018a52020-08-13 19:41:524066name = "rustc_lint_defs"
4067version = "0.0.0"
4068dependencies = [
4069 "rustc_ast",
4070 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:044071 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:274072 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524073 "rustc_macros",
4074 "rustc_serialize",
4075 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384076 "rustc_target",
bjorn362a4f912021-06-03 19:14:154077 "serde",
Aaron Hill23018a52020-08-13 19:41:524078]
4079
4080[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294081name = "rustc_llvm"
4082version = "0.0.0"
4083dependencies = [
Alex Crichton093ede22019-08-15 00:45:094084 "cc",
Aaron Hill47e932b2019-12-12 15:51:194085 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294086]
4087
4088[[package]]
David Tolnay6152d152022-01-04 00:32:524089name = "rustc_log"
4090version = "0.0.0"
4091dependencies = [
David Tolnayffbeebb2022-01-04 06:01:354092 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524093 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:484094 "tracing-core",
David Tolnay6152d152022-01-04 00:32:524095 "tracing-subscriber",
4096 "tracing-tree",
4097]
4098
4099[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104100name = "rustc_macros"
4101version = "0.1.0"
4102dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154103 "proc-macro2",
4104 "quote",
Ralf Jung47ba2a92023-08-22 11:47:384105 "syn 2.0.29",
Deadbeefaf74ef82023-03-27 13:44:064106 "synstructure 0.13.0",
John Kåre Alsaker74b64192019-03-01 00:22:104107]
4108
4109[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294110name = "rustc_metadata"
4111version = "0.0.0"
4112dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354113 "bitflags 1.3.2",
Ralf Jung6687c072023-10-01 05:03:424114 "libloading 0.7.4",
Michael Woeristerd0be27c2021-07-20 11:54:374115 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264116 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204117 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094118 "rustc_data_structures",
4119 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324120 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174121 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004122 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314123 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574124 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194125 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104126 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574127 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454128 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404129 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084130 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324131 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094132 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464133 "rustc_type_ir",
Josh Triplett574f6be2020-08-20 23:16:304134 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044135 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004136 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294137]
4138
4139[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454140name = "rustc_middle"
4141version = "0.0.0"
4142dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354143 "bitflags 1.3.2",
Maybe Wafflee20e5062022-11-28 11:11:454144 "derive_more",
Camille GILLOTfd9c04f2021-01-05 18:53:074145 "either",
John Kåre Alsaker7aab1dd2023-04-30 07:29:024146 "field-offset",
Camille GILLOTfd9c04f2021-01-05 18:53:074147 "gsgdt",
John Kåre Alsaker66d85432023-03-25 08:46:194148 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454149 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:264150 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454151 "rustc-rayon-core",
4152 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404153 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454154 "rustc_ast",
4155 "rustc_attr",
4156 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:474157 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454158 "rustc_errors",
4159 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004160 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074161 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454162 "rustc_hir",
4163 "rustc_index",
4164 "rustc_macros",
4165 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404166 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454167 "rustc_session",
4168 "rustc_span",
4169 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104170 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294171 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304172 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004173 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454174]
4175
4176[[package]]
Matthew Jasperb3589292020-01-05 15:46:444177name = "rustc_mir_build"
4178version = "0.0.0"
4179dependencies = [
Ralf Jung41018892022-11-18 09:18:324180 "either",
Matthew Jasperb3589292020-01-05 15:46:444181 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404182 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264183 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:444184 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444185 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004186 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:444187 "rustc_hir",
4188 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244189 "rustc_infer",
TheOddGarlic82f05442022-08-20 11:28:434190 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454191 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404192 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074193 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444194 "rustc_span",
4195 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404196 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294197 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004198 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444199]
4200
4201[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074202name = "rustc_mir_dataflow"
4203version = "0.0.0"
4204dependencies = [
4205 "polonius-engine",
4206 "regex",
4207 "rustc_ast",
4208 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144209 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004210 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074211 "rustc_graphviz",
4212 "rustc_hir",
4213 "rustc_index",
5225225ee2b1612022-08-19 09:21:144214 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074215 "rustc_middle",
4216 "rustc_serialize",
Camille GILLOTfd9c04f2021-01-05 18:53:074217 "rustc_span",
4218 "rustc_target",
4219 "smallvec",
4220 "tracing",
4221]
4222
4223[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254224name = "rustc_mir_transform"
4225version = "0.0.0"
4226dependencies = [
4227 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:324228 "either",
pierwillf684acd2022-03-04 17:54:284229 "itertools",
Camille GILLOTbba4be62021-01-01 00:53:254230 "rustc_ast",
4231 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114232 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254233 "rustc_data_structures",
4234 "rustc_errors",
clubby789d5bc5812023-04-30 01:20:534235 "rustc_fluent_macro",
Camille GILLOTbba4be62021-01-01 00:53:254236 "rustc_hir",
4237 "rustc_index",
clubby789d5bc5812023-04-30 01:20:534238 "rustc_macros",
Camille GILLOTbba4be62021-01-01 00:53:254239 "rustc_middle",
Martin Nordholtsb4b33df2023-07-20 19:01:274240 "rustc_mir_build",
Camille GILLOTfd9c04f2021-01-05 18:53:074241 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254242 "rustc_serialize",
4243 "rustc_session",
4244 "rustc_span",
4245 "rustc_target",
4246 "rustc_trait_selection",
4247 "smallvec",
4248 "tracing",
4249]
4250
4251[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154252name = "rustc_monomorphize"
4253version = "0.0.0"
4254dependencies = [
4255 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474256 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004257 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:154258 "rustc_hir",
4259 "rustc_index",
Nathan Stocks137f20c2022-08-18 21:51:474260 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154261 "rustc_middle",
4262 "rustc_session",
4263 "rustc_span",
4264 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:094265 "serde",
4266 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:154267 "tracing",
4268]
4269
4270[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134271name = "rustc_parse"
4272version = "0.0.0"
4273dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354274 "bitflags 1.3.2",
Vadim Petrochenkov6054a302020-02-29 17:16:264275 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464276 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134277 "rustc_data_structures",
4278 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384279 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004280 "rustc_fluent_macro",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134281 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244282 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204283 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324284 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:524285 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004286 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404287 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004288 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134289]
4290
4291[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404292name = "rustc_parse_format"
4293version = "0.0.0"
4294dependencies = [
Lukas Wirth2bba05612023-09-05 17:11:504295 "rustc_index",
Vadim Petrochenkov11d95142020-06-02 17:03:404296 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404297]
4298
4299[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294300name = "rustc_passes"
4301version = "0.0.0"
4302dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:244303 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:264304 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134305 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204306 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094307 "rustc_data_structures",
4308 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434309 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414310 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004311 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574312 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574313 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124314 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044315 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454316 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004317 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434318 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324319 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574320 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:374321 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004322 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294323]
4324
4325[[package]]
Simon Sapind0bbc602019-07-16 17:08:324326name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294327version = "0.0.0"
4328dependencies = [
Ralf Jung6687c072023-10-01 05:03:424329 "libloading 0.7.4",
Vadim Petrochenkov6054a302020-02-29 17:16:264330 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164331 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004332 "rustc_fluent_macro",
Mazdak Farrokhzadf58db202020-01-09 06:52:014333 "rustc_lint",
Peter Medus8c2413c2022-08-19 17:29:334334 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094335 "rustc_metadata",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084336 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324337 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294338]
4339
4340[[package]]
4341name = "rustc_privacy"
4342version = "0.0.0"
4343dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574344 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204345 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094346 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164347 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004348 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574349 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294350 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:344351 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454352 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084353 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324354 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004355 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294356]
4357
4358[[package]]
Camille GILLOT4581d162021-01-19 19:40:164359name = "rustc_query_impl"
4360version = "0.0.0"
4361dependencies = [
John Kåre Alsaker7aab1dd2023-04-30 07:29:024362 "field-offset",
Ralf Jung61a986a2022-06-26 02:21:494363 "measureme",
Nilstrieb3295cdf2023-06-26 07:21:354364 "memoffset",
Camille GILLOT4581d162021-01-19 19:40:164365 "rustc-rayon-core",
Camille GILLOT4581d162021-01-19 19:40:164366 "rustc_data_structures",
4367 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164368 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014369 "rustc_index",
Camille GILLOT4581d162021-01-19 19:40:164370 "rustc_middle",
4371 "rustc_query_system",
4372 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014373 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164374 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:304375 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134376 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164377]
4378
4379[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224380name = "rustc_query_system"
4381version = "0.0.0"
4382dependencies = [
klensy383b7152023-08-03 13:05:264383 "parking_lot 0.12.1",
Camille GILLOT8e873c32020-03-19 13:13:314384 "rustc-rayon-core",
Camille GILLOTc355b2e2020-11-14 15:35:314385 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224386 "rustc_data_structures",
4387 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314388 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004389 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:314390 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224391 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574392 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404393 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374394 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314395 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314396 "rustc_target",
Eric Holk578fc492022-09-07 21:46:044397 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294398 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304399 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004400 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224401]
4402
4403[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294404name = "rustc_resolve"
4405version = "0.0.0"
4406dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354407 "bitflags 1.3.2",
Weihang Lo55a79152023-02-17 23:55:454408 "pulldown-cmark",
Vadim Petrochenkov11d95142020-06-02 17:03:404409 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264410 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464411 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204412 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094413 "rustc_data_structures",
4414 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324415 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184416 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004417 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574418 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294419 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384420 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094421 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454422 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504423 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564424 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324425 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294426 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524427 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004428 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294429]
4430
4431[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404432name = "rustc_serialize"
4433version = "0.0.0"
4434dependencies = [
Josh Stoned9b1fa92023-07-03 20:51:544435 "indexmap 2.0.0",
Matthew Jasperc4f91bb2020-07-18 19:14:504436 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294437 "smallvec",
Nicholas Nethercoteebee3f82023-05-01 08:51:054438 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304439 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404440]
4441
4442[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334443name = "rustc_session"
4444version = "0.0.0"
4445dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354446 "bitflags 1.3.2",
Luca Barbieriac2b84f2020-04-10 20:42:194447 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514448 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264449 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334450 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334451 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284452 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004453 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:284454 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034455 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524456 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574457 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404458 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324459 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284460 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514461 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254462 "termize",
Oliver Schererec7230f2020-07-24 18:42:004463 "tracing",
klensy3c03cce2023-05-09 15:20:134464 "windows",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324465]
4466
4467[[package]]
Oli Scherer9960cc12022-06-02 10:08:384468name = "rustc_smir"
4469version = "0.0.0"
4470dependencies = [
ouz-ac2fe0bf2023-08-24 18:36:004471 "rustc_driver",
Santiago Pastorino4b85bea2023-04-24 20:53:514472 "rustc_hir",
ouz-ac2fe0bf2023-08-24 18:36:004473 "rustc_interface",
Oli Scherer9960cc12022-06-02 10:08:384474 "rustc_middle",
Celina G. Valb66db7e2023-03-04 01:08:494475 "rustc_span",
Celina G. Val44d0fce2023-06-20 17:32:124476 "rustc_target",
Oli Scherera38e9832023-09-14 15:50:114477 "stable_mir",
Celina G. Valb66db7e2023-03-04 01:08:494478 "tracing",
Oli Scherer9960cc12022-06-02 10:08:384479]
4480
4481[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324482name = "rustc_span"
4483version = "0.0.0"
4484dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424485 "cfg-if",
Josh Stoned9b1fa92023-07-03 20:51:544486 "indexmap 2.0.0",
Igor Matuszewskibd37d7d2020-12-05 15:40:244487 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404488 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324489 "rustc_data_structures",
4490 "rustc_index",
4491 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404492 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324493 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524494 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064495 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004496 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324497 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334498]
4499
4500[[package]]
Mark Mansi2d75a332020-03-12 23:07:584501name = "rustc_symbol_mangling"
4502version = "0.0.0"
4503dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354504 "bitflags 1.3.2",
Mark Mansi2d75a332020-03-12 23:07:584505 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584506 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584507 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134508 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004509 "rustc_fluent_macro",
Mark Mansi2d75a332020-03-12 23:07:584510 "rustc_hir",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134511 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454512 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584513 "rustc_session",
4514 "rustc_span",
4515 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004516 "tracing",
Ramon de C Valle65698ae2022-11-22 05:29:004517 "twox-hash",
Mark Mansi2d75a332020-03-12 23:07:584518]
4519
4520[[package]]
Irina Popa38e96402017-12-08 19:18:214521name = "rustc_target"
4522version = "0.0.0"
4523dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354524 "bitflags 1.3.2",
Tyler Mandry4c14ca32023-08-22 19:20:354525 "object",
hkalbasi390a6372022-11-06 21:06:114526 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094527 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154528 "rustc_feature",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314529 "rustc_fs_util",
Lukas Wirthf14b7c92023-09-29 15:14:564530 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524531 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404532 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324533 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094534 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004535 "tracing",
Irina Popa38e96402017-12-08 19:18:214536]
4537
4538[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064539name = "rustc_tools_util"
Philipp Krones10f2a6d2022-12-17 13:21:374540version = "0.3.0"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4543
4544[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404545name = "rustc_trait_selection"
4546version = "0.0.0"
4547dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404548 "rustc_ast",
4549 "rustc_attr",
4550 "rustc_data_structures",
4551 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004552 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404553 "rustc_hir",
4554 "rustc_index",
4555 "rustc_infer",
4556 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454557 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404558 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544559 "rustc_query_system",
lcnrb738b062023-01-11 12:39:024560 "rustc_serialize",
Camille GILLOTc1e3d552020-02-11 18:53:404561 "rustc_session",
4562 "rustc_span",
4563 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134564 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294565 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004566 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404567]
4568
4569[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544570name = "rustc_traits"
4571version = "0.0.0"
4572dependencies = [
Alex Crichton093ede22019-08-15 00:45:094573 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574574 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244575 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454576 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324577 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404578 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004579 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544580]
4581
4582[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134583name = "rustc_transmute"
4584version = "0.1.0"
4585dependencies = [
4586 "itertools",
4587 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144588 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134589 "rustc_infer",
4590 "rustc_macros",
4591 "rustc_middle",
4592 "rustc_span",
4593 "rustc_target",
4594 "tracing",
4595]
4596
4597[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374598name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304599version = "0.0.0"
4600dependencies = [
lcnr5378f072023-06-27 21:13:394601 "itertools",
Camille GILLOT9908a872020-01-13 12:40:304602 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294603 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004604 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304605 "rustc_hir",
kadmine612e262022-07-09 09:35:064606 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244607 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314608 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454609 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084610 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304611 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324612 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404613 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464614 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004615 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304616]
4617
4618[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104619name = "rustc_type_ir"
4620version = "0.0.0"
4621dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354622 "bitflags 1.3.2",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104623 "rustc_data_structures",
4624 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554625 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104626 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344627 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104628]
4629
4630[[package]]
Oliver Schneider847bb142018-05-11 12:11:064631name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004632version = "0.4.0"
4633source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4635dependencies = [
klensy8ebc73b2022-02-06 20:57:294636 "semver",
Ralf Junge5d01782021-10-04 22:13:004637]
4638
4639[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294640name = "rustdoc"
4641version = "0.0.0"
4642dependencies = [
Weihang Lof795a152023-03-15 12:50:044643 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464644 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284645 "expect-test",
pierwillf684acd2022-03-04 17:54:284646 "itertools",
Alex Crichton093ede22019-08-15 00:45:094647 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044648 "once_cell",
Guillaume Gomezf467b8d2020-10-13 13:46:344649 "regex",
Rune Tynan67b78a02021-01-25 21:23:434650 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454651 "serde",
4652 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294653 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094654 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004655 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294656 "tracing",
4657 "tracing-subscriber",
4658 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584659]
4660
4661[[package]]
ozkanonurc36b2092023-05-20 11:40:114662name = "rustdoc-gui-test"
4663version = "0.1.0"
4664dependencies = [
ozkanonurc64db2c2023-05-30 07:54:404665 "build_helper",
ozkanonurc36b2092023-05-20 11:40:114666 "compiletest",
4667 "getopts",
4668 "walkdir",
4669]
4670
4671[[package]]
Rune Tynan67b78a02021-01-25 21:23:434672name = "rustdoc-json-types"
4673version = "0.1.0"
4674dependencies = [
Luca Palmiericd7688b2023-05-22 17:26:204675 "bincode",
ozkanonur52c71e62023-03-01 21:53:024676 "rustc-hash",
Rune Tynan67b78a02021-01-25 21:23:434677 "serde",
Rune Tynanca48d152021-03-04 23:45:574678 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434679]
4680
4681[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534682name = "rustdoc-themes"
4683version = "0.1.0"
4684
4685[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584686name = "rustdoc-tool"
4687version = "0.0.0"
4688dependencies = [
Alex Crichton093ede22019-08-15 00:45:094689 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294690]
4691
4692[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154693name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444694version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044695source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444696checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504697dependencies = [
4698 "anyhow",
4699 "log",
4700 "serde",
4701 "serde_json",
4702]
4703
4704[[package]]
topecongiro5a411a62019-06-18 12:15:194705name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144706version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194707dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154708 "proc-macro2",
4709 "quote",
Alex Crichton093ede22019-08-15 00:45:094710 "serde",
Ralf Jung47ba2a92023-08-22 11:47:384711 "syn 2.0.29",
topecongiro5a411a62019-06-18 12:15:194712]
4713
4714[[package]]
Alex Crichton1cede102017-06-15 02:33:064715name = "rustfmt-nightly"
Caleb Cartwright75a66752023-07-01 07:50:524716version = "1.6.0"
kennytm0692b3d2017-12-15 19:41:584717dependencies = [
klensy754b5262022-07-31 13:44:064718 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394719 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094720 "bytecount",
Ralf Jung5aecfe42023-10-07 05:55:484721 "cargo_metadata 0.15.4",
klensye1c33132023-06-21 09:32:344722 "clap",
Alex Crichton093ede22019-08-15 00:45:094723 "diff",
4724 "dirs",
Caleb Cartwrightaca66a22023-06-20 04:19:484725 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:094726 "getopts",
4727 "ignore",
pierwillf684acd2022-03-04 17:54:284728 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424729 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094730 "log",
4731 "regex",
Alex Crichton093ede22019-08-15 00:45:094732 "rustfmt-config_proc_macro",
4733 "serde",
4734 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544735 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394736 "thiserror",
Nilstrieb3295cdf2023-06-26 07:21:354737 "toml 0.7.5",
Alex Crichton093ede22019-08-15 00:45:094738 "unicode-segmentation",
4739 "unicode-width",
4740 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274741]
4742
4743[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044744name = "rustix"
chenx97141c4632023-09-21 11:31:014745version = "0.38.14"
Weihang Lo1e5dad02022-11-25 22:37:044746source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:014747checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
Weihang Lo1e5dad02022-11-25 22:37:044748dependencies = [
chenx97141c4632023-09-21 11:31:014749 "bitflags 2.4.0",
Nilstrieb3295cdf2023-06-26 07:21:354750 "errno",
4751 "libc",
chenx97141c4632023-09-21 11:31:014752 "linux-raw-sys",
Philipp Kronesac25a732023-08-24 19:33:174753 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:044754]
4755
4756[[package]]
flip19950046d7c2021-02-25 10:26:234757name = "rustversion"
Nilstrieb3295cdf2023-06-26 07:21:354758version = "1.0.12"
flip19950046d7c2021-02-25 10:26:234759source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354760checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
flip19950046d7c2021-02-25 10:26:234761
4762[[package]]
Jubilee Young7156ff62023-05-10 03:29:274763name = "ruzstd"
dirreke74817b72023-08-14 14:57:384764version = "0.4.0"
Jubilee Young7156ff62023-05-10 03:29:274765source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:384766checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"
Jubilee Young7156ff62023-05-10 03:29:274767dependencies = [
4768 "byteorder",
dirreke74817b72023-08-14 14:57:384769 "thiserror-core",
Jubilee Young7156ff62023-05-10 03:29:274770 "twox-hash",
4771]
4772
4773[[package]]
Alex Crichton2863b752018-08-21 17:23:474774name = "ryu"
Nilstrieb3295cdf2023-06-26 07:21:354775version = "1.0.13"
Alex Crichton2863b752018-08-21 17:23:474776source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354777checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
Alex Crichton2863b752018-08-21 17:23:474778
4779[[package]]
Josh Stone020c5ec2017-05-08 22:01:134780name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444781version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224782source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444783checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224784dependencies = [
Alex Crichton093ede22019-08-15 00:45:094785 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224786]
4787
4788[[package]]
4789name = "schannel"
klensy55935df2023-08-06 10:24:594790version = "0.1.22"
Alex Crichton80d6ed22018-01-08 21:56:224791source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:594792checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
Alex Crichton80d6ed22018-01-08 21:56:224793dependencies = [
Philipp Kronesac25a732023-08-24 19:33:174794 "windows-sys 0.48.0",
Alex Crichton80d6ed22018-01-08 21:56:224795]
4796
4797[[package]]
Alex Crichton453080f2017-06-05 16:36:484798name = "scoped-tls"
Nilstrieb3295cdf2023-06-26 07:21:354799version = "1.0.1"
Marcel Hellwig56fb2872019-02-26 10:15:524800source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354801checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
Marcel Hellwig56fb2872019-02-26 10:15:524802
4803[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124804name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444805version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254806source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444807checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254808
4809[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:444810name = "security-framework"
4811version = "2.9.1"
4812source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
4814dependencies = [
4815 "bitflags 1.3.2",
4816 "core-foundation",
4817 "core-foundation-sys",
4818 "libc",
4819 "security-framework-sys",
4820]
4821
4822[[package]]
4823name = "security-framework-sys"
4824version = "2.9.0"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
4827dependencies = [
4828 "core-foundation-sys",
4829 "libc",
4830]
4831
4832[[package]]
David Wood7f916972022-03-26 07:27:434833name = "self_cell"
4834version = "0.10.2"
4835source = "registry+https://github.com/rust-lang/crates.io-index"
4836checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4837
4838[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584839name = "semver"
Nilstrieb3295cdf2023-06-26 07:21:354840version = "1.0.17"
Eric Huss78529352021-06-02 03:38:394841source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354842checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
Eric Huss78529352021-06-02 03:38:394843dependencies = [
4844 "serde",
4845]
4846
4847[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584848name = "serde"
Ralf Jung47ba2a92023-08-22 11:47:384849version = "1.0.185"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584850source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:384851checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31"
Eric Huss57393642018-12-17 18:23:044852dependencies = [
Alex Crichton093ede22019-08-15 00:45:094853 "serde_derive",
Eric Huss57393642018-12-17 18:23:044854]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584855
4856[[package]]
4857name = "serde_derive"
Ralf Jung47ba2a92023-08-22 11:47:384858version = "1.0.185"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584859source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:384860checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584861dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154862 "proc-macro2",
4863 "quote",
Ralf Jung47ba2a92023-08-22 11:47:384864 "syn 2.0.29",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584865]
4866
4867[[package]]
4868name = "serde_json"
Nilstrieb3295cdf2023-06-26 07:21:354869version = "1.0.99"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584870source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354871checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584872dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354873 "indexmap 2.0.0",
Alex Crichton093ede22019-08-15 00:45:094874 "itoa",
4875 "ryu",
4876 "serde",
Steve Klabnik2795de32017-02-20 00:20:574877]
4878
4879[[package]]
Philipp Krones612c3422023-06-02 09:42:424880name = "serde_spanned"
Nilstrieb3295cdf2023-06-26 07:21:354881version = "0.6.3"
Philipp Krones612c3422023-06-02 09:42:424882source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354883checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
Philipp Krones612c3422023-06-02 09:42:424884dependencies = [
4885 "serde",
4886]
4887
4888[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:444889name = "serde_urlencoded"
4890version = "0.7.1"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4893dependencies = [
4894 "form_urlencoded",
4895 "itoa",
4896 "ryu",
4897 "serde",
4898]
4899
4900[[package]]
Pietro Albini4f40eee2023-01-10 12:13:044901name = "sha1"
4902version = "0.10.5"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
4905dependencies = [
4906 "cfg-if",
4907 "cpufeatures",
4908 "digest",
4909]
4910
4911[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124912name = "sha2"
Nilstrieb3295cdf2023-06-26 07:21:354913version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:124914source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354915checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
Pietro Albiniacd8e592020-10-01 15:15:124916dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424917 "cfg-if",
pierwillef6dd122022-02-10 16:54:014918 "cpufeatures",
klensy45fac342022-08-31 20:04:124919 "digest",
James Munnsde763692019-01-19 02:39:374920]
4921
4922[[package]]
Oliver Schererec7230f2020-07-24 18:42:004923name = "sharded-slab"
Nilstrieb3295cdf2023-06-26 07:21:354924version = "0.1.4"
Oliver Schererec7230f2020-07-24 18:42:004925source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354926checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
Oliver Schererec7230f2020-07-24 18:42:004927dependencies = [
4928 "lazy_static",
4929]
4930
4931[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584932name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444933version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584934source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444935checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584936
4937[[package]]
steveklabnik54371882018-01-25 17:32:254938name = "shlex"
Nilstrieb3295cdf2023-06-26 07:21:354939version = "1.1.0"
Eric Huss788167a2021-02-23 01:05:214940source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354941checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
Eric Huss788167a2021-02-23 01:05:214942
4943[[package]]
steveklabnikecfbaca2018-04-03 14:32:044944name = "siphasher"
Nilstrieb3295cdf2023-06-26 07:21:354945version = "0.3.10"
steveklabnikecfbaca2018-04-03 14:32:044946source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354947checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
steveklabnikecfbaca2018-04-03 14:32:044948
4949[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434950name = "slab"
Philipp Kronesa6d3c822023-07-02 13:07:474951version = "0.4.8"
Matthias Krüger696fb8f2019-01-21 15:32:434952source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:474953checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
4954dependencies = [
4955 "autocfg",
4956]
Matthias Krüger696fb8f2019-01-21 15:32:434957
4958[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014959name = "smallvec"
Wesley Wiser15e9f562023-07-18 19:22:564960version = "1.11.0"
Ralf Jung90b8d342019-11-04 14:59:094961source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser15e9f562023-07-18 19:22:564962checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
Ralf Jung90b8d342019-11-04 14:59:094963
4964[[package]]
Josh Triplett574f6be2020-08-20 23:16:304965name = "snap"
Chris Denton77d7c632023-01-26 05:49:374966version = "1.1.0"
Josh Triplett574f6be2020-08-20 23:16:304967source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton77d7c632023-01-26 05:49:374968checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
Josh Triplett574f6be2020-08-20 23:16:304969
4970[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154971name = "socket2"
Nilstrieb3295cdf2023-06-26 07:21:354972version = "0.4.9"
klensy50c38902021-05-01 11:50:034973source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354974checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
klensy50c38902021-05-01 11:50:034975dependencies = [
4976 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314977 "winapi",
klensy50c38902021-05-01 11:50:034978]
4979
4980[[package]]
Pietro Albini13efb202022-11-15 09:19:174981name = "spdx-expression"
4982version = "0.5.2"
4983source = "registry+https://github.com/rust-lang/crates.io-index"
4984checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
4985dependencies = [
4986 "nom",
4987 "serde",
4988 "thiserror",
4989 "tracing",
4990]
4991
4992[[package]]
4993name = "spdx-rs"
Nilstrieb3295cdf2023-06-26 07:21:354994version = "0.5.3"
Pietro Albini13efb202022-11-15 09:19:174995source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354996checksum = "74f1f9cfa402cd27dd022fd1943f0f969b10dda75d5e50e3a78ccee9c0188e2a"
Pietro Albini13efb202022-11-15 09:19:174997dependencies = [
4998 "chrono",
4999 "log",
5000 "nom",
5001 "serde",
5002 "spdx-expression",
5003 "strum",
5004 "strum_macros",
5005 "thiserror",
5006 "uuid",
5007]
5008
5009[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455010name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445011version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455012source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445013checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455014
5015[[package]]
Oli Scherera38e9832023-09-14 15:50:115016name = "stable_mir"
5017version = "0.1.0-preview"
5018dependencies = [
5019 "scoped-tls",
5020 "tracing",
5021]
5022
5023[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245024name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:555025version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:245026source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555027checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:245028dependencies = [
5029 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425030 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:245031 "libc",
5032 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315033 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:245034]
5035
5036[[package]]
Eric Huss7758eaf2022-04-28 05:42:545037name = "static_assertions"
5038version = "1.1.0"
5039source = "registry+https://github.com/rust-lang/crates.io-index"
5040checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5041
5042[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295043name = "std"
5044version = "0.0.0"
5045dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:355046 "addr2line",
Alex Crichton093ede22019-08-15 00:45:095047 "alloc",
Peter Jaszkowiak93677272023-08-12 19:00:055048 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425049 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095050 "compiler_builtins",
5051 "core",
5052 "dlmalloc",
5053 "fortanix-sgx-abi",
The 8472479be6a2023-06-08 14:55:495054 "hashbrown 0.14.0",
Stefan Lankes8666ade2023-07-04 13:58:025055 "hermit-abi 0.3.2",
Alex Crichton093ede22019-08-15 00:45:095056 "libc",
Jubilee Young079949d2023-06-29 23:18:365057 "miniz_oxide",
Tyler Mandry4c14ca32023-08-22 19:20:355058 "object",
Alex Crichton093ede22019-08-15 00:45:095059 "panic_abort",
5060 "panic_unwind",
5061 "profiler_builtins",
Ayush Singh48c6ae02022-12-18 04:24:545062 "r-efi",
5063 "r-efi-alloc",
Thom Chiovolonia4bf36e2022-11-21 00:55:415064 "rand",
5065 "rand_xorshift",
Alex Crichton06d565c2020-05-13 21:22:375066 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:465067 "std_detect",
Alex Crichton093ede22019-08-15 00:45:095068 "unwind",
Thom Chiovolonia4bf36e2022-11-21 00:55:415069 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:295070]
5071
5072[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:465073name = "std_detect"
5074version = "0.1.5"
5075dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425076 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:465077 "compiler_builtins",
5078 "libc",
5079 "rustc-std-workspace-alloc",
5080 "rustc-std-workspace-core",
5081]
5082
5083[[package]]
steveklabnikecfbaca2018-04-03 14:32:045084name = "string_cache"
Nilstrieb3295cdf2023-06-26 07:21:355085version = "0.8.7"
steveklabnikecfbaca2018-04-03 14:32:045086source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355087checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
steveklabnikecfbaca2018-04-03 14:32:045088dependencies = [
Alex Crichton093ede22019-08-15 00:45:095089 "new_debug_unreachable",
Nilstrieb3295cdf2023-06-26 07:21:355090 "once_cell",
5091 "parking_lot 0.12.1",
Alex Crichton093ede22019-08-15 00:45:095092 "phf_shared",
5093 "precomputed-hash",
5094 "serde",
steveklabnikecfbaca2018-04-03 14:32:045095]
5096
5097[[package]]
5098name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:145099version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045100source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145101checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045102dependencies = [
Alex Crichton093ede22019-08-15 00:45:095103 "phf_generator",
5104 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:155105 "proc-macro2",
5106 "quote",
steveklabnikecfbaca2018-04-03 14:32:045107]
5108
5109[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585110name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:335111version = "0.10.0"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5114
5115[[package]]
Pietro Albini13efb202022-11-15 09:19:175116name = "strum"
5117version = "0.24.1"
5118source = "registry+https://github.com/rust-lang/crates.io-index"
5119checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5120
5121[[package]]
5122name = "strum_macros"
5123version = "0.24.3"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5126dependencies = [
5127 "heck",
5128 "proc-macro2",
5129 "quote",
5130 "rustversion",
Nilstrieb3295cdf2023-06-26 07:21:355131 "syn 1.0.109",
Pietro Albini13efb202022-11-15 09:19:175132]
5133
5134[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:085135name = "suggest-tests"
5136version = "0.1.0"
5137dependencies = [
5138 "build_helper",
5139 "glob",
5140 "once_cell",
5141]
5142
5143[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115144name = "syn"
Nilstrieb3295cdf2023-06-26 07:21:355145version = "1.0.109"
Igor Matuszewskic2249a42019-09-08 08:28:115146source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355147checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
Igor Matuszewskic2249a42019-09-08 08:28:115148dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155149 "proc-macro2",
5150 "quote",
Andres Suareza65ddf02022-10-09 03:25:405151 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115152]
5153
5154[[package]]
Deadbeefa912a932023-03-23 06:19:255155name = "syn"
Ralf Jung47ba2a92023-08-22 11:47:385156version = "2.0.29"
Deadbeefa912a932023-03-23 06:19:255157source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:385158checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
Deadbeefa912a932023-03-23 06:19:255159dependencies = [
5160 "proc-macro2",
5161 "quote",
5162 "unicode-ident",
5163]
5164
5165[[package]]
Alex Crichton325d7392017-12-10 17:42:495166name = "synstructure"
pierwillea25b772021-12-21 17:00:305167version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:235168source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305169checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:235170dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155171 "proc-macro2",
5172 "quote",
Nilstrieb3295cdf2023-06-26 07:21:355173 "syn 1.0.109",
Aaron Hill70ba4912020-08-01 14:11:155174 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:235175]
5176
5177[[package]]
Deadbeefaf74ef82023-03-27 13:44:065178name = "synstructure"
5179version = "0.13.0"
5180source = "registry+https://github.com/rust-lang/crates.io-index"
5181checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06"
5182dependencies = [
5183 "proc-macro2",
5184 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385185 "syn 2.0.29",
Deadbeefaf74ef82023-03-27 13:44:065186 "unicode-xid",
5187]
5188
5189[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445190name = "sysinfo"
5191version = "0.29.2"
5192source = "registry+https://github.com/rust-lang/crates.io-index"
5193checksum = "9557d0845b86eea8182f7b10dff120214fb6cd9fd937b6f4917714e546a38695"
5194dependencies = [
5195 "cfg-if",
5196 "core-foundation-sys",
5197 "libc",
5198 "ntapi",
5199 "once_cell",
5200 "winapi",
5201]
5202
5203[[package]]
John Kåre Alsakerfd4c81f2023-03-07 15:10:295204name = "sysroot"
5205version = "0.0.0"
5206dependencies = [
5207 "proc_macro",
5208 "std",
5209 "test",
5210]
5211
5212[[package]]
Josh Stone020c5ec2017-05-08 22:01:135213name = "tar"
Eric Huss845faad2022-06-08 18:48:315214version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:135215source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:315216checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:135217dependencies = [
Alex Crichton093ede22019-08-15 00:45:095218 "filetime",
5219 "libc",
Alex Crichton093ede22019-08-15 00:45:095220 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135221]
5222
5223[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555224name = "tempfile"
chenx97141c4632023-09-21 11:31:015225version = "3.8.0"
Aleksey Kladov850156a2018-03-29 07:34:555226source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015227checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
Aleksey Kladov850156a2018-03-29 07:34:555228dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425229 "cfg-if",
Ralf Jung55162732022-11-15 19:06:425230 "fastrand",
Arlo Siemsen4d9b4762023-06-02 16:40:365231 "redox_syscall 0.3.5",
chenx97141c4632023-09-21 11:31:015232 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175233 "windows-sys 0.48.0",
Aleksey Kladov850156a2018-03-29 07:34:555234]
5235
5236[[package]]
steveklabnikecfbaca2018-04-03 14:32:045237name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245238version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045239source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245240checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045241dependencies = [
Alex Crichton093ede22019-08-15 00:45:095242 "futf",
5243 "mac",
5244 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045245]
5246
5247[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295248name = "term"
flip19950046d7c2021-02-25 10:26:235249version = "0.7.0"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5252dependencies = [
5253 "dirs-next",
5254 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315255 "winapi",
flip19950046d7c2021-02-25 10:26:235256]
5257
5258[[package]]
Alex Crichton1cede102017-06-15 02:33:065259name = "termcolor"
Nilstrieb3295cdf2023-06-26 07:21:355260version = "1.2.0"
Alex Crichtonfa5b3d32018-07-26 00:25:125261source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355262checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
Alex Crichtonfa5b3d32018-07-26 00:25:125263dependencies = [
Eric Huss89d79062020-07-29 18:02:055264 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125265]
5266
5267[[package]]
Eric Huss2717f602023-01-06 01:20:595268name = "terminal_size"
chenx97141c4632023-09-21 11:31:015269version = "0.3.0"
Eric Huss2717f602023-01-06 01:20:595270source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015271checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
Eric Huss2717f602023-01-06 01:20:595272dependencies = [
chenx97141c4632023-09-21 11:31:015273 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175274 "windows-sys 0.48.0",
Eric Huss2717f602023-01-06 01:20:595275]
5276
5277[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485278name = "termize"
5279version = "0.1.1"
5280source = "registry+https://github.com/rust-lang/crates.io-index"
5281checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5282dependencies = [
5283 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315284 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485285]
5286
5287[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295288name = "test"
5289version = "0.0.0"
5290dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:085291 "core",
Alex Crichton093ede22019-08-15 00:45:095292 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085293 "panic_abort",
5294 "panic_unwind",
Alex Crichtonb47c9692019-08-16 15:29:085295 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295296]
5297
5298[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185299name = "tester"
Nilstrieb3295cdf2023-06-26 07:21:355300version = "0.9.1"
flip19950046d7c2021-02-25 10:26:235301source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355302checksum = "89e8bf7e0eb2dd7b4228cc1b6821fc5114cd6841ae59f652a85488c016091e5f"
flip19950046d7c2021-02-25 10:26:235303dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425304 "cfg-if",
flip19950046d7c2021-02-25 10:26:235305 "getopts",
5306 "libc",
5307 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:545308 "term",
flip19950046d7c2021-02-25 10:26:235309]
5310
5311[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305312name = "thin-vec"
Nicholas Nethercote06228d62022-12-05 23:19:325313version = "0.2.12"
Nicholas Nethercoteb38106b2022-08-17 04:22:305314source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote06228d62022-12-05 23:19:325315checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
Nicholas Nethercoteb38106b2022-08-17 04:22:305316
5317[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305318name = "thiserror"
Rémy Rakicdf3819b2023-08-17 19:48:225319version = "1.0.47"
Pietro Albini9beb8f52019-11-26 11:06:305320source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdf3819b2023-08-17 19:48:225321checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
Pietro Albini9beb8f52019-11-26 11:06:305322dependencies = [
5323 "thiserror-impl",
5324]
5325
5326[[package]]
dirreke74817b72023-08-14 14:57:385327name = "thiserror-core"
5328version = "1.0.38"
5329source = "registry+https://github.com/rust-lang/crates.io-index"
5330checksum = "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"
5331dependencies = [
5332 "thiserror-core-impl",
5333]
5334
5335[[package]]
5336name = "thiserror-core-impl"
5337version = "1.0.38"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"
5340dependencies = [
5341 "proc-macro2",
5342 "quote",
5343 "syn 1.0.109",
5344]
5345
5346[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305347name = "thiserror-impl"
Rémy Rakicdf3819b2023-08-17 19:48:225348version = "1.0.47"
Pietro Albini9beb8f52019-11-26 11:06:305349source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdf3819b2023-08-17 19:48:225350checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
Pietro Albini9beb8f52019-11-26 11:06:305351dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155352 "proc-macro2",
5353 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385354 "syn 2.0.29",
Pietro Albini9beb8f52019-11-26 11:06:305355]
5356
5357[[package]]
David Wood2dc1a8a2021-12-03 14:24:055358name = "thorin-dwp"
dirreke74817b72023-08-14 14:57:385359version = "0.7.0"
David Wood2dc1a8a2021-12-03 14:24:055360source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:385361checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
David Wood2dc1a8a2021-12-03 14:24:055362dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:355363 "gimli",
dirreke74817b72023-08-14 14:57:385364 "hashbrown 0.14.0",
Tyler Mandry4c14ca32023-08-22 19:20:355365 "object",
David Wood2dc1a8a2021-12-03 14:24:055366 "tracing",
5367]
5368
5369[[package]]
Steve Klabnika0769612017-02-07 23:13:575370name = "thread_local"
Nilstrieb3295cdf2023-06-26 07:21:355371version = "1.1.7"
Igor Matuszewski8fc4bba2020-02-12 14:47:315372source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355373checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
Igor Matuszewski8fc4bba2020-02-12 14:47:315374dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355375 "cfg-if",
klensy9f621ae2022-01-24 17:19:215376 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315377]
5378
5379[[package]]
Guillaume Gomez50f75202023-03-14 19:28:005380name = "threadpool"
5381version = "1.8.1"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
5384dependencies = [
5385 "num_cpus",
5386]
5387
5388[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295389name = "tidy"
5390version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565391dependencies = [
Weihang Lof795a152023-03-15 12:50:045392 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485393 "cargo_metadata 0.15.4",
yukang18511ba2022-11-04 08:56:485394 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:425395 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:255396 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095397 "regex",
DebugSteven540ca2f2023-01-05 04:57:205398 "semver",
Nilstrieb75b3ee22022-12-30 11:23:055399 "termcolor",
Alex Crichton093ede22019-08-15 00:45:095400 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565401]
Ahmed Charles9ca382f2016-09-02 08:55:295402
5403[[package]]
Eric Hussce717472020-08-11 23:49:395404name = "tier-check"
5405version = "0.1.0"
5406
5407[[package]]
Esteban Küber8eb58432023-03-03 22:25:185408name = "time"
5409version = "0.3.22"
5410source = "registry+https://github.com/rust-lang/crates.io-index"
5411checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
5412dependencies = [
5413 "itoa",
5414 "serde",
5415 "time-core",
5416 "time-macros",
5417]
5418
5419[[package]]
5420name = "time-core"
5421version = "0.1.1"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
5424
5425[[package]]
5426name = "time-macros"
5427version = "0.2.9"
5428source = "registry+https://github.com/rust-lang/crates.io-index"
5429checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
5430dependencies = [
5431 "time-core",
5432]
5433
5434[[package]]
David Wood7f916972022-03-26 07:27:435435name = "tinystr"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455436version = "0.7.1"
David Wood7f916972022-03-26 07:27:435437source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455438checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
Manish Goregaokar288194e2022-10-19 23:24:425439dependencies = [
5440 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255441 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425442]
David Wood7f916972022-03-26 07:27:435443
5444[[package]]
Mark Rousskov342d9562020-08-17 15:21:445445name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565446version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445447source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565448checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5449dependencies = [
5450 "tinyvec_macros",
5451]
5452
5453[[package]]
5454name = "tinyvec_macros"
Nilstrieb3295cdf2023-06-26 07:21:355455version = "0.1.1"
Charles Lewa76dcd82022-09-16 17:55:565456source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355457checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
Mark Rousskov342d9562020-08-17 15:21:445458
5459[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435460name = "tokio"
Philipp Kronesa6d3c822023-07-02 13:07:475461version = "1.29.1"
Matthias Krüger696fb8f2019-01-21 15:32:435462source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:475463checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
Matthias Krüger696fb8f2019-01-21 15:32:435464dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315465 "autocfg",
Philipp Kronesa6d3c822023-07-02 13:07:475466 "backtrace",
Alex Crichton093ede22019-08-15 00:45:095467 "bytes",
Jakub Beránek91d2fb22023-06-03 07:41:445468 "libc",
5469 "mio",
5470 "num_cpus",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315471 "pin-project-lite",
Jakub Beránek91d2fb22023-06-03 07:41:445472 "socket2",
Philipp Kronesac25a732023-08-24 19:33:175473 "windows-sys 0.48.0",
Jakub Beránek91d2fb22023-06-03 07:41:445474]
5475
5476[[package]]
5477name = "tokio-native-tls"
5478version = "0.3.1"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5481dependencies = [
5482 "native-tls",
5483 "tokio",
5484]
5485
5486[[package]]
5487name = "tokio-util"
5488version = "0.7.2"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
5491dependencies = [
5492 "bytes",
5493 "futures-core",
5494 "futures-sink",
5495 "pin-project-lite",
5496 "tokio",
5497 "tracing",
Matthias Krüger696fb8f2019-01-21 15:32:435498]
5499
5500[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295501name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355502version = "0.5.11"
Eric Hussd2228ca2019-03-29 03:13:135503source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355504checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
Eric Hussd2228ca2019-03-29 03:13:135505dependencies = [
Alex Crichton093ede22019-08-15 00:45:095506 "serde",
Eric Hussd2228ca2019-03-29 03:13:135507]
5508
5509[[package]]
Philipp Krones612c3422023-06-02 09:42:425510name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355511version = "0.7.5"
Philipp Krones612c3422023-06-02 09:42:425512source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355513checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240"
Philipp Krones612c3422023-06-02 09:42:425514dependencies = [
5515 "serde",
5516 "serde_spanned",
5517 "toml_datetime",
5518 "toml_edit",
5519]
5520
5521[[package]]
5522name = "toml_datetime"
Nilstrieb3295cdf2023-06-26 07:21:355523version = "0.6.3"
Philipp Krones612c3422023-06-02 09:42:425524source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355525checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
Philipp Krones612c3422023-06-02 09:42:425526dependencies = [
5527 "serde",
5528]
5529
5530[[package]]
5531name = "toml_edit"
Nilstrieb3295cdf2023-06-26 07:21:355532version = "0.19.11"
Philipp Krones612c3422023-06-02 09:42:425533source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355534checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7"
Philipp Krones612c3422023-06-02 09:42:425535dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355536 "indexmap 2.0.0",
Philipp Krones612c3422023-06-02 09:42:425537 "serde",
5538 "serde_spanned",
5539 "toml_datetime",
5540 "winnow",
5541]
5542
5543[[package]]
Eric Hussa882fdd2021-12-03 20:25:075544name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:595545version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:075546source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:595547checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:075548
5549[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445550name = "tower-service"
5551version = "0.3.2"
5552source = "registry+https://github.com/rust-lang/crates.io-index"
5553checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
5554
5555[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095556name = "tracing"
Nilstrieb3295cdf2023-06-26 07:21:355557version = "0.1.37"
Jack Hueyecb8b9f2020-05-27 05:05:095558source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355559checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
Jack Hueyecb8b9f2020-05-27 05:05:095560dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425561 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315562 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095563 "tracing-attributes",
5564 "tracing-core",
5565]
5566
5567[[package]]
5568name = "tracing-attributes"
Nilstrieb3295cdf2023-06-26 07:21:355569version = "0.1.26"
Jack Hueyecb8b9f2020-05-27 05:05:095570source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355571checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
Jack Hueyecb8b9f2020-05-27 05:05:095572dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155573 "proc-macro2",
5574 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385575 "syn 2.0.29",
Jack Hueyecb8b9f2020-05-27 05:05:095576]
5577
5578[[package]]
5579name = "tracing-core"
Nilstrieb171be8c2023-06-26 15:25:245580version = "0.1.30"
Jack Hueyecb8b9f2020-05-27 05:05:095581source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb171be8c2023-06-26 15:25:245582checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
Jack Hueyecb8b9f2020-05-27 05:05:095583dependencies = [
Oli Scherere8962282022-07-05 08:26:125584 "once_cell",
5585 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095586]
5587
5588[[package]]
Ralf Jung10430db2022-07-15 14:04:235589name = "tracing-error"
5590version = "0.2.0"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5593dependencies = [
5594 "tracing",
5595 "tracing-subscriber",
5596]
5597
5598[[package]]
Jack Hueyd66452c2020-08-04 22:35:375599name = "tracing-log"
Nilstrieb3295cdf2023-06-26 07:21:355600version = "0.1.3"
Jack Hueyd66452c2020-08-04 22:35:375601source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355602checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
Jack Hueyd66452c2020-08-04 22:35:375603dependencies = [
5604 "lazy_static",
5605 "log",
5606 "tracing-core",
5607]
5608
5609[[package]]
Oliver Schererec7230f2020-07-24 18:42:005610name = "tracing-subscriber"
Nilstrieb3295cdf2023-06-26 07:21:355611version = "0.3.17"
Oliver Schererec7230f2020-07-24 18:42:005612source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355613checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
Oliver Schererec7230f2020-07-24 18:42:005614dependencies = [
Oliver Schererec7230f2020-07-24 18:42:005615 "matchers",
Nilstrieb3295cdf2023-06-26 07:21:355616 "nu-ansi-term",
5617 "once_cell",
5618 "parking_lot 0.12.1",
Oliver Schererec7230f2020-07-24 18:42:005619 "regex",
Oliver Schererec7230f2020-07-24 18:42:005620 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295621 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445622 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595623 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005624 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375625]
5626
5627[[package]]
5628name = "tracing-tree"
Martin Kröning7928c7e2023-09-19 12:15:535629version = "0.2.4"
Jack Hueyd66452c2020-08-04 22:35:375630source = "registry+https://github.com/rust-lang/crates.io-index"
Martin Kröning7928c7e2023-09-19 12:15:535631checksum = "92d6b63348fad3ae0439b8bebf8d38fb5bda0b115d7a8a7e6f165f12790c58c3"
Jack Hueyd66452c2020-08-04 22:35:375632dependencies = [
Martin Kröning7928c7e2023-09-19 12:15:535633 "is-terminal",
Nilstrieb3295cdf2023-06-26 07:21:355634 "nu-ansi-term",
pierwillea25b772021-12-21 17:00:305635 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005636 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375637 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005638]
5639
5640[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445641name = "try-lock"
5642version = "0.2.4"
5643source = "registry+https://github.com/rust-lang/crates.io-index"
5644checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
5645
5646[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005647name = "twox-hash"
5648version = "1.6.3"
5649source = "registry+https://github.com/rust-lang/crates.io-index"
5650checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5651dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425652 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415653 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005654 "static_assertions",
5655]
5656
5657[[package]]
David Wood7f916972022-03-26 07:27:435658name = "type-map"
5659version = "0.4.0"
5660source = "registry+https://github.com/rust-lang/crates.io-index"
5661checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5662dependencies = [
5663 "rustc-hash",
5664]
5665
5666[[package]]
Eric Huss8c20add2018-12-03 01:33:205667name = "typenum"
Weihang Lo6306fd32023-01-04 15:33:595668version = "1.16.0"
Eric Huss8c20add2018-12-03 01:33:205669source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:595670checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
Eric Huss8c20add2018-12-03 01:33:205671
5672[[package]]
Mark Rousskov064f8882020-01-13 21:40:195673name = "ucd-parse"
Nilstrieb3295cdf2023-06-26 07:21:355674version = "0.1.10"
Mark Rousskov064f8882020-01-13 21:40:195675source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355676checksum = "fc2d0556a998f4c55500ce1730901ba32bafbe820068cbdc091421525d61253b"
Mark Rousskov064f8882020-01-13 21:40:195677dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355678 "once_cell",
Mark Rousskov064f8882020-01-13 21:40:195679 "regex",
5680]
5681
5682[[package]]
James Munnsde763692019-01-19 02:39:375683name = "ucd-trie"
Eric Hussbb60a762023-01-10 19:09:525684version = "0.1.5"
James Munnsde763692019-01-19 02:39:375685source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:525686checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
James Munnsde763692019-01-19 02:39:375687
5688[[package]]
Ralf Junga272c452022-05-30 08:17:465689name = "ui_test"
Ralf Junge0f4ab82023-09-28 14:42:075690version = "0.20.0"
Ralf Jungf76eac42022-09-01 20:59:055691source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge0f4ab82023-09-28 14:42:075692checksum = "bfd8fb9b15c8332cf51bfc2dc4830063b2446a9c9d732421b56f2478024a3971"
Ralf Junga272c452022-05-30 08:17:465693dependencies = [
Ralf Junge0f4ab82023-09-28 14:42:075694 "annotate-snippets",
5695 "anyhow",
klensy9b6a6b12023-05-26 10:03:475696 "bstr",
Ralf Jungf4acc672023-04-28 16:15:045697 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485698 "cargo_metadata 0.15.4",
Ralf Jung10430db2022-07-15 14:04:235699 "color-eyre",
Ralf Junga272c452022-05-30 08:17:465700 "colored",
Ralf Junge0f4ab82023-09-28 14:42:075701 "comma",
Ralf Jung55162732022-11-15 19:06:425702 "crossbeam-channel",
Ralf Junge0f4ab82023-09-28 14:42:075703 "indicatif",
Ralf Junga272c452022-05-30 08:17:465704 "lazy_static",
Ralf Junge0f4ab82023-09-28 14:42:075705 "levenshtein",
5706 "prettydiff",
Ralf Junga272c452022-05-30 08:17:465707 "regex",
5708 "rustc_version",
Ralf Jungf4acc672023-04-28 16:15:045709 "rustfix",
Ralf Jung9f2b69d2022-06-01 13:26:265710 "serde",
5711 "serde_json",
Ralf Jung55162732022-11-15 19:06:425712 "tempfile",
Ralf Junga272c452022-05-30 08:17:465713]
5714
5715[[package]]
Philipp Kronesac25a732023-08-24 19:33:175716name = "ui_test"
Ralf Junge0f4ab82023-09-28 14:42:075717version = "0.21.2"
Philipp Kronesac25a732023-08-24 19:33:175718source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge0f4ab82023-09-28 14:42:075719checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d"
Philipp Kronesac25a732023-08-24 19:33:175720dependencies = [
5721 "annotate-snippets",
5722 "anyhow",
5723 "bstr",
5724 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485725 "cargo_metadata 0.15.4",
Philipp Kronesac25a732023-08-24 19:33:175726 "color-eyre",
5727 "colored",
5728 "comma",
5729 "crossbeam-channel",
Philipp Kronesac25a732023-08-24 19:33:175730 "indicatif",
5731 "lazy_static",
Oli Scherer4fdb4ed2023-08-29 13:28:535732 "levenshtein",
Philipp Kronesac25a732023-08-24 19:33:175733 "prettydiff",
5734 "regex",
5735 "rustc_version",
5736 "rustfix",
5737 "serde",
5738 "serde_json",
5739 "tempfile",
5740]
5741
5742[[package]]
David Wood7f916972022-03-26 07:27:435743name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425744version = "0.9.1"
David Wood7f916972022-03-26 07:27:435745source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425746checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435747dependencies = [
5748 "unic-langid-impl",
5749 "unic-langid-macros",
5750]
5751
5752[[package]]
5753name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425754version = "0.9.1"
David Wood7f916972022-03-26 07:27:435755source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425756checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435757dependencies = [
5758 "tinystr",
5759]
5760
5761[[package]]
5762name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425763version = "0.9.1"
David Wood7f916972022-03-26 07:27:435764source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425765checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435766dependencies = [
5767 "proc-macro-hack",
5768 "tinystr",
5769 "unic-langid-impl",
5770 "unic-langid-macros-impl",
5771]
5772
5773[[package]]
5774name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425775version = "0.9.1"
David Wood7f916972022-03-26 07:27:435776source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425777checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435778dependencies = [
5779 "proc-macro-hack",
5780 "quote",
Nilstrieb3295cdf2023-06-26 07:21:355781 "syn 1.0.109",
David Wood7f916972022-03-26 07:27:435782 "unic-langid-impl",
5783]
5784
5785[[package]]
Andy Russell30301642019-04-20 17:03:595786name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405787version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595788source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405789checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595790dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405791 "version_check",
Andy Russell30301642019-04-20 17:03:595792]
5793
5794[[package]]
Mark Rousskov064f8882020-01-13 21:40:195795name = "unicode-bdd"
5796version = "0.1.0"
5797dependencies = [
5798 "ucd-parse",
5799]
5800
5801[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585802name = "unicode-bidi"
Nilstrieb3295cdf2023-06-26 07:21:355803version = "0.3.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585804source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355805checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585806
5807[[package]]
Andres Suareza65ddf02022-10-09 03:25:405808name = "unicode-ident"
Nilstrieb3295cdf2023-06-26 07:21:355809version = "1.0.9"
Andres Suareza65ddf02022-10-09 03:25:405810source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355811checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
Andres Suareza65ddf02022-10-09 03:25:405812
5813[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585814name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565815version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585816source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565817checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405818dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445819 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405820]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585821
5822[[package]]
Charles Lewbca79a22023-07-29 00:47:215823name = "unicode-properties"
5824version = "0.1.0"
5825source = "registry+https://github.com/rust-lang/crates.io-index"
5826checksum = "c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0"
5827
5828[[package]]
Charles Lew485e98a2020-01-02 12:02:225829name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565830version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225831source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565832checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225833
5834[[package]]
5835name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565836version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225837source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565838checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225839dependencies = [
Charles Lewc05961c2020-04-25 01:38:315840 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225841 "unicode-script",
5842]
5843
5844[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585845name = "unicode-segmentation"
Nilstrieb3295cdf2023-06-26 07:21:355846version = "1.10.1"
Steve Klabnika0769612017-02-07 23:13:575847source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355848checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
Steve Klabnika0769612017-02-07 23:13:575849
5850[[package]]
5851name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565852version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575853source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565854checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085855dependencies = [
5856 "compiler_builtins",
5857 "rustc-std-workspace-core",
5858 "rustc-std-workspace-std",
5859]
Steve Klabnika0769612017-02-07 23:13:575860
5861[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585862name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565863version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395864source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565865checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395866
5867[[package]]
flip19954c228cc2019-02-18 09:32:585868name = "unicode_categories"
5869version = "0.1.1"
5870source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095871checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585872
5873[[package]]
Michael Howellb29d9d52021-02-24 06:42:425874name = "unified-diff"
5875version = "0.2.1"
5876source = "registry+https://github.com/rust-lang/crates.io-index"
5877checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5878dependencies = [
5879 "diff",
5880]
5881
5882[[package]]
est31c2d59062017-06-12 19:35:475883name = "unstable-book-gen"
5884version = "0.1.0"
5885dependencies = [
Alex Crichton093ede22019-08-15 00:45:095886 "num-traits",
5887 "tidy",
est31c2d59062017-06-12 19:35:475888]
5889
5890[[package]]
Nick Cameron71a0be02017-09-25 04:13:295891name = "unwind"
5892version = "0.0.0"
5893dependencies = [
Alex Crichton093ede22019-08-15 00:45:095894 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425895 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095896 "compiler_builtins",
5897 "core",
5898 "libc",
Nick Cameron71a0be02017-09-25 04:13:295899]
5900
5901[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585902name = "url"
Nilstrieb3295cdf2023-06-26 07:21:355903version = "2.4.0"
Eric Hussf2428a62019-08-01 00:44:395904source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355905checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
Eric Hussf2428a62019-08-01 00:44:395906dependencies = [
Eric Hussf3287a62021-05-12 00:39:515907 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435908 "idna",
Eric Huss4a7e2fb2022-08-21 04:19:435909 "percent-encoding",
Eric Hussf2428a62019-08-01 00:44:395910]
5911
5912[[package]]
steveklabnikecfbaca2018-04-03 14:32:045913name = "utf-8"
Nilstrieb3295cdf2023-06-26 07:21:355914version = "0.7.6"
steveklabnikecfbaca2018-04-03 14:32:045915source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355916checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
steveklabnikecfbaca2018-04-03 14:32:045917
5918[[package]]
Eric Hussd5e03532019-05-23 20:27:495919name = "utf8parse"
Eric Huss6e298622023-04-01 15:49:205920version = "0.2.1"
Eric Hussd5e03532019-05-23 20:27:495921source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:205922checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
Eric Hussd5e03532019-05-23 20:27:495923
5924[[package]]
Pietro Albini13efb202022-11-15 09:19:175925name = "uuid"
Nilstrieb3295cdf2023-06-26 07:21:355926version = "1.4.0"
Pietro Albini13efb202022-11-15 09:19:175927source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355928checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
Pietro Albini13efb202022-11-15 09:19:175929dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:415930 "getrandom",
Pietro Albini13efb202022-11-15 09:19:175931]
5932
5933[[package]]
Oli Scherere8962282022-07-05 08:26:125934name = "valuable"
5935version = "0.1.0"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5938
5939[[package]]
Alex Crichton1cede102017-06-15 02:33:065940name = "vcpkg"
Nilstrieb3295cdf2023-06-26 07:21:355941version = "0.2.15"
Alex Crichton1cede102017-06-15 02:33:065942source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355943checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
Alex Crichton1cede102017-06-15 02:33:065944
5945[[package]]
Alex Crichtonb4110902018-12-08 11:06:545946name = "version_check"
Amanieu d'Antrasa529ba82023-01-09 17:49:245947version = "0.9.4"
Eric Huss2b985322019-11-25 16:14:075948source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:245949checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Eric Huss2b985322019-11-25 16:14:075950
5951[[package]]
Josh Stone020c5ec2017-05-08 22:01:135952name = "walkdir"
Nilstrieb3295cdf2023-06-26 07:21:355953version = "2.3.3"
Alex Crichton80d6ed22018-01-08 21:56:225954source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355955checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
Alex Crichton80d6ed22018-01-08 21:56:225956dependencies = [
Alex Crichton093ede22019-08-15 00:45:095957 "same-file",
Alex Crichton093ede22019-08-15 00:45:095958 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225959]
5960
5961[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445962name = "want"
5963version = "0.3.1"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5966dependencies = [
5967 "try-lock",
5968]
5969
5970[[package]]
newpavlov6374b842019-08-29 17:13:155971name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:135972version = "0.11.0+wasi-snapshot-preview1"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155975dependencies = [
5976 "compiler_builtins",
5977 "rustc-std-workspace-alloc",
5978 "rustc-std-workspace-core",
5979]
5980
5981[[package]]
nilsf77541a2023-04-11 11:46:415982name = "wasm-bindgen"
Nilstrieb3295cdf2023-06-26 07:21:355983version = "0.2.87"
nilsf77541a2023-04-11 11:46:415984source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355985checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
nilsf77541a2023-04-11 11:46:415986dependencies = [
5987 "cfg-if",
5988 "wasm-bindgen-macro",
5989]
5990
5991[[package]]
5992name = "wasm-bindgen-backend"
Nilstrieb3295cdf2023-06-26 07:21:355993version = "0.2.87"
nilsf77541a2023-04-11 11:46:415994source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355995checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
nilsf77541a2023-04-11 11:46:415996dependencies = [
5997 "bumpalo",
5998 "log",
5999 "once_cell",
6000 "proc-macro2",
6001 "quote",
Ralf Jung47ba2a92023-08-22 11:47:386002 "syn 2.0.29",
nilsf77541a2023-04-11 11:46:416003 "wasm-bindgen-shared",
6004]
6005
6006[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446007name = "wasm-bindgen-futures"
6008version = "0.4.34"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
6011dependencies = [
6012 "cfg-if",
6013 "js-sys",
6014 "wasm-bindgen",
6015 "web-sys",
6016]
6017
6018[[package]]
nilsf77541a2023-04-11 11:46:416019name = "wasm-bindgen-macro"
Nilstrieb3295cdf2023-06-26 07:21:356020version = "0.2.87"
nilsf77541a2023-04-11 11:46:416021source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356022checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
nilsf77541a2023-04-11 11:46:416023dependencies = [
6024 "quote",
6025 "wasm-bindgen-macro-support",
6026]
6027
6028[[package]]
6029name = "wasm-bindgen-macro-support"
Nilstrieb3295cdf2023-06-26 07:21:356030version = "0.2.87"
nilsf77541a2023-04-11 11:46:416031source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356032checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
nilsf77541a2023-04-11 11:46:416033dependencies = [
6034 "proc-macro2",
6035 "quote",
Ralf Jung47ba2a92023-08-22 11:47:386036 "syn 2.0.29",
nilsf77541a2023-04-11 11:46:416037 "wasm-bindgen-backend",
6038 "wasm-bindgen-shared",
6039]
6040
6041[[package]]
6042name = "wasm-bindgen-shared"
Nilstrieb3295cdf2023-06-26 07:21:356043version = "0.2.87"
nilsf77541a2023-04-11 11:46:416044source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356045checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
nilsf77541a2023-04-11 11:46:416046
6047[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446048name = "web-sys"
6049version = "0.3.61"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
6052dependencies = [
6053 "js-sys",
6054 "wasm-bindgen",
6055]
6056
6057[[package]]
Steve Klabnika0769612017-02-07 23:13:576058name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:446059version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:226060source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446061checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:226062dependencies = [
Alex Crichton093ede22019-08-15 00:45:096063 "winapi-i686-pc-windows-gnu",
6064 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:226065]
6066
6067[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226068name = "winapi-i686-pc-windows-gnu"
6069version = "0.4.0"
6070source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096071checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:226072
6073[[package]]
Alex Crichton2863b752018-08-21 17:23:476074name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:056075version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:476076source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:056077checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:476078dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316079 "winapi",
Alex Crichton2863b752018-08-21 17:23:476080]
6081
6082[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226083name = "winapi-x86_64-pc-windows-gnu"
6084version = "0.4.0"
6085source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096086checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:226087
6088[[package]]
Weihang Loe52e0402023-03-07 22:16:276089name = "windows"
nilsf77541a2023-04-11 11:46:416090version = "0.48.0"
6091source = "registry+https://github.com/rust-lang/crates.io-index"
6092checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
6093dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176094 "windows-targets 0.48.1",
Andy Russellbb7c3732023-01-15 18:43:156095]
6096
6097[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076098name = "windows-bindgen"
Chris Dentond9c85da2023-08-16 08:18:346099version = "0.51.1"
Chris Dentonf9b3d6a2023-04-15 10:57:076100source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentond9c85da2023-08-16 08:18:346101checksum = "bc1f16b778125675feee0d15d6dd9f6af0e3ac52b3233d63a10aa39230c1cd75"
Chris Dentonf9b3d6a2023-04-15 10:57:076102dependencies = [
Chris Dentond9c85da2023-08-16 08:18:346103 "proc-macro2",
6104 "rayon",
Chris Dentone7908602023-08-28 19:02:406105 "syn 2.0.29",
Chris Dentonf9b3d6a2023-04-15 10:57:076106 "windows-metadata",
Chris Dentonf9b3d6a2023-04-15 10:57:076107]
6108
6109[[package]]
6110name = "windows-metadata"
Chris Dentond9c85da2023-08-16 08:18:346111version = "0.51.1"
Chris Dentonf9b3d6a2023-04-15 10:57:076112source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentond9c85da2023-08-16 08:18:346113checksum = "753135d996f9da437c0b31dbde3032489a61708361929bcc07d4fba0b161000e"
Chris Dentonf9b3d6a2023-04-15 10:57:076114
6115[[package]]
Philipp Krones586cbd02022-06-04 12:07:446116name = "windows-sys"
Philipp Kronesac25a732023-08-24 19:33:176117version = "0.45.0"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
6120dependencies = [
6121 "windows-targets 0.42.2",
6122]
6123
6124[[package]]
6125name = "windows-sys"
WANG Rui7aa257f2023-04-23 07:58:386126version = "0.48.0"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6129dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176130 "windows-targets 0.48.1",
6131]
6132
6133[[package]]
6134name = "windows-targets"
6135version = "0.42.2"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
6138dependencies = [
6139 "windows_aarch64_gnullvm 0.42.2",
6140 "windows_aarch64_msvc 0.42.2",
6141 "windows_i686_gnu 0.42.2",
6142 "windows_i686_msvc 0.42.2",
6143 "windows_x86_64_gnu 0.42.2",
6144 "windows_x86_64_gnullvm 0.42.2",
6145 "windows_x86_64_msvc 0.42.2",
WANG Rui7aa257f2023-04-23 07:58:386146]
6147
6148[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226149name = "windows-targets"
Nilstrieb3295cdf2023-06-26 07:21:356150version = "0.48.1"
Weihang Lo6f38fd52023-02-07 22:26:226151source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356152checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
nilsf77541a2023-04-11 11:46:416153dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176154 "windows_aarch64_gnullvm 0.48.0",
6155 "windows_aarch64_msvc 0.48.0",
6156 "windows_i686_gnu 0.48.0",
6157 "windows_i686_msvc 0.48.0",
6158 "windows_x86_64_gnu 0.48.0",
6159 "windows_x86_64_gnullvm 0.48.0",
6160 "windows_x86_64_msvc 0.48.0",
Weihang Lo6f38fd52023-02-07 22:26:226161]
6162
6163[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226164name = "windows_aarch64_gnullvm"
Philipp Kronesac25a732023-08-24 19:33:176165version = "0.42.2"
6166source = "registry+https://github.com/rust-lang/crates.io-index"
6167checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
6168
6169[[package]]
6170name = "windows_aarch64_gnullvm"
nilsf77541a2023-04-11 11:46:416171version = "0.48.0"
6172source = "registry+https://github.com/rust-lang/crates.io-index"
6173checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
6174
6175[[package]]
Philipp Krones586cbd02022-06-04 12:07:446176name = "windows_aarch64_msvc"
Philipp Kronesac25a732023-08-24 19:33:176177version = "0.42.2"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
6180
6181[[package]]
6182name = "windows_aarch64_msvc"
nilsf77541a2023-04-11 11:46:416183version = "0.48.0"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
6186
6187[[package]]
Philipp Krones586cbd02022-06-04 12:07:446188name = "windows_i686_gnu"
Philipp Kronesac25a732023-08-24 19:33:176189version = "0.42.2"
6190source = "registry+https://github.com/rust-lang/crates.io-index"
6191checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
6192
6193[[package]]
6194name = "windows_i686_gnu"
nilsf77541a2023-04-11 11:46:416195version = "0.48.0"
6196source = "registry+https://github.com/rust-lang/crates.io-index"
6197checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
6198
6199[[package]]
Philipp Krones586cbd02022-06-04 12:07:446200name = "windows_i686_msvc"
Philipp Kronesac25a732023-08-24 19:33:176201version = "0.42.2"
6202source = "registry+https://github.com/rust-lang/crates.io-index"
6203checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
6204
6205[[package]]
6206name = "windows_i686_msvc"
nilsf77541a2023-04-11 11:46:416207version = "0.48.0"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
6210
6211[[package]]
Philipp Krones586cbd02022-06-04 12:07:446212name = "windows_x86_64_gnu"
Philipp Kronesac25a732023-08-24 19:33:176213version = "0.42.2"
6214source = "registry+https://github.com/rust-lang/crates.io-index"
6215checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
6216
6217[[package]]
6218name = "windows_x86_64_gnu"
nilsf77541a2023-04-11 11:46:416219version = "0.48.0"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
6222
6223[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:556224name = "windows_x86_64_gnullvm"
Philipp Kronesac25a732023-08-24 19:33:176225version = "0.42.2"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
6228
6229[[package]]
6230name = "windows_x86_64_gnullvm"
nilsf77541a2023-04-11 11:46:416231version = "0.48.0"
6232source = "registry+https://github.com/rust-lang/crates.io-index"
6233checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
6234
6235[[package]]
Philipp Krones586cbd02022-06-04 12:07:446236name = "windows_x86_64_msvc"
Philipp Kronesac25a732023-08-24 19:33:176237version = "0.42.2"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
6240
6241[[package]]
6242name = "windows_x86_64_msvc"
nilsf77541a2023-04-11 11:46:416243version = "0.48.0"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
6246
6247[[package]]
Philipp Krones612c3422023-06-02 09:42:426248name = "winnow"
Nilstrieb3295cdf2023-06-26 07:21:356249version = "0.4.7"
Philipp Krones612c3422023-06-02 09:42:426250source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356251checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
Philipp Krones612c3422023-06-02 09:42:426252dependencies = [
6253 "memchr",
6254]
6255
6256[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446257name = "winreg"
6258version = "0.10.1"
6259source = "registry+https://github.com/rust-lang/crates.io-index"
6260checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
6261dependencies = [
6262 "winapi",
6263]
6264
6265[[package]]
Charles Lewa7750042022-11-06 06:43:256266name = "writeable"
Nilstrieb3295cdf2023-06-26 07:21:356267version = "0.5.2"
Charles Lewa7750042022-11-06 06:43:256268source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356269checksum = "60e49e42bdb1d5dc76f4cd78102f8f0714d32edfa3efb82286eb0f0b1fc0da0f"
Charles Lewa7750042022-11-06 06:43:256270
6271[[package]]
Josh Stone020c5ec2017-05-08 22:01:136272name = "xattr"
Nilstrieb3295cdf2023-06-26 07:21:356273version = "0.2.3"
Josh Stone020c5ec2017-05-08 22:01:136274source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356275checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
Josh Stone020c5ec2017-05-08 22:01:136276dependencies = [
Alex Crichton093ede22019-08-15 00:45:096277 "libc",
Josh Stone020c5ec2017-05-08 22:01:136278]
6279
6280[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446281name = "xz"
6282version = "0.1.0"
6283source = "registry+https://github.com/rust-lang/crates.io-index"
6284checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34"
6285dependencies = [
6286 "xz2",
6287]
6288
6289[[package]]
Josh Stone020c5ec2017-05-08 22:01:136290name = "xz2"
Mark Rousskove40a4462023-04-17 01:27:256291version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:136292source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:256293checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
Josh Stone020c5ec2017-05-08 22:01:136294dependencies = [
Alex Crichton093ede22019-08-15 00:45:096295 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:136296]
6297
6298[[package]]
Pietro Albini9beb8f52019-11-26 11:06:306299name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:446300version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:306301source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446302checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:306303dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:426304 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:306305 "thiserror",
Michael Howell271bad92022-06-18 15:54:006306 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:306307]
6308
6309[[package]]
Josh Stone020c5ec2017-05-08 22:01:136310name = "yaml-rust"
Nilstrieb3295cdf2023-06-26 07:21:356311version = "0.4.5"
Pietro Albini9beb8f52019-11-26 11:06:306312source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356313checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
Pietro Albini9beb8f52019-11-26 11:06:306314dependencies = [
6315 "linked-hash-map",
6316]
Igor Matuszewski2214a412021-05-03 20:59:356317
6318[[package]]
6319name = "yansi-term"
6320version = "0.1.2"
6321source = "registry+https://github.com/rust-lang/crates.io-index"
6322checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
6323dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316324 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:356325]
Charles Lewa7750042022-11-06 06:43:256326
6327[[package]]
6328name = "yoke"
Manish Goregaokar522eeba42023-05-02 17:36:186329version = "0.7.1"
Charles Lewa7750042022-11-06 06:43:256330source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:186331checksum = "1848075a23a28f9773498ee9a0f2cf58fcbad4f8c0ccf84a210ab33c6ae495de"
Charles Lewa7750042022-11-06 06:43:256332dependencies = [
6333 "serde",
6334 "stable_deref_trait",
6335 "yoke-derive",
6336 "zerofrom",
6337]
6338
6339[[package]]
6340name = "yoke-derive"
Nilstrieb3295cdf2023-06-26 07:21:356341version = "0.7.1"
Charles Lewa7750042022-11-06 06:43:256342source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356343checksum = "af46c169923ed7516eef0aa32b56d2651b229f57458ebe46b49ddd6efef5b7a2"
Charles Lewa7750042022-11-06 06:43:256344dependencies = [
6345 "proc-macro2",
6346 "quote",
Nilstrieb3295cdf2023-06-26 07:21:356347 "syn 1.0.109",
Deadbeefaf74ef82023-03-27 13:44:066348 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:256349]
6350
6351[[package]]
6352name = "zerofrom"
Nilstrieb3295cdf2023-06-26 07:21:356353version = "0.1.2"
Charles Lewa7750042022-11-06 06:43:256354source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356355checksum = "df54d76c3251de27615dfcce21e636c172dafb2549cd7fd93e21c66f6ca6bea2"
Charles Lewa7750042022-11-06 06:43:256356dependencies = [
6357 "zerofrom-derive",
6358]
6359
6360[[package]]
6361name = "zerofrom-derive"
Nilstrieb3295cdf2023-06-26 07:21:356362version = "0.1.2"
Charles Lewa7750042022-11-06 06:43:256363source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356364checksum = "b4eae7c1f7d4b8eafce526bc0771449ddc2f250881ae31c50d22c032b5a1c499"
Charles Lewa7750042022-11-06 06:43:256365dependencies = [
6366 "proc-macro2",
6367 "quote",
Nilstrieb3295cdf2023-06-26 07:21:356368 "syn 1.0.109",
Deadbeefaf74ef82023-03-27 13:44:066369 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:256370]
6371
6372[[package]]
6373name = "zerovec"
Manish Goregaokar522eeba42023-05-02 17:36:186374version = "0.9.4"
Charles Lewa7750042022-11-06 06:43:256375source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:186376checksum = "198f54134cd865f437820aa3b43d0ad518af4e68ee161b444cdd15d8e567c8ea"
Charles Lewa7750042022-11-06 06:43:256377dependencies = [
6378 "yoke",
6379 "zerofrom",
6380 "zerovec-derive",
6381]
6382
6383[[package]]
6384name = "zerovec-derive"
Nilstrieb3295cdf2023-06-26 07:21:356385version = "0.9.4"
Charles Lewa7750042022-11-06 06:43:256386source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356387checksum = "486558732d5dde10d0f8cb2936507c1bb21bc539d924c949baf5f36a58e51bac"
Charles Lewa7750042022-11-06 06:43:256388dependencies = [
6389 "proc-macro2",
6390 "quote",
Nilstrieb3295cdf2023-06-26 07:21:356391 "syn 1.0.109",
Deadbeefaf74ef82023-03-27 13:44:066392 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:256393]
Jakub Beránek91d2fb22023-06-03 07:41:446394
6395[[package]]
6396name = "zip"
6397version = "0.6.6"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
6400dependencies = [
6401 "byteorder",
6402 "crc32fast",
6403 "crossbeam-utils",
6404 "flate2",
6405]