forked from Yatekii/imgui-wgpu-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeny.toml
33 lines (30 loc) · 749 Bytes
/
deny.toml
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
[licenses]
unlicensed = "deny"
allow-osi-fsf-free = "either"
allow = [
"Apache-2.0",
"MIT",
"Unlicense",
]
[bans]
multiple-versions = "deny"
skip = [
{ name = "cfg-if", version = "0.1.10" },
{ name = "core-foundation", version = "0.7.0" },
{ name = "core-foundation-sys", version = "0.7.0" },
{ name = "core-graphics", version = "0.19.2" },
{ name = "hashbrown", version = "0.9.1" },
{ name = "dlib", version = "0.4.2" },
{ name = "libloading", version = "0.6.7" },
{ name = "nix", version = "0.18.0" },
{ name = "winapi", version = "0.2.8" },
]
[advisories]
vulnerability = "deny"
unmaintained = "deny"
ignore = [
"RUSTSEC-2020-0016"
]
[sources]
unknown-registry = "deny"
unknown-git = "allow"