# 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 = "squarespace_commerce" version = "0.1.0" description = "A package that permits interfacing with squarespace commerce APIs" homepage = "https://github.com/christianheussy/squarespace_commerce" readme = "README.md" keywords = ["squarespace"] categories = [ "api-bindings", "asynchronous", "web-programming", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/christianheussy/squarespace_commerce" [lib] [dependencies.anyhow] version = "1.0.89" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.8" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tracing] version = "0.1.40" [dependencies.url-builder] version = "0.1.1" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.serde_json] version = "1.0.128"