2017-07-16 18:22:45 +02:00
|
|
|
[package]
|
|
|
|
description = "Fetch current ETH price"
|
|
|
|
homepage = "http://parity.io"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "price-info"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2017-07-16 18:22:45 +02:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-12-28 10:33:49 +01:00
|
|
|
fetch = { path = "../../util/fetch" }
|
2017-07-16 18:22:45 +02:00
|
|
|
futures = "0.1"
|
2018-12-28 10:33:49 +01:00
|
|
|
parity-runtime = { path = "../../util/runtime" }
|
2018-08-10 01:04:10 +02:00
|
|
|
log = "0.4"
|
2017-07-16 18:22:45 +02:00
|
|
|
serde_json = "1.0"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-12-11 17:22:55 +01:00
|
|
|
parking_lot = "0.7"
|
2018-12-28 10:33:49 +01:00
|
|
|
fake-fetch = { path = "../../util/fake-fetch" }
|