# 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 = "eip_712_utils" version = "0.1.0" authors = [ "Marko Bilal ", "Tommy Harper ", ] description = "A Rust library providing utilities for EIP-712 message signing" homepage = "https://github.com/Aion-Studio/eip-712-utils" documentation = "https://docs.rs/eip_712_utils" readme = "README.md" keywords = [ "EIP-712", "signing", "crypto", "blockchain", ] categories = [ "cryptography", "blockchain", "utilities", ] license = "MIT" repository = "https://github.com/Aion-Studio/eip-712-utils" [lib] name = "eip_712_utils" crate-type = ["lib"] [dependencies.ethabi] version = "6.0" [dependencies.ethereum-types] version = "0.4" [dependencies.failure] version = "0.1.8" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2.2.6" [dependencies.itertools] version = "0.13.0" [dependencies.keccak-hash] version = "0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.lunarity-lexer] version = "0.1" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.5" [dependencies.rustc-hex] version = "2.1.0" [dependencies.secp256k1] version = "0.29.0" features = [ "global-context", "hashes", "recovery", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.toolshed] version = "0.4" [dependencies.validator] version = "0.18.1" features = ["derive"]