iptocc 3.3.74__tar.gz → 3.3.76__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.
- {iptocc-3.3.74 → iptocc-3.3.76}/Cargo.lock +5 -5
- {iptocc-3.3.74 → iptocc-3.3.76}/PKG-INFO +1 -1
- {iptocc-3.3.74 → iptocc-3.3.76}/bindings/python/Cargo.toml +1 -1
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/Cargo.toml +1 -1
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/src/data/v4.bin +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/src/data/v6.bin +769 -758
- {iptocc-3.3.74 → iptocc-3.3.76}/Cargo.toml +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/LICENSE-APACHE +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/LICENSE-MIT +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/README.md +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/bindings/python/LICENSE-APACHE +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/bindings/python/LICENSE-MIT +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/bindings/python/README.md +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/bindings/python/benchmarks/bench_lookup.py +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/bindings/python/src/lib.rs +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/bindings/python/tests/test_api.py +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/bindings/python/uv.lock +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/LICENSE-APACHE +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/LICENSE-MIT +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/README.md +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/benches/lookup.rs +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/src/bin/generate-data.rs +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/src/format.rs +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/src/lib.rs +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/src/main.rs +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/crate/tests/api.rs +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/pyproject.toml +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/python/iptocc/__init__.py +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/python/iptocc/cli.py +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/python/iptocc/iptocc.pyi +0 -0
- {iptocc-3.3.74 → iptocc-3.3.76}/python/iptocc/py.typed +0 -0
|
@@ -230,9 +230,9 @@ dependencies = [
|
|
|
230
230
|
|
|
231
231
|
[[package]]
|
|
232
232
|
name = "crossbeam-epoch"
|
|
233
|
-
version = "0.9.
|
|
233
|
+
version = "0.9.20"
|
|
234
234
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
235
|
-
checksum = "
|
|
235
|
+
checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
|
|
236
236
|
dependencies = [
|
|
237
237
|
"crossbeam-utils",
|
|
238
238
|
]
|
|
@@ -350,7 +350,7 @@ dependencies = [
|
|
|
350
350
|
|
|
351
351
|
[[package]]
|
|
352
352
|
name = "iptocc"
|
|
353
|
-
version = "1.4.
|
|
353
|
+
version = "1.4.76"
|
|
354
354
|
dependencies = [
|
|
355
355
|
"clap",
|
|
356
356
|
"criterion",
|
|
@@ -359,7 +359,7 @@ dependencies = [
|
|
|
359
359
|
|
|
360
360
|
[[package]]
|
|
361
361
|
name = "iptocc-py"
|
|
362
|
-
version = "3.3.
|
|
362
|
+
version = "3.3.76"
|
|
363
363
|
dependencies = [
|
|
364
364
|
"iptocc",
|
|
365
365
|
"pyo3",
|
|
@@ -367,7 +367,7 @@ dependencies = [
|
|
|
367
367
|
|
|
368
368
|
[[package]]
|
|
369
369
|
name = "iptocc-wasm"
|
|
370
|
-
version = "1.3.
|
|
370
|
+
version = "1.3.76"
|
|
371
371
|
dependencies = [
|
|
372
372
|
"iptocc",
|
|
373
373
|
"js-sys",
|
|
Binary file
|