# Configuration used for dependency checking with cargo-deny. # # For further details on all configuration options see: # https://embarkstudios.github.io/cargo-deny/checks/cfg.html [graph] targets = [ { triple = "x86_64-unknown-linux-gnu" }, { triple = "x86_64-apple-darwin" }, { triple = "x86_64-pc-windows-msvc" }, { triple = "aarch64-apple-darwin" }, { triple = "wasm32-unknown-unknown" }, ] exclude-dev = true [advisories] yanked = "deny" [bans] multiple-versions = "deny" wildcards = "deny" # List of allowed licenses. [licenses] allow = [ "Apache-2.0", "MIT", "Unicode-DFS-2016", ] confidence-threshold = 0.9 [sources] unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = []