[package] name = "koyori" version = "0.1.0" authors = ["Edward Shen "] edition = "2021" description = "Custom Prometheus exporters for my homelab servers." repository = "https://git.eddie.sh/edward/koyori" license = "MIT OR Apache-2.0" keywords = ["prometheus", "exporter", "homelab"] include = ["src/**/*", "LICENSE-*", "readme.md"] publish = false [dependencies] anyhow = "1" arrayvec = "0.7" async-trait = "0.1" axum = "0.5" futures = "0.3" http = "0.2" once_cell = "1" prometheus-client = "0.16" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal", "process", "tracing"] } hostname = "0.3" serde = { version = "1", features = ["derive"] } serde_json = "1" console-subscriber = "0.1"