[package] name = "paystack" version = "0.1.1" description = "Rust package for working with Paystack" authors = ["Emmanuel Adebayo "] repository = "https://github.com/Henadadme/paystack-rust" edition = "2018" license-file = "LICENSE.txt" readme = "README.md" documentation = "https://github.com/Henadadme/paystack-rust/blob/master/README.md" homepage = "https://github.com/Henadadme/paystack-rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = {version = "0.10.7", features = ["blocking", "json"]} tokio = { version = "0.2", features = ["full"] } serde_json = "1.0.44"