# 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 = "bpf-metrics-exporter" version = "0.5.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Binary for exporting eBPF subsystem metrics via prometheus" homepage = "https://bpfman.io" documentation = "https://bpfman.io/main/getting-started/overview/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/bpfman/bpfman" [[bin]] name = "bpf-metrics-exporter" path = "src/main.rs" [dependencies.anyhow] version = "1" default-features = false [dependencies.aya] version = "0.13" default-features = false [dependencies.bpfman] version = "0.5.4" [dependencies.bpfman-api] version = "0.5.4" [dependencies.chrono] version = "0.4.35" features = ["std"] default-features = false [dependencies.clap] version = "4" features = [ "color", "derive", "help", "std", "suggestions", "usage", ] default-features = false [dependencies.opentelemetry] version = "0.22.0" features = ["metrics"] default-features = false [dependencies.opentelemetry-otlp] version = "0.15.0" features = [ "grpc-tonic", "metrics", ] default-features = false [dependencies.opentelemetry-semantic-conventions] version = "0.14.0" [dependencies.opentelemetry_sdk] version = "0.22.1" features = [ "metrics", "rt-tokio", ] default-features = false [dependencies.tokio] version = "1.40.0" features = ["full"] default-features = false [dependencies.tokio-util] version = "0.7.12" default-features = false