sellapp-sdk 0.1.1

Official Rust SDK for the SellApp API: manage products, orders, subscriptions, and customers.
# 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 = "2024"
name = "sellapp-sdk"
version = "0.1.1"
build = false
include = [
    "src/**",
    "examples/**",
    "docs/**",
    "Cargo.toml",
    "README.md",
    "LICENSE.txt",
    "NOTICE.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for the SellApp API: manage products, orders, subscriptions, and customers."
homepage = "https://sell.app"
documentation = "https://sell.app/docs/api"
readme = "README.md"
keywords = [
    "sellapp",
    "api",
    "sdk",
    "commerce",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/sellapp/sellapp-rust"

[lib]
name = "sellapp"
path = "src/lib.rs"

[[example]]
name = "catalog"
path = "examples/catalog.rs"

[[example]]
name = "errors"
path = "examples/errors.rs"

[[example]]
name = "first_request"
path = "examples/first_request.rs"

[[example]]
name = "pagination"
path = "examples/pagination.rs"

[dependencies.async-stream]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.httpdate]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "multipart",
    "stream",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["time"]

[dependencies.urlencoding]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]

[dev-dependencies.wiremock]
version = "0.6"