date_component 0.4.8

the missed date_component with chrono. calculate date interval with chrono.
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"
rust-version = "1.85"
name = "date_component"
version = "0.4.8"
authors = ["chenhan <gpgkd906@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "the missed date_component with chrono. calculate date interval with chrono."
homepage = "https://github.com/gpgkd906/date_component/"
documentation = "https://gpgkd906.github.io/date_component/date_component/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gpgkd906/date_component/"

[lib]
name = "date_component"
path = "src/lib.rs"
test = false
doctest = false

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

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

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

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

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

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

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[dependencies.chrono]
version = "0.4.41"

[dependencies.chrono-tz]
version = "0.10.4"

[dev-dependencies.criterion]
version = "0.7.0"

[dev-dependencies.test-case]
version = "3.3.1"