[package] name = "disturbance" description = "Monitor disturbances in a web service's behaviour." homepage = "https://github.com/crodjer/disturbance" repository = "https://github.com/crodjer/disturbance" keywords = ["deployment", "benchmarking", "monitoring", "web"] version = "0.2.0" authors = ["Rohan Jain "] license = "GPL-3.0-or-later" edition = "2018" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossbeam = "0.5.0" ctrlc = "3.1.3" failure = "0.1.6" reqwest = "0.9.22" structopt = "0.3.1"