rustormy 0.4.4

Minimal neofetch-like weather CLI
# 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 = "2024"
name = "rustormy"
version = "0.4.4"
authors = ["Tairesh <tairesh@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal neofetch-like weather CLI"
homepage = "https://github.com/Tairesh/rustormy"
readme = "README.md"
keywords = [
    "weather",
    "cli",
    "neofetch",
    "api",
    "ascii-art",
]
categories = [
    "command-line-utilities",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/Tairesh/rustormy"

[[bin]]
name = "rustormy"
path = "src/main.rs"

[dependencies.capitalize]
version = "0.3"

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

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

[dependencies.directories]
version = "6.0"

[dependencies.enum_dispatch]
version = "0.3"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "blocking",
    "query",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1.1"

[dev-dependencies.test-case]
version = "3"