# 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" name = "sunrise-sunset-calculator" version = "1.0.1" authors = ["Jacob Halsey "] description = "Sunrise sunset calculator for Rust, supports extreme latitudes." homepage = "https://github.com/jacob-pro/sunrise-sunset-calculator" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/jacob-pro/sunrise-sunset-calculator" [profile.test] opt-level = 3 [[example]] name = "sunrise-sunset-calculator" path = "src/example.rs" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.chrono] version = "0.4.24" [dev-dependencies.clap] version = "3.2.6" features = ["derive"] [dev-dependencies.geocoding] version = "0.3.1"