streaming-json-parser-native 0.2.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.
@@ -0,0 +1,611 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.8.12"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "getrandom",
13
+ "once_cell",
14
+ "version_check",
15
+ "zerocopy",
16
+ ]
17
+
18
+ [[package]]
19
+ name = "bumpalo"
20
+ version = "3.20.3"
21
+ source = "registry+https://github.com/rust-lang/crates.io-index"
22
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
23
+
24
+ [[package]]
25
+ name = "bytes"
26
+ version = "1.11.1"
27
+ source = "registry+https://github.com/rust-lang/crates.io-index"
28
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
29
+
30
+ [[package]]
31
+ name = "cfg-if"
32
+ version = "1.0.4"
33
+ source = "registry+https://github.com/rust-lang/crates.io-index"
34
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
35
+
36
+ [[package]]
37
+ name = "equivalent"
38
+ version = "1.0.2"
39
+ source = "registry+https://github.com/rust-lang/crates.io-index"
40
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
41
+
42
+ [[package]]
43
+ name = "faststr"
44
+ version = "0.2.34"
45
+ source = "registry+https://github.com/rust-lang/crates.io-index"
46
+ checksum = "1ca7d44d22004409a61c393afb3369c8f7bb74abcae49fe249ee01dcc3002113"
47
+ dependencies = [
48
+ "bytes",
49
+ "rkyv",
50
+ "serde",
51
+ "simdutf8",
52
+ ]
53
+
54
+ [[package]]
55
+ name = "futures-core"
56
+ version = "0.3.32"
57
+ source = "registry+https://github.com/rust-lang/crates.io-index"
58
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
59
+
60
+ [[package]]
61
+ name = "futures-task"
62
+ version = "0.3.32"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
65
+
66
+ [[package]]
67
+ name = "futures-util"
68
+ version = "0.3.32"
69
+ source = "registry+https://github.com/rust-lang/crates.io-index"
70
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
71
+ dependencies = [
72
+ "futures-core",
73
+ "futures-task",
74
+ "pin-project-lite",
75
+ "slab",
76
+ ]
77
+
78
+ [[package]]
79
+ name = "getrandom"
80
+ version = "0.3.4"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
83
+ dependencies = [
84
+ "cfg-if",
85
+ "libc",
86
+ "r-efi",
87
+ "wasip2",
88
+ ]
89
+
90
+ [[package]]
91
+ name = "hashbrown"
92
+ version = "0.17.1"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
95
+
96
+ [[package]]
97
+ name = "heck"
98
+ version = "0.5.0"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
101
+
102
+ [[package]]
103
+ name = "indexmap"
104
+ version = "2.14.0"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
107
+ dependencies = [
108
+ "equivalent",
109
+ "hashbrown",
110
+ ]
111
+
112
+ [[package]]
113
+ name = "itoa"
114
+ version = "1.0.18"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
117
+
118
+ [[package]]
119
+ name = "js-sys"
120
+ version = "0.3.102"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
123
+ dependencies = [
124
+ "cfg-if",
125
+ "futures-util",
126
+ "wasm-bindgen",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "libc"
131
+ version = "0.2.186"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
134
+
135
+ [[package]]
136
+ name = "memchr"
137
+ version = "2.8.2"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
140
+
141
+ [[package]]
142
+ name = "munge"
143
+ version = "0.4.7"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "5e17401f259eba956ca16491461b6e8f72913a0a114e39736ce404410f915a0c"
146
+ dependencies = [
147
+ "munge_macro",
148
+ ]
149
+
150
+ [[package]]
151
+ name = "munge_macro"
152
+ version = "0.4.7"
153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
154
+ checksum = "4568f25ccbd45ab5d5603dc34318c1ec56b117531781260002151b8530a9f931"
155
+ dependencies = [
156
+ "proc-macro2",
157
+ "quote",
158
+ "syn",
159
+ ]
160
+
161
+ [[package]]
162
+ name = "once_cell"
163
+ version = "1.21.4"
164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
165
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
166
+
167
+ [[package]]
168
+ name = "pin-project-lite"
169
+ version = "0.2.17"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
172
+
173
+ [[package]]
174
+ name = "portable-atomic"
175
+ version = "1.13.1"
176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
177
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
178
+
179
+ [[package]]
180
+ name = "proc-macro2"
181
+ version = "1.0.106"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
184
+ dependencies = [
185
+ "unicode-ident",
186
+ ]
187
+
188
+ [[package]]
189
+ name = "ptr_meta"
190
+ version = "0.3.1"
191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
192
+ checksum = "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79"
193
+ dependencies = [
194
+ "ptr_meta_derive",
195
+ ]
196
+
197
+ [[package]]
198
+ name = "ptr_meta_derive"
199
+ version = "0.3.1"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1"
202
+ dependencies = [
203
+ "proc-macro2",
204
+ "quote",
205
+ "syn",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "pyo3"
210
+ version = "0.29.2"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
213
+ dependencies = [
214
+ "libc",
215
+ "once_cell",
216
+ "portable-atomic",
217
+ "pyo3-build-config",
218
+ "pyo3-ffi",
219
+ "pyo3-macros",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "pyo3-build-config"
224
+ version = "0.29.2"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
227
+ dependencies = [
228
+ "target-lexicon",
229
+ ]
230
+
231
+ [[package]]
232
+ name = "pyo3-ffi"
233
+ version = "0.29.2"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
236
+ dependencies = [
237
+ "libc",
238
+ "pyo3-build-config",
239
+ ]
240
+
241
+ [[package]]
242
+ name = "pyo3-macros"
243
+ version = "0.29.2"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
246
+ dependencies = [
247
+ "proc-macro2",
248
+ "pyo3-macros-backend",
249
+ "quote",
250
+ "syn",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "pyo3-macros-backend"
255
+ version = "0.29.2"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
258
+ dependencies = [
259
+ "heck",
260
+ "proc-macro2",
261
+ "quote",
262
+ "syn",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "quote"
267
+ version = "1.0.45"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
270
+ dependencies = [
271
+ "proc-macro2",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "r-efi"
276
+ version = "5.3.0"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
279
+
280
+ [[package]]
281
+ name = "rancor"
282
+ version = "0.1.1"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "a063ea72381527c2a0561da9c80000ef822bdd7c3241b1cc1b12100e3df081ee"
285
+ dependencies = [
286
+ "ptr_meta",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "ref-cast"
291
+ version = "1.0.25"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
294
+ dependencies = [
295
+ "ref-cast-impl",
296
+ ]
297
+
298
+ [[package]]
299
+ name = "ref-cast-impl"
300
+ version = "1.0.25"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
303
+ dependencies = [
304
+ "proc-macro2",
305
+ "quote",
306
+ "syn",
307
+ ]
308
+
309
+ [[package]]
310
+ name = "rend"
311
+ version = "0.5.3"
312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
313
+ checksum = "cadadef317c2f20755a64d7fdc48f9e7178ee6b0e1f7fce33fa60f1d68a276e6"
314
+
315
+ [[package]]
316
+ name = "rkyv"
317
+ version = "0.8.16"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "73389e0c99e664f919275ab5b5b0471391fe9a8de61e1dff9b1eaf56a90f16e3"
320
+ dependencies = [
321
+ "bytes",
322
+ "hashbrown",
323
+ "indexmap",
324
+ "munge",
325
+ "ptr_meta",
326
+ "rancor",
327
+ "rend",
328
+ "rkyv_derive",
329
+ "tinyvec",
330
+ "uuid",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "rkyv_derive"
335
+ version = "0.8.16"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "5d2ed0b54125315fb36bd021e82d314d1c126548f871634b483f46b31d13cac6"
338
+ dependencies = [
339
+ "proc-macro2",
340
+ "quote",
341
+ "syn",
342
+ ]
343
+
344
+ [[package]]
345
+ name = "rustversion"
346
+ version = "1.0.22"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
349
+
350
+ [[package]]
351
+ name = "serde"
352
+ version = "1.0.228"
353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
354
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
355
+ dependencies = [
356
+ "serde_core",
357
+ "serde_derive",
358
+ ]
359
+
360
+ [[package]]
361
+ name = "serde_core"
362
+ version = "1.0.228"
363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
364
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
365
+ dependencies = [
366
+ "serde_derive",
367
+ ]
368
+
369
+ [[package]]
370
+ name = "serde_derive"
371
+ version = "1.0.228"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
374
+ dependencies = [
375
+ "proc-macro2",
376
+ "quote",
377
+ "syn",
378
+ ]
379
+
380
+ [[package]]
381
+ name = "serde_json"
382
+ version = "1.0.150"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
385
+ dependencies = [
386
+ "itoa",
387
+ "memchr",
388
+ "serde",
389
+ "serde_core",
390
+ "zmij",
391
+ ]
392
+
393
+ [[package]]
394
+ name = "simdutf8"
395
+ version = "0.1.5"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
398
+
399
+ [[package]]
400
+ name = "slab"
401
+ version = "0.4.12"
402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
403
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
404
+
405
+ [[package]]
406
+ name = "sonic-number"
407
+ version = "0.1.2"
408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
409
+ checksum = "3775c3390edf958191f1ab1e8c5c188907feebd0f3ce1604cb621f72961dbf32"
410
+ dependencies = [
411
+ "cfg-if",
412
+ ]
413
+
414
+ [[package]]
415
+ name = "sonic-rs"
416
+ version = "0.5.8"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "d971cc77a245ccf1756dbd1a87c3e7f709c0191464096510d43eec056d0f2c4f"
419
+ dependencies = [
420
+ "ahash",
421
+ "bumpalo",
422
+ "bytes",
423
+ "cfg-if",
424
+ "faststr",
425
+ "itoa",
426
+ "ref-cast",
427
+ "serde",
428
+ "simdutf8",
429
+ "sonic-number",
430
+ "sonic-simd",
431
+ "thiserror",
432
+ "zmij",
433
+ ]
434
+
435
+ [[package]]
436
+ name = "sonic-simd"
437
+ version = "0.1.4"
438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
439
+ checksum = "f99e664ecd2d85a68c87e3c7a3cfe691f647ea9e835de984aba4d54a41f817d4"
440
+ dependencies = [
441
+ "cfg-if",
442
+ ]
443
+
444
+ [[package]]
445
+ name = "streaming_json_parser_native"
446
+ version = "0.2.0"
447
+ dependencies = [
448
+ "pyo3",
449
+ "serde_json",
450
+ "sonic-rs",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "syn"
455
+ version = "2.0.117"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
458
+ dependencies = [
459
+ "proc-macro2",
460
+ "quote",
461
+ "unicode-ident",
462
+ ]
463
+
464
+ [[package]]
465
+ name = "target-lexicon"
466
+ version = "0.13.5"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
469
+
470
+ [[package]]
471
+ name = "thiserror"
472
+ version = "2.0.18"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
475
+ dependencies = [
476
+ "thiserror-impl",
477
+ ]
478
+
479
+ [[package]]
480
+ name = "thiserror-impl"
481
+ version = "2.0.18"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
484
+ dependencies = [
485
+ "proc-macro2",
486
+ "quote",
487
+ "syn",
488
+ ]
489
+
490
+ [[package]]
491
+ name = "tinyvec"
492
+ version = "1.11.0"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
495
+ dependencies = [
496
+ "tinyvec_macros",
497
+ ]
498
+
499
+ [[package]]
500
+ name = "tinyvec_macros"
501
+ version = "0.1.1"
502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
503
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
504
+
505
+ [[package]]
506
+ name = "unicode-ident"
507
+ version = "1.0.24"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
510
+
511
+ [[package]]
512
+ name = "uuid"
513
+ version = "1.23.3"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7"
516
+ dependencies = [
517
+ "js-sys",
518
+ "wasm-bindgen",
519
+ ]
520
+
521
+ [[package]]
522
+ name = "version_check"
523
+ version = "0.9.5"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
526
+
527
+ [[package]]
528
+ name = "wasip2"
529
+ version = "1.0.4+wasi-0.2.12"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
532
+ dependencies = [
533
+ "wit-bindgen",
534
+ ]
535
+
536
+ [[package]]
537
+ name = "wasm-bindgen"
538
+ version = "0.2.125"
539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
540
+ checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
541
+ dependencies = [
542
+ "cfg-if",
543
+ "once_cell",
544
+ "rustversion",
545
+ "wasm-bindgen-macro",
546
+ "wasm-bindgen-shared",
547
+ ]
548
+
549
+ [[package]]
550
+ name = "wasm-bindgen-macro"
551
+ version = "0.2.125"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
554
+ dependencies = [
555
+ "quote",
556
+ "wasm-bindgen-macro-support",
557
+ ]
558
+
559
+ [[package]]
560
+ name = "wasm-bindgen-macro-support"
561
+ version = "0.2.125"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
564
+ dependencies = [
565
+ "bumpalo",
566
+ "proc-macro2",
567
+ "quote",
568
+ "syn",
569
+ "wasm-bindgen-shared",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "wasm-bindgen-shared"
574
+ version = "0.2.125"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
577
+ dependencies = [
578
+ "unicode-ident",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "wit-bindgen"
583
+ version = "0.57.1"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
586
+
587
+ [[package]]
588
+ name = "zerocopy"
589
+ version = "0.8.52"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
592
+ dependencies = [
593
+ "zerocopy-derive",
594
+ ]
595
+
596
+ [[package]]
597
+ name = "zerocopy-derive"
598
+ version = "0.8.52"
599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
600
+ checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
601
+ dependencies = [
602
+ "proc-macro2",
603
+ "quote",
604
+ "syn",
605
+ ]
606
+
607
+ [[package]]
608
+ name = "zmij"
609
+ version = "1.0.21"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
@@ -0,0 +1,18 @@
1
+ [package]
2
+ name = "streaming_json_parser_native"
3
+ version = "0.2.0"
4
+ edition = "2021"
5
+ rust-version = "1.83"
6
+ description = "Optional native acceleration for streaming-json-parser"
7
+ license = "MIT"
8
+ repository = "https://github.com/aramisfacchinetti/streaming-json-parser"
9
+ readme = "README.md"
10
+
11
+ [lib]
12
+ name = "streaming_json_parser_native"
13
+ crate-type = ["cdylib"]
14
+
15
+ [dependencies]
16
+ pyo3 = { version = "0.29.2", features = ["extension-module"] }
17
+ sonic-rs = "0.5.8"
18
+ serde_json = "1.0"
@@ -0,0 +1,35 @@
1
+ Metadata-Version: 2.4
2
+ Name: streaming-json-parser-native
3
+ Version: 0.2.0
4
+ Summary: Experimental native extensions for streaming-json-parser.
5
+ License-Expression: MIT
6
+ Requires-Python: >=3.10
7
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
8
+
9
+ # streaming-json-parser-native
10
+
11
+ Optional Rust acceleration for the `streaming-json-parser` Python package.
12
+
13
+ Once the native distribution has been published, install the Python package and
14
+ native extension with:
15
+
16
+ ```bash
17
+ python -m pip install streaming-json-parser streaming-json-parser-native
18
+ ```
19
+
20
+ The initial release provides a prebuilt wheel for CPython 3.12 on Linux x86_64.
21
+ On other Python versions or platforms, pip builds from the source distribution,
22
+ which requires Rust 1.83 or newer. The Python package works without the native
23
+ extension.
24
+
25
+ To build and install the extension from this checkout, activate a Python
26
+ virtual environment and run these commands from the repository root:
27
+
28
+ ```bash
29
+ python -m pip install -e '.[native-build]'
30
+ cd rust_native
31
+ maturin develop --release
32
+ ```
33
+
34
+ Building the extension requires Rust 1.83 or newer.
35
+
@@ -0,0 +1,26 @@
1
+ # streaming-json-parser-native
2
+
3
+ Optional Rust acceleration for the `streaming-json-parser` Python package.
4
+
5
+ Once the native distribution has been published, install the Python package and
6
+ native extension with:
7
+
8
+ ```bash
9
+ python -m pip install streaming-json-parser streaming-json-parser-native
10
+ ```
11
+
12
+ The initial release provides a prebuilt wheel for CPython 3.12 on Linux x86_64.
13
+ On other Python versions or platforms, pip builds from the source distribution,
14
+ which requires Rust 1.83 or newer. The Python package works without the native
15
+ extension.
16
+
17
+ To build and install the extension from this checkout, activate a Python
18
+ virtual environment and run these commands from the repository root:
19
+
20
+ ```bash
21
+ python -m pip install -e '.[native-build]'
22
+ cd rust_native
23
+ maturin develop --release
24
+ ```
25
+
26
+ Building the extension requires Rust 1.83 or newer.
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["maturin>=1,<2"]
3
+ build-backend = "maturin"
4
+
5
+ [project]
6
+ name = "streaming-json-parser-native"
7
+ version = "0.2.0"
8
+ description = "Experimental native extensions for streaming-json-parser."
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ license = "MIT"
12
+
13
+ [tool.maturin]
14
+ module-name = "streaming_json_parser_native"
15
+ manifest-path = "Cargo.toml"