ringkernel-cpu 0.4.0

CPU backend for RingKernel - testing and fallback implementation
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"
rust-version = "1.75"
name = "ringkernel-cpu"
version = "0.4.0"
authors = ["Michael Ivertowski <mivertowski@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPU backend for RingKernel - testing and fallback implementation"
homepage = "https://github.com/mivertowski/RustCompute"
readme = "README.md"
keywords = [
    "gpu",
    "actor",
    "cpu",
    "testing",
]
categories = [
    "concurrency",
    "development-tools::testing",
]
license = "Apache-2.0"
repository = "https://github.com/mivertowski/RustCompute"

[features]
default = []
simd = []

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

[dependencies.async-trait]
version = "0.1"

[dependencies.crossbeam]
version = "0.8"

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1.11"

[dependencies.ringkernel-core]
version = "0.4.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.48"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.6"
features = [
    "v4",
    "fast-rng",
]

[dependencies.wide]
version = "0.7"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.tokio]
version = "1.48"
features = [
    "full",
    "test-util",
    "macros",
    "rt-multi-thread",
]