# 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 = "ether_lib" version = "0.1.1" authors = ["yuyongpeng "] description = "ether_lib" homepage = "https://github.com/yuyongpeng/ether_lib" license = "MIT" repository = "https://github.com/yuyongpeng/ether_lib" [dependencies.env_logger] version = "0.7.1" [dependencies.eth_checksum] version = "0.1.1" [dependencies.ethereum-tx-sign] version = "3.0.3" [dependencies.ethereum-types] version = "0.9" [dependencies.ethkey] version = "0.3" [dependencies.hex] version = "0.4.2" [dependencies.log] version = "0.4.0" [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] [dependencies.web3] version = "0.12"