# 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 = "retrocompressor" version = "1.0.0" description = "file compression with retro formats" homepage = "https://github.com/dfgordon/retrocompressor" readme = "README.md" keywords = [ "compress", "retro", "LZW", "LZSS", "Huffman", ] license = "MIT" repository = "https://github.com/dfgordon/retrocompressor" [dependencies.assert_cmd] version = "2.0.2" [dependencies.bit-vec] version = "0.6.3" [dependencies.clap] version = "4.2.7" features = ["cargo"] [dependencies.env_logger] version = "0.11.3" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.predicates] version = "2.1.0" [dependencies.tempfile] version = "3.6.0" [dependencies.thiserror] version = "1.0.30"