utc2k 0.5.13

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.13.1, < 1.18.0"

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

[dependencies.tz-rs]
features = ["const"]
optional = true
version = "=0.6.14"
[dev-dependencies.brunch]
version = "0.4.*"

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

[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"
rust-version = "1.62"
version = "0.5.13"
[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"]