agent-search 0.8.0

Unified multi-provider search CLI for AI agents — 13 providers, 13 modes, email verification, one binary
# cargo-deny gate: advisories, licenses, and registry sources.
# wreq/wreq-util are pre-release pins inherited from the yanked rquest crate —
# exactly the dependency class this gate exists to watch.

[advisories]
yanked = "deny"
ignore = [
    # indicatif -> number_prefix: unmaintained formatting helper, no upgrade
    # published; cosmetic dependency (spinner), not on any network path.
    "RUSTSEC-2025-0119",
    # rustls-pemfile: unmaintained but frozen-format PEM parser; pulled in
    # transitively, no patched alternative exposed by the parents yet.
    "RUSTSEC-2025-0134",
]

[licenses]
allow = [
    "MIT",
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "MPL-2.0",
    "Zlib",
    "Unicode-3.0",
    "OpenSSL",
    "CDLA-Permissive-2.0",
    # wreq-util (stealth browser emulation profiles) — LGPL is acceptable for
    # this standalone binary; revisit if the crate is ever vendored/modified.
    "LGPL-3.0",
]

[sources]
unknown-registry = "deny"
unknown-git = "deny"