[advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] vulnerability = "deny" unmaintained = "warn" yanked = "deny" notice = "warn" [licenses] unlicensed = "deny" copyleft = "warn" default = "deny" allow = [ "MIT", "Apache-2.0", "BSD-3-Clause", "Unicode-DFS-2016", ] deny = [] [[licenses.exceptions]] allow = ["GPL-3.0"] name = "smolbar" [bans] wildcards = "deny" multiple-versions = "allow" [sources] unknown-registry = "warn" unknown-git = "warn" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = []