# 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 = "hyena" version = "0.2.4" description = "A simple async task pool" readme = "README.md" keywords = [ "async", "task", "pool", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ChangeCaps/hyena" [dependencies.async-executor] version = "1.4" [dependencies.async-task] version = "4.3" [dependencies.concurrent-queue] version = "2.1" [dependencies.event-listener] version = "2.5" [dependencies.futures-lite] version = "1.12" [dependencies.num_cpus] version = "1.15" [dependencies.once_cell] version = "1.17"