[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
version = 2
yanked = "warn"
ignore = [
]
[licenses]
version = 2
allow = [
"MIT",
"Apache-2.0",
"ISC",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
"Unicode-3.0",
"Zlib",
"MPL-2.0",
]
confidence-threshold = 0.8
[[licenses.clarify]]
name = "ring"
expression = "ISC AND MIT AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
[bans]
multiple-versions = "deny"
wildcards = "allow"
highlight = "all"
skip = [
{ name = "windows-sys", version = "0.59.0" },
{ name = "windows-sys", version = "0.60.2" },
{ name = "windows-link", version = "0.1.3" },
{ name = "windows-targets", version = "0.52.6" },
{ name = "windows_aarch64_gnullvm", version = "0.52.6" },
{ name = "windows_aarch64_msvc", version = "0.52.6" },
{ name = "windows_i686_gnu", version = "0.52.6" },
{ name = "windows_i686_gnullvm", version = "0.52.6" },
{ name = "windows_i686_msvc", version = "0.52.6" },
{ name = "windows_x86_64_gnu", version = "0.52.6" },
{ name = "windows_x86_64_gnullvm", version = "0.52.6" },
{ name = "windows_x86_64_msvc", version = "0.52.6" },
{ name = "bitflags", version = "1.3.2" },
{ name = "unicode-width", version = "0.1.13" },
{ name = "thiserror", version = "1.0.69" },
{ name = "thiserror-impl", version = "1.0.69" },
{ name = "itertools", version = "0.13.0" },
{ name = "hashbrown", version = "0.14.5" },
{ name = "nom", version = "7.1.3" },
{ name = "getrandom", version = "0.2.15" },
{ name = "wasi", version = "0.11.0+wasi-snapshot-preview1" },
{ name = "rand", version = "0.8.5" },
{ name = "rand_chacha", version = "0.3.1" },
{ name = "rand_core", version = "0.6.4" },
{ name = "zerocopy", version = "0.7.35" },
{ name = "zerocopy-derive", version = "0.7.35" },
]
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []