aurilion 0.1.0

A library to help facilitate easier interaction with Riot Games Data Dragon Web API for League of Legends in game items and champions.
Documentation
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11"

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

[dependencies.serde_json]
version = "1"

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

[package]
categories = ["api-bindings"]
description = "A library to help facilitate easier interaction with Riot Games Data Dragon Web API for League of Legends in game items and champions."
edition = "2021"
keywords = ["leagueoflegends", "league", "riotgames", "riot", "gameinformation"]
license-file = "LICENSE.txt"
name = "aurilion"
readme = "README.md"
repository = "https://github.com/Riktam-Santra/aurilion"
version = "0.1.0"