robloxapi-s 0.0.1

A Rust library for the Roblox API. Forked from https://github.com/royce-mathew/robloxapi/, so please use this library if you know what you are doing.
Documentation
[dependencies.async-trait]
version = "0.1.42"

[dependencies.reqwest]
features = ["cookies", "json"]
version = "0.11.14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0"

[package]
authors = ["sur4y <42720850+sur4y@users.noreply.github.com>"]
description = "A Rust library for the Roblox API. Forked from https://github.com/royce-mathew/robloxapi/, so please use this library if you know what you are doing."
edition = "2021"
homepage = "https://github.com/sur4y/robloxapi"
keywords = ["roblox", "api"]
license = "MIT"
name = "robloxapi-s"
readme = "README.md"
repository = "https://github.com/sur4y/robloxapi.git"
version = "0.0.1"