# 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 = "file_integrity" version = "0.1.7" authors = ["akmot9 avicocyprien@yahoo.com"] include = [ "src/**/*", "Cargo.toml", "README.md", ] description = "A simple lib to make integrity report " homepage = "https://github.com/Akmot9/file_integrity" readme = "README.md" keywords = [ "crypto", "integrity", "file", "log", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/Akmot9/file_integrity" [lib] name = "file_integrity" path = "src/lib.rs" [dependencies.chrono] version = "0.4.26" [dependencies.md-5] version = "0.10.5" [dependencies.my_logger] version = "0.2.1" [dependencies.serde] version = "1.0.179" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.tempfile] version = "3.7.0" [dependencies.walkdir] version = "2.3.2"