[dependencies.anyhow]
version = "1.0"
[dependencies.log]
version = "0.4"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_repr]
version = "0.1"
[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "3.8"
[dependencies.time]
version = "0.3"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "time", "net", "sync"]
version = "1.0"
[dependencies.toml]
version = "0.9"
[dependencies.url]
version = "2.4"
[dev-dependencies.chrono]
version = "0.4.41"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.41"
[dev-dependencies.csv]
version = "1.3.1"
[dev-dependencies.env_logger]
version = "0.10"
[[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"
[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 = "1.0.0"