pathdate 0.1.2

CLI tool to generate a path-safe ISO8601-like date/datetime/timestamp.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "pathdate"
version = "0.1.2"
authors = ["DeflateAwning"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "pathdate"
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"]