[package]
name = "wtime"
version = "0.7.0"
authors = ["Montasir Mirghani <contact@montasir.me>"]
edition = "2021"
rust-version = "1.82.0"
description = "WTIME provides a variety of functions for obtaining the current UTC and local times, as well as generating customizable timestamps to suit your needs."
license = "MIT OR Apache-2.0"
homepage = "https://github.com/dr-montasir/wtime"
repository = "https://github.com/dr-montasir/wtime"
readme = "README.md"
keywords = ["date-and-time", "tz", "utc", "local", "uid"]
categories = ["date-and-time"]
[dependencies]
chrono = "0.4.38"
[lib]
name = "wtime"
path = "src/lib.rs"