# 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 = "2018" name = "payup" version = "0.1.45" authors = ["Caleb Mitchell Smith-Woolrich "] description = "A synchronous + asynchronous payment library for processing payments with rust + stripe." documentation = "https://docs.rs/payup" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/PixelCoda/Payup-Rust" [dependencies.reqwest] version = "0.11.9" features = [ "blocking", "json", "multipart", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [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", ]