sota 0.9.1

API crate for Summits on the Air
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 = "2021"
name = "sota"
version = "0.9.1"
authors = ["Antonio Gurgel <antonio@goorzhel.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API crate for Summits on the Air"
readme = "README.md"
keywords = [
    "amateur-radio",
    "ham",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://git.sr.ht/~goorzhel/sota-rs"

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

[dependencies.anyhow]
version = "1.0.95"

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

[dependencies.http]
version = "1.2.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.22"

[dependencies.maidenhead]
version = "0.1.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.12"
features = ["json"]

[dependencies.reqwest-middleware]
version = "0.4.0"

[dependencies.reqwest-retry]
version = "0.7.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "2.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
version = "0.3"
features = [
    "macros",
    "serde",
    "parsing",
    "formatting",
]

[dependencies.tokio]
version = "1"

[dependencies.tokio-stream]
version = "0.1.17"

[dev-dependencies.httpmock]
version = "0.6"