# 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.
[]
= "deny"
= [
# 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",
]
[]
= [
"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",
]
[]
= "deny"
= "deny"