[package]
name = "flowync"
version = "2.0.7"
authors = ["Ar37-rs <adyaro37@gmail.com>"]
edition = "2018"
description = "A simple utility for multithreading a/synchronization"
documentation = "https://docs.rs/flowync"
readme = "README.md"
keywords = ["async", "sync", "std", "multi-thread", "non-blocking"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ar37-rs/flowync"
[features]
default = []
parking-lot = ["parking_lot"]
[dependencies.parking_lot]
version = "0.12"
optional = true
[dev-dependencies]
tokio = { version = "1", features = ["full"] }