# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "archive-lp" version = "0.2.3" authors = ["snsvrno "] exclude = ["/tests"] description = "a library for easy interaction with multiple archive formats." readme = "README.md" keywords = ["archive", "xz", "tar", "gz", "zip"] categories = ["filesystem"] license = "MIT" repository = "https://github.com/snsvrno/archive-lp-rs" [dependencies.ansi_term] version = "0.11" [dependencies.failure] version = "0.1" [dependencies.flate2] version = "1.0" [dependencies.indicatif] version = "0.10" optional = true [dependencies.log] version = "0.4" [dependencies.tar] version = "0.4" [dependencies.xz2] version = "0.1" [dependencies.zip] version = "0.5" [features] indicate = ["indicatif"]