1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "arbitrary"
7version = "1.3.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
10dependencies = [
11 "derive_arbitrary",
12]
13
14[[package]]
15name = "bitflags"
16version = "2.6.0"
17dependencies = [
18 "arbitrary",
19 "bytemuck",
20 "compiler_builtins",
21 "rustc-std-workspace-core",
22 "rustversion",
23 "serde",
24 "serde_derive",
25 "serde_json",
26 "serde_test",
27 "trybuild",
28 "zerocopy",
29]
30
31[[package]]
32name = "bytemuck"
33version = "1.16.1"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
36dependencies = [
37 "bytemuck_derive",
38]
39
40[[package]]
41name = "bytemuck_derive"
42version = "1.7.0"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b"
45dependencies = [
46 "proc-macro2",
47 "quote",
48 "syn",
49]
50
51[[package]]
52name = "byteorder"
53version = "1.5.0"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
56
57[[package]]
58name = "compiler_builtins"
59version = "0.1.112"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "b15acab2bb4fe4dad1f1e31f3d9e714f50ef561a0f87dd8a9da004f14d455e1a"
62
63[[package]]
64name = "derive_arbitrary"
65version = "1.3.2"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
68dependencies = [
69 "proc-macro2",
70 "quote",
71 "syn",
72]
73
74[[package]]
75name = "equivalent"
76version = "1.0.1"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
79
80[[package]]
81name = "glob"
82version = "0.3.1"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
85
86[[package]]
87name = "hashbrown"
88version = "0.14.5"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
91
92[[package]]
93name = "indexmap"
94version = "2.2.6"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
97dependencies = [
98 "equivalent",
99 "hashbrown",
100]
101
102[[package]]
103name = "itoa"
104version = "1.0.11"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
107
108[[package]]
109name = "memchr"
110version = "2.7.4"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
113
114[[package]]
115name = "proc-macro2"
116version = "1.0.86"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
119dependencies = [
120 "unicode-ident",
121]
122
123[[package]]
124name = "quote"
125version = "1.0.36"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
128dependencies = [
129 "proc-macro2",
130]
131
132[[package]]
133name = "rustc-std-workspace-core"
134version = "1.0.0"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c"
137
138[[package]]
139name = "rustversion"
140version = "1.0.17"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
143
144[[package]]
145name = "ryu"
146version = "1.0.18"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
149
150[[package]]
151name = "serde"
152version = "1.0.203"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
155dependencies = [
156 "serde_derive",
157]
158
159[[package]]
160name = "serde_derive"
161version = "1.0.203"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
164dependencies = [
165 "proc-macro2",
166 "quote",
167 "syn",
168]
169
170[[package]]
171name = "serde_json"
172version = "1.0.117"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
175dependencies = [
176 "itoa",
177 "ryu",
178 "serde",
179]
180
181[[package]]
182name = "serde_spanned"
183version = "0.6.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
186dependencies = [
187 "serde",
188]
189
190[[package]]
191name = "serde_test"
192version = "1.0.176"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab"
195dependencies = [
196 "serde",
197]
198
199[[package]]
200name = "syn"
201version = "2.0.68"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
204dependencies = [
205 "proc-macro2",
206 "quote",
207 "unicode-ident",
208]
209
210[[package]]
211name = "termcolor"
212version = "1.4.1"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
215dependencies = [
216 "winapi-util",
217]
218
219[[package]]
220name = "toml"
221version = "0.8.14"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
224dependencies = [
225 "serde",
226 "serde_spanned",
227 "toml_datetime",
228 "toml_edit",
229]
230
231[[package]]
232name = "toml_datetime"
233version = "0.6.6"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
236dependencies = [
237 "serde",
238]
239
240[[package]]
241name = "toml_edit"
242version = "0.22.14"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
245dependencies = [
246 "indexmap",
247 "serde",
248 "serde_spanned",
249 "toml_datetime",
250 "winnow",
251]
252
253[[package]]
254name = "trybuild"
255version = "1.0.96"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3"
258dependencies = [
259 "glob",
260 "serde",
261 "serde_derive",
262 "serde_json",
263 "termcolor",
264 "toml",
265]
266
267[[package]]
268name = "unicode-ident"
269version = "1.0.12"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
272
273[[package]]
274name = "winapi-util"
275version = "0.1.8"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
278dependencies = [
279 "windows-sys",
280]
281
282[[package]]
283name = "windows-sys"
284version = "0.52.0"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
287dependencies = [
288 "windows-targets",
289]
290
291[[package]]
292name = "windows-targets"
293version = "0.52.5"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
296dependencies = [
297 "windows_aarch64_gnullvm",
298 "windows_aarch64_msvc",
299 "windows_i686_gnu",
300 "windows_i686_gnullvm",
301 "windows_i686_msvc",
302 "windows_x86_64_gnu",
303 "windows_x86_64_gnullvm",
304 "windows_x86_64_msvc",
305]
306
307[[package]]
308name = "windows_aarch64_gnullvm"
309version = "0.52.5"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
312
313[[package]]
314name = "windows_aarch64_msvc"
315version = "0.52.5"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
318
319[[package]]
320name = "windows_i686_gnu"
321version = "0.52.5"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
324
325[[package]]
326name = "windows_i686_gnullvm"
327version = "0.52.5"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
330
331[[package]]
332name = "windows_i686_msvc"
333version = "0.52.5"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
336
337[[package]]
338name = "windows_x86_64_gnu"
339version = "0.52.5"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
342
343[[package]]
344name = "windows_x86_64_gnullvm"
345version = "0.52.5"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
348
349[[package]]
350name = "windows_x86_64_msvc"
351version = "0.52.5"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
354
355[[package]]
356name = "winnow"
357version = "0.6.13"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
360dependencies = [
361 "memchr",
362]
363
364[[package]]
365name = "zerocopy"
366version = "0.7.34"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
369dependencies = [
370 "byteorder",
371 "zerocopy-derive",
372]
373
374[[package]]
375name = "zerocopy-derive"
376version = "0.7.34"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
379dependencies = [
380 "proc-macro2",
381 "quote",
382 "syn",
383]
384