# 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 = "spawn_groups" version = "1.0.0" authors = ["Genaro-Chris "] publish = true description = "Structured concurrency construct written in Rust, for Rustaceans" readme = "README.md" license-file = "license.txt" repository = "https://github.com/Genaro-Chris/spawn_groups/" [dependencies.async-mutex] version = "1.4.0" [dependencies.async-trait] version = "0.1.73" [dependencies.cooked-waker] version = "5.0.0" [dependencies.futures-lite] version = "1.13.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.threadpool] version = "1.8.1"