# Supply-chain security policy for sanitize-engine.
# Run with: cargo deny check
[]
= 2
# rand 0.8 unsoundness only triggers with a custom logger calling rand::rng()
# during reseeding — this crate uses tracing (not log) and never calls rand
# from a logger. Will upgrade to rand 0.9+ in a future release.
= ["RUSTSEC-2026-0097"]
[]
= 2
= [
"Apache-2.0",
"MIT",
"BSD-2-Clause",
"BSD-3-Clause",
"Unicode-3.0",
"Zlib",
"BSL-1.0",
"Unlicense",
]
[]
= "warn"
= "allow"
[]
= "warn"
= "warn"
= ["https://github.com/rust-lang/crates.io-index"]
= []