range_date 0.2.4

A powerful Rust crate for handling date periods with embedded data and comprehensive date range operations.
Documentation
# 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 = "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"