# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "square-rs" version = "0.2.0" authors = ["Kyle Cotton "] exclude = ["examples/**/*"] description = "A convenient wrapper for the Square API, providing online payment processing, and other financial services." readme = "README.md" keywords = ["square", "finance", "payment", "card-processing"] categories = ["api-bindings", "asynchronous", "web-programming::http-client"] license-file = "LICENSE" repository = "https://github.com/KyleCotton/square-rs" [dependencies.reqwest] version = "0.10.0" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "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.env_logger] version = "0.8.3" [dev-dependencies.log] version = "0.4.14" [dev-dependencies.serde] version = "1.0" features = ["derive"]