[package] name = "ZuckGate" version = "0.1.8" edition = "2021" authors = ["hariprasath"] license = "MIT" repository = "https://github.com/HashiramaSenjuhari/Ask" documentation = "https://docs.rs/Ask" description = "Simple interface for making TCP-based HTTP requests in Rust. It supports both `GET` and `POST` requests with configurable headers and payloads." [dependencies] native-tls = "0.2.12"