ringkernel-cpu 0.1.3

CPU backend for RingKernel - testing and fallback implementation
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.crossbeam]
version = "0.8"

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

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

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

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

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

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