# 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 = "lacs" version = "1.0.0" authors = ["Aaron Muñoz"] include = [ "src/**/*", "Cargo.toml", ] description = "Simple CLI tool that displays files in a directory sorted by their last accessed time" homepage = "https://github.com/Thompson6626/last-accessed-cli" keywords = [ "cli", "directory", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/Thompson6626/last-accessed-cli" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = ["cargo"] [dependencies.derive_more] version = "1.0.0" features = [ "from", "display", ] [dependencies.globset] version = "0.4.14" [dependencies.walkdir] version = "2.5.0" [lints.rust] unsafe_code = "forbid"