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