icinga2-api 0.2.19

Rust client for the Icinga2 API
Documentation
[dependencies.derive_builder]
version = "0.20.2"

[dependencies.derive_more]
features = ["from_str", "display"]
version = "2.1.1"

[dependencies.enumoid]
optional = true
version = "0.4.0"

[dependencies.futures]
optional = true
version = "0.3.31"

[dependencies.reqwest]
features = ["json"]
version = "0.13.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.148"

[dependencies.serde_path_to_error]
version = "0.1.20"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
features = ["macros", "serde", "serde-human-readable"]
version = "0.3.44"

[dependencies.tokio]
optional = true
version = "1.49.0"

[dependencies.tokio-stream]
features = ["io-util"]
optional = true
version = "0.1.18"

[dependencies.tokio-util]
features = ["io"]
optional = true
version = "0.7.18"

[dependencies.toml]
version = "0.9.10"

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.49.0"

[dev-dependencies.tracing-test]
version = "0.2.5"

[features]
async = ["dep:futures", "dep:tokio", "dep:tokio-stream", "dep:tokio-util", "reqwest/stream"]
blocking = ["reqwest/blocking"]
default = ["async", "blocking"]
enumoid = ["dep:enumoid"]

[lib]
name = "icinga2_api"
path = "src/lib.rs"

[package]
authors = ["Matthias Hörmann <mhoermann@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Rust client for the Icinga2 API"
edition = "2021"
exclude = [".env", "*_instance.toml", "*.pem", "*.crt", "*.key", "tarpaulin-report.html", "tarpaulin-report.json"]
keywords = ["icinga2", "api"]
license = "MIT OR Apache-2.0"
name = "icinga2-api"
readme = "README.md"
repository = "https://github.com/taladar/icinga2-api"
version = "0.2.19"

[profile.release]
debug = 2