# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "estahr" version = "0.1.0" authors = ["Rahul Thomas "] description = "A string distance and hashing library." documentation = "https://docs.rs/estahr" readme = "README.md" keywords = ["string-utils", "hashing", "file-hashing", "string-distance", "distance"] categories = ["algorithms", "cryptography"] license = "MIT" repository = "https://github.com/rapidclock/estahr" [dependencies.blake2] version = "0.8.1" [dependencies.blake3] version = "0.1.3" features = ["rayon"] [dependencies.digest] version = "0.8.1" [dependencies.hex] version = "0.4.0" [dependencies.md-5] version = "0.8.0" [dependencies.sha2] version = "0.8.1" [dependencies.sha3] version = "0.8.2"