atomicwrites 0.4.4

Atomic file-writes.
Documentation
[dependencies.tempfile]
version = "3.1"

[lib]
name = "atomicwrites"
path = "src/lib.rs"

[package]
authors = ["Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Atomic file-writes."
documentation = "https://docs.rs/crate/atomicwrites"
exclude = ["/.travis.yml", "/Makefile", "/appveyor.yml"]
homepage = "https://github.com/untitaker/rust-atomicwrites"
keywords = ["filesystem", "posix"]
license = "MIT"
name = "atomicwrites"
readme = "README.md"
repository = "https://github.com/untitaker/rust-atomicwrites"
version = "0.4.4"

[target."cfg(unix)".dependencies.rustix]
features = ["fs"]
version = "0.38.0"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Storage_FileSystem"]
version = "0.52.0"

[[test]]
name = "lib"
path = "tests/lib.rs"