# 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 = "rash" version = "0.6.0" authors = ["Stuart Reilly "] build = "build.rs" exclude = [".idea/*", ".gitignore", "rash.iml", "contrib/*"] publish = true description = "Rust-based file hashing tool" readme = "Readme.md" keywords = ["hash", "digest", "crypto", "sha3", "md5"] categories = ["cryptography", "command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/themadprofessor/rash" [dependencies.blake2] version = "0.7" [dependencies.clap] version = "2.31" [dependencies.digest] version = "0.7" features = ["std"] [dependencies.failure] version = "0.1" [dependencies.groestl] version = "0.7" [dependencies.md-5] version = "0.7" [dependencies.ripemd160] version = "0.7" [dependencies.sha-1] version = "0.7" [dependencies.sha2] version = "0.7" [dependencies.sha3] version = "0.7" [dependencies.whirlpool] version = "0.7" [dev-dependencies.assert_cli] version = "0.6" [dev-dependencies.test-case-derive] version = "0.2" [build-dependencies.clap] version = "2.31"