pyhyperminhash 0.1.3__tar.gz → 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,593 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "built"
7
+ version = "0.8.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
10
+ dependencies = [
11
+ "cargo-lock",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "cargo-lock"
16
+ version = "10.1.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "c06acb4f71407ba205a07cb453211e0e6a67b21904e47f6ba1f9589e38f2e454"
19
+ dependencies = [
20
+ "petgraph",
21
+ "semver",
22
+ "serde",
23
+ "toml",
24
+ "url",
25
+ ]
26
+
27
+ [[package]]
28
+ name = "displaydoc"
29
+ version = "0.2.5"
30
+ source = "registry+https://github.com/rust-lang/crates.io-index"
31
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
32
+ dependencies = [
33
+ "proc-macro2",
34
+ "quote",
35
+ "syn",
36
+ ]
37
+
38
+ [[package]]
39
+ name = "equivalent"
40
+ version = "1.0.2"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
43
+
44
+ [[package]]
45
+ name = "fixedbitset"
46
+ version = "0.4.2"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
49
+
50
+ [[package]]
51
+ name = "form_urlencoded"
52
+ version = "1.2.2"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
55
+ dependencies = [
56
+ "percent-encoding",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "hashbrown"
61
+ version = "0.17.0"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
64
+
65
+ [[package]]
66
+ name = "heck"
67
+ version = "0.5.0"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
70
+
71
+ [[package]]
72
+ name = "hyperminhash"
73
+ version = "0.2.3"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "74b6fd2ffa7fbb0fa4cb305f751e01c9eb474330be931bdc77a917e3f28d1f80"
76
+ dependencies = [
77
+ "xxhash-rust",
78
+ ]
79
+
80
+ [[package]]
81
+ name = "icu_collections"
82
+ version = "2.2.0"
83
+ source = "registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
85
+ dependencies = [
86
+ "displaydoc",
87
+ "potential_utf",
88
+ "utf8_iter",
89
+ "yoke",
90
+ "zerofrom",
91
+ "zerovec",
92
+ ]
93
+
94
+ [[package]]
95
+ name = "icu_locale_core"
96
+ version = "2.2.0"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
99
+ dependencies = [
100
+ "displaydoc",
101
+ "litemap",
102
+ "tinystr",
103
+ "writeable",
104
+ "zerovec",
105
+ ]
106
+
107
+ [[package]]
108
+ name = "icu_normalizer"
109
+ version = "2.2.0"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
112
+ dependencies = [
113
+ "icu_collections",
114
+ "icu_normalizer_data",
115
+ "icu_properties",
116
+ "icu_provider",
117
+ "smallvec",
118
+ "zerovec",
119
+ ]
120
+
121
+ [[package]]
122
+ name = "icu_normalizer_data"
123
+ version = "2.2.0"
124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
125
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
126
+
127
+ [[package]]
128
+ name = "icu_properties"
129
+ version = "2.2.0"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
132
+ dependencies = [
133
+ "icu_collections",
134
+ "icu_locale_core",
135
+ "icu_properties_data",
136
+ "icu_provider",
137
+ "zerotrie",
138
+ "zerovec",
139
+ ]
140
+
141
+ [[package]]
142
+ name = "icu_properties_data"
143
+ version = "2.2.0"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
146
+
147
+ [[package]]
148
+ name = "icu_provider"
149
+ version = "2.2.0"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
152
+ dependencies = [
153
+ "displaydoc",
154
+ "icu_locale_core",
155
+ "writeable",
156
+ "yoke",
157
+ "zerofrom",
158
+ "zerotrie",
159
+ "zerovec",
160
+ ]
161
+
162
+ [[package]]
163
+ name = "idna"
164
+ version = "1.1.0"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
167
+ dependencies = [
168
+ "idna_adapter",
169
+ "smallvec",
170
+ "utf8_iter",
171
+ ]
172
+
173
+ [[package]]
174
+ name = "idna_adapter"
175
+ version = "1.2.1"
176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
177
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
178
+ dependencies = [
179
+ "icu_normalizer",
180
+ "icu_properties",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "indexmap"
185
+ version = "2.14.0"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
188
+ dependencies = [
189
+ "equivalent",
190
+ "hashbrown",
191
+ ]
192
+
193
+ [[package]]
194
+ name = "libc"
195
+ version = "0.2.185"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
198
+
199
+ [[package]]
200
+ name = "litemap"
201
+ version = "0.8.2"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
204
+
205
+ [[package]]
206
+ name = "memchr"
207
+ version = "2.8.0"
208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
209
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
210
+
211
+ [[package]]
212
+ name = "once_cell"
213
+ version = "1.21.4"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
216
+
217
+ [[package]]
218
+ name = "percent-encoding"
219
+ version = "2.3.2"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
222
+
223
+ [[package]]
224
+ name = "petgraph"
225
+ version = "0.6.5"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
228
+ dependencies = [
229
+ "fixedbitset",
230
+ "indexmap",
231
+ ]
232
+
233
+ [[package]]
234
+ name = "portable-atomic"
235
+ version = "1.13.1"
236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
237
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
238
+
239
+ [[package]]
240
+ name = "potential_utf"
241
+ version = "0.1.5"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
244
+ dependencies = [
245
+ "zerovec",
246
+ ]
247
+
248
+ [[package]]
249
+ name = "proc-macro2"
250
+ version = "1.0.106"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
253
+ dependencies = [
254
+ "unicode-ident",
255
+ ]
256
+
257
+ [[package]]
258
+ name = "pyhyperminhash"
259
+ version = "0.2.0"
260
+ dependencies = [
261
+ "built",
262
+ "hyperminhash",
263
+ "pyo3",
264
+ ]
265
+
266
+ [[package]]
267
+ name = "pyo3"
268
+ version = "0.28.3"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
271
+ dependencies = [
272
+ "libc",
273
+ "once_cell",
274
+ "portable-atomic",
275
+ "pyo3-build-config",
276
+ "pyo3-ffi",
277
+ "pyo3-macros",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "pyo3-build-config"
282
+ version = "0.28.3"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
285
+ dependencies = [
286
+ "target-lexicon",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "pyo3-ffi"
291
+ version = "0.28.3"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
294
+ dependencies = [
295
+ "libc",
296
+ "pyo3-build-config",
297
+ ]
298
+
299
+ [[package]]
300
+ name = "pyo3-macros"
301
+ version = "0.28.3"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
304
+ dependencies = [
305
+ "proc-macro2",
306
+ "pyo3-macros-backend",
307
+ "quote",
308
+ "syn",
309
+ ]
310
+
311
+ [[package]]
312
+ name = "pyo3-macros-backend"
313
+ version = "0.28.3"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
316
+ dependencies = [
317
+ "heck",
318
+ "proc-macro2",
319
+ "pyo3-build-config",
320
+ "quote",
321
+ "syn",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "quote"
326
+ version = "1.0.45"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
329
+ dependencies = [
330
+ "proc-macro2",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "semver"
335
+ version = "1.0.28"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
338
+ dependencies = [
339
+ "serde",
340
+ "serde_core",
341
+ ]
342
+
343
+ [[package]]
344
+ name = "serde"
345
+ version = "1.0.228"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
348
+ dependencies = [
349
+ "serde_core",
350
+ "serde_derive",
351
+ ]
352
+
353
+ [[package]]
354
+ name = "serde_core"
355
+ version = "1.0.228"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
358
+ dependencies = [
359
+ "serde_derive",
360
+ ]
361
+
362
+ [[package]]
363
+ name = "serde_derive"
364
+ version = "1.0.228"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
367
+ dependencies = [
368
+ "proc-macro2",
369
+ "quote",
370
+ "syn",
371
+ ]
372
+
373
+ [[package]]
374
+ name = "serde_spanned"
375
+ version = "0.6.9"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
378
+ dependencies = [
379
+ "serde",
380
+ ]
381
+
382
+ [[package]]
383
+ name = "smallvec"
384
+ version = "1.15.1"
385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
386
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
387
+
388
+ [[package]]
389
+ name = "stable_deref_trait"
390
+ version = "1.2.1"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
393
+
394
+ [[package]]
395
+ name = "syn"
396
+ version = "2.0.117"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
399
+ dependencies = [
400
+ "proc-macro2",
401
+ "quote",
402
+ "unicode-ident",
403
+ ]
404
+
405
+ [[package]]
406
+ name = "synstructure"
407
+ version = "0.13.2"
408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
409
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
410
+ dependencies = [
411
+ "proc-macro2",
412
+ "quote",
413
+ "syn",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "target-lexicon"
418
+ version = "0.13.5"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
421
+
422
+ [[package]]
423
+ name = "tinystr"
424
+ version = "0.8.3"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
427
+ dependencies = [
428
+ "displaydoc",
429
+ "zerovec",
430
+ ]
431
+
432
+ [[package]]
433
+ name = "toml"
434
+ version = "0.8.23"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
437
+ dependencies = [
438
+ "serde",
439
+ "serde_spanned",
440
+ "toml_datetime",
441
+ "toml_edit",
442
+ ]
443
+
444
+ [[package]]
445
+ name = "toml_datetime"
446
+ version = "0.6.11"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
449
+ dependencies = [
450
+ "serde",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "toml_edit"
455
+ version = "0.22.27"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
458
+ dependencies = [
459
+ "indexmap",
460
+ "serde",
461
+ "serde_spanned",
462
+ "toml_datetime",
463
+ "toml_write",
464
+ "winnow",
465
+ ]
466
+
467
+ [[package]]
468
+ name = "toml_write"
469
+ version = "0.1.2"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
472
+
473
+ [[package]]
474
+ name = "unicode-ident"
475
+ version = "1.0.24"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
478
+
479
+ [[package]]
480
+ name = "url"
481
+ version = "2.5.8"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
484
+ dependencies = [
485
+ "form_urlencoded",
486
+ "idna",
487
+ "percent-encoding",
488
+ "serde",
489
+ ]
490
+
491
+ [[package]]
492
+ name = "utf8_iter"
493
+ version = "1.0.4"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
496
+
497
+ [[package]]
498
+ name = "winnow"
499
+ version = "0.7.15"
500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
502
+ dependencies = [
503
+ "memchr",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "writeable"
508
+ version = "0.6.3"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
511
+
512
+ [[package]]
513
+ name = "xxhash-rust"
514
+ version = "0.8.15"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
517
+
518
+ [[package]]
519
+ name = "yoke"
520
+ version = "0.8.2"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
523
+ dependencies = [
524
+ "stable_deref_trait",
525
+ "yoke-derive",
526
+ "zerofrom",
527
+ ]
528
+
529
+ [[package]]
530
+ name = "yoke-derive"
531
+ version = "0.8.2"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
534
+ dependencies = [
535
+ "proc-macro2",
536
+ "quote",
537
+ "syn",
538
+ "synstructure",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "zerofrom"
543
+ version = "0.1.7"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
546
+ dependencies = [
547
+ "zerofrom-derive",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "zerofrom-derive"
552
+ version = "0.1.7"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
555
+ dependencies = [
556
+ "proc-macro2",
557
+ "quote",
558
+ "syn",
559
+ "synstructure",
560
+ ]
561
+
562
+ [[package]]
563
+ name = "zerotrie"
564
+ version = "0.2.4"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
567
+ dependencies = [
568
+ "displaydoc",
569
+ "yoke",
570
+ "zerofrom",
571
+ ]
572
+
573
+ [[package]]
574
+ name = "zerovec"
575
+ version = "0.11.6"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
578
+ dependencies = [
579
+ "yoke",
580
+ "zerofrom",
581
+ "zerovec-derive",
582
+ ]
583
+
584
+ [[package]]
585
+ name = "zerovec-derive"
586
+ version = "0.11.3"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
589
+ dependencies = [
590
+ "proc-macro2",
591
+ "quote",
592
+ "syn",
593
+ ]
@@ -0,0 +1,46 @@
1
+ [package]
2
+ name = "pyhyperminhash"
3
+ version = "0.2.0"
4
+ edition = "2024"
5
+ authors = ["Lukas Lueg <lukas.lueg@gmail.com>"]
6
+ repository = "https://github.com/lukaslueg/pyhyperminhash"
7
+ description = "Fast, constant-memory cardinality approximation"
8
+ readme = "README.md"
9
+ license = "MIT"
10
+ publish = false
11
+ include = [
12
+ "/Cargo.toml",
13
+ "/Cargo.lock",
14
+ "/LICENSE",
15
+ "/README.md",
16
+ "/build.rs",
17
+ "/pyproject.toml",
18
+ "/pyhyperminhash.pyi",
19
+ "/src/**",
20
+ "/tests/**",
21
+ "/examples/**",
22
+ "!**/__pycache__/",
23
+ "!**/__pycache__/**",
24
+ "!**/*.py[cod]",
25
+ ]
26
+
27
+ [lib]
28
+ name = "pyhyperminhash"
29
+ crate-type = ["cdylib"]
30
+
31
+ [dependencies]
32
+ hyperminhash = "0.2.3"
33
+ pyo3 = { version = "0.28", default-features = false, features = ["extension-module", "macros"] }
34
+
35
+ [build-dependencies]
36
+ built = { version = "0.8", features = ["cargo-lock", "dependency-tree"] }
37
+
38
+ [features]
39
+ default = ["abi3", "abi3-py39"]
40
+ abi3 = ["pyo3/abi3"]
41
+ abi3-py39 = ["pyo3/abi3-py39"]
42
+ abi3-py310 = ["pyo3/abi3-py310"]
43
+ abi3-py311 = ["pyo3/abi3-py311"]
44
+ abi3-py312 = ["pyo3/abi3-py312"]
45
+ abi3-py313 = ["pyo3/abi3-py313"]
46
+ abi3-py314 = ["pyo3/abi3-py314"]