payup 0.1.45

A synchronous + asynchronous payment library for processing payments with rust + stripe.
Documentation
[dependencies.reqwest]
default-features = false
features = ["blocking", "json", "multipart"]
version = "0.11.9"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_derive]
version = "1.0.130"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.19.2"

[dependencies.trust-dns-resolver]
version = "0.20"

[features]
default = ["reqwest/default-tls", "trust-dns-resolver/dns-over-native-tls"]

[package]
authors = ["Caleb Mitchell Smith-Woolrich <calebsmithwoolrich@gmail.com>"]
description = "A synchronous + asynchronous payment library for processing payments with rust + stripe."
documentation = "https://docs.rs/payup"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "payup"
readme = "README.md"
repository = "https://github.com/PixelCoda/Payup-Rust"
version = "0.1.45"