aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 62f4f606e350b2ba957691e074385fb3911fae54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "containerspy"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.97"
bollard = "0.18.1"
confique = { version = "0.3.0", features = ["json5"] }
opentelemetry = { version = "0.29.1", features = ["metrics"] }
opentelemetry-otlp = { version = "0.29.0", features = ["grpc-tonic"] }
opentelemetry_sdk = { version = "0.29.0", features = ["metrics"] }
tokio = { version = "1.44.1", features = ["macros", "signal"] }
tokio-stream = "0.1.17"
tokio-util = "0.7.14"