mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 08:07:58 +00:00
33 lines
928 B
TOML
33 lines
928 B
TOML
[package]
|
|
name = "sc-telemetry"
|
|
version = "3.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Telemetry utils"
|
|
edition = "2018"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
documentation = "https://docs.rs/sc-telemetry"
|
|
readme = "README.md"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
|
|
[dependencies]
|
|
parking_lot = "0.11.1"
|
|
futures = "0.3.9"
|
|
wasm-timer = "0.2.5"
|
|
libp2p = { version = "0.35.1", default-features = false, features = ["dns", "tcp-async-io", "wasm-ext", "websocket"] }
|
|
log = "0.4.8"
|
|
pin-project = "1.0.4"
|
|
rand = "0.7.2"
|
|
serde = { version = "1.0.101", features = ["derive"] }
|
|
take_mut = "0.2.2"
|
|
void = "1.0.2"
|
|
tracing = "0.1.10"
|
|
tracing-subscriber = "0.2.13"
|
|
serde_json = "1.0.41"
|
|
sp-utils = { version = "3.0.0", path = "../../primitives/utils" }
|
|
chrono = "0.4.19"
|