1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "multitask"
16version = "0.2.0"
17authors = ["Stjepan Glavina <stjepang@gmail.com>"]
18description = "An executor for running async tasks"
19homepage = "https://github.com/stjepang/multitask"
20documentation = "https://docs.rs/multitask"
21readme = "README.md"
22keywords = ["task", "spawn", "work", "stealing", "execute"]
23categories = ["asynchronous", "concurrency"]
24license = "Apache-2.0 OR MIT"
25repository = "https://github.com/stjepang/multitask"
26[dependencies.async-task]
27version = "3.0.0"
28
29[dependencies.concurrent-queue]
30version = "1.1.1"
31
32[dependencies.fastrand]
33version = "1.2.4"
34[dev-dependencies.async-io]
35version = "0.1.1"
36
37[dev-dependencies.blocking]
38version = "0.4.6"
39
40[dev-dependencies.parking]
41version = "1.0.3"
42