# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "eip-712" version = "0.1.1" authors = ["Parity Technologies "] description = "eip-712 encoding" documentation = "https://docs.rs/eip-712" readme = "README.md" keywords = ["eip-712", "eip712", "eip"] license = "GPL-3.0" repository = "https://github.com/paritytech/parity-ethereum" [dependencies.ethabi] version = "8.0" [dependencies.ethereum-types] version = "0.6.0" [dependencies.failure] version = "0.1" [dependencies.indexmap] version = "1.0.2" [dependencies.itertools] version = "0.7" [dependencies.keccak-hash] version = "0.2.0" [dependencies.lazy_static] version = "1.1" [dependencies.lunarity-lexer] version = "0.2" [dependencies.regex] version = "1.0" [dependencies.rustc-hex] version = "2.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.validator] version = "0.8" [dependencies.validator_derive] version = "0.8"