dcrypt 4.0.0

Rust APIs for classical, post-quantum, and hybrid cryptographic primitives
Documentation
# Dependency policy for the complete dcrypt workspace. Keep this file strict:
# security advisories and unknown sources are release-blocking, and every
# accepted license is named explicitly.

[graph]
all-features = true

[advisories]
ignore = [
    { id = "RUSTSEC-2026-0173", reason = "proc-macro-error2 is a build-time transitive dependency of the pinned libcrux ML-DSA test oracle in the excluded, non-published verification workspace; no compatible oracle update exists yet" },
]

[licenses]
confidence-threshold = 0.8
allow = [
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "BSD-1-Clause",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "MIT",
    "NCSA",
    "Unicode-3.0",
    "Unlicense",
    "Zlib",
]

[licenses.private]
ignore = false

[bans]
multiple-versions = "warn"
wildcards = "deny"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"
allow = []
allow-workspace = true
deny = []
skip = []
skip-tree = []

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