# 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" rust-version = "1.75.0" name = "touch-cli" version = "1.1.3" authors = ["Radim Kolar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast, Parallelized touch(1) file utility" homepage = "https://gitlab.com/hsn10/touch-rs" readme = "README.md" keywords = [ "cli", "utility", "touch", "file", ] categories = [ "filesystem", "command-line-utilities", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/hsn10/touch-rs.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 panic = "abort" incremental = true strip = "symbols" [[bin]] name = "touch" path = "src/main.rs" [dependencies.getopt3] version = "^2.1.0" [dependencies.glob] version = "^0.3.1" [dependencies.tokio] version = "^1.38.1" features = [ "macros", "rt-multi-thread", "fs", "time", ] [dev-dependencies.rstest] version = "0.19.0" [dev-dependencies.rstest_reuse] version = "0.7.0" [dev-dependencies.testfile] version = "0.1.5"