timeago-cli 0.6.0

A dead-simple CLI tool to convert RFC2822 to short humanized strings
[[bin]]
name = "timeago"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.19"

[dependencies.chrono-humanize]
version = "0.1.1"

[dependencies.structopt]
version = "0.3"

[dev-dependencies.test-case]
version = "1.0.0"

[package]
authors = ["Jeffrey Jose <jeffjosejeff@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A dead-simple CLI tool to convert RFC2822 to short humanized strings"
edition = "2021"
keywords = ["cli", "timeago", "humanize"]
license = "MIT"
name = "timeago-cli"
readme = "README.md"
version = "0.6.0"