[dependencies.reflink-copy]
version = "0.1.15"
[dependencies.tempfile]
version = "3.5.0"
[dependencies.tracing]
version = "0.1.39"
[lib]
name = "atomic_file_install"
path = "src/lib.rs"
[package]
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "For atomically installing a file or a symlink."
documentation = "https://docs.rs/atomic-install"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "atomic-file-install"
readme = false
repository = "https://github.com/cargo-bins/cargo-binstall"
rust-version = "1.65.0"
version = "1.0.6"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Storage_FileSystem", "Win32_Foundation"]
version = "0.58.0"