[package] name = "flowync" version = "5.1.0" authors = ["Ar37-rs "] edition = "2021" 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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] compact = [] [[example]] name = "compact" required-features = ["compact"] [dev-dependencies] tokio = { version = "1", features = ["full"] }