We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b1917 commit 1e7e718Copy full SHA for 1e7e718
1 file changed
deny.toml
@@ -1,24 +1,22 @@
1
# configuration for https://github.com/EmbarkStudios/cargo-deny
2
3
-[licenses]
4
-default = "deny"
5
-unlicensed = "deny"
6
-copyleft = "deny"
7
-confidence-threshold = 0.8
8
-allow = [
9
- "Apache-2.0",
10
- "MIT",
11
- "Unicode-DFS-2016",
12
-]
13
-
14
[advisories]
15
-unmaintained = "deny"
16
yanked = "deny"
17
18
[bans]
19
multiple-versions = "allow"
20
+[licenses]
+allow = [
+ "MIT",
+ "Apache-2.0",
+ "0BSD",
+ "Zlib",
+ "Unicode-3.0",
+ "Unlicense",
+]
+
21
[sources]
22
unknown-registry = "deny"
23
-unknown-git = "warn"
+unknown-git = "deny"
24
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
0 commit comments