-
Notifications
You must be signed in to change notification settings - Fork 8
/
Cargo.toml
30 lines (27 loc) · 903 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
[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 Forcerelay IBC relayer
"""
[dependencies]
ibc-relayer-types = { version = "0.23.0", path = "../relayer-types" }
once_cell = "1.17.0"
opentelemetry = { version = "0.18.0", features = ["metrics"] }
opentelemetry-prometheus = "0.11.0"
prometheus = "0.13.2"
rouille = "3.6.1"
moka = "0.10.0"
dashmap = "5.4.0"
serde_json = "1.0.94"
serde = "1.0.149"
[dependencies.tendermint]
version = "0.30.0"
default-features = false