# 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 = "serde_eth" version = "0.1.1" authors = ["Mason Fischer "] description = "Ethereum ABI encoder for serde" keywords = ["serde", "eth", "ethereum"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/ellipticoin/serde-eth" [dependencies.heck] version = "0.3.2" [dependencies.hex-literal] version = "0.3.3" [dependencies.num-bigint] version = "0.4.2" features = ["serde"] [dependencies.num-traits] version = "0.2.14" [dependencies.serde] version = "1.0.123" [dependencies.serde_bytes] version = "0.11.5" [dependencies.sha3] version = "0.9.1" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.serde] version = "1.0.123" features = ["derive"]