shopify-client 0.3.0

Modular Shopify library for Rust: API client, type-safe models, and webhook parsing utilities
Documentation
[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 = "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.3.0"