[package] name = "sunrise" version = "1.0.1" authors = ["Nathan Osman "] description = "Sunrise and sunset calculator" repository = "https://github.com/nathan-osman/rust-sunrise" readme = "README.md" categories = ["date-and-time"] license = "MIT" edition = "2021" [dependencies] chrono = { version = "0.4", default-features = false, features = [] } [dev-dependencies] approx = "0.5"