summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2e85e1f84ffeaf33d55e4356b1f3432b0042195d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "parseq"
version = "0.1.4"
authors = ["Stefan Kreutz <mail@skreutz.com>"]
edition = "2021"
description = "Parallel sequential iterator"
readme = "README.md"
repository = "https://git.skreutz.com/parseq.git"
license = "MIT OR Apache-2.0"
keywords = ["parallel", "sequential", "ordered", "iterator"]
categories = ["concurrency"]
publish = true

[dependencies]
crossbeam-channel = "0.5.12"

[dev-dependencies]
ntest = "0.9.2"
Generated by cgit. See skreutz.com for my tech blog and contact information.