[package] name = "sun" version = "0.3.1" authors = ["Markus Kohlhase "] license = "MIT" homepage = "https://github.com/flosse/rust-sun" repository = "https://github.com/flosse/rust-sun" description = "Calculate the position of the sun." readme = "README.md" keywords = ["sun", "position"] edition = "2021" rust-version = "1.82" [lints.clippy] pedantic = { level = "warn", priority = -1 } missing_const_for_fn = "warn"