# 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 = "flare" version = "0.1.0" authors = ["Theophile du Laz"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight library to perform basic astronomical calculations, inspired by Python's Astropy syntax." readme = "README.md" keywords = [ "astronomy", "astrophysics", "ephemerides", "time", "coordinates", ] license = "MIT" repository = "https://github.com/boom-astro/flare" [lib] name = "flare" path = "src/lib.rs" [[example]] name = "cosmology" path = "examples/cosmology.rs" [[example]] name = "observer_ephemerides" path = "examples/observer_ephemerides.rs" [[example]] name = "photometry" path = "examples/photometry.rs" [[example]] name = "target_airmass" path = "examples/target_airmass.rs" [[example]] name = "targets_separation" path = "examples/targets_separation.rs" [[example]] name = "time_conversions" path = "examples/time_conversions.rs" [dependencies.chrono] version = ">=0.4.0"