iptocc 3.3.76__tar.gz → 3.3.78__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.76 → iptocc-3.3.78}/Cargo.lock +7 -7
- {iptocc-3.3.76 → iptocc-3.3.78}/PKG-INFO +1 -1
- {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/Cargo.toml +1 -1
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/Cargo.toml +1 -1
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/data/v4.bin +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/data/v6.bin +322 -323
- {iptocc-3.3.76 → iptocc-3.3.78}/Cargo.toml +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/LICENSE-APACHE +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/LICENSE-MIT +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/README.md +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/LICENSE-APACHE +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/LICENSE-MIT +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/README.md +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/benchmarks/bench_lookup.py +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/src/lib.rs +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/tests/test_api.py +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/uv.lock +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/LICENSE-APACHE +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/LICENSE-MIT +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/README.md +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/benches/lookup.rs +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/bin/generate-data.rs +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/format.rs +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/lib.rs +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/main.rs +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/crate/tests/api.rs +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/pyproject.toml +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/python/iptocc/__init__.py +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/python/iptocc/cli.py +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/python/iptocc/iptocc.pyi +0 -0
- {iptocc-3.3.76 → iptocc-3.3.78}/python/iptocc/py.typed +0 -0
|
@@ -139,9 +139,9 @@ dependencies = [
|
|
|
139
139
|
|
|
140
140
|
[[package]]
|
|
141
141
|
name = "clap"
|
|
142
|
-
version = "4.6.
|
|
142
|
+
version = "4.6.2"
|
|
143
143
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
144
|
-
checksum = "
|
|
144
|
+
checksum = "dd059f9da4f5c36b3787f65d38ccaab1cc315f07b01f89abc8359ee6a8205011"
|
|
145
145
|
dependencies = [
|
|
146
146
|
"clap_builder",
|
|
147
147
|
"clap_derive",
|
|
@@ -149,9 +149,9 @@ dependencies = [
|
|
|
149
149
|
|
|
150
150
|
[[package]]
|
|
151
151
|
name = "clap_builder"
|
|
152
|
-
version = "4.6.
|
|
152
|
+
version = "4.6.2"
|
|
153
153
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
154
|
-
checksum = "
|
|
154
|
+
checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
|
|
155
155
|
dependencies = [
|
|
156
156
|
"anstream",
|
|
157
157
|
"anstyle",
|
|
@@ -350,7 +350,7 @@ dependencies = [
|
|
|
350
350
|
|
|
351
351
|
[[package]]
|
|
352
352
|
name = "iptocc"
|
|
353
|
-
version = "1.4.
|
|
353
|
+
version = "1.4.78"
|
|
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.78"
|
|
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.78"
|
|
371
371
|
dependencies = [
|
|
372
372
|
"iptocc",
|
|
373
373
|
"js-sys",
|
|
Binary file
|