[package] name = "icinga-client" version = "0.6.0" authors = ["Lu Fennell "] edition = "2018" description = "A library to talk to the Icinga API" license = "MIT" repository = "https://gitlab.com/lu-fennell/istamon" categories = ["api-bindings"] keywords = ["icinga", "monitoring"] [dependencies] chrono = "0.4.11" reqwest = { version = "0.10", features = ["blocking", "json"] } serde = { version = "1.0.104", features = ["derive"] } serde_json = "1.0.48" url = { version = "2.1.1", features = ["serde"] } [dev-dependencies] pretty_assertions = "1.0.0"