# 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 = "touch-for-windows" version = "0.1.1" build = false exclude = [ ".github/*", "tests/*", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool to create empty files (for Windows)." homepage = "https://github.com/manuelinfosec/touch-for-windows" documentation = "https://github.com/manuelinfosec/touch-for-windows#readme" readme = "README.md" license = "MIT" repository = "https://github.com/manuelinfosec/touch-for-windows" [[bin]] name = "touch" path = "src/main.rs" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.dateparser] version = "0.1.7" [dependencies.filetime] version = "0.2.19" [dependencies.regex] version = "^1.0.5" [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.2.0"