# 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 = "solar-calendar-events" version = "0.2.1" authors = ["Johan Thorén "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Calculate Equinoxes and Solstices for years between 1900 and 2100" readme = "README.md" keywords = [ "astronomy", "calendar", "equinox", "solstice", "julian", ] categories = ["date-and-time"] license = "MIT OR Apache-2.0" repository = "https://github.com/johanthoren/solar-calendar-events" [lib] name = "solar_calendar_events" path = "src/lib.rs" [[test]] name = "solar-calendar-events" path = "tests/solar-calendar-events.rs" [dependencies.chrono] version = "0.4.38" [dependencies.thiserror] version = "1.0.64"