# 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 = "universal-archiver" version = "0.2.2" authors = ["Trivernis "] description = "A tool to unpack archives without having to specify the archive type." keywords = [ "compression", "extract-archive", "archiver", "cli", ] license = "MIT" repository = "https://github.com/Trivernis/universal-archiver.git" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.1" [dependencies.libflate] version = "1.2.0" [dependencies.lzma-rs] version = "0.2.0" [dependencies.tar] version = "0.4.38" [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3.11" features = ["env-filter"] [dependencies.zip] version = "0.6.2"