blob: e4de62cd5c501af92129fef9e141906aa4091bfc [file] [log] [blame]
# 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-executor"
version = "1.4.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
description = "Async executor"
homepage = "https://github.com/stjepang/async-executor"
documentation = "https://docs.rs/async-executor"
readme = "README.md"
keywords = ["asynchronous", "executor", "single", "multi", "spawn"]
categories = ["asynchronous", "concurrency"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/async-executor"
[dependencies.async-task]
version = "4.0.0"
[dependencies.concurrent-queue]
version = "1.2.2"
[dependencies.fastrand]
version = "1.3.4"
[dependencies.futures-lite]
version = "1.11.0"
[dependencies.once_cell]
version = "1.4.1"
[dependencies.vec-arena]
version = "1.0.0"
[dev-dependencies.async-channel]
version = "1.4.1"
[dev-dependencies.async-io]
version = "1.1.9"
[dev-dependencies.easy-parallel]
version = "3.1.0"
[dev-dependencies.num_cpus]
version = "1.13.0"