# 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 = "2021" name = "spa" version = "0.5.1" authors = ["Frank Rehberger "] 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." homepage = "https://github.com/frehberg/spa-rs" documentation = "https://docs.rs/spa/" readme = "README.md" keywords = [ "solar", "algorithm", "azimuth", "zenith", "sunrise", ] license = "Apache-2.0" repository = "https://github.com/frehberg/spa-rs" [dependencies.chrono] version = "^0.4" default-features = false [dependencies.thiserror] version = "1" optional = true [dev-dependencies.thiserror] version = "1" [features] default = ["std"] std = ["thiserror"]