rnaapi 2.0.6

NetActuate API client library and cli program
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 = "rnaapi"
version = "2.0.6"
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"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.axum]
version = "0.8.6"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.clap]
version = "4.5.49"
features = ["derive"]

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.hickory-resolver]
version = "0.25.2"

[dependencies.lazy_static]
version = "1.5.0"

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

[dependencies.reqwest-hickory-resolver]
version = "0.2.0"

[dependencies.rnaapi_derive]
version = "2.0.3"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

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