1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "ahash"
7version = "0.8.11"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
10dependencies = [
11 "cfg-if",
12 "getrandom",
13 "once_cell",
14 "version_check",
15 "zerocopy",
16]
17
18[[package]]
19name = "autocfg"
20version = "1.4.0"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
23
24[[package]]
25name = "cfg-if"
26version = "1.0.0"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
29
30[[package]]
31name = "csv"
32version = "1.3.1"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf"
35dependencies = [
36 "csv-core",
37 "itoa",
38 "ryu",
39 "serde",
40]
41
42[[package]]
43name = "csv-core"
44version = "0.1.11"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
47dependencies = [
48 "memchr",
49]
50
51[[package]]
52name = "getrandom"
53version = "0.2.15"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
56dependencies = [
57 "cfg-if",
58 "libc",
59 "wasi",
60]
61
62[[package]]
63name = "heck"
64version = "0.5.0"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
67
68[[package]]
69name = "indoc"
70version = "2.0.5"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
73
74[[package]]
75name = "itoa"
76version = "1.0.14"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
79
80[[package]]
81name = "jellyfish"
82version = "1.1.2"
83dependencies = [
84 "ahash",
85 "csv",
86 "num-traits",
87 "pyo3",
88 "smallvec",
89 "unicode-normalization",
90 "unicode-segmentation",
91]
92
93[[package]]
94name = "libc"
95version = "0.2.169"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
98
99[[package]]
100name = "memchr"
101version = "2.7.4"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
104
105[[package]]
106name = "memoffset"
107version = "0.9.1"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
110dependencies = [
111 "autocfg",
112]
113
114[[package]]
115name = "num-traits"
116version = "0.2.19"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
119dependencies = [
120 "autocfg",
121]
122
123[[package]]
124name = "once_cell"
125version = "1.20.2"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
128
129[[package]]
130name = "portable-atomic"
131version = "1.10.0"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
134
135[[package]]
136name = "proc-macro2"
137version = "1.0.92"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
140dependencies = [
141 "unicode-ident",
142]
143
144[[package]]
145name = "pyo3"
146version = "0.22.6"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
149dependencies = [
150 "cfg-if",
151 "indoc",
152 "libc",
153 "memoffset",
154 "once_cell",
155 "portable-atomic",
156 "pyo3-build-config",
157 "pyo3-ffi",
158 "pyo3-macros",
159 "unindent",
160]
161
162[[package]]
163name = "pyo3-build-config"
164version = "0.22.6"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
167dependencies = [
168 "once_cell",
169 "target-lexicon",
170]
171
172[[package]]
173name = "pyo3-ffi"
174version = "0.22.6"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
177dependencies = [
178 "libc",
179 "pyo3-build-config",
180]
181
182[[package]]
183name = "pyo3-macros"
184version = "0.22.6"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
187dependencies = [
188 "proc-macro2",
189 "pyo3-macros-backend",
190 "quote",
191 "syn",
192]
193
194[[package]]
195name = "pyo3-macros-backend"
196version = "0.22.6"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
199dependencies = [
200 "heck",
201 "proc-macro2",
202 "pyo3-build-config",
203 "quote",
204 "syn",
205]
206
207[[package]]
208name = "quote"
209version = "1.0.38"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
212dependencies = [
213 "proc-macro2",
214]
215
216[[package]]
217name = "ryu"
218version = "1.0.18"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
221
222[[package]]
223name = "serde"
224version = "1.0.217"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
227dependencies = [
228 "serde_derive",
229]
230
231[[package]]
232name = "serde_derive"
233version = "1.0.217"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
236dependencies = [
237 "proc-macro2",
238 "quote",
239 "syn",
240]
241
242[[package]]
243name = "smallvec"
244version = "1.13.2"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
247
248[[package]]
249name = "syn"
250version = "2.0.95"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "46f71c0377baf4ef1cc3e3402ded576dccc315800fbc62dfc7fe04b009773b4a"
253dependencies = [
254 "proc-macro2",
255 "quote",
256 "unicode-ident",
257]
258
259[[package]]
260name = "target-lexicon"
261version = "0.12.16"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
264
265[[package]]
266name = "tinyvec"
267version = "1.8.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
270dependencies = [
271 "tinyvec_macros",
272]
273
274[[package]]
275name = "tinyvec_macros"
276version = "0.1.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
279
280[[package]]
281name = "unicode-ident"
282version = "1.0.14"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
285
286[[package]]
287name = "unicode-normalization"
288version = "0.1.24"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
291dependencies = [
292 "tinyvec",
293]
294
295[[package]]
296name = "unicode-segmentation"
297version = "1.12.0"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
300
301[[package]]
302name = "unindent"
303version = "0.2.3"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
306
307[[package]]
308name = "version_check"
309version = "0.9.5"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
312
313[[package]]
314name = "wasi"
315version = "0.11.0+wasi-snapshot-preview1"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
318
319[[package]]
320name = "zerocopy"
321version = "0.7.35"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
324dependencies = [
325 "zerocopy-derive",
326]
327
328[[package]]
329name = "zerocopy-derive"
330version = "0.7.35"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
333dependencies = [
334 "proc-macro2",
335 "quote",
336 "syn",
337]