[package] name = "etherscan" version = "0.1.0" authors = ["Zach "] description = "An API wrapper for Etherscan.io" repository = "https://github.com/heyztb/etherscan-rs" license = "MIT" [dependencies] hyper = "0.12" hyper-tls = "0.3.0" futures = "0.1.24" serde = "1.0" serde_json = "1.0.28" serde_derive = "1.0"