macfs 0.1.0

Read/write MFS (Macintosh File System) 400K/800K disk images, raw or DiskCopy 4.2
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 = "2024"
rust-version = "1.87"
name = "macfs"
version = "0.1.0"
build = false
exclude = [
    "tests/images/",
    ".claude/",
    ".rtk/",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read/write MFS (Macintosh File System) 400K/800K disk images, raw or DiskCopy 4.2"
documentation = "https://docs.rs/macfs"
readme = "README.md"
keywords = [
    "mfs",
    "macintosh",
    "disk-image",
    "diskcopy",
    "retrocomputing",
]
categories = [
    "filesystem",
    "parser-implementations",
    "emulators",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/John-K/macfs"

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

[[bin]]
name = "mfs"
path = "src/bin/mfs.rs"

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

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

[dependencies]