TuiWeather 0.2.21

Simple Tui app for showing weather
# 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 = "TuiWeather"
version = "0.2.21"
authors = ["Detalex<frazeb09@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple Tui app for showing weather"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Detalexpl/TuiWeather"

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

[dependencies.battery]
version = "0.7.8"

[dependencies.chrono]
version = "0.4.44"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.csv]
version = "1.4.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.ratatui]
version = "0.30.0"
features = ["crossterm"]

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

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

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