# 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 = "tarr" version = "0.1.2" description = "Command-line tarball utility" readme = "README.md" keywords = [ "tar", "tarball", "cli", ] license = "Apache-2.0" repository = "https://github.com/nicholasbishop/tarr" [dependencies.anyhow] version = "1.0.47" features = ["std"] default-features = false [dependencies.argh] version = "0.1.6" default-features = false [dependencies.fehler] version = "1.0.0" default-features = false [dependencies.humansize] version = "1.1.1" default-features = false [dependencies.tar] version = "0.4.37" default-features = false [dependencies.tempfile] version = "3.2.0" default-features = false [dependencies.unicode-width] version = "0.1.9" default-features = false [badges.maintenance] status = "deprecated"