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
[]
= "deny"
= "warn"
= "warn"
= []
[]
= "deny"
= [
"Apache-2.0",
"MIT",
]
= []
= "warn"
# Blanket approval or denial for OSI-approved or FSF Free/Libre licenses
# * both - The license will only be approved if it is both OSI-approved *AND* FSF/Free
# * either - The license will be approved if it is either OSI-approved *OR* FSF/Free
# * osi-only - The license will be approved if is OSI-approved *AND NOT* FSF/Free
# * fsf-only - The license will be approved if is FSF/Free *AND NOT* OSI-approved
# * neither - The license will be denied if is FSF/Free *OR* OSI-approved
= "neither"
= 0.8
[]
# Lint level for when multiple versions of the same crate are detected
= "warn"
= "lowest-version"
= [
#{ name = "ansi_term", version = "=0.11.0" },
]
= [
]
# Certain crates/versions that will be skipped when doing duplicate detection.
= [
#{ name = "ansi_term", version = "=0.11.0" },
]
= [
]