rnatui 2.0.3

NetActuate API client library and cli program
# 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 = "rnatui"
version = "2.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NetActuate API client library and cli program"
readme = "README.md"
license = "GPL-3.0-only"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.51"

[dependencies.reqwest]
version = "0.12.28"

[dependencies.rnaapi]
version = "2.0.3"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]