# 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 = "moni" version = "0.2.1" authors = ["Eliaz Bobadilla "] description = "Recursively deletes all the apparitions of a directory/file" homepage = "https://github.com/UltiRequiem/moni" readme = "readme.md" license = "MIT" resolver = "2" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.home] version = "0.5.3" [dependencies.owo-colors] version = "3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.walkdir] version = "2"