okmain 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- okmain-0.1.0/Cargo.lock +1010 -0
- okmain-0.1.0/Cargo.toml +19 -0
- okmain-0.1.0/PKG-INFO +53 -0
- okmain-0.1.0/README.md +35 -0
- okmain-0.1.0/crates/okmain/Cargo.toml +39 -0
- okmain-0.1.0/crates/okmain/README.md +77 -0
- okmain-0.1.0/crates/okmain/src/debug_helpers.rs +34 -0
- okmain-0.1.0/crates/okmain/src/kmeans/adaptive.rs +154 -0
- okmain-0.1.0/crates/okmain/src/kmeans/lloyds.rs +441 -0
- okmain-0.1.0/crates/okmain/src/kmeans/plus_plus_init.rs +296 -0
- okmain-0.1.0/crates/okmain/src/kmeans.rs +26 -0
- okmain-0.1.0/crates/okmain/src/lib.rs +694 -0
- okmain-0.1.0/crates/okmain/src/rng.rs +9 -0
- okmain-0.1.0/crates/okmain/src/sample.rs +240 -0
- okmain-0.1.0/crates/okmain_py/AGENTS.md +33 -0
- okmain-0.1.0/crates/okmain_py/Cargo.toml +19 -0
- okmain-0.1.0/crates/okmain_py/README.md +3 -0
- okmain-0.1.0/crates/okmain_py/src/lib.rs +124 -0
- okmain-0.1.0/okmain/__init__.py +213 -0
- okmain-0.1.0/okmain/_core.pyi +38 -0
- okmain-0.1.0/okmain/py.typed +1 -0
- okmain-0.1.0/pyproject.toml +51 -0
okmain-0.1.0/Cargo.lock
ADDED
|
@@ -0,0 +1,1010 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "adler2"
|
|
7
|
+
version = "2.0.1"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
10
|
+
|
|
11
|
+
[[package]]
|
|
12
|
+
name = "aho-corasick"
|
|
13
|
+
version = "1.1.4"
|
|
14
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
16
|
+
dependencies = [
|
|
17
|
+
"memchr",
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
[[package]]
|
|
21
|
+
name = "alloca"
|
|
22
|
+
version = "0.4.0"
|
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
+
checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4"
|
|
25
|
+
dependencies = [
|
|
26
|
+
"cc",
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
[[package]]
|
|
30
|
+
name = "anes"
|
|
31
|
+
version = "0.1.6"
|
|
32
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
33
|
+
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
34
|
+
|
|
35
|
+
[[package]]
|
|
36
|
+
name = "anstream"
|
|
37
|
+
version = "0.6.21"
|
|
38
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
|
+
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
40
|
+
dependencies = [
|
|
41
|
+
"anstyle",
|
|
42
|
+
"anstyle-parse",
|
|
43
|
+
"anstyle-query",
|
|
44
|
+
"anstyle-wincon",
|
|
45
|
+
"colorchoice",
|
|
46
|
+
"is_terminal_polyfill",
|
|
47
|
+
"utf8parse",
|
|
48
|
+
]
|
|
49
|
+
|
|
50
|
+
[[package]]
|
|
51
|
+
name = "anstyle"
|
|
52
|
+
version = "1.0.13"
|
|
53
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
54
|
+
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
55
|
+
|
|
56
|
+
[[package]]
|
|
57
|
+
name = "anstyle-parse"
|
|
58
|
+
version = "0.2.7"
|
|
59
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
60
|
+
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
61
|
+
dependencies = [
|
|
62
|
+
"utf8parse",
|
|
63
|
+
]
|
|
64
|
+
|
|
65
|
+
[[package]]
|
|
66
|
+
name = "anstyle-query"
|
|
67
|
+
version = "1.1.5"
|
|
68
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
69
|
+
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
70
|
+
dependencies = [
|
|
71
|
+
"windows-sys",
|
|
72
|
+
]
|
|
73
|
+
|
|
74
|
+
[[package]]
|
|
75
|
+
name = "anstyle-wincon"
|
|
76
|
+
version = "3.0.11"
|
|
77
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
78
|
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
79
|
+
dependencies = [
|
|
80
|
+
"anstyle",
|
|
81
|
+
"once_cell_polyfill",
|
|
82
|
+
"windows-sys",
|
|
83
|
+
]
|
|
84
|
+
|
|
85
|
+
[[package]]
|
|
86
|
+
name = "autocfg"
|
|
87
|
+
version = "1.5.0"
|
|
88
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
89
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
90
|
+
|
|
91
|
+
[[package]]
|
|
92
|
+
name = "bitflags"
|
|
93
|
+
version = "2.10.0"
|
|
94
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
|
+
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
96
|
+
|
|
97
|
+
[[package]]
|
|
98
|
+
name = "bumpalo"
|
|
99
|
+
version = "3.19.1"
|
|
100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
101
|
+
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
|
102
|
+
|
|
103
|
+
[[package]]
|
|
104
|
+
name = "bytemuck"
|
|
105
|
+
version = "1.25.0"
|
|
106
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
107
|
+
checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
|
|
108
|
+
|
|
109
|
+
[[package]]
|
|
110
|
+
name = "byteorder-lite"
|
|
111
|
+
version = "0.1.0"
|
|
112
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
113
|
+
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
114
|
+
|
|
115
|
+
[[package]]
|
|
116
|
+
name = "cast"
|
|
117
|
+
version = "0.3.0"
|
|
118
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
119
|
+
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
120
|
+
|
|
121
|
+
[[package]]
|
|
122
|
+
name = "cc"
|
|
123
|
+
version = "1.2.55"
|
|
124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
125
|
+
checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
|
|
126
|
+
dependencies = [
|
|
127
|
+
"find-msvc-tools",
|
|
128
|
+
"shlex",
|
|
129
|
+
]
|
|
130
|
+
|
|
131
|
+
[[package]]
|
|
132
|
+
name = "cfg-if"
|
|
133
|
+
version = "1.0.4"
|
|
134
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
135
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
136
|
+
|
|
137
|
+
[[package]]
|
|
138
|
+
name = "ciborium"
|
|
139
|
+
version = "0.2.2"
|
|
140
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
141
|
+
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
142
|
+
dependencies = [
|
|
143
|
+
"ciborium-io",
|
|
144
|
+
"ciborium-ll",
|
|
145
|
+
"serde",
|
|
146
|
+
]
|
|
147
|
+
|
|
148
|
+
[[package]]
|
|
149
|
+
name = "ciborium-io"
|
|
150
|
+
version = "0.2.2"
|
|
151
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
152
|
+
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
153
|
+
|
|
154
|
+
[[package]]
|
|
155
|
+
name = "ciborium-ll"
|
|
156
|
+
version = "0.2.2"
|
|
157
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
158
|
+
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
159
|
+
dependencies = [
|
|
160
|
+
"ciborium-io",
|
|
161
|
+
"half",
|
|
162
|
+
]
|
|
163
|
+
|
|
164
|
+
[[package]]
|
|
165
|
+
name = "clap"
|
|
166
|
+
version = "4.5.57"
|
|
167
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
168
|
+
checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
|
|
169
|
+
dependencies = [
|
|
170
|
+
"clap_builder",
|
|
171
|
+
"clap_derive",
|
|
172
|
+
]
|
|
173
|
+
|
|
174
|
+
[[package]]
|
|
175
|
+
name = "clap_builder"
|
|
176
|
+
version = "4.5.57"
|
|
177
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
178
|
+
checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
|
|
179
|
+
dependencies = [
|
|
180
|
+
"anstream",
|
|
181
|
+
"anstyle",
|
|
182
|
+
"clap_lex",
|
|
183
|
+
"strsim",
|
|
184
|
+
]
|
|
185
|
+
|
|
186
|
+
[[package]]
|
|
187
|
+
name = "clap_derive"
|
|
188
|
+
version = "4.5.55"
|
|
189
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
190
|
+
checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
|
|
191
|
+
dependencies = [
|
|
192
|
+
"heck",
|
|
193
|
+
"proc-macro2",
|
|
194
|
+
"quote",
|
|
195
|
+
"syn",
|
|
196
|
+
]
|
|
197
|
+
|
|
198
|
+
[[package]]
|
|
199
|
+
name = "clap_lex"
|
|
200
|
+
version = "0.7.7"
|
|
201
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
202
|
+
checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
|
203
|
+
|
|
204
|
+
[[package]]
|
|
205
|
+
name = "colorchoice"
|
|
206
|
+
version = "1.0.4"
|
|
207
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
208
|
+
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
209
|
+
|
|
210
|
+
[[package]]
|
|
211
|
+
name = "crc32fast"
|
|
212
|
+
version = "1.5.0"
|
|
213
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
214
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
215
|
+
dependencies = [
|
|
216
|
+
"cfg-if",
|
|
217
|
+
]
|
|
218
|
+
|
|
219
|
+
[[package]]
|
|
220
|
+
name = "criterion"
|
|
221
|
+
version = "0.8.2"
|
|
222
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
223
|
+
checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3"
|
|
224
|
+
dependencies = [
|
|
225
|
+
"alloca",
|
|
226
|
+
"anes",
|
|
227
|
+
"cast",
|
|
228
|
+
"ciborium",
|
|
229
|
+
"clap",
|
|
230
|
+
"criterion-plot",
|
|
231
|
+
"itertools",
|
|
232
|
+
"num-traits",
|
|
233
|
+
"oorandom",
|
|
234
|
+
"page_size",
|
|
235
|
+
"plotters",
|
|
236
|
+
"rayon",
|
|
237
|
+
"regex",
|
|
238
|
+
"serde",
|
|
239
|
+
"serde_json",
|
|
240
|
+
"tinytemplate",
|
|
241
|
+
"walkdir",
|
|
242
|
+
]
|
|
243
|
+
|
|
244
|
+
[[package]]
|
|
245
|
+
name = "criterion-plot"
|
|
246
|
+
version = "0.8.2"
|
|
247
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
248
|
+
checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea"
|
|
249
|
+
dependencies = [
|
|
250
|
+
"cast",
|
|
251
|
+
"itertools",
|
|
252
|
+
]
|
|
253
|
+
|
|
254
|
+
[[package]]
|
|
255
|
+
name = "crossbeam-deque"
|
|
256
|
+
version = "0.8.6"
|
|
257
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
258
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
259
|
+
dependencies = [
|
|
260
|
+
"crossbeam-epoch",
|
|
261
|
+
"crossbeam-utils",
|
|
262
|
+
]
|
|
263
|
+
|
|
264
|
+
[[package]]
|
|
265
|
+
name = "crossbeam-epoch"
|
|
266
|
+
version = "0.9.18"
|
|
267
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
268
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
269
|
+
dependencies = [
|
|
270
|
+
"crossbeam-utils",
|
|
271
|
+
]
|
|
272
|
+
|
|
273
|
+
[[package]]
|
|
274
|
+
name = "crossbeam-utils"
|
|
275
|
+
version = "0.8.21"
|
|
276
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
277
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
278
|
+
|
|
279
|
+
[[package]]
|
|
280
|
+
name = "crunchy"
|
|
281
|
+
version = "0.2.4"
|
|
282
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
283
|
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
284
|
+
|
|
285
|
+
[[package]]
|
|
286
|
+
name = "diff"
|
|
287
|
+
version = "0.1.13"
|
|
288
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
289
|
+
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
290
|
+
|
|
291
|
+
[[package]]
|
|
292
|
+
name = "either"
|
|
293
|
+
version = "1.15.0"
|
|
294
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
295
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
296
|
+
|
|
297
|
+
[[package]]
|
|
298
|
+
name = "fast-srgb8"
|
|
299
|
+
version = "1.0.0"
|
|
300
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
301
|
+
checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
|
|
302
|
+
|
|
303
|
+
[[package]]
|
|
304
|
+
name = "fdeflate"
|
|
305
|
+
version = "0.3.7"
|
|
306
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
307
|
+
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
|
|
308
|
+
dependencies = [
|
|
309
|
+
"simd-adler32",
|
|
310
|
+
]
|
|
311
|
+
|
|
312
|
+
[[package]]
|
|
313
|
+
name = "find-msvc-tools"
|
|
314
|
+
version = "0.1.9"
|
|
315
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
316
|
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
317
|
+
|
|
318
|
+
[[package]]
|
|
319
|
+
name = "flate2"
|
|
320
|
+
version = "1.1.9"
|
|
321
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
322
|
+
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
|
323
|
+
dependencies = [
|
|
324
|
+
"crc32fast",
|
|
325
|
+
"miniz_oxide",
|
|
326
|
+
]
|
|
327
|
+
|
|
328
|
+
[[package]]
|
|
329
|
+
name = "half"
|
|
330
|
+
version = "2.7.1"
|
|
331
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
332
|
+
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
|
333
|
+
dependencies = [
|
|
334
|
+
"cfg-if",
|
|
335
|
+
"crunchy",
|
|
336
|
+
"zerocopy",
|
|
337
|
+
]
|
|
338
|
+
|
|
339
|
+
[[package]]
|
|
340
|
+
name = "heck"
|
|
341
|
+
version = "0.5.0"
|
|
342
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
343
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
344
|
+
|
|
345
|
+
[[package]]
|
|
346
|
+
name = "image"
|
|
347
|
+
version = "0.25.9"
|
|
348
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
349
|
+
checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a"
|
|
350
|
+
dependencies = [
|
|
351
|
+
"bytemuck",
|
|
352
|
+
"byteorder-lite",
|
|
353
|
+
"moxcms",
|
|
354
|
+
"num-traits",
|
|
355
|
+
"png",
|
|
356
|
+
"zune-core",
|
|
357
|
+
"zune-jpeg",
|
|
358
|
+
]
|
|
359
|
+
|
|
360
|
+
[[package]]
|
|
361
|
+
name = "is_terminal_polyfill"
|
|
362
|
+
version = "1.70.2"
|
|
363
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
364
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
365
|
+
|
|
366
|
+
[[package]]
|
|
367
|
+
name = "itertools"
|
|
368
|
+
version = "0.13.0"
|
|
369
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
370
|
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
371
|
+
dependencies = [
|
|
372
|
+
"either",
|
|
373
|
+
]
|
|
374
|
+
|
|
375
|
+
[[package]]
|
|
376
|
+
name = "itoa"
|
|
377
|
+
version = "1.0.17"
|
|
378
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
379
|
+
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
380
|
+
|
|
381
|
+
[[package]]
|
|
382
|
+
name = "js-sys"
|
|
383
|
+
version = "0.3.85"
|
|
384
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
385
|
+
checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
|
|
386
|
+
dependencies = [
|
|
387
|
+
"once_cell",
|
|
388
|
+
"wasm-bindgen",
|
|
389
|
+
]
|
|
390
|
+
|
|
391
|
+
[[package]]
|
|
392
|
+
name = "libc"
|
|
393
|
+
version = "0.2.180"
|
|
394
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
395
|
+
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
|
396
|
+
|
|
397
|
+
[[package]]
|
|
398
|
+
name = "memchr"
|
|
399
|
+
version = "2.8.0"
|
|
400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
401
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
402
|
+
|
|
403
|
+
[[package]]
|
|
404
|
+
name = "miniz_oxide"
|
|
405
|
+
version = "0.8.9"
|
|
406
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
407
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
408
|
+
dependencies = [
|
|
409
|
+
"adler2",
|
|
410
|
+
"simd-adler32",
|
|
411
|
+
]
|
|
412
|
+
|
|
413
|
+
[[package]]
|
|
414
|
+
name = "moxcms"
|
|
415
|
+
version = "0.7.11"
|
|
416
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
417
|
+
checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97"
|
|
418
|
+
dependencies = [
|
|
419
|
+
"num-traits",
|
|
420
|
+
"pxfm",
|
|
421
|
+
]
|
|
422
|
+
|
|
423
|
+
[[package]]
|
|
424
|
+
name = "num-traits"
|
|
425
|
+
version = "0.2.19"
|
|
426
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
427
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
428
|
+
dependencies = [
|
|
429
|
+
"autocfg",
|
|
430
|
+
]
|
|
431
|
+
|
|
432
|
+
[[package]]
|
|
433
|
+
name = "oklab"
|
|
434
|
+
version = "1.1.2"
|
|
435
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
436
|
+
checksum = "c1e35ab3c8efa6bc97d651abe7fb051aebb30c925a450ff6722cf9c797a938cc"
|
|
437
|
+
dependencies = [
|
|
438
|
+
"fast-srgb8",
|
|
439
|
+
"rgb",
|
|
440
|
+
]
|
|
441
|
+
|
|
442
|
+
[[package]]
|
|
443
|
+
name = "okmain"
|
|
444
|
+
version = "0.1.0"
|
|
445
|
+
dependencies = [
|
|
446
|
+
"clap",
|
|
447
|
+
"criterion",
|
|
448
|
+
"fast-srgb8",
|
|
449
|
+
"image",
|
|
450
|
+
"oklab",
|
|
451
|
+
"pretty_assertions",
|
|
452
|
+
"rand",
|
|
453
|
+
"rand_xoshiro",
|
|
454
|
+
"rgb",
|
|
455
|
+
"snafu",
|
|
456
|
+
]
|
|
457
|
+
|
|
458
|
+
[[package]]
|
|
459
|
+
name = "okmain_py"
|
|
460
|
+
version = "0.1.0"
|
|
461
|
+
dependencies = [
|
|
462
|
+
"okmain",
|
|
463
|
+
"pyo3",
|
|
464
|
+
]
|
|
465
|
+
|
|
466
|
+
[[package]]
|
|
467
|
+
name = "once_cell"
|
|
468
|
+
version = "1.21.3"
|
|
469
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
470
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
471
|
+
|
|
472
|
+
[[package]]
|
|
473
|
+
name = "once_cell_polyfill"
|
|
474
|
+
version = "1.70.2"
|
|
475
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
476
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
477
|
+
|
|
478
|
+
[[package]]
|
|
479
|
+
name = "oorandom"
|
|
480
|
+
version = "11.1.5"
|
|
481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
482
|
+
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
|
483
|
+
|
|
484
|
+
[[package]]
|
|
485
|
+
name = "page_size"
|
|
486
|
+
version = "0.6.0"
|
|
487
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
488
|
+
checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
|
|
489
|
+
dependencies = [
|
|
490
|
+
"libc",
|
|
491
|
+
"winapi",
|
|
492
|
+
]
|
|
493
|
+
|
|
494
|
+
[[package]]
|
|
495
|
+
name = "plotters"
|
|
496
|
+
version = "0.3.7"
|
|
497
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
498
|
+
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
|
499
|
+
dependencies = [
|
|
500
|
+
"num-traits",
|
|
501
|
+
"plotters-backend",
|
|
502
|
+
"plotters-svg",
|
|
503
|
+
"wasm-bindgen",
|
|
504
|
+
"web-sys",
|
|
505
|
+
]
|
|
506
|
+
|
|
507
|
+
[[package]]
|
|
508
|
+
name = "plotters-backend"
|
|
509
|
+
version = "0.3.7"
|
|
510
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
511
|
+
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
|
512
|
+
|
|
513
|
+
[[package]]
|
|
514
|
+
name = "plotters-svg"
|
|
515
|
+
version = "0.3.7"
|
|
516
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
517
|
+
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
|
518
|
+
dependencies = [
|
|
519
|
+
"plotters-backend",
|
|
520
|
+
]
|
|
521
|
+
|
|
522
|
+
[[package]]
|
|
523
|
+
name = "png"
|
|
524
|
+
version = "0.18.0"
|
|
525
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
526
|
+
checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
|
|
527
|
+
dependencies = [
|
|
528
|
+
"bitflags",
|
|
529
|
+
"crc32fast",
|
|
530
|
+
"fdeflate",
|
|
531
|
+
"flate2",
|
|
532
|
+
"miniz_oxide",
|
|
533
|
+
]
|
|
534
|
+
|
|
535
|
+
[[package]]
|
|
536
|
+
name = "portable-atomic"
|
|
537
|
+
version = "1.13.1"
|
|
538
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
539
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
540
|
+
|
|
541
|
+
[[package]]
|
|
542
|
+
name = "pretty_assertions"
|
|
543
|
+
version = "1.4.1"
|
|
544
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
545
|
+
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
|
546
|
+
dependencies = [
|
|
547
|
+
"diff",
|
|
548
|
+
"yansi",
|
|
549
|
+
]
|
|
550
|
+
|
|
551
|
+
[[package]]
|
|
552
|
+
name = "proc-macro2"
|
|
553
|
+
version = "1.0.106"
|
|
554
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
555
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
556
|
+
dependencies = [
|
|
557
|
+
"unicode-ident",
|
|
558
|
+
]
|
|
559
|
+
|
|
560
|
+
[[package]]
|
|
561
|
+
name = "pxfm"
|
|
562
|
+
version = "0.1.27"
|
|
563
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
564
|
+
checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8"
|
|
565
|
+
dependencies = [
|
|
566
|
+
"num-traits",
|
|
567
|
+
]
|
|
568
|
+
|
|
569
|
+
[[package]]
|
|
570
|
+
name = "pyo3"
|
|
571
|
+
version = "0.28.0"
|
|
572
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
573
|
+
checksum = "fcf3ccafdf54c050be48a3a086d372f77ba6615f5057211607cd30e5ac5cec6d"
|
|
574
|
+
dependencies = [
|
|
575
|
+
"libc",
|
|
576
|
+
"once_cell",
|
|
577
|
+
"portable-atomic",
|
|
578
|
+
"pyo3-build-config",
|
|
579
|
+
"pyo3-ffi",
|
|
580
|
+
"pyo3-macros",
|
|
581
|
+
]
|
|
582
|
+
|
|
583
|
+
[[package]]
|
|
584
|
+
name = "pyo3-build-config"
|
|
585
|
+
version = "0.28.0"
|
|
586
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
587
|
+
checksum = "972720a441c91fd9c49f212a1d2d74c6e3803b231ebc8d66c51efbd7ccab11c8"
|
|
588
|
+
dependencies = [
|
|
589
|
+
"target-lexicon",
|
|
590
|
+
]
|
|
591
|
+
|
|
592
|
+
[[package]]
|
|
593
|
+
name = "pyo3-ffi"
|
|
594
|
+
version = "0.28.0"
|
|
595
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
596
|
+
checksum = "5994456d9dab8934d600d3867571b6410f24fbd6002570ad56356733eb54859b"
|
|
597
|
+
dependencies = [
|
|
598
|
+
"libc",
|
|
599
|
+
"pyo3-build-config",
|
|
600
|
+
]
|
|
601
|
+
|
|
602
|
+
[[package]]
|
|
603
|
+
name = "pyo3-macros"
|
|
604
|
+
version = "0.28.0"
|
|
605
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
606
|
+
checksum = "11ce9cc8d81b3c4969748807604d92b4eef363c5bb82b1a1bdb34ec6f1093a18"
|
|
607
|
+
dependencies = [
|
|
608
|
+
"proc-macro2",
|
|
609
|
+
"pyo3-macros-backend",
|
|
610
|
+
"quote",
|
|
611
|
+
"syn",
|
|
612
|
+
]
|
|
613
|
+
|
|
614
|
+
[[package]]
|
|
615
|
+
name = "pyo3-macros-backend"
|
|
616
|
+
version = "0.28.0"
|
|
617
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
618
|
+
checksum = "eaf4b60036a154d23282679b658e3cc7d88d3b8c9a40b43824785f232d2e1b98"
|
|
619
|
+
dependencies = [
|
|
620
|
+
"heck",
|
|
621
|
+
"proc-macro2",
|
|
622
|
+
"pyo3-build-config",
|
|
623
|
+
"quote",
|
|
624
|
+
"syn",
|
|
625
|
+
]
|
|
626
|
+
|
|
627
|
+
[[package]]
|
|
628
|
+
name = "quote"
|
|
629
|
+
version = "1.0.44"
|
|
630
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
631
|
+
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
|
632
|
+
dependencies = [
|
|
633
|
+
"proc-macro2",
|
|
634
|
+
]
|
|
635
|
+
|
|
636
|
+
[[package]]
|
|
637
|
+
name = "rand"
|
|
638
|
+
version = "0.10.0"
|
|
639
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
640
|
+
checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
|
|
641
|
+
dependencies = [
|
|
642
|
+
"rand_core",
|
|
643
|
+
]
|
|
644
|
+
|
|
645
|
+
[[package]]
|
|
646
|
+
name = "rand_core"
|
|
647
|
+
version = "0.10.0"
|
|
648
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
649
|
+
checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
|
|
650
|
+
|
|
651
|
+
[[package]]
|
|
652
|
+
name = "rand_xoshiro"
|
|
653
|
+
version = "0.8.0"
|
|
654
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
655
|
+
checksum = "1f0b2cc7bfeef8f0320ca45f88b00157a03c67137022d59393614352d6bf4312"
|
|
656
|
+
dependencies = [
|
|
657
|
+
"rand_core",
|
|
658
|
+
]
|
|
659
|
+
|
|
660
|
+
[[package]]
|
|
661
|
+
name = "rayon"
|
|
662
|
+
version = "1.11.0"
|
|
663
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
664
|
+
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
|
665
|
+
dependencies = [
|
|
666
|
+
"either",
|
|
667
|
+
"rayon-core",
|
|
668
|
+
]
|
|
669
|
+
|
|
670
|
+
[[package]]
|
|
671
|
+
name = "rayon-core"
|
|
672
|
+
version = "1.13.0"
|
|
673
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
674
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
675
|
+
dependencies = [
|
|
676
|
+
"crossbeam-deque",
|
|
677
|
+
"crossbeam-utils",
|
|
678
|
+
]
|
|
679
|
+
|
|
680
|
+
[[package]]
|
|
681
|
+
name = "regex"
|
|
682
|
+
version = "1.12.3"
|
|
683
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
684
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
685
|
+
dependencies = [
|
|
686
|
+
"aho-corasick",
|
|
687
|
+
"memchr",
|
|
688
|
+
"regex-automata",
|
|
689
|
+
"regex-syntax",
|
|
690
|
+
]
|
|
691
|
+
|
|
692
|
+
[[package]]
|
|
693
|
+
name = "regex-automata"
|
|
694
|
+
version = "0.4.14"
|
|
695
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
696
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
697
|
+
dependencies = [
|
|
698
|
+
"aho-corasick",
|
|
699
|
+
"memchr",
|
|
700
|
+
"regex-syntax",
|
|
701
|
+
]
|
|
702
|
+
|
|
703
|
+
[[package]]
|
|
704
|
+
name = "regex-syntax"
|
|
705
|
+
version = "0.8.9"
|
|
706
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
707
|
+
checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
|
|
708
|
+
|
|
709
|
+
[[package]]
|
|
710
|
+
name = "rgb"
|
|
711
|
+
version = "0.8.52"
|
|
712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
713
|
+
checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
|
|
714
|
+
dependencies = [
|
|
715
|
+
"bytemuck",
|
|
716
|
+
]
|
|
717
|
+
|
|
718
|
+
[[package]]
|
|
719
|
+
name = "rustversion"
|
|
720
|
+
version = "1.0.22"
|
|
721
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
722
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
723
|
+
|
|
724
|
+
[[package]]
|
|
725
|
+
name = "same-file"
|
|
726
|
+
version = "1.0.6"
|
|
727
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
728
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
729
|
+
dependencies = [
|
|
730
|
+
"winapi-util",
|
|
731
|
+
]
|
|
732
|
+
|
|
733
|
+
[[package]]
|
|
734
|
+
name = "serde"
|
|
735
|
+
version = "1.0.228"
|
|
736
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
738
|
+
dependencies = [
|
|
739
|
+
"serde_core",
|
|
740
|
+
"serde_derive",
|
|
741
|
+
]
|
|
742
|
+
|
|
743
|
+
[[package]]
|
|
744
|
+
name = "serde_core"
|
|
745
|
+
version = "1.0.228"
|
|
746
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
747
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
748
|
+
dependencies = [
|
|
749
|
+
"serde_derive",
|
|
750
|
+
]
|
|
751
|
+
|
|
752
|
+
[[package]]
|
|
753
|
+
name = "serde_derive"
|
|
754
|
+
version = "1.0.228"
|
|
755
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
756
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
757
|
+
dependencies = [
|
|
758
|
+
"proc-macro2",
|
|
759
|
+
"quote",
|
|
760
|
+
"syn",
|
|
761
|
+
]
|
|
762
|
+
|
|
763
|
+
[[package]]
|
|
764
|
+
name = "serde_json"
|
|
765
|
+
version = "1.0.149"
|
|
766
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
767
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
768
|
+
dependencies = [
|
|
769
|
+
"itoa",
|
|
770
|
+
"memchr",
|
|
771
|
+
"serde",
|
|
772
|
+
"serde_core",
|
|
773
|
+
"zmij",
|
|
774
|
+
]
|
|
775
|
+
|
|
776
|
+
[[package]]
|
|
777
|
+
name = "shlex"
|
|
778
|
+
version = "1.3.0"
|
|
779
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
780
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
781
|
+
|
|
782
|
+
[[package]]
|
|
783
|
+
name = "simd-adler32"
|
|
784
|
+
version = "0.3.8"
|
|
785
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
786
|
+
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
|
|
787
|
+
|
|
788
|
+
[[package]]
|
|
789
|
+
name = "snafu"
|
|
790
|
+
version = "0.8.9"
|
|
791
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
792
|
+
checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
|
|
793
|
+
dependencies = [
|
|
794
|
+
"snafu-derive",
|
|
795
|
+
]
|
|
796
|
+
|
|
797
|
+
[[package]]
|
|
798
|
+
name = "snafu-derive"
|
|
799
|
+
version = "0.8.9"
|
|
800
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
801
|
+
checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
|
|
802
|
+
dependencies = [
|
|
803
|
+
"heck",
|
|
804
|
+
"proc-macro2",
|
|
805
|
+
"quote",
|
|
806
|
+
"syn",
|
|
807
|
+
]
|
|
808
|
+
|
|
809
|
+
[[package]]
|
|
810
|
+
name = "strsim"
|
|
811
|
+
version = "0.11.1"
|
|
812
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
813
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
814
|
+
|
|
815
|
+
[[package]]
|
|
816
|
+
name = "syn"
|
|
817
|
+
version = "2.0.114"
|
|
818
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
819
|
+
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
|
820
|
+
dependencies = [
|
|
821
|
+
"proc-macro2",
|
|
822
|
+
"quote",
|
|
823
|
+
"unicode-ident",
|
|
824
|
+
]
|
|
825
|
+
|
|
826
|
+
[[package]]
|
|
827
|
+
name = "target-lexicon"
|
|
828
|
+
version = "0.13.4"
|
|
829
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
830
|
+
checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba"
|
|
831
|
+
|
|
832
|
+
[[package]]
|
|
833
|
+
name = "tinytemplate"
|
|
834
|
+
version = "1.2.1"
|
|
835
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
836
|
+
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
837
|
+
dependencies = [
|
|
838
|
+
"serde",
|
|
839
|
+
"serde_json",
|
|
840
|
+
]
|
|
841
|
+
|
|
842
|
+
[[package]]
|
|
843
|
+
name = "unicode-ident"
|
|
844
|
+
version = "1.0.22"
|
|
845
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
846
|
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
847
|
+
|
|
848
|
+
[[package]]
|
|
849
|
+
name = "utf8parse"
|
|
850
|
+
version = "0.2.2"
|
|
851
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
852
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
853
|
+
|
|
854
|
+
[[package]]
|
|
855
|
+
name = "walkdir"
|
|
856
|
+
version = "2.5.0"
|
|
857
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
858
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
859
|
+
dependencies = [
|
|
860
|
+
"same-file",
|
|
861
|
+
"winapi-util",
|
|
862
|
+
]
|
|
863
|
+
|
|
864
|
+
[[package]]
|
|
865
|
+
name = "wasm-bindgen"
|
|
866
|
+
version = "0.2.108"
|
|
867
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
868
|
+
checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
|
|
869
|
+
dependencies = [
|
|
870
|
+
"cfg-if",
|
|
871
|
+
"once_cell",
|
|
872
|
+
"rustversion",
|
|
873
|
+
"wasm-bindgen-macro",
|
|
874
|
+
"wasm-bindgen-shared",
|
|
875
|
+
]
|
|
876
|
+
|
|
877
|
+
[[package]]
|
|
878
|
+
name = "wasm-bindgen-macro"
|
|
879
|
+
version = "0.2.108"
|
|
880
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
881
|
+
checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
|
|
882
|
+
dependencies = [
|
|
883
|
+
"quote",
|
|
884
|
+
"wasm-bindgen-macro-support",
|
|
885
|
+
]
|
|
886
|
+
|
|
887
|
+
[[package]]
|
|
888
|
+
name = "wasm-bindgen-macro-support"
|
|
889
|
+
version = "0.2.108"
|
|
890
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
891
|
+
checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
|
|
892
|
+
dependencies = [
|
|
893
|
+
"bumpalo",
|
|
894
|
+
"proc-macro2",
|
|
895
|
+
"quote",
|
|
896
|
+
"syn",
|
|
897
|
+
"wasm-bindgen-shared",
|
|
898
|
+
]
|
|
899
|
+
|
|
900
|
+
[[package]]
|
|
901
|
+
name = "wasm-bindgen-shared"
|
|
902
|
+
version = "0.2.108"
|
|
903
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
904
|
+
checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
|
|
905
|
+
dependencies = [
|
|
906
|
+
"unicode-ident",
|
|
907
|
+
]
|
|
908
|
+
|
|
909
|
+
[[package]]
|
|
910
|
+
name = "web-sys"
|
|
911
|
+
version = "0.3.85"
|
|
912
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
913
|
+
checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
|
|
914
|
+
dependencies = [
|
|
915
|
+
"js-sys",
|
|
916
|
+
"wasm-bindgen",
|
|
917
|
+
]
|
|
918
|
+
|
|
919
|
+
[[package]]
|
|
920
|
+
name = "winapi"
|
|
921
|
+
version = "0.3.9"
|
|
922
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
923
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
924
|
+
dependencies = [
|
|
925
|
+
"winapi-i686-pc-windows-gnu",
|
|
926
|
+
"winapi-x86_64-pc-windows-gnu",
|
|
927
|
+
]
|
|
928
|
+
|
|
929
|
+
[[package]]
|
|
930
|
+
name = "winapi-i686-pc-windows-gnu"
|
|
931
|
+
version = "0.4.0"
|
|
932
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
933
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
934
|
+
|
|
935
|
+
[[package]]
|
|
936
|
+
name = "winapi-util"
|
|
937
|
+
version = "0.1.11"
|
|
938
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
939
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
940
|
+
dependencies = [
|
|
941
|
+
"windows-sys",
|
|
942
|
+
]
|
|
943
|
+
|
|
944
|
+
[[package]]
|
|
945
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
|
946
|
+
version = "0.4.0"
|
|
947
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
948
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
949
|
+
|
|
950
|
+
[[package]]
|
|
951
|
+
name = "windows-link"
|
|
952
|
+
version = "0.2.1"
|
|
953
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
954
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
955
|
+
|
|
956
|
+
[[package]]
|
|
957
|
+
name = "windows-sys"
|
|
958
|
+
version = "0.61.2"
|
|
959
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
960
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
961
|
+
dependencies = [
|
|
962
|
+
"windows-link",
|
|
963
|
+
]
|
|
964
|
+
|
|
965
|
+
[[package]]
|
|
966
|
+
name = "yansi"
|
|
967
|
+
version = "1.0.1"
|
|
968
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
969
|
+
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
|
970
|
+
|
|
971
|
+
[[package]]
|
|
972
|
+
name = "zerocopy"
|
|
973
|
+
version = "0.8.39"
|
|
974
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
975
|
+
checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
|
|
976
|
+
dependencies = [
|
|
977
|
+
"zerocopy-derive",
|
|
978
|
+
]
|
|
979
|
+
|
|
980
|
+
[[package]]
|
|
981
|
+
name = "zerocopy-derive"
|
|
982
|
+
version = "0.8.39"
|
|
983
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
984
|
+
checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
|
|
985
|
+
dependencies = [
|
|
986
|
+
"proc-macro2",
|
|
987
|
+
"quote",
|
|
988
|
+
"syn",
|
|
989
|
+
]
|
|
990
|
+
|
|
991
|
+
[[package]]
|
|
992
|
+
name = "zmij"
|
|
993
|
+
version = "1.0.19"
|
|
994
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
995
|
+
checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445"
|
|
996
|
+
|
|
997
|
+
[[package]]
|
|
998
|
+
name = "zune-core"
|
|
999
|
+
version = "0.5.0"
|
|
1000
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1001
|
+
checksum = "111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773"
|
|
1002
|
+
|
|
1003
|
+
[[package]]
|
|
1004
|
+
name = "zune-jpeg"
|
|
1005
|
+
version = "0.5.8"
|
|
1006
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1007
|
+
checksum = "e35aee689668bf9bd6f6f3a6c60bb29ba1244b3b43adfd50edd554a371da37d5"
|
|
1008
|
+
dependencies = [
|
|
1009
|
+
"zune-core",
|
|
1010
|
+
]
|