perftool 0.2.0

Simple generic performance tool for generating load with linear ramp up
Documentation
[package]
name = "perftool"
description = "Simple generic performance tool for generating load with linear ramp up"
version = "0.2.0"
authors = ["Iaroslav Ciupin <iaroslav.ciupin@ellation.com>"]
edition = "2018"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
futures = "0.3"
rand = "0.8"
log = "0.4"
env_logger = "0.8"
tokio = { version = "0.3", features = ["full"] }