redact-ner 0.8.3

Named Entity Recognition for PII detection using ONNX Runtime
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"
rust-version = "1.88"
name = "redact-ner"
version = "0.8.3"
authors = ["Censgate LLC <support@censgate.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Named Entity Recognition for PII detection using ONNX Runtime"
homepage = "https://github.com/censgate/redact"
documentation = "https://docs.rs/redact-ner"
readme = "README.md"
keywords = [
    "pii",
    "redaction",
    "privacy",
    "gdpr",
    "hipaa",
]
categories = [
    "text-processing",
    "web-programming",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/censgate/redact"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.ndarray]
version = "0.17"

[dependencies.ort]
version = "2.0.0-rc.12"
features = [
    "load-dynamic",
    "half",
]

[dependencies.redact-core]
version = "0.8.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokenizers]
version = "0.22"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1.50"
features = ["full"]