# 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 = "2021" name = "hash-file" version = "0.0.4" authors = ["Gael Marcadet "] description = "A tool to apply sha256 hash function on files." homepage = "https://gitlab.com/gamarcad/hash-file" readme = "README.md" keywords = [ "cli", "hash", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/gamarcad/hash-file" [[bin]] name = "hash-file" [dependencies.sha256] version = "1.1.1"