[dependencies.chrono]
default-features = false
version = "^0.4"
[dependencies.thiserror]
optional = true
version = "1"
[dev-dependencies.thiserror]
version = "1"
[features]
default = ["std"]
std = ["thiserror"]
[package]
authors = ["Frank Rehberger <frehberg@gmail.com>"]
description = "The Solar Position Algorithm module (SPA) for Rust calculates the sunrise-sunset and azimuth and zenith-angle for specific geo-position and time (UTC); for example for solar-panel-alignment or automotive."
documentation = "https://docs.rs/spa/"
edition = "2021"
homepage = "https://github.com/frehberg/spa-rs"
keywords = ["solar", "algorithm", "azimuth", "zenith", "sunrise"]
license = "Apache-2.0"
name = "spa"
readme = "README.md"
repository = "https://github.com/frehberg/spa-rs"
version = "0.5.1"