audiofp 0.3.6

Pure-Rust audio fingerprinting and identification: Wang, Panako, Haitsma–Kalker, ONNX neural embedder, AudioSeal watermark, and streaming variants. no_std + alloc capable, bytemuck-friendly hash types.
Documentation
[graph]
all-features = true

[advisories]
version = 2
yanked  = "deny"
ignore  = [
    # RUSTSEC-2026-0009: time DoS via stack exhaustion.
    # Pulled in transitively by liquid v0.26.8 (via tract-onnx, when
    # `neural`/`watermark` is enabled) and by chrono in test paths.
    # No fix available until tract-onnx 0.22.2+ updates its
    # liquid/tract-linalg deps.
    "RUSTSEC-2026-0009",
    # RUSTSEC-2026-0186: memmap2 unchecked pointer offset.
    # RUSTSEC-2026-0190: anyhow downcast_mut unsoundness.
    # Both pulled in transitively by tract-onnx 0.22.1.
    # No fix available until tract-onnx 0.22.2+.
    "RUSTSEC-2026-0186",
    "RUSTSEC-2026-0190",
]

[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",
]

# MPL-2.0 is the only weak-copyleft permitted; symphonia is the justification.
exceptions = [
    { allow = ["MPL-2.0"], crate = "symphonia" },
]

[bans]
multiple-versions = "warn"
wildcards         = "deny"
deny = [
    # Crates with known problematic licenses or security issues.
    { name = "openssl", reason = "prefer rustls-based alternatives" },
]

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

[sources.allow-org]
github = ["themankindproject"]