[[bench]]
harness = false
name = "compression"
path = "benches/compression.rs"
[[bin]]
name = "hfz"
path = "src/bin/hfz.rs"
[dependencies.heapless]
version = "0.8.0"
[dependencies.smol]
optional = true
version = "2.0.2"
[dev-dependencies.divan]
version = "0.1.15"
[dev-dependencies.humanize-bytes]
version = "1.0.6"
[dev-dependencies.smol]
version = "2.0.2"
[features]
cli = ["dep:smol", "std"]
default = []
std = []
[lib]
crate-type = ["rlib"]
name = "embedded_huffman"
path = "src/lib.rs"
[package]
authors = ["Jacob Trueb <jtrueb@northwestern.edu>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded", "compression", "no-std"]
description = "A paginated, streaming library for Huffman coding on embedded."
documentation = "https://docs.rs/embedded-heatshrink"
edition = "2021"
homepage = "https://github.com/qsib-cbie/embedded-heatshrink"
keywords = ["compression", "embedded", "no_std", "huffman", "alloc"]
license = "MIT OR Apache-2.0"
name = "embedded-huffman"
readme = "README.md"
repository = "https://github.com/qsib-cbie/embedded-heatshrink"
version = "0.1.1"