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 = "arbitrary"
20version = "1.3.2"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
23
24[[package]]
25name = "autocfg"
26version = "1.3.0"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
29
30[[package]]
31name = "bencher"
32version = "0.1.5"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "7dfdb4953a096c551ce9ace855a604d702e6e62d77fac690575ae347571717f5"
35
36[[package]]
37name = "bitvec"
38version = "1.0.1"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
41dependencies = [
42 "funty",
43 "radium",
44 "tap",
45 "wyz",
46]
47
48[[package]]
49name = "cc"
50version = "1.0.104"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490"
53dependencies = [
54 "jobserver",
55 "libc",
56 "once_cell",
57]
58
59[[package]]
60name = "cfg-if"
61version = "1.0.0"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
64
65[[package]]
66name = "codspeed"
67version = "2.6.0"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "3a104ac948e0188b921eb3fcbdd55dcf62e542df4c7ab7e660623f6288302089"
70dependencies = [
71 "colored",
72 "libc",
73 "serde_json",
74]
75
76[[package]]
77name = "codspeed-bencher-compat"
78version = "2.6.0"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "ceaba84ea2634603a0f199c07fa39ff4dda61f89a3f9149fb89b035bc317b671"
81dependencies = [
82 "bencher",
83 "codspeed",
84]
85
86[[package]]
87name = "colored"
88version = "2.1.0"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
91dependencies = [
92 "lazy_static",
93 "windows-sys",
94]
95
96[[package]]
97name = "equivalent"
98version = "1.0.1"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
101
102[[package]]
103name = "funty"
104version = "2.0.0"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
107
108[[package]]
109name = "fuzz"
110version = "0.5.0"
111dependencies = [
112 "indexmap",
113 "jiter",
114 "libfuzzer-sys",
115 "num-bigint",
116 "num-traits",
117 "serde",
118 "serde_json",
119]
120
121[[package]]
122name = "getrandom"
123version = "0.2.15"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
126dependencies = [
127 "cfg-if",
128 "libc",
129 "wasi",
130]
131
132[[package]]
133name = "hashbrown"
134version = "0.14.5"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
137
138[[package]]
139name = "heck"
140version = "0.5.0"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
143
144[[package]]
145name = "indexmap"
146version = "2.2.6"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
149dependencies = [
150 "equivalent",
151 "hashbrown",
152]
153
154[[package]]
155name = "indoc"
156version = "2.0.5"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
159
160[[package]]
161name = "itoa"
162version = "1.0.11"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
165
166[[package]]
167name = "jiter"
168version = "0.5.0"
169dependencies = [
170 "ahash",
171 "bencher",
172 "bitvec",
173 "codspeed-bencher-compat",
174 "lexical-parse-float",
175 "num-bigint",
176 "num-traits",
177 "paste",
178 "pyo3",
179 "pyo3-build-config",
180 "serde",
181 "serde_json",
182 "smallvec",
183]
184
185[[package]]
186name = "jiter-python"
187version = "0.5.0"
188dependencies = [
189 "jiter",
190 "pyo3",
191]
192
193[[package]]
194name = "jobserver"
195version = "0.1.31"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
198dependencies = [
199 "libc",
200]
201
202[[package]]
203name = "lazy_static"
204version = "1.5.0"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
207
208[[package]]
209name = "lexical-parse-float"
210version = "0.8.5"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
213dependencies = [
214 "lexical-parse-integer",
215 "lexical-util",
216 "static_assertions",
217]
218
219[[package]]
220name = "lexical-parse-integer"
221version = "0.8.6"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
224dependencies = [
225 "lexical-util",
226 "static_assertions",
227]
228
229[[package]]
230name = "lexical-util"
231version = "0.8.5"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
234dependencies = [
235 "static_assertions",
236]
237
238[[package]]
239name = "libc"
240version = "0.2.155"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
243
244[[package]]
245name = "libfuzzer-sys"
246version = "0.4.7"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
249dependencies = [
250 "arbitrary",
251 "cc",
252 "once_cell",
253]
254
255[[package]]
256name = "memoffset"
257version = "0.9.1"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
260dependencies = [
261 "autocfg",
262]
263
264[[package]]
265name = "num-bigint"
266version = "0.4.6"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
269dependencies = [
270 "num-integer",
271 "num-traits",
272]
273
274[[package]]
275name = "num-integer"
276version = "0.1.46"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
279dependencies = [
280 "num-traits",
281]
282
283[[package]]
284name = "num-traits"
285version = "0.2.19"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
288dependencies = [
289 "autocfg",
290]
291
292[[package]]
293name = "once_cell"
294version = "1.19.0"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
297
298[[package]]
299name = "paste"
300version = "1.0.15"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
303
304[[package]]
305name = "portable-atomic"
306version = "1.6.0"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
309
310[[package]]
311name = "proc-macro2"
312version = "1.0.86"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
315dependencies = [
316 "unicode-ident",
317]
318
319[[package]]
320name = "pyo3"
321version = "0.22.0"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "1962a33ed2a201c637fc14a4e0fd4e06e6edfdeee6a5fede0dab55507ad74cf7"
324dependencies = [
325 "cfg-if",
326 "indoc",
327 "libc",
328 "memoffset",
329 "num-bigint",
330 "once_cell",
331 "portable-atomic",
332 "pyo3-build-config",
333 "pyo3-ffi",
334 "pyo3-macros",
335 "unindent",
336]
337
338[[package]]
339name = "pyo3-build-config"
340version = "0.22.0"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "ab7164b2202753bd33afc7f90a10355a719aa973d1f94502c50d06f3488bc420"
343dependencies = [
344 "once_cell",
345 "target-lexicon",
346]
347
348[[package]]
349name = "pyo3-ffi"
350version = "0.22.0"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "c6424906ca49013c0829c5c1ed405e20e2da2dc78b82d198564880a704e6a7b7"
353dependencies = [
354 "libc",
355 "pyo3-build-config",
356]
357
358[[package]]
359name = "pyo3-macros"
360version = "0.22.0"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "82b2f19e153122d64afd8ce7aaa72f06a00f52e34e1d1e74b6d71baea396460a"
363dependencies = [
364 "proc-macro2",
365 "pyo3-macros-backend",
366 "quote",
367 "syn",
368]
369
370[[package]]
371name = "pyo3-macros-backend"
372version = "0.22.0"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "dd698c04cac17cf0fe63d47790ab311b8b25542f5cb976b65c374035c50f1eef"
375dependencies = [
376 "heck",
377 "proc-macro2",
378 "pyo3-build-config",
379 "quote",
380 "syn",
381]
382
383[[package]]
384name = "quote"
385version = "1.0.36"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
388dependencies = [
389 "proc-macro2",
390]
391
392[[package]]
393name = "radium"
394version = "0.7.0"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
397
398[[package]]
399name = "ryu"
400version = "1.0.18"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
403
404[[package]]
405name = "serde"
406version = "1.0.203"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
409dependencies = [
410 "serde_derive",
411]
412
413[[package]]
414name = "serde_derive"
415version = "1.0.203"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
418dependencies = [
419 "proc-macro2",
420 "quote",
421 "syn",
422]
423
424[[package]]
425name = "serde_json"
426version = "1.0.120"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
429dependencies = [
430 "indexmap",
431 "itoa",
432 "ryu",
433 "serde",
434]
435
436[[package]]
437name = "smallvec"
438version = "1.13.2"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
441
442[[package]]
443name = "static_assertions"
444version = "1.1.0"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
447
448[[package]]
449name = "syn"
450version = "2.0.68"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
453dependencies = [
454 "proc-macro2",
455 "quote",
456 "unicode-ident",
457]
458
459[[package]]
460name = "tap"
461version = "1.0.1"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
464
465[[package]]
466name = "target-lexicon"
467version = "0.12.14"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
470
471[[package]]
472name = "unicode-ident"
473version = "1.0.12"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
476
477[[package]]
478name = "unindent"
479version = "0.2.3"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
482
483[[package]]
484name = "version_check"
485version = "0.9.4"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
488
489[[package]]
490name = "wasi"
491version = "0.11.0+wasi-snapshot-preview1"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
494
495[[package]]
496name = "windows-sys"
497version = "0.48.0"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
500dependencies = [
501 "windows-targets",
502]
503
504[[package]]
505name = "windows-targets"
506version = "0.48.5"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
509dependencies = [
510 "windows_aarch64_gnullvm",
511 "windows_aarch64_msvc",
512 "windows_i686_gnu",
513 "windows_i686_msvc",
514 "windows_x86_64_gnu",
515 "windows_x86_64_gnullvm",
516 "windows_x86_64_msvc",
517]
518
519[[package]]
520name = "windows_aarch64_gnullvm"
521version = "0.48.5"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
524
525[[package]]
526name = "windows_aarch64_msvc"
527version = "0.48.5"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
530
531[[package]]
532name = "windows_i686_gnu"
533version = "0.48.5"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
536
537[[package]]
538name = "windows_i686_msvc"
539version = "0.48.5"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
542
543[[package]]
544name = "windows_x86_64_gnu"
545version = "0.48.5"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
548
549[[package]]
550name = "windows_x86_64_gnullvm"
551version = "0.48.5"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
554
555[[package]]
556name = "windows_x86_64_msvc"
557version = "0.48.5"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
560
561[[package]]
562name = "wyz"
563version = "0.5.1"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
566dependencies = [
567 "tap",
568]
569
570[[package]]
571name = "zerocopy"
572version = "0.7.35"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
575dependencies = [
576 "zerocopy-derive",
577]
578
579[[package]]
580name = "zerocopy-derive"
581version = "0.7.35"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
584dependencies = [
585 "proc-macro2",
586 "quote",
587 "syn",
588]