[dependencies.clap]
features = ["derive"]
version = "4.5.4"
[dependencies.futures]
version = "0.3"
[dependencies.indicatif]
version = "0.17"
[dependencies.regex]
version = "1.1"
[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12"
[dependencies.tokio]
features = ["full"]
version = "1"
[package]
description = "A cli tool for building computer vision datasets."
edition = "2021"
license = "MIT"
name = "tiny-data"
readme = "README.md"
repository = "https://github.com/nnethercott/tiny-data/tree/main"
version = "0.1.1"