mirror of
https://github.com/sqids/sqids-rust
synced 2024-11-21 09:10:37 +00:00
37 lines
735 B
TOML
37 lines
735 B
TOML
targets = [
|
|
{ triple = "x86_64-unknown-linux-gnu" },
|
|
{ triple = "aarch64-unknown-linux-gnu" },
|
|
{ triple = "x86_64-unknown-linux-musl" },
|
|
{ triple = "aarch64-apple-darwin" },
|
|
{ triple = "x86_64-apple-darwin" },
|
|
{ triple = "x86_64-pc-windows-msvc" },
|
|
]
|
|
|
|
[advisories]
|
|
vulnerability = "deny"
|
|
unmaintained = "warn"
|
|
unsound = "deny"
|
|
yanked = "deny"
|
|
notice = "warn"
|
|
ignore = []
|
|
|
|
[licenses]
|
|
unlicensed = "deny"
|
|
allow-osi-fsf-free = "either"
|
|
copyleft = "deny"
|
|
default = "warn"
|
|
unused-allowed-license = "deny"
|
|
confidence-threshold = 0.95
|
|
allow = []
|
|
exceptions = []
|
|
|
|
[sources]
|
|
unknown-registry = "deny"
|
|
unknown-git = "deny"
|
|
|
|
[bans]
|
|
multiple-versions = "allow"
|
|
wildcards = "deny"
|
|
highlight = "simplest-path"
|
|
skip-tree = []
|