[dependencies.chrono]
version = "0.4.38"
[lib]
name = "wtime"
path = "src/lib.rs"
[package]
authors = ["Montasir Mirghani <contact@montasir.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["date-and-time"]
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."
edition = "2021"
homepage = "https://github.com/dr-montasir/wtime"
keywords = ["time", "date", "tz", "utc", "local"]
license = "MIT OR Apache-2.0"
name = "wtime"
readme = "README.md"
repository = "https://github.com/dr-montasir/wtime"
rust-version = "1.82.0"
version = "0.4.0"