[package] name = "adirector" version = "0.1.1" authors = ["red cloud team"] description = "asynchronous tokio task spawner with a limited size" edition = "2021" repository = "https://github.com/redcloudvg/adirector" readme = "README.md" license-file = "LICENSE" keywords = ["parallel", "task", "concurrency", "join", "performance"] categories = ["concurrency"] [dependencies] tokio = { version = "1", default-features = false, features = ["macros", "time", "rt", "sync"] }