poa-bridge/bridge/Cargo.toml

37 lines
864 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 = "0.3"
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"
ethereum-types = "0.3"
pretty_assertions = "0.2.1"
ethcore = { git = "http://github.com/paritytech/parity", rev = "991f0ca" }
rlp = { git = "http://github.com/paritytech/parity", rev = "991f0ca" }
keccak-hash = { git = "http://github.com/paritytech/parity", rev = "991f0ca" }
ethcore-transaction = { git = "http://github.com/paritytech/parity", rev = "991f0ca" }
itertools = "0.7"
jsonrpc-core = "8.0"
2017-08-28 08:15:10 -07:00
[dev-dependencies]
tempdir = "0.3"
quickcheck = "0.6.1"
[features]
default = []
deploy = []