# 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 = "rapid_time" version = "0.1.2" authors = ["Leon Sering"] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "A library for datetimes and durations, which are useful to model times in combinatorial optimization problems." readme = "README.md" keywords = [ "time", "date", "datetime", "duration", "leap_year", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/LeonSering/rapid_time" [dependencies]