cargo-binstall/crates/atomic-file-install/Cargo.toml
github-actions[bot] f71ab715ab
chore: release (#2061)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-22 15:38:19 +00:00

18 lines
559 B
TOML

[package]
name = "atomic-file-install"
version = "1.0.10"
edition = "2021"
description = "For atomically installing a file or a symlink."
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/atomic-install"
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
license = "Apache-2.0 OR MIT"
rust-version = "1.65.0"
[dependencies]
reflink-copy = "0.1.15"
tempfile = "3.5.0"
tracing = "0.1.39"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.60.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }