now-time 1.0.3

Get the current UTC or local time with zero boilerplate
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.95.0"
name = "now-time"
version = "1.0.3"
build = false
include = [
    "src/**/*",
    "examples/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Get the current UTC or local time with zero boilerplate"
homepage = "https://github.com/sir-siren/now-time"
documentation = "https://docs.rs/now-time"
readme = "README.md"
keywords = [
    "time",
    "datetime",
    "clock",
    "utc",
    "timestamp",
]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/sir-siren/now-time"

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[dependencies.chrono]
version = "0.4"
features = ["clock"]

[dev-dependencies.pretty_assertions]
version = "1"