# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "paystack-transaction" version = "0.1.4" description = "Paystack Rust Client" homepage = "https://oluseun.dev" readme = "README.md" keywords = [ "paystack", "fintech", "open-source", ] license = "MIT OR Apache-2.0" repository = "https://github.com/seun-ja/paystack-transaction" [dependencies.async-trait] version = "0.1.73" [dependencies.derive_more] version = "0.99.17" [dependencies.dotenv] version = "0.15.0" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", "cookies", ] default-features = false [dependencies.secrecy] version = "0.8" features = ["serde"] [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_json] version = "1.0.58" [dependencies.thiserror] version = "1"