# 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 = "anycat" version = "0.2.0" authors = ["Xavier GILLARD "] description = "Anycat is an extremely simple crate and tool that lets you unpack some single file archive and print its content to the standard output (or process it as a regular `BufRead`)." homepage = "https://github.com/xgillard/anycat" readme = "README.md" categories = ["command-line-utilities", "compression"] license = "MIT" repository = "https://github.com/xgillard/anycat.git" [dependencies.brotli2] version = "0.3.2" [dependencies.bzip2] version = "0.4.1" [dependencies.clap] version = "2.28.0" [dependencies.flate2] version = "1.0.20" [dependencies.xz2] version = "0.1.6"