# 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 = "fshasher" version = "0.3.2" authors = ["d.astafyev@outlook.com"] description = "Scan the destination folder and make a hash of all files to get the current state of the directory" homepage = "https://github.com/icsmw/fshasher" readme = "README.md" keywords = [ "hash", "blake", "md5", "sha", "checksum", ] categories = [ "caching", "algorithms", "filesystem", "config", "development-tools::build-utils", ] license = "Apache-2.0" repository = "https://github.com/icsmw/fshasher.git" [dependencies.blake3] version = "1.5" [dependencies.bstorage] version = "0.2" optional = true [dependencies.dirs] version = "5.0.1" optional = true [dependencies.env_logger] version = "0.11" [dependencies.glob] version = "0.3" [dependencies.log] version = "0.4" [dependencies.memmap2] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.sha2] version = "0.10" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.rand] version = "0.8" [dev-dependencies.uuid] version = "1.8" features = [ "v4", "fast-rng", "macro-diagnostics", ] [features] tracking = [ "bstorage", "serde/derive", "dirs", ] use_sha2 = ["sha2"]