[package]
name = "smart_date_time"
version = "0.1.2"
edition = "2021"
authors = ["Anonymous <dnrops@outlook.com>"]
description = "A smart date time parser and formatter for rust"
readme = "README.md"
keywords = ["parse","date", "time"]
categories = ["development-tools"]
license = "MIT"
documentation = "https://docs.rs/smart_date_time"
repository = "https://gitcode.net/dnrops/smart_date_time"
homepage = "https://gitcode.net/dnrops/smart_date_time"
[dependencies]
chrono = "0.4"
regex = "1.0"
lazy_static = "1.4"