[package] name = "futex_channel" version = "0.0.0" description = "A faster drop in replacemet for std channel" authors = ["Stefan Schindler "] license = "MIT/Apache-2.0" edition = "2018" readme = "README.md" repository = "https://gitlab.com/dns2utf8/futex_channel" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html keywords = ["futex", "channel", "thread", "lockfree", "parallelism"] categories = ["concurrency", "os"] [dependencies] linux-futex = "0.1" [dev-dependencies] threadpool = "1.8.1"