[package]
name = "thread_aware"
description = "Facilities to support thread-isolated state."
version = "0.6.1"
readme = "README.md"
keywords = ["oxidizer", "thread", "aware"]
categories = ["data-structures"]
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[package.metadata.cargo_check_external_types]
allowed_external_types = ["thread_aware_macros::ThreadAware"]
[package.metadata.docs.rs]
all-features = true
[features]
default = ["derive"]
derive = ["dep:thread_aware_macros"]
threads = ["dep:many_cpus"]
[dependencies]
many_cpus = { workspace = true, optional = true }
thread_aware_macros = { workspace = true, optional = true }
[dev-dependencies]
mutants.workspace = true
static_assertions.workspace = true
thread_aware_macros = { workspace = true }
[lints]
workspace = true