[package] name = "circadian_tools" version = "0.2.2" edition = "2021" description = "Tools for working with circadian data, or data that is cyclical like time of day." homepage = "https://github.com/BWStearns/circadian_tools" repository = "https://github.com/BWStearns/circadian_tools" readme = "README.md" license = "MIT" categories = ["date-and-time", "mathematics"] keywords = ["circadian", "cyclical", "average"] authors = ["Brian Stearns "] exclude = [ ".github/**/*", ".gitignore", ] [lib] name = "circadian_tools" path = "src/lib.rs" [features] default = ["chrono"] [dependencies] chrono = { version = "0.4.23", optional = true } num-traits = { version = "0.2" } [dev-dependencies] float-cmp = "0.9.0"