# 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" },
{ allow = [
"MIT-0",
], crate = "tzdb_data" },
{ allow = [
"CC-BY-4.0",
], crate = "font-awesome-as-a-crate" },
]
[advisories]
ignore = ["RUSTSEC-2023-0071"]