[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.backtrace]
version = "0.3.75"
[dependencies.chrono]
version = "0.4.41"
[dependencies.clap]
features = ["derive"]
version = "4.5.41"
[dependencies.csv]
version = "1.3.1"
[dependencies.env_logger]
version = "0.10"
[dependencies.log]
version = "0.4"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_repr]
version = "^0.1"
[dependencies.serde_urlencoded]
version = "0.7.1"
[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"
[dependencies.time]
version = "0.3"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.toml]
version = "0.8"
[dependencies.url]
version = "2.4"
[dependencies.urlencoding]
version = "2.1"
[[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_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"
[lib]
crate-type = ["lib"]
name = "amazon_spapi"
path = "src/lib.rs"
[package]
authors = ["houxd.g@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "A Rust client library for Amazon Selling Partner API (SP-API)"
documentation = "https://docs.rs/amazon-spapi"
edition = "2021"
exclude = ["examples/test.rs", "tests/*", ".github/*", "*.log"]
homepage = "https://github.com/houxd/amazon-spapi"
keywords = ["amazon", "spapi", "api", "e-commerce", "selling-partner"]
license = "MIT"
name = "amazon-spapi"
readme = "README.md"
repository = "https://github.com/houxd/amazon-spapi"
version = "0.1.4"