# 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 = "2021" name = "dtg" version = "6.3.0" build = 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" [[bin]] name = "dtg" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.clap] version = "4.5.20" features = [ "derive", "wrap_help", ] [dependencies.clap-cargo] version = "0.14.1" [dependencies.clearscreen] version = "3.0.0" [dependencies.dtg-lib] version = "6.3.0" [dependencies.iana-time-zone] version = "0.1.61" [dependencies.jiff] version = "0.1.13" [dev-dependencies.assert_cmd] version = "2.0.16" [target."cfg(unix)".dependencies.pager] version = "0.16.1"