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>"]
|
2019-06-27 11:29:24 +02:00
|
|
|
edition = "2018"
|
2017-07-16 18:22:45 +02:00
|
|
|
|
|
|
|
[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-08-10 01:04:10 +02:00
|
|
|
log = "0.4"
|
2020-02-11 22:02:25 +01:00
|
|
|
parity-runtime = "0.1.1"
|
2017-07-16 18:22:45 +02:00
|
|
|
serde_json = "1.0"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-12-28 10:33:49 +01:00
|
|
|
fake-fetch = { path = "../../util/fake-fetch" }
|
2020-02-11 22:02:25 +01:00
|
|
|
parity-runtime = { version = "0.1.1", features = ["test-helpers"] }
|