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