thanix_client 2.5.2

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

[features]
debug_messages = []

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

[dependencies.chrono]
version = "^0.4"

[dependencies.regex]
version = "^1.12"

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

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_qs]
version = "^0.15"

[build-dependencies.toml]
version = "0.8.20"