# 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.75.0" name = "xcp" version = "0.22.0" authors = ["Steve Smith "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "xcp is a (partial) clone of the Unix `cp` command, with more user-friendly feedback and some performance optimisations. See the README for features and limitations." homepage = "https://github.com/tarka/xcp" readme = "README.md" keywords = [ "coreutils", "cp", "files", "filesystem", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/tarka/xcp" [[bin]] name = "xcp" path = "src/main.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "linux" path = "tests/linux.rs" [[test]] name = "util" path = "tests/util.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.glob] version = "0.3.1" [dependencies.ignore] version = "0.4.23" [dependencies.indicatif] version = "0.17.8" [dependencies.libfs] version = "0.8.0" [dependencies.libxcp] version = "0.23.0" [dependencies.log] version = "0.4.22" [dependencies.num_cpus] version = "1.16.0" [dependencies.simplelog] version = "0.12.2" [dependencies.unbytify] version = "0.2.0" [dev-dependencies.cfg-if] version = "1.0.0" [dev-dependencies.fslock] version = "0.2.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.rustix] version = "0.38.38" [dev-dependencies.tempfile] version = "3.13.0" [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.uuid] version = "1.11.0" features = ["v4"] [dev-dependencies.walkdir] version = "2.5.0" [dev-dependencies.xattr] version = "1.3.1" [features] default = [ "parblock", "use_linux", ] parblock = ["libxcp/parblock"] test_no_acl = ["libfs/test_no_acl"] test_no_extents = ["libfs/test_no_extents"] test_no_perms = [] test_no_reflink = ["libfs/test_no_reflink"] test_no_sockets = ["libfs/test_no_sockets"] test_no_sparse = ["libfs/test_no_sparse"] test_no_symlinks = [] test_no_xattr = [] test_run_expensive = [] use_linux = [ "libfs/use_linux", "libxcp/use_linux", ] [lints.clippy] upper_case_acronyms = "allow"