[graph] targets = [ "x86_64-pc-windows-msvc", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", ] all-features = true no-default-features = false [advisories] version = 2 ignore = [] [licenses] version = 2 allow = [ "0BSD", "Apache-2.0", "Apache-2.0 WITH LLVM-exception", "BSD-2-Clause", "BSD-3-Clause", "BSL-1.0", "CC0-1.0", "ISC", "MIT", "MIT-0", "Unlicense", "Zlib", ] exceptions = [ { name = "unicode-ident", allow = [ "Unicode-DFS-2016", "Unicode-3.0", ] }, ] confidence-threshold = 0.8 [bans] multiple-versions = "warn" wildcards = "deny" [sources] unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"]