# 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" rust-version = "1.56" name = "qp" version = "0.2.1" authors = ["Seungjae Park "] description = "Quick Pool: High Performance Async Generic Pool" keywords = [ "async", "resource", "pool", "tokio", ] categories = [ "asynchronous", "data-structures", ] license = "MIT" repository = "https://github.com/Astro36/qp" [dependencies.async-trait] version = "0.1.56" [dependencies.crossbeam-queue] version = "0.3.5" [dependencies.crossbeam-utils] version = "0.8.8" [dev-dependencies.tokio] version = "1.19.2" features = [ "macros", "rt", "rt-multi-thread", "time", ]