[dependencies.array-init]
version = "2.1.0"
[dependencies.bytemuck]
version = "1.23.0"
[dependencies.thiserror]
version = "2.0.12"
[lib]
name = "mesocarp"
path = "src/lib.rs"
[package]
authors = ["Mesocarp"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Lock-free concurrency, synchronization, scheduling, and logging primitives in Rust"
edition = "2021"
homepage = "https://github.com/TheMesocarp/mesocarp"
keywords = ["concurrency", "synchronization", "scheduling", "logging"]
license = "AGPL-3.0"
name = "mesocarp"
readme = "README.md"
repository = "https://github.com/TheMesocarp/mesocarp"
version = "0.4.0"