# 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-write-file" version = "0.2.2" authors = ["Andrea Corbellini "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Write files atomically to a file system" readme = "README.md" keywords = [ "file", "atomic", "write", ] categories = ["filesystem"] license = "BSD-3-Clause" repository = "https://github.com/andreacorbellini/rust-atomic-write-file" [lib] name = "atomic_write_file" path = "src/lib.rs" [dependencies.rand] version = "0.8" [features] default = [] unnamed-tmpfile = [] unstable-can_vector = [] unstable-read_buf = [] unstable-seek_stream_len = [] unstable-unix_file_vectored_at = [] unstable-write_all_vectored = [] [target."cfg(unix)".dependencies.nix] version = "0.29" features = [ "fs", "user", ]