# 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 = "piscina" version = "0.2.1" description = "A simple generic pool that supports both sync and async" homepage = "https://github.com/minghuaw/piscina" documentation = "https://docs.rs/piscina/" readme = "README.md" keywords = [ "pool", "async", "priority", ] license = "MIT/Apache-2.0" repository = "https://github.com/minghuaw/piscina" [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" optional = true [dependencies.pin-project-lite] version = "0.2" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.futures-test] version = "0.3" [features] default = []