chrono-humanize 0.1.0

Human-friendly time expressions - similar to Python arrow.humanize
Documentation
[package]
authors = ["Cyril Plisko <cyril.plisko@mountall.com>"]
categories = ["date-and-time", "value-formatting"]
description = "Human-friendly time expressions - similar to Python arrow.humanize"
documentation = "https://docs.rs/chrono-humanize"
homepage = "https://gitlab.com/imp/chrono-humanize-rs"
keywords = ["humanize", "chrono", "time", "date", "arrow"]
license = "MIT/Apache-2.0"
name = "chrono-humanize"
readme = "README.md"
repository = "https://gitlab.com/imp/chrono-humanize-rs.git"
version = "0.1.0" # remember to update html_root_url
edition = "2018"

[badges]
gitlab = { repository = "imp/chrono-humanize-rs" }
travis-ci = { repository = "imp/chrono-humanize-rs" }
maintenance = { status = "experimental" }

[dependencies]
chrono = "0.4"

[features]
pedantic = []