[[bin]]
name = "fuzzydate"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
features = ["clock"]
version = "0.4.42"
[dependencies.chrono-tz]
version = "0.10.4"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.fuzzydate]
version = "0.3.0"
[dependencies.iana-time-zone]
version = "0.1.64"
[package]
authors = ["Devin Vander Stelt", "Connor Keane"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["accessibility", "date-and-time", "parser-implementations", "text-processing"]
description = "Command line interface to the fuzzydate library"
edition = "2021"
keywords = ["date", "time", "parse", "fuzzy", "string"]
license = "MIT"
name = "fuzzydate-cli"
readme = false
repository = "https://github.com/DevinVS/fuzzydate"
version = "0.3.0"