![dependabot[bot]](/assets/img/avatar_default.png)
Updates the requirements on [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) to permit the latest version. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-queue-0.2.0...crossbeam-queue-0.3.0) Signed-off-by: dependabot[bot] <support@github.com>
20 lines
552 B
TOML
20 lines
552 B
TOML
[package]
|
|
name = "dynqueue"
|
|
version = "0.2.2-alpha.0"
|
|
authors = ["Harald Hoyer <harald@redhat.com>"]
|
|
edition = "2018"
|
|
|
|
license = "MIT"
|
|
documentation = "https://docs.rs/dynqueue"
|
|
homepage = "https://github.com/haraldh/dynqueue"
|
|
repository = "https://github.com/haraldh/dynqueue"
|
|
description = "Dynamically extendable Rayon parallel iterator"
|
|
readme = "README.md"
|
|
|
|
keywords = [ "parallel", "performance", "thread", "join", "concurrency"]
|
|
categories = [ "concurrency" ]
|
|
|
|
[dependencies]
|
|
rayon = "1.3"
|
|
crossbeam-queue = { version = "0.3", optional = true }
|