# 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 = "integrity-checker" version = "0.2.2" authors = ["Elliott Slaughter "] include = [ "Cargo.lock", "Cargo.toml", "FORMAT.md", "LICENSE.txt", "README.md", "benches/**/*.rs", "examples/**/*.rs", "src/**/*.rs", "tests/**/*.rs", "schema/*.json", ] description = "integrity checker for backups and filesystems" homepage = "https://github.com/elliottslaughter/integrity-checker" documentation = "https://github.com/elliottslaughter/integrity-checker" readme = "README.md" keywords = [ "backup", "integrity", ] categories = [ "command-line-utilities", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/elliottslaughter/integrity-checker" [[bin]] name = "ick" path = "src/main.rs" bench = false [[bench]] name = "build" harness = false [dependencies.base64] version = "0.20" [dependencies.blake2] version = "0.10" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.digest] version = "0.10" [dependencies.flate2] version = "1.0" [dependencies.ignore] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.time] version = "0.3" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.num_cpus] version = "1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.valico] version = "3" [features] asm = ["sha2/asm"] default = []