hours 0.0.1

A parser for the opening hours format
Documentation
[package]
name = "hours"
description = "A parser for the opening hours format"
version = "0.0.1"
license = "LGPL-3.0-or-later"
homepage = "https://gitlab.com/alantrick/hours/"
authors = ["Alan Trick <me@alantrick.ca>"]
repository = "https://gitlab.com/alantrick/hours/"
keywords = ["parse", "time", "openstreetmap"]
categories = ["text-processing"]
edition = "2018"
readme = "README.md"

[badges]
gitlab = { repository = "alantrick/hours" }

[dependencies]
# chrono = "0.4.8"
# chrono-tz = "0.5.1"
nom = "5.0.1"