[package]
edition = "2024"
name = "pathdate"
version = "0.1.1"
authors = ["DeflateAwning"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to generate a path-safe ISO8601-like date/datetime/timestamp."
readme = "README.md"
keywords = [
"date",
"timestamp",
"cli",
"path",
"filename",
]
categories = [
"command-line-utilities",
"date-and-time",
]
license = "MIT"
repository = "https://gitlab.com/DeflateAwning/pathdate-rs"
[[bin]]
name = "pathdate"
path = "src/main.rs"
[[bin]]
name = "pdate"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
features = ["clock"]
[dependencies.chrono-tz]
version = "0.9"
[dependencies.clap]
version = "4"
features = ["derive"]