# 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-task-tracker" version = "0.1.0" authors = [ "bdbai ", "Tokio Contributors ", ] build = false exclude = [ ".github", "rustfmt.toml", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A task tracker used for waiting until tasks exit." readme = "README.md" categories = ["asynchronous"] license = "MIT" repository = "https://github.com/bdbai/async-task-tracker" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "async_task_tracker" path = "src/lib.rs" [[test]] name = "async-extra" path = "tests/async-extra.rs" [[test]] name = "task_tracker" path = "tests/task_tracker.rs" [dependencies.event-listener] version = "5" default-features = false [dependencies.pin-project-lite] version = "0.2" [dev-dependencies.tokio-test] version = "0.4" [features] std = ["event-listener/std"]