# 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 = "2018" name = "dircpy" version = "0.3.19" authors = ["Johann Woelper "] description = "Copy directories recursively with flexible options." readme = "README.md" keywords = [ "copy", "recursive", "filesystem", "file", ] license = "MIT" repository = "https://github.com/woelper/dircpy/" [[bench]] name = "copy_rustlang" harness = false [dependencies.jwalk] version = "0.8" optional = true [dependencies.log] version = "0.4" [dependencies.walkdir] version = "2.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.reqwest] version = "0.12" features = ["blocking"] [dev-dependencies.unzip] version = "0.1" [features] default = ["jwalk"]