# 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 = "teemo" version = "0.2.6" authors = ["urnotzane "] exclude = [".gitignore"] description = "A League of Legends API wrapper for Rust" readme = "README.md" keywords = [ "LOL", "riot", "LCU", ] license = "MIT" repository = "https://github.com/urnotzane/teemo.git" [dependencies.async-recursion] version = "1.0.5" [dependencies.base64] version = "0.21.5" [dependencies.futures-util] version = "0.3.29" [dependencies.http] version = "1.0.0" [dependencies.native-tls] version = "0.2.11" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.21.0" features = ["native-tls"] [dependencies.url] version = "2.5.0"