blob: 9fe70870140d8cfbaea18697cbc1a92ee60de2a2 [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]]
Rune Tynan77156562021-01-16 01:34:15197name = "array_tool"
198version = "1.0.3"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
201
202[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54203name = "arrayvec"
Nilstrieb3295cdf2023-06-26 07:21:35204version = "0.7.4"
Jubilee Younge8eb6912021-04-22 04:40:29205source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35206checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
Nicholas Nethercotec492ca42020-07-14 00:31:54207
208[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46209name = "askama"
Guillaume Gomez76714c32023-03-06 10:15:59210version = "0.12.0"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46211source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez76714c32023-03-06 10:15:59212checksum = "47cbc3cf73fa8d9833727bbee4835ba5c421a0d65b72daf9a7b5d0e0f9cfb57e"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46213dependencies = [
214 "askama_derive",
215 "askama_escape",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46216]
217
218[[package]]
219name = "askama_derive"
Deadbeefa912a932023-03-23 06:19:25220version = "0.12.1"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46221source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefa912a932023-03-23 06:19:25222checksum = "c22fbe0413545c098358e56966ff22cdd039e10215ae213cfbd65032b119fc94"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46223dependencies = [
Guillaume Gomez76714c32023-03-06 10:15:59224 "basic-toml",
225 "mime",
226 "mime_guess",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46227 "nom",
228 "proc-macro2",
229 "quote",
Guillaume Gomez48f5dca2022-01-17 16:36:39230 "serde",
Ralf Jung47ba2a92023-08-22 11:47:38231 "syn 2.0.29",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46232]
233
234[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59235name = "askama_escape"
236version = "0.10.3"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
239
240[[package]]
Alex Crichton1cede102017-06-15 02:33:06241name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21242version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13243source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21244checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13245dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:07246 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:09247 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31248 "winapi",
Alex Crichton1cede102017-06-15 02:33:06249]
250
251[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05252name = "autocfg"
Jon Gjengsetb83a48d2022-03-01 17:45:23253version = "1.1.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35254source = "registry+https://github.com/rust-lang/crates.io-index"
Jon Gjengsetb83a48d2022-03-01 17:45:23255checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Mateusz Mikułaf5e702d2020-03-26 13:10:35256
257[[package]]
Ralf Jung10430db2022-07-15 14:04:23258name = "backtrace"
Tyler Mandry4c14ca32023-08-22 19:20:35259version = "0.3.69"
Ralf Jung10430db2022-07-15 14:04:23260source = "registry+https://github.com/rust-lang/crates.io-index"
Tyler Mandry4c14ca32023-08-22 19:20:35261checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
Ralf Jung10430db2022-07-15 14:04:23262dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:35263 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23264 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42265 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23266 "libc",
Jubilee Young079949d2023-06-29 23:18:36267 "miniz_oxide",
Tyler Mandry4c14ca32023-08-22 19:20:35268 "object",
Ralf Jung10430db2022-07-15 14:04:23269 "rustc-demangle",
270]
271
272[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44273name = "base64"
274version = "0.21.2"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
277
278[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59279name = "basic-toml"
280version = "0.1.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1"
283dependencies = [
284 "serde",
285]
286
287[[package]]
Luca Palmiericd7688b2023-05-22 17:26:20288name = "bincode"
289version = "1.3.3"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
292dependencies = [
293 "serde",
294]
295
296[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58297name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20298version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01299source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20300checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01301
302[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35303name = "bitflags"
chenx97141c4632023-09-21 11:31:01304version = "2.4.0"
Pietro Albiniacd8e592020-10-01 15:15:12305source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01306checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
Nilstrieb3295cdf2023-06-26 07:21:35307
308[[package]]
309name = "block-buffer"
310version = "0.10.4"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
Pietro Albiniacd8e592020-10-01 15:15:12313dependencies = [
klensy45fac342022-08-31 20:04:12314 "generic-array",
James Munnsde763692019-01-19 02:39:37315]
316
317[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39318name = "bstr"
Nilstrieb3295cdf2023-06-26 07:21:35319version = "1.5.0"
Ralf Jung55162732022-11-15 19:06:42320source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35321checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
Ralf Jung55162732022-11-15 19:06:42322dependencies = [
323 "memchr",
324 "once_cell",
Manish Goregaokar2721e402022-11-18 22:46:52325 "regex-automata 0.1.10",
Ralf Jung55162732022-11-15 19:06:42326 "serde",
327]
328
329[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04330name = "build-manifest"
331version = "0.1.0"
332dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01333 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40334 "flate2",
Weihang Loe52e0402023-03-07 22:16:27335 "hex",
Pietro Albiniacd8e592020-10-01 15:15:12336 "rayon",
Alex Crichton093ede22019-08-15 00:45:09337 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07338 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12339 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40340 "tar",
Nilstrieb3295cdf2023-06-26 07:21:35341 "toml 0.5.11",
Mark Rousskove40a4462023-04-17 01:27:25342 "xz2",
Alex Crichton9e8785f2017-01-24 22:37:04343]
344
345[[package]]
Nilstrieb25c15312022-12-30 10:11:33346name = "build_helper"
347version = "0.1.0"
Jakub Beránek91d2fb22023-06-03 07:41:44348dependencies = [
349 "serde",
350 "serde_derive",
351]
Nilstrieb25c15312022-12-30 10:11:33352
353[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03354name = "bump-stage0"
355version = "0.1.0"
356dependencies = [
357 "anyhow",
358 "curl",
Josh Stoned9b1fa92023-07-03 20:51:54359 "indexmap 2.0.0",
Pietro Albini80b81ad2021-08-26 09:26:03360 "serde",
361 "serde_json",
Nilstrieb3295cdf2023-06-26 07:21:35362 "toml 0.5.11",
Pietro Albini80b81ad2021-08-26 09:26:03363]
364
365[[package]]
nilsf77541a2023-04-11 11:46:41366name = "bumpalo"
Arlo Siemsen4d9b4762023-06-02 16:40:36367version = "3.13.0"
nilsf77541a2023-04-11 11:46:41368source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsen4d9b4762023-06-02 16:40:36369checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
nilsf77541a2023-04-11 11:46:41370
371[[package]]
Alex Crichton4f661c02018-10-08 17:39:09372name = "bytecount"
Caleb Cartwright35400e82023-10-23 01:34:12373version = "0.6.4"
Alex Crichton4f661c02018-10-08 17:39:09374source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright35400e82023-10-23 01:34:12375checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7"
Alex Crichton4f661c02018-10-08 17:39:09376dependencies = [
Caleb Cartwright35400e82023-10-23 01:34:12377 "packed_simd",
Alex Crichton4f661c02018-10-08 17:39:09378]
379
380[[package]]
Jubilee Young7156ff62023-05-10 03:29:27381name = "byteorder"
382version = "1.4.3"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
385
386[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43387name = "bytes"
Philipp Kronesa6d3c822023-07-02 13:07:47388version = "1.4.0"
Matthias Krüger696fb8f2019-01-21 15:32:43389source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:47390checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
Matthias Krüger696fb8f2019-01-21 15:32:43391
392[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20393name = "camino"
Nilstrieb3295cdf2023-06-26 07:21:35394version = "1.1.4"
Caleb Cartwright0697f562021-10-20 05:15:20395source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35396checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
Caleb Cartwright0697f562021-10-20 05:15:20397dependencies = [
398 "serde",
399]
400
401[[package]]
Ralf Jung759e4952020-06-01 18:17:20402name = "cargo-miri"
403version = "0.1.0"
404dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:48405 "cargo_metadata 0.18.0",
Ralf Jung759e4952020-06-01 18:17:20406 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57407 "rustc-build-sysroot",
Ralf Jung3f88f4c2023-02-26 18:09:17408 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22409 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20410 "serde",
411 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20412]
413
414[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56415name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56416version = "0.1.2"
Caleb Cartwright0697f562021-10-20 05:15:20417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
419dependencies = [
420 "serde",
421]
422
423[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29424name = "cargo_metadata"
Caleb Cartwrightaca66a22023-06-20 04:19:48425version = "0.15.4"
Caleb Cartwright0697f562021-10-20 05:15:20426source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightaca66a22023-06-20 04:19:48427checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
Ralf Jungc2df1c22022-07-21 20:04:37428dependencies = [
429 "camino",
Weihang Lof795a152023-03-15 12:50:04430 "cargo-platform",
Ralf Jungc2df1c22022-07-21 20:04:37431 "semver",
432 "serde",
433 "serde_json",
Philipp Krones5566eb42023-02-10 13:01:31434 "thiserror",
Ralf Jungc2df1c22022-07-21 20:04:37435]
436
437[[package]]
Ralf Jung5aecfe42023-10-07 05:55:48438name = "cargo_metadata"
439version = "0.18.0"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "fb9ac64500cc83ce4b9f8dafa78186aa008c8dea77a09b94cd307fd0cd5022a8"
442dependencies = [
443 "camino",
444 "cargo-platform",
445 "semver",
446 "serde",
447 "serde_json",
448 "thiserror",
449]
450
451[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26452name = "cargotest2"
453version = "0.1.0"
454
455[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35456name = "cc"
klensy9b6a6b12023-05-26 10:03:47457version = "1.0.79"
Nick Cameronc5cad5a2017-09-22 01:58:35458source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47459checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
Nick Cameronc5cad5a2017-09-22 01:58:35460
461[[package]]
Josh Stone020c5ec2017-05-08 22:01:13462name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07463version = "1.0.0"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03466dependencies = [
467 "compiler_builtins",
468 "rustc-std-workspace-core",
469]
Aaron Hill44fdfd62020-10-11 17:51:07470
471[[package]]
Alex Crichton15899b02018-01-25 04:01:42472name = "chrono"
Nilstrieb3295cdf2023-06-26 07:21:35473version = "0.4.26"
Alex Crichton15899b02018-01-25 04:01:42474source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35475checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
Alex Crichton15899b02018-01-25 04:01:42476dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:35477 "android-tzdata",
nilsf77541a2023-04-11 11:46:41478 "iana-time-zone",
Alex Crichton093ede22019-08-15 00:45:09479 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17480 "serde",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31481 "winapi",
Alex Crichton15899b02018-01-25 04:01:42482]
483
484[[package]]
Ralf Jung49e8acb2023-10-21 06:41:45485name = "cipher"
486version = "0.4.4"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
489dependencies = [
490 "crypto-common",
491 "inout",
492]
493
494[[package]]
Steve Klabnika0769612017-02-07 23:13:57495name = "clap"
chenx97141c4632023-09-21 11:31:01496version = "4.4.4"
Weihang Loc1b4f112022-10-04 20:57:49497source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01498checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
Weihang Loc1b4f112022-10-04 20:57:49499dependencies = [
Eric Huss6e298622023-04-01 15:49:20500 "clap_builder",
klensye1c33132023-06-21 09:32:34501 "clap_derive",
Eric Huss6e298622023-04-01 15:49:20502]
503
504[[package]]
Caleb Cartwright35400e82023-10-23 01:34:12505name = "clap-cargo"
506version = "0.12.0"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4"
509dependencies = [
510 "anstyle",
511 "clap",
512]
513
514[[package]]
Eric Huss6e298622023-04-01 15:49:20515name = "clap_builder"
chenx97141c4632023-09-21 11:31:01516version = "4.4.4"
Eric Huss6e298622023-04-01 15:49:20517source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01518checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
Eric Huss6e298622023-04-01 15:49:20519dependencies = [
520 "anstream",
521 "anstyle",
klensye1c33132023-06-21 09:32:34522 "clap_lex",
Weihang Loc1b4f112022-10-04 20:57:49523 "strsim",
Eric Huss2717f602023-01-06 01:20:59524 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49525]
526
527[[package]]
Eric Huss51814222022-04-15 18:57:06528name = "clap_complete"
Nilstrieb3295cdf2023-06-26 07:21:35529version = "4.3.1"
Eric Huss51814222022-04-15 18:57:06530source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35531checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
Eric Huss51814222022-04-15 18:57:06532dependencies = [
klensye1c33132023-06-21 09:32:34533 "clap",
Caleb Cartwrightf367f4d2022-06-13 03:04:54534]
535
536[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39537name = "clap_derive"
chenx97141c4632023-09-21 11:31:01538version = "4.4.2"
Nixon Enraght-Moony7680b162023-01-02 19:30:39539source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:01540checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
Nixon Enraght-Moony7680b162023-01-02 19:30:39541dependencies = [
542 "heck",
Nixon Enraght-Moony7680b162023-01-02 19:30:39543 "proc-macro2",
544 "quote",
Ralf Jung47ba2a92023-08-22 11:47:38545 "syn 2.0.29",
Nixon Enraght-Moony7680b162023-01-02 19:30:39546]
547
548[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51549name = "clap_lex"
Nilstrieb3295cdf2023-06-26 07:21:35550version = "0.5.0"
Weihang Loc1b4f112022-10-04 20:57:49551source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35552checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
Weihang Loc1b4f112022-10-04 20:57:49553
554[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29555name = "clippy"
Philipp Krones2ac2b262023-11-16 18:20:09556version = "0.1.76"
Ahmed Charles9ca382f2016-09-02 08:55:29557dependencies = [
Philipp Krones6233d442023-10-06 15:47:56558 "anstream",
Philipp Krones02562bf2023-11-02 16:50:52559 "clippy_config",
Alex Crichton093ede22019-08-15 00:45:09560 "clippy_lints",
Philipp Kronesc2490bd2023-07-17 08:22:41561 "clippy_utils",
Philipp Krones6233d442023-10-06 15:47:56562 "color-print",
flip1995647f2b42021-06-03 07:06:49563 "filetime",
Philipp Kronesc2490bd2023-07-17 08:22:41564 "futures",
565 "if_chain",
pierwillf684acd2022-03-04 17:54:28566 "itertools",
Philipp Kronesc2490bd2023-07-17 08:22:41567 "parking_lot 0.12.1",
568 "quote",
flip1995412ebc32021-03-12 14:31:11569 "regex",
Ralf Jung3f88f4c2023-02-26 18:09:17570 "rustc_tools_util",
Philipp Kronesc2490bd2023-07-17 08:22:41571 "serde",
Ralf Jung47ba2a92023-08-22 11:47:38572 "syn 2.0.29",
Matthias Krügerf77104b2019-12-02 22:09:48573 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00574 "termize",
Ralf Jungbf11b122021-04-06 11:20:48575 "tester",
Philipp Kronesc2490bd2023-07-17 08:22:41576 "tokio",
Nilstrieb3295cdf2023-06-26 07:21:35577 "toml 0.7.5",
Philipp Kronesb8b55fe2023-10-21 12:16:27578 "ui_test",
Philipp Kronesd6732192022-07-28 17:08:41579 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29580]
581
582[[package]]
Philipp Krones02562bf2023-11-02 16:50:52583name = "clippy_config"
Philipp Krones2ac2b262023-11-16 18:20:09584version = "0.1.76"
Philipp Krones02562bf2023-11-02 16:50:52585dependencies = [
586 "rustc-semver",
587 "serde",
588 "toml 0.7.5",
589 "walkdir",
590]
591
592[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49593name = "clippy_dev"
594version = "0.0.1"
595dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:35596 "aho-corasick 0.7.20",
klensye1c33132023-06-21 09:32:34597 "clap",
flip19958d5f69d2021-10-21 11:13:17598 "indoc",
pierwillf684acd2022-03-04 17:54:28599 "itertools",
flip199544cea512021-07-01 16:18:02600 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49601 "shell-escape",
602 "walkdir",
603]
604
605[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29606name = "clippy_lints"
Philipp Krones2ac2b262023-11-16 18:20:09607version = "0.1.76"
Oliver Schneider847bb142018-05-11 12:11:06608dependencies = [
Weihang Lof795a152023-03-15 12:50:04609 "arrayvec",
Ralf Jung5aecfe42023-10-07 05:55:48610 "cargo_metadata 0.15.4",
Philipp Krones02562bf2023-11-02 16:50:52611 "clippy_config",
flip19950046d7c2021-02-25 10:26:23612 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06613 "declare_clippy_lint",
pierwillf684acd2022-03-04 17:54:28614 "itertools",
Alex Crichton093ede22019-08-15 00:45:09615 "quine-mc_cluskey",
Philipp Kronesa6d3c822023-07-02 13:07:47616 "regex",
Nilstrieb3295cdf2023-06-26 07:21:35617 "regex-syntax 0.7.2",
flip1995898ef0f2020-12-06 14:07:59618 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29619 "semver",
Alex Crichton093ede22019-08-15 00:45:09620 "serde",
flip1995c24058b2021-05-06 10:21:46621 "serde_json",
flip199537cdd7e2022-06-16 15:39:29622 "tempfile",
Nilstrieb3295cdf2023-06-26 07:21:35623 "toml 0.7.5",
Alex Crichton093ede22019-08-15 00:45:09624 "unicode-normalization",
flip199544cea512021-07-01 16:18:02625 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43626 "url",
Philipp Krones6233d442023-10-06 15:47:56627 "walkdir",
Oliver Schneider847bb142018-05-11 12:11:06628]
629
630[[package]]
flip19950046d7c2021-02-25 10:26:23631name = "clippy_utils"
Philipp Krones2ac2b262023-11-16 18:20:09632version = "0.1.76"
flip19950046d7c2021-02-25 10:26:23633dependencies = [
Weihang Lof795a152023-03-15 12:50:04634 "arrayvec",
Philipp Krones02562bf2023-11-02 16:50:52635 "clippy_config",
Jason Newcomb9a677672022-08-31 13:24:45636 "itertools",
flip19950046d7c2021-02-25 10:26:23637 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23638]
639
640[[package]]
Pietro Albini13efb202022-11-15 09:19:17641name = "collect-license-metadata"
642version = "0.1.0"
643dependencies = [
644 "anyhow",
645 "serde",
646 "serde_json",
647 "spdx-rs",
648]
649
650[[package]]
Ralf Jung10430db2022-07-15 14:04:23651name = "color-eyre"
652version = "0.6.2"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
655dependencies = [
656 "backtrace",
657 "color-spantrace",
658 "eyre",
659 "indenter",
660 "once_cell",
661 "owo-colors",
662 "tracing-error",
663]
664
665[[package]]
Philipp Krones6233d442023-10-06 15:47:56666name = "color-print"
667version = "0.3.5"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d"
670dependencies = [
671 "color-print-proc-macro",
672]
673
674[[package]]
675name = "color-print-proc-macro"
676version = "0.3.5"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f"
679dependencies = [
680 "nom",
681 "proc-macro2",
682 "quote",
683 "syn 1.0.109",
684]
685
686[[package]]
Ralf Jung10430db2022-07-15 14:04:23687name = "color-spantrace"
688version = "0.2.0"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
691dependencies = [
692 "once_cell",
693 "owo-colors",
694 "tracing-core",
695 "tracing-error",
696]
697
698[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35699name = "colorchoice"
700version = "1.0.0"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
703
704[[package]]
Nick Cameron127f9a62018-04-25 22:11:28705name = "colored"
Martin Kröning7928c7e2023-09-19 12:15:53706version = "2.0.4"
Nick Cameron127f9a62018-04-25 22:11:28707source = "registry+https://github.com/rust-lang/crates.io-index"
Martin Kröning7928c7e2023-09-19 12:15:53708checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
Nick Cameron127f9a62018-04-25 22:11:28709dependencies = [
Martin Kröning7928c7e2023-09-19 12:15:53710 "is-terminal",
Yuki Okushi1f0a39502020-05-26 04:00:42711 "lazy_static",
Martin Kröning7928c7e2023-09-19 12:15:53712 "windows-sys 0.48.0",
Nick Cameron127f9a62018-04-25 22:11:28713]
714
715[[package]]
Philipp Kronesac25a732023-08-24 19:33:17716name = "comma"
717version = "1.0.0"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
720
721[[package]]
Alex Crichton147e2da2016-10-07 06:30:38722name = "compiler_builtins"
Nicholas Bishop5d3535c2023-11-04 17:11:10723version = "0.1.103"
Alex Crichton4c21a3b2018-11-20 05:52:50724source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Bishop5d3535c2023-11-04 17:11:10725checksum = "a3b73c3443a5fd2438d7ba4853c64e4c8efc2404a9e28a9234cc2d5eebc6c242"
Alex Crichton147e2da2016-10-07 06:30:38726dependencies = [
Alex Crichton093ede22019-08-15 00:45:09727 "cc",
728 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38729]
730
731[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29732name = "compiletest"
733version = "0.0.0"
734dependencies = [
David Tolnay6b7b7752023-05-14 14:13:00735 "anyhow",
yukang414eb482023-02-03 16:23:11736 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42737 "colored",
Alex Crichton093ede22019-08-15 00:45:09738 "diff",
Alex Crichton093ede22019-08-15 00:45:09739 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21740 "glob",
Pietro Albinic2306372023-09-15 14:09:45741 "home",
Camille GILLOT02424e42023-10-15 17:00:11742 "indexmap 2.0.0",
Eric Hussfab89962022-08-08 04:26:13743 "lazycell",
Alex Crichton093ede22019-08-15 00:45:09744 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:47745 "miow",
Jakob Degen17395b42022-10-31 00:17:25746 "miropt-test-tools",
klensy58e74702023-02-21 12:58:33747 "once_cell",
Alex Crichton093ede22019-08-15 00:45:09748 "regex",
Philipp Krones586cbd02022-06-04 12:07:44749 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09750 "serde",
751 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00752 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00753 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42754 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09755 "walkdir",
klensy3c03cce2023-05-09 15:20:13756 "windows",
Oliver Schneideracdf83f2017-12-06 08:25:29757]
758
759[[package]]
Philipp Kronesac25a732023-08-24 19:33:17760name = "console"
761version = "0.15.7"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
764dependencies = [
765 "encode_unicode",
766 "lazy_static",
767 "libc",
768 "unicode-width",
769 "windows-sys 0.45.0",
770]
771
772[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45773name = "convert_case"
774version = "0.4.0"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
777
778[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29779name = "core"
780version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16781dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:41782 "rand",
Thom Chiovoloni08127592022-05-02 06:10:56783 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16784]
Ahmed Charles9ca382f2016-09-02 08:55:29785
786[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44787name = "core-foundation"
788version = "0.9.3"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
791dependencies = [
792 "core-foundation-sys",
793 "libc",
794]
795
796[[package]]
nilsf77541a2023-04-11 11:46:41797name = "core-foundation-sys"
798version = "0.8.4"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
801
802[[package]]
Zalathar13671042023-08-11 01:52:37803name = "coverage-dump"
804version = "0.1.0"
805dependencies = [
806 "anyhow",
807 "leb128",
808 "md-5",
809 "miniz_oxide",
810 "regex",
811 "rustc-demangle",
812]
813
814[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48815name = "coverage_test_macros"
816version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48817
818[[package]]
pierwillef6dd122022-02-10 16:54:01819name = "cpufeatures"
Nilstrieb3295cdf2023-06-26 07:21:35820version = "0.2.8"
Pietro Albiniacd8e592020-10-01 15:15:12821source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35822checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
pierwillef6dd122022-02-10 16:54:01823dependencies = [
824 "libc",
825]
Pietro Albiniacd8e592020-10-01 15:15:12826
827[[package]]
Alex Crichtonb4110902018-12-08 11:06:54828name = "crc32fast"
klensy43512e62022-07-26 16:16:43829version = "1.3.2"
Alex Crichtonb4110902018-12-08 11:06:54830source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43831checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Alex Crichtonb4110902018-12-08 11:06:54832dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42833 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54834]
Alex Crichton38bedfa2017-09-02 03:46:51835
836[[package]]
kennytmcab21f12018-07-26 21:58:55837name = "crossbeam-channel"
klensy9b6a6b12023-05-26 10:03:47838version = "0.5.8"
Matthias Krüger451d4922020-02-10 19:47:38839source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47840checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
Matthias Krüger451d4922020-02-10 19:47:38841dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42842 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07843 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38844]
845
846[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45847name = "crossbeam-deque"
Nilstrieb3295cdf2023-06-26 07:21:35848version = "0.8.3"
Josh Stone33c41252019-09-10 17:13:07849source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35850checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
Josh Stone33c41252019-09-10 17:13:07851dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42852 "cfg-if",
Igor Matuszewski5b091302019-12-10 15:01:01853 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07854 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07855]
856
857[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45858name = "crossbeam-epoch"
Nilstrieb3295cdf2023-06-26 07:21:35859version = "0.9.15"
Matthias Krüger696fb8f2019-01-21 15:32:43860source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35861checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
Matthias Krüger696fb8f2019-01-21 15:32:43862dependencies = [
bjorn3aa1ab512022-12-12 16:51:39863 "autocfg",
Chris Denton531f3c9e2022-12-20 15:26:42864 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07865 "crossbeam-utils",
Nilstrieb3295cdf2023-06-26 07:21:35866 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16867 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43868]
869
870[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45871name = "crossbeam-utils"
Nilstrieb3295cdf2023-06-26 07:21:35872version = "0.8.16"
Eric Husse0f2f9d2019-11-12 17:57:41873source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35874checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
Eric Husse0f2f9d2019-11-12 17:57:41875dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42876 "cfg-if",
Eric Huss71bf7cf2020-10-14 22:16:47877]
878
879[[package]]
Weihang Lo6306fd32023-01-04 15:33:59880name = "crypto-common"
881version = "0.1.6"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
884dependencies = [
885 "generic-array",
886 "typenum",
pierwillef6dd122022-02-10 16:54:01887]
888
889[[package]]
León Orell Valerian Liehr3788b7a2023-07-04 17:53:44890name = "cstr"
891version = "0.2.8"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
894dependencies = [
895 "proc-macro2",
896 "quote",
897]
898
899[[package]]
Ralf Jung13e47662023-05-23 10:10:18900name = "ctrlc"
Nilstrieb3295cdf2023-06-26 07:21:35901version = "3.4.0"
Ralf Jung13e47662023-05-23 10:10:18902source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35903checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
Ralf Jung13e47662023-05-23 10:10:18904dependencies = [
905 "nix",
Philipp Kronesac25a732023-08-24 19:33:17906 "windows-sys 0.48.0",
Ralf Jung13e47662023-05-23 10:10:18907]
908
909[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58910name = "curl"
Weihang Lobfce2272022-11-04 23:50:44911version = "0.4.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58912source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44913checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58914dependencies = [
Alex Crichton093ede22019-08-15 00:45:09915 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09916 "libc",
917 "openssl-probe",
918 "openssl-sys",
919 "schannel",
klensyd5e8ad42021-07-04 18:49:56920 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31921 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58922]
923
924[[package]]
925name = "curl-sys"
Nilstrieb3295cdf2023-06-26 07:21:35926version = "0.4.63+curl-8.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58927source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35928checksum = "aeb0fef7046022a1e2ad67a004978f0e3cacb9e3123dc62ce768f92197b771dc"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58929dependencies = [
Alex Crichton093ede22019-08-15 00:45:09930 "cc",
931 "libc",
Alex Crichton093ede22019-08-15 00:45:09932 "libz-sys",
933 "openssl-sys",
934 "pkg-config",
935 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31936 "winapi",
Josh Stone020c5ec2017-05-08 22:01:13937]
938
939[[package]]
Oli Scherer29de70d2023-07-25 13:09:53940name = "darling"
Jakub Beránekf17047b2023-09-12 16:32:32941version = "0.14.4"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
944dependencies = [
945 "darling_core 0.14.4",
946 "darling_macro 0.14.4",
947]
948
949[[package]]
950name = "darling"
Oli Scherer29de70d2023-07-25 13:09:53951version = "0.20.3"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
954dependencies = [
Jakub Beránekf17047b2023-09-12 16:32:32955 "darling_core 0.20.3",
956 "darling_macro 0.20.3",
957]
958
959[[package]]
960name = "darling_core"
961version = "0.14.4"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
964dependencies = [
965 "fnv",
966 "ident_case",
967 "proc-macro2",
968 "quote",
969 "strsim",
970 "syn 1.0.109",
Oli Scherer29de70d2023-07-25 13:09:53971]
972
973[[package]]
974name = "darling_core"
975version = "0.20.3"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
978dependencies = [
979 "fnv",
980 "ident_case",
981 "proc-macro2",
982 "quote",
983 "strsim",
Ralf Jung47ba2a92023-08-22 11:47:38984 "syn 2.0.29",
Oli Scherer29de70d2023-07-25 13:09:53985]
986
987[[package]]
988name = "darling_macro"
Jakub Beránekf17047b2023-09-12 16:32:32989version = "0.14.4"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
992dependencies = [
993 "darling_core 0.14.4",
994 "quote",
995 "syn 1.0.109",
996]
997
998[[package]]
999name = "darling_macro"
Oli Scherer29de70d2023-07-25 13:09:531000version = "0.20.3"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
1003dependencies = [
Jakub Beránekf17047b2023-09-12 16:32:321004 "darling_core 0.20.3",
Oli Scherer29de70d2023-07-25 13:09:531005 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381006 "syn 2.0.29",
Oli Scherer29de70d2023-07-25 13:09:531007]
1008
1009[[package]]
Douglas Campos422fe7c2018-05-29 11:52:511010name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:221011version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:511012source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091013checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:511014
1015[[package]]
Philipp Kronesd4077782022-11-21 19:52:061016name = "declare_clippy_lint"
Philipp Krones2ac2b262023-11-16 18:20:091017version = "0.1.76"
Philipp Kronesd4077782022-11-21 19:52:061018dependencies = [
1019 "itertools",
1020 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381021 "syn 2.0.29",
Philipp Kronesd4077782022-11-21 19:52:061022]
1023
1024[[package]]
Michael Gouletde830572023-10-30 17:09:171025name = "derivative"
1026version = "2.2.0"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
1029dependencies = [
1030 "proc-macro2",
1031 "quote",
1032 "syn 1.0.109",
1033]
1034
1035[[package]]
Jakub Beránekf17047b2023-09-12 16:32:321036name = "derive_builder"
1037version = "0.12.0"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
1040dependencies = [
1041 "derive_builder_macro",
1042]
1043
1044[[package]]
1045name = "derive_builder_core"
1046version = "0.12.0"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
1049dependencies = [
1050 "darling 0.14.4",
1051 "proc-macro2",
1052 "quote",
1053 "syn 1.0.109",
1054]
1055
1056[[package]]
1057name = "derive_builder_macro"
1058version = "0.12.0"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
1061dependencies = [
1062 "derive_builder_core",
1063 "syn 1.0.109",
1064]
1065
1066[[package]]
Maybe Wafflee20e5062022-11-28 11:11:451067name = "derive_more"
1068version = "0.99.17"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1071dependencies = [
1072 "convert_case",
1073 "proc-macro2",
1074 "quote",
1075 "rustc_version",
Nilstrieb3295cdf2023-06-26 07:21:351076 "syn 1.0.109",
Maybe Wafflee20e5062022-11-28 11:11:451077]
1078
1079[[package]]
Oli Scherer29de70d2023-07-25 13:09:531080name = "derive_setters"
1081version = "0.1.6"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
1084dependencies = [
Jakub Beránekf17047b2023-09-12 16:32:321085 "darling 0.20.3",
Oli Scherer29de70d2023-07-25 13:09:531086 "proc-macro2",
1087 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381088 "syn 2.0.29",
Oli Scherer29de70d2023-07-25 13:09:531089]
1090
1091[[package]]
Cengiz Can837817c2017-04-27 19:41:181092name = "diff"
klensy43512e62022-07-26 16:16:431093version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:181094source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431095checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:181096
1097[[package]]
James Munnsde763692019-01-19 02:39:371098name = "digest"
Nilstrieb3295cdf2023-06-26 07:21:351099version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:121100source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351101checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
Pietro Albiniacd8e592020-10-01 15:15:121102dependencies = [
klensy45fac342022-08-31 20:04:121103 "block-buffer",
pierwillef6dd122022-02-10 16:54:011104 "crypto-common",
James Munnsde763692019-01-19 02:39:371105]
1106
1107[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451108name = "directories"
Ralf Jung5aecfe42023-10-07 05:55:481109version = "5.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451110source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung5aecfe42023-10-07 05:55:481111checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
Ralf Jung44b0fd62018-11-28 20:22:451112dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:481113 "dirs-sys 0.4.1",
Ralf Jung44b0fd62018-11-28 20:22:451114]
1115
1116[[package]]
flip19954c228cc2019-02-18 09:32:581117name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:541118version = "4.0.0"
flip19954c228cc2019-02-18 09:32:581119source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:541120checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:581121dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:481122 "dirs-sys 0.3.7",
flip19954c228cc2019-02-18 09:32:581123]
1124
1125[[package]]
flip19950046d7c2021-02-25 10:26:231126name = "dirs-next"
1127version = "2.0.0"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1130dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421131 "cfg-if",
flip19950046d7c2021-02-25 10:26:231132 "dirs-sys-next",
1133]
1134
1135[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321136name = "dirs-sys"
Nilstrieb3295cdf2023-06-26 07:21:351137version = "0.3.7"
Ralf Jung4e8626e2019-06-13 07:58:321138source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351139checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
Ralf Jung4e8626e2019-06-13 07:58:321140dependencies = [
Alex Crichton093ede22019-08-15 00:45:091141 "libc",
Jubilee Young27ef7192021-04-23 22:49:471142 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311143 "winapi",
flip19950046d7c2021-02-25 10:26:231144]
1145
1146[[package]]
Ralf Jung5aecfe42023-10-07 05:55:481147name = "dirs-sys"
1148version = "0.4.1"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1151dependencies = [
1152 "libc",
1153 "option-ext",
1154 "redox_users",
1155 "windows-sys 0.48.0",
1156]
1157
1158[[package]]
flip19950046d7c2021-02-25 10:26:231159name = "dirs-sys-next"
1160version = "0.1.2"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1163dependencies = [
1164 "libc",
Jubilee Young27ef7192021-04-23 22:49:471165 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311166 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321167]
1168
1169[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421170name = "displaydoc"
Nilstrieb3295cdf2023-06-26 07:21:351171version = "0.2.4"
Manish Goregaokar288194e2022-10-19 23:24:421172source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351173checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
Manish Goregaokar288194e2022-10-19 23:24:421174dependencies = [
1175 "proc-macro2",
1176 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381177 "syn 2.0.29",
Manish Goregaokar288194e2022-10-19 23:24:421178]
1179
1180[[package]]
klensyceee8802022-11-22 14:41:061181name = "dissimilar"
Nilstrieb3295cdf2023-06-26 07:21:351182version = "1.0.6"
klensyceee8802022-11-22 14:41:061183source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351184checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e"
klensyceee8802022-11-22 14:41:061185
1186[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291187name = "dlmalloc"
Nilstrieb3295cdf2023-06-26 07:21:351188version = "0.2.4"
Alex Crichton4c21a3b2018-11-20 05:52:501189source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351190checksum = "203540e710bfadb90e5e29930baf5d10270cec1f43ab34f46f78b147b2de715a"
Oliver Schneideracdf83f2017-12-06 08:25:291191dependencies = [
Alex Crichton093ede22019-08-15 00:45:091192 "compiler_builtins",
1193 "libc",
1194 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291195]
1196
1197[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291198name = "either"
Nilstrieb3295cdf2023-06-26 07:21:351199version = "1.8.1"
Oliver Schneideracdf83f2017-12-06 08:25:291200source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351201checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
Oliver Schneideracdf83f2017-12-06 08:25:291202
1203[[package]]
steveklabnikecfbaca2018-04-03 14:32:041204name = "elasticlunr-rs"
Nilstrieb3295cdf2023-06-26 07:21:351205version = "3.0.2"
steveklabnikecfbaca2018-04-03 14:32:041206source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351207checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
steveklabnikecfbaca2018-04-03 14:32:041208dependencies = [
Alex Crichton093ede22019-08-15 00:45:091209 "regex",
1210 "serde",
1211 "serde_derive",
1212 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041213]
1214
1215[[package]]
Oli Schererdecfb4d2023-02-21 08:37:101216name = "elsa"
Oli Scherer457a1622023-04-05 08:07:291217version = "1.7.1"
Oli Schererdecfb4d2023-02-21 08:37:101218source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer457a1622023-04-05 08:07:291219checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
Oli Schererdecfb4d2023-02-21 08:37:101220dependencies = [
1221 "stable_deref_trait",
1222]
1223
1224[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121225name = "ena"
The 84727cce6182023-03-06 14:07:021226version = "0.14.2"
Markus Westerlindcaacdd22020-02-25 08:47:071227source = "registry+https://github.com/rust-lang/crates.io-index"
The 84727cce6182023-03-06 14:07:021228checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
varkor443a2d42019-03-19 21:30:071229dependencies = [
Alex Crichton093ede22019-08-15 00:45:091230 "log",
varkor443a2d42019-03-19 21:30:071231]
1232
1233[[package]]
Philipp Kronesac25a732023-08-24 19:33:171234name = "encode_unicode"
1235version = "0.3.6"
1236source = "registry+https://github.com/rust-lang/crates.io-index"
1237checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1238
1239[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441240name = "encoding_rs"
1241version = "0.8.32"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
1244dependencies = [
1245 "cfg-if",
1246]
1247
1248[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581249name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201250version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421251source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201252checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231253dependencies = [
Alex Crichton093ede22019-08-15 00:45:091254 "atty",
Eric Hussd45d8b12020-01-21 17:55:431255 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091256 "log",
1257 "regex",
1258 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231259]
1260
1261[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561262name = "env_logger"
Weihang Lo1e5dad02022-11-25 22:37:041263version = "0.10.0"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1266dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351267 "humantime 2.1.0",
Weihang Lo1e5dad02022-11-25 22:37:041268 "is-terminal",
1269 "log",
1270 "regex",
1271 "termcolor",
1272]
1273
1274[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351275name = "equivalent"
1276version = "1.0.0"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
1279
1280[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041281name = "errno"
klensyeed89182023-11-07 12:19:331282version = "0.3.5"
Weihang Lo1e5dad02022-11-25 22:37:041283source = "registry+https://github.com/rust-lang/crates.io-index"
klensyeed89182023-11-07 12:19:331284checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
Weihang Lo1e5dad02022-11-25 22:37:041285dependencies = [
Weihang Lo1e5dad02022-11-25 22:37:041286 "libc",
Philipp Kronesac25a732023-08-24 19:33:171287 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:041288]
1289
1290[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291291name = "error_index_generator"
1292version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581293dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211294 "mdbook",
Ezra Shaw53044152023-02-25 09:59:201295 "rustc_error_codes",
Mark Simulacrume2e9b402017-07-23 02:01:581296]
Ahmed Charles9ca382f2016-09-02 08:55:291297
1298[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301299name = "expand-yaml-anchors"
1300version = "0.1.0"
1301dependencies = [
1302 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001303 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301304]
1305
1306[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501307name = "expect-test"
Nilstrieb3295cdf2023-06-26 07:21:351308version = "1.4.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501309source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351310checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3"
Aleksey Kladovf7be59c2020-08-21 12:03:501311dependencies = [
klensyceee8802022-11-22 14:41:061312 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501313 "once_cell",
1314]
1315
1316[[package]]
Ralf Jung10430db2022-07-15 14:04:231317name = "eyre"
1318version = "0.6.8"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1321dependencies = [
1322 "indenter",
1323 "once_cell",
1324]
1325
1326[[package]]
David Wood2dc1a8a2021-12-03 14:24:051327name = "fallible-iterator"
dirreke74817b72023-08-14 14:57:381328version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:051329source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:381330checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
David Wood2dc1a8a2021-12-03 14:24:051331
1332[[package]]
Ralf Jung55162732022-11-15 19:06:421333name = "fastrand"
chenx97141c4632023-09-21 11:31:011334version = "2.0.0"
Ralf Jung55162732022-11-15 19:06:421335source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:011336checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
Ralf Jung55162732022-11-15 19:06:421337
1338[[package]]
John Kåre Alsaker7aab1dd2023-04-30 07:29:021339name = "field-offset"
est31b0483962023-06-05 02:53:301340version = "0.3.6"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021341source = "registry+https://github.com/rust-lang/crates.io-index"
est31b0483962023-06-05 02:53:301342checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021343dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351344 "memoffset",
John Kåre Alsaker7aab1dd2023-04-30 07:29:021345 "rustc_version",
1346]
1347
1348[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291349name = "filetime"
Nilstrieb3295cdf2023-06-26 07:21:351350version = "0.2.21"
Alex Crichton924f8c72018-04-18 15:43:591351source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351352checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
Alex Crichton924f8c72018-04-18 15:43:591353dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421354 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091355 "libc",
Nilstrieb3295cdf2023-06-26 07:21:351356 "redox_syscall 0.2.16",
Philipp Kronesac25a732023-08-24 19:33:171357 "windows-sys 0.48.0",
Alex Crichton924f8c72018-04-18 15:43:591358]
1359
1360[[package]]
Josh Stone020c5ec2017-05-08 22:01:131361name = "flate2"
Nilstrieb3295cdf2023-06-26 07:21:351362version = "1.0.26"
Felix Schütt7c13fa32017-12-31 14:34:291363source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351364checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
Felix Schütt7c13fa32017-12-31 14:34:291365dependencies = [
Alex Crichton093ede22019-08-15 00:45:091366 "crc32fast",
Jubilee Young079949d2023-06-29 23:18:361367 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291368]
1369
1370[[package]]
David Wood7f916972022-03-26 07:27:431371name = "fluent-bundle"
1372version = "0.15.2"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1375dependencies = [
1376 "fluent-langneg",
1377 "fluent-syntax",
1378 "intl-memoizer",
1379 "intl_pluralrules",
1380 "rustc-hash",
1381 "self_cell",
1382 "smallvec",
1383 "unic-langid",
1384]
1385
1386[[package]]
1387name = "fluent-langneg"
1388version = "0.13.0"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1391dependencies = [
1392 "unic-langid",
1393]
1394
1395[[package]]
1396name = "fluent-syntax"
1397version = "0.11.0"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1400dependencies = [
1401 "thiserror",
1402]
1403
1404[[package]]
Simon Sapinb77ff242017-07-18 21:26:551405name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441406version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551407source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441408checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551409
1410[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441411name = "foreign-types"
1412version = "0.3.2"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1415dependencies = [
1416 "foreign-types-shared",
1417]
1418
1419[[package]]
1420name = "foreign-types-shared"
1421version = "0.1.1"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1424
1425[[package]]
Eric Hussf3287a62021-05-12 00:39:511426name = "form_urlencoded"
Nilstrieb3295cdf2023-06-26 07:21:351427version = "1.2.0"
Eric Hussf3287a62021-05-12 00:39:511428source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351429checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
Eric Hussf3287a62021-05-12 00:39:511430dependencies = [
Eric Huss4a7e2fb2022-08-21 04:19:431431 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511432]
1433
1434[[package]]
Jethro Beekman4a350562018-08-28 04:33:261435name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491436version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501437source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491438checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261439dependencies = [
Alex Crichton093ede22019-08-15 00:45:091440 "compiler_builtins",
1441 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261442]
1443
1444[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471445name = "fs-err"
Nilstrieb3295cdf2023-06-26 07:21:351446version = "2.9.0"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471447source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351448checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471449
1450[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441451name = "fs_extra"
1452version = "1.3.0"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1455
1456[[package]]
steveklabnikecfbaca2018-04-03 14:32:041457name = "futf"
Eric Huss04b75a72022-06-22 23:49:241458version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041459source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241460checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041461dependencies = [
Alex Crichton093ede22019-08-15 00:45:091462 "mac",
1463 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041464]
1465
1466[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121467name = "futures"
Deadbeef2c646882023-04-08 09:38:571468version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541469source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571470checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
Caleb Cartwright63913182021-02-10 01:52:541471dependencies = [
1472 "futures-channel",
1473 "futures-core",
1474 "futures-executor",
1475 "futures-io",
1476 "futures-sink",
1477 "futures-task",
1478 "futures-util",
1479]
1480
1481[[package]]
1482name = "futures-channel"
Deadbeef2c646882023-04-08 09:38:571483version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541484source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571485checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
Caleb Cartwright63913182021-02-10 01:52:541486dependencies = [
1487 "futures-core",
1488 "futures-sink",
1489]
1490
1491[[package]]
1492name = "futures-core"
Deadbeef2c646882023-04-08 09:38:571493version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541494source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571495checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
Caleb Cartwright63913182021-02-10 01:52:541496
1497[[package]]
1498name = "futures-executor"
Deadbeef2c646882023-04-08 09:38:571499version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541500source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571501checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
Caleb Cartwright63913182021-02-10 01:52:541502dependencies = [
1503 "futures-core",
1504 "futures-task",
1505 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541506]
1507
1508[[package]]
1509name = "futures-io"
Deadbeef2c646882023-04-08 09:38:571510version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541511source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571512checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
Caleb Cartwright63913182021-02-10 01:52:541513
1514[[package]]
1515name = "futures-macro"
Deadbeef2c646882023-04-08 09:38:571516version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541517source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571518checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
Caleb Cartwright63913182021-02-10 01:52:541519dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541520 "proc-macro2",
1521 "quote",
Ralf Jung47ba2a92023-08-22 11:47:381522 "syn 2.0.29",
Caleb Cartwright63913182021-02-10 01:52:541523]
1524
1525[[package]]
1526name = "futures-sink"
Deadbeef2c646882023-04-08 09:38:571527version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541528source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571529checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
Caleb Cartwright63913182021-02-10 01:52:541530
1531[[package]]
1532name = "futures-task"
Deadbeef2c646882023-04-08 09:38:571533version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541534source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571535checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
Caleb Cartwright63913182021-02-10 01:52:541536
1537[[package]]
1538name = "futures-util"
Deadbeef2c646882023-04-08 09:38:571539version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541540source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571541checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
Caleb Cartwright63913182021-02-10 01:52:541542dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541543 "futures-channel",
1544 "futures-core",
1545 "futures-io",
1546 "futures-macro",
1547 "futures-sink",
1548 "futures-task",
1549 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311550 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541551 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541552 "slab",
1553]
1554
1555[[package]]
Pietro Albini4af7de12022-11-15 10:27:191556name = "generate-copyright"
1557version = "0.1.0"
1558dependencies = [
1559 "anyhow",
1560 "serde",
1561 "serde_json",
1562]
1563
1564[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:071565name = "generate-windows-sys"
1566version = "0.1.0"
1567dependencies = [
1568 "windows-bindgen",
1569]
1570
1571[[package]]
James Munnsde763692019-01-19 02:39:371572name = "generic-array"
Nilstrieb3295cdf2023-06-26 07:21:351573version = "0.14.7"
Pietro Albiniacd8e592020-10-01 15:15:121574source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351575checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
Pietro Albiniacd8e592020-10-01 15:15:121576dependencies = [
1577 "typenum",
1578 "version_check",
1579]
1580
1581[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291582name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081583version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291584source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081585checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361586dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081587 "rustc-std-workspace-core",
1588 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091589 "unicode-width",
varkore72f7e12019-04-30 19:37:361590]
Ahmed Charles9ca382f2016-09-02 08:55:291591
1592[[package]]
gnzlbg52caca02019-08-01 15:02:261593name = "getrandom"
Nilstrieb3295cdf2023-06-26 07:21:351594version = "0.2.10"
Ralf Jung0e908752020-09-17 18:04:201595source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351596checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
Ralf Jung0e908752020-09-17 18:04:201597dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421598 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201599 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411600 "wasi",
Ralf Jung0e908752020-09-17 18:04:201601]
1602
1603[[package]]
Alex Crichton06d565c2020-05-13 21:22:371604name = "gimli"
dirreke74817b72023-08-14 14:57:381605version = "0.28.0"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191608dependencies = [
1609 "compiler_builtins",
dirreke74817b72023-08-14 14:57:381610 "fallible-iterator",
1611 "indexmap 2.0.0",
Michael Howellcf83a1d2022-11-03 17:10:151612 "rustc-std-workspace-alloc",
1613 "rustc-std-workspace-core",
dirreke74817b72023-08-14 14:57:381614 "stable_deref_trait",
David Wood2dc1a8a2021-12-03 14:24:051615]
1616
1617[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581618name = "glob"
Nilstrieb3295cdf2023-06-26 07:21:351619version = "0.3.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581620source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351621checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581622
1623[[package]]
Simon Sapinb77ff242017-07-18 21:26:551624name = "globset"
klensy9b6a6b12023-05-26 10:03:471625version = "0.4.10"
Simon Sapinb77ff242017-07-18 21:26:551626source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471627checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
Simon Sapinb77ff242017-07-18 21:26:551628dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351629 "aho-corasick 0.7.20",
klensy9b6a6b12023-05-26 10:03:471630 "bstr",
Alex Crichton093ede22019-08-15 00:45:091631 "fnv",
1632 "log",
1633 "regex",
Simon Sapinb77ff242017-07-18 21:26:551634]
1635
1636[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291637name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461638version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291639source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461640checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291641dependencies = [
1642 "serde",
1643]
1644
1645[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441646name = "h2"
1647version = "0.3.19"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
1650dependencies = [
1651 "bytes",
1652 "fnv",
1653 "futures-core",
1654 "futures-sink",
1655 "futures-util",
1656 "http",
1657 "indexmap 1.9.3",
1658 "slab",
1659 "tokio",
1660 "tokio-util",
1661 "tracing",
1662]
1663
1664[[package]]
Steve Klabnika0769612017-02-07 23:13:571665name = "handlebars"
Nilstrieb3295cdf2023-06-26 07:21:351666version = "4.3.7"
Steve Klabnika0769612017-02-07 23:13:571667source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351668checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"
Steve Klabnika0769612017-02-07 23:13:571669dependencies = [
Alex Crichton093ede22019-08-15 00:45:091670 "log",
1671 "pest",
1672 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091673 "serde",
1674 "serde_json",
klensy45fac342022-08-31 20:04:121675 "thiserror",
James Munnsde763692019-01-19 02:39:371676]
1677
1678[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051679name = "hashbrown"
Amanieu d'Antras931a8f82022-07-17 11:23:261680version = "0.12.3"
Markus Westerlind7cf8d3a2020-10-05 08:50:511681source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antras931a8f82022-07-17 11:23:261682checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
The 8472479be6a2023-06-08 14:55:491683
1684[[package]]
1685name = "hashbrown"
Amanieu d'Antraseeea7472023-10-19 20:44:231686version = "0.14.2"
The 8472479be6a2023-06-08 14:55:491687source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antraseeea7472023-10-19 20:44:231688checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
The 8472479be6a2023-06-08 14:55:491689dependencies = [
dirreke74817b72023-08-14 14:57:381690 "ahash",
The 8472479be6a2023-06-08 14:55:491691 "allocator-api2",
Urgau0b9feea2023-05-06 22:35:551692 "compiler_builtins",
1693 "rustc-std-workspace-alloc",
1694 "rustc-std-workspace-core",
Amanieu d'Antrasa529ba82023-01-09 17:49:241695]
1696
1697[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471698name = "heck"
Nilstrieb3295cdf2023-06-26 07:21:351699version = "0.4.1"
Caleb Cartwrightf367f4d2022-06-13 03:04:541700source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351701checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
Caleb Cartwrightf367f4d2022-06-13 03:04:541702
1703[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101704name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301705version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101706source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301707checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101708dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071709 "libc",
1710]
1711
1712[[package]]
1713name = "hermit-abi"
Stefan Lankes8666ade2023-07-04 13:58:021714version = "0.3.2"
Stefan Lankes7143379a2022-12-06 19:31:431715source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes8666ade2023-07-04 13:58:021716checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
Stefan Lankes7143379a2022-12-06 19:31:431717dependencies = [
1718 "compiler_builtins",
joboet262193e2022-09-06 08:44:051719 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101720 "rustc-std-workspace-core",
1721]
1722
1723[[package]]
Alex Crichton1cede102017-06-15 02:33:061724name = "hex"
Nilstrieb3295cdf2023-06-26 07:21:351725version = "0.4.3"
Aaron Hilld440e132019-09-16 18:45:401726source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351727checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
Aaron Hilld440e132019-09-16 18:45:401728
1729[[package]]
Pietro Albinic2306372023-09-15 14:09:451730name = "home"
1731version = "0.5.5"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
1734dependencies = [
1735 "windows-sys 0.48.0",
1736]
1737
1738[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181739name = "html-checker"
1740version = "0.1.0"
1741dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001742 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181743 "walkdir",
1744]
1745
1746[[package]]
steveklabnikecfbaca2018-04-03 14:32:041747name = "html5ever"
klensy947e7872022-04-15 18:11:141748version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471749source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141750checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471751dependencies = [
Alex Crichton093ede22019-08-15 00:45:091752 "log",
1753 "mac",
1754 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151755 "proc-macro2",
1756 "quote",
Nilstrieb3295cdf2023-06-26 07:21:351757 "syn 1.0.109",
Eric Huss2dafa912019-06-19 03:36:471758]
1759
1760[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441761name = "http"
1762version = "0.2.9"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1765dependencies = [
1766 "bytes",
1767 "fnv",
1768 "itoa",
1769]
1770
1771[[package]]
1772name = "http-body"
1773version = "0.4.5"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1776dependencies = [
1777 "bytes",
1778 "http",
1779 "pin-project-lite",
1780]
1781
1782[[package]]
1783name = "httparse"
1784version = "1.8.0"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1787
1788[[package]]
1789name = "httpdate"
1790version = "1.0.2"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1793
1794[[package]]
1795name = "humansize"
1796version = "2.1.3"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
1799dependencies = [
Caleb Cartwright35400e82023-10-23 01:34:121800 "libm",
Jakub Beránek91d2fb22023-06-03 07:41:441801]
1802
1803[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481804name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561805version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481806source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561807checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481808dependencies = [
Weihang Lof795a152023-03-15 12:50:041809 "quick-error",
Alex Crichton87f3dda2018-03-01 19:08:481810]
1811
1812[[package]]
Eric Hussd45d8b12020-01-21 17:55:431813name = "humantime"
Nilstrieb3295cdf2023-06-26 07:21:351814version = "2.1.0"
Eric Hussd45d8b12020-01-21 17:55:431815source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351816checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
Eric Hussd45d8b12020-01-21 17:55:431817
1818[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441819name = "hyper"
1820version = "0.14.22"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064"
1823dependencies = [
1824 "bytes",
1825 "futures-channel",
1826 "futures-core",
1827 "futures-util",
1828 "h2",
1829 "http",
1830 "http-body",
1831 "httparse",
1832 "httpdate",
1833 "itoa",
1834 "pin-project-lite",
1835 "socket2",
1836 "tokio",
1837 "tower-service",
1838 "tracing",
1839 "want",
1840]
1841
1842[[package]]
1843name = "hyper-tls"
1844version = "0.5.0"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1847dependencies = [
1848 "bytes",
1849 "hyper",
1850 "native-tls",
1851 "tokio",
1852 "tokio-native-tls",
1853]
1854
1855[[package]]
nilsf77541a2023-04-11 11:46:411856name = "iana-time-zone"
Nilstrieb3295cdf2023-06-26 07:21:351857version = "0.1.57"
nilsf77541a2023-04-11 11:46:411858source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351859checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
nilsf77541a2023-04-11 11:46:411860dependencies = [
1861 "android_system_properties",
1862 "core-foundation-sys",
1863 "iana-time-zone-haiku",
1864 "js-sys",
1865 "wasm-bindgen",
klensy3c03cce2023-05-09 15:20:131866 "windows",
nilsf77541a2023-04-11 11:46:411867]
1868
1869[[package]]
1870name = "iana-time-zone-haiku"
klensy9b6a6b12023-05-26 10:03:471871version = "0.1.2"
nilsf77541a2023-04-11 11:46:411872source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471873checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
nilsf77541a2023-04-11 11:46:411874dependencies = [
klensy9b6a6b12023-05-26 10:03:471875 "cc",
nilsf77541a2023-04-11 11:46:411876]
1877
1878[[package]]
Charles Lewa7750042022-11-06 06:43:251879name = "icu_list"
Nilstriebffffc202023-11-06 13:42:201880version = "1.3.2"
Charles Lewa7750042022-11-06 06:43:251881source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:201882checksum = "dc1a44bbed77a7e7b555f9d7dd4b43f75ec1402b438a901d20451943d50cbd90"
Charles Lewa7750042022-11-06 06:43:251883dependencies = [
1884 "displaydoc",
Nilstriebffffc202023-11-06 13:42:201885 "icu_list_data",
1886 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251887 "icu_provider",
1888 "regex-automata 0.2.0",
1889 "writeable",
Charles Lewa7750042022-11-06 06:43:251890]
1891
1892[[package]]
Nilstriebffffc202023-11-06 13:42:201893name = "icu_list_data"
1894version = "1.3.2"
Charles Lewa7750042022-11-06 06:43:251895source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:201896checksum = "d3237583f0cb7feafabb567c4492fe9ef1d2d4113f6a8798a923273ea5de996d"
1897
1898[[package]]
1899name = "icu_locid"
1900version = "1.3.2"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "f284eb342dc49d3e9d9f3b188489d76b5d22dfb1d1a5e0d1941811253bac625c"
Charles Lewa7750042022-11-06 06:43:251903dependencies = [
1904 "displaydoc",
1905 "litemap",
1906 "tinystr",
1907 "writeable",
1908 "zerovec",
1909]
1910
1911[[package]]
Nilstriebffffc202023-11-06 13:42:201912name = "icu_locid_transform"
1913version = "1.3.2"
Charles Lewa7750042022-11-06 06:43:251914source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:201915checksum = "6551daf80882d8e68eee186cc19e132d8bde1b1f059a79b93384a5ca0e8fc5e7"
1916dependencies = [
1917 "displaydoc",
1918 "icu_locid",
1919 "icu_locid_transform_data",
1920 "icu_provider",
1921 "tinystr",
1922 "zerovec",
1923]
1924
1925[[package]]
1926name = "icu_locid_transform_data"
1927version = "1.3.2"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "2a741eba5431f75eb2f1f9022d3cffabcadda6771e54fb4e77c8ba8653e4da44"
1930
1931[[package]]
1932name = "icu_provider"
1933version = "1.3.2"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "68acdef80034b5e35d8524e9817479d389a4f9774f3f0cbe1bf3884d80fd5934"
Charles Lewa7750042022-11-06 06:43:251936dependencies = [
1937 "displaydoc",
1938 "icu_locid",
1939 "icu_provider_macros",
1940 "stable_deref_trait",
Nilstriebffffc202023-11-06 13:42:201941 "tinystr",
Charles Lewa7750042022-11-06 06:43:251942 "writeable",
1943 "yoke",
1944 "zerofrom",
1945 "zerovec",
1946]
1947
1948[[package]]
1949name = "icu_provider_adapters"
Nilstriebffffc202023-11-06 13:42:201950version = "1.3.2"
Charles Lewa7750042022-11-06 06:43:251951source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:201952checksum = "36b380ef2d3d93b015cd0563d7e0d005cc07f82a5503716dbc191798d0079e1d"
Charles Lewa7750042022-11-06 06:43:251953dependencies = [
1954 "icu_locid",
Nilstriebffffc202023-11-06 13:42:201955 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251956 "icu_provider",
1957 "tinystr",
Charles Lewa7750042022-11-06 06:43:251958 "zerovec",
1959]
1960
1961[[package]]
1962name = "icu_provider_macros"
Nilstriebffffc202023-11-06 13:42:201963version = "1.3.2"
Charles Lewa7750042022-11-06 06:43:251964source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:201965checksum = "2060258edfcfe32ca7058849bf0f146cb5c59aadbedf480333c0d0002f97bc99"
Charles Lewa7750042022-11-06 06:43:251966dependencies = [
1967 "proc-macro2",
1968 "quote",
Nilstriebffffc202023-11-06 13:42:201969 "syn 2.0.29",
Charles Lewa7750042022-11-06 06:43:251970]
1971
1972[[package]]
Oli Scherer29de70d2023-07-25 13:09:531973name = "ident_case"
1974version = "1.0.1"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1977
1978[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581979name = "idna"
Nilstrieb3295cdf2023-06-26 07:21:351980version = "0.4.0"
Eric Hussf2428a62019-08-01 00:44:391981source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351982checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
Eric Hussf2428a62019-08-01 00:44:391983dependencies = [
Alex Crichton093ede22019-08-15 00:45:091984 "unicode-bidi",
1985 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391986]
1987
1988[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291989name = "if_chain"
Nilstrieb3295cdf2023-06-26 07:21:351990version = "1.0.2"
Oliver Schneideracdf83f2017-12-06 08:25:291991source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351992checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
Oliver Schneideracdf83f2017-12-06 08:25:291993
1994[[package]]
Simon Sapinb77ff242017-07-18 21:26:551995name = "ignore"
klensy9b6a6b12023-05-26 10:03:471996version = "0.4.20"
Simon Sapinb77ff242017-07-18 21:26:551997source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471998checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
Simon Sapinb77ff242017-07-18 21:26:551999dependencies = [
Alex Crichton093ede22019-08-15 00:45:092000 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:422001 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092002 "log",
2003 "memchr",
2004 "regex",
2005 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:592006 "thread_local",
Alex Crichton093ede22019-08-15 00:45:092007 "walkdir",
2008 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:552009]
2010
2011[[package]]
Ralf Jung10430db2022-07-15 14:04:232012name = "indenter"
2013version = "0.3.3"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2016
2017[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:572018name = "indexmap"
John Kåre Alsaker27c44d22023-03-25 01:12:132019version = "1.9.3"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:572020source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:132021checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
Josh Stone997a7662020-08-08 00:03:472022dependencies = [
2023 "autocfg",
Amanieu d'Antrasa529ba82023-01-09 17:49:242024 "hashbrown 0.12.3",
Josh Stone997a7662020-08-08 00:03:472025]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:572026
2027[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352028name = "indexmap"
2029version = "2.0.0"
flip19958d5f69d2021-10-21 11:13:172030source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352031checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
2032dependencies = [
2033 "equivalent",
Amanieu d'Antraseeea7472023-10-19 20:44:232034 "hashbrown 0.14.2",
Josh Stoned9b1fa92023-07-03 20:51:542035 "rustc-rayon",
2036 "serde",
Nilstrieb3295cdf2023-06-26 07:21:352037]
2038
2039[[package]]
Philipp Kronesac25a732023-08-24 19:33:172040name = "indicatif"
2041version = "0.17.6"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730"
2044dependencies = [
2045 "console",
2046 "instant",
2047 "number_prefix",
2048 "portable-atomic",
2049 "unicode-width",
2050]
2051
2052[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352053name = "indoc"
2054version = "1.0.9"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
flip19958d5f69d2021-10-21 11:13:172057
2058[[package]]
Ralf Jung49e8acb2023-10-21 06:41:452059name = "inout"
2060version = "0.1.3"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2063dependencies = [
2064 "generic-array",
2065]
2066
2067[[package]]
Josh Stone020c5ec2017-05-08 22:01:132068name = "installer"
2069version = "0.0.0"
2070dependencies = [
Michael Forney32025fd2020-05-25 00:08:452071 "anyhow",
klensye1c33132023-06-21 09:32:342072 "clap",
Alex Crichton093ede22019-08-15 00:45:092073 "flate2",
Alex Crichton093ede22019-08-15 00:45:092074 "rayon",
Alex Crichton093ede22019-08-15 00:45:092075 "tar",
2076 "walkdir",
Alex Crichton093ede22019-08-15 00:45:092077 "xz2",
Josh Stone020c5ec2017-05-08 22:01:132078]
2079
2080[[package]]
Mark Rousskov342d9562020-08-17 15:21:442081name = "instant"
flip1995e36e5a52021-12-06 11:33:552082version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:442083source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552084checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2085dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422086 "cfg-if",
flip1995e36e5a52021-12-06 11:33:552087]
Mark Rousskov342d9562020-08-17 15:21:442088
2089[[package]]
David Wood7f916972022-03-26 07:27:432090name = "intl-memoizer"
2091version = "0.5.1"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
2094dependencies = [
2095 "type-map",
2096 "unic-langid",
2097]
2098
2099[[package]]
2100name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:422101version = "7.0.2"
David Wood7f916972022-03-26 07:27:432102source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:422103checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:432104dependencies = [
David Wood7f916972022-03-26 07:27:432105 "unic-langid",
2106]
2107
2108[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442109name = "ipnet"
2110version = "2.7.2"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2113
2114[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042115name = "is-terminal"
Nilstrieb3295cdf2023-06-26 07:21:352116version = "0.4.8"
Weihang Lo1e5dad02022-11-25 22:37:042117source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352118checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
Weihang Lo1e5dad02022-11-25 22:37:042119dependencies = [
Stefan Lankes8666ade2023-07-04 13:58:022120 "hermit-abi 0.3.2",
chenx97141c4632023-09-21 11:31:012121 "rustix",
Philipp Kronesac25a732023-08-24 19:33:172122 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:042123]
2124
2125[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292126name = "itertools"
Weihang Lo9926f6e2022-10-22 12:05:482127version = "0.10.5"
Eric Huss78529352021-06-02 03:38:392128source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:482129checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
Eric Huss78529352021-06-02 03:38:392130dependencies = [
2131 "either",
2132]
2133
2134[[package]]
Steve Klabnik2795de32017-02-20 00:20:572135name = "itoa"
Weihang Loe52e0402023-03-07 22:16:272136version = "1.0.6"
Steve Klabnik2795de32017-02-20 00:20:572137source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:272138checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
Steve Klabnik2795de32017-02-20 00:20:572139
2140[[package]]
Rémy Rakicadab1352022-05-06 21:20:042141name = "jemalloc-sys"
Rémy Rakicdcfa64b2023-10-02 07:41:512142version = "0.5.4+5.3.0-patched"
Rémy Rakicadab1352022-05-06 21:20:042143source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdcfa64b2023-10-02 07:41:512144checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
Rémy Rakicadab1352022-05-06 21:20:042145dependencies = [
2146 "cc",
Rémy Rakicadab1352022-05-06 21:20:042147 "libc",
2148]
2149
2150[[package]]
Alex Crichton453080f2017-06-05 16:36:482151name = "jobserver"
Weihang Lo741f1af2023-02-28 21:10:422152version = "0.1.26"
Alex Crichton453080f2017-06-05 16:36:482153source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo741f1af2023-02-28 21:10:422154checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
Alex Crichton453080f2017-06-05 16:36:482155dependencies = [
Alex Crichton093ede22019-08-15 00:45:092156 "libc",
Alex Crichton453080f2017-06-05 16:36:482157]
2158
2159[[package]]
nilsf77541a2023-04-11 11:46:412160name = "js-sys"
Nilstrieb3295cdf2023-06-26 07:21:352161version = "0.3.64"
nilsf77541a2023-04-11 11:46:412162source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352163checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
nilsf77541a2023-04-11 11:46:412164dependencies = [
2165 "wasm-bindgen",
2166]
2167
2168[[package]]
Rune Tynan77156562021-01-16 01:34:152169name = "jsondocck"
2170version = "0.1.0"
2171dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:472172 "fs-err",
Rune Tynan77156562021-01-16 01:34:152173 "getopts",
2174 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:102175 "once_cell",
Rune Tynan77156562021-01-16 01:34:152176 "regex",
Rune Tynan77156562021-01-16 01:34:152177 "serde_json",
klensyc63cb012021-06-01 15:25:362178 "shlex",
Rune Tynan77156562021-01-16 01:34:152179]
2180
2181[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372182name = "jsondoclint"
2183version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392184dependencies = [
2185 "anyhow",
klensye1c33132023-06-21 09:32:342186 "clap",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392187 "fs-err",
ozkanonur52c71e62023-03-01 21:53:022188 "rustc-hash",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392189 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:452190 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392191 "serde_json",
2192]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372193
2194[[package]]
Rune Tynan77156562021-01-16 01:34:152195name = "jsonpath_lib"
2196version = "0.2.6"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
2199dependencies = [
2200 "array_tool",
2201 "env_logger 0.7.1",
2202 "log",
2203 "serde",
2204 "serde_json",
2205]
2206
2207[[package]]
Steve Klabnika0769612017-02-07 23:13:572208name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:572209version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:492210source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572211checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:492212
2213[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292214name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:442215version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:162216source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442217checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:162218
2219[[package]]
Zalathar13671042023-08-11 01:52:372220name = "leb128"
2221version = "0.2.5"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2224
2225[[package]]
Oli Scherer4fdb4ed2023-08-29 13:28:532226name = "levenshtein"
2227version = "1.0.5"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
2230
2231[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292232name = "libc"
Urgau15719a82023-11-05 14:27:202233version = "0.2.150"
Ahmed Charles9ca382f2016-09-02 08:55:292234source = "registry+https://github.com/rust-lang/crates.io-index"
Urgau15719a82023-11-05 14:27:202235checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
Alex Crichton4c21a3b2018-11-20 05:52:502236dependencies = [
Alex Crichton093ede22019-08-15 00:45:092237 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502238]
Ahmed Charles9ca382f2016-09-02 08:55:292239
2240[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382241name = "libffi"
Ulrich Weigand09541b52023-03-30 13:37:472242version = "3.2.0"
Ralf Jungfe7e2072022-09-02 14:49:382243source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:472244checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
Ralf Jungfe7e2072022-09-02 14:49:382245dependencies = [
2246 "libc",
2247 "libffi-sys",
2248]
2249
2250[[package]]
2251name = "libffi-sys"
WANG Ruic7b72482023-04-27 11:42:522252version = "2.3.0"
Ralf Jungfe7e2072022-09-02 14:49:382253source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Ruic7b72482023-04-27 11:42:522254checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
Ralf Jungfe7e2072022-09-02 14:49:382255dependencies = [
2256 "cc",
2257]
2258
2259[[package]]
Andy Russell923f9392021-11-08 23:03:552260name = "libloading"
Nilstrieb3295cdf2023-06-26 07:21:352261version = "0.7.4"
Andy Russell923f9392021-11-08 23:03:552262source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352263checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
Andy Russell923f9392021-11-08 23:03:552264dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422265 "cfg-if",
Andy Russell923f9392021-11-08 23:03:552266 "winapi",
2267]
2268
2269[[package]]
Ralf Jung6687c072023-10-01 05:03:422270name = "libloading"
2271version = "0.8.1"
2272source = "registry+https://github.com/rust-lang/crates.io-index"
2273checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
2274dependencies = [
2275 "cfg-if",
2276 "windows-sys 0.48.0",
2277]
2278
2279[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052280name = "libm"
Jakub Beránek91d2fb22023-06-03 07:41:442281version = "0.2.7"
2282source = "registry+https://github.com/rust-lang/crates.io-index"
2283checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2284
2285[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582286name = "libz-sys"
Nilstrieb3295cdf2023-06-26 07:21:352287version = "1.1.9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582288source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352289checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582290dependencies = [
Alex Crichton093ede22019-08-15 00:45:092291 "cc",
2292 "libc",
2293 "pkg-config",
2294 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582295]
2296
2297[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292298name = "linkchecker"
2299version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302300dependencies = [
2301 "once_cell",
2302 "regex",
2303]
Ahmed Charles9ca382f2016-09-02 08:55:292304
2305[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302306name = "linked-hash-map"
Nilstrieb3295cdf2023-06-26 07:21:352307version = "0.5.6"
Pietro Albini9beb8f52019-11-26 11:06:302308source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352309checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
Pietro Albini9beb8f52019-11-26 11:06:302310
2311[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572312name = "lint-docs"
2313version = "0.1.0"
2314dependencies = [
2315 "serde_json",
2316 "tempfile",
2317 "walkdir",
2318]
2319
2320[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042321name = "linux-raw-sys"
chenx97b1d64c62023-10-12 10:44:392322version = "0.4.10"
Weihang Lo1e5dad02022-11-25 22:37:042323source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97b1d64c62023-10-12 10:44:392324checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
Weihang Lo1e5dad02022-11-25 22:37:042325
2326[[package]]
Charles Lewa7750042022-11-06 06:43:252327name = "litemap"
Nilstriebffffc202023-11-06 13:42:202328version = "0.7.1"
Charles Lewa7750042022-11-06 06:43:252329source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:202330checksum = "77a1a2647d5b7134127971a6de0d533c49de2159167e7f259c427195f87168a1"
Charles Lewa7750042022-11-06 06:43:252331
2332[[package]]
Hans Kratz6162fc02021-09-25 13:25:082333name = "lld-wrapper"
2334version = "0.1.0"
2335
2336[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392337name = "lock_api"
Nilstrieb3295cdf2023-06-26 07:21:352338version = "0.4.10"
Malo Jaffré8ed13d62017-12-29 10:24:382339source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352340checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
Mark Rousskov342d9562020-08-17 15:21:442341dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442342 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442343 "scopeguard",
2344]
2345
2346[[package]]
2347name = "log"
Nilstrieb3295cdf2023-06-26 07:21:352348version = "0.4.19"
Mark Rousskov342d9562020-08-17 15:21:442349source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352350checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
Ahmed Charles9ca382f2016-09-02 08:55:292351
2352[[package]]
Josh Stone020c5ec2017-05-08 22:01:132353name = "lzma-sys"
Mark Rousskove40a4462023-04-17 01:27:252354version = "0.1.20"
Josh Stone020c5ec2017-05-08 22:01:132355source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:252356checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
Josh Stone020c5ec2017-05-08 22:01:132357dependencies = [
Alex Crichton093ede22019-08-15 00:45:092358 "cc",
2359 "libc",
2360 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132361]
2362
2363[[package]]
steveklabnikecfbaca2018-04-03 14:32:042364name = "mac"
2365version = "0.1.1"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092367checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042368
2369[[package]]
2370name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442371version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042372source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442373checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042374
2375[[package]]
2376name = "markup5ever"
klensy947e7872022-04-15 18:11:142377version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472378source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142379checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472380dependencies = [
Alex Crichton093ede22019-08-15 00:45:092381 "log",
2382 "phf",
2383 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:092384 "string_cache",
2385 "string_cache_codegen",
2386 "tendril",
Eric Huss2dafa912019-06-19 03:36:472387]
2388
2389[[package]]
Oliver Schererec7230f2020-07-24 18:42:002390name = "matchers"
pierwillea25b772021-12-21 17:00:302391version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002392source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302393checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002394dependencies = [
Charles Lewa7750042022-11-06 06:43:252395 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002396]
2397
2398[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152399name = "md-5"
Nilstrieb3295cdf2023-06-26 07:21:352400version = "0.10.5"
Arlo Siemsen3296d5c2020-10-13 15:41:062401source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352402checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
Arlo Siemsen3296d5c2020-10-13 15:41:062403dependencies = [
klensy45fac342022-08-31 20:04:122404 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062405]
2406
2407[[package]]
Steve Klabnika0769612017-02-07 23:13:572408name = "mdbook"
Nilstrieb3295cdf2023-06-26 07:21:352409version = "0.4.31"
Steve Klabnika0769612017-02-07 23:13:572410source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352411checksum = "7b67ee4a744f36e6280792016c17e69921b51df357181d1eb17d620fcc3609f3"
Steve Klabnika0769612017-02-07 23:13:572412dependencies = [
Alex Crichton093ede22019-08-15 00:45:092413 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462414 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092415 "chrono",
klensye1c33132023-06-21 09:32:342416 "clap",
Eric Huss51814222022-04-15 18:57:062417 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092418 "elasticlunr-rs",
Eric Huss2717f602023-01-06 01:20:592419 "env_logger 0.10.0",
Weihang Lof795a152023-03-15 12:50:042420 "handlebars",
Alex Crichton093ede22019-08-15 00:45:092421 "log",
2422 "memchr",
Eric Huss2717f602023-01-06 01:20:592423 "once_cell",
Eric Hussa882fdd2021-12-03 20:25:072424 "opener",
Weihang Lo55a79152023-02-17 23:55:452425 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:092426 "regex",
2427 "serde",
Alex Crichton093ede22019-08-15 00:45:092428 "serde_json",
klensyc63cb012021-06-01 15:25:362429 "shlex",
Alex Crichton093ede22019-08-15 00:45:092430 "tempfile",
Nilstrieb3295cdf2023-06-26 07:21:352431 "toml 0.5.11",
Eric Hussa882fdd2021-12-03 20:25:072432 "topological-sort",
James Munnsde763692019-01-19 02:39:372433]
2434
2435[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492436name = "measureme"
Nilstrieb3295cdf2023-06-26 07:21:352437version = "10.1.1"
Ryan Levick757f76e2021-10-07 13:08:442438source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352439checksum = "1930d162935fecd56fc4e0f6729eb3483bac1264542eb4ea31570b86a434b6bc"
Ryan Levick947a33b2021-07-23 14:25:582440dependencies = [
2441 "log",
Weihang Lof795a152023-03-15 12:50:042442 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:442443 "parking_lot 0.11.2",
Ryan Levick947a33b2021-07-23 14:25:582444 "perf-event-open-sys",
2445 "rustc-hash",
2446 "smallvec",
2447]
2448
2449[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582450name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202451version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292452source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202453checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242454dependencies = [
2455 "compiler_builtins",
2456 "rustc-std-workspace-core",
2457]
Steve Klabnika0769612017-02-07 23:13:572458
2459[[package]]
Camille GILLOT458d0442021-03-17 16:29:452460name = "memmap2"
Nilstrieb3295cdf2023-06-26 07:21:352461version = "0.2.3"
Camille GILLOT458d0442021-03-17 16:29:452462source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352463checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
Camille GILLOT458d0442021-03-17 16:29:452464dependencies = [
2465 "libc",
2466]
2467
2468[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452469name = "memoffset"
est31b0483962023-06-05 02:53:302470version = "0.9.0"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2473dependencies = [
2474 "autocfg",
2475]
2476
2477[[package]]
Guillaume Gomez76714c32023-03-06 10:15:592478name = "mime"
Nilstrieb3295cdf2023-06-26 07:21:352479version = "0.3.17"
Guillaume Gomez76714c32023-03-06 10:15:592480source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352481checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
Guillaume Gomez76714c32023-03-06 10:15:592482
2483[[package]]
2484name = "mime_guess"
2485version = "2.0.4"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2488dependencies = [
2489 "mime",
2490 "unicase",
2491]
2492
2493[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052494name = "minifier"
Guillaume Gomezd6666e22023-11-01 14:18:412495version = "0.3.0"
Guillaume Gomez4b145732018-05-10 22:02:052496source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd6666e22023-11-01 14:18:412497checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282"
Guillaume Gomez4b145732018-05-10 22:02:052498
2499[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462500name = "minimal-lexical"
2501version = "0.2.1"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2504
2505[[package]]
Alex Crichtonb4110902018-12-08 11:06:542506name = "miniz_oxide"
Nilstrieb3295cdf2023-06-26 07:21:352507version = "0.7.1"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2510dependencies = [
2511 "adler",
Jubilee Young079949d2023-06-29 23:18:362512 "compiler_builtins",
2513 "rustc-std-workspace-alloc",
2514 "rustc-std-workspace-core",
Nilstrieb3295cdf2023-06-26 07:21:352515]
2516
2517[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442518name = "mio"
2519version = "0.8.8"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2522dependencies = [
2523 "libc",
2524 "wasi",
Philipp Kronesac25a732023-08-24 19:33:172525 "windows-sys 0.48.0",
Jakub Beránek91d2fb22023-06-03 07:41:442526]
2527
2528[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582529name = "miow"
klensy55935df2023-08-06 10:24:592530version = "0.6.0"
Weihang Lobfce2272022-11-04 23:50:442531source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:592532checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
Weihang Lobfce2272022-11-04 23:50:442533dependencies = [
Philipp Kronesac25a732023-08-24 19:33:172534 "windows-sys 0.48.0",
Weihang Lobfce2272022-11-04 23:50:442535]
2536
2537[[package]]
kennytm0692b3d2017-12-15 19:41:582538name = "miri"
2539version = "0.1.0"
2540dependencies = [
Ralf Jung49e8acb2023-10-21 06:41:452541 "aes",
Alex Crichton093ede22019-08-15 00:45:092542 "colored",
Ralf Jung13e47662023-05-23 10:10:182543 "ctrlc",
Martin Kröning4241f942023-09-19 12:19:522544 "env_logger 0.10.0",
Thom Chiovolonia4bf36e2022-11-21 00:55:412545 "getrandom",
Ralf Junga272c452022-05-30 08:17:462546 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202547 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382548 "libffi",
Ralf Jung6687c072023-10-01 05:03:422549 "libloading 0.8.1",
Alex Crichton093ede22019-08-15 00:45:092550 "log",
Ralf Jung61a986a2022-06-26 02:21:492551 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412552 "rand",
Ralf Junga272c452022-05-30 08:17:462553 "regex",
Ralf Jung64f56d22022-10-22 08:45:252554 "rustc_version",
Ralf Jung47ba2a92023-08-22 11:47:382555 "serde",
Jubilee Younge8eb6912021-04-22 04:40:292556 "smallvec",
Philipp Kronesb8b55fe2023-10-21 12:16:272557 "ui_test",
kennytm0692b3d2017-12-15 19:41:582558]
2559
2560[[package]]
Jakob Degen17395b42022-10-31 00:17:252561name = "miropt-test-tools"
2562version = "0.1.0"
2563dependencies = [
2564 "regex",
2565]
2566
2567[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442568name = "native-tls"
2569version = "0.2.11"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2572dependencies = [
2573 "lazy_static",
2574 "libc",
2575 "log",
2576 "openssl",
2577 "openssl-probe",
2578 "openssl-sys",
2579 "schannel",
2580 "security-framework",
2581 "security-framework-sys",
2582 "tempfile",
2583]
2584
2585[[package]]
Alex Crichtond8251152018-07-02 16:33:162586name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442587version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162588source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442589checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452590
2591[[package]]
Ralf Jung13e47662023-05-23 10:10:182592name = "nix"
2593version = "0.26.2"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
2595checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2596dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:352597 "bitflags 1.3.2",
Ralf Jung13e47662023-05-23 10:10:182598 "cfg-if",
2599 "libc",
2600 "static_assertions",
2601]
2602
2603[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462604name = "nom"
Nilstrieb3295cdf2023-06-26 07:21:352605version = "7.1.3"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462606source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352607checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462608dependencies = [
2609 "memchr",
2610 "minimal-lexical",
Dirkjan Ochtman93a16cb2022-01-03 17:18:462611]
2612
2613[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442614name = "ntapi"
2615version = "0.4.1"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
2618dependencies = [
2619 "winapi",
2620]
2621
2622[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352623name = "nu-ansi-term"
2624version = "0.46.0"
Alex Crichton994bfd42018-02-26 17:07:162625source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352626checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
Alex Crichton994bfd42018-02-26 17:07:162627dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:352628 "overload",
2629 "winapi",
Alex Crichton994bfd42018-02-26 17:07:162630]
2631
2632[[package]]
2633name = "num-traits"
Nilstrieb3295cdf2023-06-26 07:21:352634version = "0.2.15"
Steve Klabnik2795de32017-02-20 00:20:572635source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352636checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
Mark Rousskov342d9562020-08-17 15:21:442637dependencies = [
2638 "autocfg",
Caleb Cartwright35400e82023-10-23 01:34:122639 "libm",
Mark Rousskov342d9562020-08-17 15:21:442640]
Steve Klabnik2795de32017-02-20 00:20:572641
2642[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292643name = "num_cpus"
Nilstrieb3295cdf2023-06-26 07:21:352644version = "1.16.0"
Ahmed Charles9ca382f2016-09-02 08:55:292645source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352646checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
Ahmed Charles9ca382f2016-09-02 08:55:292647dependencies = [
Stefan Lankes8666ade2023-07-04 13:58:022648 "hermit-abi 0.3.2",
Alex Crichton093ede22019-08-15 00:45:092649 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292650]
2651
2652[[package]]
Philipp Kronesac25a732023-08-24 19:33:172653name = "number_prefix"
2654version = "0.4.0"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2657
2658[[package]]
Alex Crichton06d565c2020-05-13 21:22:372659name = "object"
dirreke74817b72023-08-14 14:57:382660version = "0.32.0"
2661source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
2663dependencies = [
Jubilee Young079949d2023-06-29 23:18:362664 "compiler_builtins",
Amanieu d'Antrasa529ba82023-01-09 17:49:242665 "crc32fast",
2666 "flate2",
Amanieu d'Antraseeea7472023-10-19 20:44:232667 "hashbrown 0.14.2",
dirreke74817b72023-08-14 14:57:382668 "indexmap 2.0.0",
Amanieu d'Antrasa529ba82023-01-09 17:49:242669 "memchr",
Jubilee Young079949d2023-06-29 23:18:362670 "rustc-std-workspace-alloc",
2671 "rustc-std-workspace-core",
Jubilee Young7156ff62023-05-10 03:29:272672 "ruzstd",
Amanieu d'Antrasa529ba82023-01-09 17:49:242673]
2674
2675[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372676name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152677version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372678source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152679checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372680dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422681 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372682]
2683
2684[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412685name = "once_cell"
Nilstrieb3295cdf2023-06-26 07:21:352686version = "1.18.0"
Mark Rousskov2fc32b92019-09-10 01:01:412687source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352688checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
Mark Rousskov2fc32b92019-09-10 01:01:412689
2690[[package]]
Alex Crichton2863b752018-08-21 17:23:472691name = "opener"
klensy9b6a6b12023-05-26 10:03:472692version = "0.5.2"
Eric Hussfaa64612021-06-22 23:19:242693source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:472694checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005"
Eric Hussfaa64612021-06-22 23:19:242695dependencies = [
klensy9b6a6b12023-05-26 10:03:472696 "bstr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312697 "winapi",
Eric Hussfaa64612021-06-22 23:19:242698]
2699
2700[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442701name = "openssl"
2702version = "0.10.55"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
2705dependencies = [
2706 "bitflags 1.3.2",
2707 "cfg-if",
2708 "foreign-types",
2709 "libc",
2710 "once_cell",
2711 "openssl-macros",
2712 "openssl-sys",
2713]
2714
2715[[package]]
2716name = "openssl-macros"
2717version = "0.1.1"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2720dependencies = [
2721 "proc-macro2",
2722 "quote",
Ralf Jung47ba2a92023-08-22 11:47:382723 "syn 2.0.29",
Jakub Beránek91d2fb22023-06-03 07:41:442724]
2725
2726[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582727name = "openssl-probe"
klensy43512e62022-07-26 16:16:432728version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582729source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432730checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582731
2732[[package]]
2733name = "openssl-sys"
Nilstrieb3295cdf2023-06-26 07:21:352734version = "0.9.90"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582735source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352736checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582737dependencies = [
Alex Crichton093ede22019-08-15 00:45:092738 "cc",
2739 "libc",
Alex Crichton093ede22019-08-15 00:45:092740 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092741 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582742]
2743
2744[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442745name = "opt-dist"
2746version = "0.1.0"
2747dependencies = [
2748 "anyhow",
2749 "build_helper",
2750 "camino",
Jakub Beránekf17047b2023-09-12 16:32:322751 "clap",
2752 "derive_builder",
Jakub Beránek91d2fb22023-06-03 07:41:442753 "env_logger 0.10.0",
2754 "fs_extra",
2755 "glob",
2756 "humansize",
2757 "humantime 2.1.0",
2758 "log",
2759 "reqwest",
2760 "serde",
2761 "serde_json",
2762 "sysinfo",
Jakub Beránek209789e2023-08-09 18:56:112763 "tabled",
Jakub Beránek91d2fb22023-06-03 07:41:442764 "tar",
Jakub Beráneka16925d2023-07-11 15:26:172765 "tempfile",
Jakub Beránek91d2fb22023-06-03 07:41:442766 "xz",
2767 "zip",
2768]
2769
2770[[package]]
Ralf Jung5aecfe42023-10-07 05:55:482771name = "option-ext"
2772version = "0.2.0"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2775
2776[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352777name = "overload"
2778version = "0.1.1"
2779source = "registry+https://github.com/rust-lang/crates.io-index"
2780checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2781
2782[[package]]
Ralf Jung10430db2022-07-15 14:04:232783name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052784version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232785source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052786checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232787
2788[[package]]
Caleb Cartwright35400e82023-10-23 01:34:122789name = "packed_simd"
2790version = "0.3.9"
Nick Cameron7a7445b2018-12-01 10:36:322791source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright35400e82023-10-23 01:34:122792checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d"
Nick Cameron7a7445b2018-12-01 10:36:322793dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422794 "cfg-if",
Caleb Cartwright35400e82023-10-23 01:34:122795 "num-traits",
Nick Cameron7a7445b2018-12-01 10:36:322796]
2797
2798[[package]]
Philipp Kronesac25a732023-08-24 19:33:172799name = "pad"
2800version = "0.1.6"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
2803dependencies = [
2804 "unicode-width",
2805]
2806
2807[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292808name = "panic_abort"
2809version = "0.0.0"
2810dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392811 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422812 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092813 "compiler_builtins",
2814 "core",
2815 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292816]
2817
2818[[package]]
2819name = "panic_unwind"
2820version = "0.0.0"
2821dependencies = [
Alex Crichton093ede22019-08-15 00:45:092822 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422823 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092824 "compiler_builtins",
2825 "core",
2826 "libc",
2827 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292828]
2829
2830[[package]]
Jakub Beránek209789e2023-08-09 18:56:112831name = "papergrid"
2832version = "0.10.0"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "a2ccbe15f2b6db62f9a9871642746427e297b0ceb85f9a7f1ee5ff47d184d0c8"
2835dependencies = [
2836 "bytecount",
2837 "fnv",
2838 "unicode-width",
2839]
2840
2841[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012842name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552843version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442844source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552845checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442846dependencies = [
2847 "instant",
Caleb Cartwright63913182021-02-10 01:52:542848 "lock_api",
Nilstrieb3295cdf2023-06-26 07:21:352849 "parking_lot_core 0.8.6",
Philipp Krones586cbd02022-06-04 12:07:442850]
2851
2852[[package]]
2853name = "parking_lot"
2854version = "0.12.1"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2857dependencies = [
2858 "lock_api",
Philipp Kronesa6d3c822023-07-02 13:07:472859 "parking_lot_core 0.9.8",
Mark Rousskov342d9562020-08-17 15:21:442860]
2861
2862[[package]]
2863name = "parking_lot_core"
Nilstrieb3295cdf2023-06-26 07:21:352864version = "0.8.6"
Mark Rousskov342d9562020-08-17 15:21:442865source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352866checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
Mark Rousskov342d9562020-08-17 15:21:442867dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422868 "cfg-if",
Mark Rousskov342d9562020-08-17 15:21:442869 "instant",
2870 "libc",
Nilstrieb3295cdf2023-06-26 07:21:352871 "redox_syscall 0.2.16",
Jubilee Younge8eb6912021-04-22 04:40:292872 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312873 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312874]
2875
2876[[package]]
Philipp Krones586cbd02022-06-04 12:07:442877name = "parking_lot_core"
Philipp Kronesa6d3c822023-07-02 13:07:472878version = "0.9.8"
Philipp Krones586cbd02022-06-04 12:07:442879source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:472880checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
Philipp Krones586cbd02022-06-04 12:07:442881dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422882 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442883 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:472884 "redox_syscall 0.3.5",
Philipp Krones586cbd02022-06-04 12:07:442885 "smallvec",
Philipp Kronesac25a732023-08-24 19:33:172886 "windows-targets 0.48.1",
Philipp Krones586cbd02022-06-04 12:07:442887]
2888
2889[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272890name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322891version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272892source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322893checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272894
2895[[package]]
Alex Crichton1cede102017-06-15 02:33:062896name = "percent-encoding"
Nilstrieb3295cdf2023-06-26 07:21:352897version = "2.3.0"
Eric Hussf2428a62019-08-01 00:44:392898source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352899checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
Eric Hussf2428a62019-08-01 00:44:392900
2901[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382902name = "perf-event-open-sys"
Nilstrieb3295cdf2023-06-26 07:21:352903version = "3.0.0"
Wesley Wisere130e9c2021-02-25 23:25:382904source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352905checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
Wesley Wisere130e9c2021-02-25 23:25:382906dependencies = [
2907 "libc",
2908]
2909
2910[[package]]
Steve Klabnika0769612017-02-07 23:13:572911name = "pest"
Nilstrieb3295cdf2023-06-26 07:21:352912version = "2.7.0"
James Munnsde763692019-01-19 02:39:372913source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352914checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9"
James Munnsde763692019-01-19 02:39:372915dependencies = [
klensy45fac342022-08-31 20:04:122916 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092917 "ucd-trie",
James Munnsde763692019-01-19 02:39:372918]
2919
2920[[package]]
Alex Crichtone9d89832018-04-02 15:43:552921name = "pest_derive"
Nilstrieb3295cdf2023-06-26 07:21:352922version = "2.7.0"
James Munnsde763692019-01-19 02:39:372923source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352924checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b"
James Munnsde763692019-01-19 02:39:372925dependencies = [
Alex Crichton093ede22019-08-15 00:45:092926 "pest",
2927 "pest_generator",
James Munnsde763692019-01-19 02:39:372928]
2929
2930[[package]]
2931name = "pest_generator"
Nilstrieb3295cdf2023-06-26 07:21:352932version = "2.7.0"
James Munnsde763692019-01-19 02:39:372933source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352934checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190"
James Munnsde763692019-01-19 02:39:372935dependencies = [
Alex Crichton093ede22019-08-15 00:45:092936 "pest",
2937 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152938 "proc-macro2",
2939 "quote",
Ralf Jung47ba2a92023-08-22 11:47:382940 "syn 2.0.29",
James Munnsde763692019-01-19 02:39:372941]
2942
2943[[package]]
2944name = "pest_meta"
Nilstrieb3295cdf2023-06-26 07:21:352945version = "2.7.0"
James Munnsde763692019-01-19 02:39:372946source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352947checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0"
James Munnsde763692019-01-19 02:39:372948dependencies = [
klensy45fac342022-08-31 20:04:122949 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092950 "pest",
Nilstrieb3295cdf2023-06-26 07:21:352951 "sha2",
James Munnsde763692019-01-19 02:39:372952]
2953
2954[[package]]
steveklabnikecfbaca2018-04-03 14:32:042955name = "phf"
klensy947e7872022-04-15 18:11:142956version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042957source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142958checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042959dependencies = [
Alex Crichton093ede22019-08-15 00:45:092960 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042961]
2962
2963[[package]]
2964name = "phf_codegen"
klensy947e7872022-04-15 18:11:142965version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042966source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142967checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042968dependencies = [
Alex Crichton093ede22019-08-15 00:45:092969 "phf_generator",
2970 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042971]
2972
2973[[package]]
2974name = "phf_generator"
klensy947e7872022-04-15 18:11:142975version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042976source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142977checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042978dependencies = [
Alex Crichton093ede22019-08-15 00:45:092979 "phf_shared",
Thom Chiovolonia4bf36e2022-11-21 00:55:412980 "rand",
steveklabnikecfbaca2018-04-03 14:32:042981]
2982
2983[[package]]
2984name = "phf_shared"
klensy947e7872022-04-15 18:11:142985version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042986source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142987checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042988dependencies = [
Alex Crichton093ede22019-08-15 00:45:092989 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042990]
2991
2992[[package]]
Caleb Cartwright63913182021-02-10 01:52:542993name = "pin-project-lite"
Nilstrieb3295cdf2023-06-26 07:21:352994version = "0.2.10"
Caleb Cartwright63913182021-02-10 01:52:542995source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352996checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
Caleb Cartwright63913182021-02-10 01:52:542997
2998[[package]]
2999name = "pin-utils"
3000version = "0.1.0"
3001source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3003
3004[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583005name = "pkg-config"
Nilstrieb3295cdf2023-06-26 07:21:353006version = "0.3.27"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583007source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353008checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583009
3010[[package]]
Santiago Pastorino8429d112018-05-24 21:52:013011name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:063012version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:013013source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:063014checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:513015dependencies = [
Alex Crichton093ede22019-08-15 00:45:093016 "datafrog",
3017 "log",
3018 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:513019]
Santiago Pastorino8429d112018-05-24 21:52:013020
3021[[package]]
Philipp Kronesac25a732023-08-24 19:33:173022name = "portable-atomic"
SparrowLiif2a40e92023-11-06 01:58:513023version = "1.5.1"
Philipp Kronesac25a732023-08-24 19:33:173024source = "registry+https://github.com/rust-lang/crates.io-index"
SparrowLiif2a40e92023-11-06 01:58:513025checksum = "3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b"
Philipp Kronesac25a732023-08-24 19:33:173026
3027[[package]]
gnzlbg52caca02019-08-01 15:02:263028name = "ppv-lite86"
Nilstrieb3295cdf2023-06-26 07:21:353029version = "0.2.17"
gnzlbg52caca02019-08-01 15:02:263030source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353031checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
gnzlbg52caca02019-08-01 15:02:263032
3033[[package]]
steveklabnikecfbaca2018-04-03 14:32:043034name = "precomputed-hash"
3035version = "0.1.1"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093037checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:043038
3039[[package]]
Philipp Kronesac25a732023-08-24 19:33:173040name = "prettydiff"
3041version = "0.6.4"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11"
3044dependencies = [
3045 "ansi_term",
3046 "pad",
3047]
3048
3049[[package]]
David Wood7f916972022-03-26 07:27:433050name = "proc-macro-hack"
Nilstrieb3295cdf2023-06-26 07:21:353051version = "0.5.20+deprecated"
David Wood7f916972022-03-26 07:27:433052source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353053checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
David Wood7f916972022-03-26 07:27:433054
3055[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:113056name = "proc-macro2"
Nilstrieb3295cdf2023-06-26 07:21:353057version = "1.0.63"
Igor Matuszewskic2249a42019-09-08 08:28:113058source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353059checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
Igor Matuszewskic2249a42019-09-08 08:28:113060dependencies = [
Andres Suareza65ddf02022-10-09 03:25:403061 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:113062]
3063
3064[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293065name = "proc_macro"
3066version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:083067dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:323068 "core",
Alex Crichtonb47c9692019-08-16 15:29:083069 "std",
3070]
Ahmed Charles9ca382f2016-09-02 08:55:293071
3072[[package]]
whitequark42754ce2017-02-13 09:57:503073name = "profiler_builtins"
3074version = "0.0.0"
3075dependencies = [
Alex Crichton093ede22019-08-15 00:45:093076 "cc",
3077 "compiler_builtins",
3078 "core",
Marco Castelluccioecba8d62017-06-04 14:54:393079]
3080
3081[[package]]
Oliver Scherer26edcee2018-11-02 15:14:243082name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:553083version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:243084source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:553085checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:243086dependencies = [
3087 "cc",
3088]
3089
3090[[package]]
Steve Klabnika0769612017-02-07 23:13:573091name = "pulldown-cmark"
Lukas Markeffskycb2ba422023-05-21 14:19:033092version = "0.9.3"
Joshua Nelsone4c28bf2020-09-14 00:15:013093source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffskycb2ba422023-05-21 14:19:033094checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
Joshua Nelsone4c28bf2020-09-14 00:15:013095dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353096 "bitflags 1.3.2",
Joshua Nelsone4c28bf2020-09-14 00:15:013097 "memchr",
3098 "unicase",
3099]
3100
3101[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:323102name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:443103version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323104source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443105checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323106
3107[[package]]
Steve Klabnika0769612017-02-07 23:13:573108name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:063109version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:573110source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:063111checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:573112
3113[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293114name = "quine-mc_cluskey"
3115version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583116source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093117checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583118
3119[[package]]
3120name = "quote"
Nilstrieb3295cdf2023-06-26 07:21:353121version = "1.0.29"
Igor Matuszewskic2249a42019-09-08 08:28:113122source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353123checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
Igor Matuszewskic2249a42019-09-08 08:28:113124dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153125 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:553126]
3127
3128[[package]]
Ayush Singh48c6ae02022-12-18 04:24:543129name = "r-efi"
Ayush Singh7a956442023-03-28 14:44:333130version = "4.2.0"
Ayush Singh48c6ae02022-12-18 04:24:543131source = "registry+https://github.com/rust-lang/crates.io-index"
Ayush Singh7a956442023-03-28 14:44:333132checksum = "575fc2d9b3da54adbdfaddf6eca48fec256d977c8630a1750b8991347d1ac911"
Ayush Singh48c6ae02022-12-18 04:24:543133dependencies = [
3134 "compiler_builtins",
3135 "rustc-std-workspace-core",
3136]
3137
3138[[package]]
3139name = "r-efi-alloc"
3140version = "1.0.0"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
3143dependencies = [
3144 "compiler_builtins",
3145 "r-efi",
3146 "rustc-std-workspace-core",
3147]
3148
3149[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293150name = "rand"
klensy947e7872022-04-15 18:11:143151version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:193152source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143153checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:193154dependencies = [
3155 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:413156 "rand_chacha",
3157 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:193158]
3159
3160[[package]]
3161name = "rand_chacha"
Nilstrieb3295cdf2023-06-26 07:21:353162version = "0.3.1"
Aaron Hill2550d5b2021-03-07 23:39:193163source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353164checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
Aaron Hill2550d5b2021-03-07 23:39:193165dependencies = [
3166 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:413167 "rand_core",
gnzlbg52caca02019-08-01 15:02:263168]
3169
3170[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193171name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:593172version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:193173source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:593174checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:193175dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413176 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:193177]
3178
3179[[package]]
Ralf Jung5b78e982019-04-19 07:37:333180name = "rand_xorshift"
Thom Chiovolonia4bf36e2022-11-21 00:55:413181version = "0.3.0"
Ralf Jung5b78e982019-04-19 07:37:333182source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovolonia4bf36e2022-11-21 00:55:413183checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
Ralf Jung5b78e982019-04-19 07:37:333184dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413185 "rand_core",
Eric Huss2b985322019-11-25 16:14:073186]
3187
3188[[package]]
3189name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:293190version = "0.6.0"
3191source = "registry+https://github.com/rust-lang/crates.io-index"
3192checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3193dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413194 "rand_core",
Chase Wilson09f15422021-08-29 15:55:293195]
3196
3197[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293198name = "rayon"
klensyeed89182023-11-07 12:19:333199version = "1.8.0"
Nick Cameron4b6f5c22018-02-26 03:15:453200source = "registry+https://github.com/rust-lang/crates.io-index"
klensyeed89182023-11-07 12:19:333201checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
Nick Cameron4b6f5c22018-02-26 03:15:453202dependencies = [
Alex Crichton093ede22019-08-15 00:45:093203 "either",
3204 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293205]
3206
3207[[package]]
3208name = "rayon-core"
klensyeed89182023-11-07 12:19:333209version = "1.12.0"
Oliver Schneideracdf83f2017-12-06 08:25:293210source = "registry+https://github.com/rust-lang/crates.io-index"
klensyeed89182023-11-07 12:19:333211checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
Oliver Schneideracdf83f2017-12-06 08:25:293212dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163213 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073214 "crossbeam-utils",
Laurențiu Nicolab888eb92019-06-10 18:22:313215]
3216
3217[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353218name = "redox_syscall"
Nilstrieb3295cdf2023-06-26 07:21:353219version = "0.2.16"
flip19950046d7c2021-02-25 10:26:233220source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353221checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
flip19950046d7c2021-02-25 10:26:233222dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353223 "bitflags 1.3.2",
flip19950046d7c2021-02-25 10:26:233224]
3225
3226[[package]]
Arlo Siemsen4d9b4762023-06-02 16:40:363227name = "redox_syscall"
3228version = "0.3.5"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
3231dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353232 "bitflags 1.3.2",
Arlo Siemsen4d9b4762023-06-02 16:40:363233]
3234
3235[[package]]
flip19954c228cc2019-02-18 09:32:583236name = "redox_users"
Nilstrieb3295cdf2023-06-26 07:21:353237version = "0.4.3"
flip19950046d7c2021-02-25 10:26:233238source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353239checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
flip19950046d7c2021-02-25 10:26:233240dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413241 "getrandom",
Nilstrieb3295cdf2023-06-26 07:21:353242 "redox_syscall 0.2.16",
3243 "thiserror",
flip19950046d7c2021-02-25 10:26:233244]
3245
3246[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583247name = "regex"
Nilstrieb3295cdf2023-06-26 07:21:353248version = "1.8.4"
Oliver Schneider847bb142018-05-11 12:11:063249source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353250checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
Oliver Schneider847bb142018-05-11 12:11:063251dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353252 "aho-corasick 1.0.2",
Alex Crichton093ede22019-08-15 00:45:093253 "memchr",
Nilstrieb3295cdf2023-06-26 07:21:353254 "regex-syntax 0.7.2",
Oliver Schneider847bb142018-05-11 12:11:063255]
3256
3257[[package]]
Oliver Schererec7230f2020-07-24 18:42:003258name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093259version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003260source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093261checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003262dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353263 "regex-syntax 0.6.29",
Oliver Schererec7230f2020-07-24 18:42:003264]
3265
3266[[package]]
Charles Lewa7750042022-11-06 06:43:253267name = "regex-automata"
3268version = "0.2.0"
3269source = "registry+https://github.com/rust-lang/crates.io-index"
3270checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3271dependencies = [
3272 "memchr",
3273]
3274
3275[[package]]
Steve Klabnika0769612017-02-07 23:13:573276name = "regex-syntax"
Nilstrieb3295cdf2023-06-26 07:21:353277version = "0.6.29"
Oliver Schneider847bb142018-05-11 12:11:063278source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353279checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
Oliver Schneider847bb142018-05-11 12:11:063280
3281[[package]]
Philipp Kronesd780efc2023-05-20 13:39:353282name = "regex-syntax"
Nilstrieb3295cdf2023-06-26 07:21:353283version = "0.7.2"
Philipp Kronesd780efc2023-05-20 13:39:353284source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353285checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
Philipp Kronesd780efc2023-05-20 13:39:353286
3287[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193288name = "remote-test-client"
3289version = "0.1.0"
3290
3291[[package]]
3292name = "remote-test-server"
3293version = "0.1.0"
3294
3295[[package]]
est31d32ff142022-08-23 20:14:123296name = "replace-version-placeholder"
3297version = "0.1.0"
3298dependencies = [
3299 "tidy",
3300 "walkdir",
3301]
3302
3303[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:443304name = "reqwest"
3305version = "0.11.18"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
3308dependencies = [
3309 "base64",
3310 "bytes",
3311 "encoding_rs",
3312 "futures-core",
3313 "futures-util",
3314 "h2",
3315 "http",
3316 "http-body",
3317 "hyper",
3318 "hyper-tls",
3319 "ipnet",
3320 "js-sys",
3321 "log",
3322 "mime",
3323 "native-tls",
3324 "once_cell",
3325 "percent-encoding",
3326 "pin-project-lite",
3327 "serde",
3328 "serde_json",
3329 "serde_urlencoded",
3330 "tokio",
3331 "tokio-native-tls",
3332 "tower-service",
3333 "url",
3334 "wasm-bindgen",
3335 "wasm-bindgen-futures",
3336 "web-sys",
3337 "winreg",
3338]
3339
3340[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583341name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433342version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583343dependencies = [
Alex Crichton093ede22019-08-15 00:45:093344 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483345]
3346
3347[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153348name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173349version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153350dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173351 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153352 "rustc-demangle",
3353]
3354
3355[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293356name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573357version = "0.1.0"
3358dependencies = [
klensye1c33132023-06-21 09:32:343359 "clap",
klensy40b60952023-04-06 15:21:373360 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:093361 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573362]
Ahmed Charles9ca382f2016-09-02 08:55:293363
3364[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573365name = "rustc-build-sysroot"
Ralf Jungcdd67ed2023-05-05 06:44:203366version = "0.4.2"
Ralf Jung9cc11e22022-10-04 13:23:573367source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungcdd67ed2023-05-05 06:44:203368checksum = "8ed2a90dfa5232ed5ff21d53d4df655f315ab316ea06fc508f1c74bcedb1ce6c"
Ralf Jung9cc11e22022-10-04 13:23:573369dependencies = [
3370 "anyhow",
3371 "rustc_version",
3372 "tempfile",
3373]
3374
3375[[package]]
Josh Stone020c5ec2017-05-08 22:01:133376name = "rustc-demangle"
Nilstrieb3295cdf2023-06-26 07:21:353377version = "0.1.23"
Josh Stone020c5ec2017-05-08 22:01:133378source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353379checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
Alex Crichtonfcc8bb42018-12-14 22:37:513380dependencies = [
Alex Crichton093ede22019-08-15 00:45:093381 "compiler_builtins",
3382 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513383]
Josh Stone020c5ec2017-05-08 22:01:133384
3385[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023386name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193387version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023388source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193389checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023390
3391[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293392name = "rustc-main"
3393version = "0.0.0"
3394dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043395 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093396 "rustc_codegen_ssa",
3397 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:463398 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:383399 "rustc_smir",
Oli Scherera38e9832023-09-14 15:50:113400 "stable_mir",
Ahmed Charles9ca382f2016-09-02 08:55:293401]
3402
3403[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033404name = "rustc-rayon"
John Kåre Alsaker27c44d22023-03-25 01:12:133405version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073406source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133407checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
Josh Stone33c41252019-09-10 17:13:073408dependencies = [
Josh Stone33c41252019-09-10 17:13:073409 "either",
Igor Matuszewski5b091302019-12-10 15:01:013410 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413411]
3412
3413[[package]]
Josh Stone33c41252019-09-10 17:13:073414name = "rustc-rayon-core"
John Kåre Alsaker27c44d22023-03-25 01:12:133415version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073416source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133417checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
Josh Stone33c41252019-09-10 17:13:073418dependencies = [
Josh Stoneab57e362022-05-28 00:14:223419 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163420 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073421 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073422 "num_cpus",
3423]
3424
3425[[package]]
flip1995898ef0f2020-12-06 14:07:593426name = "rustc-semver"
3427version = "1.1.0"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3430
3431[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053432name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053433version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053434dependencies = [
Alex Crichton093ede22019-08-15 00:45:093435 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053436]
3437
3438[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503439name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053440version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503441dependencies = [
Alex Crichton093ede22019-08-15 00:45:093442 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503443]
3444
3445[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083446name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053447version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083448dependencies = [
3449 "std",
3450]
3451
3452[[package]]
hkalbasi390a6372022-11-06 21:06:113453name = "rustc_abi"
3454version = "0.0.0"
3455dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353456 "bitflags 1.3.2",
Thom Chiovolonia4bf36e2022-11-21 00:55:413457 "rand",
hkalbasi390a6372022-11-06 21:06:113458 "rand_xoshiro",
3459 "rustc_data_structures",
3460 "rustc_index",
3461 "rustc_macros",
3462 "rustc_serialize",
3463 "tracing",
3464]
3465
3466[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433467name = "rustc_apfloat"
Wesley Wiser15e9f562023-07-18 19:22:563468version = "0.2.0+llvm-462a31f5a5ab"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be"
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433471dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353472 "bitflags 1.3.2",
Jubilee Younge8eb6912021-04-22 04:40:293473 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433474]
3475
3476[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403477name = "rustc_arena"
3478version = "0.0.0"
3479dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293480 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403481]
3482
3483[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263484name = "rustc_ast"
3485version = "0.0.0"
3486dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353487 "bitflags 1.3.2",
Konrad Borowskif72e17f2023-01-22 12:05:473488 "memchr",
Vadim Petrochenkov6054a302020-02-29 17:16:263489 "rustc_data_structures",
3490 "rustc_index",
3491 "rustc_lexer",
3492 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403493 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263494 "rustc_span",
Michael Goulete8e9f6a2023-10-19 16:41:433495 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293496 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303497 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003498 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263499]
3500
3501[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563502name = "rustc_ast_lowering"
3503version = "0.0.0"
3504dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263505 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463506 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563507 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563508 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003509 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573510 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563511 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513512 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233513 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563514 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563515 "rustc_span",
3516 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293517 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303518 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003519 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563520]
3521
3522[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443523name = "rustc_ast_passes"
3524version = "0.0.0"
3525dependencies = [
pierwillf684acd2022-03-04 17:54:283526 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263527 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463528 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203529 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443530 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443531 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393532 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003533 "rustc_fluent_macro",
finalchildd6fdf142022-08-17 14:51:013534 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443535 "rustc_parse",
3536 "rustc_session",
3537 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053538 "rustc_target",
Nicholas Nethercote4143b102022-11-23 00:55:163539 "thin-vec",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443540]
3541
3542[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463543name = "rustc_ast_pretty"
3544version = "0.0.0"
3545dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263546 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463547 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:203548 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:463549]
3550
3551[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203552name = "rustc_attr"
3553version = "0.0.0"
3554dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263555 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463556 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203557 "rustc_data_structures",
3558 "rustc_errors",
3559 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003560 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:483561 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203562 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403563 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203564 "rustc_session",
3565 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203566]
3567
3568[[package]]
Charles Lewa7750042022-11-06 06:43:253569name = "rustc_baked_icu_data"
3570version = "0.0.0"
3571dependencies = [
3572 "icu_list",
3573 "icu_locid",
Nilstriebffffc202023-11-06 13:42:203574 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:253575 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223576 "icu_provider_adapters",
Charles Lewbde2f982022-11-06 06:58:223577 "zerovec",
Charles Lewa7750042022-11-06 06:43:253578]
3579
3580[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403581name = "rustc_borrowck"
3582version = "0.0.0"
3583dependencies = [
3584 "either",
pierwillf684acd2022-03-04 17:54:283585 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403586 "polonius-engine",
3587 "rustc_data_structures",
3588 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003589 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403590 "rustc_graphviz",
3591 "rustc_hir",
3592 "rustc_index",
3593 "rustc_infer",
3594 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013595 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403596 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073597 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403598 "rustc_serialize",
3599 "rustc_session",
3600 "rustc_span",
3601 "rustc_target",
3602 "rustc_trait_selection",
3603 "rustc_traits",
3604 "smallvec",
3605 "tracing",
3606]
3607
3608[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323609name = "rustc_builtin_macros"
3610version = "0.0.0"
3611dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263612 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463613 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203614 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323615 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323616 "rustc_errors",
3617 "rustc_expand",
3618 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003619 "rustc_fluent_macro",
clubby789e3e93f22023-05-02 15:42:363620 "rustc_index",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143621 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233622 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313623 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323624 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403625 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203626 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323627 "rustc_span",
3628 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293629 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303630 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003631 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323632]
3633
3634[[package]]
Irina Popab63d7e22018-05-08 13:10:163635name = "rustc_codegen_llvm"
3636version = "0.0.0"
3637dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353638 "bitflags 1.3.2",
León Orell Valerian Liehr3788b7a2023-07-04 17:53:443639 "cstr",
Zalathare985ae52023-10-03 10:40:503640 "itertools",
Alex Crichton7f23e6e2019-10-22 15:51:353641 "libc",
Ralf Jung61a986a2022-06-26 02:21:493642 "measureme",
Tyler Mandry4c14ca32023-08-22 19:20:353643 "object",
Alex Crichton7f23e6e2019-10-22 15:51:353644 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263645 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203646 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353647 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353648 "rustc_data_structures",
3649 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003650 "rustc_fluent_macro",
Alex Crichton7f23e6e2019-10-22 15:51:353651 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573652 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353653 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093654 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553655 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593656 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453657 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543658 "rustc_query_system",
Aaron Hillfca192c2019-12-06 03:04:353659 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323660 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543661 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353662 "rustc_target",
csmoea30de6e2022-11-03 14:34:243663 "serde",
3664 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293665 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003666 "tracing",
Irina Popab63d7e22018-05-08 13:10:163667]
3668
3669[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043670name = "rustc_codegen_ssa"
3671version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353672dependencies = [
bjorn3be670842022-05-28 10:43:513673 "ar_archive_writer",
Nilstrieb3295cdf2023-06-26 07:21:353674 "bitflags 1.3.2",
Alex Crichton093ede22019-08-15 00:45:093675 "cc",
pierwillf684acd2022-03-04 17:54:283676 "itertools",
Alex Crichton093ede22019-08-15 00:45:093677 "jobserver",
3678 "libc",
Tyler Mandry4c14ca32023-08-22 19:20:353679 "object",
Federico Ponzi4b6a0272020-07-17 22:01:273680 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143681 "regex",
David Wood2dc1a8a2021-12-03 14:24:053682 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263683 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203684 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093685 "rustc_data_structures",
3686 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003687 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093688 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573689 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093690 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103691 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573692 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363693 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453694 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543695 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403696 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083697 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323698 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583699 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093700 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143701 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423702 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423703 "smallvec",
Mark Mansi2d75a332020-03-12 23:07:583704 "tempfile",
bjorn3e9fa2ca2023-09-19 11:23:353705 "thin-vec",
David Wood2dc1a8a2021-12-03 14:24:053706 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003707 "tracing",
klensy3c03cce2023-05-09 15:20:133708 "windows",
Irina Popab63d7e22018-05-08 13:10:163709]
3710
3711[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113712name = "rustc_const_eval"
3713version = "0.0.0"
3714dependencies = [
Ralf Jung41018892022-11-18 09:18:323715 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113716 "rustc_apfloat",
3717 "rustc_ast",
3718 "rustc_attr",
3719 "rustc_data_structures",
3720 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003721 "rustc_fluent_macro",
Camille GILLOTc5fc2602021-01-05 19:08:113722 "rustc_hir",
3723 "rustc_index",
3724 "rustc_infer",
3725 "rustc_macros",
3726 "rustc_middle",
3727 "rustc_mir_dataflow",
3728 "rustc_session",
3729 "rustc_span",
3730 "rustc_target",
3731 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463732 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113733 "tracing",
3734]
3735
3736[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293737name = "rustc_data_structures"
3738version = "0.0.0"
3739dependencies = [
Weihang Lof795a152023-03-15 12:50:043740 "arrayvec",
Nilstrieb3295cdf2023-06-26 07:21:353741 "bitflags 1.3.2",
Oli Schererdecfb4d2023-02-21 08:37:103742 "elsa",
Jack Hueya42e5a12020-05-27 05:05:093743 "ena",
Josh Stoned9b1fa92023-07-03 20:51:543744 "indexmap 2.0.0",
Maybe Waffle04652012023-04-11 10:54:563745 "itertools",
Alex Crichton093ede22019-08-15 00:45:093746 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193747 "libc",
Ralf Jung61a986a2022-06-26 02:21:493748 "measureme",
Weihang Lof795a152023-03-15 12:50:043749 "memmap2",
klensy383b7152023-08-03 13:05:263750 "parking_lot 0.12.1",
SparrowLiif2a40e92023-11-06 01:58:513751 "portable-atomic",
Alex Crichton093ede22019-08-15 00:45:093752 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013753 "rustc-rayon",
3754 "rustc-rayon-core",
SparrowLiib9746ce2023-03-03 02:14:573755 "rustc_arena",
Vadim Petrochenkov11d95142020-06-02 17:03:403756 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513757 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573758 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403759 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293760 "smallvec",
Simonas Kazlauskasa5c53652020-03-14 18:13:553761 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503762 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303763 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003764 "tracing",
klensy3c03cce2023-05-09 15:20:133765 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293766]
3767
3768[[package]]
3769name = "rustc_driver"
3770version = "0.0.0"
3771dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463772 "rustc_driver_impl",
John Kåre Alsaker2aceaf42023-02-02 06:17:463773]
3774
3775[[package]]
3776name = "rustc_driver_impl"
3777version = "0.0.0"
3778dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193779 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263780 "rustc_ast",
David Woodd1fcf6112022-10-13 09:13:023781 "rustc_ast_lowering",
3782 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463783 "rustc_ast_pretty",
David Woodd1fcf6112022-10-13 09:13:023784 "rustc_attr",
3785 "rustc_borrowck",
3786 "rustc_builtin_macros",
Victor Dinga47fdb92020-01-23 10:48:483787 "rustc_codegen_ssa",
David Woodd1fcf6112022-10-13 09:13:023788 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093789 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503790 "rustc_error_codes",
David Woodd1fcf6112022-10-13 09:13:023791 "rustc_error_messages",
Alex Crichton093ede22019-08-15 00:45:093792 "rustc_errors",
David Woodd1fcf6112022-10-13 09:13:023793 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183794 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003795 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573796 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293797 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193798 "rustc_hir_pretty",
David Woodd1fcf6112022-10-13 09:13:023799 "rustc_hir_typeck",
3800 "rustc_incremental",
3801 "rustc_infer",
Alex Crichton093ede22019-08-15 00:45:093802 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133803 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523804 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093805 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093806 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453807 "rustc_middle",
David Woodd1fcf6112022-10-13 09:13:023808 "rustc_mir_build",
3809 "rustc_mir_dataflow",
clubby789d5bc5812023-04-30 01:20:533810 "rustc_mir_transform",
David Woodd1fcf6112022-10-13 09:13:023811 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133812 "rustc_parse",
David Woodd1fcf6112022-10-13 09:13:023813 "rustc_passes",
David Woodd1fcf6112022-10-13 09:13:023814 "rustc_privacy",
3815 "rustc_query_system",
3816 "rustc_resolve",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083817 "rustc_session",
Oğuz Ağcayazıebd9c142023-11-09 09:11:413818 "rustc_smir",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323819 "rustc_span",
David Woodd1fcf6112022-10-13 09:13:023820 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093821 "rustc_target",
David Woodd1fcf6112022-10-13 09:13:023822 "rustc_trait_selection",
3823 "rustc_ty_utils",
bjorn3fc1df4f2021-06-03 15:45:093824 "serde_json",
Esteban Küber8eb58432023-03-03 22:25:183825 "time",
Oliver Schererec7230f2020-07-24 18:42:003826 "tracing",
klensy3c03cce2023-05-09 15:20:133827 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293828]
3829
3830[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053831name = "rustc_error_codes"
3832version = "0.0.0"
3833
3834[[package]]
David Woodc45f2952022-03-24 02:03:043835name = "rustc_error_messages"
3836version = "0.0.0"
3837dependencies = [
David Woodd5119c52022-03-28 08:36:203838 "fluent-bundle",
3839 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253840 "icu_list",
3841 "icu_locid",
3842 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383843 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253844 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433845 "rustc_data_structures",
Nilstriebb5d3d972023-04-16 12:33:003846 "rustc_fluent_macro",
David Woodc45f2952022-03-24 02:03:043847 "rustc_macros",
3848 "rustc_serialize",
3849 "rustc_span",
David Wood7f916972022-03-26 07:27:433850 "tracing",
3851 "unic-langid",
David Woodc45f2952022-03-24 02:03:043852]
3853
3854[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293855name = "rustc_errors"
3856version = "0.0.0"
3857dependencies = [
klensy754b5262022-07-31 13:44:063858 "annotate-snippets",
Oli Scherer29de70d2023-07-25 13:09:533859 "derive_setters",
Xiretza8489a672022-09-14 17:22:203860 "rustc_ast",
3861 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093862 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043863 "rustc_error_messages",
Nilstriebb5d3d972023-04-16 12:33:003864 "rustc_fluent_macro",
Michael Gouletff9fd362022-06-29 05:09:593865 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523866 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573867 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403868 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323869 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593870 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143871 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153872 "serde",
3873 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093874 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483875 "termize",
Oliver Schererec7230f2020-07-24 18:42:003876 "tracing",
Alex Crichton093ede22019-08-15 00:45:093877 "unicode-width",
klensy3c03cce2023-05-09 15:20:133878 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293879]
3880
3881[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323882name = "rustc_expand"
3883version = "0.0.0"
3884dependencies = [
Nika Layzell6d1650f2022-06-18 18:15:033885 "crossbeam-channel",
Vadim Petrochenkov6054a302020-02-29 17:16:263886 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393887 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463888 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203889 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323890 "rustc_data_structures",
3891 "rustc_errors",
3892 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003893 "rustc_fluent_macro",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323894 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003895 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573896 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323897 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403898 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203899 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323900 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293901 "smallvec",
Oli Scherer51c22152023-07-26 13:58:503902 "termcolor",
Nicholas Nethercote67d5cc02022-09-08 07:22:523903 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003904 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323905]
3906
3907[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383908name = "rustc_feature"
3909version = "0.0.0"
3910dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183911 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323912 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383913]
3914
3915[[package]]
Nilstriebb5d3d972023-04-16 12:33:003916name = "rustc_fluent_macro"
Michael Goulet60c95442023-10-18 21:55:153917version = "0.0.0"
Nilstriebb5d3d972023-04-16 12:33:003918dependencies = [
3919 "annotate-snippets",
3920 "fluent-bundle",
3921 "fluent-syntax",
3922 "proc-macro2",
3923 "quote",
Ralf Jung47ba2a92023-08-22 11:47:383924 "syn 2.0.29",
Nilstriebb5d3d972023-04-16 12:33:003925 "unic-langid",
3926]
3927
3928[[package]]
Mark Rousskove3177c62018-08-03 21:31:033929name = "rustc_fs_util"
3930version = "0.0.0"
3931
3932[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403933name = "rustc_graphviz"
3934version = "0.0.0"
3935
3936[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273937name = "rustc_hir"
3938version = "0.0.0"
3939dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373940 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203941 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263942 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273943 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043944 "rustc_error_messages",
Mazdak Farrokhzad7a140732019-12-25 02:51:273945 "rustc_index",
3946 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403947 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273948 "rustc_span",
3949 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293950 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003951 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273952]
3953
3954[[package]]
lcnr1fc86a62022-09-26 11:00:293955name = "rustc_hir_analysis"
3956version = "0.0.0"
3957dependencies = [
3958 "rustc_arena",
3959 "rustc_ast",
3960 "rustc_attr",
3961 "rustc_data_structures",
3962 "rustc_errors",
3963 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003964 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293965 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293966 "rustc_index",
3967 "rustc_infer",
Nilstriebee8f92b2023-04-16 09:48:013968 "rustc_lint_defs",
lcnr1fc86a62022-09-26 11:00:293969 "rustc_macros",
3970 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:293971 "rustc_session",
3972 "rustc_span",
3973 "rustc_target",
3974 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293975 "rustc_type_ir",
3976 "smallvec",
3977 "tracing",
3978]
3979
3980[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193981name = "rustc_hir_pretty"
3982version = "0.0.0"
3983dependencies = [
3984 "rustc_ast",
3985 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193986 "rustc_hir",
3987 "rustc_span",
3988 "rustc_target",
3989]
3990
3991[[package]]
lcnrfb3ab132022-10-20 15:51:373992name = "rustc_hir_typeck"
Michael Goulet60c95442023-10-18 21:55:153993version = "0.0.0"
lcnrfb3ab132022-10-20 15:51:373994dependencies = [
3995 "rustc_ast",
许杰友 Jieyou Xu (Joe)08c77a62023-07-16 10:18:383996 "rustc_attr",
lcnrfb3ab132022-10-20 15:51:373997 "rustc_data_structures",
3998 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003999 "rustc_fluent_macro",
lcnrfb3ab132022-10-20 15:51:374000 "rustc_graphviz",
4001 "rustc_hir",
4002 "rustc_hir_analysis",
4003 "rustc_hir_pretty",
4004 "rustc_index",
4005 "rustc_infer",
4006 "rustc_lint",
4007 "rustc_macros",
4008 "rustc_middle",
4009 "rustc_serialize",
4010 "rustc_session",
4011 "rustc_span",
4012 "rustc_target",
4013 "rustc_trait_selection",
4014 "rustc_type_ir",
4015 "smallvec",
4016 "tracing",
4017]
4018
4019[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294020name = "rustc_incremental"
4021version = "0.0.0"
4022dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:414023 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:264024 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094025 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:594026 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004027 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:094028 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:404029 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574030 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:574031 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454032 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404033 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:164034 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324035 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:164036 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004037 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294038]
4039
4040[[package]]
csmoe1cff2e62019-09-25 19:09:514041name = "rustc_index"
4042version = "0.0.0"
4043dependencies = [
Weihang Lof795a152023-03-15 12:50:044044 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:574045 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404046 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:294047 "smallvec",
csmoe1cff2e62019-09-25 19:09:514048]
4049
4050[[package]]
Camille GILLOTf07e8892020-01-06 19:13:244051name = "rustc_infer"
4052version = "0.0.0"
4053dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:244054 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:244055 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004056 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:244057 "rustc_hir",
4058 "rustc_index",
4059 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454060 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404061 "rustc_serialize",
Camille GILLOTf07e8892020-01-06 19:13:244062 "rustc_span",
4063 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294064 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004065 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:244066]
4067
4068[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:234069name = "rustc_interface"
4070version = "0.0.0"
4071dependencies = [
Ralf Jung6687c072023-10-01 05:03:424072 "libloading 0.7.4",
Igor Matuszewski5b091302019-12-10 15:01:014073 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:314074 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:264075 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564076 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:444077 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:204078 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:404079 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324080 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:354081 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:094082 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:114083 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:094084 "rustc_data_structures",
4085 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324086 "rustc_expand",
Vadim Petrochenkov7353c962023-08-09 12:28:004087 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004088 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314089 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:274090 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294091 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:374092 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:094093 "rustc_incremental",
Alex Crichton093ede22019-08-15 00:45:094094 "rustc_lint",
finalchildc1a98412022-08-16 20:07:474095 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094096 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454097 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:444098 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:254099 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:154100 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134101 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:094102 "rustc_passes",
Alex Crichton093ede22019-08-15 00:45:094103 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:164104 "rustc_query_impl",
John Kåre Alsaker66d85432023-03-25 08:46:194105 "rustc_query_system",
Alex Crichton093ede22019-08-15 00:45:094106 "rustc_resolve",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:164107 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324108 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:584109 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:164110 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404111 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094112 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374113 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004114 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:234115]
4116
4117[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404118name = "rustc_lexer"
Michael Goulet60c95442023-10-18 21:55:154119version = "0.0.0"
Aleksey Kladov395ee0b2019-05-06 08:53:404120dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504121 "expect-test",
Charles Lewbca79a22023-07-29 00:47:214122 "unicode-properties",
Aaron Hill70ba4912020-08-01 14:11:154123 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404124]
4125
4126[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294127name = "rustc_lint"
4128version = "0.0.0"
4129dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264130 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464131 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204132 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094133 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474134 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384135 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004136 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574137 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334138 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354139 "rustc_infer",
David Wood9d864c82022-06-30 07:57:454140 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454141 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424142 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:204143 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324144 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094145 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404146 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464147 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004148 "tracing",
Charles Lew485e98a2020-01-02 12:02:224149 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294150]
4151
4152[[package]]
Aaron Hill23018a52020-08-13 19:41:524153name = "rustc_lint_defs"
4154version = "0.0.0"
4155dependencies = [
4156 "rustc_ast",
4157 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:044158 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:274159 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524160 "rustc_macros",
4161 "rustc_serialize",
4162 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384163 "rustc_target",
bjorn362a4f912021-06-03 19:14:154164 "serde",
Aaron Hill23018a52020-08-13 19:41:524165]
4166
4167[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294168name = "rustc_llvm"
4169version = "0.0.0"
4170dependencies = [
Alex Crichton093ede22019-08-15 00:45:094171 "cc",
Aaron Hill47e932b2019-12-12 15:51:194172 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294173]
4174
4175[[package]]
David Tolnay6152d152022-01-04 00:32:524176name = "rustc_log"
4177version = "0.0.0"
4178dependencies = [
David Tolnayffbeebb2022-01-04 06:01:354179 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524180 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:484181 "tracing-core",
David Tolnay6152d152022-01-04 00:32:524182 "tracing-subscriber",
4183 "tracing-tree",
4184]
4185
4186[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104187name = "rustc_macros"
Michael Goulet60c95442023-10-18 21:55:154188version = "0.0.0"
John Kåre Alsaker74b64192019-03-01 00:22:104189dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154190 "proc-macro2",
4191 "quote",
Ralf Jung47ba2a92023-08-22 11:47:384192 "syn 2.0.29",
klensy7142c8d2023-11-09 11:37:304193 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104194]
4195
4196[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294197name = "rustc_metadata"
4198version = "0.0.0"
4199dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354200 "bitflags 1.3.2",
Ralf Jung6687c072023-10-01 05:03:424201 "libloading 0.7.4",
Michael Woeristerd0be27c2021-07-20 11:54:374202 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264203 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204204 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094205 "rustc_data_structures",
4206 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324207 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174208 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004209 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314210 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574211 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194212 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104213 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574214 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454215 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404216 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084217 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324218 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094219 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464220 "rustc_type_ir",
Josh Triplett574f6be2020-08-20 23:16:304221 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044222 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004223 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294224]
4225
4226[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454227name = "rustc_middle"
4228version = "0.0.0"
4229dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354230 "bitflags 1.3.2",
Maybe Wafflee20e5062022-11-28 11:11:454231 "derive_more",
Camille GILLOTfd9c04f2021-01-05 18:53:074232 "either",
John Kåre Alsaker7aab1dd2023-04-30 07:29:024233 "field-offset",
Camille GILLOTfd9c04f2021-01-05 18:53:074234 "gsgdt",
John Kåre Alsaker66d85432023-03-25 08:46:194235 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454236 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:264237 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454238 "rustc-rayon-core",
4239 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404240 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454241 "rustc_ast",
4242 "rustc_attr",
4243 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:474244 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454245 "rustc_errors",
4246 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004247 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074248 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454249 "rustc_hir",
4250 "rustc_index",
4251 "rustc_macros",
4252 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404253 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454254 "rustc_session",
4255 "rustc_span",
4256 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104257 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294258 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304259 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004260 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454261]
4262
4263[[package]]
Matthew Jasperb3589292020-01-05 15:46:444264name = "rustc_mir_build"
4265version = "0.0.0"
4266dependencies = [
Ralf Jung41018892022-11-18 09:18:324267 "either",
Matthew Jasperb3589292020-01-05 15:46:444268 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404269 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264270 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:444271 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444272 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004273 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:444274 "rustc_hir",
4275 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244276 "rustc_infer",
TheOddGarlic82f05442022-08-20 11:28:434277 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454278 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404279 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074280 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444281 "rustc_span",
4282 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404283 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294284 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004285 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444286]
4287
4288[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074289name = "rustc_mir_dataflow"
4290version = "0.0.0"
4291dependencies = [
4292 "polonius-engine",
4293 "regex",
4294 "rustc_ast",
4295 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144296 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004297 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074298 "rustc_graphviz",
4299 "rustc_hir",
4300 "rustc_index",
5225225ee2b1612022-08-19 09:21:144301 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074302 "rustc_middle",
4303 "rustc_serialize",
Camille GILLOTfd9c04f2021-01-05 18:53:074304 "rustc_span",
4305 "rustc_target",
4306 "smallvec",
4307 "tracing",
4308]
4309
4310[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254311name = "rustc_mir_transform"
4312version = "0.0.0"
4313dependencies = [
4314 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:324315 "either",
pierwillf684acd2022-03-04 17:54:284316 "itertools",
Camille GILLOT751a0792023-01-16 22:12:364317 "rustc_arena",
Camille GILLOTbba4be62021-01-01 00:53:254318 "rustc_ast",
4319 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114320 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254321 "rustc_data_structures",
4322 "rustc_errors",
clubby789d5bc5812023-04-30 01:20:534323 "rustc_fluent_macro",
Camille GILLOTbba4be62021-01-01 00:53:254324 "rustc_hir",
4325 "rustc_index",
clubby789d5bc5812023-04-30 01:20:534326 "rustc_macros",
Camille GILLOTbba4be62021-01-01 00:53:254327 "rustc_middle",
Martin Nordholtsb4b33df2023-07-20 19:01:274328 "rustc_mir_build",
Camille GILLOTfd9c04f2021-01-05 18:53:074329 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254330 "rustc_serialize",
4331 "rustc_session",
4332 "rustc_span",
4333 "rustc_target",
4334 "rustc_trait_selection",
4335 "smallvec",
4336 "tracing",
4337]
4338
4339[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154340name = "rustc_monomorphize"
4341version = "0.0.0"
4342dependencies = [
4343 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474344 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004345 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:154346 "rustc_hir",
Nathan Stocks137f20c2022-08-18 21:51:474347 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154348 "rustc_middle",
4349 "rustc_session",
4350 "rustc_span",
4351 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:094352 "serde",
4353 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:154354 "tracing",
4355]
4356
4357[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134358name = "rustc_parse"
4359version = "0.0.0"
4360dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354361 "bitflags 1.3.2",
Vadim Petrochenkov6054a302020-02-29 17:16:264362 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464363 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134364 "rustc_data_structures",
4365 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384366 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004367 "rustc_fluent_macro",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134368 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244369 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204370 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324371 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:524372 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004373 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404374 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004375 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134376]
4377
4378[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404379name = "rustc_parse_format"
4380version = "0.0.0"
4381dependencies = [
Lukas Wirth2bba05612023-09-05 17:11:504382 "rustc_index",
Vadim Petrochenkov11d95142020-06-02 17:03:404383 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404384]
4385
4386[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294387name = "rustc_passes"
4388version = "0.0.0"
4389dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:244390 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:264391 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134392 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204393 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094394 "rustc_data_structures",
4395 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434396 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414397 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004398 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574399 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574400 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124401 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044402 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454403 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004404 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434405 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324406 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574407 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:374408 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004409 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294410]
4411
4412[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294413name = "rustc_privacy"
4414version = "0.0.0"
4415dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574416 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204417 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094418 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164419 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004420 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574421 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294422 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:344423 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454424 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084425 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324426 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004427 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294428]
4429
4430[[package]]
Camille GILLOT4581d162021-01-19 19:40:164431name = "rustc_query_impl"
4432version = "0.0.0"
4433dependencies = [
John Kåre Alsaker7aab1dd2023-04-30 07:29:024434 "field-offset",
Ralf Jung61a986a2022-06-26 02:21:494435 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164436 "rustc-rayon-core",
Camille GILLOT4581d162021-01-19 19:40:164437 "rustc_data_structures",
4438 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164439 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014440 "rustc_index",
Camille GILLOT4581d162021-01-19 19:40:164441 "rustc_middle",
4442 "rustc_query_system",
4443 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014444 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164445 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:304446 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134447 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164448]
4449
4450[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224451name = "rustc_query_system"
4452version = "0.0.0"
4453dependencies = [
klensy383b7152023-08-03 13:05:264454 "parking_lot 0.12.1",
Camille GILLOT8e873c32020-03-19 13:13:314455 "rustc-rayon-core",
Camille GILLOTc355b2e2020-11-14 15:35:314456 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224457 "rustc_data_structures",
4458 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314459 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004460 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:314461 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224462 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574463 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404464 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374465 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314466 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314467 "rustc_target",
Eric Holk578fc492022-09-07 21:46:044468 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294469 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304470 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004471 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224472]
4473
4474[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294475name = "rustc_resolve"
4476version = "0.0.0"
4477dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354478 "bitflags 1.3.2",
Weihang Lo55a79152023-02-17 23:55:454479 "pulldown-cmark",
Vadim Petrochenkov11d95142020-06-02 17:03:404480 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264481 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464482 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204483 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094484 "rustc_data_structures",
4485 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324486 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184487 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004488 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574489 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294490 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384491 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094492 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454493 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504494 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564495 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324496 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294497 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524498 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004499 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294500]
4501
4502[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404503name = "rustc_serialize"
4504version = "0.0.0"
4505dependencies = [
Josh Stoned9b1fa92023-07-03 20:51:544506 "indexmap 2.0.0",
Matthew Jasperc4f91bb2020-07-18 19:14:504507 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294508 "smallvec",
Nicholas Nethercoteebee3f82023-05-01 08:51:054509 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304510 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404511]
4512
4513[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334514name = "rustc_session"
4515version = "0.0.0"
4516dependencies = [
Urgau30f94712023-08-23 09:18:204517 "bitflags 1.3.2",
Luca Barbieriac2b84f2020-04-10 20:42:194518 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514519 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264520 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334521 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334522 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284523 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004524 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:284525 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034526 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524527 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574528 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404529 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324530 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284531 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514532 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254533 "termize",
Oliver Schererec7230f2020-07-24 18:42:004534 "tracing",
klensy3c03cce2023-05-09 15:20:134535 "windows",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324536]
4537
4538[[package]]
Oli Scherer9960cc12022-06-02 10:08:384539name = "rustc_smir"
4540version = "0.0.0"
4541dependencies = [
Oğuz Ağcayazı0f27c1b2023-10-09 09:56:144542 "rustc_data_structures",
Santiago Pastorino4b85bea2023-04-24 20:53:514543 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384544 "rustc_middle",
Celina G. Valb66db7e2023-03-04 01:08:494545 "rustc_span",
Celina G. Val44d0fce2023-06-20 17:32:124546 "rustc_target",
Celina G. Val66a554b2023-10-21 06:05:384547 "scoped-tls",
Oli Scherera38e9832023-09-14 15:50:114548 "stable_mir",
Celina G. Valb66db7e2023-03-04 01:08:494549 "tracing",
Oli Scherer9960cc12022-06-02 10:08:384550]
4551
4552[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324553name = "rustc_span"
4554version = "0.0.0"
4555dependencies = [
Josh Stoned9b1fa92023-07-03 20:51:544556 "indexmap 2.0.0",
Igor Matuszewskibd37d7d2020-12-05 15:40:244557 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404558 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324559 "rustc_data_structures",
4560 "rustc_index",
4561 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404562 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324563 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524564 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064565 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004566 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324567 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334568]
4569
4570[[package]]
Mark Mansi2d75a332020-03-12 23:07:584571name = "rustc_symbol_mangling"
4572version = "0.0.0"
4573dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354574 "bitflags 1.3.2",
Mark Mansi2d75a332020-03-12 23:07:584575 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584576 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584577 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134578 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584579 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454580 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584581 "rustc_session",
4582 "rustc_span",
4583 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004584 "tracing",
Ramon de C Valle65698ae2022-11-22 05:29:004585 "twox-hash",
Mark Mansi2d75a332020-03-12 23:07:584586]
4587
4588[[package]]
Irina Popa38e96402017-12-08 19:18:214589name = "rustc_target"
4590version = "0.0.0"
4591dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354592 "bitflags 1.3.2",
Tyler Mandry4c14ca32023-08-22 19:20:354593 "object",
hkalbasi390a6372022-11-06 21:06:114594 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094595 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154596 "rustc_feature",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314597 "rustc_fs_util",
Lukas Wirthf14b7c92023-09-29 15:14:564598 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524599 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404600 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324601 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094602 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004603 "tracing",
Irina Popa38e96402017-12-08 19:18:214604]
4605
4606[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064607name = "rustc_tools_util"
Philipp Krones10f2a6d2022-12-17 13:21:374608version = "0.3.0"
4609source = "registry+https://github.com/rust-lang/crates.io-index"
4610checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4611
4612[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404613name = "rustc_trait_selection"
4614version = "0.0.0"
4615dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404616 "rustc_ast",
4617 "rustc_attr",
4618 "rustc_data_structures",
4619 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004620 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404621 "rustc_hir",
4622 "rustc_index",
4623 "rustc_infer",
4624 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454625 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404626 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544627 "rustc_query_system",
lcnrb738b062023-01-11 12:39:024628 "rustc_serialize",
Camille GILLOTc1e3d552020-02-11 18:53:404629 "rustc_session",
4630 "rustc_span",
4631 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134632 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294633 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004634 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404635]
4636
4637[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544638name = "rustc_traits"
4639version = "0.0.0"
4640dependencies = [
Alex Crichton093ede22019-08-15 00:45:094641 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574642 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244643 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454644 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324645 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404646 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004647 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544648]
4649
4650[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134651name = "rustc_transmute"
Michael Goulet60c95442023-10-18 21:55:154652version = "0.0.0"
Jack Wrennbc4a1de2021-07-03 16:18:134653dependencies = [
4654 "itertools",
4655 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144656 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134657 "rustc_infer",
4658 "rustc_macros",
4659 "rustc_middle",
4660 "rustc_span",
4661 "rustc_target",
4662 "tracing",
4663]
4664
4665[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374666name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304667version = "0.0.0"
4668dependencies = [
lcnr5378f072023-06-27 21:13:394669 "itertools",
Camille GILLOT9908a872020-01-13 12:40:304670 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294671 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004672 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304673 "rustc_hir",
kadmine612e262022-07-09 09:35:064674 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244675 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314676 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454677 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084678 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304679 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324680 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404681 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464682 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004683 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304684]
4685
4686[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104687name = "rustc_type_ir"
4688version = "0.0.0"
4689dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354690 "bitflags 1.3.2",
Michael Gouletde830572023-10-30 17:09:174691 "derivative",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104692 "rustc_data_structures",
4693 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554694 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104695 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344696 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104697]
4698
4699[[package]]
Oliver Schneider847bb142018-05-11 12:11:064700name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004701version = "0.4.0"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4704dependencies = [
klensy8ebc73b2022-02-06 20:57:294705 "semver",
Ralf Junge5d01782021-10-04 22:13:004706]
4707
4708[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294709name = "rustdoc"
4710version = "0.0.0"
4711dependencies = [
Weihang Lof795a152023-03-15 12:50:044712 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464713 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284714 "expect-test",
Michael Howellfa10e4d2023-10-06 01:44:524715 "indexmap 2.0.0",
pierwillf684acd2022-03-04 17:54:284716 "itertools",
Alex Crichton093ede22019-08-15 00:45:094717 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044718 "once_cell",
Guillaume Gomezf467b8d2020-10-13 13:46:344719 "regex",
Rune Tynan67b78a02021-01-25 21:23:434720 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454721 "serde",
4722 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294723 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094724 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004725 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294726 "tracing",
4727 "tracing-subscriber",
4728 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584729]
4730
4731[[package]]
ozkanonurc36b2092023-05-20 11:40:114732name = "rustdoc-gui-test"
4733version = "0.1.0"
4734dependencies = [
ozkanonurc64db2c2023-05-30 07:54:404735 "build_helper",
ozkanonurc36b2092023-05-20 11:40:114736 "compiletest",
4737 "getopts",
4738 "walkdir",
4739]
4740
4741[[package]]
Rune Tynan67b78a02021-01-25 21:23:434742name = "rustdoc-json-types"
4743version = "0.1.0"
4744dependencies = [
Luca Palmiericd7688b2023-05-22 17:26:204745 "bincode",
ozkanonur52c71e62023-03-01 21:53:024746 "rustc-hash",
Rune Tynan67b78a02021-01-25 21:23:434747 "serde",
Rune Tynanca48d152021-03-04 23:45:574748 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434749]
4750
4751[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534752name = "rustdoc-themes"
4753version = "0.1.0"
4754
4755[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584756name = "rustdoc-tool"
4757version = "0.0.0"
4758dependencies = [
Alex Crichton093ede22019-08-15 00:45:094759 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294760]
4761
4762[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154763name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444764version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044765source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444766checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504767dependencies = [
4768 "anyhow",
4769 "log",
4770 "serde",
4771 "serde_json",
4772]
4773
4774[[package]]
topecongiro5a411a62019-06-18 12:15:194775name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144776version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194777dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154778 "proc-macro2",
4779 "quote",
Alex Crichton093ede22019-08-15 00:45:094780 "serde",
Ralf Jung47ba2a92023-08-22 11:47:384781 "syn 2.0.29",
topecongiro5a411a62019-06-18 12:15:194782]
4783
4784[[package]]
Alex Crichton1cede102017-06-15 02:33:064785name = "rustfmt-nightly"
Caleb Cartwright35400e82023-10-23 01:34:124786version = "1.7.0"
kennytm0692b3d2017-12-15 19:41:584787dependencies = [
klensy754b5262022-07-31 13:44:064788 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394789 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094790 "bytecount",
Ralf Jung5aecfe42023-10-07 05:55:484791 "cargo_metadata 0.15.4",
klensye1c33132023-06-21 09:32:344792 "clap",
Caleb Cartwright35400e82023-10-23 01:34:124793 "clap-cargo",
Alex Crichton093ede22019-08-15 00:45:094794 "diff",
4795 "dirs",
Alex Crichton093ede22019-08-15 00:45:094796 "getopts",
4797 "ignore",
pierwillf684acd2022-03-04 17:54:284798 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424799 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094800 "regex",
Alex Crichton093ede22019-08-15 00:45:094801 "rustfmt-config_proc_macro",
4802 "serde",
4803 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544804 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394805 "thiserror",
Nilstrieb3295cdf2023-06-26 07:21:354806 "toml 0.7.5",
Caleb Cartwright35400e82023-10-23 01:34:124807 "tracing",
4808 "tracing-subscriber",
4809 "unicode-properties",
Alex Crichton093ede22019-08-15 00:45:094810 "unicode-segmentation",
4811 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:274812]
4813
4814[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044815name = "rustix"
chenx97b1d64c62023-10-12 10:44:394816version = "0.38.19"
Weihang Lo1e5dad02022-11-25 22:37:044817source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97b1d64c62023-10-12 10:44:394818checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
Weihang Lo1e5dad02022-11-25 22:37:044819dependencies = [
chenx97141c4632023-09-21 11:31:014820 "bitflags 2.4.0",
Nilstrieb3295cdf2023-06-26 07:21:354821 "errno",
4822 "libc",
chenx97141c4632023-09-21 11:31:014823 "linux-raw-sys",
Philipp Kronesac25a732023-08-24 19:33:174824 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:044825]
4826
4827[[package]]
flip19950046d7c2021-02-25 10:26:234828name = "rustversion"
Nilstrieb3295cdf2023-06-26 07:21:354829version = "1.0.12"
flip19950046d7c2021-02-25 10:26:234830source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354831checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
flip19950046d7c2021-02-25 10:26:234832
4833[[package]]
Jubilee Young7156ff62023-05-10 03:29:274834name = "ruzstd"
dirreke74817b72023-08-14 14:57:384835version = "0.4.0"
Jubilee Young7156ff62023-05-10 03:29:274836source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:384837checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"
Jubilee Young7156ff62023-05-10 03:29:274838dependencies = [
4839 "byteorder",
dirreke74817b72023-08-14 14:57:384840 "thiserror-core",
Jubilee Young7156ff62023-05-10 03:29:274841 "twox-hash",
4842]
4843
4844[[package]]
Alex Crichton2863b752018-08-21 17:23:474845name = "ryu"
Nilstrieb3295cdf2023-06-26 07:21:354846version = "1.0.13"
Alex Crichton2863b752018-08-21 17:23:474847source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354848checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
Alex Crichton2863b752018-08-21 17:23:474849
4850[[package]]
Josh Stone020c5ec2017-05-08 22:01:134851name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444852version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224853source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444854checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224855dependencies = [
Alex Crichton093ede22019-08-15 00:45:094856 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224857]
4858
4859[[package]]
4860name = "schannel"
klensy55935df2023-08-06 10:24:594861version = "0.1.22"
Alex Crichton80d6ed22018-01-08 21:56:224862source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:594863checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
Alex Crichton80d6ed22018-01-08 21:56:224864dependencies = [
Philipp Kronesac25a732023-08-24 19:33:174865 "windows-sys 0.48.0",
Alex Crichton80d6ed22018-01-08 21:56:224866]
4867
4868[[package]]
Alex Crichton453080f2017-06-05 16:36:484869name = "scoped-tls"
Nilstrieb3295cdf2023-06-26 07:21:354870version = "1.0.1"
Marcel Hellwig56fb2872019-02-26 10:15:524871source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354872checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
Marcel Hellwig56fb2872019-02-26 10:15:524873
4874[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124875name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444876version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254877source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444878checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254879
4880[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:444881name = "security-framework"
4882version = "2.9.1"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
4885dependencies = [
4886 "bitflags 1.3.2",
4887 "core-foundation",
4888 "core-foundation-sys",
4889 "libc",
4890 "security-framework-sys",
4891]
4892
4893[[package]]
4894name = "security-framework-sys"
4895version = "2.9.0"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
4898dependencies = [
4899 "core-foundation-sys",
4900 "libc",
4901]
4902
4903[[package]]
David Wood7f916972022-03-26 07:27:434904name = "self_cell"
4905version = "0.10.2"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4908
4909[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584910name = "semver"
Nilstrieb3295cdf2023-06-26 07:21:354911version = "1.0.17"
Eric Huss78529352021-06-02 03:38:394912source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354913checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
Eric Huss78529352021-06-02 03:38:394914dependencies = [
4915 "serde",
4916]
4917
4918[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584919name = "serde"
Ralf Jung47ba2a92023-08-22 11:47:384920version = "1.0.185"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584921source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:384922checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31"
Eric Huss57393642018-12-17 18:23:044923dependencies = [
Alex Crichton093ede22019-08-15 00:45:094924 "serde_derive",
Eric Huss57393642018-12-17 18:23:044925]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584926
4927[[package]]
4928name = "serde_derive"
Ralf Jung47ba2a92023-08-22 11:47:384929version = "1.0.185"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584930source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:384931checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584932dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154933 "proc-macro2",
4934 "quote",
Ralf Jung47ba2a92023-08-22 11:47:384935 "syn 2.0.29",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584936]
4937
4938[[package]]
4939name = "serde_json"
Nilstrieb3295cdf2023-06-26 07:21:354940version = "1.0.99"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584941source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354942checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584943dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:354944 "indexmap 2.0.0",
Alex Crichton093ede22019-08-15 00:45:094945 "itoa",
4946 "ryu",
4947 "serde",
Steve Klabnik2795de32017-02-20 00:20:574948]
4949
4950[[package]]
Philipp Krones612c3422023-06-02 09:42:424951name = "serde_spanned"
Nilstrieb3295cdf2023-06-26 07:21:354952version = "0.6.3"
Philipp Krones612c3422023-06-02 09:42:424953source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354954checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
Philipp Krones612c3422023-06-02 09:42:424955dependencies = [
4956 "serde",
4957]
4958
4959[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:444960name = "serde_urlencoded"
4961version = "0.7.1"
4962source = "registry+https://github.com/rust-lang/crates.io-index"
4963checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4964dependencies = [
4965 "form_urlencoded",
4966 "itoa",
4967 "ryu",
4968 "serde",
4969]
4970
4971[[package]]
Pietro Albini4f40eee2023-01-10 12:13:044972name = "sha1"
4973version = "0.10.5"
4974source = "registry+https://github.com/rust-lang/crates.io-index"
4975checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
4976dependencies = [
4977 "cfg-if",
4978 "cpufeatures",
4979 "digest",
4980]
4981
4982[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124983name = "sha2"
Nilstrieb3295cdf2023-06-26 07:21:354984version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:124985source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354986checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
Pietro Albiniacd8e592020-10-01 15:15:124987dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424988 "cfg-if",
pierwillef6dd122022-02-10 16:54:014989 "cpufeatures",
klensy45fac342022-08-31 20:04:124990 "digest",
James Munnsde763692019-01-19 02:39:374991]
4992
4993[[package]]
Oliver Schererec7230f2020-07-24 18:42:004994name = "sharded-slab"
Nilstrieb3295cdf2023-06-26 07:21:354995version = "0.1.4"
Oliver Schererec7230f2020-07-24 18:42:004996source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354997checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
Oliver Schererec7230f2020-07-24 18:42:004998dependencies = [
4999 "lazy_static",
5000]
5001
5002[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585003name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:445004version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585005source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445006checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585007
5008[[package]]
steveklabnik54371882018-01-25 17:32:255009name = "shlex"
Nilstrieb3295cdf2023-06-26 07:21:355010version = "1.1.0"
Eric Huss788167a2021-02-23 01:05:215011source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355012checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
Eric Huss788167a2021-02-23 01:05:215013
5014[[package]]
steveklabnikecfbaca2018-04-03 14:32:045015name = "siphasher"
Nilstrieb3295cdf2023-06-26 07:21:355016version = "0.3.10"
steveklabnikecfbaca2018-04-03 14:32:045017source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355018checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
steveklabnikecfbaca2018-04-03 14:32:045019
5020[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435021name = "slab"
Philipp Kronesa6d3c822023-07-02 13:07:475022version = "0.4.8"
Matthias Krüger696fb8f2019-01-21 15:32:435023source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:475024checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
5025dependencies = [
5026 "autocfg",
5027]
Matthias Krüger696fb8f2019-01-21 15:32:435028
5029[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:015030name = "smallvec"
Wesley Wiser15e9f562023-07-18 19:22:565031version = "1.11.0"
Ralf Jung90b8d342019-11-04 14:59:095032source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser15e9f562023-07-18 19:22:565033checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
Ralf Jung90b8d342019-11-04 14:59:095034
5035[[package]]
Josh Triplett574f6be2020-08-20 23:16:305036name = "snap"
Chris Denton77d7c632023-01-26 05:49:375037version = "1.1.0"
Josh Triplett574f6be2020-08-20 23:16:305038source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton77d7c632023-01-26 05:49:375039checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
Josh Triplett574f6be2020-08-20 23:16:305040
5041[[package]]
Mark Simulacrum38b46882017-06-26 16:26:155042name = "socket2"
Nilstrieb3295cdf2023-06-26 07:21:355043version = "0.4.9"
klensy50c38902021-05-01 11:50:035044source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355045checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
klensy50c38902021-05-01 11:50:035046dependencies = [
5047 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315048 "winapi",
klensy50c38902021-05-01 11:50:035049]
5050
5051[[package]]
Pietro Albini13efb202022-11-15 09:19:175052name = "spdx-expression"
5053version = "0.5.2"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
5056dependencies = [
5057 "nom",
5058 "serde",
5059 "thiserror",
5060 "tracing",
5061]
5062
5063[[package]]
5064name = "spdx-rs"
Nilstrieb3295cdf2023-06-26 07:21:355065version = "0.5.3"
Pietro Albini13efb202022-11-15 09:19:175066source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355067checksum = "74f1f9cfa402cd27dd022fd1943f0f969b10dda75d5e50e3a78ccee9c0188e2a"
Pietro Albini13efb202022-11-15 09:19:175068dependencies = [
5069 "chrono",
5070 "log",
5071 "nom",
5072 "serde",
5073 "spdx-expression",
5074 "strum",
5075 "strum_macros",
5076 "thiserror",
5077 "uuid",
5078]
5079
5080[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455081name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445082version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455083source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445084checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455085
5086[[package]]
Oli Scherera38e9832023-09-14 15:50:115087name = "stable_mir"
5088version = "0.1.0-preview"
5089dependencies = [
5090 "scoped-tls",
5091 "tracing",
5092]
5093
5094[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245095name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:555096version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:245097source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555098checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:245099dependencies = [
5100 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425101 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:245102 "libc",
5103 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315104 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:245105]
5106
5107[[package]]
Eric Huss7758eaf2022-04-28 05:42:545108name = "static_assertions"
5109version = "1.1.0"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5112
5113[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295114name = "std"
5115version = "0.0.0"
5116dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:355117 "addr2line",
Alex Crichton093ede22019-08-15 00:45:095118 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:425119 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095120 "compiler_builtins",
5121 "core",
5122 "dlmalloc",
5123 "fortanix-sgx-abi",
Amanieu d'Antraseeea7472023-10-19 20:44:235124 "hashbrown 0.14.2",
Stefan Lankes8666ade2023-07-04 13:58:025125 "hermit-abi 0.3.2",
Alex Crichton093ede22019-08-15 00:45:095126 "libc",
Jubilee Young079949d2023-06-29 23:18:365127 "miniz_oxide",
Tyler Mandry4c14ca32023-08-22 19:20:355128 "object",
Alex Crichton093ede22019-08-15 00:45:095129 "panic_abort",
5130 "panic_unwind",
5131 "profiler_builtins",
Ayush Singh48c6ae02022-12-18 04:24:545132 "r-efi",
5133 "r-efi-alloc",
Thom Chiovolonia4bf36e2022-11-21 00:55:415134 "rand",
5135 "rand_xorshift",
Alex Crichton06d565c2020-05-13 21:22:375136 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:465137 "std_detect",
Alex Crichton093ede22019-08-15 00:45:095138 "unwind",
Thom Chiovolonia4bf36e2022-11-21 00:55:415139 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:295140]
5141
5142[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:465143name = "std_detect"
5144version = "0.1.5"
5145dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425146 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:465147 "compiler_builtins",
5148 "libc",
5149 "rustc-std-workspace-alloc",
5150 "rustc-std-workspace-core",
5151]
5152
5153[[package]]
steveklabnikecfbaca2018-04-03 14:32:045154name = "string_cache"
Nilstrieb3295cdf2023-06-26 07:21:355155version = "0.8.7"
steveklabnikecfbaca2018-04-03 14:32:045156source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355157checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
steveklabnikecfbaca2018-04-03 14:32:045158dependencies = [
Alex Crichton093ede22019-08-15 00:45:095159 "new_debug_unreachable",
Nilstrieb3295cdf2023-06-26 07:21:355160 "once_cell",
5161 "parking_lot 0.12.1",
Alex Crichton093ede22019-08-15 00:45:095162 "phf_shared",
5163 "precomputed-hash",
5164 "serde",
steveklabnikecfbaca2018-04-03 14:32:045165]
5166
5167[[package]]
5168name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:145169version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045170source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145171checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045172dependencies = [
Alex Crichton093ede22019-08-15 00:45:095173 "phf_generator",
5174 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:155175 "proc-macro2",
5176 "quote",
steveklabnikecfbaca2018-04-03 14:32:045177]
5178
5179[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585180name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:335181version = "0.10.0"
5182source = "registry+https://github.com/rust-lang/crates.io-index"
5183checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5184
5185[[package]]
Pietro Albini13efb202022-11-15 09:19:175186name = "strum"
5187version = "0.24.1"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5190
5191[[package]]
5192name = "strum_macros"
5193version = "0.24.3"
5194source = "registry+https://github.com/rust-lang/crates.io-index"
5195checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5196dependencies = [
5197 "heck",
5198 "proc-macro2",
5199 "quote",
5200 "rustversion",
Nilstrieb3295cdf2023-06-26 07:21:355201 "syn 1.0.109",
Pietro Albini13efb202022-11-15 09:19:175202]
5203
5204[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:085205name = "suggest-tests"
5206version = "0.1.0"
5207dependencies = [
5208 "build_helper",
5209 "glob",
5210 "once_cell",
5211]
5212
5213[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115214name = "syn"
Nilstrieb3295cdf2023-06-26 07:21:355215version = "1.0.109"
Igor Matuszewskic2249a42019-09-08 08:28:115216source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355217checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
Igor Matuszewskic2249a42019-09-08 08:28:115218dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155219 "proc-macro2",
5220 "quote",
Andres Suareza65ddf02022-10-09 03:25:405221 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115222]
5223
5224[[package]]
Deadbeefa912a932023-03-23 06:19:255225name = "syn"
Ralf Jung47ba2a92023-08-22 11:47:385226version = "2.0.29"
Deadbeefa912a932023-03-23 06:19:255227source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung47ba2a92023-08-22 11:47:385228checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
Deadbeefa912a932023-03-23 06:19:255229dependencies = [
5230 "proc-macro2",
5231 "quote",
5232 "unicode-ident",
5233]
5234
5235[[package]]
Alex Crichton325d7392017-12-10 17:42:495236name = "synstructure"
Deadbeefaf74ef82023-03-27 13:44:065237version = "0.13.0"
5238source = "registry+https://github.com/rust-lang/crates.io-index"
5239checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06"
5240dependencies = [
5241 "proc-macro2",
5242 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385243 "syn 2.0.29",
Deadbeefaf74ef82023-03-27 13:44:065244 "unicode-xid",
5245]
5246
5247[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445248name = "sysinfo"
5249version = "0.29.2"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "9557d0845b86eea8182f7b10dff120214fb6cd9fd937b6f4917714e546a38695"
5252dependencies = [
5253 "cfg-if",
5254 "core-foundation-sys",
5255 "libc",
5256 "ntapi",
5257 "once_cell",
5258 "winapi",
5259]
5260
5261[[package]]
John Kåre Alsakerfd4c81f2023-03-07 15:10:295262name = "sysroot"
5263version = "0.0.0"
5264dependencies = [
5265 "proc_macro",
5266 "std",
5267 "test",
5268]
5269
5270[[package]]
Jakub Beránek209789e2023-08-09 18:56:115271name = "tabled"
5272version = "0.13.0"
5273source = "registry+https://github.com/rust-lang/crates.io-index"
5274checksum = "4d38d39c754ae037a9bc3ca1580a985db7371cd14f1229172d1db9093feb6739"
5275dependencies = [
5276 "papergrid",
Jakub Beránek209789e2023-08-09 18:56:115277 "unicode-width",
5278]
5279
5280[[package]]
Josh Stone020c5ec2017-05-08 22:01:135281name = "tar"
Eric Huss845faad2022-06-08 18:48:315282version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:135283source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:315284checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:135285dependencies = [
Alex Crichton093ede22019-08-15 00:45:095286 "filetime",
5287 "libc",
Alex Crichton093ede22019-08-15 00:45:095288 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135289]
5290
5291[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555292name = "tempfile"
chenx97141c4632023-09-21 11:31:015293version = "3.8.0"
Aleksey Kladov850156a2018-03-29 07:34:555294source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015295checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
Aleksey Kladov850156a2018-03-29 07:34:555296dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425297 "cfg-if",
Ralf Jung55162732022-11-15 19:06:425298 "fastrand",
Arlo Siemsen4d9b4762023-06-02 16:40:365299 "redox_syscall 0.3.5",
chenx97141c4632023-09-21 11:31:015300 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175301 "windows-sys 0.48.0",
Aleksey Kladov850156a2018-03-29 07:34:555302]
5303
5304[[package]]
steveklabnikecfbaca2018-04-03 14:32:045305name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245306version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045307source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245308checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045309dependencies = [
Alex Crichton093ede22019-08-15 00:45:095310 "futf",
5311 "mac",
5312 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045313]
5314
5315[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295316name = "term"
flip19950046d7c2021-02-25 10:26:235317version = "0.7.0"
5318source = "registry+https://github.com/rust-lang/crates.io-index"
5319checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5320dependencies = [
5321 "dirs-next",
5322 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315323 "winapi",
flip19950046d7c2021-02-25 10:26:235324]
5325
5326[[package]]
Alex Crichton1cede102017-06-15 02:33:065327name = "termcolor"
Nilstrieb3295cdf2023-06-26 07:21:355328version = "1.2.0"
Alex Crichtonfa5b3d32018-07-26 00:25:125329source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355330checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
Alex Crichtonfa5b3d32018-07-26 00:25:125331dependencies = [
Eric Huss89d79062020-07-29 18:02:055332 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125333]
5334
5335[[package]]
Eric Huss2717f602023-01-06 01:20:595336name = "terminal_size"
chenx97141c4632023-09-21 11:31:015337version = "0.3.0"
Eric Huss2717f602023-01-06 01:20:595338source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015339checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
Eric Huss2717f602023-01-06 01:20:595340dependencies = [
chenx97141c4632023-09-21 11:31:015341 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175342 "windows-sys 0.48.0",
Eric Huss2717f602023-01-06 01:20:595343]
5344
5345[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485346name = "termize"
5347version = "0.1.1"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5350dependencies = [
5351 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315352 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485353]
5354
5355[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295356name = "test"
5357version = "0.0.0"
5358dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:085359 "core",
Alex Crichton093ede22019-08-15 00:45:095360 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085361 "panic_abort",
5362 "panic_unwind",
Alex Crichtonb47c9692019-08-16 15:29:085363 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295364]
5365
5366[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185367name = "tester"
Nilstrieb3295cdf2023-06-26 07:21:355368version = "0.9.1"
flip19950046d7c2021-02-25 10:26:235369source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355370checksum = "89e8bf7e0eb2dd7b4228cc1b6821fc5114cd6841ae59f652a85488c016091e5f"
flip19950046d7c2021-02-25 10:26:235371dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425372 "cfg-if",
flip19950046d7c2021-02-25 10:26:235373 "getopts",
5374 "libc",
5375 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:545376 "term",
flip19950046d7c2021-02-25 10:26:235377]
5378
5379[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305380name = "thin-vec"
Nicholas Nethercote06228d62022-12-05 23:19:325381version = "0.2.12"
Nicholas Nethercoteb38106b2022-08-17 04:22:305382source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote06228d62022-12-05 23:19:325383checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
Nicholas Nethercoteb38106b2022-08-17 04:22:305384
5385[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305386name = "thiserror"
Rémy Rakicdf3819b2023-08-17 19:48:225387version = "1.0.47"
Pietro Albini9beb8f52019-11-26 11:06:305388source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdf3819b2023-08-17 19:48:225389checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
Pietro Albini9beb8f52019-11-26 11:06:305390dependencies = [
5391 "thiserror-impl",
5392]
5393
5394[[package]]
dirreke74817b72023-08-14 14:57:385395name = "thiserror-core"
5396version = "1.0.38"
5397source = "registry+https://github.com/rust-lang/crates.io-index"
5398checksum = "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"
5399dependencies = [
5400 "thiserror-core-impl",
5401]
5402
5403[[package]]
5404name = "thiserror-core-impl"
5405version = "1.0.38"
5406source = "registry+https://github.com/rust-lang/crates.io-index"
5407checksum = "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"
5408dependencies = [
5409 "proc-macro2",
5410 "quote",
5411 "syn 1.0.109",
5412]
5413
5414[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305415name = "thiserror-impl"
Rémy Rakicdf3819b2023-08-17 19:48:225416version = "1.0.47"
Pietro Albini9beb8f52019-11-26 11:06:305417source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdf3819b2023-08-17 19:48:225418checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
Pietro Albini9beb8f52019-11-26 11:06:305419dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155420 "proc-macro2",
5421 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385422 "syn 2.0.29",
Pietro Albini9beb8f52019-11-26 11:06:305423]
5424
5425[[package]]
David Wood2dc1a8a2021-12-03 14:24:055426name = "thorin-dwp"
dirreke74817b72023-08-14 14:57:385427version = "0.7.0"
David Wood2dc1a8a2021-12-03 14:24:055428source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:385429checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
David Wood2dc1a8a2021-12-03 14:24:055430dependencies = [
Tyler Mandry4c14ca32023-08-22 19:20:355431 "gimli",
Amanieu d'Antraseeea7472023-10-19 20:44:235432 "hashbrown 0.14.2",
Tyler Mandry4c14ca32023-08-22 19:20:355433 "object",
David Wood2dc1a8a2021-12-03 14:24:055434 "tracing",
5435]
5436
5437[[package]]
Steve Klabnika0769612017-02-07 23:13:575438name = "thread_local"
Nilstrieb3295cdf2023-06-26 07:21:355439version = "1.1.7"
Igor Matuszewski8fc4bba2020-02-12 14:47:315440source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355441checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
Igor Matuszewski8fc4bba2020-02-12 14:47:315442dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355443 "cfg-if",
klensy9f621ae2022-01-24 17:19:215444 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315445]
5446
5447[[package]]
Guillaume Gomez50f75202023-03-14 19:28:005448name = "threadpool"
5449version = "1.8.1"
5450source = "registry+https://github.com/rust-lang/crates.io-index"
5451checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
5452dependencies = [
5453 "num_cpus",
5454]
5455
5456[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295457name = "tidy"
5458version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565459dependencies = [
Weihang Lof795a152023-03-15 12:50:045460 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485461 "cargo_metadata 0.15.4",
yukang18511ba2022-11-04 08:56:485462 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:425463 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:255464 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095465 "regex",
DebugSteven540ca2f2023-01-05 04:57:205466 "semver",
Nilstrieb75b3ee22022-12-30 11:23:055467 "termcolor",
Alex Crichton093ede22019-08-15 00:45:095468 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565469]
Ahmed Charles9ca382f2016-09-02 08:55:295470
5471[[package]]
Eric Hussce717472020-08-11 23:49:395472name = "tier-check"
5473version = "0.1.0"
5474
5475[[package]]
Esteban Küber8eb58432023-03-03 22:25:185476name = "time"
5477version = "0.3.22"
5478source = "registry+https://github.com/rust-lang/crates.io-index"
5479checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
5480dependencies = [
5481 "itoa",
5482 "serde",
5483 "time-core",
5484 "time-macros",
5485]
5486
5487[[package]]
5488name = "time-core"
5489version = "0.1.1"
5490source = "registry+https://github.com/rust-lang/crates.io-index"
5491checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
5492
5493[[package]]
5494name = "time-macros"
5495version = "0.2.9"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
5498dependencies = [
5499 "time-core",
5500]
5501
5502[[package]]
David Wood7f916972022-03-26 07:27:435503name = "tinystr"
Nilstriebffffc202023-11-06 13:42:205504version = "0.7.4"
David Wood7f916972022-03-26 07:27:435505source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:205506checksum = "d5d0e245e80bdc9b4e5356fc45a72184abbc3861992603f515270e9340f5a219"
Manish Goregaokar288194e2022-10-19 23:24:425507dependencies = [
5508 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255509 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425510]
David Wood7f916972022-03-26 07:27:435511
5512[[package]]
Mark Rousskov342d9562020-08-17 15:21:445513name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565514version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445515source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565516checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5517dependencies = [
5518 "tinyvec_macros",
5519]
5520
5521[[package]]
5522name = "tinyvec_macros"
Nilstrieb3295cdf2023-06-26 07:21:355523version = "0.1.1"
Charles Lewa76dcd82022-09-16 17:55:565524source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355525checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
Mark Rousskov342d9562020-08-17 15:21:445526
5527[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435528name = "tokio"
Philipp Kronesa6d3c822023-07-02 13:07:475529version = "1.29.1"
Matthias Krüger696fb8f2019-01-21 15:32:435530source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:475531checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
Matthias Krüger696fb8f2019-01-21 15:32:435532dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315533 "autocfg",
Philipp Kronesa6d3c822023-07-02 13:07:475534 "backtrace",
Alex Crichton093ede22019-08-15 00:45:095535 "bytes",
Jakub Beránek91d2fb22023-06-03 07:41:445536 "libc",
5537 "mio",
5538 "num_cpus",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315539 "pin-project-lite",
Jakub Beránek91d2fb22023-06-03 07:41:445540 "socket2",
Philipp Kronesac25a732023-08-24 19:33:175541 "windows-sys 0.48.0",
Jakub Beránek91d2fb22023-06-03 07:41:445542]
5543
5544[[package]]
5545name = "tokio-native-tls"
5546version = "0.3.1"
5547source = "registry+https://github.com/rust-lang/crates.io-index"
5548checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5549dependencies = [
5550 "native-tls",
5551 "tokio",
5552]
5553
5554[[package]]
5555name = "tokio-util"
5556version = "0.7.2"
5557source = "registry+https://github.com/rust-lang/crates.io-index"
5558checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
5559dependencies = [
5560 "bytes",
5561 "futures-core",
5562 "futures-sink",
5563 "pin-project-lite",
5564 "tokio",
5565 "tracing",
Matthias Krüger696fb8f2019-01-21 15:32:435566]
5567
5568[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295569name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355570version = "0.5.11"
Eric Hussd2228ca2019-03-29 03:13:135571source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355572checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
Eric Hussd2228ca2019-03-29 03:13:135573dependencies = [
Alex Crichton093ede22019-08-15 00:45:095574 "serde",
Eric Hussd2228ca2019-03-29 03:13:135575]
5576
5577[[package]]
Philipp Krones612c3422023-06-02 09:42:425578name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355579version = "0.7.5"
Philipp Krones612c3422023-06-02 09:42:425580source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355581checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240"
Philipp Krones612c3422023-06-02 09:42:425582dependencies = [
5583 "serde",
5584 "serde_spanned",
5585 "toml_datetime",
5586 "toml_edit",
5587]
5588
5589[[package]]
5590name = "toml_datetime"
Nilstrieb3295cdf2023-06-26 07:21:355591version = "0.6.3"
Philipp Krones612c3422023-06-02 09:42:425592source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355593checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
Philipp Krones612c3422023-06-02 09:42:425594dependencies = [
5595 "serde",
5596]
5597
5598[[package]]
5599name = "toml_edit"
Nilstrieb3295cdf2023-06-26 07:21:355600version = "0.19.11"
Philipp Krones612c3422023-06-02 09:42:425601source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355602checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7"
Philipp Krones612c3422023-06-02 09:42:425603dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355604 "indexmap 2.0.0",
Philipp Krones612c3422023-06-02 09:42:425605 "serde",
5606 "serde_spanned",
5607 "toml_datetime",
5608 "winnow",
5609]
5610
5611[[package]]
Eric Hussa882fdd2021-12-03 20:25:075612name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:595613version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:075614source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:595615checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:075616
5617[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445618name = "tower-service"
5619version = "0.3.2"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
5621checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
5622
5623[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095624name = "tracing"
Nilstrieb3295cdf2023-06-26 07:21:355625version = "0.1.37"
Jack Hueyecb8b9f2020-05-27 05:05:095626source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355627checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
Jack Hueyecb8b9f2020-05-27 05:05:095628dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425629 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315630 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095631 "tracing-attributes",
5632 "tracing-core",
5633]
5634
5635[[package]]
5636name = "tracing-attributes"
Nilstrieb3295cdf2023-06-26 07:21:355637version = "0.1.26"
Jack Hueyecb8b9f2020-05-27 05:05:095638source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355639checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
Jack Hueyecb8b9f2020-05-27 05:05:095640dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155641 "proc-macro2",
5642 "quote",
Ralf Jung47ba2a92023-08-22 11:47:385643 "syn 2.0.29",
Jack Hueyecb8b9f2020-05-27 05:05:095644]
5645
5646[[package]]
5647name = "tracing-core"
Nilstrieb171be8c2023-06-26 15:25:245648version = "0.1.30"
Jack Hueyecb8b9f2020-05-27 05:05:095649source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb171be8c2023-06-26 15:25:245650checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
Jack Hueyecb8b9f2020-05-27 05:05:095651dependencies = [
Oli Scherere8962282022-07-05 08:26:125652 "once_cell",
5653 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095654]
5655
5656[[package]]
Ralf Jung10430db2022-07-15 14:04:235657name = "tracing-error"
5658version = "0.2.0"
5659source = "registry+https://github.com/rust-lang/crates.io-index"
5660checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5661dependencies = [
5662 "tracing",
5663 "tracing-subscriber",
5664]
5665
5666[[package]]
Jack Hueyd66452c2020-08-04 22:35:375667name = "tracing-log"
Nilstrieb3295cdf2023-06-26 07:21:355668version = "0.1.3"
Jack Hueyd66452c2020-08-04 22:35:375669source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355670checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
Jack Hueyd66452c2020-08-04 22:35:375671dependencies = [
5672 "lazy_static",
5673 "log",
5674 "tracing-core",
5675]
5676
5677[[package]]
Oliver Schererec7230f2020-07-24 18:42:005678name = "tracing-subscriber"
Nilstrieb3295cdf2023-06-26 07:21:355679version = "0.3.17"
Oliver Schererec7230f2020-07-24 18:42:005680source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355681checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
Oliver Schererec7230f2020-07-24 18:42:005682dependencies = [
Oliver Schererec7230f2020-07-24 18:42:005683 "matchers",
Nilstrieb3295cdf2023-06-26 07:21:355684 "nu-ansi-term",
5685 "once_cell",
5686 "parking_lot 0.12.1",
Oliver Schererec7230f2020-07-24 18:42:005687 "regex",
Oliver Schererec7230f2020-07-24 18:42:005688 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295689 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445690 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595691 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005692 "tracing-core",
Caleb Cartwright35400e82023-10-23 01:34:125693 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375694]
5695
5696[[package]]
5697name = "tracing-tree"
Martin Kröning7928c7e2023-09-19 12:15:535698version = "0.2.4"
Jack Hueyd66452c2020-08-04 22:35:375699source = "registry+https://github.com/rust-lang/crates.io-index"
Martin Kröning7928c7e2023-09-19 12:15:535700checksum = "92d6b63348fad3ae0439b8bebf8d38fb5bda0b115d7a8a7e6f165f12790c58c3"
Jack Hueyd66452c2020-08-04 22:35:375701dependencies = [
Martin Kröning7928c7e2023-09-19 12:15:535702 "is-terminal",
Nilstrieb3295cdf2023-06-26 07:21:355703 "nu-ansi-term",
pierwillea25b772021-12-21 17:00:305704 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005705 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375706 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005707]
5708
5709[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445710name = "try-lock"
5711version = "0.2.4"
5712source = "registry+https://github.com/rust-lang/crates.io-index"
5713checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
5714
5715[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005716name = "twox-hash"
5717version = "1.6.3"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5720dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425721 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415722 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005723 "static_assertions",
5724]
5725
5726[[package]]
David Wood7f916972022-03-26 07:27:435727name = "type-map"
5728version = "0.4.0"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
5730checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5731dependencies = [
5732 "rustc-hash",
5733]
5734
5735[[package]]
Eric Huss8c20add2018-12-03 01:33:205736name = "typenum"
Weihang Lo6306fd32023-01-04 15:33:595737version = "1.16.0"
Eric Huss8c20add2018-12-03 01:33:205738source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:595739checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
Eric Huss8c20add2018-12-03 01:33:205740
5741[[package]]
Mark Rousskov064f8882020-01-13 21:40:195742name = "ucd-parse"
Nilstrieb3295cdf2023-06-26 07:21:355743version = "0.1.10"
Mark Rousskov064f8882020-01-13 21:40:195744source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355745checksum = "fc2d0556a998f4c55500ce1730901ba32bafbe820068cbdc091421525d61253b"
Mark Rousskov064f8882020-01-13 21:40:195746dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355747 "once_cell",
Mark Rousskov064f8882020-01-13 21:40:195748 "regex",
5749]
5750
5751[[package]]
James Munnsde763692019-01-19 02:39:375752name = "ucd-trie"
Eric Hussbb60a762023-01-10 19:09:525753version = "0.1.5"
James Munnsde763692019-01-19 02:39:375754source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:525755checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
James Munnsde763692019-01-19 02:39:375756
5757[[package]]
Ralf Junga272c452022-05-30 08:17:465758name = "ui_test"
Ralf Junge0f4ab82023-09-28 14:42:075759version = "0.21.2"
Philipp Kronesac25a732023-08-24 19:33:175760source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge0f4ab82023-09-28 14:42:075761checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d"
Philipp Kronesac25a732023-08-24 19:33:175762dependencies = [
5763 "annotate-snippets",
5764 "anyhow",
5765 "bstr",
5766 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485767 "cargo_metadata 0.15.4",
Philipp Kronesac25a732023-08-24 19:33:175768 "color-eyre",
5769 "colored",
5770 "comma",
5771 "crossbeam-channel",
Philipp Kronesac25a732023-08-24 19:33:175772 "indicatif",
5773 "lazy_static",
Oli Scherer4fdb4ed2023-08-29 13:28:535774 "levenshtein",
Philipp Kronesac25a732023-08-24 19:33:175775 "prettydiff",
5776 "regex",
5777 "rustc_version",
5778 "rustfix",
5779 "serde",
5780 "serde_json",
5781 "tempfile",
5782]
5783
5784[[package]]
David Wood7f916972022-03-26 07:27:435785name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425786version = "0.9.1"
David Wood7f916972022-03-26 07:27:435787source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425788checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435789dependencies = [
5790 "unic-langid-impl",
5791 "unic-langid-macros",
5792]
5793
5794[[package]]
5795name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425796version = "0.9.1"
David Wood7f916972022-03-26 07:27:435797source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425798checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435799dependencies = [
5800 "tinystr",
5801]
5802
5803[[package]]
5804name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425805version = "0.9.1"
David Wood7f916972022-03-26 07:27:435806source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425807checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435808dependencies = [
5809 "proc-macro-hack",
5810 "tinystr",
5811 "unic-langid-impl",
5812 "unic-langid-macros-impl",
5813]
5814
5815[[package]]
5816name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425817version = "0.9.1"
David Wood7f916972022-03-26 07:27:435818source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425819checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435820dependencies = [
5821 "proc-macro-hack",
5822 "quote",
Nilstrieb3295cdf2023-06-26 07:21:355823 "syn 1.0.109",
David Wood7f916972022-03-26 07:27:435824 "unic-langid-impl",
5825]
5826
5827[[package]]
Andy Russell30301642019-04-20 17:03:595828name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405829version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595830source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405831checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595832dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405833 "version_check",
Andy Russell30301642019-04-20 17:03:595834]
5835
5836[[package]]
Mark Rousskov064f8882020-01-13 21:40:195837name = "unicode-bdd"
5838version = "0.1.0"
5839dependencies = [
5840 "ucd-parse",
5841]
5842
5843[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585844name = "unicode-bidi"
Nilstrieb3295cdf2023-06-26 07:21:355845version = "0.3.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585846source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355847checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585848
5849[[package]]
Andres Suareza65ddf02022-10-09 03:25:405850name = "unicode-ident"
Nilstrieb3295cdf2023-06-26 07:21:355851version = "1.0.9"
Andres Suareza65ddf02022-10-09 03:25:405852source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355853checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
Andres Suareza65ddf02022-10-09 03:25:405854
5855[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585856name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565857version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585858source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565859checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405860dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445861 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405862]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585863
5864[[package]]
Charles Lewbca79a22023-07-29 00:47:215865name = "unicode-properties"
5866version = "0.1.0"
5867source = "registry+https://github.com/rust-lang/crates.io-index"
5868checksum = "c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0"
5869
5870[[package]]
Charles Lew485e98a2020-01-02 12:02:225871name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565872version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225873source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565874checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225875
5876[[package]]
5877name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565878version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225879source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565880checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225881dependencies = [
Charles Lewc05961c2020-04-25 01:38:315882 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225883 "unicode-script",
5884]
5885
5886[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585887name = "unicode-segmentation"
Nilstrieb3295cdf2023-06-26 07:21:355888version = "1.10.1"
Steve Klabnika0769612017-02-07 23:13:575889source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355890checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
Steve Klabnika0769612017-02-07 23:13:575891
5892[[package]]
5893name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565894version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575895source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565896checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085897dependencies = [
5898 "compiler_builtins",
5899 "rustc-std-workspace-core",
5900 "rustc-std-workspace-std",
5901]
Steve Klabnika0769612017-02-07 23:13:575902
5903[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585904name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565905version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395906source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565907checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395908
5909[[package]]
Michael Howellb29d9d52021-02-24 06:42:425910name = "unified-diff"
5911version = "0.2.1"
5912source = "registry+https://github.com/rust-lang/crates.io-index"
5913checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5914dependencies = [
5915 "diff",
5916]
5917
5918[[package]]
est31c2d59062017-06-12 19:35:475919name = "unstable-book-gen"
5920version = "0.1.0"
5921dependencies = [
Alex Crichton093ede22019-08-15 00:45:095922 "num-traits",
5923 "tidy",
est31c2d59062017-06-12 19:35:475924]
5925
5926[[package]]
Nick Cameron71a0be02017-09-25 04:13:295927name = "unwind"
5928version = "0.0.0"
5929dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425930 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095931 "compiler_builtins",
5932 "core",
5933 "libc",
Nick Cameron71a0be02017-09-25 04:13:295934]
5935
5936[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585937name = "url"
Nilstrieb3295cdf2023-06-26 07:21:355938version = "2.4.0"
Eric Hussf2428a62019-08-01 00:44:395939source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355940checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
Eric Hussf2428a62019-08-01 00:44:395941dependencies = [
Eric Hussf3287a62021-05-12 00:39:515942 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435943 "idna",
Eric Huss4a7e2fb2022-08-21 04:19:435944 "percent-encoding",
Eric Hussf2428a62019-08-01 00:44:395945]
5946
5947[[package]]
steveklabnikecfbaca2018-04-03 14:32:045948name = "utf-8"
Nilstrieb3295cdf2023-06-26 07:21:355949version = "0.7.6"
steveklabnikecfbaca2018-04-03 14:32:045950source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355951checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
steveklabnikecfbaca2018-04-03 14:32:045952
5953[[package]]
Eric Hussd5e03532019-05-23 20:27:495954name = "utf8parse"
Eric Huss6e298622023-04-01 15:49:205955version = "0.2.1"
Eric Hussd5e03532019-05-23 20:27:495956source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:205957checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
Eric Hussd5e03532019-05-23 20:27:495958
5959[[package]]
Pietro Albini13efb202022-11-15 09:19:175960name = "uuid"
Nilstrieb3295cdf2023-06-26 07:21:355961version = "1.4.0"
Pietro Albini13efb202022-11-15 09:19:175962source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355963checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
Pietro Albini13efb202022-11-15 09:19:175964dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:415965 "getrandom",
Pietro Albini13efb202022-11-15 09:19:175966]
5967
5968[[package]]
Oli Scherere8962282022-07-05 08:26:125969name = "valuable"
5970version = "0.1.0"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5973
5974[[package]]
Alex Crichton1cede102017-06-15 02:33:065975name = "vcpkg"
Nilstrieb3295cdf2023-06-26 07:21:355976version = "0.2.15"
Alex Crichton1cede102017-06-15 02:33:065977source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355978checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
Alex Crichton1cede102017-06-15 02:33:065979
5980[[package]]
Alex Crichtonb4110902018-12-08 11:06:545981name = "version_check"
Amanieu d'Antrasa529ba82023-01-09 17:49:245982version = "0.9.4"
Eric Huss2b985322019-11-25 16:14:075983source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:245984checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Eric Huss2b985322019-11-25 16:14:075985
5986[[package]]
Josh Stone020c5ec2017-05-08 22:01:135987name = "walkdir"
Nilstrieb3295cdf2023-06-26 07:21:355988version = "2.3.3"
Alex Crichton80d6ed22018-01-08 21:56:225989source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355990checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
Alex Crichton80d6ed22018-01-08 21:56:225991dependencies = [
Alex Crichton093ede22019-08-15 00:45:095992 "same-file",
Alex Crichton093ede22019-08-15 00:45:095993 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225994]
5995
5996[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445997name = "want"
5998version = "0.3.1"
5999source = "registry+https://github.com/rust-lang/crates.io-index"
6000checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
6001dependencies = [
6002 "try-lock",
6003]
6004
6005[[package]]
newpavlov6374b842019-08-29 17:13:156006name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:136007version = "0.11.0+wasi-snapshot-preview1"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:156010dependencies = [
6011 "compiler_builtins",
6012 "rustc-std-workspace-alloc",
6013 "rustc-std-workspace-core",
6014]
6015
6016[[package]]
nilsf77541a2023-04-11 11:46:416017name = "wasm-bindgen"
Nilstrieb3295cdf2023-06-26 07:21:356018version = "0.2.87"
nilsf77541a2023-04-11 11:46:416019source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356020checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
nilsf77541a2023-04-11 11:46:416021dependencies = [
6022 "cfg-if",
6023 "wasm-bindgen-macro",
6024]
6025
6026[[package]]
6027name = "wasm-bindgen-backend"
Nilstrieb3295cdf2023-06-26 07:21:356028version = "0.2.87"
nilsf77541a2023-04-11 11:46:416029source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356030checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
nilsf77541a2023-04-11 11:46:416031dependencies = [
6032 "bumpalo",
6033 "log",
6034 "once_cell",
6035 "proc-macro2",
6036 "quote",
Ralf Jung47ba2a92023-08-22 11:47:386037 "syn 2.0.29",
nilsf77541a2023-04-11 11:46:416038 "wasm-bindgen-shared",
6039]
6040
6041[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446042name = "wasm-bindgen-futures"
6043version = "0.4.34"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
6046dependencies = [
6047 "cfg-if",
6048 "js-sys",
6049 "wasm-bindgen",
6050 "web-sys",
6051]
6052
6053[[package]]
nilsf77541a2023-04-11 11:46:416054name = "wasm-bindgen-macro"
Nilstrieb3295cdf2023-06-26 07:21:356055version = "0.2.87"
nilsf77541a2023-04-11 11:46:416056source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356057checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
nilsf77541a2023-04-11 11:46:416058dependencies = [
6059 "quote",
6060 "wasm-bindgen-macro-support",
6061]
6062
6063[[package]]
6064name = "wasm-bindgen-macro-support"
Nilstrieb3295cdf2023-06-26 07:21:356065version = "0.2.87"
nilsf77541a2023-04-11 11:46:416066source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356067checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
nilsf77541a2023-04-11 11:46:416068dependencies = [
6069 "proc-macro2",
6070 "quote",
Ralf Jung47ba2a92023-08-22 11:47:386071 "syn 2.0.29",
nilsf77541a2023-04-11 11:46:416072 "wasm-bindgen-backend",
6073 "wasm-bindgen-shared",
6074]
6075
6076[[package]]
6077name = "wasm-bindgen-shared"
Nilstrieb3295cdf2023-06-26 07:21:356078version = "0.2.87"
nilsf77541a2023-04-11 11:46:416079source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356080checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
nilsf77541a2023-04-11 11:46:416081
6082[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446083name = "web-sys"
6084version = "0.3.61"
6085source = "registry+https://github.com/rust-lang/crates.io-index"
6086checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
6087dependencies = [
6088 "js-sys",
6089 "wasm-bindgen",
6090]
6091
6092[[package]]
Steve Klabnika0769612017-02-07 23:13:576093name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:446094version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:226095source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446096checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:226097dependencies = [
Alex Crichton093ede22019-08-15 00:45:096098 "winapi-i686-pc-windows-gnu",
6099 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:226100]
6101
6102[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226103name = "winapi-i686-pc-windows-gnu"
6104version = "0.4.0"
6105source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096106checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:226107
6108[[package]]
Alex Crichton2863b752018-08-21 17:23:476109name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:056110version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:476111source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:056112checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:476113dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316114 "winapi",
Alex Crichton2863b752018-08-21 17:23:476115]
6116
6117[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226118name = "winapi-x86_64-pc-windows-gnu"
6119version = "0.4.0"
6120source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096121checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:226122
6123[[package]]
Weihang Loe52e0402023-03-07 22:16:276124name = "windows"
nilsf77541a2023-04-11 11:46:416125version = "0.48.0"
6126source = "registry+https://github.com/rust-lang/crates.io-index"
6127checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
6128dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176129 "windows-targets 0.48.1",
Andy Russellbb7c3732023-01-15 18:43:156130]
6131
6132[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076133name = "windows-bindgen"
Chris Dentond9c85da2023-08-16 08:18:346134version = "0.51.1"
Chris Dentonf9b3d6a2023-04-15 10:57:076135source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentond9c85da2023-08-16 08:18:346136checksum = "bc1f16b778125675feee0d15d6dd9f6af0e3ac52b3233d63a10aa39230c1cd75"
Chris Dentonf9b3d6a2023-04-15 10:57:076137dependencies = [
Chris Dentond9c85da2023-08-16 08:18:346138 "proc-macro2",
6139 "rayon",
Chris Dentone7908602023-08-28 19:02:406140 "syn 2.0.29",
Chris Dentonf9b3d6a2023-04-15 10:57:076141 "windows-metadata",
Chris Dentonf9b3d6a2023-04-15 10:57:076142]
6143
6144[[package]]
6145name = "windows-metadata"
Chris Dentond9c85da2023-08-16 08:18:346146version = "0.51.1"
Chris Dentonf9b3d6a2023-04-15 10:57:076147source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentond9c85da2023-08-16 08:18:346148checksum = "753135d996f9da437c0b31dbde3032489a61708361929bcc07d4fba0b161000e"
Chris Dentonf9b3d6a2023-04-15 10:57:076149
6150[[package]]
Philipp Krones586cbd02022-06-04 12:07:446151name = "windows-sys"
Philipp Kronesac25a732023-08-24 19:33:176152version = "0.45.0"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
6155dependencies = [
6156 "windows-targets 0.42.2",
6157]
6158
6159[[package]]
6160name = "windows-sys"
WANG Rui7aa257f2023-04-23 07:58:386161version = "0.48.0"
6162source = "registry+https://github.com/rust-lang/crates.io-index"
6163checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6164dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176165 "windows-targets 0.48.1",
6166]
6167
6168[[package]]
6169name = "windows-targets"
6170version = "0.42.2"
6171source = "registry+https://github.com/rust-lang/crates.io-index"
6172checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
6173dependencies = [
6174 "windows_aarch64_gnullvm 0.42.2",
6175 "windows_aarch64_msvc 0.42.2",
6176 "windows_i686_gnu 0.42.2",
6177 "windows_i686_msvc 0.42.2",
6178 "windows_x86_64_gnu 0.42.2",
6179 "windows_x86_64_gnullvm 0.42.2",
6180 "windows_x86_64_msvc 0.42.2",
WANG Rui7aa257f2023-04-23 07:58:386181]
6182
6183[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226184name = "windows-targets"
Nilstrieb3295cdf2023-06-26 07:21:356185version = "0.48.1"
Weihang Lo6f38fd52023-02-07 22:26:226186source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356187checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
nilsf77541a2023-04-11 11:46:416188dependencies = [
Philipp Kronesac25a732023-08-24 19:33:176189 "windows_aarch64_gnullvm 0.48.0",
6190 "windows_aarch64_msvc 0.48.0",
6191 "windows_i686_gnu 0.48.0",
6192 "windows_i686_msvc 0.48.0",
6193 "windows_x86_64_gnu 0.48.0",
6194 "windows_x86_64_gnullvm 0.48.0",
6195 "windows_x86_64_msvc 0.48.0",
Weihang Lo6f38fd52023-02-07 22:26:226196]
6197
6198[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226199name = "windows_aarch64_gnullvm"
Philipp Kronesac25a732023-08-24 19:33:176200version = "0.42.2"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
6203
6204[[package]]
6205name = "windows_aarch64_gnullvm"
nilsf77541a2023-04-11 11:46:416206version = "0.48.0"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
6209
6210[[package]]
Philipp Krones586cbd02022-06-04 12:07:446211name = "windows_aarch64_msvc"
Philipp Kronesac25a732023-08-24 19:33:176212version = "0.42.2"
6213source = "registry+https://github.com/rust-lang/crates.io-index"
6214checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
6215
6216[[package]]
6217name = "windows_aarch64_msvc"
nilsf77541a2023-04-11 11:46:416218version = "0.48.0"
6219source = "registry+https://github.com/rust-lang/crates.io-index"
6220checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
6221
6222[[package]]
Philipp Krones586cbd02022-06-04 12:07:446223name = "windows_i686_gnu"
Philipp Kronesac25a732023-08-24 19:33:176224version = "0.42.2"
6225source = "registry+https://github.com/rust-lang/crates.io-index"
6226checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
6227
6228[[package]]
6229name = "windows_i686_gnu"
nilsf77541a2023-04-11 11:46:416230version = "0.48.0"
6231source = "registry+https://github.com/rust-lang/crates.io-index"
6232checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
6233
6234[[package]]
Philipp Krones586cbd02022-06-04 12:07:446235name = "windows_i686_msvc"
Philipp Kronesac25a732023-08-24 19:33:176236version = "0.42.2"
6237source = "registry+https://github.com/rust-lang/crates.io-index"
6238checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
6239
6240[[package]]
6241name = "windows_i686_msvc"
nilsf77541a2023-04-11 11:46:416242version = "0.48.0"
6243source = "registry+https://github.com/rust-lang/crates.io-index"
6244checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
6245
6246[[package]]
Philipp Krones586cbd02022-06-04 12:07:446247name = "windows_x86_64_gnu"
Philipp Kronesac25a732023-08-24 19:33:176248version = "0.42.2"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
6251
6252[[package]]
6253name = "windows_x86_64_gnu"
nilsf77541a2023-04-11 11:46:416254version = "0.48.0"
6255source = "registry+https://github.com/rust-lang/crates.io-index"
6256checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
6257
6258[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:556259name = "windows_x86_64_gnullvm"
Philipp Kronesac25a732023-08-24 19:33:176260version = "0.42.2"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
6263
6264[[package]]
6265name = "windows_x86_64_gnullvm"
nilsf77541a2023-04-11 11:46:416266version = "0.48.0"
6267source = "registry+https://github.com/rust-lang/crates.io-index"
6268checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
6269
6270[[package]]
Philipp Krones586cbd02022-06-04 12:07:446271name = "windows_x86_64_msvc"
Philipp Kronesac25a732023-08-24 19:33:176272version = "0.42.2"
6273source = "registry+https://github.com/rust-lang/crates.io-index"
6274checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
6275
6276[[package]]
6277name = "windows_x86_64_msvc"
nilsf77541a2023-04-11 11:46:416278version = "0.48.0"
6279source = "registry+https://github.com/rust-lang/crates.io-index"
6280checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
6281
6282[[package]]
Philipp Krones612c3422023-06-02 09:42:426283name = "winnow"
Nilstrieb3295cdf2023-06-26 07:21:356284version = "0.4.7"
Philipp Krones612c3422023-06-02 09:42:426285source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356286checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
Philipp Krones612c3422023-06-02 09:42:426287dependencies = [
6288 "memchr",
6289]
6290
6291[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446292name = "winreg"
6293version = "0.10.1"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
6296dependencies = [
6297 "winapi",
6298]
6299
6300[[package]]
Charles Lewa7750042022-11-06 06:43:256301name = "writeable"
Nilstriebffffc202023-11-06 13:42:206302version = "0.5.3"
Charles Lewa7750042022-11-06 06:43:256303source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:206304checksum = "c0af0c3d13faebf8dda0b5256fa7096a2d5ccb662f7b9f54a40fe201077ab1c2"
Charles Lewa7750042022-11-06 06:43:256305
6306[[package]]
Josh Stone020c5ec2017-05-08 22:01:136307name = "xattr"
Nilstrieb3295cdf2023-06-26 07:21:356308version = "0.2.3"
Josh Stone020c5ec2017-05-08 22:01:136309source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356310checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
Josh Stone020c5ec2017-05-08 22:01:136311dependencies = [
Alex Crichton093ede22019-08-15 00:45:096312 "libc",
Josh Stone020c5ec2017-05-08 22:01:136313]
6314
6315[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:446316name = "xz"
6317version = "0.1.0"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34"
6320dependencies = [
6321 "xz2",
6322]
6323
6324[[package]]
Josh Stone020c5ec2017-05-08 22:01:136325name = "xz2"
Mark Rousskove40a4462023-04-17 01:27:256326version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:136327source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:256328checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
Josh Stone020c5ec2017-05-08 22:01:136329dependencies = [
Alex Crichton093ede22019-08-15 00:45:096330 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:136331]
6332
6333[[package]]
Pietro Albini9beb8f52019-11-26 11:06:306334name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:446335version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:306336source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446337checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:306338dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:426339 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:306340 "thiserror",
Michael Howell271bad92022-06-18 15:54:006341 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:306342]
6343
6344[[package]]
Josh Stone020c5ec2017-05-08 22:01:136345name = "yaml-rust"
Nilstrieb3295cdf2023-06-26 07:21:356346version = "0.4.5"
Pietro Albini9beb8f52019-11-26 11:06:306347source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356348checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
Pietro Albini9beb8f52019-11-26 11:06:306349dependencies = [
6350 "linked-hash-map",
6351]
Igor Matuszewski2214a412021-05-03 20:59:356352
6353[[package]]
6354name = "yansi-term"
6355version = "0.1.2"
6356source = "registry+https://github.com/rust-lang/crates.io-index"
6357checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
6358dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316359 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:356360]
Charles Lewa7750042022-11-06 06:43:256361
6362[[package]]
6363name = "yoke"
Nilstriebffffc202023-11-06 13:42:206364version = "0.7.2"
Charles Lewa7750042022-11-06 06:43:256365source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:206366checksum = "61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4"
Charles Lewa7750042022-11-06 06:43:256367dependencies = [
6368 "serde",
6369 "stable_deref_trait",
6370 "yoke-derive",
6371 "zerofrom",
6372]
6373
6374[[package]]
6375name = "yoke-derive"
klensy7142c8d2023-11-09 11:37:306376version = "0.7.2"
Charles Lewa7750042022-11-06 06:43:256377source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306378checksum = "d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f"
Charles Lewa7750042022-11-06 06:43:256379dependencies = [
6380 "proc-macro2",
6381 "quote",
klensy7142c8d2023-11-09 11:37:306382 "syn 2.0.29",
6383 "synstructure",
Charles Lewa7750042022-11-06 06:43:256384]
6385
6386[[package]]
6387name = "zerofrom"
klensy7142c8d2023-11-09 11:37:306388version = "0.1.3"
Charles Lewa7750042022-11-06 06:43:256389source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306390checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7"
Charles Lewa7750042022-11-06 06:43:256391dependencies = [
6392 "zerofrom-derive",
6393]
6394
6395[[package]]
6396name = "zerofrom-derive"
klensy7142c8d2023-11-09 11:37:306397version = "0.1.3"
Charles Lewa7750042022-11-06 06:43:256398source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306399checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
Charles Lewa7750042022-11-06 06:43:256400dependencies = [
6401 "proc-macro2",
6402 "quote",
klensy7142c8d2023-11-09 11:37:306403 "syn 2.0.29",
6404 "synstructure",
Charles Lewa7750042022-11-06 06:43:256405]
6406
6407[[package]]
6408name = "zerovec"
Nilstriebffffc202023-11-06 13:42:206409version = "0.10.0"
Charles Lewa7750042022-11-06 06:43:256410source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstriebffffc202023-11-06 13:42:206411checksum = "1194130c5b155bf8ae50ab16c86ab758cd695cf9ad176d2f870b744cbdbb572e"
Charles Lewa7750042022-11-06 06:43:256412dependencies = [
6413 "yoke",
6414 "zerofrom",
6415 "zerovec-derive",
6416]
6417
6418[[package]]
6419name = "zerovec-derive"
klensy7142c8d2023-11-09 11:37:306420version = "0.10.0"
Charles Lewa7750042022-11-06 06:43:256421source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306422checksum = "acabf549809064225ff8878baedc4ce3732ac3b07e7c7ce6e5c2ccdbc485c324"
Charles Lewa7750042022-11-06 06:43:256423dependencies = [
6424 "proc-macro2",
6425 "quote",
klensy7142c8d2023-11-09 11:37:306426 "syn 2.0.29",
Charles Lewa7750042022-11-06 06:43:256427]
Jakub Beránek91d2fb22023-06-03 07:41:446428
6429[[package]]
6430name = "zip"
6431version = "0.6.6"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
6434dependencies = [
6435 "byteorder",
6436 "crc32fast",
6437 "crossbeam-utils",
6438 "flate2",
6439]