txtfp 0.2.2

Text fingerprinting: MinHash + LSH, SimHash, and ONNX semantic embeddings
Documentation
[graph]
all-features = true

[advisories]
version = 2
yanked  = "deny"
ignore  = [
    # `paste` is unmaintained but transitively pulled by `ort-sys` and
    # `tokenizers`. No drop-in replacement landed upstream as of v0.1.1;
    # re-evaluate when ort 2.0 reaches GA.
    "RUSTSEC-2024-0436",
]

[licenses]
version              = 2
confidence-threshold = 0.93
allow = [
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "MIT",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "MPL-2.0",
    "ISC",
    "Unicode-DFS-2016",
    "Unicode-3.0",
    "Zlib",
    "CC0-1.0",
    "BSL-1.0",
    # `webpki-roots` ships under CDLA-Permissive-2.0; required by `ureq`'s
    # rustls-tls feature.
    "CDLA-Permissive-2.0",
]

[bans]
multiple-versions = "warn"
wildcards         = "deny"
# Note: we do **not** ban `openssl` here. `ort`'s `download-binaries`
# feature pulls `ureq` with `native-tls` for one-time ONNX-runtime
# downloads at build time. The runtime crypto path uses `rustls` via
# `hf-hub`. If you flip `txtfp` to a strictly rustls-only build, drop
# `download-binaries` from `ort`.

[sources]
unknown-registry = "deny"
unknown-git      = "deny"
allow-registry   = ["https://github.com/rust-lang/crates.io-index"]