# 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" rust-version = "1.70" name = "async-spooled-tempfile" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous spooled temporary file" documentation = "https://docs.rs/async-spooled-tempfile" readme = "README.md" keywords = [ "async", "spooled", "tempfile", "filesystem", ] categories = ["filesystem"] license = "Apache-2.0 OR MIT" repository = "https://github.com/AverageADF/async-spooled-tempfile" [lib] name = "async_spooled_tempfile" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.tempfile] version = "3.14.0" [dependencies.tokio] version = "1.42" features = [ "fs", "io-util", "rt", ] default-features = false [dev-dependencies.tokio] version = "1.42" features = [ "rt", "macros", "io-util", ] default-features = false