# 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 = "2018" name = "shakshuka" version = "0.2.0" authors = ["Ray Tung "] description = "Simple command line tool for calculating content hash. Supports .ignore (.contenthashignore) file" homepage = "https://github.com/raytung/shakshuka" readme = "README.md" keywords = ["content-hash", "sha", "ignore", "hash"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/raytung/shakshuka" [[bin]] name = "shk" path = "src/main.rs" [dependencies.clap] version = "3.0.6" features = ["derive"] [dependencies.ignore] version = "0.4.18" [dependencies.sha2] version = "0.10.1"