# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.76.0" name = "ibc-telemetry" version = "0.29.3" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Telemetry service for the Hermes IBC relayer """ readme = "README.md" keywords = [ "cosmos", "ibc", "relayer", "telemetry", ] license = "Apache-2.0" repository = "https://github.com/informalsystems/hermes" [lib] name = "ibc_telemetry" path = "src/lib.rs" [dependencies.axum] version = "0.6.18" [dependencies.dashmap] version = "5.4.0" [dependencies.ibc-relayer-types] version = "0.29.3" [dependencies.moka] version = "0.12.8" features = ["sync"] [dependencies.once_cell] version = "1.19.0" [dependencies.opentelemetry] version = "0.19.0" features = ["metrics"] [dependencies.opentelemetry-prometheus] version = "0.12.0" [dependencies.prometheus] version = "0.13.4" [dependencies.serde] version = "1.0.209" [dependencies.serde_json] version = "1.0.127" [dependencies.tendermint] version = "0.38.1" default-features = false [dependencies.tokio] version = "1.39.2" [dependencies.tracing] version = "0.1.36" default-features = false