range_date 0.2.1

A powerful Rust crate for handling date periods with embedded data and comprehensive date range operations.
Documentation
[dependencies.anyhow]
version = "1.0.99"

[dependencies.chrono]
version = "0.4.42"

[dependencies.serde]
version = "1.0.223"

[dependencies.serde_json]
version = "1.0.145"

[lib]
name = "range_date"
path = "src/lib.rs"

[package]
authors = ["GuoMonth"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time", "data-structures"]
description = "A powerful Rust crate for handling date periods with embedded data and comprehensive date range operations."
documentation = "https://docs.rs/range_date"
edition = "2024"
homepage = "https://github.com/GuoMonth/range_date"
keywords = ["date", "range", "time", "period", "chrono"]
license = "MIT"
name = "range_date"
readme = "README.md"
repository = "https://github.com/GuoMonth/range_date"
version = "0.2.1"

[[test]]
name = "comprehensive_tests"
path = "tests/comprehensive_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "year_format_tests"
path = "tests/year_format_tests.rs"