# Configuration documentation:
# https://embarkstudios.github.io/cargo-deny/index.html
[]
= "deny"
= "deny"
= "warn"
= "warn"
= [
]
= true
[]
= "allow"
= "allow"
= "allow"
[]
= "warn"
= [
# We are using rustls as the TLS implementation, so we shouldn't be linking
# in OpenSSL too.
#
# If you're hitting this, you might want to take a look at what new
# dependencies you have introduced and check if there's a way to depend on
# rustls instead of OpenSSL (tip: check the crate's feature flags).
{ = "openssl-sys" }
]