# 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 = "2018" name = "poolparty" version = "2.0.1" authors = ["xermicus "] description = "Added functionality for the `futures::executor::ThreadPool` futures executor.\n" documentation = "https://docs.rs/poolparty/2.0.1" readme = "./README.md" keywords = ["futures", "async", "future", "threadpool", "executor"] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/xermicus/poolparty" [dependencies.async-std] version = "1.10.0" features = ["unstable"] [dependencies.futures] version = "0.3.17" features = ["thread-pool"] package = "futures"