We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa668ae commit 6953d95Copy full SHA for 6953d95
deny.toml
@@ -1,3 +1,4 @@
1
+[graph]
2
targets = [
3
{ triple = "x86_64-unknown-linux-gnu" },
4
{ triple = "aarch64-unknown-linux-gnu" },
@@ -7,19 +8,12 @@ targets = [
7
8
[advisories]
9
db-path = "~/.cargo/advisory-db"
10
db-urls = ["https://github.com/rustsec/advisory-db"]
-vulnerability = "deny"
11
-unmaintained = "warn"
12
yanked = "deny"
13
-notice = "warn"
14
ignore = []
15
16
[licenses]
17
-unlicensed = "deny"
18
allow = ["Apache-2.0", "MIT"]
19
deny = []
20
-copyleft = "deny"
21
-allow-osi-fsf-free = "neither"
22
-default = "deny"
23
confidence-threshold = 0.8
24
exceptions = [
25
# The Unicode-DFS--2016 license is necessary for unicode-ident because
0 commit comments