minimum_redundancy 0.3.4

The library to encode and decode data with binary or non-binary Huffman coding.
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"
name = "minimum_redundancy"
version = "0.3.4"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The library to encode and decode data with binary or non-binary Huffman coding."
documentation = "https://docs.rs/minimum_redundancy"
readme = "README.md"
keywords = [
    "compression",
    "decompression",
    "huffman",
    "huffman_coding",
    "canonical",
]
categories = [
    "compression",
    "algorithms",
    "data-structures",
    "encoding",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/beling/bsuccinct-rs"

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

[dependencies.binout]
version = ">=0.2"

[dependencies.co_sort]
version = "0.2.*"

[dependencies.dyn_size_of]
version = "0.4"

[dependencies.fsum]
version = "0.1"

[dev-dependencies.maplit]
version = "1.*"