rbxapi 0.1.1

A Rust library for the Roblox API.
Documentation
[dependencies.async-trait]
version = "0.1.42"

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

[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 = ["PythonicIconic <coatedalmond@protonmail.com>"]
description = "A Rust library for the Roblox API."
edition = "2018"
homepage = "https://github.com/PythonicIconic/RbxAPI-rs"
keywords = ["roblox", "api"]
license = "ISC"
name = "rbxapi"
readme = "README.md"
repository = "https://github.com/PythonicIconic/RbxAPI-rs.git"
version = "0.1.1"