exclude = [ "examples", "tutorials", ] [advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] vulnerability = "deny" unmaintained = "warn" notice = "warn" ignore = [] [licenses] unlicensed = "deny" default = "deny" copyleft = "deny" allow-osi-fsf-free = "either" confidence-threshold = 0.8 [bans] multiple-versions = "deny" wildcards = "allow" highlight = "all" [sources] unknown-registry = "deny" unknown-git = "deny" allow-git = [ "https://github.com/gtk-rs/gtk-rs-core", ] # Various crates depend on an older version of syn [[bans.skip]] name = "syn" version = "1.0" # proc-macro-crate depends on an older version of toml_edit # https://github.com/bkchr/proc-macro-crate/pull/41 [[bans.skip]] name = "toml_edit" version = "0.20"