# 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 = "task_pool" version = "0.1.4" description = """ Flexible abstraction for task-based composable multithreading. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DouglasDwyer/task_pool" [dependencies.arc-swap] version = "1.6.0" [dependencies.fxhash] version = "0.2.1" [dependencies.priority-queue] version = "1.3.2" [dependencies.takecell] version = "0.1.1" [dependencies.wasm_sync] version = "0.1.0" [dev-dependencies.futures-executor] version = "0.3.28"