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 a3421d7 commit babf7a7Copy full SHA for babf7a7
.deny.toml
@@ -1,6 +1,9 @@
1
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
2
[advisories]
3
+unused-ignored-advisory = "deny"
4
yanked = "deny"
5
+unmaintained = "none"
6
+unsound = "all"
7
git-fetch-with-cli = true
8
ignore = [
9
]
@@ -25,6 +28,7 @@ build.bypass = [
25
28
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
26
29
[licenses]
27
30
unused-allowed-license = "deny"
31
+unused-license-exception = "deny"
32
private.ignore = true
33
allow = [
34
"Apache-2.0",
@@ -34,6 +38,7 @@ allow = [
38
35
39
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html
36
40
[sources]
41
+unused-allowed-source = "deny"
37
42
unknown-registry = "deny"
43
unknown-git = "deny"
44
allow-git = [
0 commit comments