sit-rs 0.3.0

Rust-native extraction for StuffIt Expander archive 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 = "sit-rs"
version = "0.3.0"
build = false
exclude = ["test/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native extraction for StuffIt Expander archive files"
readme = "README.md"
license = "Apache-2.0"
repository = "https://codeberg.org/cyco/sit-rs"

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

[[bin]]
name = "sit"
path = "src/main.rs"

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

[dependencies.binrw]
version = "0.15"

[dependencies.bitflags]
version = "2.9"

[dependencies.cfor]
version = "1.1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "3.0.0"

[dependencies.crc]
version = "3.3"

[dependencies.encoding_rs]
version = "0.8"
optional = true

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

[dependencies.humansize]
version = "2.1"

[dependencies.log]
version = "0.4"

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

[dependencies.pretty_env_logger]
version = "0.5"

[dependencies.sit-algos]
version = "0.3"

[dependencies.thiserror]
version = "2.0"

[dependencies.walkdir]
version = "2.5.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"