apfs 0.2.1

Read-only APFS (Apple File System) parser
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"
name = "apfs"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read-only APFS (Apple File System) parser"
readme = "README.md"
keywords = [
    "apfs",
    "apple",
    "macos",
    "filesystem",
]
categories = [
    "parsing",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Dil4rd/dpp"

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

[[bench]]
name = "parse_benchmark"
path = "benches/parse_benchmark.rs"
harness = false

[dependencies.byteorder]
version = "1.5"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]