# https://embarkstudios.github.io/cargo-deny/checks/cfg.html
[graph]
targets = [
{ triple = "x86_64-unknown-linux-gnu" },
{ triple = "aarch64-apple-darwin" },
{ triple = "x86_64-pc-windows-msvc" },
]
[licenses]
allow = [
"MIT",
"Apache-2.0",
"ISC",
"BSD-3-Clause",
"MPL-2.0",
"Unicode-3.0",
"Zlib",
"OpenSSL",
]
exceptions = [{ allow = ["Unlicense"], crate = "portpicker" }]
[advisories]
ignore = ["RUSTSEC-2023-0071"]