cdptool 0.2.0

Parser, serializer, and LZSS+Huffman compressor for CDP (CHUMP) archives
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 = "cdptool"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser, serializer, and LZSS+Huffman compressor for CDP (CHUMP) archives"
readme = false
keywords = [
    "cdp",
    "chump",
    "compression",
    "archive",
    "lzss",
]
categories = [
    "compression",
    "encoding",
    "parser-implementations",
]
license = "MIT"
resolver = "2"

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

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

[[test]]
name = "regression"
path = "tests/regression.rs"

[[test]]
name = "round_trip"
path = "tests/round_trip.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.byteorder]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.sha2]
version = "0.10"