a0f406e26b
* Upgrade Eth types ethereum-types -> 0.9.2 rlp -> 0.4.6 keccak-hash -> 0.5.0 parity-crypto -> 0.6.2 ethabi -> 0.12.0 ethabi-derive -> 0.12.0 ethabi-contract -> 0.11.0 ethbloom -> 0.9.1 rand -> 0.7.3 trie-standardmap -> 0.15.2 triehash -> 0.5.0 * backport #10714. Small changes, merge fixes Co-authored-by: mdben1247 <mdben1247@users.noreply.github.com>
29 lines
638 B
TOML
29 lines
638 B
TOML
[package]
|
|
name = "eip-712"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
repository = "https://github.com/openethereum/openethereum"
|
|
documentation = "https://docs.rs/eip-712"
|
|
readme = "README.md"
|
|
description = "eip-712 encoding"
|
|
keywords = ["eip-712", "eip712", "eip"]
|
|
license = "GPL-3.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde_derive = "1.0"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
ethabi = "12.0.0"
|
|
keccak-hash = "0.5.0"
|
|
ethereum-types = "0.9.2"
|
|
failure = "0.1.7"
|
|
itertools = "0.7"
|
|
lazy_static = "1.1"
|
|
regex = "1.0"
|
|
validator = "0.8"
|
|
validator_derive = "0.8"
|
|
lunarity-lexer = "0.2"
|
|
rustc-hex = "2.0"
|
|
indexmap = "1.0.2"
|