atomicwrites 0.2.5

Atomic file-writes.
Documentation
[dependencies.tempdir]
version = "0.3"

[package]
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
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.2.5"
[target."cfg(unix)".dependencies.nix]
version = "0.14.0"
[target."cfg(windows)".dependencies.winapi]
features = ["winbase"]
version = "0.3"