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