# 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 = "bitwrought" version = "0.1.1" authors = ["Danny Little"] description = "A data integrity checker" readme = "README.md" keywords = [ "cli", "data-integrity", "bit-rot", "checksum", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/dslittle22/bitwrought" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.sha2] version = "0.10.6" [dependencies.xattr] version = "1.0.0" [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.chrono] version = "0.4.23" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.3.0"