# 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 = "phazer" version = "0.2.0" authors = ["Brian Cook (a.k.a Coding-Badly)"] description = """ Two-phase commit for file creation. """ documentation = "https://docs.rs/phazer" readme = "README.md" keywords = [ "file", "utility", "windows", "linux", "unix", ] categories = [ "algorithms", "concurrency", "config", "filesystem", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/Coding-Badly/phazer" [package.metadata.docs.rs] all-features = true [dependencies.tokio] version = "1" features = ["fs"] optional = true [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.futures-util] version = "0.3.30" [dev-dependencies.reqwest] version = "0.12.4" features = ["stream"] [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.url] version = "2.5.0" [dev-dependencies.windows-sys] version = "0.52.0" features = ["Win32_Storage_FileSystem"] [features] default = [] simple = [] test_helpers = []