macbinary-rs 0.2.0

Transparent access to MacBinary-encoded files
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"
name = "macbinary-rs"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transparent access to MacBinary-encoded files"
readme = "README.md"
license = "Apache-2.0"
repository = "https://codeberg.org/cyco/macbinary-rs.git"

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

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

[dependencies.binrw]
version = "0.15.0"

[dependencies.bitflags]
version = "2.9.1"

[dependencies.clap]
version = "4.5.42"
features = ["derive"]

[dependencies.fourcc-rs]
version = "0.2.1"
features = ["binrw"]

[dependencies.log]
version = "0.4.27"

[dependencies.macintosh-utils]
version = "0.1.1"

[dependencies.pretty-hex]
version = "0.4.1"

[dependencies.pretty_env_logger]
version = "0.5.0"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]