# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fcp" version = "0.2.1" authors = ["Kevin Svetlitski "] exclude = ["/fixtures/", "/.github/"] description = "A significantly faster alternative to the classic Unix cp(1) command" readme = "README.md" keywords = ["copy", "unix", "shell", "utility", "fast"] categories = ["command-line-utilities", "filesystem"] license-file = "LICENSE" repository = "https://github.com/Svetlitski/fcp" [[bin]] name = "fcp" path = "src/main.rs" [[bench]] name = "fcp_benchmark" harness = false [dependencies.nix] version = "0.22.0" [dependencies.rayon] version = "1.5.1" [dev-dependencies.criterion] version = "0.3.4" features = ["html_reports"]