[package] name = "payup" description = "A synchronous + asynchronous payment library for processing payments with rust + stripe." version = "0.1.45" edition = "2018" authors = ["Caleb Mitchell Smith-Woolrich "] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/payup" repository = "https://github.com/PixelCoda/Payup-Rust" readme = "README.md" [dependencies] serde_json = "1.0" trust-dns-resolver = "0.20" reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "json", "multipart"] } serde_derive = "1.0.130" tokio = "1.19.2" [dependencies.serde] version = "1.0" features = ["derive"] [features] default = ["reqwest/default-tls", "trust-dns-resolver/dns-over-native-tls"]