# 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 = "paypal-rs" version = "0.2.6" authors = ["Edgar "] description = "A library that wraps the paypal api asynchronously." documentation = "https://docs.rs/paypal-rs" readme = "README.md" keywords = [ "paypal", "paypal-api", ] categories = [ "api-bindings", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/edg-l/paypal-rs/" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.derive_builder] version = "0.20.0" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12.4" features = ["json"] default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_qs] version = "0.13.0" [dependencies.serde_with] version = "3.8.1" [dev-dependencies.color-eyre] version = "0.6.3" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.wiremock] version = "0.6.0" [features] default = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"]