[dependencies]
[dev-dependencies.loom]
version = "0.7"
[package]
authors = ["Yuuki Takano <ytakanoster@gmail.com>"]
categories = ["no-std", "embedded"]
description = "Synchronization tools for no_std."
edition = "2021"
homepage = "https://github.com/ytakano/synctools/"
keywords = ["no_std", "mutex", "rwlock"]
license-file = "LICENSE"
name = "synctools"
readme = "README.md"
repository = "https://github.com/ytakano/synctools/"
version = "0.3.3"
[target."cfg(loom)".dependencies.loom]
version = "0.7"