[dependencies]
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.tokio]
features = ["rt-threaded", "macros", "time"]
version = "0.2"
[package]
authors = ["Mnwa <mihan@panfilov.biz>"]
categories = ["concurrency"]
description = "The fast async mutex which uses spinlock algorithm with using waker"
documentation = "https://docs.rs/fast-async-mutex/"
edition = "2018"
keywords = ["mutex", "lock", "thread", "spin", "concurrency"]
license = "Apache-2.0/MIT"
name = "fast-async-mutex"
readme = "README.md"
repository = "https://github.com/Mnwa/fast-async-mutex"
version = "0.3.0"