2018-10-30 22:12:42 +01:00
|
|
|
[package]
|
2018-12-28 10:36:55 +01:00
|
|
|
name = "eip-712"
|
2018-10-30 22:12:42 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2020-09-22 14:53:52 +02:00
|
|
|
repository = "https://github.com/openethereum/openethereum"
|
2018-12-28 10:36:55 +01:00
|
|
|
documentation = "https://docs.rs/eip-712"
|
|
|
|
readme = "README.md"
|
|
|
|
description = "eip-712 encoding"
|
|
|
|
keywords = ["eip-712", "eip712", "eip"]
|
|
|
|
license = "GPL-3.0"
|
|
|
|
edition = "2018"
|
2018-10-30 22:12:42 +01:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde_derive = "1.0"
|
|
|
|
serde = "1.0"
|
|
|
|
serde_json = "1.0"
|
|
|
|
ethabi = "6.0"
|
|
|
|
keccak-hash = "0.1"
|
|
|
|
ethereum-types = "0.4"
|
2020-09-21 11:36:28 +02:00
|
|
|
failure = "0.1.7"
|
2018-10-30 22:12:42 +01:00
|
|
|
itertools = "0.7"
|
|
|
|
lazy_static = "1.1"
|
|
|
|
regex = "1.0"
|
|
|
|
validator = "0.8"
|
|
|
|
validator_derive = "0.8"
|
2019-11-11 21:57:38 +01:00
|
|
|
lunarity-lexer = "0.2"
|
2018-10-30 22:12:42 +01:00
|
|
|
rustc-hex = "2.0"
|
|
|
|
indexmap = "1.0.2"
|