openmp-reducer 0.2.4

OpenMP-style reducers
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "openmp-reducer"
version = "0.2.4"
authors = [
    "Tommaso Fontana <tommaso.fontana.96@gmail.com>",
    "Sebastiano Vigna <sebastiano.vigna@unimi.it>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenMP-style reducers"
readme = "README.md"
keywords = [
    "reducer",
    "concurrency",
]
categories = ["concurrency"]
license = "Apache-2.0 OR LGPL-2.1-or-later"
repository = "https://github.com/vigna/openmp-reducer-rs/"

[lib]
name = "openmp_reducer"
path = "src/lib.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[dev-dependencies.rayon]
version = "1.10.0"