[dependencies.async-std]
optional = true
version = "1.9.0"
[dependencies.derivative]
version = "2.2.0"
[dependencies.futures]
version = "0.3.13"
[dependencies.num_cpus]
version = "1.13.0"
[dependencies.pin-project]
version = "1.0.6"
[dependencies.tokio]
features = ["rt-multi-thread"]
optional = true
version = "1.4.0"
[dev-dependencies.async-std]
features = ["unstable", "attributes"]
version = "1.9.0"
[dev-dependencies.rand]
version = "0.8.3"
[features]
doc-only = ["runtime_async-std"]
runtime_async-std = ["async-std", "async-std/unstable", "async-std/attributes", "tokio", "tokio/sync", "tokio/macros"]
runtime_tokio = ["tokio", "tokio/sync", "tokio/macros", "async-std", "async-std/unstable"]
[package]
authors = ["jerry73204 <jerry73204@gmail.com>"]
categories = ["asynchronous"]
description = "Asynchronous parallel streams analogous to rayon"
documentation = "https://docs.rs/par-stream/"
edition = "2018"
homepage = "https://github.com/jerry73204/par-stream"
license = "MIT"
name = "par-stream"
readme = "README.md"
repository = "https://github.com/jerry73204/par-stream.git"
version = "0.3.1"
[package.metadata.docs.rs]
features = ["doc-only"]
no-default-features = true