[[bin]]
name = "huffcomp"
path = "src/main.rs"
[dependencies.bincode]
version = "1.3.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_bytes]
version = "0.11.5"
[lib]
name = "huffcomp"
path = "src/lib.rs"
[package]
authors = ["Alejandro RĂos Jasso <jassoalex97@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Huffman coding program for compression and decompression of text files"
edition = "2018"
homepage = "https://github.com/AlexRiosJ/huffcomp"
keywords = ["huffman", "compression", "decompression"]
license = "MIT OR Apache-2.0"
name = "huffcomp"
readme = "README.md"
repository = "https://github.com/AlexRiosJ/huffcomp"
version = "0.1.25"