easy-parallel/Cargo.toml

17 lines
504 B
TOML
Raw Permalink Normal View History

2020-05-26 22:05:45 +00:00
[package]
name = "easy-parallel"
2021-12-30 03:51:29 +00:00
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v3.x.y" git tag
version = "3.3.1"
2020-05-26 22:05:45 +00:00
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
2023-10-08 06:12:28 +00:00
edition = "2021"
2023-06-11 16:27:59 +00:00
rust-version = "1.63"
2020-05-27 08:10:37 +00:00
description = "Run closures in parallel"
2020-05-26 22:05:45 +00:00
license = "Apache-2.0 OR MIT"
2020-12-26 14:47:13 +00:00
repository = "https://github.com/smol-rs/easy-parallel"
homepage = "https://github.com/smol-rs/easy-parallel"
2020-05-26 22:05:45 +00:00
keywords = ["scope", "thread", "scoped", "spawn"]
categories = ["concurrency"]
2022-01-08 13:45:51 +00:00
exclude = ["/.*"]