sunrise 3.0.0

Sunrise and sunset calculator
Documentation
[dependencies.chrono]
default-features = false
features = []
version = "0.4"

[dependencies.libm]
optional = true
version = "0.2"

[dev-dependencies.approx]
version = "0.5"

[features]
default = ["std"]
libm = ["dep:libm"]
std = []

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

[package]
authors = ["Nathan Osman <nathan@quickmediasolutions.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time", "no-std"]
description = "Sunrise and sunset calculator"
edition = "2024"
license = "MIT"
name = "sunrise"
readme = "README.md"
repository = "https://github.com/nathan-osman/rust-sunrise"
version = "3.0.0"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"