# 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 = "eth-signature-verifier" version = "0.2.0" authors = ["Royal Engineering"] description = "Universal Etheruem signature verification with ERC-6492" readme = "README.md" license = "MIT" [dependencies.alloy] version = "0.2" features = [ "contract", "dyn-abi", "eip712", "k256", "providers", "rpc", "json-rpc", "rpc-types", "transports", "signers", "transport-http", "signer-local", "sol-types", ] [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.alloy-node-bindings] version = "0.2" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.rand] version = "0.8" [dev-dependencies.regex] version = "1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1" features = [ "test-util", "macros", "process", ] [build-dependencies.alloy] version = "0.2" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1"