hub-tool is a (still very early) Rust SDK for the Docker Hub API v2
At the moment only listing the repositories and the tags for a given org or username is supported, the API may be unstable and subject to breaking changes.
Requirements are only cargo add hub-tool and a Docker Hub Personal Access Token (PAT) to
be generated from https://app.docker.com/settings/personal-access-tokens.
use Context;
use DockerHubClient;
async