# 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" rust-version = "1.64" name = "workdays" version = "0.1.3" authors = ["Stephen Waits "] description = "A Rust library for computing work days and handling work calendars, inspired by the WORKDAY function in Excel." documentation = "https://docs.rs/workdays" readme = "README.md" keywords = [ "calendar", "workday", "date", "business", "excel", ] categories = [ "date-and-time", "algorithms", ] license = "MIT" repository = "https://github.com/swaits/workdays" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.serde_yaml] version = "0.9.34"