robloxapi 0.0.12

A Rust library for the Roblox API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "robloxapi"
description = "A Rust library for the Roblox API."
version = "0.0.12"
authors = ["PythonicIconic <coatedalmond@protonmail.com>", "royce-mathew <royce1mathew@gmail.com>", "sur4y <42720850+sur4y@users.github.com>"]
license = "MIT"
homepage = "https://github.com/royce-mathew/robloxapi"
repository = "https://github.com/royce-mathew/robloxapi.git"
keywords = ["roblox", "api", "roblox-api", "robloxapi"]
readme = "README.md"
edition = "2021"

[dependencies]
reqwest = { version = "0.11.14", features = ["cookies", "json"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
serde = { version = "1.0", features = ["derive"] }
async-trait = "0.1.42"
serde_json = "1.0"