# 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 = "square-api-client" version = "0.1.9" authors = ["Mike Harkins "] description = "Rust wrapper for the Square web API" homepage = "https://github.com/cosm-eng/rust-square-api-client-lib" readme = "README.md" keywords = [ "Square", "API", "Client", "SDK", ] license = "Apache-2.0" repository = "https://github.com/cosm-eng/rust-square-api-client-lib" resolver = "2" [dependencies.async-trait] version = "0.1.57" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.infer] version = "0.9.0" [dependencies.log] version = "0.4.17" [dependencies.package_info] version = "0.1.0" [dependencies.package_info_derive] version = "0.1.0" [dependencies.reqwest] version = "0.11.11" features = [ "json", "multipart", ] [dependencies.reqwest-middleware] version = "0.1.6" [dependencies.reqwest-retry] version = "0.1.5" [dependencies.rustc_version_runtime] version = "0.2.1" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85"