blob: ad9e4fcb2d1a9359c4bd8cf7e002ce6ad31285f3 [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"
Weihang Lo9926f6e2022-10-22 12:05:482063version = "0.10.5"
Eric Huss78529352021-06-02 03:38:392064source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:482065checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
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"
dirreke74817b72023-08-14 14:57:382594version = "0.32.0"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
2597dependencies = [
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 = [
Vadim Petrochenkov6054a302020-02-29 17:16:263474 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463475 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:203476 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:463477]
3478
3479[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203480name = "rustc_attr"
3481version = "0.0.0"
3482dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263483 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463484 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203485 "rustc_data_structures",
3486 "rustc_errors",
3487 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003488 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:483489 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203490 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403491 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203492 "rustc_session",
3493 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203494]
3495
3496[[package]]
Charles Lewa7750042022-11-06 06:43:253497name = "rustc_baked_icu_data"
3498version = "0.0.0"
3499dependencies = [
3500 "icu_list",
3501 "icu_locid",
Nilstriebffffc202023-11-06 13:42:203502 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:253503 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223504 "icu_provider_adapters",
Charles Lewbde2f982022-11-06 06:58:223505 "zerovec",
Charles Lewa7750042022-11-06 06:43:253506]
3507
3508[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403509name = "rustc_borrowck"
3510version = "0.0.0"
3511dependencies = [
3512 "either",
pierwillf684acd2022-03-04 17:54:283513 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403514 "polonius-engine",
3515 "rustc_data_structures",
3516 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003517 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403518 "rustc_graphviz",
3519 "rustc_hir",
3520 "rustc_index",
3521 "rustc_infer",
3522 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013523 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403524 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073525 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403526 "rustc_serialize",
3527 "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",
3937 "rustc_serialize",
3938 "rustc_session",
3939 "rustc_span",
3940 "rustc_target",
3941 "rustc_trait_selection",
3942 "rustc_type_ir",
3943 "smallvec",
3944 "tracing",
3945]
3946
3947[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293948name = "rustc_incremental"
3949version = "0.0.0"
3950dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413951 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263952 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093953 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593954 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003955 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093956 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403957 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573958 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573959 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453960 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403961 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163962 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323963 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:163964 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003965 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293966]
3967
3968[[package]]
csmoe1cff2e62019-09-25 19:09:513969name = "rustc_index"
3970version = "0.0.0"
3971dependencies = [
Weihang Lof795a152023-03-15 12:50:043972 "arrayvec",
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]]
Camille GILLOTf07e8892020-01-06 19:13:243979name = "rustc_infer"
3980version = "0.0.0"
3981dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243982 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243983 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003984 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:243985 "rustc_hir",
3986 "rustc_index",
3987 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453988 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403989 "rustc_serialize",
Camille GILLOTf07e8892020-01-06 19:13:243990 "rustc_span",
3991 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293992 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003993 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243994]
3995
3996[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233997name = "rustc_interface"
3998version = "0.0.0"
3999dependencies = [
Ralf Jung6687c072023-10-01 05:03:424000 "libloading 0.7.4",
Igor Matuszewski5b091302019-12-10 15:01:014001 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:314002 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:264003 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564004 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:444005 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:204006 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:404007 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324008 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:354009 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:094010 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:114011 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:094012 "rustc_data_structures",
4013 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324014 "rustc_expand",
Vadim Petrochenkov7353c962023-08-09 12:28:004015 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004016 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314017 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:274018 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294019 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:374020 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:094021 "rustc_incremental",
Alex Crichton093ede22019-08-15 00:45:094022 "rustc_lint",
finalchildc1a98412022-08-16 20:07:474023 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094024 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454025 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:444026 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:254027 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:154028 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134029 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:094030 "rustc_passes",
Alex Crichton093ede22019-08-15 00:45:094031 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:164032 "rustc_query_impl",
John Kåre Alsaker66d85432023-03-25 08:46:194033 "rustc_query_system",
Alex Crichton093ede22019-08-15 00:45:094034 "rustc_resolve",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:164035 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324036 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:584037 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:164038 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404039 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094040 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374041 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004042 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:234043]
4044
4045[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404046name = "rustc_lexer"
Michael Goulet60c95442023-10-18 21:55:154047version = "0.0.0"
Aleksey Kladov395ee0b2019-05-06 08:53:404048dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504049 "expect-test",
Charles Lewbca79a22023-07-29 00:47:214050 "unicode-properties",
Aaron Hill70ba4912020-08-01 14:11:154051 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404052]
4053
4054[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294055name = "rustc_lint"
4056version = "0.0.0"
4057dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264058 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464059 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204060 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094061 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474062 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384063 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004064 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574065 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334066 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354067 "rustc_infer",
David Wood9d864c82022-06-30 07:57:454068 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454069 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424070 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:204071 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324072 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094073 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404074 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464075 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004076 "tracing",
Charles Lew485e98a2020-01-02 12:02:224077 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294078]
4079
4080[[package]]
Aaron Hill23018a52020-08-13 19:41:524081name = "rustc_lint_defs"
4082version = "0.0.0"
4083dependencies = [
4084 "rustc_ast",
4085 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:044086 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:274087 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524088 "rustc_macros",
4089 "rustc_serialize",
4090 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384091 "rustc_target",
bjorn362a4f912021-06-03 19:14:154092 "serde",
Aaron Hill23018a52020-08-13 19:41:524093]
4094
4095[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294096name = "rustc_llvm"
4097version = "0.0.0"
4098dependencies = [
Alex Crichton093ede22019-08-15 00:45:094099 "cc",
Aaron Hill47e932b2019-12-12 15:51:194100 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294101]
4102
4103[[package]]
David Tolnay6152d152022-01-04 00:32:524104name = "rustc_log"
4105version = "0.0.0"
4106dependencies = [
David Tolnayffbeebb2022-01-04 06:01:354107 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524108 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:484109 "tracing-core",
David Tolnay6152d152022-01-04 00:32:524110 "tracing-subscriber",
4111 "tracing-tree",
4112]
4113
4114[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104115name = "rustc_macros"
Michael Goulet60c95442023-10-18 21:55:154116version = "0.0.0"
John Kåre Alsaker74b64192019-03-01 00:22:104117dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154118 "proc-macro2",
4119 "quote",
Ralf Jung47ba2a92023-08-22 11:47:384120 "syn 2.0.29",
klensy7142c8d2023-11-09 11:37:304121 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104122]
4123
4124[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294125name = "rustc_metadata"
4126version = "0.0.0"
4127dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354128 "bitflags 1.3.2",
Ralf Jung6687c072023-10-01 05:03:424129 "libloading 0.7.4",
Michael Woeristerd0be27c2021-07-20 11:54:374130 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264131 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204132 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094133 "rustc_data_structures",
4134 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324135 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174136 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004137 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314138 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574139 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194140 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104141 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574142 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454143 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404144 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084145 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324146 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094147 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464148 "rustc_type_ir",
Josh Triplett574f6be2020-08-20 23:16:304149 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044150 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004151 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294152]
4153
4154[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454155name = "rustc_middle"
4156version = "0.0.0"
4157dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354158 "bitflags 1.3.2",
Maybe Wafflee20e5062022-11-28 11:11:454159 "derive_more",
Camille GILLOTfd9c04f2021-01-05 18:53:074160 "either",
John Kåre Alsaker7aab1dd2023-04-30 07:29:024161 "field-offset",
Camille GILLOTfd9c04f2021-01-05 18:53:074162 "gsgdt",
John Kåre Alsaker66d85432023-03-25 08:46:194163 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454164 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:264165 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454166 "rustc-rayon-core",
4167 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404168 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454169 "rustc_ast",
4170 "rustc_attr",
4171 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:474172 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454173 "rustc_errors",
4174 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004175 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074176 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454177 "rustc_hir",
4178 "rustc_index",
4179 "rustc_macros",
4180 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404181 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454182 "rustc_session",
4183 "rustc_span",
4184 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104185 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294186 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304187 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004188 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454189]
4190
4191[[package]]
Matthew Jasperb3589292020-01-05 15:46:444192name = "rustc_mir_build"
4193version = "0.0.0"
4194dependencies = [
Ralf Jung41018892022-11-18 09:18:324195 "either",
Matthew Jasperb3589292020-01-05 15:46:444196 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404197 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264198 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:444199 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444200 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004201 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:444202 "rustc_hir",
4203 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244204 "rustc_infer",
TheOddGarlic82f05442022-08-20 11:28:434205 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454206 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404207 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074208 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444209 "rustc_span",
4210 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404211 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294212 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004213 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444214]
4215
4216[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074217name = "rustc_mir_dataflow"
4218version = "0.0.0"
4219dependencies = [
4220 "polonius-engine",
4221 "regex",
4222 "rustc_ast",
4223 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144224 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004225 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074226 "rustc_graphviz",
4227 "rustc_hir",
4228 "rustc_index",
5225225ee2b1612022-08-19 09:21:144229 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074230 "rustc_middle",
4231 "rustc_serialize",
Camille GILLOTfd9c04f2021-01-05 18:53:074232 "rustc_span",
4233 "rustc_target",
4234 "smallvec",
4235 "tracing",
4236]
4237
4238[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254239name = "rustc_mir_transform"
4240version = "0.0.0"
4241dependencies = [
4242 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:324243 "either",
pierwillf684acd2022-03-04 17:54:284244 "itertools",
Camille GILLOT751a0792023-01-16 22:12:364245 "rustc_arena",
Camille GILLOTbba4be62021-01-01 00:53:254246 "rustc_ast",
4247 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114248 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254249 "rustc_data_structures",
4250 "rustc_errors",
clubby789d5bc5812023-04-30 01:20:534251 "rustc_fluent_macro",
Camille GILLOTbba4be62021-01-01 00:53:254252 "rustc_hir",
4253 "rustc_index",
clubby789d5bc5812023-04-30 01:20:534254 "rustc_macros",
Camille GILLOTbba4be62021-01-01 00:53:254255 "rustc_middle",
Martin Nordholtsb4b33df2023-07-20 19:01:274256 "rustc_mir_build",
Camille GILLOTfd9c04f2021-01-05 18:53:074257 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254258 "rustc_serialize",
4259 "rustc_session",
4260 "rustc_span",
4261 "rustc_target",
4262 "rustc_trait_selection",
4263 "smallvec",
4264 "tracing",
4265]
4266
4267[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154268name = "rustc_monomorphize"
4269version = "0.0.0"
4270dependencies = [
4271 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474272 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004273 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:154274 "rustc_hir",
Nathan Stocks137f20c2022-08-18 21:51:474275 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154276 "rustc_middle",
4277 "rustc_session",
4278 "rustc_span",
4279 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:094280 "serde",
4281 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:154282 "tracing",
4283]
4284
4285[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134286name = "rustc_parse"
4287version = "0.0.0"
4288dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354289 "bitflags 1.3.2",
Vadim Petrochenkov6054a302020-02-29 17:16:264290 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464291 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134292 "rustc_data_structures",
4293 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384294 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004295 "rustc_fluent_macro",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134296 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244297 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204298 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324299 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:524300 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004301 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404302 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004303 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134304]
4305
4306[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404307name = "rustc_parse_format"
4308version = "0.0.0"
4309dependencies = [
Lukas Wirth2bba05612023-09-05 17:11:504310 "rustc_index",
Vadim Petrochenkov11d95142020-06-02 17:03:404311 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404312]
4313
4314[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294315name = "rustc_passes"
4316version = "0.0.0"
4317dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:244318 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:264319 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134320 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204321 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094322 "rustc_data_structures",
4323 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434324 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414325 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004326 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574327 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574328 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124329 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044330 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454331 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004332 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434333 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324334 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574335 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:374336 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004337 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294338]
4339
4340[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294341name = "rustc_privacy"
4342version = "0.0.0"
4343dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574344 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204345 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094346 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164347 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004348 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574349 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294350 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:344351 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454352 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084353 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324354 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004355 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294356]
4357
4358[[package]]
Camille GILLOT4581d162021-01-19 19:40:164359name = "rustc_query_impl"
4360version = "0.0.0"
4361dependencies = [
John Kåre Alsaker7aab1dd2023-04-30 07:29:024362 "field-offset",
Ralf Jung61a986a2022-06-26 02:21:494363 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164364 "rustc-rayon-core",
Camille GILLOT4581d162021-01-19 19:40:164365 "rustc_data_structures",
4366 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164367 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014368 "rustc_index",
Camille GILLOT4581d162021-01-19 19:40:164369 "rustc_middle",
4370 "rustc_query_system",
4371 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014372 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164373 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:304374 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134375 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164376]
4377
4378[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224379name = "rustc_query_system"
4380version = "0.0.0"
4381dependencies = [
klensy383b7152023-08-03 13:05:264382 "parking_lot 0.12.1",
Camille GILLOT8e873c32020-03-19 13:13:314383 "rustc-rayon-core",
Camille GILLOTc355b2e2020-11-14 15:35:314384 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224385 "rustc_data_structures",
4386 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314387 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004388 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:314389 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224390 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574391 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404392 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374393 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314394 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314395 "rustc_target",
Eric Holk578fc492022-09-07 21:46:044396 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294397 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304398 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004399 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224400]
4401
4402[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294403name = "rustc_resolve"
4404version = "0.0.0"
4405dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354406 "bitflags 1.3.2",
Weihang Lo55a79152023-02-17 23:55:454407 "pulldown-cmark",
Vadim Petrochenkov11d95142020-06-02 17:03:404408 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264409 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464410 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204411 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094412 "rustc_data_structures",
4413 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324414 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184415 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004416 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574417 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294418 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384419 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094420 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454421 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504422 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564423 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324424 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294425 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524426 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004427 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294428]
4429
4430[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404431name = "rustc_serialize"
4432version = "0.0.0"
4433dependencies = [
klensyc653bb92023-11-18 09:42:054434 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504435 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294436 "smallvec",
Nicholas Nethercoteebee3f82023-05-01 08:51:054437 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304438 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404439]
4440
4441[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334442name = "rustc_session"
4443version = "0.0.0"
4444dependencies = [
Urgau30f94712023-08-23 09:18:204445 "bitflags 1.3.2",
Luca Barbieriac2b84f2020-04-10 20:42:194446 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514447 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264448 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334449 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334450 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284451 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004452 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:284453 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034454 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524455 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574456 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404457 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324458 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284459 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514460 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254461 "termize",
Oliver Schererec7230f2020-07-24 18:42:004462 "tracing",
klensy3c03cce2023-05-09 15:20:134463 "windows",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324464]
4465
4466[[package]]
Oli Scherer9960cc12022-06-02 10:08:384467name = "rustc_smir"
4468version = "0.0.0"
4469dependencies = [
Oğuz Ağcayazı0f27c1b2023-10-09 09:56:144470 "rustc_data_structures",
Santiago Pastorino4b85bea2023-04-24 20:53:514471 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384472 "rustc_middle",
Celina G. Valb66db7e2023-03-04 01:08:494473 "rustc_span",
Celina G. Val44d0fce2023-06-20 17:32:124474 "rustc_target",
Celina G. Val66a554b2023-10-21 06:05:384475 "scoped-tls",
Oli Scherera38e9832023-09-14 15:50:114476 "stable_mir",
Celina G. Valb66db7e2023-03-04 01:08:494477 "tracing",
Oli Scherer9960cc12022-06-02 10:08:384478]
4479
4480[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324481name = "rustc_span"
4482version = "0.0.0"
4483dependencies = [
klensyc653bb92023-11-18 09:42:054484 "indexmap",
Igor Matuszewskibd37d7d2020-12-05 15:40:244485 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404486 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324487 "rustc_data_structures",
4488 "rustc_index",
4489 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404490 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324491 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524492 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064493 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004494 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324495 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334496]
4497
4498[[package]]
Mark Mansi2d75a332020-03-12 23:07:584499name = "rustc_symbol_mangling"
4500version = "0.0.0"
4501dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354502 "bitflags 1.3.2",
Mark Mansi2d75a332020-03-12 23:07:584503 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584504 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584505 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134506 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584507 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454508 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584509 "rustc_session",
4510 "rustc_span",
4511 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004512 "tracing",
Ramon de C Valle65698ae2022-11-22 05:29:004513 "twox-hash",
Mark Mansi2d75a332020-03-12 23:07:584514]
4515
4516[[package]]
Irina Popa38e96402017-12-08 19:18:214517name = "rustc_target"
4518version = "0.0.0"
4519dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354520 "bitflags 1.3.2",
Tyler Mandry4c14ca32023-08-22 19:20:354521 "object",
hkalbasi390a6372022-11-06 21:06:114522 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094523 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154524 "rustc_feature",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314525 "rustc_fs_util",
Lukas Wirthf14b7c92023-09-29 15:14:564526 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524527 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404528 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324529 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094530 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004531 "tracing",
Irina Popa38e96402017-12-08 19:18:214532]
4533
4534[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064535name = "rustc_tools_util"
Philipp Krones10f2a6d2022-12-17 13:21:374536version = "0.3.0"
4537source = "registry+https://github.com/rust-lang/crates.io-index"
4538checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4539
4540[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404541name = "rustc_trait_selection"
4542version = "0.0.0"
4543dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404544 "rustc_ast",
4545 "rustc_attr",
4546 "rustc_data_structures",
4547 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004548 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404549 "rustc_hir",
4550 "rustc_index",
4551 "rustc_infer",
4552 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454553 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404554 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544555 "rustc_query_system",
lcnrb738b062023-01-11 12:39:024556 "rustc_serialize",
Camille GILLOTc1e3d552020-02-11 18:53:404557 "rustc_session",
4558 "rustc_span",
4559 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134560 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294561 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004562 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404563]
4564
4565[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544566name = "rustc_traits"
4567version = "0.0.0"
4568dependencies = [
Alex Crichton093ede22019-08-15 00:45:094569 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574570 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244571 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454572 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324573 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404574 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004575 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544576]
4577
4578[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134579name = "rustc_transmute"
Michael Goulet60c95442023-10-18 21:55:154580version = "0.0.0"
Jack Wrennbc4a1de2021-07-03 16:18:134581dependencies = [
4582 "itertools",
4583 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144584 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134585 "rustc_infer",
4586 "rustc_macros",
4587 "rustc_middle",
4588 "rustc_span",
4589 "rustc_target",
4590 "tracing",
4591]
4592
4593[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374594name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304595version = "0.0.0"
4596dependencies = [
lcnr5378f072023-06-27 21:13:394597 "itertools",
Camille GILLOT9908a872020-01-13 12:40:304598 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294599 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004600 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304601 "rustc_hir",
kadmine612e262022-07-09 09:35:064602 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244603 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314604 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454605 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084606 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304607 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324608 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404609 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464610 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004611 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304612]
4613
4614[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104615name = "rustc_type_ir"
4616version = "0.0.0"
4617dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354618 "bitflags 1.3.2",
Michael Gouletde830572023-10-30 17:09:174619 "derivative",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104620 "rustc_data_structures",
4621 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554622 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104623 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344624 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104625]
4626
4627[[package]]
Oliver Schneider847bb142018-05-11 12:11:064628name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004629version = "0.4.0"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4632dependencies = [
klensy8ebc73b2022-02-06 20:57:294633 "semver",
Ralf Junge5d01782021-10-04 22:13:004634]
4635
4636[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294637name = "rustdoc"
4638version = "0.0.0"
4639dependencies = [
Weihang Lof795a152023-03-15 12:50:044640 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464641 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284642 "expect-test",
klensyc653bb92023-11-18 09:42:054643 "indexmap",
pierwillf684acd2022-03-04 17:54:284644 "itertools",
Alex Crichton093ede22019-08-15 00:45:094645 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044646 "once_cell",
Guillaume Gomezf467b8d2020-10-13 13:46:344647 "regex",
Rune Tynan67b78a02021-01-25 21:23:434648 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454649 "serde",
4650 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294651 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094652 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004653 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294654 "tracing",
4655 "tracing-subscriber",
4656 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584657]
4658
4659[[package]]
ozkanonurc36b2092023-05-20 11:40:114660name = "rustdoc-gui-test"
4661version = "0.1.0"
4662dependencies = [
ozkanonurc64db2c2023-05-30 07:54:404663 "build_helper",
ozkanonurc36b2092023-05-20 11:40:114664 "compiletest",
4665 "getopts",
4666 "walkdir",
4667]
4668
4669[[package]]
Rune Tynan67b78a02021-01-25 21:23:434670name = "rustdoc-json-types"
4671version = "0.1.0"
4672dependencies = [
Luca Palmiericd7688b2023-05-22 17:26:204673 "bincode",
ozkanonur52c71e62023-03-01 21:53:024674 "rustc-hash",
Rune Tynan67b78a02021-01-25 21:23:434675 "serde",
Rune Tynanca48d152021-03-04 23:45:574676 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434677]
4678
4679[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534680name = "rustdoc-themes"
4681version = "0.1.0"
4682
4683[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584684name = "rustdoc-tool"
4685version = "0.0.0"
4686dependencies = [
Alex Crichton093ede22019-08-15 00:45:094687 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294688]
4689
4690[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154691name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444692version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044693source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444694checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504695dependencies = [
4696 "anyhow",
4697 "log",
4698 "serde",
4699 "serde_json",
4700]
4701
4702[[package]]
topecongiro5a411a62019-06-18 12:15:194703name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144704version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194705dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154706 "proc-macro2",
4707 "quote",
Alex Crichton093ede22019-08-15 00:45:094708 "serde",
Ralf Jung47ba2a92023-08-22 11:47:384709 "syn 2.0.29",
topecongiro5a411a62019-06-18 12:15:194710]
4711
4712[[package]]
Alex Crichton1cede102017-06-15 02:33:064713name = "rustfmt-nightly"
Caleb Cartwright35400e82023-10-23 01:34:124714version = "1.7.0"
kennytm0692b3d2017-12-15 19:41:584715dependencies = [
klensy754b5262022-07-31 13:44:064716 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394717 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094718 "bytecount",
Ralf Jung5aecfe42023-10-07 05:55:484719 "cargo_metadata 0.15.4",
klensye1c33132023-06-21 09:32:344720 "clap",
Caleb Cartwright35400e82023-10-23 01:34:124721 "clap-cargo",
Alex Crichton093ede22019-08-15 00:45:094722 "diff",
4723 "dirs",
Alex Crichton093ede22019-08-15 00:45:094724 "getopts",
4725 "ignore",
pierwillf684acd2022-03-04 17:54:284726 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424727 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094728 "regex",
Alex Crichton093ede22019-08-15 00:45:094729 "rustfmt-config_proc_macro",
4730 "serde",
4731 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544732 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394733 "thiserror",
Nilstrieb3295cdf2023-06-26 07:21:354734 "toml 0.7.5",
Caleb Cartwright35400e82023-10-23 01:34:124735 "tracing",
4736 "tracing-subscriber",
4737 "unicode-properties",
Alex Crichton093ede22019-08-15 00:45:094738 "unicode-segmentation",
4739 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:274740]
4741
4742[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044743name = "rustix"
chenx97b1d64c62023-10-12 10:44:394744version = "0.38.19"
Weihang Lo1e5dad02022-11-25 22:37:044745source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97b1d64c62023-10-12 10:44:394746checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
Weihang Lo1e5dad02022-11-25 22:37:044747dependencies = [
chenx97141c4632023-09-21 11:31:014748 "bitflags 2.4.0",
Nilstrieb3295cdf2023-06-26 07:21:354749 "errno",
4750 "libc",
chenx97141c4632023-09-21 11:31:014751 "linux-raw-sys",
Philipp Kronesac25a732023-08-24 19:33:174752 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:044753]
4754
4755[[package]]
flip19950046d7c2021-02-25 10:26:234756name = "rustversion"
Nilstrieb3295cdf2023-06-26 07:21:354757version = "1.0.12"
flip19950046d7c2021-02-25 10:26:234758source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354759checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
flip19950046d7c2021-02-25 10:26:234760
4761[[package]]
Jubilee Young7156ff62023-05-10 03:29:274762name = "ruzstd"
dirreke74817b72023-08-14 14:57:384763version = "0.4.0"
Jubilee Young7156ff62023-05-10 03:29:274764source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:384765checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"
Jubilee Young7156ff62023-05-10 03:29:274766dependencies = [
4767 "byteorder",
dirreke74817b72023-08-14 14:57:384768 "thiserror-core",
Jubilee Young7156ff62023-05-10 03:29:274769 "twox-hash",
4770]
4771
4772[[package]]
Alex Crichton2863b752018-08-21 17:23:474773name = "ryu"
Nilstrieb3295cdf2023-06-26 07:21:354774version = "1.0.13"
Alex Crichton2863b752018-08-21 17:23:474775source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354776checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
Alex Crichton2863b752018-08-21 17:23:474777
4778[[package]]
Josh Stone020c5ec2017-05-08 22:01:134779name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444780version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224781source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444782checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224783dependencies = [
Alex Crichton093ede22019-08-15 00:45:094784 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224785]
4786
4787[[package]]
4788name = "schannel"
klensy55935df2023-08-06 10:24:594789version = "0.1.22"
Alex Crichton80d6ed22018-01-08 21:56:224790source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:594791checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
Alex Crichton80d6ed22018-01-08 21:56:224792dependencies = [
Philipp Kronesac25a732023-08-24 19:33:174793 "windows-sys 0.48.0",
Alex Crichton80d6ed22018-01-08 21:56:224794]
4795
4796[[package]]
Alex Crichton453080f2017-06-05 16:36:484797name = "scoped-tls"
Nilstrieb3295cdf2023-06-26 07:21:354798version = "1.0.1"
Marcel Hellwig56fb2872019-02-26 10:15:524799source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354800checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
Marcel Hellwig56fb2872019-02-26 10:15:524801
4802[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124803name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444804version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254805source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444806checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254807
4808[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:444809name = "security-framework"
4810version = "2.9.1"
4811source = "registry+https://github.com/rust-lang/crates.io-index"
4812checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
4813dependencies = [
4814 "bitflags 1.3.2",
4815 "core-foundation",
4816 "core-foundation-sys",
4817 "libc",
4818 "security-framework-sys",
4819]
4820
4821[[package]]
4822name = "security-framework-sys"
4823version = "2.9.0"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
4826dependencies = [
4827 "core-foundation-sys",
4828 "libc",
4829]
4830
4831[[package]]
David Wood7f916972022-03-26 07:27:434832name = "self_cell"
klensyc653bb92023-11-18 09:42:054833version = "0.10.3"
David Wood7f916972022-03-26 07:27:434834source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:054835checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
4836dependencies = [
4837 "self_cell 1.0.2",
4838]
4839
4840[[package]]
4841name = "self_cell"
4842version = "1.0.2"
4843source = "registry+https://github.com/rust-lang/crates.io-index"
4844checksum = "e388332cd64eb80cd595a00941baf513caffae8dce9cfd0467fc9c66397dade6"
David Wood7f916972022-03-26 07:27:434845
4846[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584847name = "semver"
Nilstrieb3295cdf2023-06-26 07:21:354848version = "1.0.17"
Eric Huss78529352021-06-02 03:38:394849source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354850checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
Eric Huss78529352021-06-02 03:38:394851dependencies = [
4852 "serde",
4853]
4854
4855[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584856name = "serde"
Ralf Jung47ba2a92023-08-22 11:47:384857version = "1.0.185"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584858source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:384859checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31"
Eric Huss57393642018-12-17 18:23:044860dependencies = [
Alex Crichton093ede22019-08-15 00:45:094861 "serde_derive",
Eric Huss57393642018-12-17 18:23:044862]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584863
4864[[package]]
4865name = "serde_derive"
Ralf Jung47ba2a92023-08-22 11:47:384866version = "1.0.185"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584867source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:384868checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584869dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154870 "proc-macro2",
4871 "quote",
Ralf Jung47ba2a92023-08-22 11:47:384872 "syn 2.0.29",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584873]
4874
4875[[package]]
4876name = "serde_json"
Nilstrieb3295cdf2023-06-26 07:21:354877version = "1.0.99"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584878source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354879checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584880dependencies = [
klensyc653bb92023-11-18 09:42:054881 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094882 "itoa",
4883 "ryu",
4884 "serde",
Steve Klabnik2795de32017-02-20 00:20:574885]
4886
4887[[package]]
Philipp Krones612c3422023-06-02 09:42:424888name = "serde_spanned"
Nilstrieb3295cdf2023-06-26 07:21:354889version = "0.6.3"
Philipp Krones612c3422023-06-02 09:42:424890source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354891checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
Philipp Krones612c3422023-06-02 09:42:424892dependencies = [
4893 "serde",
4894]
4895
4896[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:444897name = "serde_urlencoded"
4898version = "0.7.1"
4899source = "registry+https://github.com/rust-lang/crates.io-index"
4900checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4901dependencies = [
4902 "form_urlencoded",
4903 "itoa",
4904 "ryu",
4905 "serde",
4906]
4907
4908[[package]]
Pietro Albini4f40eee2023-01-10 12:13:044909name = "sha1"
4910version = "0.10.5"
4911source = "registry+https://github.com/rust-lang/crates.io-index"
4912checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
4913dependencies = [
4914 "cfg-if",
4915 "cpufeatures",
4916 "digest",
4917]
4918
4919[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124920name = "sha2"
Nilstrieb3295cdf2023-06-26 07:21:354921version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:124922source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354923checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
Pietro Albiniacd8e592020-10-01 15:15:124924dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424925 "cfg-if",
pierwillef6dd122022-02-10 16:54:014926 "cpufeatures",
klensy45fac342022-08-31 20:04:124927 "digest",
James Munnsde763692019-01-19 02:39:374928]
4929
4930[[package]]
Oliver Schererec7230f2020-07-24 18:42:004931name = "sharded-slab"
Nilstrieb3295cdf2023-06-26 07:21:354932version = "0.1.4"
Oliver Schererec7230f2020-07-24 18:42:004933source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354934checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
Oliver Schererec7230f2020-07-24 18:42:004935dependencies = [
4936 "lazy_static",
4937]
4938
4939[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584940name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444941version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584942source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444943checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584944
4945[[package]]
steveklabnik54371882018-01-25 17:32:254946name = "shlex"
Nilstrieb3295cdf2023-06-26 07:21:354947version = "1.1.0"
Eric Huss788167a2021-02-23 01:05:214948source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354949checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
Eric Huss788167a2021-02-23 01:05:214950
4951[[package]]
steveklabnikecfbaca2018-04-03 14:32:044952name = "siphasher"
Nilstrieb3295cdf2023-06-26 07:21:354953version = "0.3.10"
steveklabnikecfbaca2018-04-03 14:32:044954source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354955checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
steveklabnikecfbaca2018-04-03 14:32:044956
4957[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434958name = "slab"
Philipp Kronesa6d3c822023-07-02 13:07:474959version = "0.4.8"
Matthias Krüger696fb8f2019-01-21 15:32:434960source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:474961checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
4962dependencies = [
4963 "autocfg",
4964]
Matthias Krüger696fb8f2019-01-21 15:32:434965
4966[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014967name = "smallvec"
Wesley Wiser15e9f562023-07-18 19:22:564968version = "1.11.0"
Ralf Jung90b8d342019-11-04 14:59:094969source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser15e9f562023-07-18 19:22:564970checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
Ralf Jung90b8d342019-11-04 14:59:094971
4972[[package]]
Josh Triplett574f6be2020-08-20 23:16:304973name = "snap"
Chris Denton77d7c632023-01-26 05:49:374974version = "1.1.0"
Josh Triplett574f6be2020-08-20 23:16:304975source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton77d7c632023-01-26 05:49:374976checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
Josh Triplett574f6be2020-08-20 23:16:304977
4978[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154979name = "socket2"
Nilstrieb3295cdf2023-06-26 07:21:354980version = "0.4.9"
klensy50c38902021-05-01 11:50:034981source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354982checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
klensy50c38902021-05-01 11:50:034983dependencies = [
4984 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314985 "winapi",
klensy50c38902021-05-01 11:50:034986]
4987
4988[[package]]
Pietro Albini13efb202022-11-15 09:19:174989name = "spdx-expression"
4990version = "0.5.2"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
4993dependencies = [
4994 "nom",
4995 "serde",
4996 "thiserror",
4997 "tracing",
4998]
4999
5000[[package]]
5001name = "spdx-rs"
Nilstrieb3295cdf2023-06-26 07:21:355002version = "0.5.3"
Pietro Albini13efb202022-11-15 09:19:175003source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355004checksum = "74f1f9cfa402cd27dd022fd1943f0f969b10dda75d5e50e3a78ccee9c0188e2a"
Pietro Albini13efb202022-11-15 09:19:175005dependencies = [
5006 "chrono",
5007 "log",
5008 "nom",
5009 "serde",
5010 "spdx-expression",
5011 "strum",
5012 "strum_macros",
5013 "thiserror",
5014 "uuid",
5015]
5016
5017[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455018name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445019version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455020source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445021checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455022
5023[[package]]
Oli Scherera38e9832023-09-14 15:50:115024name = "stable_mir"
5025version = "0.1.0-preview"
5026dependencies = [
5027 "scoped-tls",
5028 "tracing",
5029]
5030
5031[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245032name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:555033version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:245034source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555035checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:245036dependencies = [
5037 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425038 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:245039 "libc",
5040 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315041 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:245042]
5043
5044[[package]]
Eric Huss7758eaf2022-04-28 05:42:545045name = "static_assertions"
5046version = "1.1.0"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5049
5050[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295051name = "std"
5052version = "0.0.0"
5053dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:355054 "addr2line",
Alex Crichton093ede22019-08-15 00:45:095055 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:425056 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095057 "compiler_builtins",
5058 "core",
5059 "dlmalloc",
5060 "fortanix-sgx-abi",
klensyc653bb92023-11-18 09:42:055061 "hashbrown",
5062 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:095063 "libc",
Jubilee Young079949d2023-06-29 23:18:365064 "miniz_oxide",
Tyler Mandry4c14ca32023-08-22 19:20:355065 "object",
Alex Crichton093ede22019-08-15 00:45:095066 "panic_abort",
5067 "panic_unwind",
5068 "profiler_builtins",
Ayush Singh48c6ae02022-12-18 04:24:545069 "r-efi",
5070 "r-efi-alloc",
Thom Chiovolonia4bf36e2022-11-21 00:55:415071 "rand",
5072 "rand_xorshift",
Alex Crichton06d565c2020-05-13 21:22:375073 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:465074 "std_detect",
Alex Crichton093ede22019-08-15 00:45:095075 "unwind",
Thom Chiovolonia4bf36e2022-11-21 00:55:415076 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:295077]
5078
5079[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:465080name = "std_detect"
5081version = "0.1.5"
5082dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425083 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:465084 "compiler_builtins",
5085 "libc",
5086 "rustc-std-workspace-alloc",
5087 "rustc-std-workspace-core",
5088]
5089
5090[[package]]
steveklabnikecfbaca2018-04-03 14:32:045091name = "string_cache"
Nilstrieb3295cdf2023-06-26 07:21:355092version = "0.8.7"
steveklabnikecfbaca2018-04-03 14:32:045093source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355094checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
steveklabnikecfbaca2018-04-03 14:32:045095dependencies = [
Alex Crichton093ede22019-08-15 00:45:095096 "new_debug_unreachable",
Nilstrieb3295cdf2023-06-26 07:21:355097 "once_cell",
5098 "parking_lot 0.12.1",
Alex Crichton093ede22019-08-15 00:45:095099 "phf_shared",
5100 "precomputed-hash",
5101 "serde",
steveklabnikecfbaca2018-04-03 14:32:045102]
5103
5104[[package]]
5105name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:145106version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045107source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145108checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045109dependencies = [
Alex Crichton093ede22019-08-15 00:45:095110 "phf_generator",
5111 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:155112 "proc-macro2",
5113 "quote",
steveklabnikecfbaca2018-04-03 14:32:045114]
5115
5116[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585117name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:335118version = "0.10.0"
5119source = "registry+https://github.com/rust-lang/crates.io-index"
5120checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5121
5122[[package]]
Pietro Albini13efb202022-11-15 09:19:175123name = "strum"
5124version = "0.24.1"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5127
5128[[package]]
5129name = "strum_macros"
5130version = "0.24.3"
5131source = "registry+https://github.com/rust-lang/crates.io-index"
5132checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5133dependencies = [
5134 "heck",
5135 "proc-macro2",
5136 "quote",
5137 "rustversion",
Nilstrieb3295cdf2023-06-26 07:21:355138 "syn 1.0.109",
Pietro Albini13efb202022-11-15 09:19:175139]
5140
5141[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:085142name = "suggest-tests"
5143version = "0.1.0"
5144dependencies = [
5145 "build_helper",
5146 "glob",
5147 "once_cell",
5148]
5149
5150[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115151name = "syn"
Nilstrieb3295cdf2023-06-26 07:21:355152version = "1.0.109"
Igor Matuszewskic2249a42019-09-08 08:28:115153source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355154checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
Igor Matuszewskic2249a42019-09-08 08:28:115155dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155156 "proc-macro2",
5157 "quote",
Andres Suareza65ddf02022-10-09 03:25:405158 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115159]
5160
5161[[package]]
Deadbeefa912a932023-03-23 06:19:255162name = "syn"
Ralf Jung47ba2a92023-08-22 11:47:385163version = "2.0.29"
Deadbeefa912a932023-03-23 06:19:255164source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:385165checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
Deadbeefa912a932023-03-23 06:19:255166dependencies = [
5167 "proc-macro2",
5168 "quote",
5169 "unicode-ident",
5170]
5171
5172[[package]]
Alex Crichton325d7392017-12-10 17:42:495173name = "synstructure"
Deadbeefaf74ef82023-03-27 13:44:065174version = "0.13.0"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06"
5177dependencies = [
5178 "proc-macro2",
5179 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385180 "syn 2.0.29",
Deadbeefaf74ef82023-03-27 13:44:065181 "unicode-xid",
5182]
5183
5184[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445185name = "sysinfo"
5186version = "0.29.2"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "9557d0845b86eea8182f7b10dff120214fb6cd9fd937b6f4917714e546a38695"
5189dependencies = [
5190 "cfg-if",
5191 "core-foundation-sys",
5192 "libc",
5193 "ntapi",
5194 "once_cell",
5195 "winapi",
5196]
5197
5198[[package]]
John Kåre Alsakerfd4c81f2023-03-07 15:10:295199name = "sysroot"
5200version = "0.0.0"
5201dependencies = [
5202 "proc_macro",
5203 "std",
5204 "test",
5205]
5206
5207[[package]]
Jakub Beránek209789e2023-08-09 18:56:115208name = "tabled"
5209version = "0.13.0"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "4d38d39c754ae037a9bc3ca1580a985db7371cd14f1229172d1db9093feb6739"
5212dependencies = [
5213 "papergrid",
Jakub Beránek209789e2023-08-09 18:56:115214 "unicode-width",
5215]
5216
5217[[package]]
Josh Stone020c5ec2017-05-08 22:01:135218name = "tar"
Eric Huss845faad2022-06-08 18:48:315219version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:135220source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:315221checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:135222dependencies = [
Alex Crichton093ede22019-08-15 00:45:095223 "filetime",
5224 "libc",
Alex Crichton093ede22019-08-15 00:45:095225 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135226]
5227
5228[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555229name = "tempfile"
chenx97141c4632023-09-21 11:31:015230version = "3.8.0"
Aleksey Kladov850156a2018-03-29 07:34:555231source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015232checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
Aleksey Kladov850156a2018-03-29 07:34:555233dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425234 "cfg-if",
Ralf Jung55162732022-11-15 19:06:425235 "fastrand",
Arlo Siemsen4d9b4762023-06-02 16:40:365236 "redox_syscall 0.3.5",
chenx97141c4632023-09-21 11:31:015237 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175238 "windows-sys 0.48.0",
Aleksey Kladov850156a2018-03-29 07:34:555239]
5240
5241[[package]]
steveklabnikecfbaca2018-04-03 14:32:045242name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245243version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045244source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245245checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045246dependencies = [
Alex Crichton093ede22019-08-15 00:45:095247 "futf",
5248 "mac",
5249 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045250]
5251
5252[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295253name = "term"
flip19950046d7c2021-02-25 10:26:235254version = "0.7.0"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5257dependencies = [
5258 "dirs-next",
5259 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315260 "winapi",
flip19950046d7c2021-02-25 10:26:235261]
5262
5263[[package]]
Alex Crichton1cede102017-06-15 02:33:065264name = "termcolor"
Nilstrieb3295cdf2023-06-26 07:21:355265version = "1.2.0"
Alex Crichtonfa5b3d32018-07-26 00:25:125266source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355267checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
Alex Crichtonfa5b3d32018-07-26 00:25:125268dependencies = [
Eric Huss89d79062020-07-29 18:02:055269 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125270]
5271
5272[[package]]
Eric Huss2717f602023-01-06 01:20:595273name = "terminal_size"
chenx97141c4632023-09-21 11:31:015274version = "0.3.0"
Eric Huss2717f602023-01-06 01:20:595275source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015276checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
Eric Huss2717f602023-01-06 01:20:595277dependencies = [
chenx97141c4632023-09-21 11:31:015278 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175279 "windows-sys 0.48.0",
Eric Huss2717f602023-01-06 01:20:595280]
5281
5282[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485283name = "termize"
5284version = "0.1.1"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5287dependencies = [
5288 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315289 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485290]
5291
5292[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295293name = "test"
5294version = "0.0.0"
5295dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:085296 "core",
Alex Crichton093ede22019-08-15 00:45:095297 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085298 "panic_abort",
5299 "panic_unwind",
Alex Crichtonb47c9692019-08-16 15:29:085300 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295301]
5302
5303[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185304name = "tester"
Nilstrieb3295cdf2023-06-26 07:21:355305version = "0.9.1"
flip19950046d7c2021-02-25 10:26:235306source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355307checksum = "89e8bf7e0eb2dd7b4228cc1b6821fc5114cd6841ae59f652a85488c016091e5f"
flip19950046d7c2021-02-25 10:26:235308dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425309 "cfg-if",
flip19950046d7c2021-02-25 10:26:235310 "getopts",
5311 "libc",
5312 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:545313 "term",
flip19950046d7c2021-02-25 10:26:235314]
5315
5316[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305317name = "thin-vec"
Nicholas Nethercote06228d62022-12-05 23:19:325318version = "0.2.12"
Nicholas Nethercoteb38106b2022-08-17 04:22:305319source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote06228d62022-12-05 23:19:325320checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
Nicholas Nethercoteb38106b2022-08-17 04:22:305321
5322[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305323name = "thiserror"
Rémy Rakicdf3819b2023-08-17 19:48:225324version = "1.0.47"
Pietro Albini9beb8f52019-11-26 11:06:305325source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdf3819b2023-08-17 19:48:225326checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
Pietro Albini9beb8f52019-11-26 11:06:305327dependencies = [
5328 "thiserror-impl",
5329]
5330
5331[[package]]
dirreke74817b72023-08-14 14:57:385332name = "thiserror-core"
5333version = "1.0.38"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"
5336dependencies = [
5337 "thiserror-core-impl",
5338]
5339
5340[[package]]
5341name = "thiserror-core-impl"
5342version = "1.0.38"
5343source = "registry+https://github.com/rust-lang/crates.io-index"
5344checksum = "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"
5345dependencies = [
5346 "proc-macro2",
5347 "quote",
5348 "syn 1.0.109",
5349]
5350
5351[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305352name = "thiserror-impl"
Rémy Rakicdf3819b2023-08-17 19:48:225353version = "1.0.47"
Pietro Albini9beb8f52019-11-26 11:06:305354source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdf3819b2023-08-17 19:48:225355checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
Pietro Albini9beb8f52019-11-26 11:06:305356dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155357 "proc-macro2",
5358 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385359 "syn 2.0.29",
Pietro Albini9beb8f52019-11-26 11:06:305360]
5361
5362[[package]]
David Wood2dc1a8a2021-12-03 14:24:055363name = "thorin-dwp"
dirreke74817b72023-08-14 14:57:385364version = "0.7.0"
David Wood2dc1a8a2021-12-03 14:24:055365source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:385366checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
David Wood2dc1a8a2021-12-03 14:24:055367dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:355368 "gimli",
klensyc653bb92023-11-18 09:42:055369 "hashbrown",
Tyler Mandry4c14ca32023-08-22 19:20:355370 "object",
David Wood2dc1a8a2021-12-03 14:24:055371 "tracing",
5372]
5373
5374[[package]]
Steve Klabnika0769612017-02-07 23:13:575375name = "thread_local"
Nilstrieb3295cdf2023-06-26 07:21:355376version = "1.1.7"
Igor Matuszewski8fc4bba2020-02-12 14:47:315377source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355378checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
Igor Matuszewski8fc4bba2020-02-12 14:47:315379dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355380 "cfg-if",
klensy9f621ae2022-01-24 17:19:215381 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315382]
5383
5384[[package]]
Guillaume Gomez50f75202023-03-14 19:28:005385name = "threadpool"
5386version = "1.8.1"
5387source = "registry+https://github.com/rust-lang/crates.io-index"
5388checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
5389dependencies = [
5390 "num_cpus",
5391]
5392
5393[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295394name = "tidy"
5395version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565396dependencies = [
Weihang Lof795a152023-03-15 12:50:045397 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485398 "cargo_metadata 0.15.4",
yukang18511ba2022-11-04 08:56:485399 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:425400 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:255401 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095402 "regex",
DebugSteven540ca2f2023-01-05 04:57:205403 "semver",
Nilstrieb75b3ee22022-12-30 11:23:055404 "termcolor",
Alex Crichton093ede22019-08-15 00:45:095405 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565406]
Ahmed Charles9ca382f2016-09-02 08:55:295407
5408[[package]]
Eric Hussce717472020-08-11 23:49:395409name = "tier-check"
5410version = "0.1.0"
5411
5412[[package]]
Esteban Küber8eb58432023-03-03 22:25:185413name = "time"
5414version = "0.3.22"
5415source = "registry+https://github.com/rust-lang/crates.io-index"
5416checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
5417dependencies = [
5418 "itoa",
5419 "serde",
5420 "time-core",
5421 "time-macros",
5422]
5423
5424[[package]]
5425name = "time-core"
5426version = "0.1.1"
5427source = "registry+https://github.com/rust-lang/crates.io-index"
5428checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
5429
5430[[package]]
5431name = "time-macros"
5432version = "0.2.9"
5433source = "registry+https://github.com/rust-lang/crates.io-index"
5434checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
5435dependencies = [
5436 "time-core",
5437]
5438
5439[[package]]
David Wood7f916972022-03-26 07:27:435440name = "tinystr"
Nilstriebffffc202023-11-06 13:42:205441version = "0.7.4"
David Wood7f916972022-03-26 07:27:435442source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:205443checksum = "d5d0e245e80bdc9b4e5356fc45a72184abbc3861992603f515270e9340f5a219"
Manish Goregaokar288194e2022-10-19 23:24:425444dependencies = [
5445 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255446 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425447]
David Wood7f916972022-03-26 07:27:435448
5449[[package]]
Mark Rousskov342d9562020-08-17 15:21:445450name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565451version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445452source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565453checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5454dependencies = [
5455 "tinyvec_macros",
5456]
5457
5458[[package]]
5459name = "tinyvec_macros"
Nilstrieb3295cdf2023-06-26 07:21:355460version = "0.1.1"
Charles Lewa76dcd82022-09-16 17:55:565461source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355462checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
Mark Rousskov342d9562020-08-17 15:21:445463
5464[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435465name = "tokio"
Philipp Kronesa6d3c822023-07-02 13:07:475466version = "1.29.1"
Matthias Krüger696fb8f2019-01-21 15:32:435467source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:475468checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
Matthias Krüger696fb8f2019-01-21 15:32:435469dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315470 "autocfg",
Philipp Kronesa6d3c822023-07-02 13:07:475471 "backtrace",
Alex Crichton093ede22019-08-15 00:45:095472 "bytes",
Jakub Beránek91d2fb22023-06-03 07:41:445473 "libc",
5474 "mio",
5475 "num_cpus",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315476 "pin-project-lite",
Jakub Beránek91d2fb22023-06-03 07:41:445477 "socket2",
Philipp Kronesac25a732023-08-24 19:33:175478 "windows-sys 0.48.0",
Jakub Beránek91d2fb22023-06-03 07:41:445479]
5480
5481[[package]]
5482name = "tokio-native-tls"
5483version = "0.3.1"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5486dependencies = [
5487 "native-tls",
5488 "tokio",
5489]
5490
5491[[package]]
5492name = "tokio-util"
5493version = "0.7.2"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
5496dependencies = [
5497 "bytes",
5498 "futures-core",
5499 "futures-sink",
5500 "pin-project-lite",
5501 "tokio",
5502 "tracing",
Matthias Krüger696fb8f2019-01-21 15:32:435503]
5504
5505[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295506name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355507version = "0.5.11"
Eric Hussd2228ca2019-03-29 03:13:135508source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355509checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
Eric Hussd2228ca2019-03-29 03:13:135510dependencies = [
Alex Crichton093ede22019-08-15 00:45:095511 "serde",
Eric Hussd2228ca2019-03-29 03:13:135512]
5513
5514[[package]]
Philipp Krones612c3422023-06-02 09:42:425515name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355516version = "0.7.5"
Philipp Krones612c3422023-06-02 09:42:425517source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355518checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240"
Philipp Krones612c3422023-06-02 09:42:425519dependencies = [
5520 "serde",
5521 "serde_spanned",
5522 "toml_datetime",
5523 "toml_edit",
5524]
5525
5526[[package]]
5527name = "toml_datetime"
Nilstrieb3295cdf2023-06-26 07:21:355528version = "0.6.3"
Philipp Krones612c3422023-06-02 09:42:425529source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355530checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
Philipp Krones612c3422023-06-02 09:42:425531dependencies = [
5532 "serde",
5533]
5534
5535[[package]]
5536name = "toml_edit"
Nilstrieb3295cdf2023-06-26 07:21:355537version = "0.19.11"
Philipp Krones612c3422023-06-02 09:42:425538source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355539checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7"
Philipp Krones612c3422023-06-02 09:42:425540dependencies = [
klensyc653bb92023-11-18 09:42:055541 "indexmap",
Philipp Krones612c3422023-06-02 09:42:425542 "serde",
5543 "serde_spanned",
5544 "toml_datetime",
5545 "winnow",
5546]
5547
5548[[package]]
Eric Hussa882fdd2021-12-03 20:25:075549name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:595550version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:075551source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:595552checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:075553
5554[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445555name = "tower-service"
5556version = "0.3.2"
5557source = "registry+https://github.com/rust-lang/crates.io-index"
5558checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
5559
5560[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095561name = "tracing"
Nilstrieb3295cdf2023-06-26 07:21:355562version = "0.1.37"
Jack Hueyecb8b9f2020-05-27 05:05:095563source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355564checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
Jack Hueyecb8b9f2020-05-27 05:05:095565dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425566 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315567 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095568 "tracing-attributes",
5569 "tracing-core",
5570]
5571
5572[[package]]
5573name = "tracing-attributes"
Nilstrieb3295cdf2023-06-26 07:21:355574version = "0.1.26"
Jack Hueyecb8b9f2020-05-27 05:05:095575source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355576checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
Jack Hueyecb8b9f2020-05-27 05:05:095577dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155578 "proc-macro2",
5579 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385580 "syn 2.0.29",
Jack Hueyecb8b9f2020-05-27 05:05:095581]
5582
5583[[package]]
5584name = "tracing-core"
Nilstrieb171be8c2023-06-26 15:25:245585version = "0.1.30"
Jack Hueyecb8b9f2020-05-27 05:05:095586source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb171be8c2023-06-26 15:25:245587checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
Jack Hueyecb8b9f2020-05-27 05:05:095588dependencies = [
Oli Scherere8962282022-07-05 08:26:125589 "once_cell",
5590 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095591]
5592
5593[[package]]
Ralf Jung10430db2022-07-15 14:04:235594name = "tracing-error"
5595version = "0.2.0"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5598dependencies = [
5599 "tracing",
5600 "tracing-subscriber",
5601]
5602
5603[[package]]
Jack Hueyd66452c2020-08-04 22:35:375604name = "tracing-log"
Nilstrieb3295cdf2023-06-26 07:21:355605version = "0.1.3"
Jack Hueyd66452c2020-08-04 22:35:375606source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355607checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
Jack Hueyd66452c2020-08-04 22:35:375608dependencies = [
5609 "lazy_static",
5610 "log",
5611 "tracing-core",
5612]
5613
5614[[package]]
Oliver Schererec7230f2020-07-24 18:42:005615name = "tracing-subscriber"
Nilstrieb3295cdf2023-06-26 07:21:355616version = "0.3.17"
Oliver Schererec7230f2020-07-24 18:42:005617source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355618checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
Oliver Schererec7230f2020-07-24 18:42:005619dependencies = [
Oliver Schererec7230f2020-07-24 18:42:005620 "matchers",
Nilstrieb3295cdf2023-06-26 07:21:355621 "nu-ansi-term",
5622 "once_cell",
5623 "parking_lot 0.12.1",
Oliver Schererec7230f2020-07-24 18:42:005624 "regex",
Oliver Schererec7230f2020-07-24 18:42:005625 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295626 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445627 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595628 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005629 "tracing-core",
Caleb Cartwright35400e82023-10-23 01:34:125630 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375631]
5632
5633[[package]]
5634name = "tracing-tree"
Martin Kröning7928c7e2023-09-19 12:15:535635version = "0.2.4"
Jack Hueyd66452c2020-08-04 22:35:375636source = "registry+https://github.com/rust-lang/crates.io-index"
Martin Kröning7928c7e2023-09-19 12:15:535637checksum = "92d6b63348fad3ae0439b8bebf8d38fb5bda0b115d7a8a7e6f165f12790c58c3"
Jack Hueyd66452c2020-08-04 22:35:375638dependencies = [
Martin Kröning7928c7e2023-09-19 12:15:535639 "is-terminal",
Nilstrieb3295cdf2023-06-26 07:21:355640 "nu-ansi-term",
pierwillea25b772021-12-21 17:00:305641 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005642 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375643 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005644]
5645
5646[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445647name = "try-lock"
5648version = "0.2.4"
5649source = "registry+https://github.com/rust-lang/crates.io-index"
5650checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
5651
5652[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005653name = "twox-hash"
5654version = "1.6.3"
5655source = "registry+https://github.com/rust-lang/crates.io-index"
5656checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5657dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425658 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415659 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005660 "static_assertions",
5661]
5662
5663[[package]]
David Wood7f916972022-03-26 07:27:435664name = "type-map"
5665version = "0.4.0"
5666source = "registry+https://github.com/rust-lang/crates.io-index"
5667checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5668dependencies = [
5669 "rustc-hash",
5670]
5671
5672[[package]]
Eric Huss8c20add2018-12-03 01:33:205673name = "typenum"
Weihang Lo6306fd32023-01-04 15:33:595674version = "1.16.0"
Eric Huss8c20add2018-12-03 01:33:205675source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:595676checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
Eric Huss8c20add2018-12-03 01:33:205677
5678[[package]]
Mark Rousskov064f8882020-01-13 21:40:195679name = "ucd-parse"
Nilstrieb3295cdf2023-06-26 07:21:355680version = "0.1.10"
Mark Rousskov064f8882020-01-13 21:40:195681source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355682checksum = "fc2d0556a998f4c55500ce1730901ba32bafbe820068cbdc091421525d61253b"
Mark Rousskov064f8882020-01-13 21:40:195683dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355684 "once_cell",
Mark Rousskov064f8882020-01-13 21:40:195685 "regex",
5686]
5687
5688[[package]]
James Munnsde763692019-01-19 02:39:375689name = "ucd-trie"
Eric Hussbb60a762023-01-10 19:09:525690version = "0.1.5"
James Munnsde763692019-01-19 02:39:375691source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:525692checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
James Munnsde763692019-01-19 02:39:375693
5694[[package]]
Ralf Junga272c452022-05-30 08:17:465695name = "ui_test"
Ralf Junge0f4ab82023-09-28 14:42:075696version = "0.21.2"
Philipp Kronesac25a732023-08-24 19:33:175697source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge0f4ab82023-09-28 14:42:075698checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d"
Philipp Kronesac25a732023-08-24 19:33:175699dependencies = [
5700 "annotate-snippets",
5701 "anyhow",
5702 "bstr",
5703 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485704 "cargo_metadata 0.15.4",
Philipp Kronesac25a732023-08-24 19:33:175705 "color-eyre",
5706 "colored",
5707 "comma",
5708 "crossbeam-channel",
Philipp Kronesac25a732023-08-24 19:33:175709 "indicatif",
5710 "lazy_static",
Oli Scherer4fdb4ed2023-08-29 13:28:535711 "levenshtein",
Philipp Kronesac25a732023-08-24 19:33:175712 "prettydiff",
5713 "regex",
5714 "rustc_version",
5715 "rustfix",
5716 "serde",
5717 "serde_json",
5718 "tempfile",
5719]
5720
5721[[package]]
David Wood7f916972022-03-26 07:27:435722name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425723version = "0.9.1"
David Wood7f916972022-03-26 07:27:435724source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425725checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435726dependencies = [
5727 "unic-langid-impl",
5728 "unic-langid-macros",
5729]
5730
5731[[package]]
5732name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425733version = "0.9.1"
David Wood7f916972022-03-26 07:27:435734source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425735checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435736dependencies = [
5737 "tinystr",
5738]
5739
5740[[package]]
5741name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425742version = "0.9.1"
David Wood7f916972022-03-26 07:27:435743source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425744checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435745dependencies = [
5746 "proc-macro-hack",
5747 "tinystr",
5748 "unic-langid-impl",
5749 "unic-langid-macros-impl",
5750]
5751
5752[[package]]
5753name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425754version = "0.9.1"
David Wood7f916972022-03-26 07:27:435755source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425756checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435757dependencies = [
5758 "proc-macro-hack",
5759 "quote",
Nilstrieb3295cdf2023-06-26 07:21:355760 "syn 1.0.109",
David Wood7f916972022-03-26 07:27:435761 "unic-langid-impl",
5762]
5763
5764[[package]]
Andy Russell30301642019-04-20 17:03:595765name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405766version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595767source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405768checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595769dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405770 "version_check",
Andy Russell30301642019-04-20 17:03:595771]
5772
5773[[package]]
Mark Rousskov064f8882020-01-13 21:40:195774name = "unicode-bdd"
5775version = "0.1.0"
5776dependencies = [
5777 "ucd-parse",
5778]
5779
5780[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585781name = "unicode-bidi"
Nilstrieb3295cdf2023-06-26 07:21:355782version = "0.3.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585783source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355784checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585785
5786[[package]]
Andres Suareza65ddf02022-10-09 03:25:405787name = "unicode-ident"
Nilstrieb3295cdf2023-06-26 07:21:355788version = "1.0.9"
Andres Suareza65ddf02022-10-09 03:25:405789source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355790checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
Andres Suareza65ddf02022-10-09 03:25:405791
5792[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585793name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565794version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585795source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565796checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405797dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445798 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405799]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585800
5801[[package]]
Charles Lewbca79a22023-07-29 00:47:215802name = "unicode-properties"
5803version = "0.1.0"
5804source = "registry+https://github.com/rust-lang/crates.io-index"
5805checksum = "c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0"
5806
5807[[package]]
Charles Lew485e98a2020-01-02 12:02:225808name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565809version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225810source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565811checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225812
5813[[package]]
5814name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565815version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225816source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565817checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225818dependencies = [
Charles Lewc05961c2020-04-25 01:38:315819 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225820 "unicode-script",
5821]
5822
5823[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585824name = "unicode-segmentation"
Nilstrieb3295cdf2023-06-26 07:21:355825version = "1.10.1"
Steve Klabnika0769612017-02-07 23:13:575826source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355827checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
Steve Klabnika0769612017-02-07 23:13:575828
5829[[package]]
5830name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565831version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575832source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565833checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085834dependencies = [
5835 "compiler_builtins",
5836 "rustc-std-workspace-core",
5837 "rustc-std-workspace-std",
5838]
Steve Klabnika0769612017-02-07 23:13:575839
5840[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585841name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565842version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395843source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565844checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395845
5846[[package]]
Michael Howellb29d9d52021-02-24 06:42:425847name = "unified-diff"
5848version = "0.2.1"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5851dependencies = [
5852 "diff",
5853]
5854
5855[[package]]
est31c2d59062017-06-12 19:35:475856name = "unstable-book-gen"
5857version = "0.1.0"
5858dependencies = [
Alex Crichton093ede22019-08-15 00:45:095859 "num-traits",
5860 "tidy",
est31c2d59062017-06-12 19:35:475861]
5862
5863[[package]]
Nick Cameron71a0be02017-09-25 04:13:295864name = "unwind"
5865version = "0.0.0"
5866dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425867 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095868 "compiler_builtins",
5869 "core",
5870 "libc",
Nick Cameron71a0be02017-09-25 04:13:295871]
5872
5873[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585874name = "url"
Nilstrieb3295cdf2023-06-26 07:21:355875version = "2.4.0"
Eric Hussf2428a62019-08-01 00:44:395876source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355877checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
Eric Hussf2428a62019-08-01 00:44:395878dependencies = [
Eric Hussf3287a62021-05-12 00:39:515879 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435880 "idna",
Eric Huss4a7e2fb2022-08-21 04:19:435881 "percent-encoding",
Eric Hussf2428a62019-08-01 00:44:395882]
5883
5884[[package]]
steveklabnikecfbaca2018-04-03 14:32:045885name = "utf-8"
Nilstrieb3295cdf2023-06-26 07:21:355886version = "0.7.6"
steveklabnikecfbaca2018-04-03 14:32:045887source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355888checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
steveklabnikecfbaca2018-04-03 14:32:045889
5890[[package]]
Eric Hussd5e03532019-05-23 20:27:495891name = "utf8parse"
Eric Huss6e298622023-04-01 15:49:205892version = "0.2.1"
Eric Hussd5e03532019-05-23 20:27:495893source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:205894checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
Eric Hussd5e03532019-05-23 20:27:495895
5896[[package]]
Pietro Albini13efb202022-11-15 09:19:175897name = "uuid"
Nilstrieb3295cdf2023-06-26 07:21:355898version = "1.4.0"
Pietro Albini13efb202022-11-15 09:19:175899source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355900checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
Pietro Albini13efb202022-11-15 09:19:175901dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:415902 "getrandom",
Pietro Albini13efb202022-11-15 09:19:175903]
5904
5905[[package]]
Oli Scherere8962282022-07-05 08:26:125906name = "valuable"
5907version = "0.1.0"
5908source = "registry+https://github.com/rust-lang/crates.io-index"
5909checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5910
5911[[package]]
Alex Crichton1cede102017-06-15 02:33:065912name = "vcpkg"
Nilstrieb3295cdf2023-06-26 07:21:355913version = "0.2.15"
Alex Crichton1cede102017-06-15 02:33:065914source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355915checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
Alex Crichton1cede102017-06-15 02:33:065916
5917[[package]]
Alex Crichtonb4110902018-12-08 11:06:545918name = "version_check"
Amanieu d'Antrasa529ba82023-01-09 17:49:245919version = "0.9.4"
Eric Huss2b985322019-11-25 16:14:075920source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:245921checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Eric Huss2b985322019-11-25 16:14:075922
5923[[package]]
Josh Stone020c5ec2017-05-08 22:01:135924name = "walkdir"
Nilstrieb3295cdf2023-06-26 07:21:355925version = "2.3.3"
Alex Crichton80d6ed22018-01-08 21:56:225926source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355927checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
Alex Crichton80d6ed22018-01-08 21:56:225928dependencies = [
Alex Crichton093ede22019-08-15 00:45:095929 "same-file",
Alex Crichton093ede22019-08-15 00:45:095930 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225931]
5932
5933[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445934name = "want"
5935version = "0.3.1"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5938dependencies = [
5939 "try-lock",
5940]
5941
5942[[package]]
newpavlov6374b842019-08-29 17:13:155943name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:135944version = "0.11.0+wasi-snapshot-preview1"
5945source = "registry+https://github.com/rust-lang/crates.io-index"
5946checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155947dependencies = [
5948 "compiler_builtins",
5949 "rustc-std-workspace-alloc",
5950 "rustc-std-workspace-core",
5951]
5952
5953[[package]]
nilsf77541a2023-04-11 11:46:415954name = "wasm-bindgen"
Nilstrieb3295cdf2023-06-26 07:21:355955version = "0.2.87"
nilsf77541a2023-04-11 11:46:415956source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355957checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
nilsf77541a2023-04-11 11:46:415958dependencies = [
5959 "cfg-if",
5960 "wasm-bindgen-macro",
5961]
5962
5963[[package]]
5964name = "wasm-bindgen-backend"
Nilstrieb3295cdf2023-06-26 07:21:355965version = "0.2.87"
nilsf77541a2023-04-11 11:46:415966source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355967checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
nilsf77541a2023-04-11 11:46:415968dependencies = [
5969 "bumpalo",
5970 "log",
5971 "once_cell",
5972 "proc-macro2",
5973 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385974 "syn 2.0.29",
nilsf77541a2023-04-11 11:46:415975 "wasm-bindgen-shared",
5976]
5977
5978[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445979name = "wasm-bindgen-futures"
5980version = "0.4.34"
5981source = "registry+https://github.com/rust-lang/crates.io-index"
5982checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
5983dependencies = [
5984 "cfg-if",
5985 "js-sys",
5986 "wasm-bindgen",
5987 "web-sys",
5988]
5989
5990[[package]]
nilsf77541a2023-04-11 11:46:415991name = "wasm-bindgen-macro"
Nilstrieb3295cdf2023-06-26 07:21:355992version = "0.2.87"
nilsf77541a2023-04-11 11:46:415993source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355994checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
nilsf77541a2023-04-11 11:46:415995dependencies = [
5996 "quote",
5997 "wasm-bindgen-macro-support",
5998]
5999
6000[[package]]
6001name = "wasm-bindgen-macro-support"
Nilstrieb3295cdf2023-06-26 07:21:356002version = "0.2.87"
nilsf77541a2023-04-11 11:46:416003source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356004checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
nilsf77541a2023-04-11 11:46:416005dependencies = [
6006 "proc-macro2",
6007 "quote",
Ralf Jung47ba2a92023-08-22 11:47:386008 "syn 2.0.29",
nilsf77541a2023-04-11 11:46:416009 "wasm-bindgen-backend",
6010 "wasm-bindgen-shared",
6011]
6012
6013[[package]]
6014name = "wasm-bindgen-shared"
Nilstrieb3295cdf2023-06-26 07:21:356015version = "0.2.87"
nilsf77541a2023-04-11 11:46:416016source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356017checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
nilsf77541a2023-04-11 11:46:416018
6019[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446020name = "web-sys"
6021version = "0.3.61"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
6024dependencies = [
6025 "js-sys",
6026 "wasm-bindgen",
6027]
6028
6029[[package]]
Steve Klabnika0769612017-02-07 23:13:576030name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:446031version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:226032source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446033checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:226034dependencies = [
Alex Crichton093ede22019-08-15 00:45:096035 "winapi-i686-pc-windows-gnu",
6036 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:226037]
6038
6039[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226040name = "winapi-i686-pc-windows-gnu"
6041version = "0.4.0"
6042source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096043checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:226044
6045[[package]]
Alex Crichton2863b752018-08-21 17:23:476046name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:056047version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:476048source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:056049checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:476050dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316051 "winapi",
Alex Crichton2863b752018-08-21 17:23:476052]
6053
6054[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226055name = "winapi-x86_64-pc-windows-gnu"
6056version = "0.4.0"
6057source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096058checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:226059
6060[[package]]
Weihang Loe52e0402023-03-07 22:16:276061name = "windows"
nilsf77541a2023-04-11 11:46:416062version = "0.48.0"
6063source = "registry+https://github.com/rust-lang/crates.io-index"
6064checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
6065dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176066 "windows-targets 0.48.1",
Andy Russellbb7c3732023-01-15 18:43:156067]
6068
6069[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076070name = "windows-bindgen"
Chris Dentond9c85da2023-08-16 08:18:346071version = "0.51.1"
Chris Dentonf9b3d6a2023-04-15 10:57:076072source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentond9c85da2023-08-16 08:18:346073checksum = "bc1f16b778125675feee0d15d6dd9f6af0e3ac52b3233d63a10aa39230c1cd75"
Chris Dentonf9b3d6a2023-04-15 10:57:076074dependencies = [
Chris Dentond9c85da2023-08-16 08:18:346075 "proc-macro2",
6076 "rayon",
Chris Dentone7908602023-08-28 19:02:406077 "syn 2.0.29",
Chris Dentonf9b3d6a2023-04-15 10:57:076078 "windows-metadata",
Chris Dentonf9b3d6a2023-04-15 10:57:076079]
6080
6081[[package]]
6082name = "windows-metadata"
Chris Dentond9c85da2023-08-16 08:18:346083version = "0.51.1"
Chris Dentonf9b3d6a2023-04-15 10:57:076084source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentond9c85da2023-08-16 08:18:346085checksum = "753135d996f9da437c0b31dbde3032489a61708361929bcc07d4fba0b161000e"
Chris Dentonf9b3d6a2023-04-15 10:57:076086
6087[[package]]
Philipp Krones586cbd02022-06-04 12:07:446088name = "windows-sys"
Philipp Kronesac25a732023-08-24 19:33:176089version = "0.45.0"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
6092dependencies = [
6093 "windows-targets 0.42.2",
6094]
6095
6096[[package]]
6097name = "windows-sys"
WANG Rui7aa257f2023-04-23 07:58:386098version = "0.48.0"
6099source = "registry+https://github.com/rust-lang/crates.io-index"
6100checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6101dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176102 "windows-targets 0.48.1",
6103]
6104
6105[[package]]
6106name = "windows-targets"
6107version = "0.42.2"
6108source = "registry+https://github.com/rust-lang/crates.io-index"
6109checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
6110dependencies = [
6111 "windows_aarch64_gnullvm 0.42.2",
6112 "windows_aarch64_msvc 0.42.2",
6113 "windows_i686_gnu 0.42.2",
6114 "windows_i686_msvc 0.42.2",
6115 "windows_x86_64_gnu 0.42.2",
6116 "windows_x86_64_gnullvm 0.42.2",
6117 "windows_x86_64_msvc 0.42.2",
WANG Rui7aa257f2023-04-23 07:58:386118]
6119
6120[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226121name = "windows-targets"
Nilstrieb3295cdf2023-06-26 07:21:356122version = "0.48.1"
Weihang Lo6f38fd52023-02-07 22:26:226123source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356124checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
nilsf77541a2023-04-11 11:46:416125dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176126 "windows_aarch64_gnullvm 0.48.0",
6127 "windows_aarch64_msvc 0.48.0",
6128 "windows_i686_gnu 0.48.0",
6129 "windows_i686_msvc 0.48.0",
6130 "windows_x86_64_gnu 0.48.0",
6131 "windows_x86_64_gnullvm 0.48.0",
6132 "windows_x86_64_msvc 0.48.0",
Weihang Lo6f38fd52023-02-07 22:26:226133]
6134
6135[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226136name = "windows_aarch64_gnullvm"
Philipp Kronesac25a732023-08-24 19:33:176137version = "0.42.2"
6138source = "registry+https://github.com/rust-lang/crates.io-index"
6139checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
6140
6141[[package]]
6142name = "windows_aarch64_gnullvm"
nilsf77541a2023-04-11 11:46:416143version = "0.48.0"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
6146
6147[[package]]
Philipp Krones586cbd02022-06-04 12:07:446148name = "windows_aarch64_msvc"
Philipp Kronesac25a732023-08-24 19:33:176149version = "0.42.2"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
6152
6153[[package]]
6154name = "windows_aarch64_msvc"
nilsf77541a2023-04-11 11:46:416155version = "0.48.0"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
6158
6159[[package]]
Philipp Krones586cbd02022-06-04 12:07:446160name = "windows_i686_gnu"
Philipp Kronesac25a732023-08-24 19:33:176161version = "0.42.2"
6162source = "registry+https://github.com/rust-lang/crates.io-index"
6163checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
6164
6165[[package]]
6166name = "windows_i686_gnu"
nilsf77541a2023-04-11 11:46:416167version = "0.48.0"
6168source = "registry+https://github.com/rust-lang/crates.io-index"
6169checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
6170
6171[[package]]
Philipp Krones586cbd02022-06-04 12:07:446172name = "windows_i686_msvc"
Philipp Kronesac25a732023-08-24 19:33:176173version = "0.42.2"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
6176
6177[[package]]
6178name = "windows_i686_msvc"
nilsf77541a2023-04-11 11:46:416179version = "0.48.0"
6180source = "registry+https://github.com/rust-lang/crates.io-index"
6181checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
6182
6183[[package]]
Philipp Krones586cbd02022-06-04 12:07:446184name = "windows_x86_64_gnu"
Philipp Kronesac25a732023-08-24 19:33:176185version = "0.42.2"
6186source = "registry+https://github.com/rust-lang/crates.io-index"
6187checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
6188
6189[[package]]
6190name = "windows_x86_64_gnu"
nilsf77541a2023-04-11 11:46:416191version = "0.48.0"
6192source = "registry+https://github.com/rust-lang/crates.io-index"
6193checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
6194
6195[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:556196name = "windows_x86_64_gnullvm"
Philipp Kronesac25a732023-08-24 19:33:176197version = "0.42.2"
6198source = "registry+https://github.com/rust-lang/crates.io-index"
6199checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
6200
6201[[package]]
6202name = "windows_x86_64_gnullvm"
nilsf77541a2023-04-11 11:46:416203version = "0.48.0"
6204source = "registry+https://github.com/rust-lang/crates.io-index"
6205checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
6206
6207[[package]]
Philipp Krones586cbd02022-06-04 12:07:446208name = "windows_x86_64_msvc"
Philipp Kronesac25a732023-08-24 19:33:176209version = "0.42.2"
6210source = "registry+https://github.com/rust-lang/crates.io-index"
6211checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
6212
6213[[package]]
6214name = "windows_x86_64_msvc"
nilsf77541a2023-04-11 11:46:416215version = "0.48.0"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
6218
6219[[package]]
Philipp Krones612c3422023-06-02 09:42:426220name = "winnow"
Nilstrieb3295cdf2023-06-26 07:21:356221version = "0.4.7"
Philipp Krones612c3422023-06-02 09:42:426222source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356223checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
Philipp Krones612c3422023-06-02 09:42:426224dependencies = [
6225 "memchr",
6226]
6227
6228[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446229name = "winreg"
6230version = "0.10.1"
6231source = "registry+https://github.com/rust-lang/crates.io-index"
6232checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
6233dependencies = [
6234 "winapi",
6235]
6236
6237[[package]]
Charles Lewa7750042022-11-06 06:43:256238name = "writeable"
Nilstriebffffc202023-11-06 13:42:206239version = "0.5.3"
Charles Lewa7750042022-11-06 06:43:256240source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:206241checksum = "c0af0c3d13faebf8dda0b5256fa7096a2d5ccb662f7b9f54a40fe201077ab1c2"
Charles Lewa7750042022-11-06 06:43:256242
6243[[package]]
Josh Stone020c5ec2017-05-08 22:01:136244name = "xattr"
Nilstrieb3295cdf2023-06-26 07:21:356245version = "0.2.3"
Josh Stone020c5ec2017-05-08 22:01:136246source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356247checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
Josh Stone020c5ec2017-05-08 22:01:136248dependencies = [
Alex Crichton093ede22019-08-15 00:45:096249 "libc",
Josh Stone020c5ec2017-05-08 22:01:136250]
6251
6252[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446253name = "xz"
6254version = "0.1.0"
6255source = "registry+https://github.com/rust-lang/crates.io-index"
6256checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34"
6257dependencies = [
6258 "xz2",
6259]
6260
6261[[package]]
Josh Stone020c5ec2017-05-08 22:01:136262name = "xz2"
Mark Rousskove40a4462023-04-17 01:27:256263version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:136264source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:256265checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
Josh Stone020c5ec2017-05-08 22:01:136266dependencies = [
Alex Crichton093ede22019-08-15 00:45:096267 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:136268]
6269
6270[[package]]
Pietro Albini9beb8f52019-11-26 11:06:306271name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:446272version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:306273source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446274checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:306275dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:426276 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:306277 "thiserror",
Michael Howell271bad92022-06-18 15:54:006278 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:306279]
6280
6281[[package]]
Josh Stone020c5ec2017-05-08 22:01:136282name = "yaml-rust"
Nilstrieb3295cdf2023-06-26 07:21:356283version = "0.4.5"
Pietro Albini9beb8f52019-11-26 11:06:306284source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356285checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
Pietro Albini9beb8f52019-11-26 11:06:306286dependencies = [
6287 "linked-hash-map",
6288]
Igor Matuszewski2214a412021-05-03 20:59:356289
6290[[package]]
6291name = "yansi-term"
6292version = "0.1.2"
6293source = "registry+https://github.com/rust-lang/crates.io-index"
6294checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
6295dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316296 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:356297]
Charles Lewa7750042022-11-06 06:43:256298
6299[[package]]
6300name = "yoke"
Nilstriebffffc202023-11-06 13:42:206301version = "0.7.2"
Charles Lewa7750042022-11-06 06:43:256302source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:206303checksum = "61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4"
Charles Lewa7750042022-11-06 06:43:256304dependencies = [
6305 "serde",
6306 "stable_deref_trait",
6307 "yoke-derive",
6308 "zerofrom",
6309]
6310
6311[[package]]
6312name = "yoke-derive"
klensy7142c8d2023-11-09 11:37:306313version = "0.7.2"
Charles Lewa7750042022-11-06 06:43:256314source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306315checksum = "d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f"
Charles Lewa7750042022-11-06 06:43:256316dependencies = [
6317 "proc-macro2",
6318 "quote",
klensy7142c8d2023-11-09 11:37:306319 "syn 2.0.29",
6320 "synstructure",
Charles Lewa7750042022-11-06 06:43:256321]
6322
6323[[package]]
6324name = "zerofrom"
klensy7142c8d2023-11-09 11:37:306325version = "0.1.3"
Charles Lewa7750042022-11-06 06:43:256326source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306327checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7"
Charles Lewa7750042022-11-06 06:43:256328dependencies = [
6329 "zerofrom-derive",
6330]
6331
6332[[package]]
6333name = "zerofrom-derive"
klensy7142c8d2023-11-09 11:37:306334version = "0.1.3"
Charles Lewa7750042022-11-06 06:43:256335source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306336checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
Charles Lewa7750042022-11-06 06:43:256337dependencies = [
6338 "proc-macro2",
6339 "quote",
klensy7142c8d2023-11-09 11:37:306340 "syn 2.0.29",
6341 "synstructure",
Charles Lewa7750042022-11-06 06:43:256342]
6343
6344[[package]]
6345name = "zerovec"
Nilstriebffffc202023-11-06 13:42:206346version = "0.10.0"
Charles Lewa7750042022-11-06 06:43:256347source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:206348checksum = "1194130c5b155bf8ae50ab16c86ab758cd695cf9ad176d2f870b744cbdbb572e"
Charles Lewa7750042022-11-06 06:43:256349dependencies = [
6350 "yoke",
6351 "zerofrom",
6352 "zerovec-derive",
6353]
6354
6355[[package]]
6356name = "zerovec-derive"
klensy7142c8d2023-11-09 11:37:306357version = "0.10.0"
Charles Lewa7750042022-11-06 06:43:256358source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306359checksum = "acabf549809064225ff8878baedc4ce3732ac3b07e7c7ce6e5c2ccdbc485c324"
Charles Lewa7750042022-11-06 06:43:256360dependencies = [
6361 "proc-macro2",
6362 "quote",
klensy7142c8d2023-11-09 11:37:306363 "syn 2.0.29",
Charles Lewa7750042022-11-06 06:43:256364]
Jakub Beránek91d2fb22023-06-03 07:41:446365
6366[[package]]
6367name = "zip"
6368version = "0.6.6"
6369source = "registry+https://github.com/rust-lang/crates.io-index"
6370checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
6371dependencies = [
6372 "byteorder",
6373 "crc32fast",
6374 "crossbeam-utils",
6375 "flate2",
6376]