blob: 6dc1ea75d8e3db5a1c22d1ebb000d2858d21a7b2 [file] [log] [blame]
Hirokazu Hatabd4df0c2019-02-04 16:31:481# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Eric Hussea194b82021-03-26 19:29:083version = 3
4
Ahmed Charles9ca382f2016-09-02 08:55:295[[package]]
Alex Crichton06d565c2020-05-13 21:22:376name = "addr2line"
dirreke74817b72023-08-14 14:57:387version = "0.21.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10dependencies = [
11 "compiler_builtins",
Tyler Mandry4c14ca32023-08-22 19:20:3512 "gimli",
Michael Howellcf83a1d2022-11-03 17:10:1513 "rustc-std-workspace-alloc",
14 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:2315]
16
17[[package]]
Alex Crichton06d565c2020-05-13 21:22:3718name = "adler"
Ralf Jung10430db2022-07-15 14:04:2319version = "1.0.2"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
Michael Howellcf83a1d2022-11-03 17:10:1522dependencies = [
23 "compiler_builtins",
24 "rustc-std-workspace-core",
25]
Ralf Jung10430db2022-07-15 14:04:2326
27[[package]]
Ralf Jung49e8acb2023-10-21 06:41:4528name = "aes"
29version = "0.8.3"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
32dependencies = [
33 "cfg-if",
34 "cipher",
35 "cpufeatures",
36]
37
38[[package]]
Lain Yang9a337b62022-01-07 05:32:5839name = "ahash"
Nilstrieb3295cdf2023-06-26 07:21:3540version = "0.8.3"
Amanieu d'Antrasa529ba82023-01-09 17:49:2441source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:3542checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
Amanieu d'Antrasa529ba82023-01-09 17:49:2443dependencies = [
44 "cfg-if",
45 "once_cell",
46 "version_check",
47]
48
49[[package]]
Steve Klabnika0769612017-02-07 23:13:5750name = "aho-corasick"
Nilstrieb3295cdf2023-06-26 07:21:3551version = "0.7.20"
Eric Huss6a09cfa2019-05-16 05:27:3952source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:3553checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
54dependencies = [
55 "memchr",
56]
57
58[[package]]
59name = "aho-corasick"
60version = "1.0.2"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
Eric Huss6a09cfa2019-05-16 05:27:3963dependencies = [
Alex Crichton093ede22019-08-15 00:45:0964 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3965]
66
67[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2968name = "alloc"
69version = "0.0.0"
70dependencies = [
Alex Crichton093ede22019-08-15 00:45:0971 "compiler_builtins",
72 "core",
Thom Chiovolonia4bf36e2022-11-21 00:55:4173 "rand",
Aaron Hill70ba4912020-08-01 14:11:1574 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2975]
76
77[[package]]
The 8472479be6a2023-06-08 14:55:4978name = "allocator-api2"
Nilstrieb3295cdf2023-06-26 07:21:3579version = "0.2.15"
The 8472479be6a2023-06-08 14:55:4980source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:3581checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9"
The 8472479be6a2023-06-08 14:55:4982
83[[package]]
steveklabnikecfbaca2018-04-03 14:32:0484name = "ammonia"
Nilstrieb3295cdf2023-06-26 07:21:3585version = "3.3.0"
Eric Huss2dafa912019-06-19 03:36:4786source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:3587checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170"
Eric Huss2dafa912019-06-19 03:36:4788dependencies = [
Alex Crichton093ede22019-08-15 00:45:0989 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0990 "maplit",
klensy947e7872022-04-15 18:11:1491 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0992 "tendril",
Eric Huss4a7e2fb2022-08-21 04:19:4393 "url",
Eric Huss2dafa912019-06-19 03:36:4794]
95
96[[package]]
Nilstrieb3295cdf2023-06-26 07:21:3597name = "android-tzdata"
98version = "0.1.1"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
101
102[[package]]
nilsf77541a2023-04-11 11:46:41103name = "android_system_properties"
104version = "0.1.5"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
107dependencies = [
108 "libc",
109]
110
111[[package]]
topecongiroca19ffe2019-04-17 22:42:18112name = "annotate-snippets"
Caleb Cartwrightf367f4d2022-06-13 03:04:54113version = "0.9.1"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
Igor Matuszewski2214a412021-05-03 20:59:35116dependencies = [
Caleb Cartwrightf367f4d2022-06-13 03:04:54117 "unicode-width",
Igor Matuszewski2214a412021-05-03 20:59:35118 "yansi-term",
119]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:26120
121[[package]]
Philipp Kronesac25a732023-08-24 19:33:17122name = "ansi_term"
123version = "0.12.1"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
126dependencies = [
127 "winapi",
128]
129
130[[package]]
Eric Huss6e298622023-04-01 15:49:20131name = "anstream"
chenx97141c4632023-09-21 11:31:01132version = "0.5.0"
Eric Huss6e298622023-04-01 15:49:20133source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01134checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
Eric Huss6e298622023-04-01 15:49:20135dependencies = [
136 "anstyle",
137 "anstyle-parse",
Nilstrieb3295cdf2023-06-26 07:21:35138 "anstyle-query",
Eric Huss6e298622023-04-01 15:49:20139 "anstyle-wincon",
Nilstrieb3295cdf2023-06-26 07:21:35140 "colorchoice",
Eric Huss6e298622023-04-01 15:49:20141 "utf8parse",
142]
143
144[[package]]
145name = "anstyle"
Caleb Cartwright35400e82023-10-23 01:34:12146version = "1.0.4"
Eric Huss6e298622023-04-01 15:49:20147source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright35400e82023-10-23 01:34:12148checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
Eric Huss6e298622023-04-01 15:49:20149
150[[package]]
151name = "anstyle-parse"
Nilstrieb3295cdf2023-06-26 07:21:35152version = "0.2.1"
Eric Huss6e298622023-04-01 15:49:20153source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35154checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
Eric Huss6e298622023-04-01 15:49:20155dependencies = [
156 "utf8parse",
157]
158
159[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35160name = "anstyle-query"
161version = "1.0.0"
Eric Huss6e298622023-04-01 15:49:20162source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35163checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
164dependencies = [
Philipp Kronesac25a732023-08-24 19:33:17165 "windows-sys 0.48.0",
Nilstrieb3295cdf2023-06-26 07:21:35166]
167
168[[package]]
169name = "anstyle-wincon"
chenx97141c4632023-09-21 11:31:01170version = "2.1.0"
Nilstrieb3295cdf2023-06-26 07:21:35171source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01172checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
Eric Huss6e298622023-04-01 15:49:20173dependencies = [
174 "anstyle",
Philipp Kronesac25a732023-08-24 19:33:17175 "windows-sys 0.48.0",
Eric Huss6e298622023-04-01 15:49:20176]
177
178[[package]]
Eric Huss6da85d62020-01-14 17:47:04179name = "anyhow"
Ralf Jung83283a42023-08-20 13:55:33180version = "1.0.75"
Eric Huss6da85d62020-01-14 17:47:04181source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung83283a42023-08-20 13:55:33182checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
Jakub Beránek91d2fb22023-06-03 07:41:44183dependencies = [
184 "backtrace",
185]
Eric Huss6da85d62020-01-14 17:47:04186
187[[package]]
bjorn3be670842022-05-28 10:43:51188name = "ar_archive_writer"
dirreke74817b72023-08-14 14:57:38189version = "0.1.5"
bjorn3be670842022-05-28 10:43:51190source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:38191checksum = "9792d37ca5173d7e7f4fe453739a0671d0557915a030a383d6b866476bbc3e71"
bjorn3be670842022-05-28 10:43:51192dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:35193 "object",
bjorn3be670842022-05-28 10:43:51194]
195
196[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54197name = "arrayvec"
Nilstrieb3295cdf2023-06-26 07:21:35198version = "0.7.4"
Jubilee Younge8eb6912021-04-22 04:40:29199source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35200checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
Nicholas Nethercotec492ca42020-07-14 00:31:54201
202[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46203name = "askama"
Guillaume Gomez76714c32023-03-06 10:15:59204version = "0.12.0"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46205source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez76714c32023-03-06 10:15:59206checksum = "47cbc3cf73fa8d9833727bbee4835ba5c421a0d65b72daf9a7b5d0e0f9cfb57e"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46207dependencies = [
208 "askama_derive",
209 "askama_escape",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46210]
211
212[[package]]
213name = "askama_derive"
Deadbeefa912a932023-03-23 06:19:25214version = "0.12.1"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46215source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefa912a932023-03-23 06:19:25216checksum = "c22fbe0413545c098358e56966ff22cdd039e10215ae213cfbd65032b119fc94"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46217dependencies = [
Guillaume Gomez76714c32023-03-06 10:15:59218 "basic-toml",
219 "mime",
220 "mime_guess",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46221 "nom",
222 "proc-macro2",
223 "quote",
Guillaume Gomez48f5dca2022-01-17 16:36:39224 "serde",
Ralf Jung47ba2a92023-08-22 11:47:38225 "syn 2.0.29",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46226]
227
228[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59229name = "askama_escape"
230version = "0.10.3"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
233
234[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05235name = "autocfg"
Jon Gjengsetb83a48d2022-03-01 17:45:23236version = "1.1.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35237source = "registry+https://github.com/rust-lang/crates.io-index"
Jon Gjengsetb83a48d2022-03-01 17:45:23238checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Mateusz Mikułaf5e702d2020-03-26 13:10:35239
240[[package]]
Ralf Jung10430db2022-07-15 14:04:23241name = "backtrace"
Tyler Mandry4c14ca32023-08-22 19:20:35242version = "0.3.69"
Ralf Jung10430db2022-07-15 14:04:23243source = "registry+https://github.com/rust-lang/crates.io-index"
Tyler Mandry4c14ca32023-08-22 19:20:35244checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
Ralf Jung10430db2022-07-15 14:04:23245dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:35246 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23247 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42248 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23249 "libc",
Jubilee Young079949d2023-06-29 23:18:36250 "miniz_oxide",
Tyler Mandry4c14ca32023-08-22 19:20:35251 "object",
Ralf Jung10430db2022-07-15 14:04:23252 "rustc-demangle",
253]
254
255[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44256name = "base64"
257version = "0.21.2"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
260
261[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59262name = "basic-toml"
263version = "0.1.2"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1"
266dependencies = [
267 "serde",
268]
269
270[[package]]
Luca Palmiericd7688b2023-05-22 17:26:20271name = "bincode"
272version = "1.3.3"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
275dependencies = [
276 "serde",
277]
278
279[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58280name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20281version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01282source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20283checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01284
285[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35286name = "bitflags"
chenx97141c4632023-09-21 11:31:01287version = "2.4.0"
Pietro Albiniacd8e592020-10-01 15:15:12288source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01289checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
Nilstrieb3295cdf2023-06-26 07:21:35290
291[[package]]
292name = "block-buffer"
293version = "0.10.4"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
Pietro Albiniacd8e592020-10-01 15:15:12296dependencies = [
klensy45fac342022-08-31 20:04:12297 "generic-array",
James Munnsde763692019-01-19 02:39:37298]
299
300[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39301name = "bstr"
Nilstrieb3295cdf2023-06-26 07:21:35302version = "1.5.0"
Ralf Jung55162732022-11-15 19:06:42303source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35304checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
Ralf Jung55162732022-11-15 19:06:42305dependencies = [
306 "memchr",
307 "once_cell",
Manish Goregaokar2721e402022-11-18 22:46:52308 "regex-automata 0.1.10",
Ralf Jung55162732022-11-15 19:06:42309 "serde",
310]
311
312[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04313name = "build-manifest"
314version = "0.1.0"
315dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01316 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40317 "flate2",
Weihang Loe52e0402023-03-07 22:16:27318 "hex",
Pietro Albiniacd8e592020-10-01 15:15:12319 "rayon",
Alex Crichton093ede22019-08-15 00:45:09320 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07321 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12322 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40323 "tar",
Nilstrieb3295cdf2023-06-26 07:21:35324 "toml 0.5.11",
Mark Rousskove40a4462023-04-17 01:27:25325 "xz2",
Alex Crichton9e8785f2017-01-24 22:37:04326]
327
328[[package]]
Nilstrieb25c15312022-12-30 10:11:33329name = "build_helper"
330version = "0.1.0"
Jakub Beránek91d2fb22023-06-03 07:41:44331dependencies = [
332 "serde",
333 "serde_derive",
334]
Nilstrieb25c15312022-12-30 10:11:33335
336[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03337name = "bump-stage0"
338version = "0.1.0"
339dependencies = [
340 "anyhow",
341 "curl",
klensyc653bb92023-11-18 09:42:05342 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03343 "serde",
344 "serde_json",
Nilstrieb3295cdf2023-06-26 07:21:35345 "toml 0.5.11",
Pietro Albini80b81ad2021-08-26 09:26:03346]
347
348[[package]]
nilsf77541a2023-04-11 11:46:41349name = "bumpalo"
Arlo Siemsen4d9b4762023-06-02 16:40:36350version = "3.13.0"
nilsf77541a2023-04-11 11:46:41351source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsen4d9b4762023-06-02 16:40:36352checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
nilsf77541a2023-04-11 11:46:41353
354[[package]]
Alex Crichton4f661c02018-10-08 17:39:09355name = "bytecount"
Caleb Cartwright35400e82023-10-23 01:34:12356version = "0.6.4"
Alex Crichton4f661c02018-10-08 17:39:09357source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright35400e82023-10-23 01:34:12358checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7"
Alex Crichton4f661c02018-10-08 17:39:09359dependencies = [
Caleb Cartwright35400e82023-10-23 01:34:12360 "packed_simd",
Alex Crichton4f661c02018-10-08 17:39:09361]
362
363[[package]]
Jubilee Young7156ff62023-05-10 03:29:27364name = "byteorder"
365version = "1.4.3"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
368
369[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43370name = "bytes"
Philipp Kronesa6d3c822023-07-02 13:07:47371version = "1.4.0"
Matthias Krüger696fb8f2019-01-21 15:32:43372source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:47373checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
Matthias Krüger696fb8f2019-01-21 15:32:43374
375[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20376name = "camino"
Nilstrieb3295cdf2023-06-26 07:21:35377version = "1.1.4"
Caleb Cartwright0697f562021-10-20 05:15:20378source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35379checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
Caleb Cartwright0697f562021-10-20 05:15:20380dependencies = [
381 "serde",
382]
383
384[[package]]
Ralf Jung759e4952020-06-01 18:17:20385name = "cargo-miri"
386version = "0.1.0"
387dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:48388 "cargo_metadata 0.18.0",
Ralf Jung759e4952020-06-01 18:17:20389 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57390 "rustc-build-sysroot",
Ralf Jung3f88f4c2023-02-26 18:09:17391 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22392 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20393 "serde",
394 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20395]
396
397[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56398name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56399version = "0.1.2"
Caleb Cartwright0697f562021-10-20 05:15:20400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
402dependencies = [
403 "serde",
404]
405
406[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29407name = "cargo_metadata"
Caleb Cartwrightaca66a22023-06-20 04:19:48408version = "0.15.4"
Caleb Cartwright0697f562021-10-20 05:15:20409source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightaca66a22023-06-20 04:19:48410checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
Ralf Jungc2df1c22022-07-21 20:04:37411dependencies = [
412 "camino",
Weihang Lof795a152023-03-15 12:50:04413 "cargo-platform",
Ralf Jungc2df1c22022-07-21 20:04:37414 "semver",
415 "serde",
416 "serde_json",
Philipp Krones5566eb42023-02-10 13:01:31417 "thiserror",
Ralf Jungc2df1c22022-07-21 20:04:37418]
419
420[[package]]
Ralf Jung5aecfe42023-10-07 05:55:48421name = "cargo_metadata"
422version = "0.18.0"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "fb9ac64500cc83ce4b9f8dafa78186aa008c8dea77a09b94cd307fd0cd5022a8"
425dependencies = [
426 "camino",
427 "cargo-platform",
428 "semver",
429 "serde",
430 "serde_json",
431 "thiserror",
432]
433
434[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26435name = "cargotest2"
436version = "0.1.0"
437
438[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35439name = "cc"
klensy9b6a6b12023-05-26 10:03:47440version = "1.0.79"
Nick Cameronc5cad5a2017-09-22 01:58:35441source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47442checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
Nick Cameronc5cad5a2017-09-22 01:58:35443
444[[package]]
Josh Stone020c5ec2017-05-08 22:01:13445name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07446version = "1.0.0"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03449dependencies = [
450 "compiler_builtins",
451 "rustc-std-workspace-core",
452]
Aaron Hill44fdfd62020-10-11 17:51:07453
454[[package]]
Alex Crichton15899b02018-01-25 04:01:42455name = "chrono"
Nilstrieb3295cdf2023-06-26 07:21:35456version = "0.4.26"
Alex Crichton15899b02018-01-25 04:01:42457source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35458checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
Alex Crichton15899b02018-01-25 04:01:42459dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:35460 "android-tzdata",
nilsf77541a2023-04-11 11:46:41461 "iana-time-zone",
Alex Crichton093ede22019-08-15 00:45:09462 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17463 "serde",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31464 "winapi",
Alex Crichton15899b02018-01-25 04:01:42465]
466
467[[package]]
Ralf Jung49e8acb2023-10-21 06:41:45468name = "cipher"
469version = "0.4.4"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
472dependencies = [
473 "crypto-common",
474 "inout",
475]
476
477[[package]]
Steve Klabnika0769612017-02-07 23:13:57478name = "clap"
chenx97141c4632023-09-21 11:31:01479version = "4.4.4"
Weihang Loc1b4f112022-10-04 20:57:49480source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01481checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
Weihang Loc1b4f112022-10-04 20:57:49482dependencies = [
Eric Huss6e298622023-04-01 15:49:20483 "clap_builder",
klensye1c33132023-06-21 09:32:34484 "clap_derive",
Eric Huss6e298622023-04-01 15:49:20485]
486
487[[package]]
Caleb Cartwright35400e82023-10-23 01:34:12488name = "clap-cargo"
489version = "0.12.0"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4"
492dependencies = [
493 "anstyle",
494 "clap",
495]
496
497[[package]]
Eric Huss6e298622023-04-01 15:49:20498name = "clap_builder"
chenx97141c4632023-09-21 11:31:01499version = "4.4.4"
Eric Huss6e298622023-04-01 15:49:20500source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01501checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
Eric Huss6e298622023-04-01 15:49:20502dependencies = [
503 "anstream",
504 "anstyle",
klensye1c33132023-06-21 09:32:34505 "clap_lex",
Weihang Loc1b4f112022-10-04 20:57:49506 "strsim",
Eric Huss2717f602023-01-06 01:20:59507 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49508]
509
510[[package]]
Eric Huss51814222022-04-15 18:57:06511name = "clap_complete"
Nilstrieb3295cdf2023-06-26 07:21:35512version = "4.3.1"
Eric Huss51814222022-04-15 18:57:06513source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35514checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
Eric Huss51814222022-04-15 18:57:06515dependencies = [
klensye1c33132023-06-21 09:32:34516 "clap",
Caleb Cartwrightf367f4d2022-06-13 03:04:54517]
518
519[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39520name = "clap_derive"
chenx97141c4632023-09-21 11:31:01521version = "4.4.2"
Nixon Enraght-Moony7680b162023-01-02 19:30:39522source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01523checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
Nixon Enraght-Moony7680b162023-01-02 19:30:39524dependencies = [
525 "heck",
Nixon Enraght-Moony7680b162023-01-02 19:30:39526 "proc-macro2",
527 "quote",
Ralf Jung47ba2a92023-08-22 11:47:38528 "syn 2.0.29",
Nixon Enraght-Moony7680b162023-01-02 19:30:39529]
530
531[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51532name = "clap_lex"
Nilstrieb3295cdf2023-06-26 07:21:35533version = "0.5.0"
Weihang Loc1b4f112022-10-04 20:57:49534source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35535checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
Weihang Loc1b4f112022-10-04 20:57:49536
537[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29538name = "clippy"
Philipp Krones2ac2b262023-11-16 18:20:09539version = "0.1.76"
Ahmed Charles9ca382f2016-09-02 08:55:29540dependencies = [
Philipp Krones6233d442023-10-06 15:47:56541 "anstream",
Philipp Krones02562bf2023-11-02 16:50:52542 "clippy_config",
Alex Crichton093ede22019-08-15 00:45:09543 "clippy_lints",
Philipp Kronesc2490bd2023-07-17 08:22:41544 "clippy_utils",
Philipp Krones6233d442023-10-06 15:47:56545 "color-print",
flip1995647f2b42021-06-03 07:06:49546 "filetime",
Philipp Kronesc2490bd2023-07-17 08:22:41547 "futures",
548 "if_chain",
pierwillf684acd2022-03-04 17:54:28549 "itertools",
Philipp Kronesc2490bd2023-07-17 08:22:41550 "parking_lot 0.12.1",
551 "quote",
flip1995412ebc32021-03-12 14:31:11552 "regex",
Ralf Jung3f88f4c2023-02-26 18:09:17553 "rustc_tools_util",
Philipp Kronesc2490bd2023-07-17 08:22:41554 "serde",
Ralf Jung47ba2a92023-08-22 11:47:38555 "syn 2.0.29",
Matthias Krügerf77104b2019-12-02 22:09:48556 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00557 "termize",
Ralf Jungbf11b122021-04-06 11:20:48558 "tester",
Philipp Kronesc2490bd2023-07-17 08:22:41559 "tokio",
Nilstrieb3295cdf2023-06-26 07:21:35560 "toml 0.7.5",
Philipp Kronesb8b55fe2023-10-21 12:16:27561 "ui_test",
Philipp Kronesd6732192022-07-28 17:08:41562 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29563]
564
565[[package]]
Philipp Krones02562bf2023-11-02 16:50:52566name = "clippy_config"
Philipp Krones2ac2b262023-11-16 18:20:09567version = "0.1.76"
Philipp Krones02562bf2023-11-02 16:50:52568dependencies = [
569 "rustc-semver",
570 "serde",
571 "toml 0.7.5",
572 "walkdir",
573]
574
575[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49576name = "clippy_dev"
577version = "0.0.1"
578dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:35579 "aho-corasick 0.7.20",
klensye1c33132023-06-21 09:32:34580 "clap",
flip19958d5f69d2021-10-21 11:13:17581 "indoc",
pierwillf684acd2022-03-04 17:54:28582 "itertools",
flip199544cea512021-07-01 16:18:02583 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49584 "shell-escape",
585 "walkdir",
586]
587
588[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29589name = "clippy_lints"
Philipp Krones2ac2b262023-11-16 18:20:09590version = "0.1.76"
Oliver Schneider847bb142018-05-11 12:11:06591dependencies = [
Weihang Lof795a152023-03-15 12:50:04592 "arrayvec",
Ralf Jung5aecfe42023-10-07 05:55:48593 "cargo_metadata 0.15.4",
Philipp Krones02562bf2023-11-02 16:50:52594 "clippy_config",
flip19950046d7c2021-02-25 10:26:23595 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06596 "declare_clippy_lint",
pierwillf684acd2022-03-04 17:54:28597 "itertools",
Alex Crichton093ede22019-08-15 00:45:09598 "quine-mc_cluskey",
Philipp Kronesa6d3c822023-07-02 13:07:47599 "regex",
Nilstrieb3295cdf2023-06-26 07:21:35600 "regex-syntax 0.7.2",
flip1995898ef0f2020-12-06 14:07:59601 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29602 "semver",
Alex Crichton093ede22019-08-15 00:45:09603 "serde",
flip1995c24058b2021-05-06 10:21:46604 "serde_json",
flip199537cdd7e2022-06-16 15:39:29605 "tempfile",
Nilstrieb3295cdf2023-06-26 07:21:35606 "toml 0.7.5",
Alex Crichton093ede22019-08-15 00:45:09607 "unicode-normalization",
flip199544cea512021-07-01 16:18:02608 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43609 "url",
Philipp Krones6233d442023-10-06 15:47:56610 "walkdir",
Oliver Schneider847bb142018-05-11 12:11:06611]
612
613[[package]]
flip19950046d7c2021-02-25 10:26:23614name = "clippy_utils"
Philipp Krones2ac2b262023-11-16 18:20:09615version = "0.1.76"
flip19950046d7c2021-02-25 10:26:23616dependencies = [
Weihang Lof795a152023-03-15 12:50:04617 "arrayvec",
Philipp Krones02562bf2023-11-02 16:50:52618 "clippy_config",
Jason Newcomb9a677672022-08-31 13:24:45619 "itertools",
flip19950046d7c2021-02-25 10:26:23620 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23621]
622
623[[package]]
Pietro Albini13efb202022-11-15 09:19:17624name = "collect-license-metadata"
625version = "0.1.0"
626dependencies = [
627 "anyhow",
628 "serde",
629 "serde_json",
630 "spdx-rs",
631]
632
633[[package]]
Ralf Jung10430db2022-07-15 14:04:23634name = "color-eyre"
635version = "0.6.2"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
638dependencies = [
639 "backtrace",
640 "color-spantrace",
641 "eyre",
642 "indenter",
643 "once_cell",
644 "owo-colors",
645 "tracing-error",
646]
647
648[[package]]
Philipp Krones6233d442023-10-06 15:47:56649name = "color-print"
650version = "0.3.5"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d"
653dependencies = [
654 "color-print-proc-macro",
655]
656
657[[package]]
658name = "color-print-proc-macro"
659version = "0.3.5"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f"
662dependencies = [
663 "nom",
664 "proc-macro2",
665 "quote",
666 "syn 1.0.109",
667]
668
669[[package]]
Ralf Jung10430db2022-07-15 14:04:23670name = "color-spantrace"
671version = "0.2.0"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
674dependencies = [
675 "once_cell",
676 "owo-colors",
677 "tracing-core",
678 "tracing-error",
679]
680
681[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35682name = "colorchoice"
683version = "1.0.0"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
686
687[[package]]
Nick Cameron127f9a62018-04-25 22:11:28688name = "colored"
Martin Kröning7928c7e2023-09-19 12:15:53689version = "2.0.4"
Nick Cameron127f9a62018-04-25 22:11:28690source = "registry+https://github.com/rust-lang/crates.io-index"
Martin Kröning7928c7e2023-09-19 12:15:53691checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
Nick Cameron127f9a62018-04-25 22:11:28692dependencies = [
Martin Kröning7928c7e2023-09-19 12:15:53693 "is-terminal",
Yuki Okushi1f0a39502020-05-26 04:00:42694 "lazy_static",
Martin Kröning7928c7e2023-09-19 12:15:53695 "windows-sys 0.48.0",
Nick Cameron127f9a62018-04-25 22:11:28696]
697
698[[package]]
Philipp Kronesac25a732023-08-24 19:33:17699name = "comma"
700version = "1.0.0"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
703
704[[package]]
Alex Crichton147e2da2016-10-07 06:30:38705name = "compiler_builtins"
Nicholas Bishop5d3535c2023-11-04 17:11:10706version = "0.1.103"
Alex Crichton4c21a3b2018-11-20 05:52:50707source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Bishop5d3535c2023-11-04 17:11:10708checksum = "a3b73c3443a5fd2438d7ba4853c64e4c8efc2404a9e28a9234cc2d5eebc6c242"
Alex Crichton147e2da2016-10-07 06:30:38709dependencies = [
Alex Crichton093ede22019-08-15 00:45:09710 "cc",
711 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38712]
713
714[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29715name = "compiletest"
716version = "0.0.0"
717dependencies = [
David Tolnay6b7b7752023-05-14 14:13:00718 "anyhow",
yukang414eb482023-02-03 16:23:11719 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42720 "colored",
Alex Crichton093ede22019-08-15 00:45:09721 "diff",
Alex Crichton093ede22019-08-15 00:45:09722 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21723 "glob",
Pietro Albinic2306372023-09-15 14:09:45724 "home",
klensyc653bb92023-11-18 09:42:05725 "indexmap",
Eric Hussfab89962022-08-08 04:26:13726 "lazycell",
Alex Crichton093ede22019-08-15 00:45:09727 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:47728 "miow",
Jakob Degen17395b42022-10-31 00:17:25729 "miropt-test-tools",
klensy58e74702023-02-21 12:58:33730 "once_cell",
Alex Crichton093ede22019-08-15 00:45:09731 "regex",
Philipp Krones586cbd02022-06-04 12:07:44732 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09733 "serde",
734 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00735 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00736 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42737 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09738 "walkdir",
klensy3c03cce2023-05-09 15:20:13739 "windows",
Oliver Schneideracdf83f2017-12-06 08:25:29740]
741
742[[package]]
Philipp Kronesac25a732023-08-24 19:33:17743name = "console"
744version = "0.15.7"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
747dependencies = [
748 "encode_unicode",
749 "lazy_static",
750 "libc",
751 "unicode-width",
752 "windows-sys 0.45.0",
753]
754
755[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45756name = "convert_case"
757version = "0.4.0"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
760
761[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29762name = "core"
763version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16764dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:41765 "rand",
Thom Chiovoloni08127592022-05-02 06:10:56766 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16767]
Ahmed Charles9ca382f2016-09-02 08:55:29768
769[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44770name = "core-foundation"
771version = "0.9.3"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
774dependencies = [
775 "core-foundation-sys",
776 "libc",
777]
778
779[[package]]
nilsf77541a2023-04-11 11:46:41780name = "core-foundation-sys"
781version = "0.8.4"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
784
785[[package]]
Zalathar13671042023-08-11 01:52:37786name = "coverage-dump"
787version = "0.1.0"
788dependencies = [
789 "anyhow",
790 "leb128",
791 "md-5",
792 "miniz_oxide",
793 "regex",
794 "rustc-demangle",
795]
796
797[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48798name = "coverage_test_macros"
799version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48800
801[[package]]
pierwillef6dd122022-02-10 16:54:01802name = "cpufeatures"
Nilstrieb3295cdf2023-06-26 07:21:35803version = "0.2.8"
Pietro Albiniacd8e592020-10-01 15:15:12804source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35805checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
pierwillef6dd122022-02-10 16:54:01806dependencies = [
807 "libc",
808]
Pietro Albiniacd8e592020-10-01 15:15:12809
810[[package]]
Alex Crichtonb4110902018-12-08 11:06:54811name = "crc32fast"
klensy43512e62022-07-26 16:16:43812version = "1.3.2"
Alex Crichtonb4110902018-12-08 11:06:54813source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43814checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Alex Crichtonb4110902018-12-08 11:06:54815dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42816 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54817]
Alex Crichton38bedfa2017-09-02 03:46:51818
819[[package]]
kennytmcab21f12018-07-26 21:58:55820name = "crossbeam-channel"
klensy9b6a6b12023-05-26 10:03:47821version = "0.5.8"
Matthias Krüger451d4922020-02-10 19:47:38822source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47823checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
Matthias Krüger451d4922020-02-10 19:47:38824dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42825 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07826 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38827]
828
829[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45830name = "crossbeam-deque"
Nilstrieb3295cdf2023-06-26 07:21:35831version = "0.8.3"
Josh Stone33c41252019-09-10 17:13:07832source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35833checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
Josh Stone33c41252019-09-10 17:13:07834dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42835 "cfg-if",
Igor Matuszewski5b091302019-12-10 15:01:01836 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07837 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07838]
839
840[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45841name = "crossbeam-epoch"
Nilstrieb3295cdf2023-06-26 07:21:35842version = "0.9.15"
Matthias Krüger696fb8f2019-01-21 15:32:43843source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35844checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
Matthias Krüger696fb8f2019-01-21 15:32:43845dependencies = [
bjorn3aa1ab512022-12-12 16:51:39846 "autocfg",
Chris Denton531f3c9e2022-12-20 15:26:42847 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07848 "crossbeam-utils",
Nilstrieb3295cdf2023-06-26 07:21:35849 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16850 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43851]
852
853[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45854name = "crossbeam-utils"
Nilstrieb3295cdf2023-06-26 07:21:35855version = "0.8.16"
Eric Husse0f2f9d2019-11-12 17:57:41856source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35857checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
Eric Husse0f2f9d2019-11-12 17:57:41858dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42859 "cfg-if",
Eric Huss71bf7cf2020-10-14 22:16:47860]
861
862[[package]]
Weihang Lo6306fd32023-01-04 15:33:59863name = "crypto-common"
864version = "0.1.6"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
867dependencies = [
868 "generic-array",
869 "typenum",
pierwillef6dd122022-02-10 16:54:01870]
871
872[[package]]
León Orell Valerian Liehr3788b7a2023-07-04 17:53:44873name = "cstr"
874version = "0.2.8"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
877dependencies = [
878 "proc-macro2",
879 "quote",
880]
881
882[[package]]
Ralf Jung13e47662023-05-23 10:10:18883name = "ctrlc"
Nilstrieb3295cdf2023-06-26 07:21:35884version = "3.4.0"
Ralf Jung13e47662023-05-23 10:10:18885source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35886checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
Ralf Jung13e47662023-05-23 10:10:18887dependencies = [
888 "nix",
Philipp Kronesac25a732023-08-24 19:33:17889 "windows-sys 0.48.0",
Ralf Jung13e47662023-05-23 10:10:18890]
891
892[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58893name = "curl"
Weihang Lobfce2272022-11-04 23:50:44894version = "0.4.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58895source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44896checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58897dependencies = [
Alex Crichton093ede22019-08-15 00:45:09898 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09899 "libc",
900 "openssl-probe",
901 "openssl-sys",
902 "schannel",
klensyd5e8ad42021-07-04 18:49:56903 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31904 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58905]
906
907[[package]]
908name = "curl-sys"
Nilstrieb3295cdf2023-06-26 07:21:35909version = "0.4.63+curl-8.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58910source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35911checksum = "aeb0fef7046022a1e2ad67a004978f0e3cacb9e3123dc62ce768f92197b771dc"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58912dependencies = [
Alex Crichton093ede22019-08-15 00:45:09913 "cc",
914 "libc",
Alex Crichton093ede22019-08-15 00:45:09915 "libz-sys",
916 "openssl-sys",
917 "pkg-config",
918 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31919 "winapi",
Josh Stone020c5ec2017-05-08 22:01:13920]
921
922[[package]]
Oli Scherer29de70d2023-07-25 13:09:53923name = "darling"
Jakub Beránekf17047b2023-09-12 16:32:32924version = "0.14.4"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
927dependencies = [
928 "darling_core 0.14.4",
929 "darling_macro 0.14.4",
930]
931
932[[package]]
933name = "darling"
Oli Scherer29de70d2023-07-25 13:09:53934version = "0.20.3"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
937dependencies = [
Jakub Beránekf17047b2023-09-12 16:32:32938 "darling_core 0.20.3",
939 "darling_macro 0.20.3",
940]
941
942[[package]]
943name = "darling_core"
944version = "0.14.4"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
947dependencies = [
948 "fnv",
949 "ident_case",
950 "proc-macro2",
951 "quote",
952 "strsim",
953 "syn 1.0.109",
Oli Scherer29de70d2023-07-25 13:09:53954]
955
956[[package]]
957name = "darling_core"
958version = "0.20.3"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
961dependencies = [
962 "fnv",
963 "ident_case",
964 "proc-macro2",
965 "quote",
966 "strsim",
Ralf Jung47ba2a92023-08-22 11:47:38967 "syn 2.0.29",
Oli Scherer29de70d2023-07-25 13:09:53968]
969
970[[package]]
971name = "darling_macro"
Jakub Beránekf17047b2023-09-12 16:32:32972version = "0.14.4"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
975dependencies = [
976 "darling_core 0.14.4",
977 "quote",
978 "syn 1.0.109",
979]
980
981[[package]]
982name = "darling_macro"
Oli Scherer29de70d2023-07-25 13:09:53983version = "0.20.3"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
986dependencies = [
Jakub Beránekf17047b2023-09-12 16:32:32987 "darling_core 0.20.3",
Oli Scherer29de70d2023-07-25 13:09:53988 "quote",
Ralf Jung47ba2a92023-08-22 11:47:38989 "syn 2.0.29",
Oli Scherer29de70d2023-07-25 13:09:53990]
991
992[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51993name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22994version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51995source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09996checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51997
998[[package]]
Philipp Kronesd4077782022-11-21 19:52:06999name = "declare_clippy_lint"
Philipp Krones2ac2b262023-11-16 18:20:091000version = "0.1.76"
Philipp Kronesd4077782022-11-21 19:52:061001dependencies = [
1002 "itertools",
1003 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381004 "syn 2.0.29",
Philipp Kronesd4077782022-11-21 19:52:061005]
1006
1007[[package]]
Michael Gouletde830572023-10-30 17:09:171008name = "derivative"
1009version = "2.2.0"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
1012dependencies = [
1013 "proc-macro2",
1014 "quote",
1015 "syn 1.0.109",
1016]
1017
1018[[package]]
Jakub Beránekf17047b2023-09-12 16:32:321019name = "derive_builder"
1020version = "0.12.0"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
1023dependencies = [
1024 "derive_builder_macro",
1025]
1026
1027[[package]]
1028name = "derive_builder_core"
1029version = "0.12.0"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
1032dependencies = [
1033 "darling 0.14.4",
1034 "proc-macro2",
1035 "quote",
1036 "syn 1.0.109",
1037]
1038
1039[[package]]
1040name = "derive_builder_macro"
1041version = "0.12.0"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
1044dependencies = [
1045 "derive_builder_core",
1046 "syn 1.0.109",
1047]
1048
1049[[package]]
Maybe Wafflee20e5062022-11-28 11:11:451050name = "derive_more"
1051version = "0.99.17"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1054dependencies = [
1055 "convert_case",
1056 "proc-macro2",
1057 "quote",
1058 "rustc_version",
Nilstrieb3295cdf2023-06-26 07:21:351059 "syn 1.0.109",
Maybe Wafflee20e5062022-11-28 11:11:451060]
1061
1062[[package]]
Oli Scherer29de70d2023-07-25 13:09:531063name = "derive_setters"
1064version = "0.1.6"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
1067dependencies = [
Jakub Beránekf17047b2023-09-12 16:32:321068 "darling 0.20.3",
Oli Scherer29de70d2023-07-25 13:09:531069 "proc-macro2",
1070 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381071 "syn 2.0.29",
Oli Scherer29de70d2023-07-25 13:09:531072]
1073
1074[[package]]
Cengiz Can837817c2017-04-27 19:41:181075name = "diff"
klensy43512e62022-07-26 16:16:431076version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:181077source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431078checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:181079
1080[[package]]
James Munnsde763692019-01-19 02:39:371081name = "digest"
Nilstrieb3295cdf2023-06-26 07:21:351082version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:121083source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351084checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
Pietro Albiniacd8e592020-10-01 15:15:121085dependencies = [
klensy45fac342022-08-31 20:04:121086 "block-buffer",
pierwillef6dd122022-02-10 16:54:011087 "crypto-common",
James Munnsde763692019-01-19 02:39:371088]
1089
1090[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451091name = "directories"
Ralf Jung5aecfe42023-10-07 05:55:481092version = "5.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451093source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung5aecfe42023-10-07 05:55:481094checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
Ralf Jung44b0fd62018-11-28 20:22:451095dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:481096 "dirs-sys 0.4.1",
Ralf Jung44b0fd62018-11-28 20:22:451097]
1098
1099[[package]]
flip19954c228cc2019-02-18 09:32:581100name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:541101version = "4.0.0"
flip19954c228cc2019-02-18 09:32:581102source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:541103checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:581104dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:481105 "dirs-sys 0.3.7",
flip19954c228cc2019-02-18 09:32:581106]
1107
1108[[package]]
flip19950046d7c2021-02-25 10:26:231109name = "dirs-next"
1110version = "2.0.0"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1113dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421114 "cfg-if",
flip19950046d7c2021-02-25 10:26:231115 "dirs-sys-next",
1116]
1117
1118[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321119name = "dirs-sys"
Nilstrieb3295cdf2023-06-26 07:21:351120version = "0.3.7"
Ralf Jung4e8626e2019-06-13 07:58:321121source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351122checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
Ralf Jung4e8626e2019-06-13 07:58:321123dependencies = [
Alex Crichton093ede22019-08-15 00:45:091124 "libc",
Jubilee Young27ef7192021-04-23 22:49:471125 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311126 "winapi",
flip19950046d7c2021-02-25 10:26:231127]
1128
1129[[package]]
Ralf Jung5aecfe42023-10-07 05:55:481130name = "dirs-sys"
1131version = "0.4.1"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1134dependencies = [
1135 "libc",
1136 "option-ext",
1137 "redox_users",
1138 "windows-sys 0.48.0",
1139]
1140
1141[[package]]
flip19950046d7c2021-02-25 10:26:231142name = "dirs-sys-next"
1143version = "0.1.2"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1146dependencies = [
1147 "libc",
Jubilee Young27ef7192021-04-23 22:49:471148 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311149 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321150]
1151
1152[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421153name = "displaydoc"
Nilstrieb3295cdf2023-06-26 07:21:351154version = "0.2.4"
Manish Goregaokar288194e2022-10-19 23:24:421155source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351156checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
Manish Goregaokar288194e2022-10-19 23:24:421157dependencies = [
1158 "proc-macro2",
1159 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381160 "syn 2.0.29",
Manish Goregaokar288194e2022-10-19 23:24:421161]
1162
1163[[package]]
klensyceee8802022-11-22 14:41:061164name = "dissimilar"
Nilstrieb3295cdf2023-06-26 07:21:351165version = "1.0.6"
klensyceee8802022-11-22 14:41:061166source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351167checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e"
klensyceee8802022-11-22 14:41:061168
1169[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291170name = "dlmalloc"
Nilstrieb3295cdf2023-06-26 07:21:351171version = "0.2.4"
Alex Crichton4c21a3b2018-11-20 05:52:501172source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351173checksum = "203540e710bfadb90e5e29930baf5d10270cec1f43ab34f46f78b147b2de715a"
Oliver Schneideracdf83f2017-12-06 08:25:291174dependencies = [
Alex Crichton093ede22019-08-15 00:45:091175 "compiler_builtins",
1176 "libc",
1177 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291178]
1179
1180[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291181name = "either"
Nilstrieb3295cdf2023-06-26 07:21:351182version = "1.8.1"
Oliver Schneideracdf83f2017-12-06 08:25:291183source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351184checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
Oliver Schneideracdf83f2017-12-06 08:25:291185
1186[[package]]
steveklabnikecfbaca2018-04-03 14:32:041187name = "elasticlunr-rs"
Nilstrieb3295cdf2023-06-26 07:21:351188version = "3.0.2"
steveklabnikecfbaca2018-04-03 14:32:041189source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351190checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
steveklabnikecfbaca2018-04-03 14:32:041191dependencies = [
Alex Crichton093ede22019-08-15 00:45:091192 "regex",
1193 "serde",
1194 "serde_derive",
1195 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041196]
1197
1198[[package]]
Oli Schererdecfb4d2023-02-21 08:37:101199name = "elsa"
Oli Scherer457a1622023-04-05 08:07:291200version = "1.7.1"
Oli Schererdecfb4d2023-02-21 08:37:101201source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer457a1622023-04-05 08:07:291202checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
Oli Schererdecfb4d2023-02-21 08:37:101203dependencies = [
1204 "stable_deref_trait",
1205]
1206
1207[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121208name = "ena"
The 84727cce6182023-03-06 14:07:021209version = "0.14.2"
Markus Westerlindcaacdd22020-02-25 08:47:071210source = "registry+https://github.com/rust-lang/crates.io-index"
The 84727cce6182023-03-06 14:07:021211checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
varkor443a2d42019-03-19 21:30:071212dependencies = [
Alex Crichton093ede22019-08-15 00:45:091213 "log",
varkor443a2d42019-03-19 21:30:071214]
1215
1216[[package]]
Philipp Kronesac25a732023-08-24 19:33:171217name = "encode_unicode"
1218version = "0.3.6"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1221
1222[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441223name = "encoding_rs"
1224version = "0.8.32"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
1227dependencies = [
1228 "cfg-if",
1229]
1230
1231[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581232name = "env_logger"
Weihang Lo1e5dad02022-11-25 22:37:041233version = "0.10.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1236dependencies = [
klensyc653bb92023-11-18 09:42:051237 "humantime",
Weihang Lo1e5dad02022-11-25 22:37:041238 "is-terminal",
1239 "log",
1240 "regex",
1241 "termcolor",
1242]
1243
1244[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351245name = "equivalent"
1246version = "1.0.0"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
1249
1250[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041251name = "errno"
klensyeed89182023-11-07 12:19:331252version = "0.3.5"
Weihang Lo1e5dad02022-11-25 22:37:041253source = "registry+https://github.com/rust-lang/crates.io-index"
klensyeed89182023-11-07 12:19:331254checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
Weihang Lo1e5dad02022-11-25 22:37:041255dependencies = [
Weihang Lo1e5dad02022-11-25 22:37:041256 "libc",
Philipp Kronesac25a732023-08-24 19:33:171257 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:041258]
1259
1260[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291261name = "error_index_generator"
1262version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581263dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211264 "mdbook",
Ezra Shaw53044152023-02-25 09:59:201265 "rustc_error_codes",
Mark Simulacrume2e9b402017-07-23 02:01:581266]
Ahmed Charles9ca382f2016-09-02 08:55:291267
1268[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301269name = "expand-yaml-anchors"
1270version = "0.1.0"
1271dependencies = [
1272 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001273 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301274]
1275
1276[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501277name = "expect-test"
Nilstrieb3295cdf2023-06-26 07:21:351278version = "1.4.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501279source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351280checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3"
Aleksey Kladovf7be59c2020-08-21 12:03:501281dependencies = [
klensyceee8802022-11-22 14:41:061282 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501283 "once_cell",
1284]
1285
1286[[package]]
Ralf Jung10430db2022-07-15 14:04:231287name = "eyre"
1288version = "0.6.8"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1291dependencies = [
1292 "indenter",
1293 "once_cell",
1294]
1295
1296[[package]]
David Wood2dc1a8a2021-12-03 14:24:051297name = "fallible-iterator"
dirreke74817b72023-08-14 14:57:381298version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:051299source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:381300checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
David Wood2dc1a8a2021-12-03 14:24:051301
1302[[package]]
Ralf Jung55162732022-11-15 19:06:421303name = "fastrand"
chenx97141c4632023-09-21 11:31:011304version = "2.0.0"
Ralf Jung55162732022-11-15 19:06:421305source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:011306checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
Ralf Jung55162732022-11-15 19:06:421307
1308[[package]]
John Kåre Alsaker7aab1dd2023-04-30 07:29:021309name = "field-offset"
est31b0483962023-06-05 02:53:301310version = "0.3.6"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021311source = "registry+https://github.com/rust-lang/crates.io-index"
est31b0483962023-06-05 02:53:301312checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021313dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351314 "memoffset",
John Kåre Alsaker7aab1dd2023-04-30 07:29:021315 "rustc_version",
1316]
1317
1318[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291319name = "filetime"
Nilstrieb3295cdf2023-06-26 07:21:351320version = "0.2.21"
Alex Crichton924f8c72018-04-18 15:43:591321source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351322checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
Alex Crichton924f8c72018-04-18 15:43:591323dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421324 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091325 "libc",
Nilstrieb3295cdf2023-06-26 07:21:351326 "redox_syscall 0.2.16",
Philipp Kronesac25a732023-08-24 19:33:171327 "windows-sys 0.48.0",
Alex Crichton924f8c72018-04-18 15:43:591328]
1329
1330[[package]]
Josh Stone020c5ec2017-05-08 22:01:131331name = "flate2"
Nilstrieb3295cdf2023-06-26 07:21:351332version = "1.0.26"
Felix Schütt7c13fa32017-12-31 14:34:291333source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351334checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
Felix Schütt7c13fa32017-12-31 14:34:291335dependencies = [
Alex Crichton093ede22019-08-15 00:45:091336 "crc32fast",
Jubilee Young079949d2023-06-29 23:18:361337 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291338]
1339
1340[[package]]
David Wood7f916972022-03-26 07:27:431341name = "fluent-bundle"
1342version = "0.15.2"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1345dependencies = [
1346 "fluent-langneg",
1347 "fluent-syntax",
1348 "intl-memoizer",
1349 "intl_pluralrules",
1350 "rustc-hash",
klensyc653bb92023-11-18 09:42:051351 "self_cell 0.10.3",
David Wood7f916972022-03-26 07:27:431352 "smallvec",
1353 "unic-langid",
1354]
1355
1356[[package]]
1357name = "fluent-langneg"
1358version = "0.13.0"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1361dependencies = [
1362 "unic-langid",
1363]
1364
1365[[package]]
1366name = "fluent-syntax"
1367version = "0.11.0"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1370dependencies = [
1371 "thiserror",
1372]
1373
1374[[package]]
Simon Sapinb77ff242017-07-18 21:26:551375name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441376version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551377source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441378checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551379
1380[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441381name = "foreign-types"
1382version = "0.3.2"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1385dependencies = [
1386 "foreign-types-shared",
1387]
1388
1389[[package]]
1390name = "foreign-types-shared"
1391version = "0.1.1"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1394
1395[[package]]
Eric Hussf3287a62021-05-12 00:39:511396name = "form_urlencoded"
Nilstrieb3295cdf2023-06-26 07:21:351397version = "1.2.0"
Eric Hussf3287a62021-05-12 00:39:511398source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351399checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
Eric Hussf3287a62021-05-12 00:39:511400dependencies = [
Eric Huss4a7e2fb2022-08-21 04:19:431401 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511402]
1403
1404[[package]]
Jethro Beekman4a350562018-08-28 04:33:261405name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491406version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501407source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491408checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261409dependencies = [
Alex Crichton093ede22019-08-15 00:45:091410 "compiler_builtins",
1411 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261412]
1413
1414[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471415name = "fs-err"
Nilstrieb3295cdf2023-06-26 07:21:351416version = "2.9.0"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471417source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351418checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471419
1420[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441421name = "fs_extra"
1422version = "1.3.0"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1425
1426[[package]]
steveklabnikecfbaca2018-04-03 14:32:041427name = "futf"
Eric Huss04b75a72022-06-22 23:49:241428version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041429source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241430checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041431dependencies = [
Alex Crichton093ede22019-08-15 00:45:091432 "mac",
1433 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041434]
1435
1436[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121437name = "futures"
Deadbeef2c646882023-04-08 09:38:571438version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541439source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571440checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
Caleb Cartwright63913182021-02-10 01:52:541441dependencies = [
1442 "futures-channel",
1443 "futures-core",
1444 "futures-executor",
1445 "futures-io",
1446 "futures-sink",
1447 "futures-task",
1448 "futures-util",
1449]
1450
1451[[package]]
1452name = "futures-channel"
Deadbeef2c646882023-04-08 09:38:571453version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541454source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571455checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
Caleb Cartwright63913182021-02-10 01:52:541456dependencies = [
1457 "futures-core",
1458 "futures-sink",
1459]
1460
1461[[package]]
1462name = "futures-core"
Deadbeef2c646882023-04-08 09:38:571463version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541464source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571465checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
Caleb Cartwright63913182021-02-10 01:52:541466
1467[[package]]
1468name = "futures-executor"
Deadbeef2c646882023-04-08 09:38:571469version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541470source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571471checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
Caleb Cartwright63913182021-02-10 01:52:541472dependencies = [
1473 "futures-core",
1474 "futures-task",
1475 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541476]
1477
1478[[package]]
1479name = "futures-io"
Deadbeef2c646882023-04-08 09:38:571480version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541481source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571482checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
Caleb Cartwright63913182021-02-10 01:52:541483
1484[[package]]
1485name = "futures-macro"
Deadbeef2c646882023-04-08 09:38:571486version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541487source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571488checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
Caleb Cartwright63913182021-02-10 01:52:541489dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541490 "proc-macro2",
1491 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381492 "syn 2.0.29",
Caleb Cartwright63913182021-02-10 01:52:541493]
1494
1495[[package]]
1496name = "futures-sink"
Deadbeef2c646882023-04-08 09:38:571497version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541498source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571499checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
Caleb Cartwright63913182021-02-10 01:52:541500
1501[[package]]
1502name = "futures-task"
Deadbeef2c646882023-04-08 09:38:571503version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541504source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571505checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
Caleb Cartwright63913182021-02-10 01:52:541506
1507[[package]]
1508name = "futures-util"
Deadbeef2c646882023-04-08 09:38:571509version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541510source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571511checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
Caleb Cartwright63913182021-02-10 01:52:541512dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541513 "futures-channel",
1514 "futures-core",
1515 "futures-io",
1516 "futures-macro",
1517 "futures-sink",
1518 "futures-task",
1519 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311520 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541521 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541522 "slab",
1523]
1524
1525[[package]]
Pietro Albini4af7de12022-11-15 10:27:191526name = "generate-copyright"
1527version = "0.1.0"
1528dependencies = [
1529 "anyhow",
1530 "serde",
1531 "serde_json",
1532]
1533
1534[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:071535name = "generate-windows-sys"
1536version = "0.1.0"
1537dependencies = [
1538 "windows-bindgen",
1539]
1540
1541[[package]]
James Munnsde763692019-01-19 02:39:371542name = "generic-array"
Nilstrieb3295cdf2023-06-26 07:21:351543version = "0.14.7"
Pietro Albiniacd8e592020-10-01 15:15:121544source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351545checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
Pietro Albiniacd8e592020-10-01 15:15:121546dependencies = [
1547 "typenum",
1548 "version_check",
1549]
1550
1551[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291552name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081553version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291554source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081555checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361556dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081557 "rustc-std-workspace-core",
1558 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091559 "unicode-width",
varkore72f7e12019-04-30 19:37:361560]
Ahmed Charles9ca382f2016-09-02 08:55:291561
1562[[package]]
gnzlbg52caca02019-08-01 15:02:261563name = "getrandom"
Nilstrieb3295cdf2023-06-26 07:21:351564version = "0.2.10"
Ralf Jung0e908752020-09-17 18:04:201565source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351566checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
Ralf Jung0e908752020-09-17 18:04:201567dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421568 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201569 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411570 "wasi",
Ralf Jung0e908752020-09-17 18:04:201571]
1572
1573[[package]]
Alex Crichton06d565c2020-05-13 21:22:371574name = "gimli"
dirreke74817b72023-08-14 14:57:381575version = "0.28.0"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191578dependencies = [
1579 "compiler_builtins",
dirreke74817b72023-08-14 14:57:381580 "fallible-iterator",
klensyc653bb92023-11-18 09:42:051581 "indexmap",
Michael Howellcf83a1d2022-11-03 17:10:151582 "rustc-std-workspace-alloc",
1583 "rustc-std-workspace-core",
dirreke74817b72023-08-14 14:57:381584 "stable_deref_trait",
David Wood2dc1a8a2021-12-03 14:24:051585]
1586
1587[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581588name = "glob"
Nilstrieb3295cdf2023-06-26 07:21:351589version = "0.3.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581590source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351591checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581592
1593[[package]]
Simon Sapinb77ff242017-07-18 21:26:551594name = "globset"
klensy9b6a6b12023-05-26 10:03:471595version = "0.4.10"
Simon Sapinb77ff242017-07-18 21:26:551596source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471597checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
Simon Sapinb77ff242017-07-18 21:26:551598dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351599 "aho-corasick 0.7.20",
klensy9b6a6b12023-05-26 10:03:471600 "bstr",
Alex Crichton093ede22019-08-15 00:45:091601 "fnv",
1602 "log",
1603 "regex",
Simon Sapinb77ff242017-07-18 21:26:551604]
1605
1606[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291607name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461608version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291609source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461610checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291611dependencies = [
1612 "serde",
1613]
1614
1615[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441616name = "h2"
klensyc653bb92023-11-18 09:42:051617version = "0.3.22"
Jakub Beránek91d2fb22023-06-03 07:41:441618source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:051619checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
Jakub Beránek91d2fb22023-06-03 07:41:441620dependencies = [
1621 "bytes",
1622 "fnv",
1623 "futures-core",
1624 "futures-sink",
1625 "futures-util",
1626 "http",
klensyc653bb92023-11-18 09:42:051627 "indexmap",
Jakub Beránek91d2fb22023-06-03 07:41:441628 "slab",
1629 "tokio",
1630 "tokio-util",
1631 "tracing",
1632]
1633
1634[[package]]
Steve Klabnika0769612017-02-07 23:13:571635name = "handlebars"
Nilstrieb3295cdf2023-06-26 07:21:351636version = "4.3.7"
Steve Klabnika0769612017-02-07 23:13:571637source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351638checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"
Steve Klabnika0769612017-02-07 23:13:571639dependencies = [
Alex Crichton093ede22019-08-15 00:45:091640 "log",
1641 "pest",
1642 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091643 "serde",
1644 "serde_json",
klensy45fac342022-08-31 20:04:121645 "thiserror",
James Munnsde763692019-01-19 02:39:371646]
1647
1648[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051649name = "hashbrown"
Amanieu d'Antraseeea7472023-10-19 20:44:231650version = "0.14.2"
The 8472479be6a2023-06-08 14:55:491651source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antraseeea7472023-10-19 20:44:231652checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
The 8472479be6a2023-06-08 14:55:491653dependencies = [
dirreke74817b72023-08-14 14:57:381654 "ahash",
The 8472479be6a2023-06-08 14:55:491655 "allocator-api2",
Urgau0b9feea2023-05-06 22:35:551656 "compiler_builtins",
1657 "rustc-std-workspace-alloc",
1658 "rustc-std-workspace-core",
Amanieu d'Antrasa529ba82023-01-09 17:49:241659]
1660
1661[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471662name = "heck"
Nilstrieb3295cdf2023-06-26 07:21:351663version = "0.4.1"
Caleb Cartwrightf367f4d2022-06-13 03:04:541664source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351665checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
Caleb Cartwrightf367f4d2022-06-13 03:04:541666
1667[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101668name = "hermit-abi"
Stefan Lankes8666ade2023-07-04 13:58:021669version = "0.3.2"
Stefan Lankes7143379a2022-12-06 19:31:431670source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes8666ade2023-07-04 13:58:021671checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
Stefan Lankes7143379a2022-12-06 19:31:431672dependencies = [
1673 "compiler_builtins",
joboet262193e2022-09-06 08:44:051674 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101675 "rustc-std-workspace-core",
1676]
1677
1678[[package]]
Alex Crichton1cede102017-06-15 02:33:061679name = "hex"
Nilstrieb3295cdf2023-06-26 07:21:351680version = "0.4.3"
Aaron Hilld440e132019-09-16 18:45:401681source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351682checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
Aaron Hilld440e132019-09-16 18:45:401683
1684[[package]]
Pietro Albinic2306372023-09-15 14:09:451685name = "home"
1686version = "0.5.5"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
1689dependencies = [
1690 "windows-sys 0.48.0",
1691]
1692
1693[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181694name = "html-checker"
1695version = "0.1.0"
1696dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001697 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181698 "walkdir",
1699]
1700
1701[[package]]
steveklabnikecfbaca2018-04-03 14:32:041702name = "html5ever"
klensy947e7872022-04-15 18:11:141703version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471704source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141705checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471706dependencies = [
Alex Crichton093ede22019-08-15 00:45:091707 "log",
1708 "mac",
1709 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151710 "proc-macro2",
1711 "quote",
Nilstrieb3295cdf2023-06-26 07:21:351712 "syn 1.0.109",
Eric Huss2dafa912019-06-19 03:36:471713]
1714
1715[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441716name = "http"
1717version = "0.2.9"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1720dependencies = [
1721 "bytes",
1722 "fnv",
1723 "itoa",
1724]
1725
1726[[package]]
1727name = "http-body"
1728version = "0.4.5"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1731dependencies = [
1732 "bytes",
1733 "http",
1734 "pin-project-lite",
1735]
1736
1737[[package]]
1738name = "httparse"
1739version = "1.8.0"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1742
1743[[package]]
1744name = "httpdate"
1745version = "1.0.2"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1748
1749[[package]]
1750name = "humansize"
1751version = "2.1.3"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
1754dependencies = [
Caleb Cartwright35400e82023-10-23 01:34:121755 "libm",
Jakub Beránek91d2fb22023-06-03 07:41:441756]
1757
1758[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481759name = "humantime"
Nilstrieb3295cdf2023-06-26 07:21:351760version = "2.1.0"
Eric Hussd45d8b12020-01-21 17:55:431761source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351762checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
Eric Hussd45d8b12020-01-21 17:55:431763
1764[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441765name = "hyper"
1766version = "0.14.22"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064"
1769dependencies = [
1770 "bytes",
1771 "futures-channel",
1772 "futures-core",
1773 "futures-util",
1774 "h2",
1775 "http",
1776 "http-body",
1777 "httparse",
1778 "httpdate",
1779 "itoa",
1780 "pin-project-lite",
1781 "socket2",
1782 "tokio",
1783 "tower-service",
1784 "tracing",
1785 "want",
1786]
1787
1788[[package]]
1789name = "hyper-tls"
1790version = "0.5.0"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1793dependencies = [
1794 "bytes",
1795 "hyper",
1796 "native-tls",
1797 "tokio",
1798 "tokio-native-tls",
1799]
1800
1801[[package]]
nilsf77541a2023-04-11 11:46:411802name = "iana-time-zone"
Nilstrieb3295cdf2023-06-26 07:21:351803version = "0.1.57"
nilsf77541a2023-04-11 11:46:411804source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351805checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
nilsf77541a2023-04-11 11:46:411806dependencies = [
1807 "android_system_properties",
1808 "core-foundation-sys",
1809 "iana-time-zone-haiku",
1810 "js-sys",
1811 "wasm-bindgen",
klensy3c03cce2023-05-09 15:20:131812 "windows",
nilsf77541a2023-04-11 11:46:411813]
1814
1815[[package]]
1816name = "iana-time-zone-haiku"
klensy9b6a6b12023-05-26 10:03:471817version = "0.1.2"
nilsf77541a2023-04-11 11:46:411818source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471819checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
nilsf77541a2023-04-11 11:46:411820dependencies = [
klensy9b6a6b12023-05-26 10:03:471821 "cc",
nilsf77541a2023-04-11 11:46:411822]
1823
1824[[package]]
Charles Lewa7750042022-11-06 06:43:251825name = "icu_list"
Nilstriebffffc202023-11-06 13:42:201826version = "1.3.2"
Charles Lewa7750042022-11-06 06:43:251827source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:201828checksum = "dc1a44bbed77a7e7b555f9d7dd4b43f75ec1402b438a901d20451943d50cbd90"
Charles Lewa7750042022-11-06 06:43:251829dependencies = [
1830 "displaydoc",
Nilstriebffffc202023-11-06 13:42:201831 "icu_list_data",
1832 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251833 "icu_provider",
1834 "regex-automata 0.2.0",
1835 "writeable",
Charles Lewa7750042022-11-06 06:43:251836]
1837
1838[[package]]
Nilstriebffffc202023-11-06 13:42:201839name = "icu_list_data"
1840version = "1.3.2"
Charles Lewa7750042022-11-06 06:43:251841source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:201842checksum = "d3237583f0cb7feafabb567c4492fe9ef1d2d4113f6a8798a923273ea5de996d"
1843
1844[[package]]
1845name = "icu_locid"
1846version = "1.3.2"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "f284eb342dc49d3e9d9f3b188489d76b5d22dfb1d1a5e0d1941811253bac625c"
Charles Lewa7750042022-11-06 06:43:251849dependencies = [
1850 "displaydoc",
1851 "litemap",
1852 "tinystr",
1853 "writeable",
1854 "zerovec",
1855]
1856
1857[[package]]
Nilstriebffffc202023-11-06 13:42:201858name = "icu_locid_transform"
1859version = "1.3.2"
Charles Lewa7750042022-11-06 06:43:251860source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:201861checksum = "6551daf80882d8e68eee186cc19e132d8bde1b1f059a79b93384a5ca0e8fc5e7"
1862dependencies = [
1863 "displaydoc",
1864 "icu_locid",
1865 "icu_locid_transform_data",
1866 "icu_provider",
1867 "tinystr",
1868 "zerovec",
1869]
1870
1871[[package]]
1872name = "icu_locid_transform_data"
1873version = "1.3.2"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "2a741eba5431f75eb2f1f9022d3cffabcadda6771e54fb4e77c8ba8653e4da44"
1876
1877[[package]]
1878name = "icu_provider"
1879version = "1.3.2"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "68acdef80034b5e35d8524e9817479d389a4f9774f3f0cbe1bf3884d80fd5934"
Charles Lewa7750042022-11-06 06:43:251882dependencies = [
1883 "displaydoc",
1884 "icu_locid",
1885 "icu_provider_macros",
1886 "stable_deref_trait",
Nilstriebffffc202023-11-06 13:42:201887 "tinystr",
Charles Lewa7750042022-11-06 06:43:251888 "writeable",
1889 "yoke",
1890 "zerofrom",
1891 "zerovec",
1892]
1893
1894[[package]]
1895name = "icu_provider_adapters"
Nilstriebffffc202023-11-06 13:42:201896version = "1.3.2"
Charles Lewa7750042022-11-06 06:43:251897source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:201898checksum = "36b380ef2d3d93b015cd0563d7e0d005cc07f82a5503716dbc191798d0079e1d"
Charles Lewa7750042022-11-06 06:43:251899dependencies = [
1900 "icu_locid",
Nilstriebffffc202023-11-06 13:42:201901 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251902 "icu_provider",
1903 "tinystr",
Charles Lewa7750042022-11-06 06:43:251904 "zerovec",
1905]
1906
1907[[package]]
1908name = "icu_provider_macros"
Nilstriebffffc202023-11-06 13:42:201909version = "1.3.2"
Charles Lewa7750042022-11-06 06:43:251910source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:201911checksum = "2060258edfcfe32ca7058849bf0f146cb5c59aadbedf480333c0d0002f97bc99"
Charles Lewa7750042022-11-06 06:43:251912dependencies = [
1913 "proc-macro2",
1914 "quote",
Nilstriebffffc202023-11-06 13:42:201915 "syn 2.0.29",
Charles Lewa7750042022-11-06 06:43:251916]
1917
1918[[package]]
Oli Scherer29de70d2023-07-25 13:09:531919name = "ident_case"
1920version = "1.0.1"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1923
1924[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581925name = "idna"
Nilstrieb3295cdf2023-06-26 07:21:351926version = "0.4.0"
Eric Hussf2428a62019-08-01 00:44:391927source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351928checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
Eric Hussf2428a62019-08-01 00:44:391929dependencies = [
Alex Crichton093ede22019-08-15 00:45:091930 "unicode-bidi",
1931 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391932]
1933
1934[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291935name = "if_chain"
Nilstrieb3295cdf2023-06-26 07:21:351936version = "1.0.2"
Oliver Schneideracdf83f2017-12-06 08:25:291937source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351938checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
Oliver Schneideracdf83f2017-12-06 08:25:291939
1940[[package]]
Simon Sapinb77ff242017-07-18 21:26:551941name = "ignore"
klensy9b6a6b12023-05-26 10:03:471942version = "0.4.20"
Simon Sapinb77ff242017-07-18 21:26:551943source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471944checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
Simon Sapinb77ff242017-07-18 21:26:551945dependencies = [
Alex Crichton093ede22019-08-15 00:45:091946 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421947 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091948 "log",
1949 "memchr",
1950 "regex",
1951 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591952 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091953 "walkdir",
1954 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551955]
1956
1957[[package]]
Ralf Jung10430db2022-07-15 14:04:231958name = "indenter"
1959version = "0.3.3"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1962
1963[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571964name = "indexmap"
Nilstrieb3295cdf2023-06-26 07:21:351965version = "2.0.0"
flip19958d5f69d2021-10-21 11:13:171966source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351967checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
1968dependencies = [
1969 "equivalent",
klensyc653bb92023-11-18 09:42:051970 "hashbrown",
Josh Stoned9b1fa92023-07-03 20:51:541971 "rustc-rayon",
1972 "serde",
Nilstrieb3295cdf2023-06-26 07:21:351973]
1974
1975[[package]]
Philipp Kronesac25a732023-08-24 19:33:171976name = "indicatif"
1977version = "0.17.6"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730"
1980dependencies = [
1981 "console",
1982 "instant",
1983 "number_prefix",
1984 "portable-atomic",
1985 "unicode-width",
1986]
1987
1988[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351989name = "indoc"
1990version = "1.0.9"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
flip19958d5f69d2021-10-21 11:13:171993
1994[[package]]
Ralf Jung49e8acb2023-10-21 06:41:451995name = "inout"
1996version = "0.1.3"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1999dependencies = [
2000 "generic-array",
2001]
2002
2003[[package]]
Josh Stone020c5ec2017-05-08 22:01:132004name = "installer"
2005version = "0.0.0"
2006dependencies = [
Michael Forney32025fd2020-05-25 00:08:452007 "anyhow",
klensye1c33132023-06-21 09:32:342008 "clap",
Alex Crichton093ede22019-08-15 00:45:092009 "flate2",
Alex Crichton093ede22019-08-15 00:45:092010 "rayon",
Alex Crichton093ede22019-08-15 00:45:092011 "tar",
2012 "walkdir",
Alex Crichton093ede22019-08-15 00:45:092013 "xz2",
Josh Stone020c5ec2017-05-08 22:01:132014]
2015
2016[[package]]
Mark Rousskov342d9562020-08-17 15:21:442017name = "instant"
flip1995e36e5a52021-12-06 11:33:552018version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:442019source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552020checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422022 "cfg-if",
flip1995e36e5a52021-12-06 11:33:552023]
Mark Rousskov342d9562020-08-17 15:21:442024
2025[[package]]
David Wood7f916972022-03-26 07:27:432026name = "intl-memoizer"
2027version = "0.5.1"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
2030dependencies = [
2031 "type-map",
2032 "unic-langid",
2033]
2034
2035[[package]]
2036name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:422037version = "7.0.2"
David Wood7f916972022-03-26 07:27:432038source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:422039checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:432040dependencies = [
David Wood7f916972022-03-26 07:27:432041 "unic-langid",
2042]
2043
2044[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442045name = "ipnet"
2046version = "2.7.2"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2049
2050[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042051name = "is-terminal"
Nilstrieb3295cdf2023-06-26 07:21:352052version = "0.4.8"
Weihang Lo1e5dad02022-11-25 22:37:042053source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352054checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
Weihang Lo1e5dad02022-11-25 22:37:042055dependencies = [
klensyc653bb92023-11-18 09:42:052056 "hermit-abi",
chenx97141c4632023-09-21 11:31:012057 "rustix",
Philipp Kronesac25a732023-08-24 19:33:172058 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:042059]
2060
2061[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292062name = "itertools"
Nicholas Nethercote3eadc682023-11-13 23:02:522063version = "0.11.0"
Eric Huss78529352021-06-02 03:38:392064source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote3eadc682023-11-13 23:02:522065checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
Eric Huss78529352021-06-02 03:38:392066dependencies = [
2067 "either",
2068]
2069
2070[[package]]
Steve Klabnik2795de32017-02-20 00:20:572071name = "itoa"
Weihang Loe52e0402023-03-07 22:16:272072version = "1.0.6"
Steve Klabnik2795de32017-02-20 00:20:572073source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:272074checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
Steve Klabnik2795de32017-02-20 00:20:572075
2076[[package]]
Rémy Rakicadab1352022-05-06 21:20:042077name = "jemalloc-sys"
Rémy Rakicdcfa64b2023-10-02 07:41:512078version = "0.5.4+5.3.0-patched"
Rémy Rakicadab1352022-05-06 21:20:042079source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdcfa64b2023-10-02 07:41:512080checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
Rémy Rakicadab1352022-05-06 21:20:042081dependencies = [
2082 "cc",
Rémy Rakicadab1352022-05-06 21:20:042083 "libc",
2084]
2085
2086[[package]]
Alex Crichton453080f2017-06-05 16:36:482087name = "jobserver"
Weihang Lo741f1af2023-02-28 21:10:422088version = "0.1.26"
Alex Crichton453080f2017-06-05 16:36:482089source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo741f1af2023-02-28 21:10:422090checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
Alex Crichton453080f2017-06-05 16:36:482091dependencies = [
Alex Crichton093ede22019-08-15 00:45:092092 "libc",
Alex Crichton453080f2017-06-05 16:36:482093]
2094
2095[[package]]
nilsf77541a2023-04-11 11:46:412096name = "js-sys"
Nilstrieb3295cdf2023-06-26 07:21:352097version = "0.3.64"
nilsf77541a2023-04-11 11:46:412098source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352099checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
nilsf77541a2023-04-11 11:46:412100dependencies = [
2101 "wasm-bindgen",
2102]
2103
2104[[package]]
Rune Tynan77156562021-01-16 01:34:152105name = "jsondocck"
2106version = "0.1.0"
2107dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:472108 "fs-err",
Rune Tynan77156562021-01-16 01:34:152109 "getopts",
2110 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:102111 "once_cell",
Rune Tynan77156562021-01-16 01:34:152112 "regex",
Rune Tynan77156562021-01-16 01:34:152113 "serde_json",
klensyc63cb012021-06-01 15:25:362114 "shlex",
Rune Tynan77156562021-01-16 01:34:152115]
2116
2117[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372118name = "jsondoclint"
2119version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392120dependencies = [
2121 "anyhow",
klensye1c33132023-06-21 09:32:342122 "clap",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392123 "fs-err",
ozkanonur52c71e62023-03-01 21:53:022124 "rustc-hash",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392125 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:452126 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392127 "serde_json",
2128]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372129
2130[[package]]
Rune Tynan77156562021-01-16 01:34:152131name = "jsonpath_lib"
klensyc653bb92023-11-18 09:42:052132version = "0.3.0"
Rune Tynan77156562021-01-16 01:34:152133source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:052134checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f"
Rune Tynan77156562021-01-16 01:34:152135dependencies = [
Rune Tynan77156562021-01-16 01:34:152136 "log",
2137 "serde",
2138 "serde_json",
2139]
2140
2141[[package]]
Steve Klabnika0769612017-02-07 23:13:572142name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:572143version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:492144source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572145checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:492146
2147[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292148name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:442149version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:162150source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442151checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:162152
2153[[package]]
Zalathar13671042023-08-11 01:52:372154name = "leb128"
2155version = "0.2.5"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2158
2159[[package]]
Oli Scherer4fdb4ed2023-08-29 13:28:532160name = "levenshtein"
2161version = "1.0.5"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
2164
2165[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292166name = "libc"
Urgau15719a82023-11-05 14:27:202167version = "0.2.150"
Ahmed Charles9ca382f2016-09-02 08:55:292168source = "registry+https://github.com/rust-lang/crates.io-index"
Urgau15719a82023-11-05 14:27:202169checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
Alex Crichton4c21a3b2018-11-20 05:52:502170dependencies = [
Alex Crichton093ede22019-08-15 00:45:092171 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502172]
Ahmed Charles9ca382f2016-09-02 08:55:292173
2174[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382175name = "libffi"
Ulrich Weigand09541b52023-03-30 13:37:472176version = "3.2.0"
Ralf Jungfe7e2072022-09-02 14:49:382177source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:472178checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
Ralf Jungfe7e2072022-09-02 14:49:382179dependencies = [
2180 "libc",
2181 "libffi-sys",
2182]
2183
2184[[package]]
2185name = "libffi-sys"
WANG Ruic7b72482023-04-27 11:42:522186version = "2.3.0"
Ralf Jungfe7e2072022-09-02 14:49:382187source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Ruic7b72482023-04-27 11:42:522188checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
Ralf Jungfe7e2072022-09-02 14:49:382189dependencies = [
2190 "cc",
2191]
2192
2193[[package]]
Andy Russell923f9392021-11-08 23:03:552194name = "libloading"
Nilstrieb3295cdf2023-06-26 07:21:352195version = "0.7.4"
Andy Russell923f9392021-11-08 23:03:552196source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352197checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
Andy Russell923f9392021-11-08 23:03:552198dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422199 "cfg-if",
Andy Russell923f9392021-11-08 23:03:552200 "winapi",
2201]
2202
2203[[package]]
Ralf Jung6687c072023-10-01 05:03:422204name = "libloading"
2205version = "0.8.1"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
2208dependencies = [
2209 "cfg-if",
2210 "windows-sys 0.48.0",
2211]
2212
2213[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052214name = "libm"
Jakub Beránek91d2fb22023-06-03 07:41:442215version = "0.2.7"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2218
2219[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582220name = "libz-sys"
Nilstrieb3295cdf2023-06-26 07:21:352221version = "1.1.9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582222source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352223checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582224dependencies = [
Alex Crichton093ede22019-08-15 00:45:092225 "cc",
2226 "libc",
2227 "pkg-config",
2228 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582229]
2230
2231[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292232name = "linkchecker"
2233version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302234dependencies = [
2235 "once_cell",
2236 "regex",
2237]
Ahmed Charles9ca382f2016-09-02 08:55:292238
2239[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302240name = "linked-hash-map"
Nilstrieb3295cdf2023-06-26 07:21:352241version = "0.5.6"
Pietro Albini9beb8f52019-11-26 11:06:302242source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352243checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
Pietro Albini9beb8f52019-11-26 11:06:302244
2245[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572246name = "lint-docs"
2247version = "0.1.0"
2248dependencies = [
2249 "serde_json",
2250 "tempfile",
2251 "walkdir",
2252]
2253
2254[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042255name = "linux-raw-sys"
chenx97b1d64c62023-10-12 10:44:392256version = "0.4.10"
Weihang Lo1e5dad02022-11-25 22:37:042257source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97b1d64c62023-10-12 10:44:392258checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
Weihang Lo1e5dad02022-11-25 22:37:042259
2260[[package]]
Charles Lewa7750042022-11-06 06:43:252261name = "litemap"
Nilstriebffffc202023-11-06 13:42:202262version = "0.7.1"
Charles Lewa7750042022-11-06 06:43:252263source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:202264checksum = "77a1a2647d5b7134127971a6de0d533c49de2159167e7f259c427195f87168a1"
Charles Lewa7750042022-11-06 06:43:252265
2266[[package]]
Hans Kratz6162fc02021-09-25 13:25:082267name = "lld-wrapper"
2268version = "0.1.0"
2269
2270[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392271name = "lock_api"
Nilstrieb3295cdf2023-06-26 07:21:352272version = "0.4.10"
Malo Jaffré8ed13d62017-12-29 10:24:382273source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352274checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
Mark Rousskov342d9562020-08-17 15:21:442275dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442276 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442277 "scopeguard",
2278]
2279
2280[[package]]
2281name = "log"
Nilstrieb3295cdf2023-06-26 07:21:352282version = "0.4.19"
Mark Rousskov342d9562020-08-17 15:21:442283source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352284checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
Ahmed Charles9ca382f2016-09-02 08:55:292285
2286[[package]]
Josh Stone020c5ec2017-05-08 22:01:132287name = "lzma-sys"
Mark Rousskove40a4462023-04-17 01:27:252288version = "0.1.20"
Josh Stone020c5ec2017-05-08 22:01:132289source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:252290checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
Josh Stone020c5ec2017-05-08 22:01:132291dependencies = [
Alex Crichton093ede22019-08-15 00:45:092292 "cc",
2293 "libc",
2294 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132295]
2296
2297[[package]]
steveklabnikecfbaca2018-04-03 14:32:042298name = "mac"
2299version = "0.1.1"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092301checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042302
2303[[package]]
2304name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442305version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042306source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442307checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042308
2309[[package]]
2310name = "markup5ever"
klensy947e7872022-04-15 18:11:142311version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472312source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142313checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472314dependencies = [
Alex Crichton093ede22019-08-15 00:45:092315 "log",
2316 "phf",
2317 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:092318 "string_cache",
2319 "string_cache_codegen",
2320 "tendril",
Eric Huss2dafa912019-06-19 03:36:472321]
2322
2323[[package]]
Oliver Schererec7230f2020-07-24 18:42:002324name = "matchers"
pierwillea25b772021-12-21 17:00:302325version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002326source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302327checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002328dependencies = [
Charles Lewa7750042022-11-06 06:43:252329 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002330]
2331
2332[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152333name = "md-5"
Nilstrieb3295cdf2023-06-26 07:21:352334version = "0.10.5"
Arlo Siemsen3296d5c2020-10-13 15:41:062335source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352336checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
Arlo Siemsen3296d5c2020-10-13 15:41:062337dependencies = [
klensy45fac342022-08-31 20:04:122338 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062339]
2340
2341[[package]]
Steve Klabnika0769612017-02-07 23:13:572342name = "mdbook"
Nilstrieb3295cdf2023-06-26 07:21:352343version = "0.4.31"
Steve Klabnika0769612017-02-07 23:13:572344source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352345checksum = "7b67ee4a744f36e6280792016c17e69921b51df357181d1eb17d620fcc3609f3"
Steve Klabnika0769612017-02-07 23:13:572346dependencies = [
Alex Crichton093ede22019-08-15 00:45:092347 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462348 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092349 "chrono",
klensye1c33132023-06-21 09:32:342350 "clap",
Eric Huss51814222022-04-15 18:57:062351 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092352 "elasticlunr-rs",
klensyc653bb92023-11-18 09:42:052353 "env_logger",
Weihang Lof795a152023-03-15 12:50:042354 "handlebars",
Alex Crichton093ede22019-08-15 00:45:092355 "log",
2356 "memchr",
Eric Huss2717f602023-01-06 01:20:592357 "once_cell",
Eric Hussa882fdd2021-12-03 20:25:072358 "opener",
Weihang Lo55a79152023-02-17 23:55:452359 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:092360 "regex",
2361 "serde",
Alex Crichton093ede22019-08-15 00:45:092362 "serde_json",
klensyc63cb012021-06-01 15:25:362363 "shlex",
Alex Crichton093ede22019-08-15 00:45:092364 "tempfile",
Nilstrieb3295cdf2023-06-26 07:21:352365 "toml 0.5.11",
Eric Hussa882fdd2021-12-03 20:25:072366 "topological-sort",
James Munnsde763692019-01-19 02:39:372367]
2368
2369[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492370name = "measureme"
Nilstrieb3295cdf2023-06-26 07:21:352371version = "10.1.1"
Ryan Levick757f76e2021-10-07 13:08:442372source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352373checksum = "1930d162935fecd56fc4e0f6729eb3483bac1264542eb4ea31570b86a434b6bc"
Ryan Levick947a33b2021-07-23 14:25:582374dependencies = [
2375 "log",
Weihang Lof795a152023-03-15 12:50:042376 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:442377 "parking_lot 0.11.2",
Ryan Levick947a33b2021-07-23 14:25:582378 "perf-event-open-sys",
2379 "rustc-hash",
2380 "smallvec",
2381]
2382
2383[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582384name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202385version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292386source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202387checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242388dependencies = [
2389 "compiler_builtins",
2390 "rustc-std-workspace-core",
2391]
Steve Klabnika0769612017-02-07 23:13:572392
2393[[package]]
Camille GILLOT458d0442021-03-17 16:29:452394name = "memmap2"
Nilstrieb3295cdf2023-06-26 07:21:352395version = "0.2.3"
Camille GILLOT458d0442021-03-17 16:29:452396source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352397checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
Camille GILLOT458d0442021-03-17 16:29:452398dependencies = [
2399 "libc",
2400]
2401
2402[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452403name = "memoffset"
est31b0483962023-06-05 02:53:302404version = "0.9.0"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2407dependencies = [
2408 "autocfg",
2409]
2410
2411[[package]]
Guillaume Gomez76714c32023-03-06 10:15:592412name = "mime"
Nilstrieb3295cdf2023-06-26 07:21:352413version = "0.3.17"
Guillaume Gomez76714c32023-03-06 10:15:592414source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352415checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
Guillaume Gomez76714c32023-03-06 10:15:592416
2417[[package]]
2418name = "mime_guess"
2419version = "2.0.4"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2422dependencies = [
2423 "mime",
2424 "unicase",
2425]
2426
2427[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052428name = "minifier"
Guillaume Gomezd6666e22023-11-01 14:18:412429version = "0.3.0"
Guillaume Gomez4b145732018-05-10 22:02:052430source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd6666e22023-11-01 14:18:412431checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282"
Guillaume Gomez4b145732018-05-10 22:02:052432
2433[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462434name = "minimal-lexical"
2435version = "0.2.1"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2438
2439[[package]]
Alex Crichtonb4110902018-12-08 11:06:542440name = "miniz_oxide"
Nilstrieb3295cdf2023-06-26 07:21:352441version = "0.7.1"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2444dependencies = [
2445 "adler",
Jubilee Young079949d2023-06-29 23:18:362446 "compiler_builtins",
2447 "rustc-std-workspace-alloc",
2448 "rustc-std-workspace-core",
Nilstrieb3295cdf2023-06-26 07:21:352449]
2450
2451[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442452name = "mio"
2453version = "0.8.8"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2456dependencies = [
2457 "libc",
2458 "wasi",
Philipp Kronesac25a732023-08-24 19:33:172459 "windows-sys 0.48.0",
Jakub Beránek91d2fb22023-06-03 07:41:442460]
2461
2462[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582463name = "miow"
klensy55935df2023-08-06 10:24:592464version = "0.6.0"
Weihang Lobfce2272022-11-04 23:50:442465source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:592466checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
Weihang Lobfce2272022-11-04 23:50:442467dependencies = [
Philipp Kronesac25a732023-08-24 19:33:172468 "windows-sys 0.48.0",
Weihang Lobfce2272022-11-04 23:50:442469]
2470
2471[[package]]
kennytm0692b3d2017-12-15 19:41:582472name = "miri"
2473version = "0.1.0"
2474dependencies = [
Ralf Jung49e8acb2023-10-21 06:41:452475 "aes",
Alex Crichton093ede22019-08-15 00:45:092476 "colored",
Ralf Jung13e47662023-05-23 10:10:182477 "ctrlc",
klensyc653bb92023-11-18 09:42:052478 "env_logger",
Thom Chiovolonia4bf36e2022-11-21 00:55:412479 "getrandom",
Ralf Junga272c452022-05-30 08:17:462480 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202481 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382482 "libffi",
Ralf Jung6687c072023-10-01 05:03:422483 "libloading 0.8.1",
Alex Crichton093ede22019-08-15 00:45:092484 "log",
Ralf Jung61a986a2022-06-26 02:21:492485 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412486 "rand",
Ralf Junga272c452022-05-30 08:17:462487 "regex",
Ralf Jung64f56d22022-10-22 08:45:252488 "rustc_version",
Ralf Jung47ba2a92023-08-22 11:47:382489 "serde",
Jubilee Younge8eb6912021-04-22 04:40:292490 "smallvec",
Philipp Kronesb8b55fe2023-10-21 12:16:272491 "ui_test",
kennytm0692b3d2017-12-15 19:41:582492]
2493
2494[[package]]
Jakob Degen17395b42022-10-31 00:17:252495name = "miropt-test-tools"
2496version = "0.1.0"
2497dependencies = [
2498 "regex",
2499]
2500
2501[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442502name = "native-tls"
2503version = "0.2.11"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2506dependencies = [
2507 "lazy_static",
2508 "libc",
2509 "log",
2510 "openssl",
2511 "openssl-probe",
2512 "openssl-sys",
2513 "schannel",
2514 "security-framework",
2515 "security-framework-sys",
2516 "tempfile",
2517]
2518
2519[[package]]
Alex Crichtond8251152018-07-02 16:33:162520name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442521version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162522source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442523checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452524
2525[[package]]
Ralf Jung13e47662023-05-23 10:10:182526name = "nix"
2527version = "0.26.2"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2530dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:352531 "bitflags 1.3.2",
Ralf Jung13e47662023-05-23 10:10:182532 "cfg-if",
2533 "libc",
2534 "static_assertions",
2535]
2536
2537[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462538name = "nom"
Nilstrieb3295cdf2023-06-26 07:21:352539version = "7.1.3"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462540source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352541checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462542dependencies = [
2543 "memchr",
2544 "minimal-lexical",
Dirkjan Ochtman93a16cb2022-01-03 17:18:462545]
2546
2547[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442548name = "ntapi"
2549version = "0.4.1"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
2552dependencies = [
2553 "winapi",
2554]
2555
2556[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352557name = "nu-ansi-term"
2558version = "0.46.0"
Alex Crichton994bfd42018-02-26 17:07:162559source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352560checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
Alex Crichton994bfd42018-02-26 17:07:162561dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:352562 "overload",
2563 "winapi",
Alex Crichton994bfd42018-02-26 17:07:162564]
2565
2566[[package]]
2567name = "num-traits"
Nilstrieb3295cdf2023-06-26 07:21:352568version = "0.2.15"
Steve Klabnik2795de32017-02-20 00:20:572569source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352570checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
Mark Rousskov342d9562020-08-17 15:21:442571dependencies = [
2572 "autocfg",
Caleb Cartwright35400e82023-10-23 01:34:122573 "libm",
Mark Rousskov342d9562020-08-17 15:21:442574]
Steve Klabnik2795de32017-02-20 00:20:572575
2576[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292577name = "num_cpus"
Nilstrieb3295cdf2023-06-26 07:21:352578version = "1.16.0"
Ahmed Charles9ca382f2016-09-02 08:55:292579source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352580checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
Ahmed Charles9ca382f2016-09-02 08:55:292581dependencies = [
klensyc653bb92023-11-18 09:42:052582 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:092583 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292584]
2585
2586[[package]]
Philipp Kronesac25a732023-08-24 19:33:172587name = "number_prefix"
2588version = "0.4.0"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2591
2592[[package]]
Alex Crichton06d565c2020-05-13 21:22:372593name = "object"
Artyom Tetyukhinf5e34922023-11-15 10:55:182594version = "0.32.1"
dirreke74817b72023-08-14 14:57:382595source = "registry+https://github.com/rust-lang/crates.io-index"
Artyom Tetyukhinf5e34922023-11-15 10:55:182596checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
dirreke74817b72023-08-14 14:57:382597dependencies = [
Jubilee Young079949d2023-06-29 23:18:362598 "compiler_builtins",
Amanieu d'Antrasa529ba82023-01-09 17:49:242599 "crc32fast",
2600 "flate2",
klensyc653bb92023-11-18 09:42:052601 "hashbrown",
2602 "indexmap",
Amanieu d'Antrasa529ba82023-01-09 17:49:242603 "memchr",
Jubilee Young079949d2023-06-29 23:18:362604 "rustc-std-workspace-alloc",
2605 "rustc-std-workspace-core",
Jubilee Young7156ff62023-05-10 03:29:272606 "ruzstd",
Amanieu d'Antrasa529ba82023-01-09 17:49:242607]
2608
2609[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372610name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152611version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372612source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152613checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372614dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422615 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372616]
2617
2618[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412619name = "once_cell"
Nilstrieb3295cdf2023-06-26 07:21:352620version = "1.18.0"
Mark Rousskov2fc32b92019-09-10 01:01:412621source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352622checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
Mark Rousskov2fc32b92019-09-10 01:01:412623
2624[[package]]
Alex Crichton2863b752018-08-21 17:23:472625name = "opener"
klensy9b6a6b12023-05-26 10:03:472626version = "0.5.2"
Eric Hussfaa64612021-06-22 23:19:242627source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:472628checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005"
Eric Hussfaa64612021-06-22 23:19:242629dependencies = [
klensy9b6a6b12023-05-26 10:03:472630 "bstr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312631 "winapi",
Eric Hussfaa64612021-06-22 23:19:242632]
2633
2634[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442635name = "openssl"
2636version = "0.10.55"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
2639dependencies = [
2640 "bitflags 1.3.2",
2641 "cfg-if",
2642 "foreign-types",
2643 "libc",
2644 "once_cell",
2645 "openssl-macros",
2646 "openssl-sys",
2647]
2648
2649[[package]]
2650name = "openssl-macros"
2651version = "0.1.1"
2652source = "registry+https://github.com/rust-lang/crates.io-index"
2653checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2654dependencies = [
2655 "proc-macro2",
2656 "quote",
Ralf Jung47ba2a92023-08-22 11:47:382657 "syn 2.0.29",
Jakub Beránek91d2fb22023-06-03 07:41:442658]
2659
2660[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582661name = "openssl-probe"
klensy43512e62022-07-26 16:16:432662version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582663source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432664checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582665
2666[[package]]
2667name = "openssl-sys"
Nilstrieb3295cdf2023-06-26 07:21:352668version = "0.9.90"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582669source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352670checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582671dependencies = [
Alex Crichton093ede22019-08-15 00:45:092672 "cc",
2673 "libc",
Alex Crichton093ede22019-08-15 00:45:092674 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092675 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582676]
2677
2678[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442679name = "opt-dist"
2680version = "0.1.0"
2681dependencies = [
2682 "anyhow",
2683 "build_helper",
2684 "camino",
Jakub Beránekf17047b2023-09-12 16:32:322685 "clap",
2686 "derive_builder",
klensyc653bb92023-11-18 09:42:052687 "env_logger",
Jakub Beránek91d2fb22023-06-03 07:41:442688 "fs_extra",
2689 "glob",
2690 "humansize",
klensyc653bb92023-11-18 09:42:052691 "humantime",
Jakub Beránek91d2fb22023-06-03 07:41:442692 "log",
2693 "reqwest",
2694 "serde",
2695 "serde_json",
2696 "sysinfo",
Jakub Beránek209789e2023-08-09 18:56:112697 "tabled",
Jakub Beránek91d2fb22023-06-03 07:41:442698 "tar",
Jakub Beráneka16925d2023-07-11 15:26:172699 "tempfile",
Jakub Beránek91d2fb22023-06-03 07:41:442700 "xz",
2701 "zip",
2702]
2703
2704[[package]]
Ralf Jung5aecfe42023-10-07 05:55:482705name = "option-ext"
2706version = "0.2.0"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2709
2710[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352711name = "overload"
2712version = "0.1.1"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2715
2716[[package]]
Ralf Jung10430db2022-07-15 14:04:232717name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052718version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232719source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052720checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232721
2722[[package]]
Caleb Cartwright35400e82023-10-23 01:34:122723name = "packed_simd"
2724version = "0.3.9"
Nick Cameron7a7445b2018-12-01 10:36:322725source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright35400e82023-10-23 01:34:122726checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d"
Nick Cameron7a7445b2018-12-01 10:36:322727dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422728 "cfg-if",
Caleb Cartwright35400e82023-10-23 01:34:122729 "num-traits",
Nick Cameron7a7445b2018-12-01 10:36:322730]
2731
2732[[package]]
Philipp Kronesac25a732023-08-24 19:33:172733name = "pad"
2734version = "0.1.6"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
2737dependencies = [
2738 "unicode-width",
2739]
2740
2741[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292742name = "panic_abort"
2743version = "0.0.0"
2744dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392745 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422746 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092747 "compiler_builtins",
2748 "core",
2749 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292750]
2751
2752[[package]]
2753name = "panic_unwind"
2754version = "0.0.0"
2755dependencies = [
Alex Crichton093ede22019-08-15 00:45:092756 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422757 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092758 "compiler_builtins",
2759 "core",
2760 "libc",
2761 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292762]
2763
2764[[package]]
Jakub Beránek209789e2023-08-09 18:56:112765name = "papergrid"
2766version = "0.10.0"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "a2ccbe15f2b6db62f9a9871642746427e297b0ceb85f9a7f1ee5ff47d184d0c8"
2769dependencies = [
2770 "bytecount",
2771 "fnv",
2772 "unicode-width",
2773]
2774
2775[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012776name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552777version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442778source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552779checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442780dependencies = [
2781 "instant",
Caleb Cartwright63913182021-02-10 01:52:542782 "lock_api",
Nilstrieb3295cdf2023-06-26 07:21:352783 "parking_lot_core 0.8.6",
Philipp Krones586cbd02022-06-04 12:07:442784]
2785
2786[[package]]
2787name = "parking_lot"
2788version = "0.12.1"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2791dependencies = [
2792 "lock_api",
Philipp Kronesa6d3c822023-07-02 13:07:472793 "parking_lot_core 0.9.8",
Mark Rousskov342d9562020-08-17 15:21:442794]
2795
2796[[package]]
2797name = "parking_lot_core"
Nilstrieb3295cdf2023-06-26 07:21:352798version = "0.8.6"
Mark Rousskov342d9562020-08-17 15:21:442799source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352800checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
Mark Rousskov342d9562020-08-17 15:21:442801dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422802 "cfg-if",
Mark Rousskov342d9562020-08-17 15:21:442803 "instant",
2804 "libc",
Nilstrieb3295cdf2023-06-26 07:21:352805 "redox_syscall 0.2.16",
Jubilee Younge8eb6912021-04-22 04:40:292806 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312807 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312808]
2809
2810[[package]]
Philipp Krones586cbd02022-06-04 12:07:442811name = "parking_lot_core"
Philipp Kronesa6d3c822023-07-02 13:07:472812version = "0.9.8"
Philipp Krones586cbd02022-06-04 12:07:442813source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:472814checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
Philipp Krones586cbd02022-06-04 12:07:442815dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422816 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442817 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:472818 "redox_syscall 0.3.5",
Philipp Krones586cbd02022-06-04 12:07:442819 "smallvec",
Philipp Kronesac25a732023-08-24 19:33:172820 "windows-targets 0.48.1",
Philipp Krones586cbd02022-06-04 12:07:442821]
2822
2823[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272824name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322825version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272826source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322827checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272828
2829[[package]]
Alex Crichton1cede102017-06-15 02:33:062830name = "percent-encoding"
Nilstrieb3295cdf2023-06-26 07:21:352831version = "2.3.0"
Eric Hussf2428a62019-08-01 00:44:392832source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352833checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
Eric Hussf2428a62019-08-01 00:44:392834
2835[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382836name = "perf-event-open-sys"
Nilstrieb3295cdf2023-06-26 07:21:352837version = "3.0.0"
Wesley Wisere130e9c2021-02-25 23:25:382838source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352839checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
Wesley Wisere130e9c2021-02-25 23:25:382840dependencies = [
2841 "libc",
2842]
2843
2844[[package]]
Steve Klabnika0769612017-02-07 23:13:572845name = "pest"
Nilstrieb3295cdf2023-06-26 07:21:352846version = "2.7.0"
James Munnsde763692019-01-19 02:39:372847source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352848checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9"
James Munnsde763692019-01-19 02:39:372849dependencies = [
klensy45fac342022-08-31 20:04:122850 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092851 "ucd-trie",
James Munnsde763692019-01-19 02:39:372852]
2853
2854[[package]]
Alex Crichtone9d89832018-04-02 15:43:552855name = "pest_derive"
Nilstrieb3295cdf2023-06-26 07:21:352856version = "2.7.0"
James Munnsde763692019-01-19 02:39:372857source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352858checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b"
James Munnsde763692019-01-19 02:39:372859dependencies = [
Alex Crichton093ede22019-08-15 00:45:092860 "pest",
2861 "pest_generator",
James Munnsde763692019-01-19 02:39:372862]
2863
2864[[package]]
2865name = "pest_generator"
Nilstrieb3295cdf2023-06-26 07:21:352866version = "2.7.0"
James Munnsde763692019-01-19 02:39:372867source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352868checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190"
James Munnsde763692019-01-19 02:39:372869dependencies = [
Alex Crichton093ede22019-08-15 00:45:092870 "pest",
2871 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152872 "proc-macro2",
2873 "quote",
Ralf Jung47ba2a92023-08-22 11:47:382874 "syn 2.0.29",
James Munnsde763692019-01-19 02:39:372875]
2876
2877[[package]]
2878name = "pest_meta"
Nilstrieb3295cdf2023-06-26 07:21:352879version = "2.7.0"
James Munnsde763692019-01-19 02:39:372880source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352881checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0"
James Munnsde763692019-01-19 02:39:372882dependencies = [
klensy45fac342022-08-31 20:04:122883 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092884 "pest",
Nilstrieb3295cdf2023-06-26 07:21:352885 "sha2",
James Munnsde763692019-01-19 02:39:372886]
2887
2888[[package]]
steveklabnikecfbaca2018-04-03 14:32:042889name = "phf"
klensy947e7872022-04-15 18:11:142890version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042891source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142892checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042893dependencies = [
Alex Crichton093ede22019-08-15 00:45:092894 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042895]
2896
2897[[package]]
2898name = "phf_codegen"
klensy947e7872022-04-15 18:11:142899version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042900source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142901checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042902dependencies = [
Alex Crichton093ede22019-08-15 00:45:092903 "phf_generator",
2904 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042905]
2906
2907[[package]]
2908name = "phf_generator"
klensy947e7872022-04-15 18:11:142909version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042910source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142911checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042912dependencies = [
Alex Crichton093ede22019-08-15 00:45:092913 "phf_shared",
Thom Chiovolonia4bf36e2022-11-21 00:55:412914 "rand",
steveklabnikecfbaca2018-04-03 14:32:042915]
2916
2917[[package]]
2918name = "phf_shared"
klensy947e7872022-04-15 18:11:142919version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042920source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142921checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042922dependencies = [
Alex Crichton093ede22019-08-15 00:45:092923 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042924]
2925
2926[[package]]
Caleb Cartwright63913182021-02-10 01:52:542927name = "pin-project-lite"
Nilstrieb3295cdf2023-06-26 07:21:352928version = "0.2.10"
Caleb Cartwright63913182021-02-10 01:52:542929source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352930checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
Caleb Cartwright63913182021-02-10 01:52:542931
2932[[package]]
2933name = "pin-utils"
2934version = "0.1.0"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2937
2938[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582939name = "pkg-config"
Nilstrieb3295cdf2023-06-26 07:21:352940version = "0.3.27"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582941source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352942checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582943
2944[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012945name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062946version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012947source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062948checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512949dependencies = [
Alex Crichton093ede22019-08-15 00:45:092950 "datafrog",
2951 "log",
2952 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512953]
Santiago Pastorino8429d112018-05-24 21:52:012954
2955[[package]]
Philipp Kronesac25a732023-08-24 19:33:172956name = "portable-atomic"
SparrowLiif2a40e92023-11-06 01:58:512957version = "1.5.1"
Philipp Kronesac25a732023-08-24 19:33:172958source = "registry+https://github.com/rust-lang/crates.io-index"
SparrowLiif2a40e92023-11-06 01:58:512959checksum = "3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b"
Philipp Kronesac25a732023-08-24 19:33:172960
2961[[package]]
gnzlbg52caca02019-08-01 15:02:262962name = "ppv-lite86"
Nilstrieb3295cdf2023-06-26 07:21:352963version = "0.2.17"
gnzlbg52caca02019-08-01 15:02:262964source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352965checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
gnzlbg52caca02019-08-01 15:02:262966
2967[[package]]
steveklabnikecfbaca2018-04-03 14:32:042968name = "precomputed-hash"
2969version = "0.1.1"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092971checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042972
2973[[package]]
Philipp Kronesac25a732023-08-24 19:33:172974name = "prettydiff"
2975version = "0.6.4"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11"
2978dependencies = [
2979 "ansi_term",
2980 "pad",
2981]
2982
2983[[package]]
David Wood7f916972022-03-26 07:27:432984name = "proc-macro-hack"
Nilstrieb3295cdf2023-06-26 07:21:352985version = "0.5.20+deprecated"
David Wood7f916972022-03-26 07:27:432986source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352987checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
David Wood7f916972022-03-26 07:27:432988
2989[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112990name = "proc-macro2"
Nilstrieb3295cdf2023-06-26 07:21:352991version = "1.0.63"
Igor Matuszewskic2249a42019-09-08 08:28:112992source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352993checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
Igor Matuszewskic2249a42019-09-08 08:28:112994dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402995 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112996]
2997
2998[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292999name = "proc_macro"
3000version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:083001dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:323002 "core",
Alex Crichtonb47c9692019-08-16 15:29:083003 "std",
3004]
Ahmed Charles9ca382f2016-09-02 08:55:293005
3006[[package]]
whitequark42754ce2017-02-13 09:57:503007name = "profiler_builtins"
3008version = "0.0.0"
3009dependencies = [
Alex Crichton093ede22019-08-15 00:45:093010 "cc",
3011 "compiler_builtins",
3012 "core",
Marco Castelluccioecba8d62017-06-04 14:54:393013]
3014
3015[[package]]
Oliver Scherer26edcee2018-11-02 15:14:243016name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:553017version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:243018source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:553019checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:243020dependencies = [
3021 "cc",
3022]
3023
3024[[package]]
Steve Klabnika0769612017-02-07 23:13:573025name = "pulldown-cmark"
Lukas Markeffskycb2ba422023-05-21 14:19:033026version = "0.9.3"
Joshua Nelsone4c28bf2020-09-14 00:15:013027source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffskycb2ba422023-05-21 14:19:033028checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
Joshua Nelsone4c28bf2020-09-14 00:15:013029dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353030 "bitflags 1.3.2",
Joshua Nelsone4c28bf2020-09-14 00:15:013031 "memchr",
3032 "unicase",
3033]
3034
3035[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:323036name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:443037version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323038source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443039checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323040
3041[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293042name = "quine-mc_cluskey"
3043version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583044source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093045checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583046
3047[[package]]
3048name = "quote"
Nilstrieb3295cdf2023-06-26 07:21:353049version = "1.0.29"
Igor Matuszewskic2249a42019-09-08 08:28:113050source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353051checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
Igor Matuszewskic2249a42019-09-08 08:28:113052dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153053 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:553054]
3055
3056[[package]]
Ayush Singh48c6ae02022-12-18 04:24:543057name = "r-efi"
Ayush Singh7a956442023-03-28 14:44:333058version = "4.2.0"
Ayush Singh48c6ae02022-12-18 04:24:543059source = "registry+https://github.com/rust-lang/crates.io-index"
Ayush Singh7a956442023-03-28 14:44:333060checksum = "575fc2d9b3da54adbdfaddf6eca48fec256d977c8630a1750b8991347d1ac911"
Ayush Singh48c6ae02022-12-18 04:24:543061dependencies = [
3062 "compiler_builtins",
3063 "rustc-std-workspace-core",
3064]
3065
3066[[package]]
3067name = "r-efi-alloc"
3068version = "1.0.0"
3069source = "registry+https://github.com/rust-lang/crates.io-index"
3070checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
3071dependencies = [
3072 "compiler_builtins",
3073 "r-efi",
3074 "rustc-std-workspace-core",
3075]
3076
3077[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293078name = "rand"
klensy947e7872022-04-15 18:11:143079version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:193080source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143081checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:193082dependencies = [
3083 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:413084 "rand_chacha",
3085 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:193086]
3087
3088[[package]]
3089name = "rand_chacha"
Nilstrieb3295cdf2023-06-26 07:21:353090version = "0.3.1"
Aaron Hill2550d5b2021-03-07 23:39:193091source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353092checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
Aaron Hill2550d5b2021-03-07 23:39:193093dependencies = [
3094 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:413095 "rand_core",
gnzlbg52caca02019-08-01 15:02:263096]
3097
3098[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193099name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:593100version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:193101source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:593102checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:193103dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413104 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:193105]
3106
3107[[package]]
Ralf Jung5b78e982019-04-19 07:37:333108name = "rand_xorshift"
Thom Chiovolonia4bf36e2022-11-21 00:55:413109version = "0.3.0"
Ralf Jung5b78e982019-04-19 07:37:333110source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovolonia4bf36e2022-11-21 00:55:413111checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
Ralf Jung5b78e982019-04-19 07:37:333112dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413113 "rand_core",
Eric Huss2b985322019-11-25 16:14:073114]
3115
3116[[package]]
3117name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:293118version = "0.6.0"
3119source = "registry+https://github.com/rust-lang/crates.io-index"
3120checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3121dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413122 "rand_core",
Chase Wilson09f15422021-08-29 15:55:293123]
3124
3125[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293126name = "rayon"
klensyeed89182023-11-07 12:19:333127version = "1.8.0"
Nick Cameron4b6f5c22018-02-26 03:15:453128source = "registry+https://github.com/rust-lang/crates.io-index"
klensyeed89182023-11-07 12:19:333129checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
Nick Cameron4b6f5c22018-02-26 03:15:453130dependencies = [
Alex Crichton093ede22019-08-15 00:45:093131 "either",
3132 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293133]
3134
3135[[package]]
3136name = "rayon-core"
klensyeed89182023-11-07 12:19:333137version = "1.12.0"
Oliver Schneideracdf83f2017-12-06 08:25:293138source = "registry+https://github.com/rust-lang/crates.io-index"
klensyeed89182023-11-07 12:19:333139checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
Oliver Schneideracdf83f2017-12-06 08:25:293140dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163141 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073142 "crossbeam-utils",
Laurențiu Nicolab888eb92019-06-10 18:22:313143]
3144
3145[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353146name = "redox_syscall"
Nilstrieb3295cdf2023-06-26 07:21:353147version = "0.2.16"
flip19950046d7c2021-02-25 10:26:233148source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353149checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
flip19950046d7c2021-02-25 10:26:233150dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353151 "bitflags 1.3.2",
flip19950046d7c2021-02-25 10:26:233152]
3153
3154[[package]]
Arlo Siemsen4d9b4762023-06-02 16:40:363155name = "redox_syscall"
3156version = "0.3.5"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
3159dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353160 "bitflags 1.3.2",
Arlo Siemsen4d9b4762023-06-02 16:40:363161]
3162
3163[[package]]
flip19954c228cc2019-02-18 09:32:583164name = "redox_users"
Nilstrieb3295cdf2023-06-26 07:21:353165version = "0.4.3"
flip19950046d7c2021-02-25 10:26:233166source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353167checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
flip19950046d7c2021-02-25 10:26:233168dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413169 "getrandom",
Nilstrieb3295cdf2023-06-26 07:21:353170 "redox_syscall 0.2.16",
3171 "thiserror",
flip19950046d7c2021-02-25 10:26:233172]
3173
3174[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583175name = "regex"
Nilstrieb3295cdf2023-06-26 07:21:353176version = "1.8.4"
Oliver Schneider847bb142018-05-11 12:11:063177source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353178checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
Oliver Schneider847bb142018-05-11 12:11:063179dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353180 "aho-corasick 1.0.2",
Alex Crichton093ede22019-08-15 00:45:093181 "memchr",
Nilstrieb3295cdf2023-06-26 07:21:353182 "regex-syntax 0.7.2",
Oliver Schneider847bb142018-05-11 12:11:063183]
3184
3185[[package]]
Oliver Schererec7230f2020-07-24 18:42:003186name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093187version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003188source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093189checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003190dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353191 "regex-syntax 0.6.29",
Oliver Schererec7230f2020-07-24 18:42:003192]
3193
3194[[package]]
Charles Lewa7750042022-11-06 06:43:253195name = "regex-automata"
3196version = "0.2.0"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3199dependencies = [
3200 "memchr",
3201]
3202
3203[[package]]
Steve Klabnika0769612017-02-07 23:13:573204name = "regex-syntax"
Nilstrieb3295cdf2023-06-26 07:21:353205version = "0.6.29"
Oliver Schneider847bb142018-05-11 12:11:063206source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353207checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
Oliver Schneider847bb142018-05-11 12:11:063208
3209[[package]]
Philipp Kronesd780efc2023-05-20 13:39:353210name = "regex-syntax"
Nilstrieb3295cdf2023-06-26 07:21:353211version = "0.7.2"
Philipp Kronesd780efc2023-05-20 13:39:353212source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353213checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
Philipp Kronesd780efc2023-05-20 13:39:353214
3215[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193216name = "remote-test-client"
3217version = "0.1.0"
3218
3219[[package]]
3220name = "remote-test-server"
3221version = "0.1.0"
3222
3223[[package]]
est31d32ff142022-08-23 20:14:123224name = "replace-version-placeholder"
3225version = "0.1.0"
3226dependencies = [
3227 "tidy",
3228 "walkdir",
3229]
3230
3231[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:443232name = "reqwest"
3233version = "0.11.18"
3234source = "registry+https://github.com/rust-lang/crates.io-index"
3235checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
3236dependencies = [
3237 "base64",
3238 "bytes",
3239 "encoding_rs",
3240 "futures-core",
3241 "futures-util",
3242 "h2",
3243 "http",
3244 "http-body",
3245 "hyper",
3246 "hyper-tls",
3247 "ipnet",
3248 "js-sys",
3249 "log",
3250 "mime",
3251 "native-tls",
3252 "once_cell",
3253 "percent-encoding",
3254 "pin-project-lite",
3255 "serde",
3256 "serde_json",
3257 "serde_urlencoded",
3258 "tokio",
3259 "tokio-native-tls",
3260 "tower-service",
3261 "url",
3262 "wasm-bindgen",
3263 "wasm-bindgen-futures",
3264 "web-sys",
3265 "winreg",
3266]
3267
3268[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583269name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433270version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583271dependencies = [
Alex Crichton093ede22019-08-15 00:45:093272 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483273]
3274
3275[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153276name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173277version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153278dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173279 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153280 "rustc-demangle",
3281]
3282
3283[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293284name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573285version = "0.1.0"
3286dependencies = [
klensye1c33132023-06-21 09:32:343287 "clap",
klensyc653bb92023-11-18 09:42:053288 "env_logger",
Alex Crichton093ede22019-08-15 00:45:093289 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573290]
Ahmed Charles9ca382f2016-09-02 08:55:293291
3292[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573293name = "rustc-build-sysroot"
Ralf Jungcdd67ed2023-05-05 06:44:203294version = "0.4.2"
Ralf Jung9cc11e22022-10-04 13:23:573295source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungcdd67ed2023-05-05 06:44:203296checksum = "8ed2a90dfa5232ed5ff21d53d4df655f315ab316ea06fc508f1c74bcedb1ce6c"
Ralf Jung9cc11e22022-10-04 13:23:573297dependencies = [
3298 "anyhow",
3299 "rustc_version",
3300 "tempfile",
3301]
3302
3303[[package]]
Josh Stone020c5ec2017-05-08 22:01:133304name = "rustc-demangle"
Nilstrieb3295cdf2023-06-26 07:21:353305version = "0.1.23"
Josh Stone020c5ec2017-05-08 22:01:133306source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353307checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
Alex Crichtonfcc8bb42018-12-14 22:37:513308dependencies = [
Alex Crichton093ede22019-08-15 00:45:093309 "compiler_builtins",
3310 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513311]
Josh Stone020c5ec2017-05-08 22:01:133312
3313[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023314name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193315version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023316source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193317checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023318
3319[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293320name = "rustc-main"
3321version = "0.0.0"
3322dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043323 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093324 "rustc_codegen_ssa",
3325 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:463326 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:383327 "rustc_smir",
Oli Scherera38e9832023-09-14 15:50:113328 "stable_mir",
Ahmed Charles9ca382f2016-09-02 08:55:293329]
3330
3331[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033332name = "rustc-rayon"
John Kåre Alsaker27c44d22023-03-25 01:12:133333version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073334source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133335checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
Josh Stone33c41252019-09-10 17:13:073336dependencies = [
Josh Stone33c41252019-09-10 17:13:073337 "either",
Igor Matuszewski5b091302019-12-10 15:01:013338 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413339]
3340
3341[[package]]
Josh Stone33c41252019-09-10 17:13:073342name = "rustc-rayon-core"
John Kåre Alsaker27c44d22023-03-25 01:12:133343version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073344source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133345checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
Josh Stone33c41252019-09-10 17:13:073346dependencies = [
Josh Stoneab57e362022-05-28 00:14:223347 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163348 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073349 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073350 "num_cpus",
3351]
3352
3353[[package]]
flip1995898ef0f2020-12-06 14:07:593354name = "rustc-semver"
3355version = "1.1.0"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3358
3359[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053360name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053361version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053362dependencies = [
Alex Crichton093ede22019-08-15 00:45:093363 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053364]
3365
3366[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503367name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053368version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503369dependencies = [
Alex Crichton093ede22019-08-15 00:45:093370 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503371]
3372
3373[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083374name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053375version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083376dependencies = [
3377 "std",
3378]
3379
3380[[package]]
hkalbasi390a6372022-11-06 21:06:113381name = "rustc_abi"
3382version = "0.0.0"
3383dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353384 "bitflags 1.3.2",
Thom Chiovolonia4bf36e2022-11-21 00:55:413385 "rand",
hkalbasi390a6372022-11-06 21:06:113386 "rand_xoshiro",
3387 "rustc_data_structures",
3388 "rustc_index",
3389 "rustc_macros",
3390 "rustc_serialize",
3391 "tracing",
3392]
3393
3394[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433395name = "rustc_apfloat"
Wesley Wiser15e9f562023-07-18 19:22:563396version = "0.2.0+llvm-462a31f5a5ab"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be"
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433399dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353400 "bitflags 1.3.2",
Jubilee Younge8eb6912021-04-22 04:40:293401 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433402]
3403
3404[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403405name = "rustc_arena"
3406version = "0.0.0"
3407dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293408 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403409]
3410
3411[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263412name = "rustc_ast"
3413version = "0.0.0"
3414dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353415 "bitflags 1.3.2",
Konrad Borowskif72e17f2023-01-22 12:05:473416 "memchr",
Vadim Petrochenkov6054a302020-02-29 17:16:263417 "rustc_data_structures",
3418 "rustc_index",
3419 "rustc_lexer",
3420 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403421 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263422 "rustc_span",
Michael Goulete8e9f6a2023-10-19 16:41:433423 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293424 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303425 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003426 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263427]
3428
3429[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563430name = "rustc_ast_lowering"
3431version = "0.0.0"
3432dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263433 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463434 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563435 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563436 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003437 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573438 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563439 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513440 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233441 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563442 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563443 "rustc_span",
3444 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293445 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303446 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003447 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563448]
3449
3450[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443451name = "rustc_ast_passes"
3452version = "0.0.0"
3453dependencies = [
pierwillf684acd2022-03-04 17:54:283454 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263455 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463456 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203457 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443458 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443459 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393460 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003461 "rustc_fluent_macro",
finalchildd6fdf142022-08-17 14:51:013462 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443463 "rustc_parse",
3464 "rustc_session",
3465 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053466 "rustc_target",
Nicholas Nethercote4143b102022-11-23 00:55:163467 "thin-vec",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443468]
3469
3470[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463471name = "rustc_ast_pretty"
3472version = "0.0.0"
3473dependencies = [
Nicholas Nethercotece363bb2023-11-13 22:59:303474 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263475 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463476 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:203477 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:463478]
3479
3480[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203481name = "rustc_attr"
3482version = "0.0.0"
3483dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263484 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463485 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203486 "rustc_data_structures",
3487 "rustc_errors",
3488 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003489 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:483490 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203491 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403492 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203493 "rustc_session",
3494 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203495]
3496
3497[[package]]
Charles Lewa7750042022-11-06 06:43:253498name = "rustc_baked_icu_data"
3499version = "0.0.0"
3500dependencies = [
3501 "icu_list",
3502 "icu_locid",
Nilstriebffffc202023-11-06 13:42:203503 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:253504 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223505 "icu_provider_adapters",
Charles Lewbde2f982022-11-06 06:58:223506 "zerovec",
Charles Lewa7750042022-11-06 06:43:253507]
3508
3509[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403510name = "rustc_borrowck"
3511version = "0.0.0"
3512dependencies = [
3513 "either",
pierwillf684acd2022-03-04 17:54:283514 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403515 "polonius-engine",
3516 "rustc_data_structures",
3517 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003518 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403519 "rustc_graphviz",
3520 "rustc_hir",
3521 "rustc_index",
3522 "rustc_infer",
3523 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013524 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403525 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073526 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403527 "rustc_session",
3528 "rustc_span",
3529 "rustc_target",
3530 "rustc_trait_selection",
3531 "rustc_traits",
3532 "smallvec",
3533 "tracing",
3534]
3535
3536[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323537name = "rustc_builtin_macros"
3538version = "0.0.0"
3539dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263540 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463541 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203542 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323543 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323544 "rustc_errors",
3545 "rustc_expand",
3546 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003547 "rustc_fluent_macro",
clubby789e3e93f22023-05-02 15:42:363548 "rustc_index",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143549 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233550 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313551 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323552 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403553 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203554 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323555 "rustc_span",
3556 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293557 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303558 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003559 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323560]
3561
3562[[package]]
Irina Popab63d7e22018-05-08 13:10:163563name = "rustc_codegen_llvm"
3564version = "0.0.0"
3565dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353566 "bitflags 1.3.2",
León Orell Valerian Liehr3788b7a2023-07-04 17:53:443567 "cstr",
Zalathare985ae52023-10-03 10:40:503568 "itertools",
Alex Crichton7f23e6e2019-10-22 15:51:353569 "libc",
Ralf Jung61a986a2022-06-26 02:21:493570 "measureme",
Tyler Mandry4c14ca32023-08-22 19:20:353571 "object",
Alex Crichton7f23e6e2019-10-22 15:51:353572 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263573 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203574 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353575 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353576 "rustc_data_structures",
3577 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003578 "rustc_fluent_macro",
Alex Crichton7f23e6e2019-10-22 15:51:353579 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573580 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353581 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093582 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553583 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593584 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453585 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543586 "rustc_query_system",
Aaron Hillfca192c2019-12-06 03:04:353587 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323588 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543589 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353590 "rustc_target",
csmoea30de6e2022-11-03 14:34:243591 "serde",
3592 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293593 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003594 "tracing",
Irina Popab63d7e22018-05-08 13:10:163595]
3596
3597[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043598name = "rustc_codegen_ssa"
3599version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353600dependencies = [
bjorn3be670842022-05-28 10:43:513601 "ar_archive_writer",
Nilstrieb3295cdf2023-06-26 07:21:353602 "bitflags 1.3.2",
Alex Crichton093ede22019-08-15 00:45:093603 "cc",
pierwillf684acd2022-03-04 17:54:283604 "itertools",
Alex Crichton093ede22019-08-15 00:45:093605 "jobserver",
3606 "libc",
Tyler Mandry4c14ca32023-08-22 19:20:353607 "object",
Federico Ponzi4b6a0272020-07-17 22:01:273608 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143609 "regex",
David Wood2dc1a8a2021-12-03 14:24:053610 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263611 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203612 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093613 "rustc_data_structures",
3614 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003615 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093616 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573617 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093618 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103619 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573620 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363621 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453622 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543623 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403624 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083625 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323626 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583627 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093628 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143629 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423630 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423631 "smallvec",
Mark Mansi2d75a332020-03-12 23:07:583632 "tempfile",
bjorn3e9fa2ca2023-09-19 11:23:353633 "thin-vec",
David Wood2dc1a8a2021-12-03 14:24:053634 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003635 "tracing",
klensy3c03cce2023-05-09 15:20:133636 "windows",
Irina Popab63d7e22018-05-08 13:10:163637]
3638
3639[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113640name = "rustc_const_eval"
3641version = "0.0.0"
3642dependencies = [
Ralf Jung41018892022-11-18 09:18:323643 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113644 "rustc_apfloat",
3645 "rustc_ast",
3646 "rustc_attr",
3647 "rustc_data_structures",
3648 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003649 "rustc_fluent_macro",
Camille GILLOTc5fc2602021-01-05 19:08:113650 "rustc_hir",
3651 "rustc_index",
3652 "rustc_infer",
3653 "rustc_macros",
3654 "rustc_middle",
3655 "rustc_mir_dataflow",
3656 "rustc_session",
3657 "rustc_span",
3658 "rustc_target",
3659 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463660 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113661 "tracing",
3662]
3663
3664[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293665name = "rustc_data_structures"
3666version = "0.0.0"
3667dependencies = [
Weihang Lof795a152023-03-15 12:50:043668 "arrayvec",
Nilstrieb3295cdf2023-06-26 07:21:353669 "bitflags 1.3.2",
Oli Schererdecfb4d2023-02-21 08:37:103670 "elsa",
Jack Hueya42e5a12020-05-27 05:05:093671 "ena",
klensyc653bb92023-11-18 09:42:053672 "indexmap",
Maybe Waffle04652012023-04-11 10:54:563673 "itertools",
Alex Crichton093ede22019-08-15 00:45:093674 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193675 "libc",
Ralf Jung61a986a2022-06-26 02:21:493676 "measureme",
Weihang Lof795a152023-03-15 12:50:043677 "memmap2",
klensy383b7152023-08-03 13:05:263678 "parking_lot 0.12.1",
SparrowLiif2a40e92023-11-06 01:58:513679 "portable-atomic",
Alex Crichton093ede22019-08-15 00:45:093680 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013681 "rustc-rayon",
3682 "rustc-rayon-core",
SparrowLiib9746ce2023-03-03 02:14:573683 "rustc_arena",
Vadim Petrochenkov11d95142020-06-02 17:03:403684 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513685 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573686 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403687 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293688 "smallvec",
Simonas Kazlauskasa5c53652020-03-14 18:13:553689 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503690 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303691 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003692 "tracing",
klensy3c03cce2023-05-09 15:20:133693 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293694]
3695
3696[[package]]
3697name = "rustc_driver"
3698version = "0.0.0"
3699dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463700 "rustc_driver_impl",
John Kåre Alsaker2aceaf42023-02-02 06:17:463701]
3702
3703[[package]]
3704name = "rustc_driver_impl"
3705version = "0.0.0"
3706dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193707 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263708 "rustc_ast",
David Woodd1fcf6112022-10-13 09:13:023709 "rustc_ast_lowering",
3710 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463711 "rustc_ast_pretty",
David Woodd1fcf6112022-10-13 09:13:023712 "rustc_attr",
3713 "rustc_borrowck",
3714 "rustc_builtin_macros",
Victor Dinga47fdb92020-01-23 10:48:483715 "rustc_codegen_ssa",
David Woodd1fcf6112022-10-13 09:13:023716 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093717 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503718 "rustc_error_codes",
David Woodd1fcf6112022-10-13 09:13:023719 "rustc_error_messages",
Alex Crichton093ede22019-08-15 00:45:093720 "rustc_errors",
David Woodd1fcf6112022-10-13 09:13:023721 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183722 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003723 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573724 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293725 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193726 "rustc_hir_pretty",
David Woodd1fcf6112022-10-13 09:13:023727 "rustc_hir_typeck",
3728 "rustc_incremental",
3729 "rustc_infer",
Alex Crichton093ede22019-08-15 00:45:093730 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133731 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523732 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093733 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093734 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453735 "rustc_middle",
David Woodd1fcf6112022-10-13 09:13:023736 "rustc_mir_build",
3737 "rustc_mir_dataflow",
clubby789d5bc5812023-04-30 01:20:533738 "rustc_mir_transform",
David Woodd1fcf6112022-10-13 09:13:023739 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133740 "rustc_parse",
David Woodd1fcf6112022-10-13 09:13:023741 "rustc_passes",
David Woodd1fcf6112022-10-13 09:13:023742 "rustc_privacy",
3743 "rustc_query_system",
3744 "rustc_resolve",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083745 "rustc_session",
Oğuz Ağcayazıebd9c142023-11-09 09:11:413746 "rustc_smir",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323747 "rustc_span",
David Woodd1fcf6112022-10-13 09:13:023748 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093749 "rustc_target",
David Woodd1fcf6112022-10-13 09:13:023750 "rustc_trait_selection",
3751 "rustc_ty_utils",
bjorn3fc1df4f2021-06-03 15:45:093752 "serde_json",
Esteban Küber8eb58432023-03-03 22:25:183753 "time",
Oliver Schererec7230f2020-07-24 18:42:003754 "tracing",
klensy3c03cce2023-05-09 15:20:133755 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293756]
3757
3758[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053759name = "rustc_error_codes"
3760version = "0.0.0"
3761
3762[[package]]
David Woodc45f2952022-03-24 02:03:043763name = "rustc_error_messages"
3764version = "0.0.0"
3765dependencies = [
David Woodd5119c52022-03-28 08:36:203766 "fluent-bundle",
3767 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253768 "icu_list",
3769 "icu_locid",
3770 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383771 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253772 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433773 "rustc_data_structures",
Nilstriebb5d3d972023-04-16 12:33:003774 "rustc_fluent_macro",
David Woodc45f2952022-03-24 02:03:043775 "rustc_macros",
3776 "rustc_serialize",
3777 "rustc_span",
David Wood7f916972022-03-26 07:27:433778 "tracing",
3779 "unic-langid",
David Woodc45f2952022-03-24 02:03:043780]
3781
3782[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293783name = "rustc_errors"
3784version = "0.0.0"
3785dependencies = [
klensy754b5262022-07-31 13:44:063786 "annotate-snippets",
Oli Scherer29de70d2023-07-25 13:09:533787 "derive_setters",
Xiretza8489a672022-09-14 17:22:203788 "rustc_ast",
3789 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093790 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043791 "rustc_error_messages",
Nilstriebb5d3d972023-04-16 12:33:003792 "rustc_fluent_macro",
Michael Gouletff9fd362022-06-29 05:09:593793 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523794 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573795 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403796 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323797 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593798 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143799 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153800 "serde",
3801 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093802 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483803 "termize",
Oliver Schererec7230f2020-07-24 18:42:003804 "tracing",
Alex Crichton093ede22019-08-15 00:45:093805 "unicode-width",
klensy3c03cce2023-05-09 15:20:133806 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293807]
3808
3809[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323810name = "rustc_expand"
3811version = "0.0.0"
3812dependencies = [
Nika Layzell6d1650f2022-06-18 18:15:033813 "crossbeam-channel",
Vadim Petrochenkov6054a302020-02-29 17:16:263814 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393815 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463816 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203817 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323818 "rustc_data_structures",
3819 "rustc_errors",
3820 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003821 "rustc_fluent_macro",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323822 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003823 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573824 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323825 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403826 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203827 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323828 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293829 "smallvec",
Oli Scherer51c22152023-07-26 13:58:503830 "termcolor",
Nicholas Nethercote67d5cc02022-09-08 07:22:523831 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003832 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323833]
3834
3835[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383836name = "rustc_feature"
3837version = "0.0.0"
3838dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183839 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323840 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383841]
3842
3843[[package]]
Nilstriebb5d3d972023-04-16 12:33:003844name = "rustc_fluent_macro"
Michael Goulet60c95442023-10-18 21:55:153845version = "0.0.0"
Nilstriebb5d3d972023-04-16 12:33:003846dependencies = [
3847 "annotate-snippets",
3848 "fluent-bundle",
3849 "fluent-syntax",
3850 "proc-macro2",
3851 "quote",
Ralf Jung47ba2a92023-08-22 11:47:383852 "syn 2.0.29",
Nilstriebb5d3d972023-04-16 12:33:003853 "unic-langid",
3854]
3855
3856[[package]]
Mark Rousskove3177c62018-08-03 21:31:033857name = "rustc_fs_util"
3858version = "0.0.0"
3859
3860[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403861name = "rustc_graphviz"
3862version = "0.0.0"
3863
3864[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273865name = "rustc_hir"
3866version = "0.0.0"
3867dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373868 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203869 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263870 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273871 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043872 "rustc_error_messages",
Mazdak Farrokhzad7a140732019-12-25 02:51:273873 "rustc_index",
3874 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403875 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273876 "rustc_span",
3877 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293878 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003879 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273880]
3881
3882[[package]]
lcnr1fc86a62022-09-26 11:00:293883name = "rustc_hir_analysis"
3884version = "0.0.0"
3885dependencies = [
3886 "rustc_arena",
3887 "rustc_ast",
3888 "rustc_attr",
3889 "rustc_data_structures",
3890 "rustc_errors",
3891 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003892 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293893 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293894 "rustc_index",
3895 "rustc_infer",
Nilstriebee8f92b2023-04-16 09:48:013896 "rustc_lint_defs",
lcnr1fc86a62022-09-26 11:00:293897 "rustc_macros",
3898 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:293899 "rustc_session",
3900 "rustc_span",
3901 "rustc_target",
3902 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293903 "rustc_type_ir",
3904 "smallvec",
3905 "tracing",
3906]
3907
3908[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193909name = "rustc_hir_pretty"
3910version = "0.0.0"
3911dependencies = [
3912 "rustc_ast",
3913 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193914 "rustc_hir",
3915 "rustc_span",
3916 "rustc_target",
3917]
3918
3919[[package]]
lcnrfb3ab132022-10-20 15:51:373920name = "rustc_hir_typeck"
Michael Goulet60c95442023-10-18 21:55:153921version = "0.0.0"
lcnrfb3ab132022-10-20 15:51:373922dependencies = [
3923 "rustc_ast",
许杰友 Jieyou Xu (Joe)08c77a62023-07-16 10:18:383924 "rustc_attr",
lcnrfb3ab132022-10-20 15:51:373925 "rustc_data_structures",
3926 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003927 "rustc_fluent_macro",
lcnrfb3ab132022-10-20 15:51:373928 "rustc_graphviz",
3929 "rustc_hir",
3930 "rustc_hir_analysis",
3931 "rustc_hir_pretty",
3932 "rustc_index",
3933 "rustc_infer",
3934 "rustc_lint",
3935 "rustc_macros",
3936 "rustc_middle",
lcnrfb3ab132022-10-20 15:51:373937 "rustc_session",
3938 "rustc_span",
3939 "rustc_target",
3940 "rustc_trait_selection",
3941 "rustc_type_ir",
3942 "smallvec",
3943 "tracing",
3944]
3945
3946[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293947name = "rustc_incremental"
3948version = "0.0.0"
3949dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413950 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263951 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093952 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593953 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003954 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093955 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403956 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573957 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573958 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453959 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403960 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163961 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323962 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:163963 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003964 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293965]
3966
3967[[package]]
csmoe1cff2e62019-09-25 19:09:513968name = "rustc_index"
3969version = "0.0.0"
3970dependencies = [
Weihang Lof795a152023-03-15 12:50:043971 "arrayvec",
Michael Goulet45066812023-10-24 00:16:143972 "rustc_index_macros",
Matthew Jaspercbcef3e2020-06-11 14:49:573973 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403974 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293975 "smallvec",
csmoe1cff2e62019-09-25 19:09:513976]
3977
3978[[package]]
Michael Goulet45066812023-10-24 00:16:143979name = "rustc_index_macros"
3980version = "0.0.0"
3981dependencies = [
3982 "proc-macro2",
3983 "quote",
3984 "syn 2.0.29",
3985 "synstructure",
3986]
3987
3988[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243989name = "rustc_infer"
3990version = "0.0.0"
3991dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243992 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243993 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003994 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:243995 "rustc_hir",
3996 "rustc_index",
3997 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453998 "rustc_middle",
Camille GILLOTf07e8892020-01-06 19:13:243999 "rustc_span",
4000 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294001 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004002 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:244003]
4004
4005[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:234006name = "rustc_interface"
4007version = "0.0.0"
4008dependencies = [
Ralf Jung6687c072023-10-01 05:03:424009 "libloading 0.7.4",
Igor Matuszewski5b091302019-12-10 15:01:014010 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:314011 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:264012 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564013 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:444014 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:204015 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:404016 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324017 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:354018 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:094019 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:114020 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:094021 "rustc_data_structures",
4022 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324023 "rustc_expand",
Vadim Petrochenkov7353c962023-08-09 12:28:004024 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004025 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314026 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:274027 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294028 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:374029 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:094030 "rustc_incremental",
Alex Crichton093ede22019-08-15 00:45:094031 "rustc_lint",
finalchildc1a98412022-08-16 20:07:474032 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094033 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454034 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:444035 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:254036 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:154037 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134038 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:094039 "rustc_passes",
Alex Crichton093ede22019-08-15 00:45:094040 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:164041 "rustc_query_impl",
John Kåre Alsaker66d85432023-03-25 08:46:194042 "rustc_query_system",
Alex Crichton093ede22019-08-15 00:45:094043 "rustc_resolve",
Ben Kimockfbaa24e2023-10-28 01:26:434044 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:164045 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324046 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:584047 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:164048 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404049 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094050 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374051 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004052 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:234053]
4054
4055[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404056name = "rustc_lexer"
Michael Goulet60c95442023-10-18 21:55:154057version = "0.0.0"
Aleksey Kladov395ee0b2019-05-06 08:53:404058dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504059 "expect-test",
Charles Lewbca79a22023-07-29 00:47:214060 "unicode-properties",
Aaron Hill70ba4912020-08-01 14:11:154061 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404062]
4063
4064[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294065name = "rustc_lint"
4066version = "0.0.0"
4067dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264068 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464069 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204070 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094071 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474072 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384073 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004074 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574075 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334076 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354077 "rustc_infer",
David Wood9d864c82022-06-30 07:57:454078 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454079 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424080 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:204081 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324082 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094083 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404084 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464085 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004086 "tracing",
Charles Lew485e98a2020-01-02 12:02:224087 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294088]
4089
4090[[package]]
Aaron Hill23018a52020-08-13 19:41:524091name = "rustc_lint_defs"
4092version = "0.0.0"
4093dependencies = [
4094 "rustc_ast",
4095 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:044096 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:274097 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524098 "rustc_macros",
4099 "rustc_serialize",
4100 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384101 "rustc_target",
bjorn362a4f912021-06-03 19:14:154102 "serde",
Aaron Hill23018a52020-08-13 19:41:524103]
4104
4105[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294106name = "rustc_llvm"
4107version = "0.0.0"
4108dependencies = [
Alex Crichton093ede22019-08-15 00:45:094109 "cc",
Aaron Hill47e932b2019-12-12 15:51:194110 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294111]
4112
4113[[package]]
David Tolnay6152d152022-01-04 00:32:524114name = "rustc_log"
4115version = "0.0.0"
4116dependencies = [
David Tolnayffbeebb2022-01-04 06:01:354117 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524118 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:484119 "tracing-core",
David Tolnay6152d152022-01-04 00:32:524120 "tracing-subscriber",
4121 "tracing-tree",
4122]
4123
4124[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104125name = "rustc_macros"
Michael Goulet60c95442023-10-18 21:55:154126version = "0.0.0"
John Kåre Alsaker74b64192019-03-01 00:22:104127dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154128 "proc-macro2",
4129 "quote",
Ralf Jung47ba2a92023-08-22 11:47:384130 "syn 2.0.29",
klensy7142c8d2023-11-09 11:37:304131 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104132]
4133
4134[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294135name = "rustc_metadata"
4136version = "0.0.0"
4137dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354138 "bitflags 1.3.2",
Ralf Jung6687c072023-10-01 05:03:424139 "libloading 0.7.4",
Michael Woeristerd0be27c2021-07-20 11:54:374140 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264141 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204142 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094143 "rustc_data_structures",
4144 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324145 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174146 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004147 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314148 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574149 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194150 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104151 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574152 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454153 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404154 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084155 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324156 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094157 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464158 "rustc_type_ir",
Josh Triplett574f6be2020-08-20 23:16:304159 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044160 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004161 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294162]
4163
4164[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454165name = "rustc_middle"
4166version = "0.0.0"
4167dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354168 "bitflags 1.3.2",
Maybe Wafflee20e5062022-11-28 11:11:454169 "derive_more",
Camille GILLOTfd9c04f2021-01-05 18:53:074170 "either",
John Kåre Alsaker7aab1dd2023-04-30 07:29:024171 "field-offset",
Camille GILLOTfd9c04f2021-01-05 18:53:074172 "gsgdt",
John Kåre Alsaker66d85432023-03-25 08:46:194173 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454174 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:264175 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454176 "rustc-rayon-core",
4177 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404178 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454179 "rustc_ast",
4180 "rustc_attr",
4181 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:474182 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454183 "rustc_errors",
4184 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004185 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074186 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454187 "rustc_hir",
4188 "rustc_index",
4189 "rustc_macros",
4190 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404191 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454192 "rustc_session",
4193 "rustc_span",
4194 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104195 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294196 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304197 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004198 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454199]
4200
4201[[package]]
Matthew Jasperb3589292020-01-05 15:46:444202name = "rustc_mir_build"
4203version = "0.0.0"
4204dependencies = [
Ralf Jung41018892022-11-18 09:18:324205 "either",
Matthew Jasperb3589292020-01-05 15:46:444206 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404207 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264208 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:444209 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444210 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004211 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:444212 "rustc_hir",
4213 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244214 "rustc_infer",
TheOddGarlic82f05442022-08-20 11:28:434215 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454216 "rustc_middle",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074217 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444218 "rustc_span",
4219 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404220 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294221 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004222 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444223]
4224
4225[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074226name = "rustc_mir_dataflow"
4227version = "0.0.0"
4228dependencies = [
4229 "polonius-engine",
4230 "regex",
4231 "rustc_ast",
4232 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144233 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004234 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074235 "rustc_graphviz",
4236 "rustc_hir",
4237 "rustc_index",
5225225ee2b1612022-08-19 09:21:144238 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074239 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074240 "rustc_span",
4241 "rustc_target",
4242 "smallvec",
4243 "tracing",
4244]
4245
4246[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254247name = "rustc_mir_transform"
4248version = "0.0.0"
4249dependencies = [
4250 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:324251 "either",
pierwillf684acd2022-03-04 17:54:284252 "itertools",
Camille GILLOT751a0792023-01-16 22:12:364253 "rustc_arena",
Camille GILLOTbba4be62021-01-01 00:53:254254 "rustc_ast",
4255 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114256 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254257 "rustc_data_structures",
4258 "rustc_errors",
clubby789d5bc5812023-04-30 01:20:534259 "rustc_fluent_macro",
Camille GILLOTbba4be62021-01-01 00:53:254260 "rustc_hir",
4261 "rustc_index",
clubby789d5bc5812023-04-30 01:20:534262 "rustc_macros",
Camille GILLOTbba4be62021-01-01 00:53:254263 "rustc_middle",
Martin Nordholtsb4b33df2023-07-20 19:01:274264 "rustc_mir_build",
Camille GILLOTfd9c04f2021-01-05 18:53:074265 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254266 "rustc_session",
4267 "rustc_span",
4268 "rustc_target",
4269 "rustc_trait_selection",
4270 "smallvec",
4271 "tracing",
4272]
4273
4274[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154275name = "rustc_monomorphize"
4276version = "0.0.0"
4277dependencies = [
4278 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474279 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004280 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:154281 "rustc_hir",
Nathan Stocks137f20c2022-08-18 21:51:474282 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154283 "rustc_middle",
4284 "rustc_session",
4285 "rustc_span",
4286 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:094287 "serde",
4288 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:154289 "tracing",
4290]
4291
4292[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134293name = "rustc_parse"
4294version = "0.0.0"
4295dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354296 "bitflags 1.3.2",
Vadim Petrochenkov6054a302020-02-29 17:16:264297 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464298 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134299 "rustc_data_structures",
4300 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384301 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004302 "rustc_fluent_macro",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134303 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244304 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204305 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324306 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:524307 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004308 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404309 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004310 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134311]
4312
4313[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404314name = "rustc_parse_format"
4315version = "0.0.0"
4316dependencies = [
Lukas Wirth2bba05612023-09-05 17:11:504317 "rustc_index",
Vadim Petrochenkov11d95142020-06-02 17:03:404318 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404319]
4320
4321[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294322name = "rustc_passes"
4323version = "0.0.0"
4324dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:244325 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:264326 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134327 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204328 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094329 "rustc_data_structures",
4330 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434331 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414332 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004333 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574334 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574335 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124336 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044337 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454338 "rustc_middle",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434339 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324340 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574341 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:374342 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004343 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294344]
4345
4346[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294347name = "rustc_privacy"
4348version = "0.0.0"
4349dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574350 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204351 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094352 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164353 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004354 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574355 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294356 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:344357 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454358 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084359 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324360 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004361 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294362]
4363
4364[[package]]
Camille GILLOT4581d162021-01-19 19:40:164365name = "rustc_query_impl"
4366version = "0.0.0"
4367dependencies = [
John Kåre Alsaker7aab1dd2023-04-30 07:29:024368 "field-offset",
Ralf Jung61a986a2022-06-26 02:21:494369 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164370 "rustc-rayon-core",
Camille GILLOT4581d162021-01-19 19:40:164371 "rustc_data_structures",
4372 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164373 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014374 "rustc_index",
Camille GILLOT4581d162021-01-19 19:40:164375 "rustc_middle",
4376 "rustc_query_system",
4377 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014378 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164379 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:304380 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134381 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164382]
4383
4384[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224385name = "rustc_query_system"
4386version = "0.0.0"
4387dependencies = [
klensy383b7152023-08-03 13:05:264388 "parking_lot 0.12.1",
Camille GILLOT8e873c32020-03-19 13:13:314389 "rustc-rayon-core",
Camille GILLOTc355b2e2020-11-14 15:35:314390 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224391 "rustc_data_structures",
4392 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314393 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004394 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:314395 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224396 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574397 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404398 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374399 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314400 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314401 "rustc_target",
Eric Holk578fc492022-09-07 21:46:044402 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294403 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304404 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004405 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224406]
4407
4408[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294409name = "rustc_resolve"
4410version = "0.0.0"
4411dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354412 "bitflags 1.3.2",
Weihang Lo55a79152023-02-17 23:55:454413 "pulldown-cmark",
Vadim Petrochenkov11d95142020-06-02 17:03:404414 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264415 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464416 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204417 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094418 "rustc_data_structures",
4419 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324420 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184421 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004422 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574423 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294424 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384425 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094426 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454427 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504428 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564429 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324430 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294431 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524432 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004433 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294434]
4435
4436[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404437name = "rustc_serialize"
4438version = "0.0.0"
4439dependencies = [
klensyc653bb92023-11-18 09:42:054440 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504441 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294442 "smallvec",
Nicholas Nethercoteebee3f82023-05-01 08:51:054443 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304444 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404445]
4446
4447[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334448name = "rustc_session"
4449version = "0.0.0"
4450dependencies = [
Urgau30f94712023-08-23 09:18:204451 "bitflags 1.3.2",
Luca Barbieriac2b84f2020-04-10 20:42:194452 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514453 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264454 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334455 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334456 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284457 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004458 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:284459 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034460 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524461 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574462 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404463 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324464 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284465 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514466 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254467 "termize",
Oliver Schererec7230f2020-07-24 18:42:004468 "tracing",
klensy3c03cce2023-05-09 15:20:134469 "windows",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324470]
4471
4472[[package]]
Oli Scherer9960cc12022-06-02 10:08:384473name = "rustc_smir"
4474version = "0.0.0"
4475dependencies = [
Oğuz Ağcayazı0f27c1b2023-10-09 09:56:144476 "rustc_data_structures",
Santiago Pastorino4b85bea2023-04-24 20:53:514477 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384478 "rustc_middle",
Celina G. Valb66db7e2023-03-04 01:08:494479 "rustc_span",
Celina G. Val44d0fce2023-06-20 17:32:124480 "rustc_target",
Celina G. Val66a554b2023-10-21 06:05:384481 "scoped-tls",
Oli Scherera38e9832023-09-14 15:50:114482 "stable_mir",
Celina G. Valb66db7e2023-03-04 01:08:494483 "tracing",
Oli Scherer9960cc12022-06-02 10:08:384484]
4485
4486[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324487name = "rustc_span"
4488version = "0.0.0"
4489dependencies = [
klensyc653bb92023-11-18 09:42:054490 "indexmap",
Igor Matuszewskibd37d7d2020-12-05 15:40:244491 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404492 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324493 "rustc_data_structures",
4494 "rustc_index",
4495 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404496 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324497 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524498 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064499 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004500 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324501 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334502]
4503
4504[[package]]
Mark Mansi2d75a332020-03-12 23:07:584505name = "rustc_symbol_mangling"
4506version = "0.0.0"
4507dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354508 "bitflags 1.3.2",
Mark Mansi2d75a332020-03-12 23:07:584509 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584510 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584511 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134512 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584513 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454514 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584515 "rustc_session",
4516 "rustc_span",
4517 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004518 "tracing",
Ramon de C Valle65698ae2022-11-22 05:29:004519 "twox-hash",
Mark Mansi2d75a332020-03-12 23:07:584520]
4521
4522[[package]]
Irina Popa38e96402017-12-08 19:18:214523name = "rustc_target"
4524version = "0.0.0"
4525dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354526 "bitflags 1.3.2",
Tyler Mandry4c14ca32023-08-22 19:20:354527 "object",
hkalbasi390a6372022-11-06 21:06:114528 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094529 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154530 "rustc_feature",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314531 "rustc_fs_util",
Lukas Wirthf14b7c92023-09-29 15:14:564532 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524533 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404534 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324535 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094536 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004537 "tracing",
Irina Popa38e96402017-12-08 19:18:214538]
4539
4540[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064541name = "rustc_tools_util"
Philipp Krones10f2a6d2022-12-17 13:21:374542version = "0.3.0"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4545
4546[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404547name = "rustc_trait_selection"
4548version = "0.0.0"
4549dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404550 "rustc_ast",
4551 "rustc_attr",
4552 "rustc_data_structures",
4553 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004554 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404555 "rustc_hir",
4556 "rustc_index",
4557 "rustc_infer",
4558 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454559 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404560 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544561 "rustc_query_system",
Camille GILLOTc1e3d552020-02-11 18:53:404562 "rustc_session",
4563 "rustc_span",
4564 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134565 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294566 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004567 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404568]
4569
4570[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544571name = "rustc_traits"
4572version = "0.0.0"
4573dependencies = [
Alex Crichton093ede22019-08-15 00:45:094574 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574575 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244576 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454577 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324578 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404579 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004580 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544581]
4582
4583[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134584name = "rustc_transmute"
Michael Goulet60c95442023-10-18 21:55:154585version = "0.0.0"
Jack Wrennbc4a1de2021-07-03 16:18:134586dependencies = [
4587 "itertools",
4588 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144589 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134590 "rustc_infer",
4591 "rustc_macros",
4592 "rustc_middle",
4593 "rustc_span",
4594 "rustc_target",
4595 "tracing",
4596]
4597
4598[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374599name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304600version = "0.0.0"
4601dependencies = [
lcnr5378f072023-06-27 21:13:394602 "itertools",
Camille GILLOT9908a872020-01-13 12:40:304603 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294604 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004605 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304606 "rustc_hir",
kadmine612e262022-07-09 09:35:064607 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244608 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314609 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454610 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084611 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304612 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324613 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404614 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464615 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004616 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304617]
4618
4619[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104620name = "rustc_type_ir"
4621version = "0.0.0"
4622dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354623 "bitflags 1.3.2",
Michael Gouletde830572023-10-30 17:09:174624 "derivative",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104625 "rustc_data_structures",
4626 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554627 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104628 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344629 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104630]
4631
4632[[package]]
Oliver Schneider847bb142018-05-11 12:11:064633name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004634version = "0.4.0"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4637dependencies = [
klensy8ebc73b2022-02-06 20:57:294638 "semver",
Ralf Junge5d01782021-10-04 22:13:004639]
4640
4641[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294642name = "rustdoc"
4643version = "0.0.0"
4644dependencies = [
Weihang Lof795a152023-03-15 12:50:044645 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464646 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284647 "expect-test",
klensyc653bb92023-11-18 09:42:054648 "indexmap",
pierwillf684acd2022-03-04 17:54:284649 "itertools",
Alex Crichton093ede22019-08-15 00:45:094650 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044651 "once_cell",
Guillaume Gomezf467b8d2020-10-13 13:46:344652 "regex",
Rune Tynan67b78a02021-01-25 21:23:434653 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454654 "serde",
4655 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294656 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094657 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004658 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294659 "tracing",
4660 "tracing-subscriber",
4661 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584662]
4663
4664[[package]]
ozkanonurc36b2092023-05-20 11:40:114665name = "rustdoc-gui-test"
4666version = "0.1.0"
4667dependencies = [
ozkanonurc64db2c2023-05-30 07:54:404668 "build_helper",
ozkanonurc36b2092023-05-20 11:40:114669 "compiletest",
4670 "getopts",
4671 "walkdir",
4672]
4673
4674[[package]]
Rune Tynan67b78a02021-01-25 21:23:434675name = "rustdoc-json-types"
4676version = "0.1.0"
4677dependencies = [
Luca Palmiericd7688b2023-05-22 17:26:204678 "bincode",
ozkanonur52c71e62023-03-01 21:53:024679 "rustc-hash",
Rune Tynan67b78a02021-01-25 21:23:434680 "serde",
Rune Tynanca48d152021-03-04 23:45:574681 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434682]
4683
4684[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534685name = "rustdoc-themes"
4686version = "0.1.0"
4687
4688[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584689name = "rustdoc-tool"
4690version = "0.0.0"
4691dependencies = [
Alex Crichton093ede22019-08-15 00:45:094692 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294693]
4694
4695[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154696name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444697version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044698source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444699checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504700dependencies = [
4701 "anyhow",
4702 "log",
4703 "serde",
4704 "serde_json",
4705]
4706
4707[[package]]
topecongiro5a411a62019-06-18 12:15:194708name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144709version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194710dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154711 "proc-macro2",
4712 "quote",
Alex Crichton093ede22019-08-15 00:45:094713 "serde",
Ralf Jung47ba2a92023-08-22 11:47:384714 "syn 2.0.29",
topecongiro5a411a62019-06-18 12:15:194715]
4716
4717[[package]]
Alex Crichton1cede102017-06-15 02:33:064718name = "rustfmt-nightly"
Caleb Cartwright35400e82023-10-23 01:34:124719version = "1.7.0"
kennytm0692b3d2017-12-15 19:41:584720dependencies = [
klensy754b5262022-07-31 13:44:064721 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394722 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094723 "bytecount",
Ralf Jung5aecfe42023-10-07 05:55:484724 "cargo_metadata 0.15.4",
klensye1c33132023-06-21 09:32:344725 "clap",
Caleb Cartwright35400e82023-10-23 01:34:124726 "clap-cargo",
Alex Crichton093ede22019-08-15 00:45:094727 "diff",
4728 "dirs",
Alex Crichton093ede22019-08-15 00:45:094729 "getopts",
4730 "ignore",
pierwillf684acd2022-03-04 17:54:284731 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424732 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094733 "regex",
Alex Crichton093ede22019-08-15 00:45:094734 "rustfmt-config_proc_macro",
4735 "serde",
4736 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544737 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394738 "thiserror",
Nilstrieb3295cdf2023-06-26 07:21:354739 "toml 0.7.5",
Caleb Cartwright35400e82023-10-23 01:34:124740 "tracing",
4741 "tracing-subscriber",
4742 "unicode-properties",
Alex Crichton093ede22019-08-15 00:45:094743 "unicode-segmentation",
4744 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:274745]
4746
4747[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044748name = "rustix"
chenx97b1d64c62023-10-12 10:44:394749version = "0.38.19"
Weihang Lo1e5dad02022-11-25 22:37:044750source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97b1d64c62023-10-12 10:44:394751checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
Weihang Lo1e5dad02022-11-25 22:37:044752dependencies = [
chenx97141c4632023-09-21 11:31:014753 "bitflags 2.4.0",
Nilstrieb3295cdf2023-06-26 07:21:354754 "errno",
4755 "libc",
chenx97141c4632023-09-21 11:31:014756 "linux-raw-sys",
Philipp Kronesac25a732023-08-24 19:33:174757 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:044758]
4759
4760[[package]]
flip19950046d7c2021-02-25 10:26:234761name = "rustversion"
Nilstrieb3295cdf2023-06-26 07:21:354762version = "1.0.12"
flip19950046d7c2021-02-25 10:26:234763source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354764checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
flip19950046d7c2021-02-25 10:26:234765
4766[[package]]
Jubilee Young7156ff62023-05-10 03:29:274767name = "ruzstd"
dirreke74817b72023-08-14 14:57:384768version = "0.4.0"
Jubilee Young7156ff62023-05-10 03:29:274769source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:384770checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"
Jubilee Young7156ff62023-05-10 03:29:274771dependencies = [
4772 "byteorder",
dirreke74817b72023-08-14 14:57:384773 "thiserror-core",
Jubilee Young7156ff62023-05-10 03:29:274774 "twox-hash",
4775]
4776
4777[[package]]
Alex Crichton2863b752018-08-21 17:23:474778name = "ryu"
Nilstrieb3295cdf2023-06-26 07:21:354779version = "1.0.13"
Alex Crichton2863b752018-08-21 17:23:474780source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354781checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
Alex Crichton2863b752018-08-21 17:23:474782
4783[[package]]
Josh Stone020c5ec2017-05-08 22:01:134784name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444785version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224786source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444787checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224788dependencies = [
Alex Crichton093ede22019-08-15 00:45:094789 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224790]
4791
4792[[package]]
4793name = "schannel"
klensy55935df2023-08-06 10:24:594794version = "0.1.22"
Alex Crichton80d6ed22018-01-08 21:56:224795source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:594796checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
Alex Crichton80d6ed22018-01-08 21:56:224797dependencies = [
Philipp Kronesac25a732023-08-24 19:33:174798 "windows-sys 0.48.0",
Alex Crichton80d6ed22018-01-08 21:56:224799]
4800
4801[[package]]
Alex Crichton453080f2017-06-05 16:36:484802name = "scoped-tls"
Nilstrieb3295cdf2023-06-26 07:21:354803version = "1.0.1"
Marcel Hellwig56fb2872019-02-26 10:15:524804source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354805checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
Marcel Hellwig56fb2872019-02-26 10:15:524806
4807[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124808name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444809version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254810source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444811checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254812
4813[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:444814name = "security-framework"
4815version = "2.9.1"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
4818dependencies = [
4819 "bitflags 1.3.2",
4820 "core-foundation",
4821 "core-foundation-sys",
4822 "libc",
4823 "security-framework-sys",
4824]
4825
4826[[package]]
4827name = "security-framework-sys"
4828version = "2.9.0"
4829source = "registry+https://github.com/rust-lang/crates.io-index"
4830checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
4831dependencies = [
4832 "core-foundation-sys",
4833 "libc",
4834]
4835
4836[[package]]
David Wood7f916972022-03-26 07:27:434837name = "self_cell"
klensyc653bb92023-11-18 09:42:054838version = "0.10.3"
David Wood7f916972022-03-26 07:27:434839source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:054840checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
4841dependencies = [
4842 "self_cell 1.0.2",
4843]
4844
4845[[package]]
4846name = "self_cell"
4847version = "1.0.2"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "e388332cd64eb80cd595a00941baf513caffae8dce9cfd0467fc9c66397dade6"
David Wood7f916972022-03-26 07:27:434850
4851[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584852name = "semver"
Nilstrieb3295cdf2023-06-26 07:21:354853version = "1.0.17"
Eric Huss78529352021-06-02 03:38:394854source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354855checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
Eric Huss78529352021-06-02 03:38:394856dependencies = [
4857 "serde",
4858]
4859
4860[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584861name = "serde"
Ralf Jung47ba2a92023-08-22 11:47:384862version = "1.0.185"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584863source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:384864checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31"
Eric Huss57393642018-12-17 18:23:044865dependencies = [
Alex Crichton093ede22019-08-15 00:45:094866 "serde_derive",
Eric Huss57393642018-12-17 18:23:044867]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584868
4869[[package]]
4870name = "serde_derive"
Ralf Jung47ba2a92023-08-22 11:47:384871version = "1.0.185"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584872source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:384873checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584874dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154875 "proc-macro2",
4876 "quote",
Ralf Jung47ba2a92023-08-22 11:47:384877 "syn 2.0.29",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584878]
4879
4880[[package]]
4881name = "serde_json"
Nilstrieb3295cdf2023-06-26 07:21:354882version = "1.0.99"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584883source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354884checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584885dependencies = [
klensyc653bb92023-11-18 09:42:054886 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094887 "itoa",
4888 "ryu",
4889 "serde",
Steve Klabnik2795de32017-02-20 00:20:574890]
4891
4892[[package]]
Philipp Krones612c3422023-06-02 09:42:424893name = "serde_spanned"
Nilstrieb3295cdf2023-06-26 07:21:354894version = "0.6.3"
Philipp Krones612c3422023-06-02 09:42:424895source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354896checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
Philipp Krones612c3422023-06-02 09:42:424897dependencies = [
4898 "serde",
4899]
4900
4901[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:444902name = "serde_urlencoded"
4903version = "0.7.1"
4904source = "registry+https://github.com/rust-lang/crates.io-index"
4905checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4906dependencies = [
4907 "form_urlencoded",
4908 "itoa",
4909 "ryu",
4910 "serde",
4911]
4912
4913[[package]]
Pietro Albini4f40eee2023-01-10 12:13:044914name = "sha1"
4915version = "0.10.5"
4916source = "registry+https://github.com/rust-lang/crates.io-index"
4917checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
4918dependencies = [
4919 "cfg-if",
4920 "cpufeatures",
4921 "digest",
4922]
4923
4924[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124925name = "sha2"
Nilstrieb3295cdf2023-06-26 07:21:354926version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:124927source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354928checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
Pietro Albiniacd8e592020-10-01 15:15:124929dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424930 "cfg-if",
pierwillef6dd122022-02-10 16:54:014931 "cpufeatures",
klensy45fac342022-08-31 20:04:124932 "digest",
James Munnsde763692019-01-19 02:39:374933]
4934
4935[[package]]
Oliver Schererec7230f2020-07-24 18:42:004936name = "sharded-slab"
Nilstrieb3295cdf2023-06-26 07:21:354937version = "0.1.4"
Oliver Schererec7230f2020-07-24 18:42:004938source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354939checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
Oliver Schererec7230f2020-07-24 18:42:004940dependencies = [
4941 "lazy_static",
4942]
4943
4944[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584945name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444946version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584947source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444948checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584949
4950[[package]]
steveklabnik54371882018-01-25 17:32:254951name = "shlex"
Nilstrieb3295cdf2023-06-26 07:21:354952version = "1.1.0"
Eric Huss788167a2021-02-23 01:05:214953source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354954checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
Eric Huss788167a2021-02-23 01:05:214955
4956[[package]]
steveklabnikecfbaca2018-04-03 14:32:044957name = "siphasher"
Nilstrieb3295cdf2023-06-26 07:21:354958version = "0.3.10"
steveklabnikecfbaca2018-04-03 14:32:044959source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354960checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
steveklabnikecfbaca2018-04-03 14:32:044961
4962[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434963name = "slab"
Philipp Kronesa6d3c822023-07-02 13:07:474964version = "0.4.8"
Matthias Krüger696fb8f2019-01-21 15:32:434965source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:474966checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
4967dependencies = [
4968 "autocfg",
4969]
Matthias Krüger696fb8f2019-01-21 15:32:434970
4971[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014972name = "smallvec"
Wesley Wiser15e9f562023-07-18 19:22:564973version = "1.11.0"
Ralf Jung90b8d342019-11-04 14:59:094974source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser15e9f562023-07-18 19:22:564975checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
Ralf Jung90b8d342019-11-04 14:59:094976
4977[[package]]
Josh Triplett574f6be2020-08-20 23:16:304978name = "snap"
Chris Denton77d7c632023-01-26 05:49:374979version = "1.1.0"
Josh Triplett574f6be2020-08-20 23:16:304980source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton77d7c632023-01-26 05:49:374981checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
Josh Triplett574f6be2020-08-20 23:16:304982
4983[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154984name = "socket2"
Nilstrieb3295cdf2023-06-26 07:21:354985version = "0.4.9"
klensy50c38902021-05-01 11:50:034986source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354987checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
klensy50c38902021-05-01 11:50:034988dependencies = [
4989 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314990 "winapi",
klensy50c38902021-05-01 11:50:034991]
4992
4993[[package]]
Pietro Albini13efb202022-11-15 09:19:174994name = "spdx-expression"
4995version = "0.5.2"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
4998dependencies = [
4999 "nom",
5000 "serde",
5001 "thiserror",
5002 "tracing",
5003]
5004
5005[[package]]
5006name = "spdx-rs"
Nilstrieb3295cdf2023-06-26 07:21:355007version = "0.5.3"
Pietro Albini13efb202022-11-15 09:19:175008source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355009checksum = "74f1f9cfa402cd27dd022fd1943f0f969b10dda75d5e50e3a78ccee9c0188e2a"
Pietro Albini13efb202022-11-15 09:19:175010dependencies = [
5011 "chrono",
5012 "log",
5013 "nom",
5014 "serde",
5015 "spdx-expression",
5016 "strum",
5017 "strum_macros",
5018 "thiserror",
5019 "uuid",
5020]
5021
5022[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455023name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445024version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455025source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445026checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455027
5028[[package]]
Oli Scherera38e9832023-09-14 15:50:115029name = "stable_mir"
5030version = "0.1.0-preview"
5031dependencies = [
5032 "scoped-tls",
5033 "tracing",
5034]
5035
5036[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245037name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:555038version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:245039source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555040checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:245041dependencies = [
5042 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425043 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:245044 "libc",
5045 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315046 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:245047]
5048
5049[[package]]
Eric Huss7758eaf2022-04-28 05:42:545050name = "static_assertions"
5051version = "1.1.0"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5054
5055[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295056name = "std"
5057version = "0.0.0"
5058dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:355059 "addr2line",
Alex Crichton093ede22019-08-15 00:45:095060 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:425061 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095062 "compiler_builtins",
5063 "core",
5064 "dlmalloc",
5065 "fortanix-sgx-abi",
klensyc653bb92023-11-18 09:42:055066 "hashbrown",
5067 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:095068 "libc",
Jubilee Young079949d2023-06-29 23:18:365069 "miniz_oxide",
Tyler Mandry4c14ca32023-08-22 19:20:355070 "object",
Alex Crichton093ede22019-08-15 00:45:095071 "panic_abort",
5072 "panic_unwind",
5073 "profiler_builtins",
Ayush Singh48c6ae02022-12-18 04:24:545074 "r-efi",
5075 "r-efi-alloc",
Thom Chiovolonia4bf36e2022-11-21 00:55:415076 "rand",
5077 "rand_xorshift",
Alex Crichton06d565c2020-05-13 21:22:375078 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:465079 "std_detect",
Alex Crichton093ede22019-08-15 00:45:095080 "unwind",
Thom Chiovolonia4bf36e2022-11-21 00:55:415081 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:295082]
5083
5084[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:465085name = "std_detect"
5086version = "0.1.5"
5087dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425088 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:465089 "compiler_builtins",
5090 "libc",
5091 "rustc-std-workspace-alloc",
5092 "rustc-std-workspace-core",
5093]
5094
5095[[package]]
steveklabnikecfbaca2018-04-03 14:32:045096name = "string_cache"
Nilstrieb3295cdf2023-06-26 07:21:355097version = "0.8.7"
steveklabnikecfbaca2018-04-03 14:32:045098source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355099checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
steveklabnikecfbaca2018-04-03 14:32:045100dependencies = [
Alex Crichton093ede22019-08-15 00:45:095101 "new_debug_unreachable",
Nilstrieb3295cdf2023-06-26 07:21:355102 "once_cell",
5103 "parking_lot 0.12.1",
Alex Crichton093ede22019-08-15 00:45:095104 "phf_shared",
5105 "precomputed-hash",
5106 "serde",
steveklabnikecfbaca2018-04-03 14:32:045107]
5108
5109[[package]]
5110name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:145111version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045112source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145113checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045114dependencies = [
Alex Crichton093ede22019-08-15 00:45:095115 "phf_generator",
5116 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:155117 "proc-macro2",
5118 "quote",
steveklabnikecfbaca2018-04-03 14:32:045119]
5120
5121[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585122name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:335123version = "0.10.0"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5126
5127[[package]]
Pietro Albini13efb202022-11-15 09:19:175128name = "strum"
5129version = "0.24.1"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5132
5133[[package]]
5134name = "strum_macros"
5135version = "0.24.3"
5136source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5138dependencies = [
5139 "heck",
5140 "proc-macro2",
5141 "quote",
5142 "rustversion",
Nilstrieb3295cdf2023-06-26 07:21:355143 "syn 1.0.109",
Pietro Albini13efb202022-11-15 09:19:175144]
5145
5146[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:085147name = "suggest-tests"
5148version = "0.1.0"
5149dependencies = [
5150 "build_helper",
5151 "glob",
5152 "once_cell",
5153]
5154
5155[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115156name = "syn"
Nilstrieb3295cdf2023-06-26 07:21:355157version = "1.0.109"
Igor Matuszewskic2249a42019-09-08 08:28:115158source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355159checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
Igor Matuszewskic2249a42019-09-08 08:28:115160dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155161 "proc-macro2",
5162 "quote",
Andres Suareza65ddf02022-10-09 03:25:405163 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115164]
5165
5166[[package]]
Deadbeefa912a932023-03-23 06:19:255167name = "syn"
Ralf Jung47ba2a92023-08-22 11:47:385168version = "2.0.29"
Deadbeefa912a932023-03-23 06:19:255169source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:385170checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
Deadbeefa912a932023-03-23 06:19:255171dependencies = [
5172 "proc-macro2",
5173 "quote",
5174 "unicode-ident",
5175]
5176
5177[[package]]
Alex Crichton325d7392017-12-10 17:42:495178name = "synstructure"
Deadbeefaf74ef82023-03-27 13:44:065179version = "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]]
Jakub Beránek209789e2023-08-09 18:56:115213name = "tabled"
5214version = "0.13.0"
5215source = "registry+https://github.com/rust-lang/crates.io-index"
5216checksum = "4d38d39c754ae037a9bc3ca1580a985db7371cd14f1229172d1db9093feb6739"
5217dependencies = [
5218 "papergrid",
Jakub Beránek209789e2023-08-09 18:56:115219 "unicode-width",
5220]
5221
5222[[package]]
Josh Stone020c5ec2017-05-08 22:01:135223name = "tar"
Eric Huss845faad2022-06-08 18:48:315224version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:135225source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:315226checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:135227dependencies = [
Alex Crichton093ede22019-08-15 00:45:095228 "filetime",
5229 "libc",
Alex Crichton093ede22019-08-15 00:45:095230 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135231]
5232
5233[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555234name = "tempfile"
chenx97141c4632023-09-21 11:31:015235version = "3.8.0"
Aleksey Kladov850156a2018-03-29 07:34:555236source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015237checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
Aleksey Kladov850156a2018-03-29 07:34:555238dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425239 "cfg-if",
Ralf Jung55162732022-11-15 19:06:425240 "fastrand",
Arlo Siemsen4d9b4762023-06-02 16:40:365241 "redox_syscall 0.3.5",
chenx97141c4632023-09-21 11:31:015242 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175243 "windows-sys 0.48.0",
Aleksey Kladov850156a2018-03-29 07:34:555244]
5245
5246[[package]]
steveklabnikecfbaca2018-04-03 14:32:045247name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245248version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045249source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245250checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045251dependencies = [
Alex Crichton093ede22019-08-15 00:45:095252 "futf",
5253 "mac",
5254 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045255]
5256
5257[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295258name = "term"
flip19950046d7c2021-02-25 10:26:235259version = "0.7.0"
5260source = "registry+https://github.com/rust-lang/crates.io-index"
5261checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5262dependencies = [
5263 "dirs-next",
5264 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315265 "winapi",
flip19950046d7c2021-02-25 10:26:235266]
5267
5268[[package]]
Alex Crichton1cede102017-06-15 02:33:065269name = "termcolor"
Nilstrieb3295cdf2023-06-26 07:21:355270version = "1.2.0"
Alex Crichtonfa5b3d32018-07-26 00:25:125271source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355272checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
Alex Crichtonfa5b3d32018-07-26 00:25:125273dependencies = [
Eric Huss89d79062020-07-29 18:02:055274 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125275]
5276
5277[[package]]
Eric Huss2717f602023-01-06 01:20:595278name = "terminal_size"
chenx97141c4632023-09-21 11:31:015279version = "0.3.0"
Eric Huss2717f602023-01-06 01:20:595280source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015281checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
Eric Huss2717f602023-01-06 01:20:595282dependencies = [
chenx97141c4632023-09-21 11:31:015283 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175284 "windows-sys 0.48.0",
Eric Huss2717f602023-01-06 01:20:595285]
5286
5287[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485288name = "termize"
5289version = "0.1.1"
5290source = "registry+https://github.com/rust-lang/crates.io-index"
5291checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5292dependencies = [
5293 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315294 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485295]
5296
5297[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295298name = "test"
5299version = "0.0.0"
5300dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:085301 "core",
Alex Crichton093ede22019-08-15 00:45:095302 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085303 "panic_abort",
5304 "panic_unwind",
Alex Crichtonb47c9692019-08-16 15:29:085305 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295306]
5307
5308[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185309name = "tester"
Nilstrieb3295cdf2023-06-26 07:21:355310version = "0.9.1"
flip19950046d7c2021-02-25 10:26:235311source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355312checksum = "89e8bf7e0eb2dd7b4228cc1b6821fc5114cd6841ae59f652a85488c016091e5f"
flip19950046d7c2021-02-25 10:26:235313dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425314 "cfg-if",
flip19950046d7c2021-02-25 10:26:235315 "getopts",
5316 "libc",
5317 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:545318 "term",
flip19950046d7c2021-02-25 10:26:235319]
5320
5321[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305322name = "thin-vec"
Nicholas Nethercote06228d62022-12-05 23:19:325323version = "0.2.12"
Nicholas Nethercoteb38106b2022-08-17 04:22:305324source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote06228d62022-12-05 23:19:325325checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
Nicholas Nethercoteb38106b2022-08-17 04:22:305326
5327[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305328name = "thiserror"
Rémy Rakicdf3819b2023-08-17 19:48:225329version = "1.0.47"
Pietro Albini9beb8f52019-11-26 11:06:305330source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdf3819b2023-08-17 19:48:225331checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
Pietro Albini9beb8f52019-11-26 11:06:305332dependencies = [
5333 "thiserror-impl",
5334]
5335
5336[[package]]
dirreke74817b72023-08-14 14:57:385337name = "thiserror-core"
5338version = "1.0.38"
5339source = "registry+https://github.com/rust-lang/crates.io-index"
5340checksum = "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"
5341dependencies = [
5342 "thiserror-core-impl",
5343]
5344
5345[[package]]
5346name = "thiserror-core-impl"
5347version = "1.0.38"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"
5350dependencies = [
5351 "proc-macro2",
5352 "quote",
5353 "syn 1.0.109",
5354]
5355
5356[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305357name = "thiserror-impl"
Rémy Rakicdf3819b2023-08-17 19:48:225358version = "1.0.47"
Pietro Albini9beb8f52019-11-26 11:06:305359source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdf3819b2023-08-17 19:48:225360checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
Pietro Albini9beb8f52019-11-26 11:06:305361dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155362 "proc-macro2",
5363 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385364 "syn 2.0.29",
Pietro Albini9beb8f52019-11-26 11:06:305365]
5366
5367[[package]]
David Wood2dc1a8a2021-12-03 14:24:055368name = "thorin-dwp"
dirreke74817b72023-08-14 14:57:385369version = "0.7.0"
David Wood2dc1a8a2021-12-03 14:24:055370source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:385371checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
David Wood2dc1a8a2021-12-03 14:24:055372dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:355373 "gimli",
klensyc653bb92023-11-18 09:42:055374 "hashbrown",
Tyler Mandry4c14ca32023-08-22 19:20:355375 "object",
David Wood2dc1a8a2021-12-03 14:24:055376 "tracing",
5377]
5378
5379[[package]]
Steve Klabnika0769612017-02-07 23:13:575380name = "thread_local"
Nilstrieb3295cdf2023-06-26 07:21:355381version = "1.1.7"
Igor Matuszewski8fc4bba2020-02-12 14:47:315382source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355383checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
Igor Matuszewski8fc4bba2020-02-12 14:47:315384dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355385 "cfg-if",
klensy9f621ae2022-01-24 17:19:215386 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315387]
5388
5389[[package]]
Guillaume Gomez50f75202023-03-14 19:28:005390name = "threadpool"
5391version = "1.8.1"
5392source = "registry+https://github.com/rust-lang/crates.io-index"
5393checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
5394dependencies = [
5395 "num_cpus",
5396]
5397
5398[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295399name = "tidy"
5400version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565401dependencies = [
Weihang Lof795a152023-03-15 12:50:045402 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485403 "cargo_metadata 0.15.4",
yukang18511ba2022-11-04 08:56:485404 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:425405 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:255406 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095407 "regex",
DebugSteven540ca2f2023-01-05 04:57:205408 "semver",
Nilstrieb75b3ee22022-12-30 11:23:055409 "termcolor",
Alex Crichton093ede22019-08-15 00:45:095410 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565411]
Ahmed Charles9ca382f2016-09-02 08:55:295412
5413[[package]]
Eric Hussce717472020-08-11 23:49:395414name = "tier-check"
5415version = "0.1.0"
5416
5417[[package]]
Esteban Küber8eb58432023-03-03 22:25:185418name = "time"
5419version = "0.3.22"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
5422dependencies = [
5423 "itoa",
5424 "serde",
5425 "time-core",
5426 "time-macros",
5427]
5428
5429[[package]]
5430name = "time-core"
5431version = "0.1.1"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
5434
5435[[package]]
5436name = "time-macros"
5437version = "0.2.9"
5438source = "registry+https://github.com/rust-lang/crates.io-index"
5439checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
5440dependencies = [
5441 "time-core",
5442]
5443
5444[[package]]
David Wood7f916972022-03-26 07:27:435445name = "tinystr"
Nilstriebffffc202023-11-06 13:42:205446version = "0.7.4"
David Wood7f916972022-03-26 07:27:435447source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:205448checksum = "d5d0e245e80bdc9b4e5356fc45a72184abbc3861992603f515270e9340f5a219"
Manish Goregaokar288194e2022-10-19 23:24:425449dependencies = [
5450 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255451 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425452]
David Wood7f916972022-03-26 07:27:435453
5454[[package]]
Mark Rousskov342d9562020-08-17 15:21:445455name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565456version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445457source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565458checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5459dependencies = [
5460 "tinyvec_macros",
5461]
5462
5463[[package]]
5464name = "tinyvec_macros"
Nilstrieb3295cdf2023-06-26 07:21:355465version = "0.1.1"
Charles Lewa76dcd82022-09-16 17:55:565466source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355467checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
Mark Rousskov342d9562020-08-17 15:21:445468
5469[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435470name = "tokio"
Philipp Kronesa6d3c822023-07-02 13:07:475471version = "1.29.1"
Matthias Krüger696fb8f2019-01-21 15:32:435472source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:475473checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
Matthias Krüger696fb8f2019-01-21 15:32:435474dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315475 "autocfg",
Philipp Kronesa6d3c822023-07-02 13:07:475476 "backtrace",
Alex Crichton093ede22019-08-15 00:45:095477 "bytes",
Jakub Beránek91d2fb22023-06-03 07:41:445478 "libc",
5479 "mio",
5480 "num_cpus",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315481 "pin-project-lite",
Jakub Beránek91d2fb22023-06-03 07:41:445482 "socket2",
Philipp Kronesac25a732023-08-24 19:33:175483 "windows-sys 0.48.0",
Jakub Beránek91d2fb22023-06-03 07:41:445484]
5485
5486[[package]]
5487name = "tokio-native-tls"
5488version = "0.3.1"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5491dependencies = [
5492 "native-tls",
5493 "tokio",
5494]
5495
5496[[package]]
5497name = "tokio-util"
5498version = "0.7.2"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
5501dependencies = [
5502 "bytes",
5503 "futures-core",
5504 "futures-sink",
5505 "pin-project-lite",
5506 "tokio",
5507 "tracing",
Matthias Krüger696fb8f2019-01-21 15:32:435508]
5509
5510[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295511name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355512version = "0.5.11"
Eric Hussd2228ca2019-03-29 03:13:135513source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355514checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
Eric Hussd2228ca2019-03-29 03:13:135515dependencies = [
Alex Crichton093ede22019-08-15 00:45:095516 "serde",
Eric Hussd2228ca2019-03-29 03:13:135517]
5518
5519[[package]]
Philipp Krones612c3422023-06-02 09:42:425520name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355521version = "0.7.5"
Philipp Krones612c3422023-06-02 09:42:425522source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355523checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240"
Philipp Krones612c3422023-06-02 09:42:425524dependencies = [
5525 "serde",
5526 "serde_spanned",
5527 "toml_datetime",
5528 "toml_edit",
5529]
5530
5531[[package]]
5532name = "toml_datetime"
Nilstrieb3295cdf2023-06-26 07:21:355533version = "0.6.3"
Philipp Krones612c3422023-06-02 09:42:425534source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355535checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
Philipp Krones612c3422023-06-02 09:42:425536dependencies = [
5537 "serde",
5538]
5539
5540[[package]]
5541name = "toml_edit"
Nilstrieb3295cdf2023-06-26 07:21:355542version = "0.19.11"
Philipp Krones612c3422023-06-02 09:42:425543source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355544checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7"
Philipp Krones612c3422023-06-02 09:42:425545dependencies = [
klensyc653bb92023-11-18 09:42:055546 "indexmap",
Philipp Krones612c3422023-06-02 09:42:425547 "serde",
5548 "serde_spanned",
5549 "toml_datetime",
5550 "winnow",
5551]
5552
5553[[package]]
Eric Hussa882fdd2021-12-03 20:25:075554name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:595555version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:075556source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:595557checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:075558
5559[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445560name = "tower-service"
5561version = "0.3.2"
5562source = "registry+https://github.com/rust-lang/crates.io-index"
5563checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
5564
5565[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095566name = "tracing"
Nilstrieb3295cdf2023-06-26 07:21:355567version = "0.1.37"
Jack Hueyecb8b9f2020-05-27 05:05:095568source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355569checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
Jack Hueyecb8b9f2020-05-27 05:05:095570dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425571 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315572 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095573 "tracing-attributes",
5574 "tracing-core",
5575]
5576
5577[[package]]
5578name = "tracing-attributes"
Nilstrieb3295cdf2023-06-26 07:21:355579version = "0.1.26"
Jack Hueyecb8b9f2020-05-27 05:05:095580source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355581checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
Jack Hueyecb8b9f2020-05-27 05:05:095582dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155583 "proc-macro2",
5584 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385585 "syn 2.0.29",
Jack Hueyecb8b9f2020-05-27 05:05:095586]
5587
5588[[package]]
5589name = "tracing-core"
Nilstrieb171be8c2023-06-26 15:25:245590version = "0.1.30"
Jack Hueyecb8b9f2020-05-27 05:05:095591source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb171be8c2023-06-26 15:25:245592checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
Jack Hueyecb8b9f2020-05-27 05:05:095593dependencies = [
Oli Scherere8962282022-07-05 08:26:125594 "once_cell",
5595 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095596]
5597
5598[[package]]
Ralf Jung10430db2022-07-15 14:04:235599name = "tracing-error"
5600version = "0.2.0"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5603dependencies = [
5604 "tracing",
5605 "tracing-subscriber",
5606]
5607
5608[[package]]
Jack Hueyd66452c2020-08-04 22:35:375609name = "tracing-log"
Nilstrieb3295cdf2023-06-26 07:21:355610version = "0.1.3"
Jack Hueyd66452c2020-08-04 22:35:375611source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355612checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
Jack Hueyd66452c2020-08-04 22:35:375613dependencies = [
5614 "lazy_static",
5615 "log",
5616 "tracing-core",
5617]
5618
5619[[package]]
Oliver Schererec7230f2020-07-24 18:42:005620name = "tracing-subscriber"
Nilstrieb3295cdf2023-06-26 07:21:355621version = "0.3.17"
Oliver Schererec7230f2020-07-24 18:42:005622source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355623checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
Oliver Schererec7230f2020-07-24 18:42:005624dependencies = [
Oliver Schererec7230f2020-07-24 18:42:005625 "matchers",
Nilstrieb3295cdf2023-06-26 07:21:355626 "nu-ansi-term",
5627 "once_cell",
5628 "parking_lot 0.12.1",
Oliver Schererec7230f2020-07-24 18:42:005629 "regex",
Oliver Schererec7230f2020-07-24 18:42:005630 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295631 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445632 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595633 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005634 "tracing-core",
Caleb Cartwright35400e82023-10-23 01:34:125635 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375636]
5637
5638[[package]]
5639name = "tracing-tree"
Martin Kröning7928c7e2023-09-19 12:15:535640version = "0.2.4"
Jack Hueyd66452c2020-08-04 22:35:375641source = "registry+https://github.com/rust-lang/crates.io-index"
Martin Kröning7928c7e2023-09-19 12:15:535642checksum = "92d6b63348fad3ae0439b8bebf8d38fb5bda0b115d7a8a7e6f165f12790c58c3"
Jack Hueyd66452c2020-08-04 22:35:375643dependencies = [
Martin Kröning7928c7e2023-09-19 12:15:535644 "is-terminal",
Nilstrieb3295cdf2023-06-26 07:21:355645 "nu-ansi-term",
pierwillea25b772021-12-21 17:00:305646 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005647 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375648 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005649]
5650
5651[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445652name = "try-lock"
5653version = "0.2.4"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
5656
5657[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005658name = "twox-hash"
5659version = "1.6.3"
5660source = "registry+https://github.com/rust-lang/crates.io-index"
5661checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5662dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425663 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415664 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005665 "static_assertions",
5666]
5667
5668[[package]]
David Wood7f916972022-03-26 07:27:435669name = "type-map"
5670version = "0.4.0"
5671source = "registry+https://github.com/rust-lang/crates.io-index"
5672checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5673dependencies = [
5674 "rustc-hash",
5675]
5676
5677[[package]]
Eric Huss8c20add2018-12-03 01:33:205678name = "typenum"
Weihang Lo6306fd32023-01-04 15:33:595679version = "1.16.0"
Eric Huss8c20add2018-12-03 01:33:205680source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:595681checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
Eric Huss8c20add2018-12-03 01:33:205682
5683[[package]]
Mark Rousskov064f8882020-01-13 21:40:195684name = "ucd-parse"
Nilstrieb3295cdf2023-06-26 07:21:355685version = "0.1.10"
Mark Rousskov064f8882020-01-13 21:40:195686source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355687checksum = "fc2d0556a998f4c55500ce1730901ba32bafbe820068cbdc091421525d61253b"
Mark Rousskov064f8882020-01-13 21:40:195688dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355689 "once_cell",
Mark Rousskov064f8882020-01-13 21:40:195690 "regex",
5691]
5692
5693[[package]]
James Munnsde763692019-01-19 02:39:375694name = "ucd-trie"
Eric Hussbb60a762023-01-10 19:09:525695version = "0.1.5"
James Munnsde763692019-01-19 02:39:375696source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:525697checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
James Munnsde763692019-01-19 02:39:375698
5699[[package]]
Ralf Junga272c452022-05-30 08:17:465700name = "ui_test"
Ralf Junge0f4ab82023-09-28 14:42:075701version = "0.21.2"
Philipp Kronesac25a732023-08-24 19:33:175702source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge0f4ab82023-09-28 14:42:075703checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d"
Philipp Kronesac25a732023-08-24 19:33:175704dependencies = [
5705 "annotate-snippets",
5706 "anyhow",
5707 "bstr",
5708 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485709 "cargo_metadata 0.15.4",
Philipp Kronesac25a732023-08-24 19:33:175710 "color-eyre",
5711 "colored",
5712 "comma",
5713 "crossbeam-channel",
Philipp Kronesac25a732023-08-24 19:33:175714 "indicatif",
5715 "lazy_static",
Oli Scherer4fdb4ed2023-08-29 13:28:535716 "levenshtein",
Philipp Kronesac25a732023-08-24 19:33:175717 "prettydiff",
5718 "regex",
5719 "rustc_version",
5720 "rustfix",
5721 "serde",
5722 "serde_json",
5723 "tempfile",
5724]
5725
5726[[package]]
David Wood7f916972022-03-26 07:27:435727name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425728version = "0.9.1"
David Wood7f916972022-03-26 07:27:435729source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425730checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435731dependencies = [
5732 "unic-langid-impl",
5733 "unic-langid-macros",
5734]
5735
5736[[package]]
5737name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425738version = "0.9.1"
David Wood7f916972022-03-26 07:27:435739source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425740checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435741dependencies = [
5742 "tinystr",
5743]
5744
5745[[package]]
5746name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425747version = "0.9.1"
David Wood7f916972022-03-26 07:27:435748source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425749checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435750dependencies = [
5751 "proc-macro-hack",
5752 "tinystr",
5753 "unic-langid-impl",
5754 "unic-langid-macros-impl",
5755]
5756
5757[[package]]
5758name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425759version = "0.9.1"
David Wood7f916972022-03-26 07:27:435760source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425761checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435762dependencies = [
5763 "proc-macro-hack",
5764 "quote",
Nilstrieb3295cdf2023-06-26 07:21:355765 "syn 1.0.109",
David Wood7f916972022-03-26 07:27:435766 "unic-langid-impl",
5767]
5768
5769[[package]]
Andy Russell30301642019-04-20 17:03:595770name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405771version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595772source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405773checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595774dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405775 "version_check",
Andy Russell30301642019-04-20 17:03:595776]
5777
5778[[package]]
Mark Rousskov064f8882020-01-13 21:40:195779name = "unicode-bdd"
5780version = "0.1.0"
5781dependencies = [
5782 "ucd-parse",
5783]
5784
5785[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585786name = "unicode-bidi"
Nilstrieb3295cdf2023-06-26 07:21:355787version = "0.3.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585788source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355789checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585790
5791[[package]]
Andres Suareza65ddf02022-10-09 03:25:405792name = "unicode-ident"
Nilstrieb3295cdf2023-06-26 07:21:355793version = "1.0.9"
Andres Suareza65ddf02022-10-09 03:25:405794source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355795checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
Andres Suareza65ddf02022-10-09 03:25:405796
5797[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585798name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565799version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585800source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565801checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405802dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445803 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405804]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585805
5806[[package]]
Charles Lewbca79a22023-07-29 00:47:215807name = "unicode-properties"
5808version = "0.1.0"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0"
5811
5812[[package]]
Charles Lew485e98a2020-01-02 12:02:225813name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565814version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225815source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565816checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225817
5818[[package]]
5819name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565820version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225821source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565822checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225823dependencies = [
Charles Lewc05961c2020-04-25 01:38:315824 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225825 "unicode-script",
5826]
5827
5828[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585829name = "unicode-segmentation"
Nilstrieb3295cdf2023-06-26 07:21:355830version = "1.10.1"
Steve Klabnika0769612017-02-07 23:13:575831source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355832checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
Steve Klabnika0769612017-02-07 23:13:575833
5834[[package]]
5835name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565836version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575837source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565838checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085839dependencies = [
5840 "compiler_builtins",
5841 "rustc-std-workspace-core",
5842 "rustc-std-workspace-std",
5843]
Steve Klabnika0769612017-02-07 23:13:575844
5845[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585846name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565847version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395848source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565849checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395850
5851[[package]]
Michael Howellb29d9d52021-02-24 06:42:425852name = "unified-diff"
5853version = "0.2.1"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5856dependencies = [
5857 "diff",
5858]
5859
5860[[package]]
est31c2d59062017-06-12 19:35:475861name = "unstable-book-gen"
5862version = "0.1.0"
5863dependencies = [
Alex Crichton093ede22019-08-15 00:45:095864 "num-traits",
5865 "tidy",
est31c2d59062017-06-12 19:35:475866]
5867
5868[[package]]
Nick Cameron71a0be02017-09-25 04:13:295869name = "unwind"
5870version = "0.0.0"
5871dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425872 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095873 "compiler_builtins",
5874 "core",
5875 "libc",
Nick Cameron71a0be02017-09-25 04:13:295876]
5877
5878[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585879name = "url"
Nilstrieb3295cdf2023-06-26 07:21:355880version = "2.4.0"
Eric Hussf2428a62019-08-01 00:44:395881source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355882checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
Eric Hussf2428a62019-08-01 00:44:395883dependencies = [
Eric Hussf3287a62021-05-12 00:39:515884 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435885 "idna",
Eric Huss4a7e2fb2022-08-21 04:19:435886 "percent-encoding",
Eric Hussf2428a62019-08-01 00:44:395887]
5888
5889[[package]]
steveklabnikecfbaca2018-04-03 14:32:045890name = "utf-8"
Nilstrieb3295cdf2023-06-26 07:21:355891version = "0.7.6"
steveklabnikecfbaca2018-04-03 14:32:045892source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355893checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
steveklabnikecfbaca2018-04-03 14:32:045894
5895[[package]]
Eric Hussd5e03532019-05-23 20:27:495896name = "utf8parse"
Eric Huss6e298622023-04-01 15:49:205897version = "0.2.1"
Eric Hussd5e03532019-05-23 20:27:495898source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:205899checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
Eric Hussd5e03532019-05-23 20:27:495900
5901[[package]]
Pietro Albini13efb202022-11-15 09:19:175902name = "uuid"
Nilstrieb3295cdf2023-06-26 07:21:355903version = "1.4.0"
Pietro Albini13efb202022-11-15 09:19:175904source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355905checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
Pietro Albini13efb202022-11-15 09:19:175906dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:415907 "getrandom",
Pietro Albini13efb202022-11-15 09:19:175908]
5909
5910[[package]]
Oli Scherere8962282022-07-05 08:26:125911name = "valuable"
5912version = "0.1.0"
5913source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5915
5916[[package]]
Alex Crichton1cede102017-06-15 02:33:065917name = "vcpkg"
Nilstrieb3295cdf2023-06-26 07:21:355918version = "0.2.15"
Alex Crichton1cede102017-06-15 02:33:065919source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355920checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
Alex Crichton1cede102017-06-15 02:33:065921
5922[[package]]
Alex Crichtonb4110902018-12-08 11:06:545923name = "version_check"
Amanieu d'Antrasa529ba82023-01-09 17:49:245924version = "0.9.4"
Eric Huss2b985322019-11-25 16:14:075925source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:245926checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Eric Huss2b985322019-11-25 16:14:075927
5928[[package]]
Josh Stone020c5ec2017-05-08 22:01:135929name = "walkdir"
Nilstrieb3295cdf2023-06-26 07:21:355930version = "2.3.3"
Alex Crichton80d6ed22018-01-08 21:56:225931source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355932checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
Alex Crichton80d6ed22018-01-08 21:56:225933dependencies = [
Alex Crichton093ede22019-08-15 00:45:095934 "same-file",
Alex Crichton093ede22019-08-15 00:45:095935 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225936]
5937
5938[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445939name = "want"
5940version = "0.3.1"
5941source = "registry+https://github.com/rust-lang/crates.io-index"
5942checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5943dependencies = [
5944 "try-lock",
5945]
5946
5947[[package]]
newpavlov6374b842019-08-29 17:13:155948name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:135949version = "0.11.0+wasi-snapshot-preview1"
5950source = "registry+https://github.com/rust-lang/crates.io-index"
5951checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155952dependencies = [
5953 "compiler_builtins",
5954 "rustc-std-workspace-alloc",
5955 "rustc-std-workspace-core",
5956]
5957
5958[[package]]
nilsf77541a2023-04-11 11:46:415959name = "wasm-bindgen"
Nilstrieb3295cdf2023-06-26 07:21:355960version = "0.2.87"
nilsf77541a2023-04-11 11:46:415961source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355962checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
nilsf77541a2023-04-11 11:46:415963dependencies = [
5964 "cfg-if",
5965 "wasm-bindgen-macro",
5966]
5967
5968[[package]]
5969name = "wasm-bindgen-backend"
Nilstrieb3295cdf2023-06-26 07:21:355970version = "0.2.87"
nilsf77541a2023-04-11 11:46:415971source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355972checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
nilsf77541a2023-04-11 11:46:415973dependencies = [
5974 "bumpalo",
5975 "log",
5976 "once_cell",
5977 "proc-macro2",
5978 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385979 "syn 2.0.29",
nilsf77541a2023-04-11 11:46:415980 "wasm-bindgen-shared",
5981]
5982
5983[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445984name = "wasm-bindgen-futures"
5985version = "0.4.34"
5986source = "registry+https://github.com/rust-lang/crates.io-index"
5987checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
5988dependencies = [
5989 "cfg-if",
5990 "js-sys",
5991 "wasm-bindgen",
5992 "web-sys",
5993]
5994
5995[[package]]
nilsf77541a2023-04-11 11:46:415996name = "wasm-bindgen-macro"
Nilstrieb3295cdf2023-06-26 07:21:355997version = "0.2.87"
nilsf77541a2023-04-11 11:46:415998source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355999checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
nilsf77541a2023-04-11 11:46:416000dependencies = [
6001 "quote",
6002 "wasm-bindgen-macro-support",
6003]
6004
6005[[package]]
6006name = "wasm-bindgen-macro-support"
Nilstrieb3295cdf2023-06-26 07:21:356007version = "0.2.87"
nilsf77541a2023-04-11 11:46:416008source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356009checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
nilsf77541a2023-04-11 11:46:416010dependencies = [
6011 "proc-macro2",
6012 "quote",
Ralf Jung47ba2a92023-08-22 11:47:386013 "syn 2.0.29",
nilsf77541a2023-04-11 11:46:416014 "wasm-bindgen-backend",
6015 "wasm-bindgen-shared",
6016]
6017
6018[[package]]
6019name = "wasm-bindgen-shared"
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 = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
nilsf77541a2023-04-11 11:46:416023
6024[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446025name = "web-sys"
6026version = "0.3.61"
6027source = "registry+https://github.com/rust-lang/crates.io-index"
6028checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
6029dependencies = [
6030 "js-sys",
6031 "wasm-bindgen",
6032]
6033
6034[[package]]
Steve Klabnika0769612017-02-07 23:13:576035name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:446036version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:226037source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446038checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:226039dependencies = [
Alex Crichton093ede22019-08-15 00:45:096040 "winapi-i686-pc-windows-gnu",
6041 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:226042]
6043
6044[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226045name = "winapi-i686-pc-windows-gnu"
6046version = "0.4.0"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096048checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:226049
6050[[package]]
Alex Crichton2863b752018-08-21 17:23:476051name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:056052version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:476053source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:056054checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:476055dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316056 "winapi",
Alex Crichton2863b752018-08-21 17:23:476057]
6058
6059[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226060name = "winapi-x86_64-pc-windows-gnu"
6061version = "0.4.0"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096063checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:226064
6065[[package]]
Weihang Loe52e0402023-03-07 22:16:276066name = "windows"
nilsf77541a2023-04-11 11:46:416067version = "0.48.0"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
6070dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176071 "windows-targets 0.48.1",
Andy Russellbb7c3732023-01-15 18:43:156072]
6073
6074[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076075name = "windows-bindgen"
Chris Dentond9c85da2023-08-16 08:18:346076version = "0.51.1"
Chris Dentonf9b3d6a2023-04-15 10:57:076077source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentond9c85da2023-08-16 08:18:346078checksum = "bc1f16b778125675feee0d15d6dd9f6af0e3ac52b3233d63a10aa39230c1cd75"
Chris Dentonf9b3d6a2023-04-15 10:57:076079dependencies = [
Chris Dentond9c85da2023-08-16 08:18:346080 "proc-macro2",
6081 "rayon",
Chris Dentone7908602023-08-28 19:02:406082 "syn 2.0.29",
Chris Dentonf9b3d6a2023-04-15 10:57:076083 "windows-metadata",
Chris Dentonf9b3d6a2023-04-15 10:57:076084]
6085
6086[[package]]
6087name = "windows-metadata"
Chris Dentond9c85da2023-08-16 08:18:346088version = "0.51.1"
Chris Dentonf9b3d6a2023-04-15 10:57:076089source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentond9c85da2023-08-16 08:18:346090checksum = "753135d996f9da437c0b31dbde3032489a61708361929bcc07d4fba0b161000e"
Chris Dentonf9b3d6a2023-04-15 10:57:076091
6092[[package]]
Philipp Krones586cbd02022-06-04 12:07:446093name = "windows-sys"
Philipp Kronesac25a732023-08-24 19:33:176094version = "0.45.0"
6095source = "registry+https://github.com/rust-lang/crates.io-index"
6096checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
6097dependencies = [
6098 "windows-targets 0.42.2",
6099]
6100
6101[[package]]
6102name = "windows-sys"
WANG Rui7aa257f2023-04-23 07:58:386103version = "0.48.0"
6104source = "registry+https://github.com/rust-lang/crates.io-index"
6105checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6106dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176107 "windows-targets 0.48.1",
6108]
6109
6110[[package]]
6111name = "windows-targets"
6112version = "0.42.2"
6113source = "registry+https://github.com/rust-lang/crates.io-index"
6114checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
6115dependencies = [
6116 "windows_aarch64_gnullvm 0.42.2",
6117 "windows_aarch64_msvc 0.42.2",
6118 "windows_i686_gnu 0.42.2",
6119 "windows_i686_msvc 0.42.2",
6120 "windows_x86_64_gnu 0.42.2",
6121 "windows_x86_64_gnullvm 0.42.2",
6122 "windows_x86_64_msvc 0.42.2",
WANG Rui7aa257f2023-04-23 07:58:386123]
6124
6125[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226126name = "windows-targets"
Nilstrieb3295cdf2023-06-26 07:21:356127version = "0.48.1"
Weihang Lo6f38fd52023-02-07 22:26:226128source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356129checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
nilsf77541a2023-04-11 11:46:416130dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176131 "windows_aarch64_gnullvm 0.48.0",
6132 "windows_aarch64_msvc 0.48.0",
6133 "windows_i686_gnu 0.48.0",
6134 "windows_i686_msvc 0.48.0",
6135 "windows_x86_64_gnu 0.48.0",
6136 "windows_x86_64_gnullvm 0.48.0",
6137 "windows_x86_64_msvc 0.48.0",
Weihang Lo6f38fd52023-02-07 22:26:226138]
6139
6140[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226141name = "windows_aarch64_gnullvm"
Philipp Kronesac25a732023-08-24 19:33:176142version = "0.42.2"
6143source = "registry+https://github.com/rust-lang/crates.io-index"
6144checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
6145
6146[[package]]
6147name = "windows_aarch64_gnullvm"
nilsf77541a2023-04-11 11:46:416148version = "0.48.0"
6149source = "registry+https://github.com/rust-lang/crates.io-index"
6150checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
6151
6152[[package]]
Philipp Krones586cbd02022-06-04 12:07:446153name = "windows_aarch64_msvc"
Philipp Kronesac25a732023-08-24 19:33:176154version = "0.42.2"
6155source = "registry+https://github.com/rust-lang/crates.io-index"
6156checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
6157
6158[[package]]
6159name = "windows_aarch64_msvc"
nilsf77541a2023-04-11 11:46:416160version = "0.48.0"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
6163
6164[[package]]
Philipp Krones586cbd02022-06-04 12:07:446165name = "windows_i686_gnu"
Philipp Kronesac25a732023-08-24 19:33:176166version = "0.42.2"
6167source = "registry+https://github.com/rust-lang/crates.io-index"
6168checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
6169
6170[[package]]
6171name = "windows_i686_gnu"
nilsf77541a2023-04-11 11:46:416172version = "0.48.0"
6173source = "registry+https://github.com/rust-lang/crates.io-index"
6174checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
6175
6176[[package]]
Philipp Krones586cbd02022-06-04 12:07:446177name = "windows_i686_msvc"
Philipp Kronesac25a732023-08-24 19:33:176178version = "0.42.2"
6179source = "registry+https://github.com/rust-lang/crates.io-index"
6180checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
6181
6182[[package]]
6183name = "windows_i686_msvc"
nilsf77541a2023-04-11 11:46:416184version = "0.48.0"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
6187
6188[[package]]
Philipp Krones586cbd02022-06-04 12:07:446189name = "windows_x86_64_gnu"
Philipp Kronesac25a732023-08-24 19:33:176190version = "0.42.2"
6191source = "registry+https://github.com/rust-lang/crates.io-index"
6192checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
6193
6194[[package]]
6195name = "windows_x86_64_gnu"
nilsf77541a2023-04-11 11:46:416196version = "0.48.0"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
6199
6200[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:556201name = "windows_x86_64_gnullvm"
Philipp Kronesac25a732023-08-24 19:33:176202version = "0.42.2"
6203source = "registry+https://github.com/rust-lang/crates.io-index"
6204checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
6205
6206[[package]]
6207name = "windows_x86_64_gnullvm"
nilsf77541a2023-04-11 11:46:416208version = "0.48.0"
6209source = "registry+https://github.com/rust-lang/crates.io-index"
6210checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
6211
6212[[package]]
Philipp Krones586cbd02022-06-04 12:07:446213name = "windows_x86_64_msvc"
Philipp Kronesac25a732023-08-24 19:33:176214version = "0.42.2"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
6217
6218[[package]]
6219name = "windows_x86_64_msvc"
nilsf77541a2023-04-11 11:46:416220version = "0.48.0"
6221source = "registry+https://github.com/rust-lang/crates.io-index"
6222checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
6223
6224[[package]]
Philipp Krones612c3422023-06-02 09:42:426225name = "winnow"
Nilstrieb3295cdf2023-06-26 07:21:356226version = "0.4.7"
Philipp Krones612c3422023-06-02 09:42:426227source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356228checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
Philipp Krones612c3422023-06-02 09:42:426229dependencies = [
6230 "memchr",
6231]
6232
6233[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446234name = "winreg"
6235version = "0.10.1"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
6238dependencies = [
6239 "winapi",
6240]
6241
6242[[package]]
Charles Lewa7750042022-11-06 06:43:256243name = "writeable"
Nilstriebffffc202023-11-06 13:42:206244version = "0.5.3"
Charles Lewa7750042022-11-06 06:43:256245source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:206246checksum = "c0af0c3d13faebf8dda0b5256fa7096a2d5ccb662f7b9f54a40fe201077ab1c2"
Charles Lewa7750042022-11-06 06:43:256247
6248[[package]]
Josh Stone020c5ec2017-05-08 22:01:136249name = "xattr"
Nilstrieb3295cdf2023-06-26 07:21:356250version = "0.2.3"
Josh Stone020c5ec2017-05-08 22:01:136251source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356252checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
Josh Stone020c5ec2017-05-08 22:01:136253dependencies = [
Alex Crichton093ede22019-08-15 00:45:096254 "libc",
Josh Stone020c5ec2017-05-08 22:01:136255]
6256
6257[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446258name = "xz"
6259version = "0.1.0"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34"
6262dependencies = [
6263 "xz2",
6264]
6265
6266[[package]]
Josh Stone020c5ec2017-05-08 22:01:136267name = "xz2"
Mark Rousskove40a4462023-04-17 01:27:256268version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:136269source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:256270checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
Josh Stone020c5ec2017-05-08 22:01:136271dependencies = [
Alex Crichton093ede22019-08-15 00:45:096272 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:136273]
6274
6275[[package]]
Pietro Albini9beb8f52019-11-26 11:06:306276name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:446277version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:306278source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446279checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:306280dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:426281 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:306282 "thiserror",
Michael Howell271bad92022-06-18 15:54:006283 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:306284]
6285
6286[[package]]
Josh Stone020c5ec2017-05-08 22:01:136287name = "yaml-rust"
Nilstrieb3295cdf2023-06-26 07:21:356288version = "0.4.5"
Pietro Albini9beb8f52019-11-26 11:06:306289source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356290checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
Pietro Albini9beb8f52019-11-26 11:06:306291dependencies = [
6292 "linked-hash-map",
6293]
Igor Matuszewski2214a412021-05-03 20:59:356294
6295[[package]]
6296name = "yansi-term"
6297version = "0.1.2"
6298source = "registry+https://github.com/rust-lang/crates.io-index"
6299checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
6300dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316301 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:356302]
Charles Lewa7750042022-11-06 06:43:256303
6304[[package]]
6305name = "yoke"
Nilstriebffffc202023-11-06 13:42:206306version = "0.7.2"
Charles Lewa7750042022-11-06 06:43:256307source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:206308checksum = "61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4"
Charles Lewa7750042022-11-06 06:43:256309dependencies = [
6310 "serde",
6311 "stable_deref_trait",
6312 "yoke-derive",
6313 "zerofrom",
6314]
6315
6316[[package]]
6317name = "yoke-derive"
klensy7142c8d2023-11-09 11:37:306318version = "0.7.2"
Charles Lewa7750042022-11-06 06:43:256319source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306320checksum = "d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f"
Charles Lewa7750042022-11-06 06:43:256321dependencies = [
6322 "proc-macro2",
6323 "quote",
klensy7142c8d2023-11-09 11:37:306324 "syn 2.0.29",
6325 "synstructure",
Charles Lewa7750042022-11-06 06:43:256326]
6327
6328[[package]]
6329name = "zerofrom"
klensy7142c8d2023-11-09 11:37:306330version = "0.1.3"
Charles Lewa7750042022-11-06 06:43:256331source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306332checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7"
Charles Lewa7750042022-11-06 06:43:256333dependencies = [
6334 "zerofrom-derive",
6335]
6336
6337[[package]]
6338name = "zerofrom-derive"
klensy7142c8d2023-11-09 11:37:306339version = "0.1.3"
Charles Lewa7750042022-11-06 06:43:256340source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306341checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
Charles Lewa7750042022-11-06 06:43:256342dependencies = [
6343 "proc-macro2",
6344 "quote",
klensy7142c8d2023-11-09 11:37:306345 "syn 2.0.29",
6346 "synstructure",
Charles Lewa7750042022-11-06 06:43:256347]
6348
6349[[package]]
6350name = "zerovec"
Nilstriebffffc202023-11-06 13:42:206351version = "0.10.0"
Charles Lewa7750042022-11-06 06:43:256352source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:206353checksum = "1194130c5b155bf8ae50ab16c86ab758cd695cf9ad176d2f870b744cbdbb572e"
Charles Lewa7750042022-11-06 06:43:256354dependencies = [
6355 "yoke",
6356 "zerofrom",
6357 "zerovec-derive",
6358]
6359
6360[[package]]
6361name = "zerovec-derive"
klensy7142c8d2023-11-09 11:37:306362version = "0.10.0"
Charles Lewa7750042022-11-06 06:43:256363source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306364checksum = "acabf549809064225ff8878baedc4ce3732ac3b07e7c7ce6e5c2ccdbc485c324"
Charles Lewa7750042022-11-06 06:43:256365dependencies = [
6366 "proc-macro2",
6367 "quote",
klensy7142c8d2023-11-09 11:37:306368 "syn 2.0.29",
Charles Lewa7750042022-11-06 06:43:256369]
Jakub Beránek91d2fb22023-06-03 07:41:446370
6371[[package]]
6372name = "zip"
6373version = "0.6.6"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
6376dependencies = [
6377 "byteorder",
6378 "crc32fast",
6379 "crossbeam-utils",
6380 "flate2",
6381]