# 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 = "cmprss" version = "0.2.0" authors = ["Patrick Jackson "] description = "A compression multi-tool for the command line." homepage = "https://github.com/arcuru/cmprss" readme = "README.md" categories = [ "command-line-utilities", "compression", ] license = "MIT" repository = "https://github.com/arcuru/cmprss" [dependencies.bzip2] version = "0.4.4" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.flate2] version = "1.0" [dependencies.indicatif] version = "0.17.7" [dependencies.is-terminal] version = "0.4" [dependencies.tar] version = "0.4.38" [dependencies.xz2] version = "0.1.7" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.assert_fs] version = "1.0.12" [dev-dependencies.predicates] version = "3.0.2"