poa-bridge/bridge/Cargo.toml

24 lines
467 B
TOML
Raw Normal View History

[package]
name = "bridge"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
futures = "0.1"
serde = "1.0"
serde_derive = "1.0"
2017-08-31 08:32:34 -07:00
serde_json = "1.0"
tokio-core = "0.1.8"
tokio-timer = "0.1.2"
toml = "0.4.2"
web3 = { git = "https://github.com/tomusdrw/rust-web3", branch = "bridge" }
error-chain = "0.11.0-rc.2"
ethabi = "4.0"
ethabi-derive = "4.0"
ethabi-contract = "4.0"
2017-08-25 06:01:47 -07:00
rustc-hex = "1.0"
2017-08-31 08:32:34 -07:00
log = "0.3"
2017-08-28 08:15:10 -07:00
[dev-dependencies]
tempdir = "0.3"