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