[[bench]]
harness = false
name = "thread_cell_bench"
path = "benches/thread_cell_bench.rs"
[dependencies.crossbeam]
version = "0.8"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.criterion]
features = ["html_reports", "async_tokio"]
version = "0.5"
[lib]
name = "thread_cell"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A safe wrapper for non-Send/Sync types that pins them to a single thread and provides a handle that can be moved across threads"
edition = "2024"
license = "Apache-2.0"
name = "thread_cell"
readme = false
version = "0.1.0"