# 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 = "2018" name = "square-ox" version = "0.2.0" authors = ["Emil Hofstetter "] exclude = ["examples/**/*"] description = "An easy, idiomatic, and flexible way of interacting with the Square API, following Rust conventions." readme = "README.md" keywords = [ "square", "finance", "payment", "card-processing", ] categories = [ "api-bindings", "asynchronous", "web-programming::http-client", ] license-file = "LICENSE" repository = "https://github.com/emilHof/square-ox" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "json", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.square-ox-derive] version = "0.1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [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] version = "1" features = ["derive"] [dev-dependencies.tokio] version = "1.20.0" features = ["macros"] [features] default = ["reqwest/default"] lambda = ["reqwest/rustls-tls"]