windy-wallpaper-api 0.0.12

API serving wind data for the Windy live wallpaper
# 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 = "windy-wallpaper-api"
version = "0.0.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API serving wind data for the Windy live wallpaper"
readme = false
keywords = [
    "weather",
    "wallpaper",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/pgaskin/windy"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

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

[dependencies.env_logger]
version = "0.11"

[dependencies.grib]
version = "0.17"
features = [
    "jpeg2000-unpack-with-hayro",
    "ccsds-unpack-with-rust-aec",
    "png-unpack-with-png-crate",
]
default-features = false

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.jpeg-encoder]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.png]
version = "0.18"

[dependencies.sha1]
version = "0.11"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "time",
    "sync",
    "net",
]

[dependencies.ureq]
version = "3"

[dependencies.warp]
version = "0.4"
features = ["server"]