# 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 = "cpz" version = "2.2.0" authors = ["Alex Saveau "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast cp provides an alternative to cp that focuses on maximizing performance." readme = "README.md" keywords = [ "tools", "files", "cp", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/SUPERCILEX/fuc" [[bin]] name = "cpz" path = "src/main.rs" [[test]] name = "api" path = "tests/api.rs" [[bench]] name = "copy_methods" path = "benches/copy_methods.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.once_cell] version = "1.18.0" [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.cache-size] version = "0.7.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.memmap2] version = "0.9.4" [dev-dependencies.rand] version = "0.8.5" [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", ] [target."cfg(unix)".dev-dependencies.rustix] version = "0.38.34" features = [ "fs", "pipe", ]