utc2k 0.5.0

A fast and lean UTC date/time library concerned only with happenings in this century (2000-2099).
Documentation
[[bench]]
harness = false
name = "d_utc2k"

[[bench]]
harness = false
name = "d_fmtutc2k"

[[bench]]
harness = false
name = "d_local"
required-features = ["local"]
[dependencies.once_cell]
optional = true
version = "=1.12.0"

[dependencies.serde]
optional = true
version = "1.0.*"

[dependencies.tz-rs]
features = ["const"]
optional = true
version = "=0.6.9"
[dev-dependencies.brunch]
version = "0.2.*, >=0.2.4"

[dev-dependencies.fastrand]
version = "1.7.*"

[dev-dependencies.serde]
version = "1.0.*"

[dev-dependencies.serde_json]
version = "1.0.*"

[dev-dependencies.time]
default-features = false
features = ["std", "formatting"]
version = "0.3.*"

[features]
default = []
docsrs = []
local = ["once_cell", "tz-rs"]

[package]
authors = ["Blobfolio, LLC. <hello@blobfolio.com>"]
description = "A fast and lean UTC date/time library concerned only with happenings in this century (2000-2099)."
edition = "2021"
exclude = [".github", ".gitignore", ".righteous-sandbox.json", "CREDITS.md", "doc", "justfile"]
keywords = ["time", "date", "utc", "unixtime", "printing"]
license = "WTFPL"
name = "utc2k"
readme = "README.md"
repository = "https://github.com/Blobfolio/utc2k"
resolver = "2"
rust-version = "1.57"
version = "0.5.0"
[package.metadata.bashman]
bash-dir = "./"
credits-dir = "./"
man-dir = "./"
name = "UTC2K"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["docsrs", "local", "serde"]
[target."cfg(target_arch = \"x86_64\")".dev-dependencies.serde_yaml]
version = "0.8.*, >=0.8.4"