# 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 = "2021" name = "atomic-ops" version = "0.1.1" authors = ["Ivan Ermolaev "] description = "Performs atomic operations in the filesystem" homepage = "https://github.com/versolid/atomic-ops" documentation = "https://docs.rs/atomic-ops" readme = "README.md" keywords = [ "serialization", "operations", "processes", ] categories = [ "encoding", "filesystem", ] license = "MIT" repository = "https://github.com/versolid/atomic-ops" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_flow] version = "1.1.1" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.36.0" features = ["rt"] [dev-dependencies.tempfile] version = "3"