mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
24 lines
711 B
TOML
24 lines
711 B
TOML
[package]
|
|
description = "Grafana data source server"
|
|
name = "grafana-data-source"
|
|
version = "2.0.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4.8"
|
|
hyper = { version = "0.13.1", default-features = false, features = ["stream"] }
|
|
tokio = "0.2"
|
|
futures-util = { version = "0.3.1", default-features = false, features = ["io"] }
|
|
serde_json = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
lazy_static = "1.4"
|
|
parking_lot = "0.9"
|
|
futures-timer = "2.0"
|
|
derive_more = "0.99"
|
|
|
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
|
async-std = { version = "1.0.1", features = ["unstable"] }
|