• 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 = "aho-corasick"
7version = "1.1.3"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "arrayvec"
16version = "0.7.4"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
19
20[[package]]
21name = "autocfg"
22version = "1.3.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
25
26[[package]]
27name = "bit-set"
28version = "0.5.3"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
31dependencies = [
32 "bit-vec",
33]
34
35[[package]]
36name = "bit-vec"
37version = "0.6.3"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
40
41[[package]]
42name = "bitflags"
43version = "2.6.0"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
46
47[[package]]
48name = "bytemuck"
49version = "1.16.1"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
52dependencies = [
53 "bytemuck_derive",
54]
55
56[[package]]
57name = "bytemuck_derive"
58version = "1.7.0"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b"
61dependencies = [
62 "proc-macro2",
63 "quote",
64 "syn",
65]
66
67[[package]]
68name = "codespan-reporting"
69version = "0.11.1"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
72dependencies = [
73 "termcolor",
74 "unicode-width",
75]
76
77[[package]]
78name = "equivalent"
79version = "1.0.1"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
82
83[[package]]
84name = "hashbrown"
85version = "0.14.5"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
88
89[[package]]
90name = "hexf-parse"
91version = "0.2.1"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
94
95[[package]]
96name = "indexmap"
97version = "2.2.6"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
100dependencies = [
101 "equivalent",
102 "hashbrown",
103]
104
105[[package]]
106name = "kurbo"
107version = "0.11.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
110dependencies = [
111 "arrayvec",
112 "smallvec",
113]
114
115[[package]]
116name = "log"
117version = "0.4.22"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
120
121[[package]]
122name = "memchr"
123version = "2.7.4"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
126
127[[package]]
128name = "naga"
129version = "0.20.0"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "e536ae46fcab0876853bd4a632ede5df4b1c2527a58f6c5a4150fe86be858231"
132dependencies = [
133 "arrayvec",
134 "bit-set",
135 "bitflags",
136 "codespan-reporting",
137 "hexf-parse",
138 "indexmap",
139 "log",
140 "num-traits",
141 "rustc-hash",
142 "termcolor",
143 "thiserror",
144 "unicode-xid",
145]
146
147[[package]]
148name = "num-traits"
149version = "0.2.19"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
152dependencies = [
153 "autocfg",
154]
155
156[[package]]
157name = "peniko"
158version = "0.1.1"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "3c28d7294093837856bb80ad191cc46a2fcec8a30b43b7a3b0285325f0a917a9"
161dependencies = [
162 "kurbo",
163 "smallvec",
164]
165
166[[package]]
167name = "proc-macro2"
168version = "1.0.86"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
171dependencies = [
172 "unicode-ident",
173]
174
175[[package]]
176name = "quote"
177version = "1.0.36"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
180dependencies = [
181 "proc-macro2",
182]
183
184[[package]]
185name = "regex"
186version = "1.10.5"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
189dependencies = [
190 "aho-corasick",
191 "memchr",
192 "regex-automata",
193 "regex-syntax",
194]
195
196[[package]]
197name = "regex-automata"
198version = "0.4.7"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
201dependencies = [
202 "aho-corasick",
203 "memchr",
204 "regex-syntax",
205]
206
207[[package]]
208name = "regex-syntax"
209version = "0.8.4"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
212
213[[package]]
214name = "rustc-hash"
215version = "1.1.0"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
218
219[[package]]
220name = "smallvec"
221version = "1.13.2"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
224
225[[package]]
226name = "syn"
227version = "2.0.68"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
230dependencies = [
231 "proc-macro2",
232 "quote",
233 "unicode-ident",
234]
235
236[[package]]
237name = "termcolor"
238version = "1.4.1"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
241dependencies = [
242 "winapi-util",
243]
244
245[[package]]
246name = "thiserror"
247version = "1.0.61"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
250dependencies = [
251 "thiserror-impl",
252]
253
254[[package]]
255name = "thiserror-impl"
256version = "1.0.61"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
259dependencies = [
260 "proc-macro2",
261 "quote",
262 "syn",
263]
264
265[[package]]
266name = "unicode-ident"
267version = "1.0.12"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
270
271[[package]]
272name = "unicode-width"
273version = "0.1.13"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
276
277[[package]]
278name = "unicode-xid"
279version = "0.2.4"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
282
283[[package]]
284name = "vello_deps"
285version = "0.1.0"
286dependencies = [
287 "bytemuck",
288 "naga",
289 "peniko",
290 "regex",
291 "thiserror",
292]
293
294[[package]]
295name = "winapi-util"
296version = "0.1.8"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
299dependencies = [
300 "windows-sys",
301]
302
303[[package]]
304name = "windows-sys"
305version = "0.52.0"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
308dependencies = [
309 "windows-targets",
310]
311
312[[package]]
313name = "windows-targets"
314version = "0.52.5"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
317dependencies = [
318 "windows_aarch64_gnullvm",
319 "windows_aarch64_msvc",
320 "windows_i686_gnu",
321 "windows_i686_gnullvm",
322 "windows_i686_msvc",
323 "windows_x86_64_gnu",
324 "windows_x86_64_gnullvm",
325 "windows_x86_64_msvc",
326]
327
328[[package]]
329name = "windows_aarch64_gnullvm"
330version = "0.52.5"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
333
334[[package]]
335name = "windows_aarch64_msvc"
336version = "0.52.5"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
339
340[[package]]
341name = "windows_i686_gnu"
342version = "0.52.5"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
345
346[[package]]
347name = "windows_i686_gnullvm"
348version = "0.52.5"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
351
352[[package]]
353name = "windows_i686_msvc"
354version = "0.52.5"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
357
358[[package]]
359name = "windows_x86_64_gnu"
360version = "0.52.5"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
363
364[[package]]
365name = "windows_x86_64_gnullvm"
366version = "0.52.5"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
369
370[[package]]
371name = "windows_x86_64_msvc"
372version = "0.52.5"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
375