[package] name = "peachy" authors = ["nomoreqwerty "] version = "1.1.1" repository = "https://github.com/nomoreqwerty/peachy" homepage = "https://github.com/nomoreqwerty/peachy" edition = "2021" license = "MIT" description = "Peachy is a simple async task manager, similar to thread pool but cooler and for structs" [dependencies] tokio = { version = "^1.39", features = ["rt-multi-thread", "macros", "sync"] } thiserror = "^1.0" anyhow = "^1.0" dashmap = "^6.0" peachy_macro = "0.1.0" [features] mediator = []