etclient 0.3.0

A light client for Ethereum Classic built on top of SputnikVM and etcommon-worldstate storage.
# 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]
name = "etclient"
version = "0.3.0"
authors = ["Wei Tang <hi@that.world>"]
description = "A light client for Ethereum Classic built on top of SputnikVM and etcommon-worldstate storage."
license = "Apache-2.0"
repository = "https://github.com/ethereumproject/etclient"
[dependencies.devp2p]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.ethereum-hexutil]
version = "0.2"

[dependencies.ethereum-bigint]
version = "0.2"

[dependencies.ethereum-trie]
version = "0.3"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio-core]
version = "0.1"

[dependencies.ethereum-rlp]
version = "0.2"

[dependencies.libsecp256k1]
version = "0.1"

[dependencies.env_logger]
version = "0.3"

[dependencies.ethereum-block]
version = "0.3"

[dependencies.ethereum-bloom]
version = "0.2"

[dependencies.ethash]
version = "0.3"

[dependencies.sha3]
version = "0.6"

[dependencies.evm-stateful]
version = "0.9"

[dependencies.rand]
version = "0.4"

[dependencies.tokio-io]
version = "0.1"

[dependencies.blockchain]
version = "0.2"

[dependencies.url]
version = "1.5.1"

[dependencies.futures]
version = "0.1"

[dependencies.serde_derive]
version = "1.0"

[dependencies.evm]
version = "0.9"