precomp2 0.2.0

Reversible preprocessing for compressed and container data.
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 = "precomp2"
version = "0.2.0"
authors = ["DarkSky <darksky2048@gmail.com>"]
build = false
exclude = ["**/fixtures/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reversible preprocessing for compressed and container data."
readme = "README.md"
keywords = [
    "compression",
    "deflate",
    "zlib",
    "gzip",
    "precomp",
]
license = "Apache-2.0"
repository = "https://github.com/darkskygit/precomp2"

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

[dependencies.base64]
version = "0.23"

[dependencies.bzip2]
version = "0.6"

[dependencies.crc32fast]
version = "1.5"

[dependencies.lepton_jpeg]
version = "0.5"

[dependencies.memchr]
version = "2.8"

[dependencies.preflate-rs]
version = "0.7"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.53"
features = ["io-util"]

[dependencies.webp]
version = "0.3"

[dev-dependencies.flate2]
version = "1.1"

[dev-dependencies.jpeg-encoder]
version = "0.7"

[dev-dependencies.tokio]
version = "1.53"
features = [
    "io-util",
    "macros",
    "rt-multi-thread",
]