# 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.68.2" name = "cpdir" version = "0.1.0" authors = ["Kade Robertson "] description = "Command-line utility for copying directory structure between two locations." homepage = "https://github.com/kade-robertson/cpdir" readme = "README.md" keywords = [ "copy", "directory", "cp", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kade-robertson/cpdir" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{version}-{ target }{ archive-suffix }" pkg-fmt = "bin" [profile.release] opt-level = 3 lto = "fat" strip = true [dependencies.clap] version = "4.2.1" features = [ "derive", "wrap_help", ] [dev-dependencies.mktemp] version = "0.5"