# 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" rust-version = "1.63.0" name = "csum" version = "0.2.1" authors = ["Awiteb "] description = "Simple Rust CLI to checksum" readme = "README.md" keywords = [ "checksum", "IO", "CLI", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/TheAwiteb/csum" resolver = "2" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = true [dependencies.checksums] version = "= 0.9.1" [dependencies.clap] version = "= 3.2.22" features = ["cargo"] [dependencies.colored] version = "2.0.0"