compact-time 0.6.0

64-bit nanosecond time representation with a range from 1970-01-01 00:00:00 to 2554-07-21 23:34:33.709551615
Documentation
[[bin]]
name = "showtime"
required-features = ["executable"]
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.4.14"

[dependencies.minicbor]
features = ["derive"]
optional = true
version = "0.24.0"

[dependencies.rustix]
features = ["time"]
optional = true
version = "0.38.28"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.185"

[dependencies.tz-rs]
optional = true
version = "0.6.14"
[dev-dependencies.quickcheck]
version = "1"

[features]
coarse = ["rustix"]
executable = ["coarse", "utc", "clap"]
full = ["coarse", "utc", "minicbor", "serde"]
utc = ["tz-rs"]

[package]
categories = ["date-and-time"]
description = "64-bit nanosecond time representation with a range from 1970-01-01 00:00:00 to 2554-07-21 23:34:33.709551615"
edition = "2021"
keywords = ["time"]
license = "BlueOak-1.0.0"
name = "compact-time"
readme = "README.md"
repository = "https://github.com/twittner/compact-time"
version = "0.6.0"
[package.metadata.docs.rs]
features = ["full"]