[package] name = "hashes" version = "0.1.9" edition = "2021" description = "Rust implementation of cryptographic hash function algorithms" authors = ["Dmitry Demin "] license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["crypto", "hash", "sha2", "sha256", "sha512"] repository = "https://github.com/dmidem/hashes" autoexamples = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [features] std = [] test_big_data = [] [profile.release] opt-level = 3