# 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. cargo-features = ["codegen-backend"] [package] edition = "2021" name = "rmsafe" version = "2.5.0" authors = ["Adhyan H. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "safely removing files and directories; moving them to trash" readme = "README.md" license = "MIT" repository = "https://github.com/frroossst/rmsafe" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [lib] name = "rmsafe" path = "src/lib.rs" [[bin]] name = "rmsafe" path = "src/main.rs" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.confy] version = "0.5.1" [dependencies.glob] version = "0.3.0" [dependencies.love_rust] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_derive] version = "1.0.147" [dependencies.toml] version = "0.7.3"