[[bench]]
harness = false
name = "d_fmtutc2k"
path = "benches/d_fmtutc2k.rs"
[[bench]]
harness = false
name = "d_local"
path = "benches/d_local.rs"
required-features = ["local"]
[[bench]]
harness = false
name = "d_utc2k"
path = "benches/d_utc2k.rs"
[[bench]]
harness = false
name = "d_weekmonth"
path = "benches/d_weekmonth.rs"
[dependencies.serde]
optional = true
version = "1.0.*"
[dependencies.tz-rs]
optional = true
version = "=0.7.0"
[dev-dependencies.brunch]
version = "0.11.*"
[dev-dependencies.fastrand]
version = "2"
[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 = []
local = ["tz-rs"]
serde = ["dep:serde"]
[lib]
name = "utc2k"
path = "src/lib.rs"
[package]
authors = ["Josh Stoik <josh@blobfolio.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast and lean UTC date/time library concerned only with happenings in this century (2000-2099)."
edition = "2024"
exclude = [".github", ".gitignore", ".righteous-sandbox.json", "CREDITS.md", "doc", "examples", "justfile"]
keywords = ["time", "date", "utc", "unixtime", "printing"]
license = "WTFPL"
name = "utc2k"
readme = "README.md"
repository = "https://github.com/Blobfolio/utc2k"
rust-version = "1.88"
version = "0.15.0"
[package.metadata.bashman]
name = "UTC2K"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["local", "serde"]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]