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
# cargo-deny configuration
# https://embarkstudios.github.io/cargo-deny/checks/cfg.html
[]
= [
{ = "x86_64-unknown-linux-gnu" },
{ = "x86_64-pc-windows-msvc" },
]
[]
= 2
# === MONITORED — upstream unmaintained, no CVE, no upgrade path ===
# RUSTSEC-2025-0141: bincode 1.3.3 unmaintained — crate abandoned, no replacement
# RUSTSEC-2025-0119: number_prefix 0.4.0 unmaintained — needs indicatif to switch
= [
"RUSTSEC-2025-0141",
"RUSTSEC-2025-0119",
]
[]
= 2
= [
"Apache-2.0",
"MIT",
"BSD-2-Clause",
"ISC",
"Unicode-3.0",
"CC0-1.0",
"GPL-3.0-only",
"Zlib",
"BSL-1.0",
"Apache-2.0 WITH LLVM-exception",
]
[]
= "warn"
= "warn"
= "all"
[]
= "warn"
= "warn"
= []