# 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" name = "chainpulse" version = "0.4.1" description = "Chainpulse is a monitoring tool for IBC relayers" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/informalsystems/chainpulse" [profile.release] lto = "thin" [dependencies.axum] version = "0.6" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.ctrlc] version = "3.4" features = ["termination"] [dependencies.futures] version = "0.3" [dependencies.humantime-serde] version = "1.1.1" [dependencies.ibc-proto] version = "0.36.1" features = [ "std", "client", ] default-features = false [dependencies.prometheus] version = "0.13" [dependencies.prost] version = "0.11" [dependencies.reqwest] version = "0.11.20" features = ["rustls-tls-native-roots"] default-features = false [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio-rustls", "sqlite", "json", "time", ] [dependencies.subtle-encoding] version = "0.5" [dependencies.tendermint] version = "0.33" [dependencies.tendermint-proto] version = "0.34" [dependencies.tendermint-rpc] version = "0.33" features = ["http-client"] [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.6" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "registry", ]