# 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] edition = "2018" name = "tarsum" version = "0.1.4" authors = ["Chris Moore"] exclude = ["test_data"] description = "A command line tool to get file hashes of files within archives, without extracting files to disk first." keywords = ["checksum", "hash", "archive", "tar", "zip"] categories = ["command-line-utilities", "filesystem"] license = "MIT" repository = "https://github.com/chrismooredev/tarsum" [dependencies.bytesize] version = "1.0.1" [dependencies.bzip2] version = "0.4.1" [dependencies.checksums] version = "0.7.0" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.flate2] version = "1.0.14" [dependencies.regex] version = "1.4.2" [dependencies.tar] version = "0.4.30" [dependencies.xz2] version = "0.1.6" [dependencies.zip] version = "0.5.9"