robotevents 0.6.0

Wrapper for the RobotEvents.com v2 API.
Documentation
[dependencies.itertools]
version = "0.12.0"

[dependencies.reqwest]
features = ["json"]
version = "0.11.22"

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

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

[package]
authors = ["tropix126", "BattleCh1cken"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "api-bindings", "web-programming::http-client"]
description = "Wrapper for the RobotEvents.com v2 API."
edition = "2021"
license-file = "LICENSE.md"
name = "robotevents"
readme = "README.md"
repository = "https://github.com/LemLib/robotevents-rs/"
version = "0.6.0"