hfsplus-forensic 0.1.1

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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.85"
name = "hfsplus-forensic"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "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"
homepage = "https://github.com/SecurityRonin/hfsplus-forensic"
documentation = "https://docs.rs/hfsplus-forensic"
readme = "README.md"
keywords = [
    "forensics",
    "hfs",
    "hfsplus",
    "filesystem",
    "dfir",
]
categories = [
    "parser-implementations",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/SecurityRonin/hfsplus-forensic"

[lib]
name = "hfsplus_forensic"
path = "src/lib.rs"

[[test]]
name = "catalog"
path = "tests/catalog.rs"

[dependencies]

[lints.rust]
unsafe_code = "forbid"