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
[]
= [
{ = "x86_64-unknown-linux-gnu" },
{ = "x86_64-apple-darwin" },
{ = "aarch64-apple-darwin" },
]
[]
= 2
= "deny"
# cargo-deny v2 removed per-severity control for unmaintained advisories.
# "workspace" limits checks to direct workspace dependencies, surfacing
# maintainer-risk on crates we directly depend on while keeping transitive
# noise manageable.
= "workspace"
[]
= 2
= [
# Core allowlist required by project policy.
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"Unicode-DFS-2016",
# Additional OSI-approved permissive licenses required by transitive
# dependencies. Each is vetted and copyleft-free.
"BSL-1.0",
"CC0-1.0",
"ISC",
"MIT-0",
"MPL-2.0",
"Unicode-3.0",
"Unlicense",
"Zlib",
]
= 0.8
[]
= "warn"
= "deny"
= "all"
[]
# Supply-chain firewall: the only sanctioned dependency source is crates.io
# (which cargo-deny accepts implicitly). Any unexpected registry or git URL
# fails the build so we notice an opaque pull-in before it ships.
= "deny"
= "deny"