18 lines
504 B
TOML
18 lines
504 B
TOML
|
[package]
|
||
|
name = "ingress2analytics"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
clap = { version = "4.5.27", features = ["derive"] }
|
||
|
k8s-openapi = { version = "0.24.0", features = ["latest"] }
|
||
|
kube = "0.98.0"
|
||
|
log = "0.4.25"
|
||
|
pretty_env_logger = "0.5.0"
|
||
|
tokio = { version = "1.43.0", features = ["macros", "rt", "rt-multi-thread"] }
|
||
|
futures-util = "0.3.31"
|
||
|
nginx-log-parser = { git = "https://github.com/themasch/nginx-log-parser.git" }
|
||
|
reqwest = "0.12.12"
|
||
|
serde = "1.0.217"
|
||
|
serde_json = "1.0.137"
|