[dependencies.log]
version = "^0.4"
[dependencies.slab]
version = "^0.4"
[dependencies.tokio]
features = ["rt", "sync", "macros", "time"]
version = "^1.13"
[package]
categories = ["asynchronous"]
description = "rust asynchronous task manager built on top of tokio framework"
documentation = "https://docs.rs/coachman/"
edition = "2021"
homepage = "https://github.com/dapper91/coachman-rs"
keywords = ["tokio", "async", "task-manager", "cancellation", "supervisor"]
license = "Unlicense"
name = "coachman"
readme = "README.md"
repository = "https://github.com/dapper91/coachman-rs"
resolver = "2"
version = "0.3.0"