[package]
edition = "2024"
name = "range_date"
version = "0.2.4"
authors = ["GuoMonth"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A powerful Rust crate for handling date periods with embedded data and comprehensive date range operations."
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",
]
license = "MIT"
repository = "https://github.com/GuoMonth/range_date"
[lib]
name = "range_date"
path = "src/lib.rs"
[[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"
[dependencies.anyhow]
version = "1.0.102"
[dependencies.chrono]
version = "0.4.44"
[dependencies.serde]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.149"