binhex-rs 0.1.1

Crate to read BinHex 4 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 = "2021"
name = "binhex-rs"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate to read BinHex 4 encoded files"
readme = "README.md"
license = "Apache-2.0"
repository = "https://codeberg.org/cyco/binhex-rs"

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

[[example]]
name = "extract"
path = "examples/extract.rs"

[[example]]
name = "info"
path = "examples/info.rs"

[[example]]
name = "verify"
path = "examples/verify.rs"

[dependencies.binrw]
version = "0.15"

[dependencies.crc]
version = "3.3"

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

[dependencies.log]
version = "0.4"

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

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.clap]
version = "4.5"
features = ["derive"]

[dev-dependencies.humansize]
version = "2.1"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.pretty_env_logger]
version = "0.5"

[dev-dependencies.walkdir]
version = "2.5"