range_date 0.2.0

A Rust crate for date range handling with support for years, quarters, months, and days.
Documentation
[package]
name = "range_date"
version = "0.2.0"
edition = "2024"
description = "A Rust crate for date range handling with support for years, quarters, months, and days."
license = "MIT"
repository = "https://github.com/GuoMonth/range_date"
homepage = "https://github.com/GuoMonth/range_date"
documentation = "https://docs.rs/range_date"
readme = "README.md"
keywords = ["date", "range", "time", "period", "chrono"]
categories = ["date-and-time", "data-structures"]
authors = ["GuoMonth"]

[dependencies]
anyhow = "1.0.99"
chrono = "0.4.42"
serde = "1.0.223"
serde_json = "1.0.145"