easy_time 0.2.2

A simple and intuitive library for handling time in Rust
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 = "easy_time"
version = "0.2.2"
authors = ["Mohamad Al zohbie <alzoubi528@gmail.com>"]
build = false
exclude = [
    "target/",
    ".github/",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple and intuitive library for handling time in Rust"
homepage = "https://github.com/mohamadzoh/easy_time"
documentation = "https://docs.rs/easy_time"
readme = "README.md"
keywords = [
    "time",
    "date",
    "datetime",
    "easy",
    "chrono",
]
categories = ["date-and-time"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mohamadzoh/easy_time"

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

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

[dependencies.chrono]
version = "0.4.43"