# cargo-deny configuration # # Default config: # Docs: # Project: # [licenses] # See for possible licenses. allow = ["Apache-2.0", "MIT", "Unicode-3.0"] confidence-threshold = 1.0 [sources] unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = [] [sources.allow-org] github = [] gitlab = [] bitbucket = []