• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "anstyle"
7version = "1.0.10"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
10
11[[package]]
12name = "cc"
13version = "1.1.28"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1"
16dependencies = [
17 "shlex",
18]
19
20[[package]]
21name = "clap"
22version = "4.5.23"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
25dependencies = [
26 "clap_builder",
27]
28
29[[package]]
30name = "clap_builder"
31version = "4.5.23"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
34dependencies = [
35 "anstyle",
36 "clap_lex",
37 "strsim",
38]
39
40[[package]]
41name = "clap_lex"
42version = "0.7.4"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
45
46[[package]]
47name = "codespan-reporting"
48version = "0.11.1"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
51dependencies = [
52 "termcolor",
53 "unicode-width",
54]
55
56[[package]]
57name = "cxx"
58version = "1.0.135"
59dependencies = [
60 "cc",
61 "cxx-build",
62 "cxx-gen",
63 "cxx-test-suite",
64 "cxxbridge-cmd",
65 "cxxbridge-flags",
66 "cxxbridge-macro",
67 "foldhash",
68 "link-cplusplus",
69 "rustversion",
70 "trybuild",
71]
72
73[[package]]
74name = "cxx-build"
75version = "1.0.135"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "66fd8f17ad454fc1e4f4ab83abffcc88a532e90350d3ffddcb73030220fcbd52"
78dependencies = [
79 "cc",
80 "codespan-reporting",
81 "proc-macro2",
82 "quote",
83 "scratch",
84 "syn",
85]
86
87[[package]]
88name = "cxx-gen"
89version = "0.7.94"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "ee165c38de64e6761c2f38b7e9beee0721110f8585165987ef9db2a753ee4176"
92dependencies = [
93 "codespan-reporting",
94 "proc-macro2",
95 "quote",
96 "syn",
97]
98
99[[package]]
100name = "cxx-test-suite"
101version = "0.0.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "54b17bb6fdd4579f6b0ad0becada9b2692ad19dd6f42ec314f0f0411bc226ede"
104
105[[package]]
106name = "cxxbridge-cmd"
107version = "1.0.135"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "4717c9c806a9e07fdcb34c84965a414ea40fafe57667187052cf1eb7f5e8a8a9"
110dependencies = [
111 "clap",
112 "codespan-reporting",
113 "proc-macro2",
114 "quote",
115 "syn",
116]
117
118[[package]]
119name = "cxxbridge-flags"
120version = "1.0.135"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "2f6515329bf3d98f4073101c7866ff2bec4e635a13acb82e3f3753fff0bf43cb"
123
124[[package]]
125name = "cxxbridge-macro"
126version = "1.0.135"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "fb93e6a7ce8ec985c02bbb758237a31598b340acbbc3c19c5a4fa6adaaac92ab"
129dependencies = [
130 "proc-macro2",
131 "quote",
132 "rustversion",
133 "syn",
134]
135
136[[package]]
137name = "dissimilar"
138version = "1.0.6"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e"
141
142[[package]]
143name = "equivalent"
144version = "1.0.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
147
148[[package]]
149name = "foldhash"
150version = "0.1.3"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
153
154[[package]]
155name = "glob"
156version = "0.3.1"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
159
160[[package]]
161name = "hashbrown"
162version = "0.15.0"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
165
166[[package]]
167name = "indexmap"
168version = "2.6.0"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
171dependencies = [
172 "equivalent",
173 "hashbrown",
174]
175
176[[package]]
177name = "itoa"
178version = "1.0.6"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
181
182[[package]]
183name = "link-cplusplus"
184version = "1.0.9"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
187dependencies = [
188 "cc",
189]
190
191[[package]]
192name = "memchr"
193version = "2.7.4"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
196
197[[package]]
198name = "proc-macro2"
199version = "1.0.87"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
202dependencies = [
203 "unicode-ident",
204]
205
206[[package]]
207name = "quote"
208version = "1.0.37"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
211dependencies = [
212 "proc-macro2",
213]
214
215[[package]]
216name = "rustversion"
217version = "1.0.17"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
220
221[[package]]
222name = "ryu"
223version = "1.0.13"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
226
227[[package]]
228name = "scratch"
229version = "1.0.5"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
232
233[[package]]
234name = "serde"
235version = "1.0.210"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
238dependencies = [
239 "serde_derive",
240]
241
242[[package]]
243name = "serde_derive"
244version = "1.0.210"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
247dependencies = [
248 "proc-macro2",
249 "quote",
250 "syn",
251]
252
253[[package]]
254name = "serde_json"
255version = "1.0.128"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
258dependencies = [
259 "itoa",
260 "memchr",
261 "ryu",
262 "serde",
263]
264
265[[package]]
266name = "serde_spanned"
267version = "0.6.8"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
270dependencies = [
271 "serde",
272]
273
274[[package]]
275name = "shlex"
276version = "1.3.0"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
279
280[[package]]
281name = "strsim"
282version = "0.11.1"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
285
286[[package]]
287name = "syn"
288version = "2.0.79"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
291dependencies = [
292 "proc-macro2",
293 "quote",
294 "unicode-ident",
295]
296
297[[package]]
298name = "termcolor"
299version = "1.2.0"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
302dependencies = [
303 "winapi-util",
304]
305
306[[package]]
307name = "toml"
308version = "0.8.19"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
311dependencies = [
312 "serde",
313 "serde_spanned",
314 "toml_datetime",
315 "toml_edit",
316]
317
318[[package]]
319name = "toml_datetime"
320version = "0.6.8"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
323dependencies = [
324 "serde",
325]
326
327[[package]]
328name = "toml_edit"
329version = "0.22.22"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
332dependencies = [
333 "indexmap",
334 "serde",
335 "serde_spanned",
336 "toml_datetime",
337 "winnow",
338]
339
340[[package]]
341name = "trybuild"
342version = "1.0.99"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "207aa50d36c4be8d8c6ea829478be44a372c6a77669937bb39c698e52f1491e8"
345dependencies = [
346 "dissimilar",
347 "glob",
348 "serde",
349 "serde_derive",
350 "serde_json",
351 "termcolor",
352 "toml",
353]
354
355[[package]]
356name = "unicode-ident"
357version = "1.0.8"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
360
361[[package]]
362name = "unicode-width"
363version = "0.1.10"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
366
367[[package]]
368name = "winapi"
369version = "0.3.9"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
372dependencies = [
373 "winapi-i686-pc-windows-gnu",
374 "winapi-x86_64-pc-windows-gnu",
375]
376
377[[package]]
378name = "winapi-i686-pc-windows-gnu"
379version = "0.4.0"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
382
383[[package]]
384name = "winapi-util"
385version = "0.1.5"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
388dependencies = [
389 "winapi",
390]
391
392[[package]]
393name = "winapi-x86_64-pc-windows-gnu"
394version = "0.4.0"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
397
398[[package]]
399name = "winnow"
400version = "0.6.20"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
403dependencies = [
404 "memchr",
405]
406