squareup 2.12.2

Rust SDK for the Square Developer API
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.chrono-tz]
features = ["filter-by-regex"]
version = "0.10.0"

[dependencies.infer]
version = "0.16.0"

[dependencies.log]
version = "0.4"

[dependencies.package_info]
version = "0.1.0"

[dependencies.package_info_derive]
version = "0.1.0"

[dependencies.reqwest]
features = ["json", "multipart"]
version = "0.12"

[dependencies.reqwest-middleware]
features = ["json"]
version = "0.4.0"

[dependencies.reqwest-retry]
version = "0.7.0"

[dependencies.rustc_version_runtime]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1.0"

[lib]
name = "squareup"
path = "src/lib.rs"

[package]
authors = ["Mike Harkins <mharkins@cosm.com>", "Keaton Cable <keaton@mavengvl.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust SDK for the Square Developer API"
edition = "2021"
exclude = ["../examples", "../.github"]
homepage = "https://github.com/kcable194/squareup"
keywords = ["Square", "Squareup", "API", "Client", "SDK"]
license = "MIT"
name = "squareup"
readme = "README.md"
repository = "https://github.com/kcable194/squareup"
version = "2.12.2"