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