# 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 = "task-tracker" version = "0.2.0" description = "Start and stop tasks decleratively based on which tasks should run at any given moment." readme = "README.md" keywords = [ "async", "task", "future", "track", "tokio", ] license = "MIT" repository = "https://github.com/popen2/task-tracker" [dependencies.futures] version = "0.3.18" [dependencies.hashbrown] version = "0.13.2" [dependencies.tokio] version = "1" features = [ "sync", "rt", "macros", "time", ] [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.3.0" features = ["v4"] [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.tracing-subscriber] version = "0.3.16"