1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler2"
7version = "2.0.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
10
11[[package]]
12name = "arrayvec"
13version = "0.7.6"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
16
17[[package]]
18name = "bitflags"
19version = "2.8.0"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
22
23[[package]]
24name = "bytemuck"
25version = "1.21.0"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
28
29[[package]]
30name = "c_test"
31version = "0.1.0"
32dependencies = [
33 "cc",
34 "imagequant-sys",
35]
36
37[[package]]
38name = "cc"
39version = "1.2.10"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
42dependencies = [
43 "shlex",
44]
45
46[[package]]
47name = "cfg-if"
48version = "1.0.0"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
51
52[[package]]
53name = "crc32fast"
54version = "1.4.2"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
57dependencies = [
58 "cfg-if",
59]
60
61[[package]]
62name = "crossbeam-deque"
63version = "0.8.6"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
66dependencies = [
67 "crossbeam-epoch",
68 "crossbeam-utils",
69]
70
71[[package]]
72name = "crossbeam-epoch"
73version = "0.9.18"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
76dependencies = [
77 "crossbeam-utils",
78]
79
80[[package]]
81name = "crossbeam-utils"
82version = "0.8.21"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
85
86[[package]]
87name = "either"
88version = "1.13.0"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
91
92[[package]]
93name = "flate2"
94version = "1.0.35"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
97dependencies = [
98 "crc32fast",
99 "miniz_oxide",
100]
101
102[[package]]
103name = "imagequant"
104version = "4.3.4"
105dependencies = [
106 "arrayvec",
107 "lodepng",
108 "once_cell",
109 "rayon",
110 "rgb",
111 "thread_local",
112]
113
114[[package]]
115name = "imagequant-sys"
116version = "4.0.4"
117dependencies = [
118 "bitflags",
119 "imagequant",
120 "libc",
121]
122
123[[package]]
124name = "libc"
125version = "0.2.169"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
128
129[[package]]
130name = "lodepng"
131version = "3.11.0"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "a7720115060cd38dcfe5c758525a43fd34dc615d0566374212ff0dc3b6151eac"
134dependencies = [
135 "crc32fast",
136 "flate2",
137 "libc",
138 "rgb",
139]
140
141[[package]]
142name = "miniz_oxide"
143version = "0.8.3"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
146dependencies = [
147 "adler2",
148]
149
150[[package]]
151name = "once_cell"
152version = "1.20.2"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
155
156[[package]]
157name = "rayon"
158version = "1.10.0"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
161dependencies = [
162 "either",
163 "rayon-core",
164]
165
166[[package]]
167name = "rayon-core"
168version = "1.12.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
171dependencies = [
172 "crossbeam-deque",
173 "crossbeam-utils",
174]
175
176[[package]]
177name = "rgb"
178version = "0.8.50"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
181dependencies = [
182 "bytemuck",
183]
184
185[[package]]
186name = "shlex"
187version = "1.3.0"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
190
191[[package]]
192name = "thread_local"
193version = "1.1.8"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
196dependencies = [
197 "cfg-if",
198 "once_cell",
199]