http-request-zabbix 0.1.0

A Rust client library for the Zabbix API
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "http-request-zabbix"
version = "0.1.0"
authors = ["Alexander Bakaldin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client library for the Zabbix API"
readme = "README.md"
keywords = [
    "zabbix",
    "api",
    "monitoring",
    "client",
    "http",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/abakaldin/http-request-zabbix"

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

[[example]]
name = "login_with_password"
path = "examples/login_with_password.rs"

[[example]]
name = "login_with_token"
path = "examples/login_with_token.rs"

[[example]]
name = "string_request"
path = "examples/string_request.rs"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "json",
    "rustls",
]
default-features = false

[dependencies.semver]
version = "1.0.27"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.uuid]
version = "1.21.0"
features = ["v4"]

[dev-dependencies.mockito]
version = "1.7.2"