1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "ahash"
13version = "0.8.7"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
16dependencies = [
17 "cfg-if",
18 "once_cell",
19 "version_check",
20 "zerocopy",
21]
22
23[[package]]
24name = "arrayvec"
25version = "0.7.4"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
28
29[[package]]
30name = "bitflags"
31version = "2.4.2"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
34
35[[package]]
36name = "bytemuck"
37version = "1.14.0"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
40
41[[package]]
42name = "c_test"
43version = "0.1.0"
44dependencies = [
45 "cc",
46 "imagequant-sys",
47]
48
49[[package]]
50name = "cc"
51version = "1.0.83"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
54dependencies = [
55 "libc",
56]
57
58[[package]]
59name = "cfg-if"
60version = "1.0.0"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
63
64[[package]]
65name = "crc32fast"
66version = "1.3.2"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
69dependencies = [
70 "cfg-if",
71]
72
73[[package]]
74name = "crossbeam-deque"
75version = "0.8.5"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
78dependencies = [
79 "crossbeam-epoch",
80 "crossbeam-utils",
81]
82
83[[package]]
84name = "crossbeam-epoch"
85version = "0.9.18"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
88dependencies = [
89 "crossbeam-utils",
90]
91
92[[package]]
93name = "crossbeam-utils"
94version = "0.8.19"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
97
98[[package]]
99name = "either"
100version = "1.9.0"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
103
104[[package]]
105name = "fallible_collections"
106version = "0.4.9"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "a88c69768c0a15262df21899142bc6df9b9b823546d4b4b9a7bc2d6c448ec6fd"
109dependencies = [
110 "hashbrown",
111]
112
113[[package]]
114name = "flate2"
115version = "1.0.28"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
118dependencies = [
119 "crc32fast",
120 "miniz_oxide",
121]
122
123[[package]]
124name = "hashbrown"
125version = "0.13.2"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
128dependencies = [
129 "ahash",
130]
131
132[[package]]
133name = "imagequant"
134version = "4.3.0"
135dependencies = [
136 "arrayvec",
137 "lodepng",
138 "once_cell",
139 "rayon",
140 "rgb",
141 "thread_local",
142]
143
144[[package]]
145name = "imagequant-sys"
146version = "4.0.4"
147dependencies = [
148 "bitflags",
149 "imagequant",
150 "libc",
151]
152
153[[package]]
154name = "libc"
155version = "0.2.152"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
158
159[[package]]
160name = "lodepng"
161version = "3.10.1"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "a42d298694b14401847de29abd44adf278b42e989e516deac7b72018400002d8"
164dependencies = [
165 "crc32fast",
166 "fallible_collections",
167 "flate2",
168 "libc",
169 "rgb",
170]
171
172[[package]]
173name = "miniz_oxide"
174version = "0.7.1"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
177dependencies = [
178 "adler",
179]
180
181[[package]]
182name = "once_cell"
183version = "1.19.0"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
186
187[[package]]
188name = "proc-macro2"
189version = "1.0.78"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
192dependencies = [
193 "unicode-ident",
194]
195
196[[package]]
197name = "quote"
198version = "1.0.35"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
201dependencies = [
202 "proc-macro2",
203]
204
205[[package]]
206name = "rayon"
207version = "1.8.1"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
210dependencies = [
211 "either",
212 "rayon-core",
213]
214
215[[package]]
216name = "rayon-core"
217version = "1.12.1"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
220dependencies = [
221 "crossbeam-deque",
222 "crossbeam-utils",
223]
224
225[[package]]
226name = "rgb"
227version = "0.8.37"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
230dependencies = [
231 "bytemuck",
232]
233
234[[package]]
235name = "syn"
236version = "2.0.48"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
239dependencies = [
240 "proc-macro2",
241 "quote",
242 "unicode-ident",
243]
244
245[[package]]
246name = "thread_local"
247version = "1.1.7"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
250dependencies = [
251 "cfg-if",
252 "once_cell",
253]
254
255[[package]]
256name = "unicode-ident"
257version = "1.0.12"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
260
261[[package]]
262name = "version_check"
263version = "0.9.4"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
266
267[[package]]
268name = "zerocopy"
269version = "0.7.32"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
272dependencies = [
273 "zerocopy-derive",
274]
275
276[[package]]
277name = "zerocopy-derive"
278version = "0.7.32"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
281dependencies = [
282 "proc-macro2",
283 "quote",
284 "syn",
285]