poa-bridge/Cargo.toml

27 lines
519 B
TOML

[package]
name = "bridge"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
futures = "0.1"
serde = "1.0"
serde_derive = "1.0"
tokio-core = "0.1.8"
tokio-timer = "0.1.2"
toml = "0.4.2"
docopt = "0.8.1"
#web3 = "0.0.4"
web3 = { git = "https://github.com/tomusdrw/rust-web3", branch = "bridge" }
log = "0.3"
env_logger = "0.3"
error-chain = "0.11.0-rc.2"
futures-cpupool = "0.1.5"
ethabi = "4.0"
ethabi-derive = "4.0"
ethabi-contract = "4.0"
[[bin]]
name = "bridge"
path = "src/main.rs"