# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cshannon" version = "0.1.1" authors = ["Prathmesh Prabhu "] description = "An implementation of compression algorithms leading up to Huffman's encoding" documentation = "https://docs.rs/cshannon" readme = "README.md" keywords = ["compression", "decompression", "shannon", "fano"] categories = ["compression"] license-file = "LICENSE" repository = "https://github.com/callpraths/cshannon" [dependencies.anyhow] version = "1.0.28" [dependencies.bit-vec] version = "0.6.1" [dependencies.clap] version = "2.33.0" [dependencies.env_logger] version = "0.7.1" [dependencies.log] version = "0.4.8" features = ["max_level_trace", "release_max_level_info"] [dependencies.owning_ref] version = "0.4.1" [dependencies.tempfile] version = "3.1.0" [dependencies.test_bin] version = "0.3.0" [dependencies.unicode-segmentation] version = "1.6.0"