# 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 = "tokio-async-utils" version = "0.1.3" authors = ["nxy7 "] description = "Async utils such as TaskHandle type that aborts task on handle drop." documentation = "https://docs.rs/tokio-async-utils/latest/tokio_async_utils/" readme = "README.md" keywords = [ "async", "tokio", "util", ] license = "MIT" repository = "https://github.com/nxy7/async-utils" [dependencies.tokio] version = "1.36.0" features = [ "time", "sync", "test-util", "rt", "macros", ]