# 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-next" version = "1.2.3" authors = ["Nathan Osman "] description = "Sunrise and sunset calculator" readme = "README.md" categories = [ "date-and-time", "no-std", ] license = "MIT" repository = "https://github.com/nathan-osman/rust-sunrise" [lib] name = "sunrise" [dependencies.chrono] version = "0.4" features = [] default-features = false [dependencies.libm] version = "0.2" optional = true [dev-dependencies.approx] version = "0.5" [features] no-std = ["dep:libm"]