[dependencies.ethers-core]
default-features = false
features = ["eip712", "macros"]
version = "2.0.2"
[dependencies.hex]
version = "0.4"
[dependencies.quote]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.syn]
features = ["extra-traits"]
version = "1.0"
[dev-dependencies.ethers-contract-derive]
default-features = false
version = "2.0.2"
[lib]
proc-macro = true
[package]
authors = ["Ryan Tate <ryan.michael.tate@gmail.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "Derive procedural macro for EIP-712 typed data"
documentation = "https://docs.rs/ethers"
edition = "2021"
homepage = "https://github.com/gakonst/ethers-rs"
keywords = ["crypto", "ethers", "ethereum", "web3", "celo"]
license = "MIT OR Apache-2.0"
name = "ethers-derive-eip712"
repository = "https://github.com/gakonst/ethers-rs"
rust-version = "1.65"
version = "2.0.2"