-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeny.toml
More file actions
40 lines (36 loc) · 903 Bytes
/
Copy pathdeny.toml
File metadata and controls
40 lines (36 loc) · 903 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
28
29
30
31
32
33
34
35
36
37
38
39
40
[graph]
all-features = false
no-default-features = false
[advisories]
yanked = "deny"
# sc-composer 1.3.0 (the published containment/render adapter required by
# AN.3) pins quick-xml 0.38.4. Remove both entries when upstream releases an
# advisory-compatible sc-composer; ATM carries no local quick-xml patch.
ignore = [
"RUSTSEC-2026-0194",
"RUSTSEC-2026-0195",
]
[bans]
multiple-versions = "allow"
wildcards = "deny"
allow-wildcard-paths = true
highlight = "all"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []
[licenses]
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"MIT",
"0BSD",
"Unicode-3.0",
"Zlib",
"BSD-3-Clause",
"ISC",
# `reqwest`'s AL.1 Rustls feature brings webpki-roots, whose root-store
# metadata uses this permissive license.
"CDLA-Permissive-2.0",
]