Packages

Package for simplifying EIP712 signature creation from Elixir

Current section

Files

Jump to
ex_eip712 native eip712 Cargo.toml
Raw

native/eip712/Cargo.toml

[package]
name = "eip712"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "eip712"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.25.0"
web3-hash-utils = "1.0.0"
eip-712 = { path = "crates/EIP-712" }
serde_json = "1.0"
ethsign = "0.8.0"
rustc-hex = "2.1.0"
anyhow = "1.0.53"