jiffy 0.1.1

Human-friendly time expressions
Documentation
[badges.github]
repository = "azzamsa/jiffy"

[dependencies.jiff]
version = "0.1.4"

[[example]]
name = "humanize_systemtime"
path = "examples/humanize_systemtime.rs"

[lib]
name = "jiffy"
path = "src/lib.rs"

[package]
authors = ["Azzam S.A <noreply@azzamsa.com", "Cyril Plisko <cyril.plisko@mountall.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["date-and-time", "value-formatting"]
description = "Human-friendly time expressions"
documentation = "https://docs.rs/jiffy"
edition = "2018"
homepage = "https://github.com/azzamsa/jiffy"
keywords = ["humanize", "jiff", "time", "date", "arrow"]
license = "MIT/Apache-2.0"
name = "jiffy"
readme = "README.md"
repository = "https://github.com/azzamsa/jiffy-rs"
version = "0.1.1"

[package.metadata.release]
pre-release-commit-message = "v{{version}}"
pre-release-hook = ["just", "_release-prepare", "{{version}}"]
sign-commit = true
sign-tag = true
tag-message = "v{{version}}"

[[test]]
name = "humanize"
path = "tests/humanize.rs"

[[test]]
name = "precise"
path = "tests/precise.rs"

[[test]]
name = "present"
path = "tests/present.rs"

[[test]]
name = "rough"
path = "tests/rough.rs"