enprot 0.4.1

Engyon Protected Text (EPT) — confidentiality processor and capability ledger
# cargo-deny configuration
# https://embarkstudios.github.io/cargo-deny/index.html

[advisories]
version = 2

[licenses]
version = 2
allow = [
    "MIT",
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Zlib",
    "Unicode-DFS-2016",
    "Unicode-3.0",
    "CC0-1.0",
]
confidence-threshold = 0.8
private = { ignore = true }

[bans]
multiple-versions = "warn"
deny = [
    { name = "openssl", use-instead = "rustls" },
]

[sources]
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []
unknown-git = "deny"

[output]
feature-depth = 1