# 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 = "tarutil" version = "0.5.0" authors = ["Up "] description = "CLI utility to extract tarballs with conflicting file paths on case-insensitive operating systems" homepage = "https://github.com/UpcraftLP/tarutil-rs" readme = "README.md" keywords = [ "tar", "tarball", "archive", "case-insensitive", "extract", ] categories = [ "command-line-utilities", "compression", "encoding", ] license-file = "LICENSE.md" repository = "https://github.com/UpcraftLP/tarutil-rs" [[bin]] name = "tarutil" path = "src/main.rs" [dependencies.anyhow] version = "1.0.76" [dependencies.bimap] version = "0.6.3" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.flate2] version = "1.0.28" [dependencies.indicatif] version = "0.17.7" [dependencies.tar] version = "0.4.40"