checkmk-api/Cargo.toml
2025-12-20 00:06:06 +01:00

21 lines
498 B
TOML

[package]
name = "checkmk-api"
version = "0.1.0"
edition = "2024"
authors = [
"Vincent Stuyck <vincent.stuyck@vince-it.com>"
]
[dependencies]
base64 = "0.22.1"
bytes = "1.11.0"
chrono = { version = "0.4.42", features = ["serde"] }
log = "0.4.29"
reqwest = "0.12.26"
secrecy = { version = "0.10.3", features = ["serde"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
simplelog = "0.12.2"
thiserror = "2.0.17"
tokio = { version = "1.48.0", features = ["full"] }