rusplay 0.1.6

Memory safe, blazing fast Rugplay library written in Rust
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"
name = "rusplay"
version = "0.1.6"
authors = ["Muxutruk"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory safe, blazing fast Rugplay library written in Rust"
homepage = "https://github.com/Muxutruk2/rusplay/rusplay"
readme = "README.md"
keywords = [
    "rugplay",
    "api",
    "client",
]
categories = [
    "api-bindings",
    "asynchronous",
    "finance",
    "games",
    "simulation",
]
license = "MIT"
repository = "https://github.com/Muxutruk2/rusplay"
resolver = "2"

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

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

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

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

[dependencies.chrono]
version = "0.4.42"

[dependencies.futures]
version = "0.3.31"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "cookies",
    "json",
    "rustls-tls",
]

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.tracing]
version = "0.1.41"

[dependencies.url]
version = "2.5.7"

[dev-dependencies.httpmock]
version = "0.7"

[dev-dependencies.regex]
version = "1.0"

[dev-dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]