# 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] name = "sunrise-lite" version = "1.0.0" authors = [ "Nathan Osman ", "Marcin Czekajło ", ] description = "Sunrise and sunset calculator for no_std systems" readme = "README.md" categories = ["date-and-time"] license = "MIT" repository = "https://gitlab.com/mtczekajlo/rust-sunrise-lite" [dependencies.chrono] version = "0.4.19" default-features = false [dependencies.libm] version = "0.2.2" [dev-dependencies.approx] version = "0.5.1"