[package] name = "goku" version = "0.1.1" authors = ["k-nasa "] description = "goku is a HTTP load testing application written in Rust" keywords = ["cli", "goku", "load-testing", "performance", "http"] categories = ["command-line-utilities", "development-tools::profiling"] repository = "https://github.com/k-nasa/goku" license="MIT" readme = "README.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-std = {version = "0.99.12", features = ["unstable"] } clap = "2.33.0" env_logger = "0.7.1" log = "0.4.8" url = "2.1.0" serde_json = "1.0.41" serde = { version="1.0.102", features = ["derive"] } indicatif = "0.13.0"