-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeny-0.18.3.toml
More file actions
27 lines (22 loc) · 626 Bytes
/
deny-0.18.3.toml
File metadata and controls
27 lines (22 loc) · 626 Bytes
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
# https://embarkstudios.github.io/cargo-deny/checks/cfg.html
#
# Alternate config excluding some keys from the newer `deny.toml`
# that are not supported by cargo-deny@0.18.3.
[graph]
all-features = true
[licenses]
# `MIT` will be included in any MIT/Apache-2.0 dual-licensed packages,
# and `Apache-2.0` on its own is more restrictive than `MIT`,
# so checking just for `MIT` is enough.
allow = [
"MIT",
]
exceptions = [
{ crate = "unicode-ident", allow = ["Unicode-3.0"] },
]
unused-allowed-license = "deny"
confidence-threshold = 1.0
include-dev = true
[sources]
unknown-registry = "deny"
unknown-git = "deny"