# 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 = "async-tempfile" version = "0.6.0" authors = ["Markus Mayer"] description = "Automatically deleted async I/O temporary files." documentation = "https://docs.rs/async-tempfile" readme = "README.md" keywords = [ "tokio", "temporary-files", "temp", ] categories = [ "asynchronous", "filesystem", ] license = "MIT" repository = "https://github.com/sunsided/async-tempfile-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[test]] name = "tests" path = "tests/tests.rs" [dependencies.tokio] version = "1.38.0" features = ["fs"] [dependencies.uuid] version = "1.9.1" features = ["v4"] optional = true [dev-dependencies.tokio] version = "1.38.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tokio-test] version = "0.4.4" [features] default = [] uuid = ["dep:uuid"]