# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "league-of-crates" version = "0.3.4" exclude = [".idea/"] description = "Beginner project for learning rust. Parses league of legends .json data from DataDragon into Rust" readme = "README.md" keywords = [ "league-of-legends", "cdragon", "league", ] license = "MIT" repository = "https://github.com/SneedSeedFeed/league-of-crates" [dependencies.approx] version = "0.5.1" [dependencies.reqwest] version = "0.11.18" features = [ "json", "serde_json", ] [dependencies.serde] version = "=1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.tokio] version = "1.31.0" features = ["full"]