roboat 0.16.2

A high performance interface for the Roblox API.
Documentation
[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.11.14"

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

[dependencies.serde_json]
version = "1.0.94"

[dependencies.thiserror]
version = "1.0.40"

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

[dependencies.uuid]
features = ["fast-rng", "v4"]
version = "1.3.1"
[dev-dependencies.clap]
features = ["derive"]
version = "4.1.13"

[package]
authors = ["Cayden <longwelldotpy@gmail.com>"]
categories = ["api-bindings"]
description = "A high performance interface for the Roblox API."
edition = "2021"
keywords = ["roblox", "api", "roblox-api"]
license = "MIT"
name = "roboat"
readme = "README.md"
repository = "https://github.com/Chloe-Woahie/roboat"
version = "0.16.2"