nazara 0.2.1

A CLI application to create and update machines and VMs in NetBox.
# 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 = "nazara"
version = "0.2.1"
authors = [
    "Tiara Hock <tiara.dev@proton.me>",
    "Marvin Friedrich <me@mrvn.sh>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI application to create and update machines and VMs in NetBox."
homepage = "https://nazara-project.codeberg.page/Nazara"
documentation = "https://nazara-project.codeberg.page/Nazara"
readme = "README.md"
license = "GPL-3.0"
repository = "https://codeberg.org/nazara-project/Nazara"

[package.metadata.deb]
depends = ["libssl3 (>= 3.0)"]

[lib]
name = "nazara"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "nazara"
path = "src/main.rs"

[dependencies.clap]
version = "~4.6"
features = ["derive"]

[dependencies.dmidecode]
version = "~1.0"
features = ["std"]

[dependencies.futures]
version = "0.3.31"

[dependencies.owo-colors]
version = "~4.3.0"
features = ["supports-colors"]

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

[dependencies.rtnetlink]
version = "0.20.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.supports-color]
version = "3.0.2"

[dependencies.thanix_client]
version = "2.5.2"

[dependencies.tokio]
version = "1.50.0"

[dependencies.toml]
version = "0.9.11"

[dependencies.uuid]
version = "~1.23.0"

[dev-dependencies.mockall]
version = "0.13.1"