# 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 = "2018" name = "huff-tree-tap" version = "0.0.5" authors = ["Alexis Lowe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Huffman Encoder and Decoder Library" readme = "README.md" keywords = [ "huffman", "compression", ] categories = [ "algorithms", "compression", ] license = "MIT" repository = "https://github.com/chimbosonic/huff-tree-tap/" [profile.release] opt-level = 3 lto = true codegen-units = 16 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [lib] name = "huff_tree_tap" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127"