[package] name = "malory" version = "0.2.1" authors = ["Denis Tsai "] edition = "2018" license = "MIT" repository = "https://github.com/dt665m/malory-rs" description = """ A tool to benchmark Async Functions (Futures) """ categories = ["development-tools"] keywords = ["async", "test", "bench", "benchmark"] [dependencies] tokio = { version = "1", features = ["signal", "macros", "sync", "time", "rt-multi-thread"] } log = "0.4"