# 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 = "intasend" version = "0.2.0" include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE.md", ] description = "A Rust SDK for the Intasend Payment Gateway" homepage = "https://github.com/MikeTeddyOmondi/intasend-rs/intasend" readme = "README.md" keywords = [ "sdk", "intasend", "payment-gateway", ] categories = [ "finance", "web-programming", ] license = "MIT" repository = "https://github.com/MikeTeddyOmondi/intasend-rs" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.anyhow] version = "1.0.79" [dependencies.futures] version = "0.3.30" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.rust_decimal] version = "1.34.2" [dependencies.rust_decimal_macros] version = "1.34.2" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.35.1" features = ["full"] [features] client = [] default = [ "client", "server", ] server = []