[package] name = "cforall-rust-bench" version = "@VERSION@" authors = ["Cforall"] edition = "2018" [[bin]] name = "cycle-tokio" path = "@abs_srcdir@/readyQ/cycle.rs" [[bin]] name = "locality-tokio" path = "@abs_srcdir@/readyQ/locality.rs" [features] sync = ["tokio/sync"] time = ["tokio/time"] [dependencies] clap = "2.33" isatty = "0.1" num-format = "0.4.0" rand = "*" tokio = { version = "0.3.0", features = ["full"] }