# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "async-resource" version = "0.1.0" authors = ["Andrew Whitehead "] description = "Async resource pool" keywords = ["async", "resource", "pool"] license = "MIT/Apache-2.0" repository = "https://github.com/andrewwhitehead/async-resource-rs/" [lib] name = "async_resource" path = "src/lib.rs" [dependencies.concurrent-queue] version = "1.1" [dependencies.futures-util] version = "0.3" [dependencies.multitask] version = "0.2" optional = true [dependencies.option-lock] version = "0.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.futures-channel] version = "0.3" [dev-dependencies.futures-executor] version = "0.3" [features] default = ["exec-multitask"] exec-multitask = ["multitask"]