# 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" rust-version = "1.79" name = "rmz" version = "2.2.0" authors = ["Alex Saveau "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast rm provides an alternative to rm that focuses on maximizing performance." readme = "README.md" keywords = [ "tools", "files", "rm", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/SUPERCILEX/fuc" [[bin]] name = "rmz" path = "src/main.rs" [[test]] name = "api" path = "tests/api.rs" [[bench]] name = "rmz" path = "benches/rmz.rs" harness = false [dependencies.clap] version = "4.5.8" features = [ "derive", "wrap_help", ] [dependencies.error-stack] version = "0.4.1" [dependencies.fuc_engine] version = "2" [dependencies.indicatif] version = "0.17.8" optional = true [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-indicatif] version = "0.3.6" optional = true [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [dependencies.tracing-tracy] version = "0.11.0" features = ["flush-on-exit"] optional = true [dependencies.tracy-client] version = "0.17.0" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.ftzz] version = "3.0.0" [dev-dependencies.io-adapters] version = "0.3.0" [dev-dependencies.remove_dir_all] version = "0.8.2" features = ["parallel"] [dev-dependencies.supercilex-tests] version = "0.4.6" features = ["clap"] default-features = false [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.trycmd] version = "0.15.4" [features] progress = [ "fuc_engine/tracing", "dep:tracing", "dep:tracing-subscriber", "dep:tracing-indicatif", "dep:indicatif", ] trace = [ "fuc_engine/tracing", "dep:tracing", "dep:tracing-subscriber", "dep:tracing-tracy", "dep:tracy-client", ]