# 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 = "2018" name = "kassaclient" version = "0.1.0" authors = ["Sebastian "] description = "LCU Client for the Kassadin Project" license = "Apache-2.0" [dependencies.anyhow] version = "1.0.40" [dependencies.base64] version = "0.13.0" [dependencies.hyper] version = "0.14" features = ["client", "http1"] [dependencies.kassaroutes] version = "0.1" features = ["lcu"] [dependencies.kassatypes] version = "0.1" features = ["serde", "lcu"] [dependencies.log] version = "0.4.14" [dependencies.native-tls] version = "0.2.1" [dependencies.reqwest] version = "0.11.3" features = ["json"] [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.sysinfo] version = "0.17.3" [dependencies.tokio] version = "1.5" features = ["rt-multi-thread", "macros", "fs"] [dependencies.websocket] version = "0.26.2" features = ["native-tls"] [dev-dependencies.env_logger] version = "0.8.3" [dev-dependencies.tokio-test] version = "0.4.1"