-
Notifications
You must be signed in to change notification settings - Fork 2
/
.deny.toml
53 lines (44 loc) · 883 Bytes
/
.deny.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
all-features = false
feature-depth = 1
no-default-features = false
targets = []
[advisories]
unsound = "deny"
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
ignore = []
notice = "warn"
unmaintained = "warn"
vulnerability = "deny"
yanked = "warn"
[licenses]
allow = [
"Apache-2.0",
"MIT",
"Unicode-DFS-2016",
]
allow-osi-fsf-free = "neither"
confidence-threshold = 0.8
copyleft = "allow"
default = "deny"
deny = []
exceptions = []
unlicensed = "deny"
[licenses.private]
ignore = false
registries = []
[bans]
allow = []
deny = []
external-default-features = "allow"
highlight = "all"
multiple-versions = "warn"
wildcards = "allow"
workspace-default-features = "allow"
skip = []
skip-tree = []
[sources]
allow-git = []
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
unknown-git = "warn"
unknown-registry = "warn"