parallel-processor 0.2.6

Framework to manage asynchronous execution of multiple compute units communicating using messages
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 = "2021"
name = "parallel-processor"
version = "0.2.6"
authors = ["Andrea Cracco <guilucand@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework to manage asynchronous execution of multiple compute units communicating using messages"
readme = "README.md"
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/Guilucand/parallel-processor-rs"

[features]
memory-guards = []
no-stats = []
process-stats = []
track-usage = []

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

[dependencies.arc-swap]
version = "1.7.1"

[dependencies.backtrace]
version = "0.3.73"

[dependencies.bincode]
version = "2.0.1"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.dashmap]
version = "6.0.1"

[dependencies.desse]
version = "0.2.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.libc]
version = "0.2.155"

[dependencies.limits-rs]
version = "0.2.0"

[dependencies.lz4]
version = "1.25.0"

[dependencies.mt-debug-counters]
version = "0.1.3"

[dependencies.nightly-quirks]
version = "0.1.4"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.page_size]
version = "0.6.0"

[dependencies.parking_lot]
version = "0.12.3"
features = [
    "arc_lock",
    "send_guard",
]

[dependencies.parking_lot_core]
version = "0.9.11"

[dependencies.rand]
version = "0.9.1"

[dependencies.rayon]
version = "1.10.0"

[dependencies.replace_with]
version = "0.1.7"

[dependencies.rustc-hash]
version = "2.0.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.unchecked-index]
version = "0.2.2"

[dev-dependencies.voracious_radix_sort]
version = "1.2.0"
features = ["voracious_multithread"]

[target.'cfg(target_os = "linux")'.dependencies.procfs]
version = "0.18.0"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
version = "0.3.9"
features = [
    "psapi",
    "processthreadsapi",
]