# 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 = "peachy" version = "1.1.1" authors = ["nomoreqwerty "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Peachy is a simple async task manager, similar to thread pool but cooler and for structs" homepage = "https://github.com/nomoreqwerty/peachy" readme = "README.md" license = "MIT" repository = "https://github.com/nomoreqwerty/peachy" [lib] name = "peachy" path = "src/lib.rs" [dependencies.anyhow] version = "^1.0" [dependencies.dashmap] version = "^6.0" [dependencies.peachy_macro] version = "0.1.0" [dependencies.thiserror] version = "^1.0" [dependencies.tokio] version = "^1.39" features = [ "rt-multi-thread", "macros", "sync", ] [features] mediator = []