[dependencies.reqwest]
features = ["json"]
version = "0.12.4"
[dependencies.serde]
features = ["derive"]
version = "1.0.201"
[dependencies.serde_json]
version = "1.0.117"
[lib]
name = "shopify_client"
path = "src/lib.rs"
[package]
authors = ["Sahil Sinha"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "A Rust client library for the Shopify Admin API with support for REST and GraphQL endpoints"
edition = "2021"
exclude = [".gitignore", ".vscode/*"]
keywords = ["shopify", "api", "client", "ecommerce", "rest"]
license = "MIT"
name = "shopify-client"
readme = "README.md"
repository = "https://github.com/sinha-sahil/shopify-rust-client"
version = "0.1.0"