# 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" name = "copy_to_output" version = "2.2.0" include = [ "src/", "example_files", "LICENSE-*", "README.md", "COPYRIGHT", ] description = """ A small rust library to copy files/folders from the project directory to the output directory """ readme = "README.md" keywords = [ "gamedev", "cargo", "filesystem", "tools", ] categories = [ "development-tools::build-utils", "filesystem", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/samwoodhams/copy_to_output" [dependencies.anyhow] version = "1.0" [dependencies.build-target] version = "0.4" [dependencies.fs_extra] version = "1.3"