# 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.60" name = "copy-metadata" version = "0.1.0" authors = ["Absolutex "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Copy metadata from one file to another" homepage = "https://github.com/lxl66566/copy-metadata" readme = "README.md" keywords = [ "copy", "metadata", "copy-metadata", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/lxl66566/copy-metadata" [lib] name = "copy_metadata" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.filetime] version = "0.2.25" [dev-dependencies.tap] version = "1.0.1" [dev-dependencies.tempfile] version = "3.12.0" [target."cfg(unix)".dependencies] [target."cfg(windows)".dependencies]