hfsplus-forensic 0.2.8

Forensic-grade, from-scratch Apple HFS+/HFSX reader — volume header geometry, catalog B-tree directory listing, and data-fork file extraction over a byte buffer
Documentation
# cargo-deny configuration — supply-chain and licence gate.
[graph]
all-features = true

[advisories]
version = 2
yanked = "deny"
# No ignores: the tree is advisory-clean. Document-ignore only unmaintained
# (not vulnerable) transitive deps here, with a reason and RUSTSEC id.
ignore = []

[licenses]
version = 2
confidence-threshold = 0.9
# Apache-2.0 crate; permit only permissive, non-copyleft licences in the tree.
allow = [
    "MIT",
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Unicode-3.0",
    "Zlib",
]

[bans]
multiple-versions = "deny"
wildcards = "deny"

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