stellui 0.3.1

Terminal UI for stargazing — displays a live star chart with sun/moon positions and weather-based seeing quality forecasts
Documentation
# 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 = "stellui"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI for stargazing — displays a live star chart with sun/moon positions and weather-based seeing quality forecasts"
readme = "README.md"
keywords = [
    "astronomy",
    "tui",
    "stargazing",
    "terminal",
    "ratatui",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/maxb2/stellui"

[lib]
name = "stellui"
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.astronomy-engine-bindings]
version = "2.1.19"

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

[dependencies.chrono-tz]
version = "0.10"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"
features = [
    "parse",
    "display",
]

[dependencies.tzf-rs]
version = "0.4"

[dependencies.ureq]
version = "2"
features = ["json"]