[package] name = "owl-crypto" version = "0.1.4" edition = "2021" license = "GPL-3.0-or-later" authors = ["Ade M Ramdani "] description = "Cryptography helper library" readme = "README.md" keywords = ["crypto", "ethereum", "keccak"] repository = "https://github.com/rebrave04/owl-crypto" documentation = "https://docs.rs/owl-crypto/latest" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] secp256k1 = { version = "0.24.0", features = ["std", "recovery"] } tiny-keccak = { version = "2.0.2", features = ["keccak"] } rand = "0.8.4" hex = "0.4" un-prim = "0.1" serde = "1.0"