# 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 = "hashgood" version = "0.4.0" authors = ["Thomas Karpiniec "] description = "Interactive CLI utility for verifying file checksums" homepage = "https://github.com/thombles/hashgood" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/thombles/hashgood" [dependencies.copypasta] version = "0.8.1" optional = true [dependencies.crossbeam-channel] version = "0.5" [dependencies.hex] version = "0.4.3" [dependencies.md-5] version = "0.10.1" [dependencies.sha1] version = "0.10.1" [dependencies.sha2] version = "0.10.2" [dependencies.structopt] version = "0.3.26" [dependencies.termcolor] version = "1.1" [features] paste = ["copypasta"]