hub-tool 0.0.3

`hub-tool` is a (very early) SDK for the Docker Hub API v2
Documentation
[dependencies.anyhow]
version = "1.0.96"

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

[dependencies.futures]
version = "0.3.31"

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

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.tokio]
features = ["net", "tracing", "rt-multi-thread", "signal", "macros"]
version = "1.43.0"

[dependencies.url]
features = ["serde"]
version = "2.5.4"

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

[package]
authors = ["Alvaro Bartolome <alvarobartt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "`hub-tool` is a (very early) SDK for the Docker Hub API v2"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "hub-tool"
readme = "README.md"
repository = "https://github.com/alvarobartt/hub-tool-rs"
version = "0.0.3"