[package] description = "Parity Private Transactions" name = "ethcore-private-tx" version = "1.0.0" license = "GPL-3.0" authors = ["Parity Technologies "] [dependencies] error-chain = { version = "0.12", default-features = false } ethabi = "6.0" ethabi-derive = "6.0" ethabi-contract = "6.0" ethcore = { path = ".." } parity-bytes = "0.1" parity-crypto = "0.2" ethcore-io = { path = "../../util/io" } ethcore-logger = { path = "../../logger" } ethcore-miner = { path = "../../miner" } ethcore-transaction = { path = "../transaction" } ethereum-types = "0.4" ethjson = { path = "../../json" } ethkey = { path = "../../ethkey" } fetch = { path = "../../util/fetch" } futures = "0.1" heapsize = "0.4" keccak-hash = "0.1.2" log = "0.4" parking_lot = "0.7" patricia-trie = "0.3.0" patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" } rand = "0.3" rlp = { version = "0.3.0", features = ["ethereum"] } rlp_derive = { path = "../../util/rlp_derive" } rustc-hex = "1.0" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" tiny-keccak = "1.4" transaction-pool = "1.13.2" url = "1" [dev-dependencies] ethcore = { path = "..", features = ["test-helpers"] }