# 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 = "closure-future" version = "0.1.0" authors = ["Arthur Carcano <53921575+krtab@users.noreply.github.com>"] exclude = [".vscode", "Cargo.lock"] description = "Easily run closures on thread pools and turn their result into Futures" readme = "README.md" keywords = ["async", "future", "threadpool", "rayon"] categories = ["asynchronous", "concurrency"] license = "BSD-3-Clause" repository = "https://github.com/krtab/closure-future" [package.metadata.docs.rs] features = ["rayon", "nightly-docs"] [dependencies.async-oneshot] version = "0.5.0" [dependencies.rayon] version = "1.5.1" optional = true [dev-dependencies.pollster] version = "0.2.4" [dev-dependencies.rayon] version = "1.5.1" [features] nightly-docs = []