[package] name = "wy" version = "1.1.2" authors = ["Douman "] edition = "2018" repository = "https://github.com/DoumanAsh/wyhash" documentation = "https://docs.rs/wy/" categories = ["no-std"] keywords = ["hash", "wyhash", "PRNG"] readme = "README.md" description = "Rust implementation of wyhash algorithms" license = "BSL-1.0" include = [ "**/*.rs", "Cargo.toml", "README.md" ] [dependencies]