goldenpay 0.3.0

Production-oriented Rust SDK for FunPay automation
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 = "2024"
rust-version = "1.85"
name = "goldenpay"
version = "0.3.0"
build = false
include = [
    "src/**",
    "tests/**",
    "examples/**",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production-oriented Rust SDK for FunPay automation"
homepage = "https://github.com/FUXKVOB/goldenpay"
documentation = "https://docs.rs/goldenpay"
readme = "README.md"
keywords = [
    "funpay",
    "sdk",
    "automation",
    "bot",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/FUXKVOB/goldenpay"

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

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

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

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

[[test]]
name = "bot_flow"
path = "tests/bot_flow.rs"

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

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "native-tls",
    "json",
    "cookies",
    "charset",
    "http2",
]
default-features = false

[dependencies.scraper]
version = "0.26.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = [
    "fs",
    "sync",
    "time",
]

[dependencies.urlencoding]
version = "2.1.3"

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