zer-schema 1.0.2

Schema inference and Fellegi-Sunter model registry for the zer entity-resolution library
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-schema"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema inference and Fellegi-Sunter model registry for the zer entity-resolution library"
readme = "README.md"
keywords = [
    "entity-resolution",
    "schema",
    "model-registry",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/ZAL-Analytics/zer"

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

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

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

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

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

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

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

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

[dependencies.bincode]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.tempfile]
version = "3"