1
Fork 0
kantodb/deny.toml

35 lines
922 B
TOML

[advisories]
ignore = [
"RUSTSEC-2024-0436", # TODO unmaintained crate `paste`, waiting for stable rust to include `concat_idents!` <https://github.com/rust-lang/rust/issues/29599> #waiting #ecosystem/rust #severity/medium #urgency/low
]
[bans]
multiple-versions = "allow" # TODO i feel helpless and blame cargo and the ecosystem #ecosystem/rust #urgency/low
[licenses]
version = 2
allow = [
"Apache-2.0 WITH LLVM-exception",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"ISC",
"MIT",
# Dragged in by any library touched by the Unicode Consortium, required by `url` so practically impossible to avoid.
"Unicode-3.0",
]
[[licenses.exceptions]]
name = "aws-lc-sys"
allow = ["OpenSSL"]
[[licenses.exceptions]]
name = "libfuzzer-sys"
allow = ["NCSA"]
[sources]
allow-git = []
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
unknown-git = "deny"
unknown-registry = "deny"