aurilion 0.1.1

A library to help facilitate easier interaction with Riot Games Data Dragon Web API for League of Legends in game items and champions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "aurilion"
description = "A library to help facilitate easier interaction with Riot Games Data Dragon Web API for League of Legends in game items and champions."
version = "0.1.1"
edition = "2021"
license-file = "LICENSE.txt"
keywords = ["leagueoflegends", "league", "riotgames", "riot", "gameinformation"]
categories = ["api-bindings"]
repository = "https://github.com/Riktam-Santra/aurilion"

[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
tokio = { version = "1", features = ["full"] }
serde_json = "1"

serde = { version = "1", features = ["derive"] }