Skip to content

Commit

Permalink
Clean up deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
matze committed Apr 18, 2024
1 parent 1ebcb80 commit be41fb1
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,40 +1,11 @@
all-features = false
no-default-features = false
feature-depth = 1

[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "warn"
yanked = "warn"
notice = "warn"

[licenses]
unlicensed = "deny"
allow = [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"Unicode-DFS-2016",
]
copyleft = "warn"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.8

[licenses.private]
ignore = false

[bans]
multiple-versions = "warn"
wildcards = "allow"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"

[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
multiple-versions = "allow"

0 comments on commit be41fb1

Please sign in to comment.