forked from Choochmeque/tauri-plugin-sharekit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeny.toml
More file actions
44 lines (41 loc) · 818 Bytes
/
deny.toml
File metadata and controls
44 lines (41 loc) · 818 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
[graph]
targets = [
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
]
all-features = true
[advisories]
unmaintained = "workspace"
ignore = [
"atk-sys",
"fxhash",
"gdk",
"gdk-sys",
"gdkwayland-sys",
"gdkx11",
"proc-macro-error",
"RUSTSEC-2024-0429",
]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
[licenses]
confidence-threshold = 0.93
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"MIT",
"MPL-2.0",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Zlib",
]
exceptions = [
# Use exceptions for these as they only have a single user
{ allow = ["CDLA-Permissive-2.0"], crate = "webpki-roots" },
]