# 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 = "datetag" version = "0.3.0" authors = ["Daniele Olmisani "] exclude = ["/resources"] description = "datetag is a simple command-line application to generate and manage date tags (e.g. 20240427)" homepage = "https://mad4j.github.io/rusted-datetag/" readme = "README.md" keywords = [ "cli", "date", "tag", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/mad4j/rusted-datetag" [dependencies.anyhow] version = "1.0.82" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.color-print] version = "0.3.6" [dependencies.regex] version = "1.10.4" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.assert_fs] version = "1.1.1" [dev-dependencies.predicates] version = "3.1.0" [target."cfg(windows)".build-dependencies.winres] version = "0.1.12"