[dependencies.base64]
version = "0.22"
[dependencies.hmac]
version = "0.12"
[dependencies.reqwest]
features = ["json"]
version = "0.12.4"
[dependencies.serde]
features = ["derive"]
version = "1.0.201"
[dependencies.serde_json]
version = "1.0.117"
[dependencies.sha2]
version = "0.10"
[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 = "Modular Shopify library for Rust: API client, type-safe models, and webhook parsing utilities"
edition = "2021"
exclude = [".gitignore", ".vscode/*"]
keywords = ["shopify", "api", "client", "ecommerce", "webhooks"]
license = "MIT"
name = "shopify-client"
readme = "README.md"
repository = "https://github.com/sinha-sahil/shopify-rust-client"
version = "0.4.0"