# 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.74.0" name = "obliviate" version = "0.2.0" authors = [ "Paolo Marino", "William Desportes", ] description = "Small utility to delete files older than a certain amount of days." homepage = "https://github.com/pmarino90/obliviate" readme = "README.md" license = "MIT" repository = "https://github.com/pmarino90/obliviate" [dependencies.clap] version = "4.5.1" features = ["cargo"] [dependencies.humansize] version = "2.1.3" [dependencies.log] version = "0.4.6" [dependencies.simple_logger] version = "5.0.0"