cortexflow-metrics 0.1.0

Cortexflow metrics service library
# 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"
name = "cortexflow-metrics"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cortexflow metrics service library"
homepage = "https://docs.cortexflow.org"
documentation = "https://docs.cortexflow.org"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/CortexFlow/CortexBrain"

[[bin]]
name = "cortexflow-metrics"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.aya]
version = "0.13.1"

[dependencies.aya-log]
version = "0.2.1"

[dependencies.bytemuck]
version = "1.23.0"

[dependencies.bytes]
version = "1.4"

[dependencies.cortexbrain-common]
version = "0.1.1"
features = [
    "map-handlers",
    "program-handlers",
    "buffer-reader",
    "monitoring-structs",
    "network-structs",
]

[dependencies.libc]
version = "0.2.172"

[dependencies.nix]
version = "0.30.1"
features = ["net"]

[dependencies.opentelemetry]
version = "0.32.0"

[dependencies.opentelemetry-otlp]
version = "0.32.0"
features = ["grpc-tonic"]

[dependencies.opentelemetry_sdk]
version = "0.32.0"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt",
    "macros",
    "time",
    "fs",
    "signal",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]