# 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 = "2021" name = "par-stream" version = "0.10.2" authors = ["jerry73204 "] description = "Asynchronous parallel streams analogous to rayon" homepage = "https://github.com/jerry73204/par-stream" documentation = "https://docs.rs/par-stream/" readme = "README.md" categories = ["asynchronous"] license = "MIT" repository = "https://github.com/jerry73204/par-stream.git" resolver = "2" [package.metadata.docs.rs] features = ["doc-only"] no-default-features = true [dependencies.async-std] version = "1.10.0" features = ["unstable"] optional = true [dependencies.by_address] version = "1.0.4" [dependencies.crossbeam] version = "0.8.1" [dependencies.dashmap] version = "5.1.0" [dependencies.derivative] version = "2.2.0" [dependencies.flume] version = "0.10.10" [dependencies.futures] version = "0.3.21" [dependencies.num_cpus] version = "1.13.1" [dependencies.once_cell] version = "1.9.0" [dependencies.parking_lot] version = "0.12.0" [dependencies.pin-project] version = "1.0.10" [dependencies.tokio] version = "1.16.1" features = ["sync", "macros", "time"] [dev-dependencies.async-std] version = "1.10.0" features = ["unstable", "attributes"] [dev-dependencies.concurrent-slice] version = "0.1.0" [dev-dependencies.itertools] version = "0.10.3" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.structopt] version = "0.3.26" [dev-dependencies.tokio] version = "1.16.1" features = ["sync", "macros", "rt-multi-thread", "time"] [features] doc-only = ["async-std"] runtime-async-std = ["async-std"] runtime-tokio = ["tokio/rt-multi-thread"]