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
[]
[]
= 1
# ── Security advisories ────────────────────────────────────────────────────────
[]
= 2
= "~/.cargo/advisory-db"
= ["https://github.com/rustsec/advisory-db"]
= []
# ── License policy ─────────────────────────────────────────────────────────────
# All dependencies use permissive or weak-copyleft licences compatible with
# GPL-3.0. MPL-2.0 (resvg, usvg) allows linking from GPL-3.0 code without
# requiring the caller to adopt MPL-2.0; only modifications to MPL-2.0 files
# themselves would need to be released under MPL-2.0.
[]
= 2
= [
"GPL-3.0-or-later", # iconsmaker itself
"0BSD", # BSD Zero Clause (ultra-permissive)
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"MIT",
"MPL-2.0", # resvg, usvg — file-level copyleft, GPL-compatible
"Unicode-3.0", # unicode-* crates (unicode data tables)
"Unlicense", # public domain dedication
"Zlib",
]
# ── Dependency bans ────────────────────────────────────────────────────────────
[]
# Warn rather than error on duplicate crate versions; some are unavoidable
# when transitive dependencies have not yet migrated.
= "warn"
= []
# ── Source policy ──────────────────────────────────────────────────────────────
[]
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]
= []