[package] name = "solnedgang" version = "0.0.4" description = "Library for calculating the sunrise and sunset times for a specific location on the earth." authors = ["Tim Janke "] edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/flying7eleven/solnedgang" documentation = "https://docs.rs/solnedgang" keywords = ["subset", "sunrise", "time"] categories = ["date-and-time"] exclude = [".github/", ".gitignore"] [badges] maintenance = { status = "passively-maintained" } [dependencies] chrono = "0.4"