amazon-spapi 2.0.3

A Rust client library for Amazon Selling Partner API (SP-API)
Documentation
# 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 = "2021"
name = "amazon-spapi"
version = "2.0.3"
authors = ["houxd.g@gmail.com"]
build = false
exclude = [
    "examples/test.rs",
    "tests/*",
    ".github/*",
    "*.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client library for Amazon Selling Partner API (SP-API)"
homepage = "https://github.com/houxd/amazon-spapi"
documentation = "https://docs.rs/amazon-spapi"
readme = "README.md"
keywords = [
    "amazon",
    "spapi",
    "api",
    "e-commerce",
    "selling-partner",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/houxd/amazon-spapi"

[features]
client = [
    "serde_repr",
    "anyhow",
    "toml",
    "time",
    "url",
    "log",
    "tokio",
    "reqwest",
]
default = ["client"]

[lib]
name = "amazon_spapi"
crate-type = ["lib"]
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.log]
version = "0.4"
optional = true

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"
optional = true

[dependencies.serde_with]
version = "3.0"
features = [
    "base64",
    "std",
    "macros",
]
default-features = false

[dependencies.time]
version = "0.3"
optional = true

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "net",
    "sync",
]
optional = true

[dependencies.toml]
version = "0.9"
optional = true

[dependencies.url]
version = "2.5"
optional = true

[dev-dependencies.chrono]
version = "0.4.41"

[dev-dependencies.clap]
version = "4.5.41"
features = ["derive"]

[dev-dependencies.csv]
version = "1.3.1"

[dev-dependencies.env_logger]
version = "0.10"