# cargo-deny 配置文件
# 文档: https://embarkstudios.github.io/cargo-deny/
[]
= ["https://github.com/RustSec/advisory-db"]
# 忽略没有安全升级版本的未维护 crate
= ["RUSTSEC-2025-0134"]
[]
= [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-DFS-2016",
"Unicode-3.0",
]
[]
= "warn"
= "allow"
= "simplest-path"
[]
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]
= []