# 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 = "rawcopy-rs-next" version = "0.1.3" authors = ["码魂 "] description = "RawCopy crate provides the capability to use \"Volume Shadow Copy technology\" for file copying in Rust.Primarily aimed at replicating files that cannot be directly copied due to being in use." homepage = "https://github.com/pkptzx/rawcopy-rs" documentation = "https://docs.rs/rawcopy-rs" readme = "README.md" keywords = [ "rawcopy", "filesystem", "ntfs", "windows", "VolumeShadowCopy", ] categories = [ "filesystem", "os::windows-apis", ] license = "MIT" repository = "https://github.com/pkptzx/rawcopy-rs" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "rawcopy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.log] version = "0.4.21" [dependencies.normpath] version = "1.2.0" [dependencies.ntfs] version = "0.4.0"