-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeny.toml
More file actions
38 lines (35 loc) · 1.13 KB
/
deny.toml
File metadata and controls
38 lines (35 loc) · 1.13 KB
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
[advisories]
ignore = [
{ id = "RUSTSEC-2024-0436", reason = "paste is unmaintained, but stable" },
{ id = "RUSTSEC-2025-0141", reason = "The team considers version 1.3.3 a complete version of bincode that is not in need of any updates." },
]
[licenses]
private = { ignore = true }
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"CDLA-Permissive-2.0",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Zlib",
]
[bans]
multiple-versions = "allow"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = [
"https://github.com/JeanMertz/async-anthropic",
"https://github.com/JeanMertz/backon",
"https://github.com/JeanMertz/gemini-client",
"https://github.com/JeanMertz/httpmock?branch=tweaks",
"https://github.com/JeanMertz/inquire?branch=submit-on-valid-parse",
"https://github.com/JeanMertz/openai-responses-rs",
"https://github.com/JeanMertz/saphyr?branch=jean/fix-valid-literal-block-scalar-check",
"https://github.com/JeanMertz/schematic?branch=merged",
"https://github.com/zkat/miette",
]