poa-bridge/bridge/Cargo.toml

27 lines
539 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 = "5.1"
ethabi-derive = "5.0"
ethabi-contract = "5.0"
2017-08-25 06:01:47 -07:00
rustc-hex = "1.0"
2017-08-31 08:32:34 -07:00
log = "0.3"
2018-02-12 05:50:44 -08:00
ethereum-types = "0.2"
pretty_assertions = "0.2.1"
2017-08-28 08:15:10 -07:00
[dev-dependencies]
tempdir = "0.3"
quickcheck = "0.6.1"