-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdeny.toml
More file actions
45 lines (41 loc) · 1003 Bytes
/
deny.toml
File metadata and controls
45 lines (41 loc) · 1003 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
41
42
43
44
45
[graph]
exclude-unpublished = true
[advisories]
unmaintained = "none"
ignore = []
[licenses]
confidence-threshold = 0.8
allow = [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"Unicode-3.0",
"Zlib",
"ISC",
"CDLA-Permissive-2.0",
]
[bans]
multiple-versions = "deny"
highlight = "all"
skip-tree = [
{ name = "windows_x86_64_msvc" },
{ name = "windows_x86_64_gnullvm" },
{ name = "windows_x86_64_gnu" },
{ name = "windows_i686_msvc" },
{ name = "windows_i686_gnullvm" },
{ name = "windows_i686_gnu" },
{ name = "windows_aarch64_msvc" },
{ name = "windows_aarch64_gnullvm" },
{ name = "windows-targets" },
{ name = "windows-sys" },
# TODO: @geofmureithi Investigate why these are causing issues possibly due to sqlx dependencies
{ name = "getrandom" },
{ name = "hashbrown" },
{ name = "rand" },
{ name = "rand_chacha" },
{ name = "rand_core" },
]
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-git = []