# 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-client" version = "0.2.1" authors = ["Colt Robertson "] description = "Connect to your league of legends client" readme = "README.md" keywords = [ "lol", "lcu", "client-api", ] license = "MIT" repository = "https://github.com/coltiebaby/league-client" [dependencies.base64] version = "0.22.0" [dependencies.flume] version = "0.11.0" [dependencies.futures-util] version = "0.3.30" [dependencies.native-tls] version = "0.2" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11.25" features = ["stream"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-native-tls] version = "0.3.1" [dependencies.tokio-tungstenite] version = "0.21.0" [dependencies.tracing] version = "0.1.40" [dependencies.tungstenite] version = "0.21.0"