# 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" name = "embedded-huffman" version = "0.1.4" authors = ["Jacob Trueb "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A paginated, streaming library for Huffman coding on embedded." homepage = "https://github.com/qsib-cbie/embedded-heatshrink" documentation = "https://docs.rs/embedded-heatshrink" readme = "README.md" keywords = [ "compression", "embedded", "no_std", "huffman", "alloc", ] categories = [ "embedded", "compression", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qsib-cbie/embedded-heatshrink" [lib] name = "embedded_huffman" crate-type = ["rlib"] path = "src/lib.rs" [[bin]] name = "hfz" path = "src/bin/hfz.rs" required-features = ["cli"] [[bench]] name = "compression" path = "benches/compression.rs" harness = false [dependencies.heapless] version = "0.8.0" [dependencies.smol] version = "2.0.2" optional = true [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 = [] ratio = [] std = []