[dependencies.rayon]
version = "1.10.0"
[dependencies.tracing]
version = "0.1.41"
[lib]
name = "llkv_threading"
path = "src/lib.rs"
[lints.clippy]
disallowed_methods = "deny"
print_stderr = "deny"
print_stdout = "deny"
[package]
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Thread pooling utilities for the LLKV toolkit."
edition = "2024"
license = "Apache-2.0"
name = "llkv-threading"
publish = true
readme = "README.md"
repository = "https://github.com/jzombie/rust-llkv"
resolver = "2"
version = "0.8.5-alpha"