[package] name = "get-rusty" version = "0.1.0" edition = "2021" authors = ["Shubham Parihar "] description = "🚀 A blazingly-fast™ CLI tool written in Rust to make HTTP GET requests" readme = "README.md" homepage = "https://github.com/iShibi/get-rusty#readme" repository = "https://github.com/iShibi/get-rusty" license = "MIT" keywords = ["tokio", "clap", "reqwest", "rust"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.2.16", features = ["derive"] } reqwest = { version = "0.11.11", features = ["json"] } tokio = { version = "1.20.1", features = ["full"] }