# 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 = "maxtime" version = "0.4.0" authors = ["Tim Hutt "] description = "Find the maximum mtime in a directory." readme = "README.md" license = "MIT" [profile.release] lto = "thin" codegen-units = 1 strip = "symbols" [dependencies.anyhow] version = "1.0.71" features = ["backtrace"] [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.filetime] version = "0.2.21" [dependencies.ignore] version = "0.4.20" [dependencies.time] version = "0.3.21" features = ["formatting"] [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.5.0"