[package] name = "time-humanize" description = "Display time in a human readable manner." readme = "README.md" repository = "https://github.com/HallerPatrick/time-humanize" homepage = "https://hallerpatrick.github.io/time-humanize/time_humanize/" version = "0.1.3" edition = "2018" license = "MIT" keywords = ["time", "humanize", "display"] categories = ["date-and-time", "value-formatting"] authors = ["Patrick Haller "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] [dependencies] time = { version = "0.3.5", features = ["formatting"], optional = true}