ethexe-prometheus 2.0.0

Prometheus metrics for ethexe
# 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 = "2024"
rust-version = "1.91"
name = "ethexe-prometheus"
version = "2.0.0"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prometheus metrics for ethexe"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/ethexe-prometheus"
readme = false
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

[lib]
name = "ethexe_prometheus"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.86"
default-features = false

[dependencies.ethexe-common]
version = "=2.0.0"
default-features = false

[dependencies.ethexe-db]
version = "=2.0.0"
default-features = false

[dependencies.futures]
version = "0.3"
default-features = false

[dependencies.gear-workspace-hack]
version = "0.1.0"

[dependencies.hyper]
version = "0.14.16"
features = [
    "http1",
    "server",
    "tcp",
]
default-features = false

[dependencies.log]
version = "0.4.22"
default-features = false

[dependencies.metrics]
version = "0.24.0"

[dependencies.metrics-derive]
version = "0.1"

[dependencies.metrics-exporter-prometheus]
version = "0.16.0"
features = ["http-listener"]
default-features = false

[dependencies.prometheus]
version = "0.14.0"
default-features = false

[dependencies.tokio]
version = "1.38.0"