square-ox 0.2.0

An easy, idiomatic, and flexible way of interacting with the Square API, following Rust conventions.
Documentation
[dependencies.reqwest]
default-features = false
features = ["blocking", "json"]
version = "0.11.11"

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

[dependencies.serde_json]
version = "1.0.81"

[dependencies.square-ox-derive]
version = "0.1.0"

[dependencies.uuid]
features = ["v4"]
version = "0.8"

[dev-dependencies.actix-cors]
version = "0.5.0"

[dev-dependencies.actix-files]
version = "0.5.0"

[dev-dependencies.actix-web]
version = "3"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.env_logger]
version = "0.8.3"

[dev-dependencies.log]
version = "0.4.14"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.20.0"

[features]
default = ["reqwest/default"]
lambda = ["reqwest/rustls-tls"]

[package]
authors = ["Emil Hofstetter <emil.k.hofstetter@gmail.com>"]
categories = ["api-bindings", "asynchronous", "web-programming::http-client"]
description = "An easy, idiomatic, and flexible way of interacting with the Square API, following Rust conventions."
edition = "2018"
exclude = ["examples/**/*"]
keywords = ["square", "finance", "payment", "card-processing"]
license-file = "LICENSE"
name = "square-ox"
readme = "README.md"
repository = "https://github.com/emilHof/square-ox"
version = "0.2.0"