funpay-client 0.1.1

Unofficial async client for FunPay chats and orders polling
Documentation
[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.11"

[dependencies.scraper]
version = "0.20"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.urlencoding]
version = "2.1"

[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 chats and orders polling"
edition = "2021"
keywords = ["funpay", "client", "async", "http", "scraper"]
license = "WTFPL"
name = "funpay-client"
readme = "README.md"
rust-version = "1.74"
version = "0.1.1"