# 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 = "libxcp" version = "0.23.0" authors = ["Steve Smith "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`libxcp` is a high-level file-copy engine with support for multi-threading, fine-grained progress feedback, pluggable drivers, and `.gitignore` filters. `libxcp` provides the core functionality of `xcp`." homepage = "https://github.com/tarka/xcp" readme = "README.md" keywords = [ "coreutils", "cp", "files", "filesystem", ] categories = ["filesystem"] license = "GPL-3.0-only" repository = "https://github.com/tarka/xcp" [lib] name = "libxcp" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.blocking-threadpool] version = "1.0.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.ignore] version = "0.4.23" [dependencies.libfs] version = "0.8.0" [dependencies.log] version = "0.4.22" [dependencies.num_cpus] version = "1.16.0" [dependencies.regex] version = "1.11.1" [dependencies.thiserror] version = "1.0.65" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.tempfile] version = "3.13.0" [features] default = [ "parblock", "use_linux", ] parblock = [] use_linux = ["libfs/use_linux"] [lints.clippy] upper_case_acronyms = "allow"