compact-pro 0.1.0

Read compressed files created by Compact Pro
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 = "compact-pro"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read compressed files created by Compact Pro"
readme = "README.md"
license = "Apache-2.0"
repository = "https://codeberg.org/cyco/cpt-rs"

[features]
default = ["macbinary"]
macbinary = ["dep:macbinary-rs"]

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

[dependencies.binrw]
version = "0.15"

[dependencies.bitflags]
version = "2.10"

[dependencies.bitreader]
version = "0.3"

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

[dependencies.crc]
version = "3.4"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.fourcc-rs]
version = "0.1"

[dependencies.macbinary-rs]
version = "0.1"
optional = true

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

[dependencies.thiserror]
version = "2.0"