sit-algos 0.3.0

Implementation of decompression algorithms used by StuffIt Expander and related applications
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-algos"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of decompression algorithms used by StuffIt Expander and related applications"
readme = false
license = "Apache-2.0"
repository = "https://codeberg.org/cyco/sit-rs"

[features]
adcr_v1 = []
adcr_v3 = []
arsenic = []
default = [
    "arsenic",
    "huffman",
    "huffman_fixed",
    "installer",
    "lmzw",
    "lz_huffman",
    "lzw",
    "none",
    "rle90",
    "adcr_v1",
    "adcr_v3",
]
huffman = []
huffman_fixed = []
installer = []
lmzw = []
lz_huffman = []
lzw = []
none = []
rle90 = []

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

[dependencies.binrw]
version = "0.15.1"

[dependencies.bitstream-io]
version = "4.10.0"

[dependencies.cfor]
version = "1.1.0"

[dependencies.crc]
version = "3.4.0"

[dependencies.log]
version = "0.4.29"

[dependencies.packbits-rle]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0.18"