"RUSTSEC-2020-0071",# https://rustsec.org/advisories/RUSTSEC-2020-0071 - chrono/time: Potential segfault in the time crate
"RUSTSEC-2020-0159",# https://rustsec.org/advisories/RUSTSEC-2020-0159 - chrono/time: Potential segfault in localtime_r invocations
"RUSTSEC-2021-0019",# https://rustsec.org/advisories/RUSTSEC-2021-0019 - xcb - is being worked on: https://github.com/rust-x-bindings/rust-xcb/issues/107
]
[bans]
multiple-versions="deny"
wildcards="allow"# at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
deny=[
{name="openssl"},# prefer rustls
{name="openssl-sys"},# prefer rustls
]
skip=[
{name="time"},# old version pulled in by unmaintianed crate 'chrono'
]
skip-tree=[
{name="eframe",version="0.16.0"},
]
[licenses]
unlicensed="deny"
allow-osi-fsf-free="neither"
confidence-threshold=0.92# We want really high confidence when inferring licenses from text
copyleft="deny"
allow=[
"Apache-2.0 WITH LLVM-exception",# https://spdx.org/licenses/LLVM-exception.html