# 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.65.0" name = "atomic-file-install" version = "1.0.5" authors = ["Jiahao XU "] description = "For atomically installing a file or a symlink." documentation = "https://docs.rs/atomic-install" license = "Apache-2.0 OR MIT" repository = "https://github.com/cargo-bins/cargo-binstall" [dependencies.reflink-copy] version = "0.1.15" [dependencies.tempfile] version = "3.5.0" [dependencies.tracing] version = "0.1.39" [target."cfg(windows)".dependencies.windows] version = "0.58.0" features = [ "Win32_Storage_FileSystem", "Win32_Foundation", ]