[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"