# 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" rust-version = "1.82" name = "sun" version = "0.3.1" authors = ["Markus Kohlhase "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Calculate the position of the sun." homepage = "https://github.com/flosse/rust-sun" readme = "README.md" keywords = [ "sun", "position", ] license = "MIT" repository = "https://github.com/flosse/rust-sun" [lib] name = "sun" path = "src/lib.rs" [lints.clippy] missing_const_for_fn = "warn" [lints.clippy.pedantic] level = "warn" priority = -1