# 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 = "unarchiver" version = "0.0.3" authors = ["Esteban Borai "] description = "CLI Tool for un/archive multiple formats of compressed files" homepage = "https://github.com/EstebanBorai/unarchiver" readme = "README.md" keywords = [ "rar", "zip", "archive", "unarchive", "cli", ] categories = [ "compression", "command-line-utilities", "development-tools", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EstebanBorai/unarchiver" [lib] name = "unarchiver" path = "src/lib.rs" [[bin]] name = "uar" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.4" features = [ "std", "derive", "env", ] [dependencies.tar] version = "0.4.40" [dependencies.tokio] version = "1.37.0" features = [ "fs", "io-util", "rt-multi-thread", "macros", "net", ]