forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (28 loc) · 969 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "ibc-telemetry"
version = "0.23.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
keywords = ["cosmos", "ibc", "relayer", "telemetry"]
repository = "https://github.com/informalsystems/hermes"
authors = ["Informal Systems <[email protected]>"]
rust-version = "1.65"
description = """
Telemetry service for the Hermes IBC relayer
"""
[dependencies]
ibc-relayer-types = { version = "0.23.0", path = "../relayer-types" }
once_cell = "1.17.0"
opentelemetry = { version = "0.19.0", features = ["metrics"] }
opentelemetry-prometheus = "0.12.0"
prometheus = "0.13.2"
moka = "0.10.0"
dashmap = "5.4.0"
serde_json = "1.0.94"
serde = "1.0.149"
axum = "0.6.12"
tokio = "1.26.0"
[dependencies.tendermint]
version = "0.30.0"
default-features = false