[package] name = "zang" version = "0.1.1" edition = "2021" authors = [ "Shahzeb Ihsan " ] repository = "https://github.com/icode-iam/zang" description = "A test crate which is also a collection of some libraries which I tend to use for hobby projects." license = "MIT OR Apache-2.0" keywords = [ ] categories = [ ] [dependencies] reqwest = {version = "0.11.13", features = ["blocking"] } urlencoding = "2.1.2"