lospec-cli 0.2.0

Lospec CLI is a command-line interface tool that allows users to interact with Lospec's color palettes conveniently. With this tool, you can search for color palettes and download them.
Documentation
[[bin]]
name = "lospec"
path = "src/bin/main.rs"

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

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.colored]
version = "2"

[dependencies.reqwest]
default_features = false
features = ["rustls-tls"]
version = "0.11"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1.36"

[lints.clippy]
enum_glob_use = "deny"

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["José Duarte <duarte.gmj@gmail.com>"]
categories = ["command-line-utilities", "game-development"]
description = "Lospec CLI is a command-line interface tool that allows users to interact with Lospec's color palettes conveniently. With this tool, you can search for color palettes and download them."
documentation = "https://docs.rs/lospec-cli"
edition = "2021"
homepage = "https://github.com/jmg-duarte/lospec-cli"
keywords = ["color", "palette", "lospec", "cli"]
license-file = "LICENSE"
name = "lospec-cli"
readme = "README.md"
repository = "https://github.com/jmg-duarte/lospec-cli"
version = "0.2.0"