zer-blocking 1.0.1

Blocking strategies and inverted index for candidate pair generation in zer
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "zer-blocking"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blocking strategies and inverted index for candidate pair generation in zer"
readme = "README.md"
keywords = [
    "entity-resolution",
    "blocking",
    "record-linkage",
    "phonetic",
]
categories = [
    "algorithms",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/ZAL-Analytics/zer"

[lib]
name = "zer_blocking"
path = "src/lib.rs"

[[example]]
name = "basic_blocking"
path = "examples/basic_blocking.rs"

[[example]]
name = "secondary_blocking_key"
path = "examples/secondary_blocking_key.rs"

[[test]]
name = "test_blocking_anpr"
path = "tests/test_blocking_anpr.rs"

[[test]]
name = "test_blocking_kvk"
path = "tests/test_blocking_kvk.rs"

[[test]]
name = "test_blocking_sis"
path = "tests/test_blocking_sis.rs"

[dependencies.any_ascii]
version = "0.3"

[dependencies.rayon]
version = "1"

[dependencies.rphonetic]
version = "3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.zer-core]
version = "1.0"

[dev-dependencies.csv]
version = "1"

[dev-dependencies.serde_json]
version = "1"