[package] name = "wtime" version = "0.6.0" authors = ["Montasir Mirghani "] edition = "2021" # 2024-10-15 version 1.82.0 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 = ["time", "date", "tz", "utc", "local"] categories = ["date-and-time"] [dependencies] chrono = "0.4.38" [lib] name = "wtime" path = "src/lib.rs"