[package] name = "fawkes-crypto-keccak256" version = "0.1.1" edition = "2021" description = "Keccak256 hash function for Fawkes Crypto" authors = ["Igor Gulamov"] license = "MIT" [lib] crate-type = ["rlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fawkes-crypto = { version = "4.3.3", features = ["rand_support"] } hex = "0.3.1" [dev-dependencies] itertools = "0.10.3"