pulith-fs 0.1.0

Cross-platform atomic filesystem primitives
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"
name = "pulith-fs"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform atomic filesystem primitives"
documentation = "https://github.com/anomalyco/pulith/blob/main/docs/design/fs.md"
readme = "README.md"
keywords = [
    "filesystem",
    "atomic",
    "cross-platform",
]
categories = [
    "os::unix-apis",
    "os::windows-apis",
]
license = "Apache-2.0"
repository = "https://github.com/anomalyco/pulith"

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

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

[dependencies.fs2]
version = "0.4"

[dependencies.junction]
version = "1.4.2"

[dependencies.memmap2]
version = "0.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.tempfile]
version = "3"