[package]
edition = "2021"
name = "shopify-client"
version = "0.12.0"
authors = ["Sahil Sinha"]
build = false
exclude = [
".gitignore",
".vscode/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modular Shopify library for Rust: API client, type-safe models, and webhook parsing utilities"
homepage = "https://github.com/sinha-sahil/shopify-rust-client"
documentation = "https://docs.rs/shopify-client"
readme = "README.md"
keywords = [
"shopify",
"api",
"client",
"ecommerce",
"webhooks",
]
categories = [
"api-bindings",
"web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/sinha-sahil/shopify-rust-client"
[lib]
name = "shopify_client"
path = "src/lib.rs"
[dependencies.base64]
version = "0.22"
[dependencies.hmac]
version = "0.12"
[dependencies.reqwest]
version = "0.12.4"
features = ["json"]
[dependencies.serde]
version = "1.0.201"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.117"
[dependencies.sha2]
version = "0.10"