haagenti-core 0.1.0

Core traits, types, and streaming API for Haagenti compression library
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"
rust-version = "1.89"
name = "haagenti-core"
version = "0.1.0"
authors = ["Daemoniorum Engineering <engineering@daemoniorum.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits, types, and streaming API for Haagenti compression library"
readme = false
keywords = [
    "compression",
    "streaming",
    "traits",
]
categories = [
    "compression",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/daemoniorum/haagenti"

[features]
alloc = []
dct = ["dep:rustfft"]
default = ["std"]
std = []

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

[dependencies.bytes]
version = "1.8"

[dependencies.rustfft]
version = "6.2"
optional = true

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.proptest]
version = "1.5"