thanix_client 2.5.1

A netbox API client used as a reference for the Nazara project. Generated from the schema of https://demo.netbox.dev/
[build-dependencies.toml]
version = "0.8.20"

[dependencies.chrono]
version = "^0.4"

[dependencies.regex]
version = "^1.12"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "^0.11"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_qs]
version = "^0.15"

[features]
debug_messages = []

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

[package]
authors = ["Tiara Lena Hock <tiara.dev@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A netbox API client used as a reference for the Nazara project. Generated from the schema of https://demo.netbox.dev/"
edition = "2024"
license = "MIT"
name = "thanix_client"
readme = "README.md"
version = "2.5.1"