openethereum/ethcore/hash-fetch/Cargo.toml

16 lines
374 B
TOML
Raw Normal View History

[package]
description = "Fetching hash-addressed content."
2016-12-11 19:43:58 +01:00
homepage = "http://parity.io"
license = "GPL-3.0"
name = "ethcore-hash-fetch"
version = "1.5.0"
2016-12-11 19:43:58 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
log = "0.3"
rustc-serialize = "0.3"
ethabi = "0.2.2"
mime_guess = "1.6.1"
2016-11-20 18:30:54 +01:00
fetch = { path = "../../util/fetch" }
ethcore-util = { path = "../../util" }