2018-11-16 08:45:59 -08:00
|
|
|
[package]
|
|
|
|
name = "solana-metrics"
|
2019-03-11 16:21:19 -07:00
|
|
|
version = "0.13.0"
|
2018-11-16 08:45:59 -08:00
|
|
|
description = "Solana Metrics"
|
|
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
license = "Apache-2.0"
|
2018-12-13 21:14:37 -08:00
|
|
|
homepage = "https://solana.com/"
|
2018-12-14 20:39:10 -08:00
|
|
|
edition = "2018"
|
2018-11-16 08:45:59 -08:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
influx_db_client = "0.3.6"
|
|
|
|
log = "0.4.2"
|
2019-03-04 11:53:23 -08:00
|
|
|
reqwest = "0.9.11"
|
2019-02-26 16:06:09 -08:00
|
|
|
lazy_static = "1.3.0"
|
2018-12-10 22:59:38 -08:00
|
|
|
sys-info = "0.5.6"
|
2019-03-11 16:21:19 -07:00
|
|
|
solana-sdk = { path = "../sdk", version = "0.13.0" }
|
2018-11-16 08:45:59 -08:00
|
|
|
|
2018-12-14 15:34:17 -08:00
|
|
|
[dev-dependencies]
|
2019-01-29 15:44:34 -08:00
|
|
|
rand = "0.6.5"
|
2018-12-14 15:34:17 -08:00
|
|
|
|
2018-11-16 08:45:59 -08:00
|
|
|
[lib]
|
|
|
|
name = "solana_metrics"
|