hamlib-client 1.1.0

Simple library that implements a client for Hamlib (rigctld)
Documentation
[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.29"

[dependencies.regex]
version = "1.12.2"

[dependencies.time]
version = "0.3.44"

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

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

[package]
authors = ["Luca Cireddu <sardylan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple library that implements a client for Hamlib (rigctld)"
edition = "2021"
keywords = ["hamlib", "rigctl", "tokio", "reqwest"]
license = "GPL-3.0-only"
name = "hamlib-client"
readme = "README.md"
repository = "https://github.com/sardylan/rust-hamlib-client.git"
version = "1.1.0"