You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

30 lines
929 B

[advisories]
yanked = "deny"
ignore = [
{ id = "RUSTSEC-2024-0384", reason = "instant is used by backoff" },
{ id = "RUSTSEC-2025-0012", reason = "backoff is unmaintained but doesn't have a suitable replacement yet" },
{ id = "RUSTSEC-2024-0436", reason = "paste is used by decancer, we need to wait for it to update its dependency" },
{ id = "RUSTSEC-2025-0014", reason = "humantime is used by env_logger, we need to wait for it to update its dependency"},
]
[bans]
multiple-versions = "allow"
# To check if a license if compatible with our GPL v3.0 license, see: https://www.gnu.org/licenses/license-list.html
# Keep list sorted alphabetically.
[licenses]
unused-allowed-license = "deny"
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"GPL-3.0",
"LGPL-2.1",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Zlib",
]