# 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 = "riot-api" version = "0.1.2" description = "A rust crate to interact with Riot Games Developer API" readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.31" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.22" features = [ "json", "serde_json", ] [dependencies.reqwest-middleware] version = "0.2.4" [dependencies.reqwest-retry] version = "0.3.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.reqwest] version = "0.11.22" [dev-dependencies.tokio] version = "1.34.0" features = ["full"] [features] clash = [] default = ["lol"] lol = [] test = [ "lol", "clash", "tournament", "tft", "val", ] tft = [] tournament = [] val = []