# 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 = "omnicopy_to_output" version = "0.3.0" authors = ["Chris Henk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generalized post build copy to place files in output directory" readme = "README.md" keywords = [ "cargo", "filesystem", "tools", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/LittleBoxOfSunshine/Omnicopy-To-Output" [lib] name = "omnicopy_to_output" path = "src/lib.rs" [[test]] name = "build_tests" path = "tests/build_tests.rs" [[test]] name = "cargo_cache_tests" path = "tests/cargo_cache_tests.rs" [[test]] name = "common" path = "tests/common.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.build-target] version = "0.4.0" [dependencies.fs_extra] version = "1.3.0" [dependencies.project-root] version = "0.2.2" [dev-dependencies.tempfile] version = "3.8.1"