# 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" rust-version = "1.64.0" name = "paypal-rust" version = "0.0.9-alpha" authors = ["Velican Akcakaya "] description = "Rust bindings for the PayPal REST API" homepage = "https://github.com/HannTechGmbH/paypal-rust/" readme = "README.md" keywords = [ "paypal", "rest", "api", "async", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/HannTechGmbH/paypal-rust/" [lib] name = "paypal_rust" [[example]] name = "order" [[example]] name = "payments" [[example]] name = "webhooks" [dependencies.base64] version = "0.21.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.http-types] version = "2.12.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.reqwest-middleware] version = "0.2.2" [dependencies.reqwest-retry] version = "0.2.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_qs] version = "0.12.0" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.serde_with] version = "3.0.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.dotenv] version = "0.15.0" [features] utils = []