# 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 = "trasher" version = "3.3.2" authors = ["Clément Nerma "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A small command-line utility to replace 'rm' and 'del' by a trash system" readme = "README.md" keywords = [ "trash", "command-line", "rm", ] categories = [ "filesystem", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/ClementNerma/Trasher" [[bin]] name = "trasher" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.37" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.comfy-table] version = "7.1.0" [dependencies.crc-any] version = "2.4.4" [dependencies.crossterm] version = "0.27.0" default-features = false [dependencies.dirs] version = "5.0.1" [dependencies.fs_extra] version = "1.3.0" [dependencies.indicatif] version = "0.17.8" [dependencies.mountpoints] version = "0.2.1" [dependencies.once_cell] version = "1.19.0" [dependencies.ratatui] version = "0.26.1" [dependencies.regex] version = "1.10.4" [dependencies.tui-input] version = "0.8.0"