paypal-rs 0.0.2

A library that wraps the paypal api asynchronously.
Documentation
[dependencies.base64]
version = "0.12"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.jsonwebtoken]
version = "7"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["json"]
version = "0.10"

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

[dependencies.tokio]
features = ["full"]
version = "0.2"

[package]
authors = ["Edgar <git@edgarluque.com>"]
categories = ["api-bindings", "asynchronous"]
description = "A library that wraps the paypal api asynchronously."
edition = "2018"
keywords = ["paypal", "api", "async"]
license = "AGPL-3.0"
name = "paypal-rs"
readme = "README.md"
repository = "https://github.com/edg-l/paypal-rs/"
version = "0.0.2"