# 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 = "yet-another-md5" version = "2.0.0" exclude = [ ".github", ".gitignore", ".pre-commit-config.yaml", ] description = "A library to compute md5 hashes from Read objects" readme = "README.md" keywords = [ "hash", "md5", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/Terseus/yet-another-md5" [lib] name = "ya_md5" path = "src/lib.rs" [dependencies.log] version = "0.4.16" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.ctor] version = "0.2.7" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.rstest] version = "0.12.0" [dev-dependencies.tempfile] version = "3.8.1"