[graph]
all-features = true
exclude-dev = true
[advisories]
version = 2
ignore = [
{ id = "RUSTSEC-2026-0150", reason = "audiopus_sys, reached through the optional `voip-libopus` feature via opus 0.3. Upstream is dormant with no fork on crates.io; the crate is a thin libopus FFI shim that we build but do not drive directly." },
{ id = "RUSTSEC-2025-0141", reason = "bincode 1.3.3, pulled in by webrtc-dtls 0.12 for its session-resumption state. Development stopped deliberately with 1.3.3 declared complete; drops out when webrtc-dtls moves off it." },
]
[licenses]
version = 2
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"Unicode-3.0",
"Unlicense",
"Zlib",
"0BSD",
"CDLA-Permissive-2.0",
]
confidence-threshold = 0.8
[licenses.private]
ignore = true
[bans]
multiple-versions = "deny"
wildcards = "deny"
allow-wildcard-paths = true
skip = [
{ name = "webrtc-util", version = "=0.11.0" },
{ name = "aead", version = "=0.5.2" },
{ name = "aes", version = "=0.8.4" },
{ name = "aes-gcm", version = "=0.10.3" },
{ name = "block-buffer", version = "=0.10.4" },
{ name = "block-padding", version = "=0.3.3" },
{ name = "cbc", version = "=0.1.2" },
{ name = "cipher", version = "=0.4.4" },
{ name = "crypto-common", version = "=0.1.7" },
{ name = "ctr", version = "=0.9.2" },
{ name = "digest", version = "=0.10.7" },
{ name = "ghash", version = "=0.5.1" },
{ name = "hkdf", version = "=0.12.4" },
{ name = "hmac", version = "=0.12.1" },
{ name = "inout", version = "=0.1.4" },
{ name = "polyval", version = "=0.6.2" },
{ name = "sha1", version = "=0.10.7" },
{ name = "sha2", version = "=0.10.9" },
{ name = "universal-hash", version = "=0.5.1" },
{ name = "getrandom", version = "=0.2.17" },
{ name = "getrandom", version = "=0.3.4" },
{ name = "rand", version = "=0.8.7" },
{ name = "rand", version = "=0.9.5" },
{ name = "rand_chacha", version = "=0.3.1" },
{ name = "rand_core", version = "=0.6.4" },
{ name = "rand_core", version = "=0.9.5" },
{ name = "curve25519-dalek", version = "=4.1.3" },
{ name = "fiat-crypto", version = "=0.2.9" },
{ name = "x25519-dalek", version = "=2.0.1" },
{ name = "darling", version = "=0.21.3" },
{ name = "darling_core", version = "=0.21.3" },
{ name = "darling_macro", version = "=0.21.3" },
{ name = "syn", version = "=2.0.119" },
{ name = "thiserror", version = "=1.0.69" },
{ name = "thiserror-impl", version = "=1.0.69" },
{ name = "winnow", version = "=0.7.15" },
{ name = "bitflags", version = "=1.3.2" },
{ name = "cpufeatures", version = "=0.2.17" },
{ name = "foldhash", version = "=0.1.5" },
{ name = "hashbrown", version = "=0.15.5" },
{ name = "hashbrown", version = "=0.16.1" },
{ name = "r-efi", version = "=5.3.0" },
{ name = "windows-sys", version = "=0.52.0" },
]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]