[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"] }