checkmk-api/Cargo.toml
2025-12-20 04:07:52 +01:00

20 lines
535 B
TOML

[package]
name = "checkmk-api"
version = "0.1.0"
edition = "2024"
authors = [
"Vincent Stuyck <vincent.stuyck@vince-it.com>"
]
[dependencies]
async-trait = "0.1.89"
chrono = { version = "0.4.42", features = ["serde"] }
log = "0.4.29"
reqwest = { version = "0.12.26", features = ["json", "rustls-tls"] }
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"] }