apm-forensic 0.4.1

Forensic-grade Apple Partition Map (APM) reader — Driver Descriptor Map + partition entries (name, type, start, count) from 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 = "apm-forensic"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Forensic-grade Apple Partition Map (APM) reader — Driver Descriptor Map + partition entries (name, type, start, count) from a byte buffer"
homepage = "https://github.com/SecurityRonin/apm-forensic"
documentation = "https://docs.rs/apm-forensic"
readme = "README.md"
keywords = [
    "forensics",
    "apple",
    "partition",
    "apm",
    "dfir",
]
categories = [
    "parser-implementations",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/SecurityRonin/apm-forensic"

[features]
default = []
serde = [
    "dep:serde",
    "forensicnomicon/serde",
]

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

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

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

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

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

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

[dependencies.forensicnomicon]
version = "0.3.1"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[lints.rust]
unsafe_code = "forbid"