# 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 = "rrecycle" version = "1.0.0" authors = ["Emma Alexandria"] description = "Cross-platform terminal file manager with recycle bin support." readme = "README.md" license = "MIT" repository = "https://github.com/emmalexandria/rrecycle" [lib] name = "rrc_lib" path = "src/lib/lib.rs" [[bin]] name = "rrc" path = "src/main.rs" [[bench]] name = "overwrite_speed" harness = false [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "4.5.2" features = ["cargo"] [dependencies.colored] version = "2.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.indicatif] version = "0.17.8" [dependencies.prettytable] version = "0.10.0" [dependencies.terminal_size] version = "0.3.0" [dependencies.trash] version = "4.0.0" [dependencies.wild] version = "2.2.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"