mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 23:08:03 +00:00
90e5c5ddfb
* Fix typo * Support multiple telemetry endpoints and verbosity levels * Bump substrate-telemetry version * Telemetrify Aura consensus * Telemetrify Grandpa * Fix CI version conflicts * Implement style remarks * Fix fixture * Implement style remarks * Clone only when necessary * Get rid of Arc for URL * Handle connection issues better
20 lines
390 B
TOML
20 lines
390 B
TOML
[package]
|
|
name = "substrate-telemetry"
|
|
version = "0.3.1"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Telemetry utils"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
parking_lot = "0.7.1"
|
|
lazy_static = "1.0"
|
|
log = "0.4"
|
|
rand = "0.6"
|
|
serde = "1.0.81"
|
|
serde_derive = "1.0"
|
|
slog = "^2"
|
|
slog-json = "^2"
|
|
slog-async = "^2"
|
|
slog-scope = "^4"
|
|
ws = { version = "^0.7", features = ["ssl"] }
|