# 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 = "rmx" version = "0.1.6" authors = ["Fabricio "] description = "Faster GNU 'rm' drop in replacement with extra features" readme = "README.md" keywords = [ "gnu", "remove", "trash", ] categories = ["command-line-utilities, filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/demfabris/rmx" [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 strip = true [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 strip = true [[bench]] name = "cli" harness = false [dependencies.clap] version = "3" features = ["cargo"] [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.dialoguer] version = "0.10.2" [dependencies.jwalk] version = "0.6.0" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.37" [dependencies.trash] version = "2.1.5" [dependencies.zeroize] version = "1.5.7" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.escargot] version = "0.5.7" [dev-dependencies.predicates] version = "2.1.1" [features] auto-interactive = [] [target."cfg(unix)".dependencies.libc] version = "0.2.135"