funpay-client 0.2.3

Unofficial async client for FunPay marketplace - chats, orders, offers polling
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.reqwest-middleware]
version = "0.4"

[dependencies.reqwest-retry]
version = "0.7"

[dependencies.scraper]
version = "0.20"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["rt-multi-thread", "sync", "time", "fs"]
version = "1.0"

[dependencies.urlencoding]
version = "2.1"

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

[dev-dependencies.tokio]
features = ["full", "macros"]
version = "1.0"

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

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

[features]
default = ["json-storage"]
full = ["json-storage"]
json-storage = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "Unofficial async client for FunPay marketplace - chats, orders, offers polling"
documentation = "https://docs.rs/funpay-client"
edition = "2021"
exclude = ["target/", ".git/", ".vscode/", ".idea/", ".claude/", "*.swp", "*.swo"]
keywords = ["funpay", "client", "async", "http", "scraper"]
license = "WTFPL"
name = "funpay-client"
readme = "README.md"
repository = "https://github.com/Newmcpe/funpay-client"
rust-version = "1.84"
version = "0.2.3"