2020-02-02 09:19:12 +00:00
|
|
|
[advisories]
|
|
|
|
db-path = "~/.cargo/advisory-db"
|
2021-01-09 10:50:46 +00:00
|
|
|
db-urls = ["https://github.com/rustsec/advisory-db"]
|
2020-02-02 09:19:12 +00:00
|
|
|
vulnerability = "deny"
|
|
|
|
unmaintained = "warn"
|
|
|
|
notice = "warn"
|
|
|
|
ignore = []
|
|
|
|
|
|
|
|
[licenses]
|
|
|
|
unlicensed = "deny"
|
|
|
|
allow = [
|
|
|
|
"Apache-2.0",
|
|
|
|
]
|
|
|
|
deny = [
|
|
|
|
"GPL-1.0",
|
|
|
|
"GPL-2.0",
|
|
|
|
"GPL-3.0",
|
|
|
|
"AGPL-1.0",
|
|
|
|
"AGPL-3.0",
|
|
|
|
]
|
|
|
|
copyleft = "deny"
|
|
|
|
allow-osi-fsf-free = "either"
|
|
|
|
confidence-threshold = 0.8
|
|
|
|
|
2020-06-21 15:13:19 +00:00
|
|
|
[[licenses.exceptions]]
|
|
|
|
allow = ["LGPL-2.0"]
|
|
|
|
name = "gstreamer-rs-lgpl-docs"
|
|
|
|
|
2020-02-02 09:19:12 +00:00
|
|
|
[bans]
|
2020-04-28 10:18:17 +00:00
|
|
|
multiple-versions = "deny"
|
2020-10-10 08:14:01 +00:00
|
|
|
wildcards = "allow"
|
2020-02-02 09:19:12 +00:00
|
|
|
highlight = "all"
|
|
|
|
|
|
|
|
[sources]
|
|
|
|
unknown-registry = "deny"
|
|
|
|
unknown-git = "deny"
|
|
|
|
allow-git = [
|
2020-10-30 16:32:02 +00:00
|
|
|
"https://github.com/gtk-rs/gtk-rs",
|
2020-02-02 09:19:12 +00:00
|
|
|
]
|