write_atomic 0.2.0

Write to files atomically.
Documentation
[package]
name = "write_atomic"
version = "0.2.0"
authors = ["Blobfolio, LLC. <hello@blobfolio.com>"]
edition = "2021"
rust-version = "1.56"
description = "Write to files atomically."
license = "WTFPL"
repository = "https://github.com/Blobfolio/write_atomic"
readme = "README.md"
exclude = [
	".github",
	".gitignore",
	".righteous-sandbox.json",
	"about.toml",
	"doc",
	"justfile",
	"release",
]

[dependencies]
rand = "0.8"
tempfile = "3.2"

[target.'cfg(unix)'.dependencies]
libc = ">= 0.2.34"