# 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 = "2021" name = "hamlib-client" version = "1.0.0" authors = ["Luca Cireddu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple library that implements a client for Hamlib (rigctld)" readme = "README.md" keywords = [ "hamlib", "rigctl", "tokio", "reqwest", ] license = "GPL-3.0-only" repository = "https://github.com/sardylan/rust-hamlib-client.git" [lib] name = "hamlib_client" path = "src/lib.rs" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.6" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.39.3" features = ["full"]