# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "owl-crypto" version = "0.1.4" authors = ["Ade M Ramdani "] description = "Cryptography helper library" documentation = "https://docs.rs/owl-crypto/latest" readme = "README.md" keywords = [ "crypto", "ethereum", "keccak", ] license = "GPL-3.0-or-later" repository = "https://github.com/rebrave04/owl-crypto" resolver = "2" [dependencies.hex] version = "0.4" [dependencies.rand] version = "0.8.4" [dependencies.secp256k1] version = "0.24.0" features = [ "std", "recovery", ] [dependencies.serde] version = "1.0" [dependencies.tiny-keccak] version = "2.0.2" features = ["keccak"] [dependencies.un-prim] version = "0.1"