handlebars-chrono 0.2.1

Handlebars helper for using chrono DateTime
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.chrono]
features = ["serde"]
version = ">=0.4.20"

[dependencies.chrono-tz]
optional = true
version = "0.10"

[dependencies.handlebars]
version = "6"

[dev-dependencies.serde_json]
version = "1"

[features]
locale = ["chrono/unstable-locales"]
timezone = ["dep:chrono-tz"]

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

[package]
authors = ["Ivan Ganev <iganev@cytec.bg>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine", "web-programming", "value-formatting", "text-processing"]
description = "Handlebars helper for using chrono DateTime"
documentation = "https://docs.rs/crate/handlebars-chrono/"
edition = "2021"
homepage = "https://github.com/iganev/handlebars-chrono"
keywords = ["handlebars", "helper", "chrono", "date", "datetime"]
license = "BSD-2-Clause"
name = "handlebars-chrono"
readme = "README.md"
repository = "https://github.com/iganev/handlebars-chrono"
version = "0.2.1"