[package]
edition = "2024"
rust-version = "1.86"
name = "zrx-executor"
version = "0.0.5"
authors = ["Zensical <contributors@zensical.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Executor for parallelization of tasks"
homepage = "https://github.com/zensical/zrx"
readme = "README.md"
license = "MIT"
repository = "https://github.com/zensical/zrx"
[lib]
name = "zrx_executor"
path = "src/lib.rs"
[dependencies.crossbeam]
version = "0.8.4"
[dependencies.thiserror]
version = "2.0.18"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1