# 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 = "2018" name = "holiday" version = "0.1.2" authors = ["Ryan O'Beirne "] description = "A rust library for defining and iterating over annually repeating dates and holidays." homepage = "https://gitlab.com/ryanobeirne/holiday" documentation = "https://docs.rs/holiday" readme = "README.md" keywords = [ "date", "time", "annual", "anniversary", ] categories = ["date-and-time"] license = "MIT" repository = "https://gitlab.com/ryanobeirne/holiday.git" [dependencies.chrono] version = "0.4.11" [dev-dependencies.two_timer] version = "2.1.0"