# targets = [] all-features = true # no-default-features = false # feature-depth = 1 [advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] vulnerability = "deny" unmaintained = "deny" yanked = "deny" notice = "deny" ignore = [] [licenses] unlicensed = "deny" allow = ["MPL-2.0"] deny = [] copyleft = "deny" allow-osi-fsf-free = "either" default = "deny" confidence-threshold = 0.8 exceptions = [] [licenses.private] ignore = false registries = [] [bans] multiple-versions = "warn" wildcards = "deny" highlight = "all" workspace-default-features = "allow" external-default-features = "allow" allow = [] deny = [] skip = [] skip-tree = [] [sources] unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = []