dtg 6.4.5

Date/time CLI utility
# 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 = "dtg"
version = "6.4.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Date/time CLI utility"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qtfkwk/dtg"
resolver = "2"

[[bin]]
name = "dtg"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "wrap_help",
]

[dependencies.clap-cargo]
version = "0.18.3"

[dependencies.clearscreen]
version = "4.0.6"

[dependencies.dtg-lib]
version = "6.4.4"

[dependencies.iana-time-zone]
version = "0.1.65"

[dependencies.jiff]
version = "0.2.23"

[dev-dependencies.assert_cmd]
version = "2.2.1"

[target."cfg(unix)".dependencies.pager2]
version = "0.6.5"