[package] name = "etclient" version = "0.3.0" license = "Apache-2.0" description = "A light client for Ethereum Classic built on top of SputnikVM and etcommon-worldstate storage." authors = ["Wei Tang "] repository = "https://github.com/ethereumproject/etclient" [dependencies] devp2p = "0.4" ethereum-bigint = "0.2" ethereum-hexutil = "0.2" ethereum-rlp = "0.2" ethereum-block = "0.3" ethereum-trie = "0.3" ethereum-bloom = "0.2" evm = "0.9" evm-stateful = "0.9" libsecp256k1 = "0.1" rand = "0.4" sha3 = "0.6" futures = "0.1" tokio-io = "0.1" tokio-core = "0.1" url = "1.5.1" env_logger = "0.3" blockchain = "0.2" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" ethash = "0.3"