write_atomic 0.7.1

Write to files atomically.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.87"
name = "write_atomic"
version = "0.7.1"
authors = ["Josh Stoik <josh@blobfolio.com>"]
build = false
exclude = [
    ".github",
    ".gitignore",
    ".righteous-sandbox.json",
    "doc",
    "justfile",
    "release",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Write to files atomically."
readme = "README.md"
license = "WTFPL"
repository = "https://github.com/Blobfolio/write_atomic"

[package.metadata.bashman]
name = "write_atomic"

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

[dependencies.filetime]
version = "0.2.*"

[dependencies.tempfile]
version = "3.26.0"